ca-components 0.0.3 → 0.0.5

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 (184) hide show
  1. package/esm2022/lib/animations/in-out.animation.mjs +73 -0
  2. package/esm2022/lib/animations/state-header.animation.mjs +17 -0
  3. package/esm2022/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.mjs +1 -1
  4. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +14 -14
  5. package/esm2022/lib/components/ca-details-dropdown/models/detail-dropdown.model.mjs +1 -1
  6. package/esm2022/lib/components/ca-dropdown/ca-dropdown.component.mjs +6 -6
  7. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +119 -55
  8. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +127 -111
  9. package/esm2022/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.mjs +1 -1
  10. package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +242 -0
  11. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +35 -34
  12. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +26 -25
  13. package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +178 -0
  14. package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +178 -0
  15. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +247 -0
  16. package/esm2022/lib/components/ca-filters/components/ca-user-filter/config/ca-user-filter.config.mjs +15 -0
  17. package/esm2022/lib/components/ca-filters/pipes/filter-conditions-clear.pipe.mjs +39 -0
  18. package/esm2022/lib/components/ca-filters/pipes/filter-conditions-set.pipe.mjs +47 -0
  19. package/esm2022/lib/components/ca-filters/pipes/filter-trailer-color.pipe.mjs +45 -0
  20. package/esm2022/lib/components/ca-filters/utils/constants/directive.constants.mjs +548 -0
  21. package/esm2022/lib/components/ca-filters/utils/constants/filter-icons-routes.constants.mjs +7 -0
  22. package/esm2022/lib/components/ca-input/ca-input.component.mjs +59 -45
  23. package/esm2022/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.mjs +3 -3
  24. package/esm2022/lib/components/ca-input/components/ca-input-commands/ca-input-commands.component.mjs +45 -0
  25. package/esm2022/lib/components/ca-input/components/ca-input-password/ca-input-password.component.mjs +4 -4
  26. package/esm2022/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +4 -4
  27. package/esm2022/lib/components/ca-input/enums/input-commands-action.enum.mjs +11 -0
  28. package/esm2022/lib/components/ca-input/enums/input-commands-type.enum.mjs +7 -0
  29. package/esm2022/lib/components/ca-input/models/command-click.model.mjs +2 -0
  30. package/esm2022/lib/components/ca-input/models/commands-event.model.mjs +2 -0
  31. package/esm2022/lib/components/ca-input/pipes/input-class.pipe.mjs +1 -1
  32. package/esm2022/lib/components/ca-input/pipes/input-clear-class.pipe.mjs +1 -1
  33. package/esm2022/lib/components/ca-input/pipes/input-container-class.pipe.mjs +1 -1
  34. package/esm2022/lib/components/ca-input/pipes/input-password-eye-class.pipe.mjs +1 -1
  35. package/esm2022/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.mjs +1 -1
  36. package/esm2022/lib/components/ca-input/pipes/label-class.pipe.mjs +1 -1
  37. package/esm2022/lib/components/ca-input/pipes/show-clear.pipe.mjs +1 -1
  38. package/esm2022/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.mjs +1 -1
  39. package/esm2022/lib/components/ca-input/pipes/show-valid-check.pipe.mjs +1 -1
  40. package/esm2022/lib/components/ca-input/services/ca-input-state.service.mjs +225 -7
  41. package/esm2022/lib/components/ca-input/utils/input-svg-routes.mjs +4 -2
  42. package/esm2022/lib/components/ca-map/ca-map.component.mjs +6 -5
  43. package/esm2022/lib/components/ca-map/models/map.model.mjs +1 -1
  44. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +11 -13
  45. package/esm2022/lib/components/ca-note/ca-note.component.mjs +34 -32
  46. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +17 -17
  47. package/esm2022/lib/components/ca-note-container/utils/constants/note-config.constant.mjs +25 -25
  48. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +12 -12
  49. package/esm2022/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.mjs +7 -7
  50. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +7 -7
  51. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +18 -17
  52. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +24 -19
  53. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +21 -18
  54. package/esm2022/lib/components/ca-pickup-delivery-block/models/animation-model.mjs +1 -1
  55. package/esm2022/lib/components/ca-pickup-delivery-block/models/broker-short-response.mjs +1 -1
  56. package/esm2022/lib/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response.mjs +1 -1
  57. package/esm2022/lib/components/ca-pickup-delivery-block/models/load-short-response.mjs +1 -1
  58. package/esm2022/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.mjs +1 -1
  59. package/esm2022/lib/components/ca-pickup-delivery-block/models/shipper-short-response.mjs +1 -1
  60. package/esm2022/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.mjs +3 -3
  61. package/esm2022/lib/components/ca-pickup-delivery-block/utils/helpers/pickup-delivery.helper.mjs +6 -3
  62. package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
  63. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +31 -31
  64. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +20 -20
  65. package/esm2022/lib/components/ca-search-multiple-states/utils/config/input-config.mjs +1 -1
  66. package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
  67. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +24 -20
  68. package/esm2022/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.mjs +1 -1
  69. package/esm2022/lib/enums/trailer-name-string.enum.mjs +18 -0
  70. package/esm2022/lib/models/card-models/card-table-data.model.mjs +1 -1
  71. package/esm2022/lib/models/table-models/all-table-animation.model.mjs +2 -0
  72. package/esm2022/lib/models/trailer-minimal-response.mjs +1 -1
  73. package/esm2022/lib/models/truck-minimal-response.mjs +1 -1
  74. package/esm2022/lib/models/user-selected.model.mjs +2 -0
  75. package/esm2022/lib/pipes/thousand-separator.pipe.mjs +2 -2
  76. package/esm2022/lib/pipes/thousand-to-short-format-pipe.mjs +4 -4
  77. package/esm2022/lib/services/truckassist-table.service.mjs +3 -1
  78. package/fesm2022/ca-components.mjs +6032 -527
  79. package/fesm2022/ca-components.mjs.map +1 -1
  80. package/lib/animations/state-header.animation.d.ts +1 -0
  81. package/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.d.ts +2 -2
  82. package/lib/components/ca-details-dropdown/ca-details-dropdown.component.d.ts +7 -7
  83. package/lib/components/ca-details-dropdown/models/detail-dropdown.model.d.ts +5 -5
  84. package/lib/components/ca-dropdown/ca-dropdown.component.d.ts +2 -2
  85. package/lib/components/ca-filters/ca-filter.component.d.ts +20 -14
  86. package/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.d.ts +10 -10
  87. package/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.d.ts +1 -1
  88. package/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.d.ts +52 -0
  89. package/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.d.ts +9 -9
  90. package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.d.ts +6 -6
  91. package/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.d.ts +35 -0
  92. package/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.d.ts +35 -0
  93. package/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.d.ts +46 -0
  94. package/lib/components/ca-filters/components/ca-user-filter/config/ca-user-filter.config.d.ts +4 -0
  95. package/lib/components/ca-filters/pipes/filter-conditions-clear.pipe.d.ts +14 -0
  96. package/lib/components/ca-filters/pipes/filter-conditions-set.pipe.d.ts +14 -0
  97. package/lib/components/ca-filters/pipes/filter-trailer-color.pipe.d.ts +7 -0
  98. package/lib/components/ca-filters/utils/constants/directive.constants.d.ts +8 -0
  99. package/lib/components/ca-filters/utils/constants/filter-icons-routes.constants.d.ts +6 -0
  100. package/lib/components/ca-input/ca-input.component.d.ts +16 -8
  101. package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.d.ts +3 -3
  102. package/lib/components/ca-input/components/ca-input-commands/ca-input-commands.component.d.ts +14 -0
  103. package/lib/components/ca-input/components/ca-input-password/ca-input-password.component.d.ts +2 -2
  104. package/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +2 -2
  105. package/lib/components/ca-input/enums/input-commands-action.enum.d.ts +9 -0
  106. package/lib/components/ca-input/enums/input-commands-type.enum.d.ts +5 -0
  107. package/lib/components/ca-input/models/command-click.model.d.ts +5 -0
  108. package/lib/components/ca-input/models/commands-event.model.d.ts +5 -0
  109. package/lib/components/ca-input/pipes/input-class.pipe.d.ts +1 -1
  110. package/lib/components/ca-input/pipes/input-clear-class.pipe.d.ts +1 -1
  111. package/lib/components/ca-input/pipes/input-container-class.pipe.d.ts +1 -1
  112. package/lib/components/ca-input/pipes/input-password-eye-class.pipe.d.ts +1 -1
  113. package/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.d.ts +2 -2
  114. package/lib/components/ca-input/pipes/label-class.pipe.d.ts +1 -1
  115. package/lib/components/ca-input/pipes/show-clear.pipe.d.ts +1 -1
  116. package/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.d.ts +1 -1
  117. package/lib/components/ca-input/pipes/show-valid-check.pipe.d.ts +1 -1
  118. package/lib/components/ca-input/services/ca-input-state.service.d.ts +31 -5
  119. package/lib/components/ca-input/utils/input-svg-routes.d.ts +2 -0
  120. package/lib/components/ca-map/ca-map.component.d.ts +1 -1
  121. package/lib/components/ca-map/models/map.model.d.ts +2 -2
  122. package/lib/components/ca-map-dropdown/ca-map-dropdown.component.d.ts +4 -29
  123. package/lib/components/ca-note/ca-note.component.d.ts +5 -5
  124. package/lib/components/ca-note-container/ca-note-container.component.d.ts +4 -4
  125. package/lib/components/ca-note-container/utils/constants/note-config.constant.d.ts +2 -2
  126. package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.d.ts +3 -3
  127. package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.d.ts +1 -1
  128. package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.d.ts +5 -5
  129. package/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.d.ts +4 -4
  130. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.d.ts +6 -6
  131. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts +5 -5
  132. package/lib/components/ca-pickup-delivery-block/models/animation-model.d.ts +1 -1
  133. package/lib/components/ca-pickup-delivery-block/models/broker-short-response.d.ts +1 -1
  134. package/lib/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response.d.ts +1 -1
  135. package/lib/components/ca-pickup-delivery-block/models/load-short-response.d.ts +3 -3
  136. package/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.d.ts +2 -2
  137. package/lib/components/ca-pickup-delivery-block/models/shipper-short-response.d.ts +1 -1
  138. package/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.d.ts +1 -1
  139. package/lib/components/ca-pickup-delivery-block/utils/helpers/pickup-delivery.helper.d.ts +3 -3
  140. package/lib/components/ca-progress-bar/ca-progress-bar.component.d.ts +3 -3
  141. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +3 -3
  142. package/lib/components/ca-search-multiple-states/utils/config/input-config.d.ts +1 -1
  143. package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.d.ts +2 -2
  144. package/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.d.ts +1 -1
  145. package/lib/enums/trailer-name-string.enum.d.ts +16 -0
  146. package/lib/models/card-models/card-table-data.model.d.ts +3 -3
  147. package/lib/models/table-models/all-table-animation.model.d.ts +10 -0
  148. package/lib/models/trailer-minimal-response.d.ts +1 -1
  149. package/lib/models/truck-minimal-response.d.ts +2 -2
  150. package/lib/models/user-selected.model.d.ts +8 -0
  151. package/lib/pipes/thousand-to-short-format-pipe.d.ts +1 -1
  152. package/lib/services/truckassist-table.service.d.ts +2 -0
  153. package/package.json +1 -1
  154. package/src/assets/global_style/styles.scss +1 -0
  155. package/src/assets/scss/input-dropdown.scss +1876 -0
  156. package/src/assets/scss/popover.scss +89 -89
  157. package/src/assets/svg/common/trailers/ic_carhauler_stinger.svg +6 -0
  158. package/src/assets/svg/common/trailers/ic_trailer_carhauler.svg +1 -0
  159. package/src/assets/svg/common/trailers/ic_trailer_chassis.svg +1 -0
  160. package/src/assets/svg/common/trailers/ic_trailer_conestoga.svg +1 -0
  161. package/src/assets/svg/common/trailers/ic_trailer_container.svg +1 -0
  162. package/src/assets/svg/common/trailers/ic_trailer_dryvan.svg +1 -0
  163. package/src/assets/svg/common/trailers/ic_trailer_dumper.svg +1 -0
  164. package/src/assets/svg/common/trailers/ic_trailer_flatbed.svg +1 -0
  165. package/src/assets/svg/common/trailers/ic_trailer_low-boy.svg +1 -0
  166. package/src/assets/svg/common/trailers/ic_trailer_reefer.svg +1 -0
  167. package/src/assets/svg/common/trailers/ic_trailer_side-kit.svg +1 -0
  168. package/src/assets/svg/common/trailers/ic_trailer_step-deck.svg +1 -0
  169. package/src/assets/svg/common/trailers/ic_trailer_tanker.svg +6 -0
  170. package/src/assets/svg/common/trailers/ic_trailer_tanker_pneumatic.svg +6 -0
  171. package/src/assets/svg/common/trucks/ic_truck_box-truck.svg +1 -0
  172. package/src/assets/svg/common/trucks/ic_truck_bus.svg +7 -0
  173. package/src/assets/svg/common/trucks/ic_truck_car-hauler.svg +1 -0
  174. package/src/assets/svg/common/trucks/ic_truck_cargo-van.svg +1 -0
  175. package/src/assets/svg/common/trucks/ic_truck_semi-truck.svg +1 -0
  176. package/src/assets/svg/common/trucks/ic_truck_semi-wSleeper.svg +9 -0
  177. package/src/assets/svg/common/trucks/ic_truck_spotter.svg +1 -0
  178. package/src/assets/svg/common/trucks/ic_truck_tow-truck.svg +1 -0
  179. package/src/assets/svg/input/ic_dollar.svg +6 -0
  180. package/src/assets/svg/input/ic_pm_decrement.svg +4 -0
  181. package/src/assets/svg/input/ic_pm_increment.svg +4 -0
  182. package/esm2022/lib/animation/in-out.animation.mjs +0 -73
  183. /package/lib/{animation → animations}/in-out.animation.d.ts +0 -0
  184. /package/src/assets/svg/{common → input}/ic_search.svg +0 -0
