trim icon indicating copy to clipboard operation
trim copied to clipboard

Trikoder Trim is UI framework for building headless content management systems that connect to JSON API powered backend.

Results 21 trim issues
Sort by recently updated
recently updated
newest added

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress). These dependencies need to be updated together. Updates `loader-utils` from 1.4.0 to 1.4.2 Release notes Sourced from loader-utils's...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.2. Changelog Sourced from eventsource's changelog. 1.1.2 Inline origin resolution, drops original dependency (#281 Espen Hovlandsdal) 1.1.1 Do not include authorization and cookie headers on...

dependencies

Bumps [mout](https://github.com/mout/mout) from 1.2.2 to 1.2.4. Changelog Sourced from mout's changelog. v1.2.4 (2022/09/19) fixed object/set prototype pollution v1.1.1 (2019/04/18) fixed object/get throwing an exception for null or undefined input objects...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits 40674a4 update changelog, version d8cc569...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

``` export default { resourceName: 'orders', includedRelationships: { index: ['client', 'school'], edit: ['client', 'school', 'orderPackageHistory', 'orderPackageHistory.package', 'orderPackages', 'orderPackages.package'] }, setupEdit({edit, method}) { this.addToIndexControl().addSaveControl(); edit.addField('IncludedAdminFormElement', { label: 'Order packages', name: 'orderPackages',...

If included admin is used with "reverseRelationName" in options then calling "setMainRelationReference" method will not find correct fieldName as is set in "reverseRelationName" options Correct fieldName usage https://github.com/trikoder/trim/blob/e0bf1a3cef6344481a93af4aaa251178d9588959/src/js/formElements/includedAdmin.vue#L199 Incorrect fieldName...

Couple of components are using cclose icon, but it doeas not exist in icon set or css. /src/js/components/message.vue - line 7 /src/js/formElements/externalAdmin.vue - line 10 (has fallback css class "removeBtn"...

Added VueJS component on resource list table header with options to show/hide table columns while choice is saved to user preferences in local storage. This feature is activated on resource...