ca-components 1.0.74 → 1.0.75
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-comment/ca-comment.component.mjs +16 -5
- package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +123 -120
- package/esm2022/lib/components/ca-custom-scrollbar/enums/event-type.enum.mjs +8 -0
- package/esm2022/lib/components/ca-custom-scrollbar/enums/index.mjs +3 -0
- package/esm2022/lib/components/ca-custom-scrollbar/enums/scroll-event-action.enum.mjs +6 -0
- package/esm2022/lib/components/ca-custom-scrollbar/models/index.mjs +3 -0
- package/esm2022/lib/components/ca-custom-scrollbar/models/scroll-bar-options.model.mjs +2 -0
- package/esm2022/lib/components/ca-custom-scrollbar/models/scroll-event.model.mjs +2 -0
- package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +2 -6
- package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +2 -6
- package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +7 -9
- package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +5 -5
- package/esm2022/lib/components/ca-input/ca-input.component.mjs +3 -4
- package/esm2022/lib/components/ca-input/pipes/input-class.pipe.mjs +2 -2
- package/esm2022/lib/components/ca-input/pipes/label-class.pipe.mjs +2 -1
- package/esm2022/lib/components/ca-input/pipes/show-placeholder-text.pipe.mjs +3 -3
- package/esm2022/lib/components/ca-input/pipes/show-valid-check.pipe.mjs +2 -2
- package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +91 -82
- package/esm2022/lib/components/ca-input-address-dropdown/enums/input-address-type-string.enum.mjs +2 -1
- package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +6 -21
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +2 -6
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +2 -6
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +2 -6
- package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +2 -5
- package/esm2022/lib/components/ca-main-table/ca-main-table.component.mjs +4 -5
- package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +6 -6
- package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +2 -4
- package/esm2022/lib/components/ca-modal-button/enums/index.mjs +2 -2
- package/esm2022/lib/components/ca-modal-button/enums/modal-button-class-type.enum.mjs +10 -0
- package/esm2022/lib/components/ca-modal-button/enums/modal-button-size.enum.mjs +3 -3
- package/esm2022/lib/components/ca-modal-button/pipes/modal-button-class.pipe.mjs +4 -12
- package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +9 -6
- package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +8 -10
- package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
- package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +9 -15
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +7 -11
- package/fesm2022/ca-components.mjs +470 -477
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.d.ts +38 -29
- package/lib/components/ca-custom-scrollbar/enums/event-type.enum.d.ts +6 -0
- package/lib/components/ca-custom-scrollbar/enums/index.d.ts +2 -0
- package/lib/components/ca-custom-scrollbar/enums/scroll-event-action.enum.d.ts +4 -0
- package/lib/components/ca-custom-scrollbar/models/index.d.ts +2 -0
- package/lib/components/ca-custom-scrollbar/models/scroll-bar-options.model.d.ts +6 -0
- package/lib/components/ca-custom-scrollbar/models/scroll-event.model.d.ts +6 -0
- package/lib/components/ca-input/pipes/input-class.pipe.d.ts +1 -1
- package/lib/components/ca-input/pipes/label-class.pipe.d.ts +1 -1
- package/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.d.ts +9 -7
- package/lib/components/ca-input-address-dropdown/enums/input-address-type-string.enum.d.ts +2 -1
- package/lib/components/ca-modal-button/ca-modal-button.component.d.ts +2 -4
- package/lib/components/ca-modal-button/enums/index.d.ts +1 -1
- package/lib/components/ca-modal-button/enums/modal-button-class-type.enum.d.ts +8 -0
- package/lib/components/ca-modal-button/enums/modal-button-size.enum.d.ts +2 -2
- package/lib/components/ca-modal-button/pipes/modal-button-class.pipe.d.ts +2 -2
- package/package.json +1 -1
- package/esm2022/lib/components/ca-logo-change/pipes/logo-slider.pipe.mjs +0 -17
- package/esm2022/lib/components/ca-modal-button/enums/modal-button-type.enum.mjs +0 -10
- package/lib/components/ca-logo-change/pipes/logo-slider.pipe.d.ts +0 -7
- package/lib/components/ca-modal-button/enums/modal-button-type.enum.d.ts +0 -8
package/esm2022/lib/components/ca-input-address-dropdown/enums/input-address-type-string.enum.mjs
CHANGED
|
@@ -2,5 +2,6 @@ export var InputAddressTypeStringEnum;
|
|
|
2
2
|
(function (InputAddressTypeStringEnum) {
|
|
3
3
|
InputAddressTypeStringEnum["LONG_ADDRESS"] = "longAddress";
|
|
4
4
|
InputAddressTypeStringEnum["SHORT_ADDRESS"] = "shortAddress";
|
|
5
|
+
InputAddressTypeStringEnum["ROUTING_ADDRESS"] = "RoutingAddress";
|
|
5
6
|
})(InputAddressTypeStringEnum || (InputAddressTypeStringEnum = {}));
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtYWRkcmVzcy10eXBlLXN0cmluZy5lbnVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi9lbnVtcy9pbnB1dC1hZGRyZXNzLXR5cGUtc3RyaW5nLmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVksMEJBSVg7QUFKRCxXQUFZLDBCQUEwQjtJQUNsQywwREFBNEIsQ0FBQTtJQUM1Qiw0REFBOEIsQ0FBQTtJQUM5QixnRUFBa0MsQ0FBQTtBQUN0QyxDQUFDLEVBSlcsMEJBQTBCLEtBQTFCLDBCQUEwQixRQUlyQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIElucHV0QWRkcmVzc1R5cGVTdHJpbmdFbnVtIHtcbiAgICBMT05HX0FERFJFU1MgPSAnbG9uZ0FkZHJlc3MnLFxuICAgIFNIT1JUX0FERFJFU1MgPSAnc2hvcnRBZGRyZXNzJyxcbiAgICBST1VUSU5HX0FERFJFU1MgPSAnUm91dGluZ0FkZHJlc3MnLFxufVxuIl19
|