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.
Files changed (59) hide show
  1. package/esm2022/lib/components/ca-comment/ca-comment.component.mjs +16 -5
  2. package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +123 -120
  3. package/esm2022/lib/components/ca-custom-scrollbar/enums/event-type.enum.mjs +8 -0
  4. package/esm2022/lib/components/ca-custom-scrollbar/enums/index.mjs +3 -0
  5. package/esm2022/lib/components/ca-custom-scrollbar/enums/scroll-event-action.enum.mjs +6 -0
  6. package/esm2022/lib/components/ca-custom-scrollbar/models/index.mjs +3 -0
  7. package/esm2022/lib/components/ca-custom-scrollbar/models/scroll-bar-options.model.mjs +2 -0
  8. package/esm2022/lib/components/ca-custom-scrollbar/models/scroll-event.model.mjs +2 -0
  9. package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +2 -6
  10. package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +2 -6
  11. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +7 -9
  12. package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +5 -5
  13. package/esm2022/lib/components/ca-input/ca-input.component.mjs +3 -4
  14. package/esm2022/lib/components/ca-input/pipes/input-class.pipe.mjs +2 -2
  15. package/esm2022/lib/components/ca-input/pipes/label-class.pipe.mjs +2 -1
  16. package/esm2022/lib/components/ca-input/pipes/show-placeholder-text.pipe.mjs +3 -3
  17. package/esm2022/lib/components/ca-input/pipes/show-valid-check.pipe.mjs +2 -2
  18. package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +91 -82
  19. package/esm2022/lib/components/ca-input-address-dropdown/enums/input-address-type-string.enum.mjs +2 -1
  20. package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +6 -21
  21. package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +2 -6
  22. package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +2 -6
  23. package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +2 -6
  24. package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +2 -5
  25. package/esm2022/lib/components/ca-main-table/ca-main-table.component.mjs +4 -5
  26. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +6 -6
  27. package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +2 -4
  28. package/esm2022/lib/components/ca-modal-button/enums/index.mjs +2 -2
  29. package/esm2022/lib/components/ca-modal-button/enums/modal-button-class-type.enum.mjs +10 -0
  30. package/esm2022/lib/components/ca-modal-button/enums/modal-button-size.enum.mjs +3 -3
  31. package/esm2022/lib/components/ca-modal-button/pipes/modal-button-class.pipe.mjs +4 -12
  32. package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +9 -6
  33. package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +8 -10
  34. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
  35. package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +9 -15
  36. package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +7 -11
  37. package/fesm2022/ca-components.mjs +470 -477
  38. package/fesm2022/ca-components.mjs.map +1 -1
  39. package/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.d.ts +38 -29
  40. package/lib/components/ca-custom-scrollbar/enums/event-type.enum.d.ts +6 -0
  41. package/lib/components/ca-custom-scrollbar/enums/index.d.ts +2 -0
  42. package/lib/components/ca-custom-scrollbar/enums/scroll-event-action.enum.d.ts +4 -0
  43. package/lib/components/ca-custom-scrollbar/models/index.d.ts +2 -0
  44. package/lib/components/ca-custom-scrollbar/models/scroll-bar-options.model.d.ts +6 -0
  45. package/lib/components/ca-custom-scrollbar/models/scroll-event.model.d.ts +6 -0
  46. package/lib/components/ca-input/pipes/input-class.pipe.d.ts +1 -1
  47. package/lib/components/ca-input/pipes/label-class.pipe.d.ts +1 -1
  48. package/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.d.ts +9 -7
  49. package/lib/components/ca-input-address-dropdown/enums/input-address-type-string.enum.d.ts +2 -1
  50. package/lib/components/ca-modal-button/ca-modal-button.component.d.ts +2 -4
  51. package/lib/components/ca-modal-button/enums/index.d.ts +1 -1
  52. package/lib/components/ca-modal-button/enums/modal-button-class-type.enum.d.ts +8 -0
  53. package/lib/components/ca-modal-button/enums/modal-button-size.enum.d.ts +2 -2
  54. package/lib/components/ca-modal-button/pipes/modal-button-class.pipe.d.ts +2 -2
  55. package/package.json +1 -1
  56. package/esm2022/lib/components/ca-logo-change/pipes/logo-slider.pipe.mjs +0 -17
  57. package/esm2022/lib/components/ca-modal-button/enums/modal-button-type.enum.mjs +0 -10
  58. package/lib/components/ca-logo-change/pipes/logo-slider.pipe.d.ts +0 -7
  59. package/lib/components/ca-modal-button/enums/modal-button-type.enum.d.ts +0 -8
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtYWRkcmVzcy10eXBlLXN0cmluZy5lbnVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi9lbnVtcy9pbnB1dC1hZGRyZXNzLXR5cGUtc3RyaW5nLmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVksMEJBR1g7QUFIRCxXQUFZLDBCQUEwQjtJQUNsQywwREFBNEIsQ0FBQTtJQUM1Qiw0REFBOEIsQ0FBQTtBQUNsQyxDQUFDLEVBSFcsMEJBQTBCLEtBQTFCLDBCQUEwQixRQUdyQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIElucHV0QWRkcmVzc1R5cGVTdHJpbmdFbnVtIHtcbiAgICBMT05HX0FERFJFU1MgPSAnbG9uZ0FkZHJlc3MnLFxuICAgIFNIT1JUX0FERFJFU1MgPSAnc2hvcnRBZGRyZXNzJyxcbn1cbiJdfQ==
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtYWRkcmVzcy10eXBlLXN0cmluZy5lbnVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi9lbnVtcy9pbnB1dC1hZGRyZXNzLXR5cGUtc3RyaW5nLmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVksMEJBSVg7QUFKRCxXQUFZLDBCQUEwQjtJQUNsQywwREFBNEIsQ0FBQTtJQUM1Qiw0REFBOEIsQ0FBQTtJQUM5QixnRUFBa0MsQ0FBQTtBQUN0QyxDQUFDLEVBSlcsMEJBQTBCLEtBQTFCLDBCQUEwQixRQUlyQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIElucHV0QWRkcmVzc1R5cGVTdHJpbmdFbnVtIHtcbiAgICBMT05HX0FERFJFU1MgPSAnbG9uZ0FkZHJlc3MnLFxuICAgIFNIT1JUX0FERFJFU1MgPSAnc2hvcnRBZGRyZXNzJyxcbiAgICBST1VUSU5HX0FERFJFU1MgPSAnUm91dGluZ0FkZHJlc3MnLFxufVxuIl19