ca-components 1.3.94 → 1.3.96
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-filters/components/ca-location-filter/ca-location-filter.component.mjs +3 -5
- package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +2 -3
- package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.mjs +2 -2
- package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +3 -3
- package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +3 -3
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +3 -3
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/utils/config/upload-file-input.config.mjs +1 -1
- package/fesm2022/ca-components.mjs +73 -74
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.d.ts +1 -1
- package/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.d.ts +1 -1
- package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.d.ts +1 -1
- package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.d.ts +1 -1
- package/lib/components/ca-upload-files/components/ca-upload-file/utils/config/upload-file-input.config.d.ts +1 -1
- package/package.json +1 -1
|
@@ -7,4 +7,4 @@ export class UplodFileInputConfig {
|
|
|
7
7
|
isDisabled: false,
|
|
8
8
|
}; }
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXBsb2FkLWZpbGUtaW5wdXQuY29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtdXBsb2FkLWZpbGVzL2NvbXBvbmVudHMvY2EtdXBsb2FkLWZpbGUvdXRpbHMvY29uZmlnL3VwbG9hZC1maWxlLWlucHV0LmNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxNQUFNLE9BQU8sb0JBQW9CO2FBQ3RCLHdCQUFtQixHQUFhO1FBQ25DLElBQUksRUFBRSxXQUFXO1FBQ2pCLElBQUksRUFBRSxNQUFNO1FBQ1osV0FBVyxFQUFFLGdCQUFnQjtRQUM3QixVQUFVLEVBQUUsSUFBSTtRQUNoQixVQUFVLEVBQUUsS0FBSztLQUNwQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSUNhSW5wdXQgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWIvY29tcG9uZW50cy9jYS1pbnB1dC9jb25maWcnO1xuZXhwb3J0IGNsYXNzIFVwbG9kRmlsZUlucHV0Q29uZmlnIHtcbiAgICBzdGF0aWMgVVBMT0FEX0lOUFVUX0NPTkZJRzogSUNhSW5wdXQgPSB7XG4gICAgICAgIG5hbWU6ICdGaWxlIE5hbWUnLFxuICAgICAgICB0eXBlOiAndGV4dCcsXG4gICAgICAgIHBsYWNlaG9sZGVyOiAnVHlwZSBGaWxlIE5hbWUnLFxuICAgICAgICBibGFja0lucHV0OiB0cnVlLFxuICAgICAgICBpc0Rpc2FibGVkOiBmYWxzZSxcbiAgICB9O1xufVxuIl19
|