@@ -1,9 +1,9 @@
1
- import { Component } from "@angular/core";
2
- import { CommonModule } from "@angular/common";
1
+ import { Component } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
3
  //components
4
- import { CaPayrollListSummaryOverviewComponent } from "@shared/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component";
4
+ import { CaPayrollListSummaryOverviewComponent } from '../ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component';
5
5
  //json
6
- import CaTable from "@assets/json/ca-table.json";
6
+ import CaTable from '../../../assets/json/ca-table.json';
7
7
  import * as i0 from "@angular/core";
8
8
  import * as i1 from "@angular/common";
9
9
  export class CaPayrollListSummaryOverviewTableComponent {
@@ -17,10 +17,10 @@ export class CaPayrollListSummaryOverviewTableComponent {
17
17
  this.openIndex = this.openIndex === index ? null : index;
18
18
  }
19
19
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CaPayrollListSummaryOverviewTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
20
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CaPayrollListSummaryOverviewTableComponent, isStandalone: true, selector: "app-ca-payroll-list-summary-overview-table", ngImport: i0, template: "<table class=\"table\">\n <tbody>\n <tr *ngFor=\"let item of data; let i = index; trackBy: identity\">\n <td>\n <app-ca-payroll-list-summary-overview\n [item]=\"item\"\n [index]=\"i\"\n [isExpanded]=\"openIndex === i\"\n (toggle)=\"toggleItem(i)\"\n ></app-ca-payroll-list-summary-overview>\n </td>\n </tr>\n </tbody>\n</table>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"/node_modules/bootstrap/dist/css/bootstrap.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#dadada}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#dadada}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#dadada}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}*{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}thead,tbody,tfoot,tr,td,th{border:unset;cursor:pointer}.table>:not(caption)>*>*{background-color:#eee;padding:0 10px}.table tr{position:relative;z-index:99999}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: CaPayrollListSummaryOverviewComponent, selector: "app-ca-payroll-list-summary-overview", inputs: ["item", "isExpanded", "index", "animationMarginParams"], outputs: ["toggle"] }] }); }
20
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CaPayrollListSummaryOverviewTableComponent, isStandalone: true, selector: "app-ca-payroll-list-summary-overview-table", ngImport: i0, template: "<table class=\"table\">\n <tbody>\n <tr *ngFor=\"let item of data; let i = index; trackBy: identity\">\n <td>\n <app-ca-payroll-list-summary-overview\n [item]=\"item\"\n [index]=\"i\"\n [isExpanded]=\"openIndex === i\"\n (toggle)=\"toggleItem(i)\"\n ></app-ca-payroll-list-summary-overview>\n </td>\n </tr>\n </tbody>\n</table>\n", styles: ["@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}thead,tbody,tfoot,tr,td,th{border:unset;cursor:pointer}.table>:not(caption)>*>*{background-color:#eee;padding:0 10px}.table tr{position:relative;z-index:99999}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: CaPayrollListSummaryOverviewComponent, selector: "app-ca-payroll-list-summary-overview", inputs: ["item", "isExpanded", "index", "animationMarginParams"], outputs: ["toggle"] }] }); }
21
21
  }
22
22
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CaPayrollListSummaryOverviewTableComponent, decorators: [{
23
23
  type: Component,
24
- args: [{ selector: "app-ca-payroll-list-summary-overview-table", standalone: true, imports: [CommonModule, CaPayrollListSummaryOverviewComponent], template: "<table class=\"table\">\n <tbody>\n <tr *ngFor=\"let item of data; let i = index; trackBy: identity\">\n <td>\n <app-ca-payroll-list-summary-overview\n [item]=\"item\"\n [index]=\"i\"\n [isExpanded]=\"openIndex === i\"\n (toggle)=\"toggleItem(i)\"\n ></app-ca-payroll-list-summary-overview>\n </td>\n </tr>\n </tbody>\n</table>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"/node_modules/bootstrap/dist/css/bootstrap.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#dadada}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#dadada}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#dadada}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}*{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}thead,tbody,tfoot,tr,td,th{border:unset;cursor:pointer}.table>:not(caption)>*>*{background-color:#eee;padding:0 10px}.table tr{position:relative;z-index:99999}\n"] }]
24
+ args: [{ selector: 'app-ca-payroll-list-summary-overview-table', standalone: true, imports: [CommonModule, CaPayrollListSummaryOverviewComponent], template: "<table class=\"table\">\n <tbody>\n <tr *ngFor=\"let item of data; let i = index; trackBy: identity\">\n <td>\n <app-ca-payroll-list-summary-overview\n [item]=\"item\"\n [index]=\"i\"\n [isExpanded]=\"openIndex === i\"\n (toggle)=\"toggleItem(i)\"\n ></app-ca-payroll-list-summary-overview>\n </td>\n </tr>\n </tbody>\n</table>\n", styles: ["@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}thead,tbody,tfoot,tr,td,th{border:unset;cursor:pointer}.table>:not(caption)>*>*{background-color:#eee;padding:0 10px}.table tr{position:relative;z-index:99999}\n"] }]
25
25
  }] });
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsWUFBWTtBQUNaLE9BQU8sRUFBRSxxQ0FBcUMsRUFBRSxNQUFNLGdHQUFnRyxDQUFDO0FBRXZKLE1BQU07QUFDTixPQUFPLE9BQU8sTUFBTSw0QkFBNEIsQ0FBQzs7O0FBWWpELE1BQU0sT0FBTywwQ0FBMEM7SUFQdkQ7UUFRUyxTQUFJLEdBQUcsT0FBTyxDQUFDLGtCQUFrQixDQUFDO0tBVTFDO0lBUFEsUUFBUSxDQUFDLEtBQWEsRUFBRSxJQUFnQztRQUM3RCxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUM7SUFDbkIsQ0FBQztJQUVNLFVBQVUsQ0FBQyxLQUFhO1FBQzdCLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFNBQVMsS0FBSyxLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDO0lBQzNELENBQUM7K0dBVlUsMENBQTBDO21HQUExQywwQ0FBMEMsc0dDbkJ2RCwrWUFjQSxrdUdEQ1ksWUFBWSw0SkFBRSxxQ0FBcUM7OzRGQUlsRCwwQ0FBMEM7a0JBUHRELFNBQVM7K0JBQ0UsNENBQTRDLGNBQzFDLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxxQ0FBcUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5cbi8vY29tcG9uZW50c1xuaW1wb3J0IHsgQ2FQYXlyb2xsTGlzdFN1bW1hcnlPdmVydmlld0NvbXBvbmVudCB9IGZyb20gXCJAc2hhcmVkL2NvbXBvbmVudHMvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXcvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXcuY29tcG9uZW50XCI7XG5cbi8vanNvblxuaW1wb3J0IENhVGFibGUgZnJvbSBcIkBhc3NldHMvanNvbi9jYS10YWJsZS5qc29uXCI7XG5cbi8vbW9kZWxzXG5pbXBvcnQgeyBQYXlyb2xsTGlzdFN1bW1hcnlPdmVydmlldyB9IGZyb20gXCJAc2hhcmVkL21vZGVscy9wYXlyb2xsLWxpc3Qtc3VtbWFyeS5tb2RlbFwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiYXBwLWNhLXBheXJvbGwtbGlzdC1zdW1tYXJ5LW92ZXJ2aWV3LXRhYmxlXCIsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIENhUGF5cm9sbExpc3RTdW1tYXJ5T3ZlcnZpZXdDb21wb25lbnRdLFxuICB0ZW1wbGF0ZVVybDogXCIuL2NhLXBheXJvbGwtbGlzdC1zdW1tYXJ5LW92ZXJ2aWV3LXRhYmxlLmNvbXBvbmVudC5odG1sXCIsXG4gIHN0eWxlVXJsczogW1wiLi9jYS1wYXlyb2xsLWxpc3Qtc3VtbWFyeS1vdmVydmlldy10YWJsZS5jb21wb25lbnQuc2Nzc1wiXSxcbn0pXG5leHBvcnQgY2xhc3MgQ2FQYXlyb2xsTGlzdFN1bW1hcnlPdmVydmlld1RhYmxlQ29tcG9uZW50IHtcbiAgcHVibGljIGRhdGEgPSBDYVRhYmxlLkNhVGFibGVQYXlyb2xsTGlzdDtcbiAgcHVibGljIG9wZW5JbmRleCE6IG51bWJlciB8IG51bGw7XG5cbiAgcHVibGljIGlkZW50aXR5KGluZGV4OiBudW1iZXIsIGl0ZW06IFBheXJvbGxMaXN0U3VtbWFyeU92ZXJ2aWV3KTogc3RyaW5nIHtcbiAgICByZXR1cm4gaXRlbS50ZXh0O1xuICB9XG5cbiAgcHVibGljIHRvZ2dsZUl0ZW0oaW5kZXg6IG51bWJlcik6IG51bWJlciB8IHZvaWQge1xuICAgIHRoaXMub3BlbkluZGV4ID0gdGhpcy5vcGVuSW5kZXggPT09IGluZGV4ID8gbnVsbCA6IGluZGV4O1xuICB9XG59XG4iLCI8dGFibGUgY2xhc3M9XCJ0YWJsZVwiPlxuICA8dGJvZHk+XG4gICAgPHRyICpuZ0Zvcj1cImxldCBpdGVtIG9mIGRhdGE7IGxldCBpID0gaW5kZXg7IHRyYWNrQnk6IGlkZW50aXR5XCI+XG4gICAgICA8dGQ+XG4gICAgICAgIDxhcHAtY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXdcbiAgICAgICAgICBbaXRlbV09XCJpdGVtXCJcbiAgICAgICAgICBbaW5kZXhdPVwiaVwiXG4gICAgICAgICAgW2lzRXhwYW5kZWRdPVwib3BlbkluZGV4ID09PSBpXCJcbiAgICAgICAgICAodG9nZ2xlKT1cInRvZ2dsZUl0ZW0oaSlcIlxuICAgICAgICA+PC9hcHAtY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXc+XG4gICAgICA8L3RkPlxuICAgIDwvdHI+XG4gIDwvdGJvZHk+XG48L3RhYmxlPlxuIl19
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsWUFBWTtBQUNaLE9BQU8sRUFBRSxxQ0FBcUMsRUFBRSxNQUFNLGdGQUFnRixDQUFDO0FBRXZJLE1BQU07QUFDTixPQUFPLE9BQU8sTUFBTSxvQ0FBb0MsQ0FBQzs7O0FBWXpELE1BQU0sT0FBTywwQ0FBMEM7SUFQdkQ7UUFRVyxTQUFJLEdBQUcsT0FBTyxDQUFDLGtCQUFrQixDQUFDO0tBVTVDO0lBUFUsUUFBUSxDQUFDLEtBQWEsRUFBRSxJQUFnQztRQUMzRCxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUM7SUFDckIsQ0FBQztJQUVNLFVBQVUsQ0FBQyxLQUFhO1FBQzNCLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFNBQVMsS0FBSyxLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDO0lBQzdELENBQUM7K0dBVlEsMENBQTBDO21HQUExQywwQ0FBMEMsc0dDbkJ2RCwrWUFjQSw4Y0RDYyxZQUFZLDRKQUFFLHFDQUFxQzs7NEZBSXBELDBDQUEwQztrQkFQdEQsU0FBUzsrQkFDSSw0Q0FBNEMsY0FDMUMsSUFBSSxXQUNQLENBQUMsWUFBWSxFQUFFLHFDQUFxQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG4vL2NvbXBvbmVudHNcbmltcG9ydCB7IENhUGF5cm9sbExpc3RTdW1tYXJ5T3ZlcnZpZXdDb21wb25lbnQgfSBmcm9tICcuLi9jYS1wYXlyb2xsLWxpc3Qtc3VtbWFyeS1vdmVydmlldy9jYS1wYXlyb2xsLWxpc3Qtc3VtbWFyeS1vdmVydmlldy5jb21wb25lbnQnO1xuXG4vL2pzb25cbmltcG9ydCBDYVRhYmxlIGZyb20gJy4uLy4uLy4uL2Fzc2V0cy9qc29uL2NhLXRhYmxlLmpzb24nO1xuXG4vL21vZGVsc1xuaW1wb3J0IHsgUGF5cm9sbExpc3RTdW1tYXJ5T3ZlcnZpZXcgfSBmcm9tICcuLi8uLi9tb2RlbHMvcGF5cm9sbC1saXN0LXN1bW1hcnkubW9kZWwnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2FwcC1jYS1wYXlyb2xsLWxpc3Qtc3VtbWFyeS1vdmVydmlldy10YWJsZScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBDYVBheXJvbGxMaXN0U3VtbWFyeU92ZXJ2aWV3Q29tcG9uZW50XSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2NhLXBheXJvbGwtbGlzdC1zdW1tYXJ5LW92ZXJ2aWV3LXRhYmxlLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIENhUGF5cm9sbExpc3RTdW1tYXJ5T3ZlcnZpZXdUYWJsZUNvbXBvbmVudCB7XG4gICAgcHVibGljIGRhdGEgPSBDYVRhYmxlLkNhVGFibGVQYXlyb2xsTGlzdDtcbiAgICBwdWJsaWMgb3BlbkluZGV4ITogbnVtYmVyIHwgbnVsbDtcblxuICAgIHB1YmxpYyBpZGVudGl0eShpbmRleDogbnVtYmVyLCBpdGVtOiBQYXlyb2xsTGlzdFN1bW1hcnlPdmVydmlldyk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBpdGVtLnRleHQ7XG4gICAgfVxuXG4gICAgcHVibGljIHRvZ2dsZUl0ZW0oaW5kZXg6IG51bWJlcik6IG51bWJlciB8IHZvaWQge1xuICAgICAgICB0aGlzLm9wZW5JbmRleCA9IHRoaXMub3BlbkluZGV4ID09PSBpbmRleCA/IG51bGwgOiBpbmRleDtcbiAgICB9XG59XG4iLCI8dGFibGUgY2xhc3M9XCJ0YWJsZVwiPlxuICA8dGJvZHk+XG4gICAgPHRyICpuZ0Zvcj1cImxldCBpdGVtIG9mIGRhdGE7IGxldCBpID0gaW5kZXg7IHRyYWNrQnk6IGlkZW50aXR5XCI+XG4gICAgICA8dGQ+XG4gICAgICAgIDxhcHAtY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXdcbiAgICAgICAgICBbaXRlbV09XCJpdGVtXCJcbiAgICAgICAgICBbaW5kZXhdPVwiaVwiXG4gICAgICAgICAgW2lzRXhwYW5kZWRdPVwib3BlbkluZGV4ID09PSBpXCJcbiAgICAgICAgICAodG9nZ2xlKT1cInRvZ2dsZUl0ZW0oaSlcIlxuICAgICAgICA+PC9hcHAtY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXc+XG4gICAgICA8L3RkPlxuICAgIDwvdHI+XG4gIDwvdGJvZHk+XG48L3RhYmxlPlxuIl19