ca-components 1.0.97 → 1.0.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/ca-input/input-test/input-test.component.mjs +4 -3
- package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +59 -45
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.mjs +23 -8
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +23 -8
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.mjs +23 -8
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +23 -8
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.mjs +22 -7
- package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +27 -29
- package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +8 -23
- package/esm2022/lib/components/ca-todo/config/column.config.mjs +5 -5
- package/esm2022/lib/components/ca-todo/models/index.mjs +2 -1
- package/esm2022/lib/components/ca-todo/models/to-do-column.model.mjs +2 -0
- package/esm2022/lib/components/ca-todo/models/todo-config.model.mjs +1 -1
- package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +76 -117
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +3 -3
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-files-carousel/models/index.mjs +1 -1
- package/esm2022/lib/components/ca-upload-files/enums/index.mjs +1 -1
- package/esm2022/lib/components/ca-upload-files/models/file-option-config.model.mjs +1 -1
- package/esm2022/lib/components/ca-upload-files/models/index.mjs +2 -1
- package/esm2022/lib/components/ca-upload-files/models/upload-files-config.model.mjs +2 -0
- package/esm2022/lib/pipes/highlight-search.pipe.mjs +1 -7
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/ca-components.mjs +555 -321
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
- package/lib/components/ca-input-dropdown/ca-input-dropdown.component.d.ts +4 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +6 -3
- package/lib/components/ca-todo/ca-todo.component.d.ts +8 -12
- package/lib/components/ca-todo/components/ca-todo-card.component.d.ts +3 -12
- package/lib/components/ca-todo/config/column.config.d.ts +2 -6
- package/lib/components/ca-todo/models/index.d.ts +1 -0
- package/lib/components/ca-todo/models/to-do-column.model.d.ts +6 -0
- package/lib/components/ca-todo/models/todo-config.model.d.ts +2 -11
- package/lib/components/ca-upload-files/ca-upload-files.component.d.ts +9 -29
- package/lib/components/ca-upload-files/models/file-option-config.model.d.ts +1 -1
- package/lib/components/ca-upload-files/models/index.d.ts +1 -0
- package/lib/components/ca-upload-files/models/upload-files-config.model.d.ts +27 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export const columnsConfig = (
|
|
1
|
+
export const columnsConfig = (todoConfigs, inProgressConfigs, completedConfigs) => [
|
|
2
2
|
{
|
|
3
3
|
id: 'requested',
|
|
4
4
|
title: 'REQUESTED',
|
|
5
|
-
|
|
5
|
+
toDoConfigs: todoConfigs,
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
id: 'inProgress',
|
|
9
9
|
title: 'IN PROGRESS',
|
|
10
|
-
|
|
10
|
+
toDoConfigs: inProgressConfigs,
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
id: 'completed',
|
|
14
14
|
title: 'COMPLETED',
|
|
15
|
-
|
|
15
|
+
toDoConfigs: completedConfigs,
|
|
16
16
|
},
|
|
17
17
|
];
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLmNvbmZpZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLXRvZG8vY29uZmlnL2NvbHVtbi5jb25maWcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBR0EsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUFHLENBQzNCLFdBQXlCLEVBQ3pCLGlCQUErQixFQUMvQixnQkFBOEIsRUFDZixFQUFFLENBQUM7SUFDbEI7UUFDRSxFQUFFLEVBQUUsV0FBVztRQUNmLEtBQUssRUFBRSxXQUFXO1FBQ2xCLFdBQVcsRUFBRSxXQUFXO0tBQ3pCO0lBQ0Q7UUFDRSxFQUFFLEVBQUUsWUFBWTtRQUNoQixLQUFLLEVBQUUsYUFBYTtRQUNwQixXQUFXLEVBQUUsaUJBQWlCO0tBQy9CO0lBQ0Q7UUFDRSxFQUFFLEVBQUUsV0FBVztRQUNmLEtBQUssRUFBRSxXQUFXO1FBQ2xCLFdBQVcsRUFBRSxnQkFBZ0I7S0FDOUI7Q0FDRixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gbW9kZWxzXG5pbXBvcnQgeyBJVG9Eb0NvbHVtbiwgVG9Eb0NvbmZpZyB9IGZyb20gJy4uL21vZGVscyc7XG5cbmV4cG9ydCBjb25zdCBjb2x1bW5zQ29uZmlnID0gKFxuICB0b2RvQ29uZmlnczogVG9Eb0NvbmZpZ1tdLFxuICBpblByb2dyZXNzQ29uZmlnczogVG9Eb0NvbmZpZ1tdLFxuICBjb21wbGV0ZWRDb25maWdzOiBUb0RvQ29uZmlnW11cbik6IElUb0RvQ29sdW1uW10gPT4gW1xuICB7XG4gICAgaWQ6ICdyZXF1ZXN0ZWQnLFxuICAgIHRpdGxlOiAnUkVRVUVTVEVEJyxcbiAgICB0b0RvQ29uZmlnczogdG9kb0NvbmZpZ3MsXG4gIH0sXG4gIHtcbiAgICBpZDogJ2luUHJvZ3Jlc3MnLFxuICAgIHRpdGxlOiAnSU4gUFJPR1JFU1MnLFxuICAgIHRvRG9Db25maWdzOiBpblByb2dyZXNzQ29uZmlncyxcbiAgfSxcbiAge1xuICAgIGlkOiAnY29tcGxldGVkJyxcbiAgICB0aXRsZTogJ0NPTVBMRVRFRCcsXG4gICAgdG9Eb0NvbmZpZ3M6IGNvbXBsZXRlZENvbmZpZ3MsXG4gIH0sXG5dO1xuIl19
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './todo-card-config.model';
|
|
2
2
|
export * from './todo-config.model';
|
|
3
3
|
export * from './image-config.model';
|
|
4
|
-
|
|
4
|
+
export * from './to-do-column.model';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS10b2RvL21vZGVscy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi90b2RvLWNhcmQtY29uZmlnLm1vZGVsJztcbmV4cG9ydCAqIGZyb20gJy4vdG9kby1jb25maWcubW9kZWwnO1xuZXhwb3J0ICogZnJvbSAnLi9pbWFnZS1jb25maWcubW9kZWwnO1xuZXhwb3J0ICogZnJvbSAnLi90by1kby1jb2x1bW4ubW9kZWwnO1xuIl19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG8tZG8tY29sdW1uLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtdG9kby9tb2RlbHMvdG8tZG8tY29sdW1uLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBtb2RlbHNcbmltcG9ydCB7IFRvRG9Db25maWcgfSBmcm9tICcuL3RvZG8tY29uZmlnLm1vZGVsJztcblxuZXhwb3J0IGludGVyZmFjZSBJVG9Eb0NvbHVtbiB7XG4gICAgaWQ6IHN0cmluZztcbiAgICB0aXRsZTogc3RyaW5nO1xuICAgIHRvRG9Db25maWdzOiBUb0RvQ29uZmlnW107XG59XG4iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9kby1jb25maWcubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS10b2RvL21vZGVscy90b2RvLWNvbmZpZy5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbWVudENvbmZpZyB9IGZyb20gJy4uLy4uL2NhLWNvbW1lbnQvbW9kZWxzJztcbmltcG9ydCB7IFByb2dyZXNzRXhwaXJhdGlvbiB9IGZyb20gJy4uLy4uL2NhLXByb2dyZXNzLWV4cGlyYXRpb24vbW9kZWxzJztcbmltcG9ydCB7IFRvRG9DYXJkQ29uZmlnIH0gZnJvbSAnLi90b2RvLWNhcmQtY29uZmlnLm1vZGVsJztcbmltcG9ydCB7IElVcGxvYWRGaWxlc0NvbmZpZyB9IGZyb20gJy4uLy4uL2NhLXVwbG9hZC1maWxlcy9tb2RlbHMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFRvRG9Db25maWcge1xuICAgIGlkOiBudW1iZXI7XG4gICAgY29uZmlnOiBUb0RvQ2FyZENvbmZpZztcblxuICAgIC8vQ29tbWVudFxuICAgIGNvbW1lbnRDb25maWc6IENvbW1lbnRDb25maWdbXTtcbiAgICBuZXdDb21tZW50Q29uZmlnOiBDb21tZW50Q29uZmlnW107XG5cbiAgICAvL1Byb2dyZXNzIGV4cGlyYXRpb25cbiAgICBjb25maWdQcm9ncmVzcz86IFByb2dyZXNzRXhwaXJhdGlvbltdO1xuXG4gICAgdXBsb2FkRmlsZXNDb25maWc6IElVcGxvYWRGaWxlc0NvbmZpZztcbn1cbiJdfQ==
|