@seniorsistemas/angular-components 17.31.2-feature-sds-110-234267aa → 17.31.3

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 (3310) hide show
  1. package/angular-components.module.d.ts +9 -0
  2. package/bundles/seniorsistemas-angular-components.umd.js +24534 -0
  3. package/bundles/seniorsistemas-angular-components.umd.js.map +1 -0
  4. package/bundles/seniorsistemas-angular-components.umd.min.js +17 -0
  5. package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -0
  6. package/components/accessibility-events/accessibility-events.module.d.ts +2 -0
  7. package/components/accessibility-events/directives/accessibility-event.directive.d.ts +14 -0
  8. package/components/accessibility-events/index.d.ts +2 -0
  9. package/components/accordion/accordion.component.d.ts +20 -0
  10. package/components/accordion/accordion.module.d.ts +2 -0
  11. package/components/accordion/components/accordion-panel/accordion-panel.component.d.ts +31 -0
  12. package/components/accordion/index.d.ts +3 -0
  13. package/components/accordion/models/accordion-button-settings.d.ts +4 -0
  14. package/components/accordion/models/accordion-switch-settings.d.ts +4 -0
  15. package/components/alert/alert.component.d.ts +13 -0
  16. package/components/alert/alert.module.d.ts +2 -0
  17. package/components/alert/index.d.ts +2 -0
  18. package/components/badge/badge.component.d.ts +20 -0
  19. package/components/badge/badge.module.d.ts +2 -0
  20. package/components/badge/index.d.ts +3 -0
  21. package/components/badge/models/badge-colors.d.ts +8 -0
  22. package/components/badge/models/badge-types.d.ts +4 -0
  23. package/components/badge/models/index.d.ts +2 -0
  24. package/components/bignumber-input/bignumber-input.directive.d.ts +29 -0
  25. package/components/bignumber-input/bignumber-input.module.d.ts +2 -0
  26. package/components/bignumber-input/index.d.ts +2 -0
  27. package/components/breadcrumb/breadcrumb.component.d.ts +22 -0
  28. package/components/breadcrumb/breadcrumb.module.d.ts +2 -0
  29. package/components/breadcrumb/index.d.ts +2 -0
  30. package/components/button/button.component.d.ts +43 -0
  31. package/components/button/button.module.d.ts +2 -0
  32. package/components/button/index.d.ts +6 -0
  33. package/components/button/models/button-animation.d.ts +3 -0
  34. package/components/button/models/button-badge-config.d.ts +7 -0
  35. package/components/button/models/button-priority.d.ts +7 -0
  36. package/components/button/models/button-size.d.ts +4 -0
  37. package/components/calendar-mask/calendar-mask.directive.d.ts +66 -0
  38. package/components/calendar-mask/calendar-mask.module.d.ts +2 -0
  39. package/components/calendar-mask/index.d.ts +2 -0
  40. package/components/card/card.component.d.ts +22 -0
  41. package/components/card/card.module.d.ts +2 -0
  42. package/components/card/index.d.ts +3 -0
  43. package/components/card/models/card-template-types.d.ts +5 -0
  44. package/components/chat/chat.component.d.ts +7 -0
  45. package/components/chat/chat.module.d.ts +2 -0
  46. package/components/chat/components/chat-message/chat-message.component.d.ts +8 -0
  47. package/components/chat/index.d.ts +3 -0
  48. package/components/chat/types/chat-message.d.ts +8 -0
  49. package/components/checkbox/checkbox.component.d.ts +17 -0
  50. package/components/checkbox/checkbox.module.d.ts +2 -0
  51. package/components/checkbox/index.d.ts +3 -0
  52. package/components/checkbox/models/checkbox-data.d.ts +5 -0
  53. package/components/checkbox/models/checkbox-state.d.ts +6 -0
  54. package/components/checkbox/models/index.d.ts +2 -0
  55. package/components/chips/chip-item/chip-item.component.d.ts +22 -0
  56. package/components/chips/chips/chips.component.d.ts +55 -0
  57. package/components/chips/chips.module.d.ts +2 -0
  58. package/components/chips/index.d.ts +3 -0
  59. package/components/chips/models/chip-models.d.ts +7 -0
  60. package/components/code-editor/code-editor.component.d.ts +27 -0
  61. package/components/code-editor/code-editor.module.d.ts +2 -0
  62. package/components/code-editor/core/facades/core-facade.d.ts +34 -0
  63. package/components/code-editor/core/use-cases/core-linters.d.ts +6 -0
  64. package/components/code-editor/index.d.ts +3 -0
  65. package/components/code-editor/infra/cores/codemirror-6/codemirror-6-core.d.ts +27 -0
  66. package/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-state-wrapper/autocomplete-state-wrapper.d.ts +15 -0
  67. package/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete.d.ts +6 -0
  68. package/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/safe-http-communication.d.ts +12 -0
  69. package/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/utils/get-safe-response.d.ts +8 -0
  70. package/components/code-editor/infra/cores/codemirror-6/models/types/diagnostic-severity.d.ts +1 -0
  71. package/components/code-editor/infra/cores/codemirror-6/models/types/editor-theme.d.ts +3 -0
  72. package/components/code-editor/infra/utils/custom-http-client/custom-http-client.d.ts +34 -0
  73. package/components/code-editor/infra/utils/custom-translations/custom-translations-service.d.ts +25 -0
  74. package/components/code-editor/infra/utils/custom-translations/custom-translations.module.d.ts +12 -0
  75. package/components/collapse-link/collapse-link.component.d.ts +17 -0
  76. package/components/collapse-link/collapse-link.module.d.ts +2 -0
  77. package/components/collapse-link/index.d.ts +2 -0
  78. package/components/control-errors/control-errors.component.d.ts +9 -0
  79. package/components/control-errors/control-errors.module.d.ts +2 -0
  80. package/components/control-errors/index.d.ts +2 -0
  81. package/components/country-phone-picker/country-phone-picker.component.d.ts +64 -0
  82. package/components/country-phone-picker/country-phone-picker.module.d.ts +2 -0
  83. package/components/country-phone-picker/country-phone-picker.service.d.ts +10 -0
  84. package/components/country-phone-picker/index.d.ts +4 -0
  85. package/components/country-phone-picker/models/index.d.ts +3 -0
  86. package/components/country-phone-picker/resources/countries.d.ts +2 -0
  87. package/components/country-phone-picker/resources/index.d.ts +1 -0
  88. package/components/custom-fields/custom-fields.component.d.ts +82 -0
  89. package/components/custom-fields/custom-fields.module.d.ts +2 -0
  90. package/components/custom-fields/custom-fields.service.d.ts +17 -0
  91. package/components/custom-fields/index.d.ts +3 -0
  92. package/components/dynamic-form/components/dynamic-field/dynamic-field.component.d.ts +12 -0
  93. package/components/dynamic-form/components/field-label/field-label.component.d.ts +5 -0
  94. package/components/dynamic-form/components/field-label/field-label.module.d.ts +2 -0
  95. package/components/dynamic-form/components/fields/autocomplete/autocomplete-field.component.d.ts +14 -0
  96. package/components/dynamic-form/components/fields/base-field-component.d.ts +27 -0
  97. package/components/dynamic-form/components/fields/bignumber/bignumber-field.component.d.ts +24 -0
  98. package/components/dynamic-form/components/fields/bignumber/bignumber-field.module.d.ts +2 -0
  99. package/components/dynamic-form/components/fields/boolean/boolean-field.component.d.ts +8 -0
  100. package/components/dynamic-form/components/fields/boolean/boolean-switch-field.component.d.ts +7 -0
  101. package/components/dynamic-form/components/fields/button-field/button-field.component.d.ts +7 -0
  102. package/components/dynamic-form/components/fields/calendar/calendar-field.component.d.ts +31 -0
  103. package/components/dynamic-form/components/fields/checkbox/checkbox-field.component.d.ts +7 -0
  104. package/components/dynamic-form/components/fields/checkbox/checkbox-field.module.d.ts +2 -0
  105. package/components/dynamic-form/components/fields/chips/chips-field.component.d.ts +19 -0
  106. package/components/dynamic-form/components/fields/country-phone-picker/country-phone-picker-field.component.d.ts +14 -0
  107. package/components/dynamic-form/components/fields/currency/currency-field.component.d.ts +21 -0
  108. package/components/dynamic-form/components/fields/currency/currency-field.module.d.ts +2 -0
  109. package/components/dynamic-form/components/fields/editor/editor-field.component.d.ts +7 -0
  110. package/components/dynamic-form/components/fields/editor/editor-field.module.d.ts +2 -0
  111. package/components/dynamic-form/components/fields/file-upload/file-upload.component.d.ts +17 -0
  112. package/components/dynamic-form/components/fields/index.d.ts +21 -0
  113. package/components/dynamic-form/components/fields/lookup/lookup-field.component.d.ts +7 -0
  114. package/components/dynamic-form/components/fields/number/number-field.component.d.ts +27 -0
  115. package/components/dynamic-form/components/fields/number/number-field.module.d.ts +2 -0
  116. package/components/dynamic-form/components/fields/password/password-field.component.d.ts +19 -0
  117. package/components/dynamic-form/components/fields/password/password-field.module.d.ts +2 -0
  118. package/components/dynamic-form/components/fields/profile-picture/profile-picture-field.component.d.ts +6 -0
  119. package/components/dynamic-form/components/fields/profile-picture/profile-picture-field.module.d.ts +2 -0
  120. package/components/dynamic-form/components/fields/radio-button/radio-button-field.component.d.ts +15 -0
  121. package/components/dynamic-form/components/fields/select/select-field.component.d.ts +7 -0
  122. package/components/dynamic-form/components/fields/slider/slider-field.component.d.ts +22 -0
  123. package/components/dynamic-form/components/fields/text/text-field.component.d.ts +22 -0
  124. package/components/dynamic-form/components/fields/text/text-field.module.d.ts +2 -0
  125. package/components/dynamic-form/components/fields/text-area/text-area-field.component.d.ts +11 -0
  126. package/components/dynamic-form/components/fields/text-area-ia/text-area-ia-field.component.d.ts +28 -0
  127. package/components/dynamic-form/components/grid/row/row.component.d.ts +12 -0
  128. package/components/dynamic-form/components/lookup/lookup.component.d.ts +188 -0
  129. package/components/dynamic-form/components/lookup/models/default-filter.d.ts +4 -0
  130. package/components/dynamic-form/components/lookup/models/index.d.ts +1 -0
  131. package/components/dynamic-form/components/structure/base-structure-component.d.ts +8 -0
  132. package/components/dynamic-form/components/structure/fieldset/fieldset.component.d.ts +9 -0
  133. package/components/dynamic-form/components/structure/section/section.component.d.ts +11 -0
  134. package/components/dynamic-form/configurations/addon-config.d.ts +8 -0
  135. package/components/dynamic-form/configurations/field-type.d.ts +30 -0
  136. package/components/dynamic-form/configurations/fields/autocomplete-field.d.ts +30 -0
  137. package/components/dynamic-form/configurations/fields/bignumber-field.d.ts +36 -0
  138. package/components/dynamic-form/configurations/fields/blob-field.d.ts +43 -0
  139. package/components/dynamic-form/configurations/fields/boolean-field.d.ts +29 -0
  140. package/components/dynamic-form/configurations/fields/boolean-switch-field.d.ts +11 -0
  141. package/components/dynamic-form/configurations/fields/button-field.d.ts +37 -0
  142. package/components/dynamic-form/configurations/fields/calendar-field.d.ts +45 -0
  143. package/components/dynamic-form/configurations/fields/checkbox-field.d.ts +9 -0
  144. package/components/dynamic-form/configurations/fields/chips-field.d.ts +24 -0
  145. package/components/dynamic-form/configurations/fields/country-phone-picker-field.d.ts +15 -0
  146. package/components/dynamic-form/configurations/fields/currency-field.d.ts +8 -0
  147. package/components/dynamic-form/configurations/fields/decimal-field.d.ts +14 -0
  148. package/components/dynamic-form/configurations/fields/field.d.ts +96 -0
  149. package/components/dynamic-form/configurations/fields/index.d.ts +21 -0
  150. package/components/dynamic-form/configurations/fields/lookup-field.d.ts +94 -0
  151. package/components/dynamic-form/configurations/fields/number-field.d.ts +42 -0
  152. package/components/dynamic-form/configurations/fields/password-field.d.ts +45 -0
  153. package/components/dynamic-form/configurations/fields/profile-picture.d.ts +36 -0
  154. package/components/dynamic-form/configurations/fields/radio-button-field.d.ts +23 -0
  155. package/components/dynamic-form/configurations/fields/select-field.d.ts +37 -0
  156. package/components/dynamic-form/configurations/fields/slider-field.d.ts +31 -0
  157. package/components/dynamic-form/configurations/fields/text-area-field.d.ts +24 -0
  158. package/components/dynamic-form/configurations/fields/text-area-ia-field.d.ts +26 -0
  159. package/components/dynamic-form/configurations/fields/text-field.d.ts +41 -0
  160. package/components/dynamic-form/configurations/form-field.d.ts +190 -0
  161. package/components/dynamic-form/configurations/grid/grid.d.ts +14 -0
  162. package/components/dynamic-form/configurations/grid/row.d.ts +8 -0
  163. package/components/dynamic-form/configurations/structure/fieldset.d.ts +10 -0
  164. package/components/dynamic-form/configurations/structure/section.d.ts +20 -0
  165. package/components/dynamic-form/configurations/structure/structure.d.ts +15 -0
  166. package/components/dynamic-form/dynamic-form.component.d.ts +10 -0
  167. package/components/dynamic-form/dynamic-form.d.ts +56 -0
  168. package/components/dynamic-form/dynamic-form.directive.d.ts +28 -0
  169. package/components/dynamic-form/dynamic-form.module.d.ts +2 -0
  170. package/components/dynamic-form/index.d.ts +32 -0
  171. package/components/dynamic-form/services/IAssist/iassist.service.d.ts +13 -0
  172. package/components/dynamic-form/services/IAssist/models/iassist-input-data.d.ts +6 -0
  173. package/components/dynamic-form/services/IAssist/models/iassist-response.d.ts +5 -0
  174. package/components/dynamic-form/services/IAssist/models/index.d.ts +2 -0
  175. package/components/editable-overlay/editable-overlay.directive.d.ts +9 -0
  176. package/components/editable-overlay/editable-overlay.module.d.ts +2 -0
  177. package/components/editable-overlay/index.d.ts +2 -0
  178. package/components/empty-state/empty-state.component.d.ts +16 -0
  179. package/components/empty-state/empty-state.module.d.ts +2 -0
  180. package/components/empty-state/go-back/go-back.component.d.ts +11 -0
  181. package/components/empty-state/index.d.ts +2 -0
  182. package/components/fieldset/fieldset.component.d.ts +14 -0
  183. package/components/fieldset/fieldset.models.d.ts +4 -0
  184. package/components/fieldset/fieldset.module.d.ts +2 -0
  185. package/components/fieldset/index.d.ts +3 -0
  186. package/components/file-upload/file-upload.component.d.ts +77 -0
  187. package/components/file-upload/file-upload.module.d.ts +2 -0
  188. package/components/file-upload/file-upload.service.d.ts +6 -0
  189. package/components/file-upload/index.d.ts +3 -0
  190. package/components/file-upload/models/file-dto.d.ts +11 -0
  191. package/components/file-upload/models/file-upload-permissions.d.ts +6 -0
  192. package/components/file-upload/models/index.d.ts +4 -0
  193. package/components/file-upload/models/uploadError.d.ts +6 -0
  194. package/components/file-upload/models/validate-errors.d.ts +6 -0
  195. package/components/gantt/components/gantt/arrow.d.ts +16 -0
  196. package/components/gantt/components/gantt/bar.d.ts +44 -0
  197. package/components/gantt/components/gantt/gantt-options.d.ts +2 -0
  198. package/components/gantt/components/gantt/gantt.d.ts +64 -0
  199. package/components/gantt/components/gantt/popup.d.ts +14 -0
  200. package/components/gantt/components/gantt/utils/svg-utils.d.ts +11 -0
  201. package/components/gantt/components/side-table/side-table.component.d.ts +10 -0
  202. package/components/gantt/gantt.component.d.ts +30 -0
  203. package/components/gantt/gantt.module.d.ts +2 -0
  204. package/components/gantt/index.d.ts +3 -0
  205. package/components/gantt/models/index.d.ts +3 -0
  206. package/components/gantt/models/options.d.ts +26 -0
  207. package/components/global-search/elements/dropdown/global-search-dropdown-item.component.d.ts +24 -0
  208. package/components/global-search/global-search-size.enum.d.ts +5 -0
  209. package/components/global-search/global-search.component.d.ts +34 -0
  210. package/components/global-search/global-search.module.d.ts +2 -0
  211. package/components/global-search/index.d.ts +4 -0
  212. package/components/grid-menu/components/grid-menu-item/grid-menu-item.component.d.ts +14 -0
  213. package/components/grid-menu/grid-menu.component.d.ts +13 -0
  214. package/components/grid-menu/grid-menu.module.d.ts +2 -0
  215. package/components/grid-menu/index.d.ts +3 -0
  216. package/components/grid-menu/types/grid-menu-item.d.ts +11 -0
  217. package/components/help-popover/help-popover/help-popover.component.d.ts +32 -0
  218. package/components/help-popover/help-popover.directive.d.ts +64 -0
  219. package/components/help-popover/help-popover.module.d.ts +2 -0
  220. package/components/help-popover/index.d.ts +5 -0
  221. package/components/help-popover/models/help-popover.models.d.ts +2 -0
  222. package/components/ia-insight/components/ia-insight-card/components/ia-insight-card-loader/ia-insight-card-loader.component.d.ts +2 -0
  223. package/components/ia-insight/components/ia-insight-card/ia-insight-card.component.d.ts +22 -0
  224. package/components/ia-insight/components/ia-insight-sidebar/ia-insight-sidebar.component.d.ts +18 -0
  225. package/components/ia-insight/ia-insight.component.d.ts +28 -0
  226. package/components/ia-insight/ia-insight.module.d.ts +2 -0
  227. package/components/ia-insight/index.d.ts +3 -0
  228. package/components/ia-insight/models/ia-insight-item.d.ts +21 -0
  229. package/components/ia-insight/models/ia-insight-template-types.d.ts +5 -0
  230. package/components/ia-insight/models/index.d.ts +2 -0
  231. package/components/image-cropper/image-cropper.component.d.ts +42 -0
  232. package/components/image-cropper/image-cropper.module.d.ts +2 -0
  233. package/components/image-cropper/image-cropper.service.d.ts +39 -0
  234. package/components/image-cropper/index.d.ts +3 -0
  235. package/components/index.d.ts +76 -0
  236. package/components/infinite-scroll/infinite-scroll.directive.d.ts +7 -0
  237. package/components/infinite-scroll/infinite-scroll.module.d.ts +2 -0
  238. package/components/info-sign/index.d.ts +2 -0
  239. package/components/info-sign/info-sign.component.d.ts +7 -0
  240. package/components/info-sign/info-sign.directive.d.ts +16 -0
  241. package/components/info-sign/info-sign.module.d.ts +2 -0
  242. package/components/inline-edit/components/fields/inline-edit-calendar/inline-edit-calendar.component.d.ts +17 -0
  243. package/components/inline-edit/components/fields/inline-edit-lookup/inline-edit-lookup.component.d.ts +10 -0
  244. package/components/inline-edit/components/fields/inline-edit-number/inline-edit-number.component.d.ts +18 -0
  245. package/components/inline-edit/components/fields/inline-edit-text/inline-edit-text.component.d.ts +9 -0
  246. package/components/inline-edit/components/fields/inline-edit-text-area/inline-edit-text-area.component.d.ts +10 -0
  247. package/components/inline-edit/components/fields/inline-edit-text-area-ia/inline-edit-text-area-ia.component.d.ts +9 -0
  248. package/components/inline-edit/components/inline-edit-item/inline-edit-item.component.d.ts +27 -0
  249. package/components/inline-edit/fields/index.d.ts +7 -0
  250. package/components/inline-edit/fields/inline-edit-calendar-field.d.ts +44 -0
  251. package/components/inline-edit/fields/inline-edit-field.d.ts +13 -0
  252. package/components/inline-edit/fields/inline-edit-lookup-field.d.ts +79 -0
  253. package/components/inline-edit/fields/inline-edit-number-field.d.ts +38 -0
  254. package/components/inline-edit/index.d.ts +3 -0
  255. package/components/inline-edit/inline-edit.component.d.ts +14 -0
  256. package/components/inline-edit/inline-edit.module.d.ts +2 -0
  257. package/components/kanban/components/kanban-column/kanban-column.component.d.ts +18 -0
  258. package/components/kanban/components/kanban-item/kanban-item.component.d.ts +16 -0
  259. package/components/kanban/components/kanban-item-dragging/kanban-item-dragging.component.d.ts +3 -0
  260. package/components/kanban/index.d.ts +3 -0
  261. package/components/kanban/kanban-event.service.d.ts +12 -0
  262. package/components/kanban/kanban.component.d.ts +43 -0
  263. package/components/kanban/kanban.module.d.ts +2 -0
  264. package/components/kanban/models/index.d.ts +2 -0
  265. package/components/kanban/models/kanban-data.d.ts +27 -0
  266. package/components/kanban/models/kanban-template-types.d.ts +7 -0
  267. package/components/label-value/index.d.ts +3 -0
  268. package/components/label-value/label-value.component.d.ts +9 -0
  269. package/components/label-value/label-value.module.d.ts +2 -0
  270. package/components/label-value/types/label-value-configuration.d.ts +29 -0
  271. package/components/loading-state/components/dots-indicator/dots-indicator.components.d.ts +2 -0
  272. package/components/loading-state/components/logo-indicator/logo-indicator.component.d.ts +2 -0
  273. package/components/loading-state/index.d.ts +3 -0
  274. package/components/loading-state/loading-state.component.d.ts +20 -0
  275. package/components/loading-state/loading-state.directive.d.ts +19 -0
  276. package/components/loading-state/loading-state.module.d.ts +2 -0
  277. package/components/locale/index.d.ts +10 -0
  278. package/components/locale/locale.module.d.ts +5 -0
  279. package/components/locale/locale.service.d.ts +24 -0
  280. package/components/locale/options/calendar.d.ts +25 -0
  281. package/components/locale/options/index.d.ts +26 -0
  282. package/components/locale/options/number.d.ts +11 -0
  283. package/components/locale/pipes/localized-bignumber-impure.pipe.d.ts +6 -0
  284. package/components/locale/pipes/localized-bignumber.pipe.d.ts +9 -0
  285. package/components/locale/pipes/localized-currency-impure.pipe.d.ts +8 -0
  286. package/components/locale/pipes/localized-currency.pipe.d.ts +19 -0
  287. package/components/locale/pipes/localized-date-impure.pipe.d.ts +4 -0
  288. package/components/locale/pipes/localized-date.pipe.d.ts +7 -0
  289. package/components/locale/pipes/localized-number.pipe.d.ts +14 -0
  290. package/components/locale/pipes/localized-time-impure.pipe.d.ts +4 -0
  291. package/components/locale/pipes/localized-time.pipe.d.ts +7 -0
  292. package/components/locale/pipes/numeric.pipe.d.ts +13 -0
  293. package/components/locale/services/numeric.service.d.ts +27 -0
  294. package/components/localized-number-input/index.d.ts +2 -0
  295. package/components/localized-number-input/localized-number-input.directive.d.ts +13 -0
  296. package/components/localized-number-input/localized-number-input.module.d.ts +2 -0
  297. package/components/mask/index.d.ts +2 -0
  298. package/components/mask/mask-formatter.module.d.ts +2 -0
  299. package/components/mask/mask-formatter.pipe.d.ts +5 -0
  300. package/components/mouse-events/double-click.directive.d.ts +9 -0
  301. package/components/mouse-events/index.d.ts +3 -0
  302. package/components/mouse-events/long-press.directive.d.ts +13 -0
  303. package/components/mouse-events/mouse-events.module.d.ts +2 -0
  304. package/components/navigation-button/index.d.ts +3 -0
  305. package/components/navigation-button/models/index.d.ts +2 -0
  306. package/components/navigation-button/models/navigation-button-step-changed-info.d.ts +5 -0
  307. package/components/navigation-button/navigation-button.component.d.ts +30 -0
  308. package/components/navigation-button/navigation-button.module.d.ts +2 -0
  309. package/components/number-input/index.d.ts +2 -0
  310. package/components/number-input/number-input.directive.d.ts +44 -0
  311. package/components/number-input/number-input.module.d.ts +5 -0
  312. package/components/object-card/elements/field/object-card-field.component.d.ts +17 -0
  313. package/components/object-card/elements/main/object-card-main.component.d.ts +27 -0
  314. package/components/object-card/index.d.ts +4 -0
  315. package/components/object-card/object-card.component.d.ts +28 -0
  316. package/components/object-card/object-card.module.d.ts +2 -0
  317. package/components/panel/index.d.ts +2 -0
  318. package/components/panel/panel.component.d.ts +25 -0
  319. package/components/panel/panel.module.d.ts +2 -0
  320. package/components/password-strength/index.d.ts +4 -0
  321. package/components/password-strength/models/index.d.ts +2 -0
  322. package/components/password-strength/models/password-positions.d.ts +5 -0
  323. package/components/password-strength/models/password-strengths.d.ts +6 -0
  324. package/components/password-strength/password-strength.component.d.ts +19 -0
  325. package/components/password-strength/password-strength.directive.d.ts +26 -0
  326. package/components/password-strength/password-strength.module.d.ts +2 -0
  327. package/components/picklist/index.d.ts +4 -0
  328. package/components/picklist/picklist/models/picklist-models.d.ts +8 -0
  329. package/components/picklist/picklist/picklist.component.d.ts +71 -0
  330. package/components/picklist/picklist.module.d.ts +2 -0
  331. package/components/product-header/index.d.ts +2 -0
  332. package/components/product-header/product-header.component.d.ts +10 -0
  333. package/components/product-header/product-header.module.d.ts +2 -0
  334. package/components/profile-picture-picker/index.d.ts +3 -0
  335. package/components/profile-picture-picker/models/file-validation-errors.d.ts +10 -0
  336. package/components/profile-picture-picker/models/index.d.ts +4 -0
  337. package/components/profile-picture-picker/profile-picture-picker.component.d.ts +55 -0
  338. package/components/profile-picture-picker/profile-picture-picker.module.d.ts +2 -0
  339. package/components/progressbar/components/progressbar-determinate/progressbar-determinate.component.d.ts +17 -0
  340. package/components/progressbar/components/progressbar-indeterminate/progressbar-indeterminate.component.d.ts +5 -0
  341. package/components/progressbar/index.d.ts +3 -0
  342. package/components/progressbar/models/index.d.ts +2 -0
  343. package/components/progressbar/models/progressbar-colors.d.ts +6 -0
  344. package/components/progressbar/models/progressbar-mode.d.ts +4 -0
  345. package/components/progressbar/progressbar.component.d.ts +15 -0
  346. package/components/progressbar/progressbar.module.d.ts +2 -0
  347. package/components/rating-scale/index.d.ts +3 -0
  348. package/components/rating-scale/models/index.d.ts +1 -0
  349. package/components/rating-scale/rating-scale.component.d.ts +15 -0
  350. package/components/rating-scale/rating-scale.module.d.ts +2 -0
  351. package/components/select-button/components/select-button-item/select-button-item.component.d.ts +7 -0
  352. package/components/select-button/index.d.ts +3 -0
  353. package/components/select-button/models/index.d.ts +1 -0
  354. package/components/select-button/select-button.component.d.ts +19 -0
  355. package/components/select-button/select-button.module.d.ts +2 -0
  356. package/components/shared/border-button/border-button.component.d.ts +9 -0
  357. package/components/shared/border-button/border-button.module.d.ts +2 -0
  358. package/components/shared/index.d.ts +3 -0
  359. package/components/shared/models/border-button-options.d.ts +9 -0
  360. package/components/shared/models/enum-severity.d.ts +7 -0
  361. package/components/sidebar/index.d.ts +2 -0
  362. package/components/sidebar/sidebar.component.d.ts +22 -0
  363. package/components/sidebar/sidebar.module.d.ts +2 -0
  364. package/components/slide-panel/index.d.ts +2 -0
  365. package/components/slide-panel/slide-panel.component.d.ts +32 -0
  366. package/components/slide-panel/slide-panel.module.d.ts +2 -0
  367. package/components/slide-panel/slide-panel.service.d.ts +7 -0
  368. package/components/slider/index.d.ts +2 -0
  369. package/components/slider/slider.component.d.ts +95 -0
  370. package/components/slider/slider.module.d.ts +2 -0
  371. package/components/speech-recognition/speech-recognition/speech-recognition.component.d.ts +51 -0
  372. package/components/speech-recognition/speech-recognition.module.d.ts +2 -0
  373. package/components/speech-recognition/speech-recognition.service.d.ts +26 -0
  374. package/components/speech-recognition/text-to-speech.service.d.ts +23 -0
  375. package/components/split-button/index.d.ts +4 -0
  376. package/components/split-button/models/split-button-type.d.ts +5 -0
  377. package/components/split-button/split-button.component.d.ts +19 -0
  378. package/components/split-button/split-button.module.d.ts +2 -0
  379. package/components/stats-card/index.d.ts +2 -0
  380. package/components/stats-card/stats-card.component.d.ts +26 -0
  381. package/components/stats-card/stats-card.module.d.ts +2 -0
  382. package/components/steps/index.d.ts +2 -0
  383. package/components/steps/steps.component.d.ts +38 -0
  384. package/components/steps/steps.module.d.ts +2 -0
  385. package/components/structure/footer.component.d.ts +2 -0
  386. package/components/structure/header.component.d.ts +4 -0
  387. package/components/structure/index.d.ts +3 -0
  388. package/components/structure/structure.module.d.ts +2 -0
  389. package/components/switch/index.d.ts +2 -0
  390. package/components/switch/switch.component.d.ts +22 -0
  391. package/components/switch/switch.module.d.ts +2 -0
  392. package/components/table/frozen-position/frozen-position.directive.d.ts +28 -0
  393. package/components/table/index.d.ts +6 -0
  394. package/components/table/navigation/navigation.directive.d.ts +15 -0
  395. package/components/table/row-toggler/row-toggler.directive.d.ts +7 -0
  396. package/components/table/table-column/index.d.ts +1 -0
  397. package/components/table/table-column/models/badge-column.interface.d.ts +9 -0
  398. package/components/table/table-column/models/badge-configs.interface.d.ts +5 -0
  399. package/components/table/table-column/models/column-colors.d.ts +1 -0
  400. package/components/table/table-column/models/column-values.interface.d.ts +17 -0
  401. package/components/table/table-column/models/column.interface.d.ts +27 -0
  402. package/components/table/table-column/models/dynamic-editable-grid.interface.d.ts +13 -0
  403. package/components/table/table-column/models/index.d.ts +9 -0
  404. package/components/table/table-column/models/locale-options.interface.d.ts +6 -0
  405. package/components/table/table-column/models/number-locale-options.interface.d.ts +6 -0
  406. package/components/table/table-column/table-columns.component.d.ts +49 -0
  407. package/components/table/table-paging/index.d.ts +1 -0
  408. package/components/table/table-paging/models/index.d.ts +1 -0
  409. package/components/table/table-paging/table-paging.component.d.ts +63 -0
  410. package/components/table/table.module.d.ts +2 -0
  411. package/components/table-header/index.d.ts +2 -0
  412. package/components/table-header/table-header-checkbox.component.d.ts +25 -0
  413. package/components/table-header/table-header-checkox.module.d.ts +2 -0
  414. package/components/template/index.d.ts +2 -0
  415. package/components/template/template.directive.d.ts +6 -0
  416. package/components/template/template.module.d.ts +2 -0
  417. package/components/text-area/index.d.ts +2 -0
  418. package/components/text-area/text-area/text-area.component.d.ts +32 -0
  419. package/components/text-area/text-area.module.d.ts +2 -0
  420. package/components/text-area-ia/index.d.ts +2 -0
  421. package/components/text-area-ia/text-area-ia.component.d.ts +44 -0
  422. package/components/text-area-ia/text-area-ia.module.d.ts +2 -0
  423. package/components/thumbnail/index.d.ts +3 -0
  424. package/components/thumbnail/thumbnail-size.d.ts +5 -0
  425. package/components/thumbnail/thumbnail.component.d.ts +24 -0
  426. package/components/thumbnail/thumbnail.module.d.ts +2 -0
  427. package/components/thumbnail/thumbnail.service.d.ts +7 -0
  428. package/components/thumbnails/components/thumbnail-item/components/thumbnail-item-image/thumbnail-item-image.component.d.ts +3 -0
  429. package/components/thumbnails/components/thumbnail-item/components/thumbnail-item-video/thumbnail-item-video.component.d.ts +8 -0
  430. package/components/thumbnails/components/thumbnail-item/thumbnail-item.component.d.ts +20 -0
  431. package/components/thumbnails/index.d.ts +3 -0
  432. package/components/thumbnails/models/thumbnails-item.d.ts +20 -0
  433. package/components/thumbnails/thumbnails.component.d.ts +17 -0
  434. package/components/thumbnails/thumbnails.module.d.ts +2 -0
  435. package/components/tiered-menu/components/tiered-menu/tiered-menu.component.d.ts +32 -0
  436. package/components/tiered-menu/components/tiered-menu-divider/tiered-menu-divider.component.d.ts +2 -0
  437. package/components/tiered-menu/components/tiered-menu-item/tiered-menu-item.component.d.ts +15 -0
  438. package/components/tiered-menu/components/tiered-menu-nested/tiered-menu-nested.component.d.ts +24 -0
  439. package/components/tiered-menu/index.d.ts +3 -0
  440. package/components/tiered-menu/models/index.d.ts +2 -0
  441. package/components/tiered-menu/models/tiered-menu-item-data.d.ts +9 -0
  442. package/components/tiered-menu/models/tiered-menu-item-internal-data.d.ts +6 -0
  443. package/components/tiered-menu/services/tiered-menu.event.service.d.ts +11 -0
  444. package/components/tiered-menu/services/tiered-menu.global.service.d.ts +4 -0
  445. package/components/tiered-menu/services/tiered-menu.service.d.ts +12 -0
  446. package/components/tiered-menu/tiered-menu.directive.d.ts +41 -0
  447. package/components/tiered-menu/tiered-menu.module.d.ts +2 -0
  448. package/components/tiered-menu/utils.d.ts +2 -0
  449. package/components/tile/index.d.ts +2 -0
  450. package/components/tile/tile.component.d.ts +16 -0
  451. package/components/tile/tile.module.d.ts +2 -0
  452. package/components/timeline/components/horizontal-timeline/horizontal-timeline.component.d.ts +6 -0
  453. package/components/timeline/components/horizontal-timeline/horizontal-timeline.module.d.ts +2 -0
  454. package/components/timeline/components/timeline-icon-item/timeline-icon-item.component.d.ts +7 -0
  455. package/components/timeline/components/timeline-icon-item/timeline-icon-item.module.d.ts +2 -0
  456. package/components/timeline/components/vertical-timeline/components/collapse-option/collapse-option.component.d.ts +6 -0
  457. package/components/timeline/components/vertical-timeline/components/collapsed-items/collapsed-items.component.d.ts +10 -0
  458. package/components/timeline/components/vertical-timeline/components/range-line/range-line.component.d.ts +2 -0
  459. package/components/timeline/components/vertical-timeline/components/vertical-items/vertical-items.component.d.ts +8 -0
  460. package/components/timeline/components/vertical-timeline/vertical-timeline.component.d.ts +21 -0
  461. package/components/timeline/components/vertical-timeline/vertical-timeline.module.d.ts +2 -0
  462. package/components/timeline/index.d.ts +3 -0
  463. package/components/timeline/models/index.d.ts +3 -0
  464. package/components/timeline/models/timeline-item.d.ts +27 -0
  465. package/components/timeline/timeline.component.d.ts +20 -0
  466. package/components/timeline/timeline.module.d.ts +2 -0
  467. package/components/toast/index.d.ts +3 -0
  468. package/components/toast/toast.component.d.ts +12 -0
  469. package/components/toast/toast.module.d.ts +2 -0
  470. package/components/toast/toast.service.d.ts +12 -0
  471. package/components/toast/types/toast.d.ts +16 -0
  472. package/components/token-list/index.d.ts +3 -0
  473. package/components/token-list/models/index.d.ts +1 -0
  474. package/components/token-list/token-list.component.d.ts +13 -0
  475. package/components/token-list/token-list.module.d.ts +2 -0
  476. package/components/tooltip/index.d.ts +2 -0
  477. package/components/tooltip/models/index.d.ts +3 -0
  478. package/components/tooltip/models/mobile-behavior.d.ts +4 -0
  479. package/components/tooltip/models/tooltip-event.d.ts +4 -0
  480. package/components/tooltip/models/tooltip-position.d.ts +6 -0
  481. package/components/tooltip/tooltip.component.d.ts +9 -0
  482. package/components/tooltip/tooltip.directive.d.ts +57 -0
  483. package/components/tooltip/tooltip.module.d.ts +2 -0
  484. package/components/tree/Models/tree.models.d.ts +28 -0
  485. package/components/tree/components/tree-node-item/tree-node-item.component.d.ts +35 -0
  486. package/components/tree/index.d.ts +3 -0
  487. package/components/tree/tree.component.d.ts +33 -0
  488. package/components/tree/tree.module.d.ts +2 -0
  489. package/components/utils/debouce.d.ts +4 -0
  490. package/components/utils/export-utils.d.ts +9 -0
  491. package/components/utils/index.d.ts +5 -0
  492. package/components/utils/utils.d.ts +25 -0
  493. package/components/workspace-switch/index.d.ts +3 -0
  494. package/components/workspace-switch/models/index.d.ts +1 -0
  495. package/components/workspace-switch/workspace-switch.component.d.ts +30 -0
  496. package/components/workspace-switch/workspace-switch.module.d.ts +2 -0
  497. package/esm2015/angular-components.module.js +22 -0
  498. package/esm2015/components/accessibility-events/accessibility-events.module.js +17 -0
  499. package/esm2015/components/accessibility-events/directives/accessibility-event.directive.js +61 -0
  500. package/esm2015/components/accessibility-events/index.js +3 -0
  501. package/esm2015/components/accordion/accordion.component.js +100 -0
  502. package/esm2015/components/accordion/accordion.module.js +31 -0
  503. package/esm2015/components/accordion/components/accordion-panel/accordion-panel.component.js +118 -0
  504. package/esm2015/components/accordion/index.js +4 -0
  505. package/esm2015/components/accordion/models/accordion-button-settings.js +1 -0
  506. package/esm2015/components/accordion/models/accordion-switch-settings.js +1 -0
  507. package/esm2015/components/alert/alert.component.js +47 -0
  508. package/esm2015/components/alert/alert.module.js +15 -0
  509. package/esm2015/components/alert/index.js +3 -0
  510. package/esm2015/components/badge/badge.component.js +61 -0
  511. package/esm2015/components/badge/badge.module.js +17 -0
  512. package/esm2015/components/badge/index.js +4 -0
  513. package/esm2015/components/badge/models/badge-colors.js +12 -0
  514. package/esm2015/components/badge/models/badge-types.js +6 -0
  515. package/esm2015/components/badge/models/index.js +3 -0
  516. package/esm2015/components/bignumber-input/bignumber-input.directive.js +148 -0
  517. package/esm2015/components/bignumber-input/bignumber-input.module.js +15 -0
  518. package/esm2015/components/bignumber-input/index.js +3 -0
  519. package/esm2015/components/breadcrumb/breadcrumb.component.js +90 -0
  520. package/esm2015/components/breadcrumb/breadcrumb.module.js +17 -0
  521. package/esm2015/components/breadcrumb/index.js +3 -0
  522. package/esm2015/components/button/button.component.js +138 -0
  523. package/esm2015/components/button/button.module.js +20 -0
  524. package/esm2015/components/button/index.js +6 -0
  525. package/esm2015/components/button/models/button-animation.js +5 -0
  526. package/esm2015/components/button/models/button-badge-config.js +1 -0
  527. package/esm2015/components/button/models/button-priority.js +9 -0
  528. package/esm2015/components/button/models/button-size.js +6 -0
  529. package/esm2015/components/calendar-mask/calendar-mask.directive.js +573 -0
  530. package/esm2015/components/calendar-mask/calendar-mask.module.js +15 -0
  531. package/esm2015/components/calendar-mask/index.js +3 -0
  532. package/esm2015/components/card/card.component.js +73 -0
  533. package/esm2015/components/card/card.module.js +16 -0
  534. package/esm2015/components/card/index.js +4 -0
  535. package/esm2015/components/card/models/card-template-types.js +7 -0
  536. package/esm2015/components/chat/chat.component.js +32 -0
  537. package/esm2015/components/chat/chat.module.js +18 -0
  538. package/esm2015/components/chat/components/chat-message/chat-message.component.js +28 -0
  539. package/esm2015/components/chat/index.js +3 -0
  540. package/esm2015/components/chat/types/chat-message.js +1 -0
  541. package/esm2015/components/checkbox/checkbox.component.js +107 -0
  542. package/esm2015/components/checkbox/checkbox.module.js +16 -0
  543. package/esm2015/components/checkbox/index.js +3 -0
  544. package/esm2015/components/checkbox/models/checkbox-data.js +1 -0
  545. package/esm2015/components/checkbox/models/checkbox-state.js +1 -0
  546. package/esm2015/components/checkbox/models/index.js +1 -0
  547. package/esm2015/components/chips/chip-item/chip-item.component.js +68 -0
  548. package/esm2015/components/chips/chips/chips.component.js +228 -0
  549. package/esm2015/components/chips/chips.module.js +24 -0
  550. package/esm2015/components/chips/index.js +3 -0
  551. package/esm2015/components/chips/models/chip-models.js +1 -0
  552. package/esm2015/components/code-editor/code-editor.component.js +116 -0
  553. package/esm2015/components/code-editor/code-editor.module.js +24 -0
  554. package/esm2015/components/code-editor/core/facades/core-facade.js +91 -0
  555. package/esm2015/components/code-editor/core/facades/linter-facade.js +1 -0
  556. package/esm2015/components/code-editor/core/models/enums/marker-severity.js +7 -0
  557. package/esm2015/components/code-editor/core/models/index.js +3 -0
  558. package/esm2015/components/code-editor/core/models/interfaces/marker.js +1 -0
  559. package/esm2015/components/code-editor/core/use-cases/core-linters.js +9 -0
  560. package/esm2015/components/code-editor/index.js +5 -0
  561. package/esm2015/components/code-editor/infra/cores/codemirror-6/codemirror-6-core.js +120 -0
  562. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/editor-languages.js +17 -0
  563. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/json/json.language.js +67 -0
  564. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-empty-state.js +29 -0
  565. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-loading-state.js +29 -0
  566. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-state-wrapper/autocomplete-state-wrapper-style.js +17 -0
  567. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-state-wrapper/autocomplete-state-wrapper.js +75 -0
  568. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/index.js +4 -0
  569. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-style.js +35 -0
  570. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete.js +341 -0
  571. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete.service.js +34 -0
  572. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/base-configs/base-configs.js +18 -0
  573. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/base-configs/grammar.js +37 -0
  574. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/completion-types.js +10 -0
  575. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/enum-type-order.js +8 -0
  576. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/keywords.js +12 -0
  577. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/meta-type.js +36 -0
  578. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/request-types.js +9 -0
  579. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/index.js +7 -0
  580. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/completion-Item.js +1 -0
  581. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/facade-metadata-name.js +1 -0
  582. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/fields-order-by.js +1 -0
  583. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/get-facade-metadata-by-path.js +1 -0
  584. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/list-context-metadata-by-id.js +1 -0
  585. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/list-expression-metadata.js +1 -0
  586. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/list-facade-metadata-names.js +1 -0
  587. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-expression-metadata.js +1 -0
  588. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-front-context-metadata.js +1 -0
  589. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-front-facade-metadata.js +1 -0
  590. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-front-field-metadata.js +1 -0
  591. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-page-request.js +1 -0
  592. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/safe-http-communication.js +1 -0
  593. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/tax-calculation-configs.js +1 -0
  594. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/tax-calculation-language-configs.js +10 -0
  595. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/tax-calculation.language.js +9 -0
  596. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/utils/get-language-configs.js +15 -0
  597. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/utils/get-safe-response.js +16 -0
  598. package/esm2015/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/utils/index.js +3 -0
  599. package/esm2015/components/code-editor/infra/cores/codemirror-6/models/index.js +1 -0
  600. package/esm2015/components/code-editor/infra/cores/codemirror-6/models/types/diagnostic-severity.js +1 -0
  601. package/esm2015/components/code-editor/infra/cores/codemirror-6/models/types/editor-theme.js +1 -0
  602. package/esm2015/components/code-editor/infra/cores/codemirror-6/themes/editor-themes.js +15 -0
  603. package/esm2015/components/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/autocomplete-tooltip.js +61 -0
  604. package/esm2015/components/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/font-style.js +29 -0
  605. package/esm2015/components/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/line-counter.js +25 -0
  606. package/esm2015/components/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/scrollbars.js +18 -0
  607. package/esm2015/components/code-editor/infra/cores/codemirror-6/themes/sds-light/sds-light-highlight-style.js +16 -0
  608. package/esm2015/components/code-editor/infra/cores/codemirror-6/themes/sds-light/sds-light-style.js +13 -0
  609. package/esm2015/components/code-editor/infra/cores/codemirror-6/themes/sds-light/sds-light-theme.js +22 -0
  610. package/esm2015/components/code-editor/infra/cores/codemirror-6/utils/convert-markers-to-diagnostics.js +18 -0
  611. package/esm2015/components/code-editor/infra/cores/codemirror-6/utils/index.js +3 -0
  612. package/esm2015/components/code-editor/infra/cores/codemirror-6/utils/is-current-position-inside-string.js +6 -0
  613. package/esm2015/components/code-editor/infra/utils/custom-http-client/custom-http-client.js +80 -0
  614. package/esm2015/components/code-editor/infra/utils/custom-http-client/json-response-formatters/format-blob-response.js +13 -0
  615. package/esm2015/components/code-editor/infra/utils/custom-http-client/json-response-formatters/format-json-response.js +12 -0
  616. package/esm2015/components/code-editor/infra/utils/custom-http-client/json-response-formatters/index.js +3 -0
  617. package/esm2015/components/code-editor/infra/utils/custom-translations/custom-translations-service.js +37 -0
  618. package/esm2015/components/code-editor/infra/utils/custom-translations/custom-translations.module.js +30 -0
  619. package/esm2015/components/code-editor/infra/utils/custom-translations/index.js +3 -0
  620. package/esm2015/components/code-editor/infra/utils/custom-translations/models/index.js +1 -0
  621. package/esm2015/components/code-editor/infra/utils/custom-translations/models/interfaces/translations.js +1 -0
  622. package/esm2015/components/code-editor/infra/utils/index.js +3 -0
  623. package/esm2015/components/code-editor/models/enums/languages.js +6 -0
  624. package/esm2015/components/code-editor/models/enums/themes.js +5 -0
  625. package/esm2015/components/code-editor/models/index.js +4 -0
  626. package/esm2015/components/code-editor/models/interfaces/editor-options.js +1 -0
  627. package/esm2015/components/collapse-link/collapse-link.component.js +73 -0
  628. package/esm2015/components/collapse-link/collapse-link.module.js +15 -0
  629. package/esm2015/components/collapse-link/index.js +3 -0
  630. package/esm2015/components/control-errors/control-errors.component.js +37 -0
  631. package/esm2015/components/control-errors/control-errors.module.js +16 -0
  632. package/esm2015/components/control-errors/index.js +3 -0
  633. package/esm2015/components/country-phone-picker/country-phone-picker.component.js +301 -0
  634. package/esm2015/components/country-phone-picker/country-phone-picker.module.js +27 -0
  635. package/esm2015/components/country-phone-picker/country-phone-picker.service.js +43 -0
  636. package/esm2015/components/country-phone-picker/index.js +5 -0
  637. package/esm2015/components/country-phone-picker/models/country-phone-data.js +1 -0
  638. package/esm2015/components/country-phone-picker/models/index.js +2 -0
  639. package/esm2015/components/country-phone-picker/models/ordination.js +7 -0
  640. package/esm2015/components/country-phone-picker/models/phone-selection-data.js +1 -0
  641. package/esm2015/components/country-phone-picker/resources/countries.js +228 -0
  642. package/esm2015/components/country-phone-picker/resources/index.js +2 -0
  643. package/esm2015/components/custom-fields/custom-fields.component.js +609 -0
  644. package/esm2015/components/custom-fields/custom-fields.module.js +30 -0
  645. package/esm2015/components/custom-fields/custom-fields.service.js +36 -0
  646. package/esm2015/components/custom-fields/index.js +4 -0
  647. package/esm2015/components/custom-fields/models/custom-field-type.js +17 -0
  648. package/esm2015/components/dynamic-form/components/dynamic-field/dynamic-field.component.js +37 -0
  649. package/esm2015/components/dynamic-form/components/field-label/field-label.component.js +18 -0
  650. package/esm2015/components/dynamic-form/components/field-label/field-label.module.js +19 -0
  651. package/esm2015/components/dynamic-form/components/fields/autocomplete/autocomplete-field.component.js +32 -0
  652. package/esm2015/components/dynamic-form/components/fields/base-field-component.js +9 -0
  653. package/esm2015/components/dynamic-form/components/fields/bignumber/bignumber-field.component.js +113 -0
  654. package/esm2015/components/dynamic-form/components/fields/bignumber/bignumber-field.module.js +32 -0
  655. package/esm2015/components/dynamic-form/components/fields/boolean/boolean-field.component.js +20 -0
  656. package/esm2015/components/dynamic-form/components/fields/boolean/boolean-switch-field.component.js +17 -0
  657. package/esm2015/components/dynamic-form/components/fields/button-field/button-field.component.js +31 -0
  658. package/esm2015/components/dynamic-form/components/fields/calendar/calendar-field.component.js +106 -0
  659. package/esm2015/components/dynamic-form/components/fields/checkbox/checkbox-field.component.js +17 -0
  660. package/esm2015/components/dynamic-form/components/fields/checkbox/checkbox-field.module.js +17 -0
  661. package/esm2015/components/dynamic-form/components/fields/chips/chips-field.component.js +53 -0
  662. package/esm2015/components/dynamic-form/components/fields/country-phone-picker/country-phone-picker-field.component.js +32 -0
  663. package/esm2015/components/dynamic-form/components/fields/currency/currency-field.component.js +71 -0
  664. package/esm2015/components/dynamic-form/components/fields/currency/currency-field.module.js +30 -0
  665. package/esm2015/components/dynamic-form/components/fields/editor/editor-field.component.js +18 -0
  666. package/esm2015/components/dynamic-form/components/fields/editor/editor-field.module.js +18 -0
  667. package/esm2015/components/dynamic-form/components/fields/file-upload/file-upload.component.js +51 -0
  668. package/esm2015/components/dynamic-form/components/fields/index.js +22 -0
  669. package/esm2015/components/dynamic-form/components/fields/lookup/lookup-field.component.js +17 -0
  670. package/esm2015/components/dynamic-form/components/fields/number/number-field.component.js +109 -0
  671. package/esm2015/components/dynamic-form/components/fields/number/number-field.module.js +34 -0
  672. package/esm2015/components/dynamic-form/components/fields/password/password-field.component.js +77 -0
  673. package/esm2015/components/dynamic-form/components/fields/password/password-field.module.js +30 -0
  674. package/esm2015/components/dynamic-form/components/fields/profile-picture/profile-picture-field.component.js +17 -0
  675. package/esm2015/components/dynamic-form/components/fields/profile-picture/profile-picture-field.module.js +24 -0
  676. package/esm2015/components/dynamic-form/components/fields/radio-button/radio-button-field.component.js +60 -0
  677. package/esm2015/components/dynamic-form/components/fields/select/select-field.component.js +18 -0
  678. package/esm2015/components/dynamic-form/components/fields/slider/slider-field.component.js +111 -0
  679. package/esm2015/components/dynamic-form/components/fields/text/text-field.component.js +86 -0
  680. package/esm2015/components/dynamic-form/components/fields/text/text-field.module.js +32 -0
  681. package/esm2015/components/dynamic-form/components/fields/text-area/text-area-field.component.js +26 -0
  682. package/esm2015/components/dynamic-form/components/fields/text-area-ia/text-area-ia-field.component.js +92 -0
  683. package/esm2015/components/dynamic-form/components/grid/row/row.component.js +77 -0
  684. package/esm2015/components/dynamic-form/components/lookup/lookup.component.js +585 -0
  685. package/esm2015/components/dynamic-form/components/lookup/models/default-filter.js +1 -0
  686. package/esm2015/components/dynamic-form/components/lookup/models/index.js +1 -0
  687. package/esm2015/components/dynamic-form/components/structure/base-structure-component.js +1 -0
  688. package/esm2015/components/dynamic-form/components/structure/fieldset/fieldset.component.js +31 -0
  689. package/esm2015/components/dynamic-form/components/structure/section/section.component.js +52 -0
  690. package/esm2015/components/dynamic-form/configurations/addon-config.js +1 -0
  691. package/esm2015/components/dynamic-form/configurations/dynamic-config.js +71 -0
  692. package/esm2015/components/dynamic-form/configurations/dynamic-type.js +26 -0
  693. package/esm2015/components/dynamic-form/configurations/field-size.js +9 -0
  694. package/esm2015/components/dynamic-form/configurations/field-type.js +32 -0
  695. package/esm2015/components/dynamic-form/configurations/fields/autocomplete-field.js +11 -0
  696. package/esm2015/components/dynamic-form/configurations/fields/bignumber-field.js +23 -0
  697. package/esm2015/components/dynamic-form/configurations/fields/blob-field.js +19 -0
  698. package/esm2015/components/dynamic-form/configurations/fields/boolean-field.js +21 -0
  699. package/esm2015/components/dynamic-form/configurations/fields/boolean-switch-field.js +13 -0
  700. package/esm2015/components/dynamic-form/configurations/fields/button-field.js +30 -0
  701. package/esm2015/components/dynamic-form/configurations/fields/calendar-field.js +37 -0
  702. package/esm2015/components/dynamic-form/configurations/fields/checkbox-field.js +8 -0
  703. package/esm2015/components/dynamic-form/configurations/fields/chips-field.js +17 -0
  704. package/esm2015/components/dynamic-form/configurations/fields/country-phone-picker-field.js +11 -0
  705. package/esm2015/components/dynamic-form/configurations/fields/currency-field.js +12 -0
  706. package/esm2015/components/dynamic-form/configurations/fields/decimal-field.js +14 -0
  707. package/esm2015/components/dynamic-form/configurations/fields/editor-field.js +11 -0
  708. package/esm2015/components/dynamic-form/configurations/fields/field.js +41 -0
  709. package/esm2015/components/dynamic-form/configurations/fields/index.js +22 -0
  710. package/esm2015/components/dynamic-form/configurations/fields/lookup-field.js +33 -0
  711. package/esm2015/components/dynamic-form/configurations/fields/number-field.js +23 -0
  712. package/esm2015/components/dynamic-form/configurations/fields/password-field.js +20 -0
  713. package/esm2015/components/dynamic-form/configurations/fields/profile-picture.js +21 -0
  714. package/esm2015/components/dynamic-form/configurations/fields/radio-button-field.js +19 -0
  715. package/esm2015/components/dynamic-form/configurations/fields/select-field.js +26 -0
  716. package/esm2015/components/dynamic-form/configurations/fields/slider-field.js +21 -0
  717. package/esm2015/components/dynamic-form/configurations/fields/text-area-field.js +20 -0
  718. package/esm2015/components/dynamic-form/configurations/fields/text-area-ia-field.js +21 -0
  719. package/esm2015/components/dynamic-form/configurations/fields/text-field.js +24 -0
  720. package/esm2015/components/dynamic-form/configurations/form-field.js +92 -0
  721. package/esm2015/components/dynamic-form/configurations/grid/grid.js +10 -0
  722. package/esm2015/components/dynamic-form/configurations/grid/row.js +7 -0
  723. package/esm2015/components/dynamic-form/configurations/grid-type.js +5 -0
  724. package/esm2015/components/dynamic-form/configurations/structure/fieldset.js +8 -0
  725. package/esm2015/components/dynamic-form/configurations/structure/section.js +29 -0
  726. package/esm2015/components/dynamic-form/configurations/structure/structure.js +7 -0
  727. package/esm2015/components/dynamic-form/configurations/structure-type.js +6 -0
  728. package/esm2015/components/dynamic-form/dynamic-form.component.js +32 -0
  729. package/esm2015/components/dynamic-form/dynamic-form.directive.js +80 -0
  730. package/esm2015/components/dynamic-form/dynamic-form.js +196 -0
  731. package/esm2015/components/dynamic-form/dynamic-form.module.js +191 -0
  732. package/esm2015/components/dynamic-form/index.js +31 -0
  733. package/esm2015/components/dynamic-form/services/IAssist/iassist.service.js +75 -0
  734. package/esm2015/components/dynamic-form/services/IAssist/models/iassist-input-data.js +1 -0
  735. package/esm2015/components/dynamic-form/services/IAssist/models/iassist-response.js +1 -0
  736. package/esm2015/components/dynamic-form/services/IAssist/models/index.js +1 -0
  737. package/esm2015/components/editable-overlay/editable-overlay.directive.js +42 -0
  738. package/esm2015/components/editable-overlay/editable-overlay.module.js +15 -0
  739. package/esm2015/components/editable-overlay/index.js +3 -0
  740. package/esm2015/components/empty-state/empty-state.component.js +57 -0
  741. package/esm2015/components/empty-state/empty-state.module.js +19 -0
  742. package/esm2015/components/empty-state/go-back/go-back.component.js +37 -0
  743. package/esm2015/components/empty-state/index.js +3 -0
  744. package/esm2015/components/fieldset/fieldset.component.js +68 -0
  745. package/esm2015/components/fieldset/fieldset.models.js +1 -0
  746. package/esm2015/components/fieldset/fieldset.module.js +16 -0
  747. package/esm2015/components/fieldset/index.js +3 -0
  748. package/esm2015/components/file-upload/file-upload.component.js +300 -0
  749. package/esm2015/components/file-upload/file-upload.module.js +27 -0
  750. package/esm2015/components/file-upload/file-upload.service.js +19 -0
  751. package/esm2015/components/file-upload/index.js +4 -0
  752. package/esm2015/components/file-upload/models/file-dto.js +1 -0
  753. package/esm2015/components/file-upload/models/file-upload-permissions.js +12 -0
  754. package/esm2015/components/file-upload/models/index.js +3 -0
  755. package/esm2015/components/file-upload/models/list-blob-metadata.js +1 -0
  756. package/esm2015/components/file-upload/models/uploadError.js +1 -0
  757. package/esm2015/components/file-upload/models/validate-errors.js +8 -0
  758. package/esm2015/components/gantt/components/gantt/arrow.js +82 -0
  759. package/esm2015/components/gantt/components/gantt/bar.js +264 -0
  760. package/esm2015/components/gantt/components/gantt/gantt-options.js +20 -0
  761. package/esm2015/components/gantt/components/gantt/gantt.js +808 -0
  762. package/esm2015/components/gantt/components/gantt/popup.js +100 -0
  763. package/esm2015/components/gantt/components/gantt/utils/date-utils.js +127 -0
  764. package/esm2015/components/gantt/components/gantt/utils/svg-utils.js +119 -0
  765. package/esm2015/components/gantt/components/side-table/side-table.component.js +32 -0
  766. package/esm2015/components/gantt/gantt.component.js +160 -0
  767. package/esm2015/components/gantt/gantt.module.js +20 -0
  768. package/esm2015/components/gantt/index.js +4 -0
  769. package/esm2015/components/gantt/models/index.js +2 -0
  770. package/esm2015/components/gantt/models/options.js +1 -0
  771. package/esm2015/components/gantt/models/task.js +1 -0
  772. package/esm2015/components/gantt/models/view-mode.js +12 -0
  773. package/esm2015/components/global-search/elements/dropdown/global-search-dropdown-item.component.js +76 -0
  774. package/esm2015/components/global-search/global-search-size.enum.js +7 -0
  775. package/esm2015/components/global-search/global-search.component.js +135 -0
  776. package/esm2015/components/global-search/global-search.module.js +50 -0
  777. package/esm2015/components/global-search/index.js +5 -0
  778. package/esm2015/components/grid-menu/components/grid-menu-item/grid-menu-item.component.js +66 -0
  779. package/esm2015/components/grid-menu/grid-menu.component.js +61 -0
  780. package/esm2015/components/grid-menu/grid-menu.module.js +17 -0
  781. package/esm2015/components/grid-menu/index.js +3 -0
  782. package/esm2015/components/grid-menu/types/grid-menu-item.js +1 -0
  783. package/esm2015/components/help-popover/help-popover/help-popover.component.js +82 -0
  784. package/esm2015/components/help-popover/help-popover.directive.js +328 -0
  785. package/esm2015/components/help-popover/help-popover.module.js +20 -0
  786. package/esm2015/components/help-popover/index.js +4 -0
  787. package/esm2015/components/help-popover/models/help-popover.models.js +1 -0
  788. package/esm2015/components/ia-insight/components/ia-insight-card/components/ia-insight-card-loader/ia-insight-card-loader.component.js +13 -0
  789. package/esm2015/components/ia-insight/components/ia-insight-card/ia-insight-card.component.js +94 -0
  790. package/esm2015/components/ia-insight/components/ia-insight-sidebar/ia-insight-sidebar.component.js +60 -0
  791. package/esm2015/components/ia-insight/ia-insight.component.js +82 -0
  792. package/esm2015/components/ia-insight/ia-insight.module.js +40 -0
  793. package/esm2015/components/ia-insight/index.js +4 -0
  794. package/esm2015/components/ia-insight/models/ia-insight-item.js +1 -0
  795. package/esm2015/components/ia-insight/models/ia-insight-template-types.js +7 -0
  796. package/esm2015/components/ia-insight/models/index.js +2 -0
  797. package/esm2015/components/image-cropper/image-cropper.component.js +183 -0
  798. package/esm2015/components/image-cropper/image-cropper.module.js +20 -0
  799. package/esm2015/components/image-cropper/image-cropper.service.js +62 -0
  800. package/esm2015/components/image-cropper/index.js +4 -0
  801. package/esm2015/components/index.js +77 -0
  802. package/esm2015/components/infinite-scroll/infinite-scroll.directive.js +30 -0
  803. package/esm2015/components/infinite-scroll/infinite-scroll.module.js +21 -0
  804. package/esm2015/components/info-sign/index.js +3 -0
  805. package/esm2015/components/info-sign/info-sign.component.js +13 -0
  806. package/esm2015/components/info-sign/info-sign.directive.js +68 -0
  807. package/esm2015/components/info-sign/info-sign.module.js +24 -0
  808. package/esm2015/components/inline-edit/components/fields/inline-edit-calendar/inline-edit-calendar.component.js +51 -0
  809. package/esm2015/components/inline-edit/components/fields/inline-edit-lookup/inline-edit-lookup.component.js +30 -0
  810. package/esm2015/components/inline-edit/components/fields/inline-edit-number/inline-edit-number.component.js +75 -0
  811. package/esm2015/components/inline-edit/components/fields/inline-edit-text/inline-edit-text.component.js +30 -0
  812. package/esm2015/components/inline-edit/components/fields/inline-edit-text-area/inline-edit-text-area.component.js +30 -0
  813. package/esm2015/components/inline-edit/components/fields/inline-edit-text-area-ia/inline-edit-text-area-ia.component.js +30 -0
  814. package/esm2015/components/inline-edit/components/index.js +8 -0
  815. package/esm2015/components/inline-edit/components/inline-edit-item/inline-edit-item.component.js +98 -0
  816. package/esm2015/components/inline-edit/fields/index.js +8 -0
  817. package/esm2015/components/inline-edit/fields/inline-edit-calendar-field.js +26 -0
  818. package/esm2015/components/inline-edit/fields/inline-edit-field.js +9 -0
  819. package/esm2015/components/inline-edit/fields/inline-edit-lookup-field.js +32 -0
  820. package/esm2015/components/inline-edit/fields/inline-edit-number-field.js +24 -0
  821. package/esm2015/components/inline-edit/fields/inline-edit-text-area-field.js +11 -0
  822. package/esm2015/components/inline-edit/fields/inline-edit-text-area-ia-field.js +7 -0
  823. package/esm2015/components/inline-edit/fields/inline-edit-text-field.js +7 -0
  824. package/esm2015/components/inline-edit/index.js +4 -0
  825. package/esm2015/components/inline-edit/inline-edit.component.js +70 -0
  826. package/esm2015/components/inline-edit/inline-edit.module.js +62 -0
  827. package/esm2015/components/kanban/components/kanban-column/kanban-column.component.js +96 -0
  828. package/esm2015/components/kanban/components/kanban-item/kanban-item.component.js +60 -0
  829. package/esm2015/components/kanban/components/kanban-item-dragging/kanban-item-dragging.component.js +19 -0
  830. package/esm2015/components/kanban/index.js +4 -0
  831. package/esm2015/components/kanban/kanban-event.service.js +27 -0
  832. package/esm2015/components/kanban/kanban.component.js +217 -0
  833. package/esm2015/components/kanban/kanban.module.js +45 -0
  834. package/esm2015/components/kanban/models/index.js +2 -0
  835. package/esm2015/components/kanban/models/kanban-data.js +1 -0
  836. package/esm2015/components/kanban/models/kanban-template-types.js +9 -0
  837. package/esm2015/components/label-value/index.js +3 -0
  838. package/esm2015/components/label-value/label-value.component.js +31 -0
  839. package/esm2015/components/label-value/label-value.module.js +20 -0
  840. package/esm2015/components/label-value/types/label-value-configuration.js +1 -0
  841. package/esm2015/components/loading-state/components/dots-indicator/dots-indicator.components.js +13 -0
  842. package/esm2015/components/loading-state/components/loading-state-indicators.js +6 -0
  843. package/esm2015/components/loading-state/components/logo-indicator/logo-indicator.component.js +13 -0
  844. package/esm2015/components/loading-state/index.js +4 -0
  845. package/esm2015/components/loading-state/loading-state.component.js +73 -0
  846. package/esm2015/components/loading-state/loading-state.directive.js +60 -0
  847. package/esm2015/components/loading-state/loading-state.module.js +31 -0
  848. package/esm2015/components/locale/index.js +11 -0
  849. package/esm2015/components/locale/locale.module.js +71 -0
  850. package/esm2015/components/locale/locale.service.js +89 -0
  851. package/esm2015/components/locale/options/calendar.js +29 -0
  852. package/esm2015/components/locale/options/index.js +24 -0
  853. package/esm2015/components/locale/options/number.js +9 -0
  854. package/esm2015/components/locale/pipes/localized-bignumber-impure.pipe.js +16 -0
  855. package/esm2015/components/locale/pipes/localized-bignumber.pipe.js +39 -0
  856. package/esm2015/components/locale/pipes/localized-currency-impure.pipe.js +19 -0
  857. package/esm2015/components/locale/pipes/localized-currency.pipe.js +53 -0
  858. package/esm2015/components/locale/pipes/localized-date-impure.pipe.js +13 -0
  859. package/esm2015/components/locale/pipes/localized-date.pipe.js +24 -0
  860. package/esm2015/components/locale/pipes/localized-number.pipe.js +31 -0
  861. package/esm2015/components/locale/pipes/localized-time-impure.pipe.js +13 -0
  862. package/esm2015/components/locale/pipes/localized-time.pipe.js +24 -0
  863. package/esm2015/components/locale/pipes/numeric.pipe.js +28 -0
  864. package/esm2015/components/locale/services/numeric.service.js +86 -0
  865. package/esm2015/components/localized-number-input/index.js +3 -0
  866. package/esm2015/components/localized-number-input/localized-number-input.directive.js +58 -0
  867. package/esm2015/components/localized-number-input/localized-number-input.module.js +15 -0
  868. package/esm2015/components/mask/index.js +3 -0
  869. package/esm2015/components/mask/mask-formatter.module.js +13 -0
  870. package/esm2015/components/mask/mask-formatter.pipe.js +71 -0
  871. package/esm2015/components/mouse-events/double-click.directive.js +38 -0
  872. package/esm2015/components/mouse-events/index.js +4 -0
  873. package/esm2015/components/mouse-events/long-press.directive.js +49 -0
  874. package/esm2015/components/mouse-events/mouse-events.module.js +22 -0
  875. package/esm2015/components/navigation-button/index.js +3 -0
  876. package/esm2015/components/navigation-button/models/index.js +1 -0
  877. package/esm2015/components/navigation-button/models/navigation-button-item.js +1 -0
  878. package/esm2015/components/navigation-button/models/navigation-button-step-changed-info.js +1 -0
  879. package/esm2015/components/navigation-button/navigation-button.component.js +126 -0
  880. package/esm2015/components/navigation-button/navigation-button.module.js +17 -0
  881. package/esm2015/components/number-input/index.js +3 -0
  882. package/esm2015/components/number-input/number-input.directive.js +162 -0
  883. package/esm2015/components/number-input/number-input.module.js +18 -0
  884. package/esm2015/components/object-card/elements/field/object-card-field.component.js +53 -0
  885. package/esm2015/components/object-card/elements/main/object-card-main.component.js +93 -0
  886. package/esm2015/components/object-card/index.js +5 -0
  887. package/esm2015/components/object-card/object-card.component.js +137 -0
  888. package/esm2015/components/object-card/object-card.module.js +21 -0
  889. package/esm2015/components/panel/index.js +3 -0
  890. package/esm2015/components/panel/panel.component.js +84 -0
  891. package/esm2015/components/panel/panel.module.js +17 -0
  892. package/esm2015/components/password-strength/index.js +5 -0
  893. package/esm2015/components/password-strength/models/index.js +3 -0
  894. package/esm2015/components/password-strength/models/password-positions.js +7 -0
  895. package/esm2015/components/password-strength/models/password-strengths.js +8 -0
  896. package/esm2015/components/password-strength/password-strength.component.js +95 -0
  897. package/esm2015/components/password-strength/password-strength.directive.js +196 -0
  898. package/esm2015/components/password-strength/password-strength.module.js +19 -0
  899. package/esm2015/components/picklist/index.js +5 -0
  900. package/esm2015/components/picklist/picklist/models/picklist-models.js +6 -0
  901. package/esm2015/components/picklist/picklist/picklist.component.js +305 -0
  902. package/esm2015/components/picklist/picklist.module.js +25 -0
  903. package/esm2015/components/product-header/index.js +3 -0
  904. package/esm2015/components/product-header/product-header.component.js +45 -0
  905. package/esm2015/components/product-header/product-header.module.js +17 -0
  906. package/esm2015/components/profile-picture-picker/index.js +4 -0
  907. package/esm2015/components/profile-picture-picker/models/confirmation-texts.js +1 -0
  908. package/esm2015/components/profile-picture-picker/models/cropper-labels-config.js +1 -0
  909. package/esm2015/components/profile-picture-picker/models/file-validation-errors.js +8 -0
  910. package/esm2015/components/profile-picture-picker/models/index.js +2 -0
  911. package/esm2015/components/profile-picture-picker/models/profile-picture-picker-data.js +1 -0
  912. package/esm2015/components/profile-picture-picker/profile-picture-picker.component.js +262 -0
  913. package/esm2015/components/profile-picture-picker/profile-picture-picker.module.js +33 -0
  914. package/esm2015/components/progressbar/components/progressbar-determinate/progressbar-determinate.component.js +61 -0
  915. package/esm2015/components/progressbar/components/progressbar-indeterminate/progressbar-indeterminate.component.js +19 -0
  916. package/esm2015/components/progressbar/index.js +4 -0
  917. package/esm2015/components/progressbar/models/index.js +3 -0
  918. package/esm2015/components/progressbar/models/progressbar-colors.js +8 -0
  919. package/esm2015/components/progressbar/models/progressbar-mode.js +6 -0
  920. package/esm2015/components/progressbar/progressbar.component.js +62 -0
  921. package/esm2015/components/progressbar/progressbar.module.js +21 -0
  922. package/esm2015/components/rating-scale/index.js +3 -0
  923. package/esm2015/components/rating-scale/models/index.js +1 -0
  924. package/esm2015/components/rating-scale/models/rating-scale-node.js +1 -0
  925. package/esm2015/components/rating-scale/rating-scale.component.js +52 -0
  926. package/esm2015/components/rating-scale/rating-scale.module.js +19 -0
  927. package/esm2015/components/select-button/components/select-button-item/select-button-item.component.js +34 -0
  928. package/esm2015/components/select-button/index.js +3 -0
  929. package/esm2015/components/select-button/models/index.js +1 -0
  930. package/esm2015/components/select-button/models/select-button-item.js +1 -0
  931. package/esm2015/components/select-button/select-button.component.js +114 -0
  932. package/esm2015/components/select-button/select-button.module.js +19 -0
  933. package/esm2015/components/shared/border-button/border-button.component.js +26 -0
  934. package/esm2015/components/shared/border-button/border-button.module.js +16 -0
  935. package/esm2015/components/shared/helpers.js +30 -0
  936. package/esm2015/components/shared/index.js +3 -0
  937. package/esm2015/components/shared/models/border-button-options.js +1 -0
  938. package/esm2015/components/shared/models/enum-severity.js +9 -0
  939. package/esm2015/components/sidebar/index.js +3 -0
  940. package/esm2015/components/sidebar/sidebar.component.js +72 -0
  941. package/esm2015/components/sidebar/sidebar.module.js +19 -0
  942. package/esm2015/components/slide-panel/index.js +3 -0
  943. package/esm2015/components/slide-panel/slide-panel.component.js +140 -0
  944. package/esm2015/components/slide-panel/slide-panel.module.js +17 -0
  945. package/esm2015/components/slide-panel/slide-panel.service.js +27 -0
  946. package/esm2015/components/slider/index.js +3 -0
  947. package/esm2015/components/slider/slider.component.js +620 -0
  948. package/esm2015/components/slider/slider.module.js +16 -0
  949. package/esm2015/components/speech-recognition/speech-recognition/speech-recognition.component.js +224 -0
  950. package/esm2015/components/speech-recognition/speech-recognition.module.js +19 -0
  951. package/esm2015/components/speech-recognition/speech-recognition.service.js +151 -0
  952. package/esm2015/components/speech-recognition/text-to-speech.service.js +84 -0
  953. package/esm2015/components/split-button/index.js +4 -0
  954. package/esm2015/components/split-button/models/split-button-option.js +1 -0
  955. package/esm2015/components/split-button/models/split-button-type.js +7 -0
  956. package/esm2015/components/split-button/split-button.component.js +68 -0
  957. package/esm2015/components/split-button/split-button.module.js +15 -0
  958. package/esm2015/components/stats-card/index.js +3 -0
  959. package/esm2015/components/stats-card/stats-card.component.js +124 -0
  960. package/esm2015/components/stats-card/stats-card.module.js +23 -0
  961. package/esm2015/components/steps/index.js +3 -0
  962. package/esm2015/components/steps/steps.component.js +97 -0
  963. package/esm2015/components/steps/steps.module.js +16 -0
  964. package/esm2015/components/structure/footer.component.js +12 -0
  965. package/esm2015/components/structure/header.component.js +18 -0
  966. package/esm2015/components/structure/index.js +4 -0
  967. package/esm2015/components/structure/structure.module.js +16 -0
  968. package/esm2015/components/switch/index.js +3 -0
  969. package/esm2015/components/switch/switch.component.js +92 -0
  970. package/esm2015/components/switch/switch.module.js +15 -0
  971. package/esm2015/components/table/frozen-position/frozen-position.directive.js +203 -0
  972. package/esm2015/components/table/index.js +6 -0
  973. package/esm2015/components/table/navigation/navigation.directive.js +134 -0
  974. package/esm2015/components/table/row-toggler/row-toggler.directive.js +36 -0
  975. package/esm2015/components/table/table-column/index.js +2 -0
  976. package/esm2015/components/table/table-column/models/badge-column.interface.js +1 -0
  977. package/esm2015/components/table/table-column/models/badge-configs.interface.js +1 -0
  978. package/esm2015/components/table/table-column/models/column-colors.js +1 -0
  979. package/esm2015/components/table/table-column/models/column-values.interface.js +1 -0
  980. package/esm2015/components/table/table-column/models/column.interface.js +1 -0
  981. package/esm2015/components/table/table-column/models/dynamic-editable-grid.interface.js +1 -0
  982. package/esm2015/components/table/table-column/models/enum-badge-colors.js +10 -0
  983. package/esm2015/components/table/table-column/models/enum-column-field-type.js +13 -0
  984. package/esm2015/components/table/table-column/models/index.js +3 -0
  985. package/esm2015/components/table/table-column/models/locale-options.interface.js +1 -0
  986. package/esm2015/components/table/table-column/models/number-locale-options.interface.js +1 -0
  987. package/esm2015/components/table/table-column/table-columns.component.js +285 -0
  988. package/esm2015/components/table/table-paging/index.js +1 -0
  989. package/esm2015/components/table/table-paging/models/custom-action.interface.js +1 -0
  990. package/esm2015/components/table/table-paging/models/index.js +1 -0
  991. package/esm2015/components/table/table-paging/table-paging.component.js +313 -0
  992. package/esm2015/components/table/table.module.js +45 -0
  993. package/esm2015/components/table-header/index.js +3 -0
  994. package/esm2015/components/table-header/table-header-checkbox.component.js +141 -0
  995. package/esm2015/components/table-header/table-header-checkox.module.js +15 -0
  996. package/esm2015/components/template/index.js +3 -0
  997. package/esm2015/components/template/template.directive.js +20 -0
  998. package/esm2015/components/template/template.module.js +15 -0
  999. package/esm2015/components/text-area/index.js +3 -0
  1000. package/esm2015/components/text-area/text-area/text-area.component.js +115 -0
  1001. package/esm2015/components/text-area/text-area.module.js +24 -0
  1002. package/esm2015/components/text-area-ia/index.js +3 -0
  1003. package/esm2015/components/text-area-ia/text-area-ia.component.js +144 -0
  1004. package/esm2015/components/text-area-ia/text-area-ia.module.js +32 -0
  1005. package/esm2015/components/thumbnail/index.js +4 -0
  1006. package/esm2015/components/thumbnail/thumbnail-size.js +7 -0
  1007. package/esm2015/components/thumbnail/thumbnail.component.js +80 -0
  1008. package/esm2015/components/thumbnail/thumbnail.module.js +17 -0
  1009. package/esm2015/components/thumbnail/thumbnail.service.js +61 -0
  1010. package/esm2015/components/thumbnails/components/thumbnail-item/components/thumbnail-item-image/thumbnail-item-image.component.js +16 -0
  1011. package/esm2015/components/thumbnails/components/thumbnail-item/components/thumbnail-item-video/thumbnail-item-video.component.js +41 -0
  1012. package/esm2015/components/thumbnails/components/thumbnail-item/thumbnail-item.component.js +66 -0
  1013. package/esm2015/components/thumbnails/index.js +3 -0
  1014. package/esm2015/components/thumbnails/models/thumbnails-item.js +1 -0
  1015. package/esm2015/components/thumbnails/thumbnails.component.js +56 -0
  1016. package/esm2015/components/thumbnails/thumbnails.module.js +21 -0
  1017. package/esm2015/components/tiered-menu/components/tiered-menu/tiered-menu.component.js +283 -0
  1018. package/esm2015/components/tiered-menu/components/tiered-menu-divider/tiered-menu-divider.component.js +13 -0
  1019. package/esm2015/components/tiered-menu/components/tiered-menu-item/tiered-menu-item.component.js +76 -0
  1020. package/esm2015/components/tiered-menu/components/tiered-menu-nested/tiered-menu-nested.component.js +178 -0
  1021. package/esm2015/components/tiered-menu/index.js +3 -0
  1022. package/esm2015/components/tiered-menu/models/index.js +1 -0
  1023. package/esm2015/components/tiered-menu/models/tiered-menu-item-data.js +1 -0
  1024. package/esm2015/components/tiered-menu/models/tiered-menu-item-internal-data.js +1 -0
  1025. package/esm2015/components/tiered-menu/services/tiered-menu.event.service.js +18 -0
  1026. package/esm2015/components/tiered-menu/services/tiered-menu.global.service.js +9 -0
  1027. package/esm2015/components/tiered-menu/services/tiered-menu.service.js +51 -0
  1028. package/esm2015/components/tiered-menu/tiered-menu.directive.js +220 -0
  1029. package/esm2015/components/tiered-menu/tiered-menu.module.js +29 -0
  1030. package/esm2015/components/tiered-menu/utils.js +7 -0
  1031. package/esm2015/components/tile/index.js +3 -0
  1032. package/esm2015/components/tile/tile.component.js +71 -0
  1033. package/esm2015/components/tile/tile.module.js +24 -0
  1034. package/esm2015/components/timeline/components/horizontal-timeline/horizontal-timeline.component.js +25 -0
  1035. package/esm2015/components/timeline/components/horizontal-timeline/horizontal-timeline.module.js +21 -0
  1036. package/esm2015/components/timeline/components/timeline-icon-item/timeline-icon-item.component.js +25 -0
  1037. package/esm2015/components/timeline/components/timeline-icon-item/timeline-icon-item.module.js +19 -0
  1038. package/esm2015/components/timeline/components/vertical-timeline/components/collapse-option/collapse-option.component.js +26 -0
  1039. package/esm2015/components/timeline/components/vertical-timeline/components/collapsed-items/collapsed-items.component.js +35 -0
  1040. package/esm2015/components/timeline/components/vertical-timeline/components/range-line/range-line.component.js +13 -0
  1041. package/esm2015/components/timeline/components/vertical-timeline/components/vertical-items/vertical-items.component.js +28 -0
  1042. package/esm2015/components/timeline/components/vertical-timeline/vertical-timeline.component.js +53 -0
  1043. package/esm2015/components/timeline/components/vertical-timeline/vertical-timeline.module.js +29 -0
  1044. package/esm2015/components/timeline/index.js +4 -0
  1045. package/esm2015/components/timeline/models/index.js +4 -0
  1046. package/esm2015/components/timeline/models/timeline-item-severity.js +7 -0
  1047. package/esm2015/components/timeline/models/timeline-item-size.js +6 -0
  1048. package/esm2015/components/timeline/models/timeline-item.js +37 -0
  1049. package/esm2015/components/timeline/timeline.component.js +66 -0
  1050. package/esm2015/components/timeline/timeline.module.js +27 -0
  1051. package/esm2015/components/toast/index.js +4 -0
  1052. package/esm2015/components/toast/toast.component.js +51 -0
  1053. package/esm2015/components/toast/toast.module.js +14 -0
  1054. package/esm2015/components/toast/toast.service.js +68 -0
  1055. package/esm2015/components/toast/types/toast.js +1 -0
  1056. package/esm2015/components/token-list/index.js +3 -0
  1057. package/esm2015/components/token-list/models/index.js +1 -0
  1058. package/esm2015/components/token-list/models/token.js +1 -0
  1059. package/esm2015/components/token-list/token-list.component.js +50 -0
  1060. package/esm2015/components/token-list/token-list.module.js +15 -0
  1061. package/esm2015/components/tooltip/index.js +3 -0
  1062. package/esm2015/components/tooltip/models/index.js +4 -0
  1063. package/esm2015/components/tooltip/models/mobile-behavior.js +6 -0
  1064. package/esm2015/components/tooltip/models/tooltip-event.js +6 -0
  1065. package/esm2015/components/tooltip/models/tooltip-position.js +8 -0
  1066. package/esm2015/components/tooltip/tooltip.component.js +21 -0
  1067. package/esm2015/components/tooltip/tooltip.directive.js +331 -0
  1068. package/esm2015/components/tooltip/tooltip.module.js +19 -0
  1069. package/esm2015/components/tree/Models/tree.models.js +1 -0
  1070. package/esm2015/components/tree/components/tree-node-item/tree-node-item.component.js +154 -0
  1071. package/esm2015/components/tree/index.js +3 -0
  1072. package/esm2015/components/tree/tree.component.js +254 -0
  1073. package/esm2015/components/tree/tree.module.js +20 -0
  1074. package/esm2015/components/utils/breakpoints.js +11 -0
  1075. package/esm2015/components/utils/debouce.js +35 -0
  1076. package/esm2015/components/utils/export-utils.js +89 -0
  1077. package/esm2015/components/utils/index.js +6 -0
  1078. package/esm2015/components/utils/locale-utils.js +15 -0
  1079. package/esm2015/components/utils/utils.js +44 -0
  1080. package/esm2015/components/workspace-switch/index.js +3 -0
  1081. package/esm2015/components/workspace-switch/models/index.js +1 -0
  1082. package/esm2015/components/workspace-switch/models/workspace.js +1 -0
  1083. package/esm2015/components/workspace-switch/workspace-switch.component.js +143 -0
  1084. package/esm2015/components/workspace-switch/workspace-switch.module.js +15 -0
  1085. package/esm2015/locale/fallback.js +333 -0
  1086. package/esm2015/public-api.js +5 -0
  1087. package/esm2015/seniorsistemas-angular-components.js +117 -0
  1088. package/esm2015/utils/currency/currency.service.js +189 -0
  1089. package/esm2015/utils/currency/index.js +2 -0
  1090. package/esm2015/utils/index.js +3 -0
  1091. package/esm2015/utils/svg-factory/components/iassist-icon/iassist-icon.component.js +11 -0
  1092. package/esm2015/utils/svg-factory/components/senior-icon/senior-icon.component.js +11 -0
  1093. package/esm2015/utils/svg-factory/components/svg-factory-icons.js +6 -0
  1094. package/esm2015/utils/svg-factory/index.js +3 -0
  1095. package/esm2015/utils/svg-factory/svg-factory.directive.js +49 -0
  1096. package/esm2015/utils/svg-factory/svg-factory.module.js +21 -0
  1097. package/esm5/angular-components.module.js +26 -0
  1098. package/esm5/components/accessibility-events/accessibility-events.module.js +20 -0
  1099. package/esm5/components/accessibility-events/directives/accessibility-event.directive.js +67 -0
  1100. package/esm5/components/accessibility-events/index.js +3 -0
  1101. package/esm5/components/accordion/accordion.component.js +115 -0
  1102. package/esm5/components/accordion/accordion.module.js +34 -0
  1103. package/esm5/components/accordion/components/accordion-panel/accordion-panel.component.js +124 -0
  1104. package/esm5/components/accordion/index.js +4 -0
  1105. package/esm5/components/accordion/models/accordion-button-settings.js +1 -0
  1106. package/esm5/components/accordion/models/accordion-switch-settings.js +1 -0
  1107. package/esm5/components/alert/alert.component.js +52 -0
  1108. package/esm5/components/alert/alert.module.js +18 -0
  1109. package/esm5/components/alert/index.js +3 -0
  1110. package/esm5/components/badge/badge.component.js +62 -0
  1111. package/esm5/components/badge/badge.module.js +20 -0
  1112. package/esm5/components/badge/index.js +4 -0
  1113. package/esm5/components/badge/models/badge-colors.js +12 -0
  1114. package/esm5/components/badge/models/badge-types.js +6 -0
  1115. package/esm5/components/badge/models/index.js +3 -0
  1116. package/esm5/components/bignumber-input/bignumber-input.directive.js +153 -0
  1117. package/esm5/components/bignumber-input/bignumber-input.module.js +18 -0
  1118. package/esm5/components/bignumber-input/index.js +3 -0
  1119. package/esm5/components/breadcrumb/breadcrumb.component.js +95 -0
  1120. package/esm5/components/breadcrumb/breadcrumb.module.js +20 -0
  1121. package/esm5/components/breadcrumb/index.js +3 -0
  1122. package/esm5/components/button/button.component.js +141 -0
  1123. package/esm5/components/button/button.module.js +23 -0
  1124. package/esm5/components/button/index.js +6 -0
  1125. package/esm5/components/button/models/button-animation.js +5 -0
  1126. package/esm5/components/button/models/button-badge-config.js +1 -0
  1127. package/esm5/components/button/models/button-priority.js +9 -0
  1128. package/esm5/components/button/models/button-size.js +6 -0
  1129. package/esm5/components/calendar-mask/calendar-mask.directive.js +584 -0
  1130. package/esm5/components/calendar-mask/calendar-mask.module.js +18 -0
  1131. package/esm5/components/calendar-mask/index.js +3 -0
  1132. package/esm5/components/card/card.component.js +79 -0
  1133. package/esm5/components/card/card.module.js +19 -0
  1134. package/esm5/components/card/index.js +4 -0
  1135. package/esm5/components/card/models/card-template-types.js +7 -0
  1136. package/esm5/components/chat/chat.component.js +34 -0
  1137. package/esm5/components/chat/chat.module.js +21 -0
  1138. package/esm5/components/chat/components/chat-message/chat-message.component.js +29 -0
  1139. package/esm5/components/chat/index.js +3 -0
  1140. package/esm5/components/chat/types/chat-message.js +1 -0
  1141. package/esm5/components/checkbox/checkbox.component.js +116 -0
  1142. package/esm5/components/checkbox/checkbox.module.js +19 -0
  1143. package/esm5/components/checkbox/index.js +3 -0
  1144. package/esm5/components/checkbox/models/checkbox-data.js +1 -0
  1145. package/esm5/components/checkbox/models/checkbox-state.js +1 -0
  1146. package/esm5/components/checkbox/models/index.js +1 -0
  1147. package/esm5/components/chips/chip-item/chip-item.component.js +77 -0
  1148. package/esm5/components/chips/chips/chips.component.js +235 -0
  1149. package/esm5/components/chips/chips.module.js +27 -0
  1150. package/esm5/components/chips/index.js +3 -0
  1151. package/esm5/components/chips/models/chip-models.js +1 -0
  1152. package/esm5/components/code-editor/code-editor.component.js +131 -0
  1153. package/esm5/components/code-editor/code-editor.module.js +27 -0
  1154. package/esm5/components/code-editor/core/facades/core-facade.js +102 -0
  1155. package/esm5/components/code-editor/core/facades/linter-facade.js +1 -0
  1156. package/esm5/components/code-editor/core/models/enums/marker-severity.js +7 -0
  1157. package/esm5/components/code-editor/core/models/index.js +3 -0
  1158. package/esm5/components/code-editor/core/models/interfaces/marker.js +1 -0
  1159. package/esm5/components/code-editor/core/use-cases/core-linters.js +13 -0
  1160. package/esm5/components/code-editor/index.js +5 -0
  1161. package/esm5/components/code-editor/infra/cores/codemirror-6/codemirror-6-core.js +132 -0
  1162. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/editor-languages.js +21 -0
  1163. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/json/json.language.js +25 -0
  1164. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-empty-state.js +29 -0
  1165. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-loading-state.js +29 -0
  1166. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-state-wrapper/autocomplete-state-wrapper-style.js +17 -0
  1167. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-state-wrapper/autocomplete-state-wrapper.js +68 -0
  1168. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/index.js +4 -0
  1169. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-style.js +35 -0
  1170. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete.js +355 -0
  1171. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete.service.js +46 -0
  1172. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/base-configs/base-configs.js +19 -0
  1173. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/base-configs/grammar.js +2 -0
  1174. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/completion-types.js +10 -0
  1175. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/enum-type-order.js +8 -0
  1176. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/keywords.js +12 -0
  1177. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/meta-type.js +36 -0
  1178. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/request-types.js +9 -0
  1179. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/index.js +7 -0
  1180. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/completion-Item.js +1 -0
  1181. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/facade-metadata-name.js +1 -0
  1182. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/fields-order-by.js +1 -0
  1183. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/get-facade-metadata-by-path.js +1 -0
  1184. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/list-context-metadata-by-id.js +1 -0
  1185. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/list-expression-metadata.js +1 -0
  1186. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/list-facade-metadata-names.js +1 -0
  1187. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-expression-metadata.js +1 -0
  1188. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-front-context-metadata.js +1 -0
  1189. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-front-facade-metadata.js +1 -0
  1190. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-front-field-metadata.js +1 -0
  1191. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-page-request.js +1 -0
  1192. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/safe-http-communication.js +1 -0
  1193. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/tax-calculation-configs.js +1 -0
  1194. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/tax-calculation-language-configs.js +14 -0
  1195. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/tax-calculation.language.js +9 -0
  1196. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/utils/get-language-configs.js +15 -0
  1197. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/utils/get-safe-response.js +27 -0
  1198. package/esm5/components/code-editor/infra/cores/codemirror-6/languages/tax-calculation/utils/index.js +3 -0
  1199. package/esm5/components/code-editor/infra/cores/codemirror-6/models/index.js +1 -0
  1200. package/esm5/components/code-editor/infra/cores/codemirror-6/models/types/diagnostic-severity.js +1 -0
  1201. package/esm5/components/code-editor/infra/cores/codemirror-6/models/types/editor-theme.js +1 -0
  1202. package/esm5/components/code-editor/infra/cores/codemirror-6/themes/editor-themes.js +19 -0
  1203. package/esm5/components/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/autocomplete-tooltip.js +61 -0
  1204. package/esm5/components/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/font-style.js +30 -0
  1205. package/esm5/components/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/line-counter.js +25 -0
  1206. package/esm5/components/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/scrollbars.js +18 -0
  1207. package/esm5/components/code-editor/infra/cores/codemirror-6/themes/sds-light/sds-light-highlight-style.js +16 -0
  1208. package/esm5/components/code-editor/infra/cores/codemirror-6/themes/sds-light/sds-light-style.js +13 -0
  1209. package/esm5/components/code-editor/infra/cores/codemirror-6/themes/sds-light/sds-light-theme.js +22 -0
  1210. package/esm5/components/code-editor/infra/cores/codemirror-6/utils/convert-markers-to-diagnostics.js +18 -0
  1211. package/esm5/components/code-editor/infra/cores/codemirror-6/utils/index.js +3 -0
  1212. package/esm5/components/code-editor/infra/cores/codemirror-6/utils/is-current-position-inside-string.js +6 -0
  1213. package/esm5/components/code-editor/infra/utils/custom-http-client/custom-http-client.js +126 -0
  1214. package/esm5/components/code-editor/infra/utils/custom-http-client/json-response-formatters/format-blob-response.js +21 -0
  1215. package/esm5/components/code-editor/infra/utils/custom-http-client/json-response-formatters/format-json-response.js +14 -0
  1216. package/esm5/components/code-editor/infra/utils/custom-http-client/json-response-formatters/index.js +3 -0
  1217. package/esm5/components/code-editor/infra/utils/custom-translations/custom-translations-service.js +41 -0
  1218. package/esm5/components/code-editor/infra/utils/custom-translations/custom-translations.module.js +31 -0
  1219. package/esm5/components/code-editor/infra/utils/custom-translations/index.js +3 -0
  1220. package/esm5/components/code-editor/infra/utils/custom-translations/models/index.js +1 -0
  1221. package/esm5/components/code-editor/infra/utils/custom-translations/models/interfaces/translations.js +1 -0
  1222. package/esm5/components/code-editor/infra/utils/index.js +3 -0
  1223. package/esm5/components/code-editor/models/enums/languages.js +6 -0
  1224. package/esm5/components/code-editor/models/enums/themes.js +5 -0
  1225. package/esm5/components/code-editor/models/index.js +4 -0
  1226. package/esm5/components/code-editor/models/interfaces/editor-options.js +1 -0
  1227. package/esm5/components/collapse-link/collapse-link.component.js +75 -0
  1228. package/esm5/components/collapse-link/collapse-link.module.js +18 -0
  1229. package/esm5/components/collapse-link/index.js +3 -0
  1230. package/esm5/components/control-errors/control-errors.component.js +40 -0
  1231. package/esm5/components/control-errors/control-errors.module.js +19 -0
  1232. package/esm5/components/control-errors/index.js +3 -0
  1233. package/esm5/components/country-phone-picker/country-phone-picker.component.js +327 -0
  1234. package/esm5/components/country-phone-picker/country-phone-picker.module.js +30 -0
  1235. package/esm5/components/country-phone-picker/country-phone-picker.service.js +46 -0
  1236. package/esm5/components/country-phone-picker/index.js +5 -0
  1237. package/esm5/components/country-phone-picker/models/country-phone-data.js +1 -0
  1238. package/esm5/components/country-phone-picker/models/index.js +2 -0
  1239. package/esm5/components/country-phone-picker/models/ordination.js +7 -0
  1240. package/esm5/components/country-phone-picker/models/phone-selection-data.js +1 -0
  1241. package/esm5/components/country-phone-picker/resources/countries.js +228 -0
  1242. package/esm5/components/country-phone-picker/resources/index.js +2 -0
  1243. package/esm5/components/custom-fields/custom-fields.component.js +649 -0
  1244. package/esm5/components/custom-fields/custom-fields.module.js +33 -0
  1245. package/esm5/components/custom-fields/custom-fields.service.js +37 -0
  1246. package/esm5/components/custom-fields/index.js +4 -0
  1247. package/esm5/components/custom-fields/models/custom-field-type.js +17 -0
  1248. package/esm5/components/dynamic-form/components/dynamic-field/dynamic-field.component.js +38 -0
  1249. package/esm5/components/dynamic-form/components/field-label/field-label.component.js +21 -0
  1250. package/esm5/components/dynamic-form/components/field-label/field-label.module.js +22 -0
  1251. package/esm5/components/dynamic-form/components/fields/autocomplete/autocomplete-field.component.js +33 -0
  1252. package/esm5/components/dynamic-form/components/fields/base-field-component.js +13 -0
  1253. package/esm5/components/dynamic-form/components/fields/bignumber/bignumber-field.component.js +122 -0
  1254. package/esm5/components/dynamic-form/components/fields/bignumber/bignumber-field.module.js +35 -0
  1255. package/esm5/components/dynamic-form/components/fields/boolean/boolean-field.component.js +23 -0
  1256. package/esm5/components/dynamic-form/components/fields/boolean/boolean-switch-field.component.js +20 -0
  1257. package/esm5/components/dynamic-form/components/fields/button-field/button-field.component.js +34 -0
  1258. package/esm5/components/dynamic-form/components/fields/calendar/calendar-field.component.js +107 -0
  1259. package/esm5/components/dynamic-form/components/fields/checkbox/checkbox-field.component.js +20 -0
  1260. package/esm5/components/dynamic-form/components/fields/checkbox/checkbox-field.module.js +20 -0
  1261. package/esm5/components/dynamic-form/components/fields/chips/chips-field.component.js +55 -0
  1262. package/esm5/components/dynamic-form/components/fields/country-phone-picker/country-phone-picker-field.component.js +33 -0
  1263. package/esm5/components/dynamic-form/components/fields/currency/currency-field.component.js +75 -0
  1264. package/esm5/components/dynamic-form/components/fields/currency/currency-field.module.js +33 -0
  1265. package/esm5/components/dynamic-form/components/fields/editor/editor-field.component.js +23 -0
  1266. package/esm5/components/dynamic-form/components/fields/editor/editor-field.module.js +21 -0
  1267. package/esm5/components/dynamic-form/components/fields/file-upload/file-upload.component.js +55 -0
  1268. package/esm5/components/dynamic-form/components/fields/index.js +22 -0
  1269. package/esm5/components/dynamic-form/components/fields/lookup/lookup-field.component.js +20 -0
  1270. package/esm5/components/dynamic-form/components/fields/number/number-field.component.js +122 -0
  1271. package/esm5/components/dynamic-form/components/fields/number/number-field.module.js +37 -0
  1272. package/esm5/components/dynamic-form/components/fields/password/password-field.component.js +79 -0
  1273. package/esm5/components/dynamic-form/components/fields/password/password-field.module.js +33 -0
  1274. package/esm5/components/dynamic-form/components/fields/profile-picture/profile-picture-field.component.js +20 -0
  1275. package/esm5/components/dynamic-form/components/fields/profile-picture/profile-picture-field.module.js +27 -0
  1276. package/esm5/components/dynamic-form/components/fields/radio-button/radio-button-field.component.js +51 -0
  1277. package/esm5/components/dynamic-form/components/fields/select/select-field.component.js +23 -0
  1278. package/esm5/components/dynamic-form/components/fields/slider/slider-field.component.js +123 -0
  1279. package/esm5/components/dynamic-form/components/fields/text/text-field.component.js +94 -0
  1280. package/esm5/components/dynamic-form/components/fields/text/text-field.module.js +35 -0
  1281. package/esm5/components/dynamic-form/components/fields/text-area/text-area-field.component.js +27 -0
  1282. package/esm5/components/dynamic-form/components/fields/text-area-ia/text-area-ia-field.component.js +94 -0
  1283. package/esm5/components/dynamic-form/components/grid/row/row.component.js +37 -0
  1284. package/esm5/components/dynamic-form/components/lookup/lookup.component.js +598 -0
  1285. package/esm5/components/dynamic-form/components/lookup/models/default-filter.js +1 -0
  1286. package/esm5/components/dynamic-form/components/lookup/models/index.js +1 -0
  1287. package/esm5/components/dynamic-form/components/structure/base-structure-component.js +1 -0
  1288. package/esm5/components/dynamic-form/components/structure/fieldset/fieldset.component.js +26 -0
  1289. package/esm5/components/dynamic-form/components/structure/section/section.component.js +44 -0
  1290. package/esm5/components/dynamic-form/configurations/addon-config.js +1 -0
  1291. package/esm5/components/dynamic-form/configurations/dynamic-config.js +73 -0
  1292. package/esm5/components/dynamic-form/configurations/dynamic-type.js +26 -0
  1293. package/esm5/components/dynamic-form/configurations/field-size.js +12 -0
  1294. package/esm5/components/dynamic-form/configurations/field-type.js +32 -0
  1295. package/esm5/components/dynamic-form/configurations/fields/autocomplete-field.js +16 -0
  1296. package/esm5/components/dynamic-form/configurations/fields/bignumber-field.js +28 -0
  1297. package/esm5/components/dynamic-form/configurations/fields/blob-field.js +24 -0
  1298. package/esm5/components/dynamic-form/configurations/fields/boolean-field.js +28 -0
  1299. package/esm5/components/dynamic-form/configurations/fields/boolean-switch-field.js +18 -0
  1300. package/esm5/components/dynamic-form/configurations/fields/button-field.js +35 -0
  1301. package/esm5/components/dynamic-form/configurations/fields/calendar-field.js +42 -0
  1302. package/esm5/components/dynamic-form/configurations/fields/checkbox-field.js +13 -0
  1303. package/esm5/components/dynamic-form/configurations/fields/chips-field.js +22 -0
  1304. package/esm5/components/dynamic-form/configurations/fields/country-phone-picker-field.js +16 -0
  1305. package/esm5/components/dynamic-form/configurations/fields/currency-field.js +17 -0
  1306. package/esm5/components/dynamic-form/configurations/fields/decimal-field.js +19 -0
  1307. package/esm5/components/dynamic-form/configurations/fields/editor-field.js +16 -0
  1308. package/esm5/components/dynamic-form/configurations/fields/field.js +49 -0
  1309. package/esm5/components/dynamic-form/configurations/fields/index.js +22 -0
  1310. package/esm5/components/dynamic-form/configurations/fields/lookup-field.js +51 -0
  1311. package/esm5/components/dynamic-form/configurations/fields/number-field.js +28 -0
  1312. package/esm5/components/dynamic-form/configurations/fields/password-field.js +25 -0
  1313. package/esm5/components/dynamic-form/configurations/fields/profile-picture.js +26 -0
  1314. package/esm5/components/dynamic-form/configurations/fields/radio-button-field.js +26 -0
  1315. package/esm5/components/dynamic-form/configurations/fields/select-field.js +33 -0
  1316. package/esm5/components/dynamic-form/configurations/fields/slider-field.js +26 -0
  1317. package/esm5/components/dynamic-form/configurations/fields/text-area-field.js +25 -0
  1318. package/esm5/components/dynamic-form/configurations/fields/text-area-ia-field.js +26 -0
  1319. package/esm5/components/dynamic-form/configurations/fields/text-field.js +29 -0
  1320. package/esm5/components/dynamic-form/configurations/form-field.js +96 -0
  1321. package/esm5/components/dynamic-form/configurations/grid/grid.js +13 -0
  1322. package/esm5/components/dynamic-form/configurations/grid/row.js +11 -0
  1323. package/esm5/components/dynamic-form/configurations/grid-type.js +5 -0
  1324. package/esm5/components/dynamic-form/configurations/structure/fieldset.js +13 -0
  1325. package/esm5/components/dynamic-form/configurations/structure/section.js +34 -0
  1326. package/esm5/components/dynamic-form/configurations/structure/structure.js +10 -0
  1327. package/esm5/components/dynamic-form/configurations/structure-type.js +6 -0
  1328. package/esm5/components/dynamic-form/dynamic-form.component.js +33 -0
  1329. package/esm5/components/dynamic-form/dynamic-form.directive.js +85 -0
  1330. package/esm5/components/dynamic-form/dynamic-form.js +215 -0
  1331. package/esm5/components/dynamic-form/dynamic-form.module.js +194 -0
  1332. package/esm5/components/dynamic-form/index.js +31 -0
  1333. package/esm5/components/dynamic-form/services/IAssist/iassist.service.js +58 -0
  1334. package/esm5/components/dynamic-form/services/IAssist/models/iassist-input-data.js +1 -0
  1335. package/esm5/components/dynamic-form/services/IAssist/models/iassist-response.js +1 -0
  1336. package/esm5/components/dynamic-form/services/IAssist/models/index.js +1 -0
  1337. package/esm5/components/editable-overlay/editable-overlay.directive.js +45 -0
  1338. package/esm5/components/editable-overlay/editable-overlay.module.js +18 -0
  1339. package/esm5/components/editable-overlay/index.js +3 -0
  1340. package/esm5/components/empty-state/empty-state.component.js +59 -0
  1341. package/esm5/components/empty-state/empty-state.module.js +22 -0
  1342. package/esm5/components/empty-state/go-back/go-back.component.js +38 -0
  1343. package/esm5/components/empty-state/index.js +3 -0
  1344. package/esm5/components/fieldset/fieldset.component.js +69 -0
  1345. package/esm5/components/fieldset/fieldset.models.js +1 -0
  1346. package/esm5/components/fieldset/fieldset.module.js +19 -0
  1347. package/esm5/components/fieldset/index.js +3 -0
  1348. package/esm5/components/file-upload/file-upload.component.js +319 -0
  1349. package/esm5/components/file-upload/file-upload.module.js +30 -0
  1350. package/esm5/components/file-upload/file-upload.service.js +22 -0
  1351. package/esm5/components/file-upload/index.js +4 -0
  1352. package/esm5/components/file-upload/models/file-dto.js +1 -0
  1353. package/esm5/components/file-upload/models/file-upload-permissions.js +12 -0
  1354. package/esm5/components/file-upload/models/index.js +3 -0
  1355. package/esm5/components/file-upload/models/list-blob-metadata.js +1 -0
  1356. package/esm5/components/file-upload/models/uploadError.js +1 -0
  1357. package/esm5/components/file-upload/models/validate-errors.js +8 -0
  1358. package/esm5/components/gantt/components/gantt/arrow.js +81 -0
  1359. package/esm5/components/gantt/components/gantt/bar.js +299 -0
  1360. package/esm5/components/gantt/components/gantt/gantt-options.js +20 -0
  1361. package/esm5/components/gantt/components/gantt/gantt.js +924 -0
  1362. package/esm5/components/gantt/components/gantt/popup.js +84 -0
  1363. package/esm5/components/gantt/components/gantt/utils/date-utils.js +135 -0
  1364. package/esm5/components/gantt/components/gantt/utils/svg-utils.js +121 -0
  1365. package/esm5/components/gantt/components/side-table/side-table.component.js +33 -0
  1366. package/esm5/components/gantt/gantt.component.js +162 -0
  1367. package/esm5/components/gantt/gantt.module.js +23 -0
  1368. package/esm5/components/gantt/index.js +4 -0
  1369. package/esm5/components/gantt/models/index.js +2 -0
  1370. package/esm5/components/gantt/models/options.js +1 -0
  1371. package/esm5/components/gantt/models/task.js +1 -0
  1372. package/esm5/components/gantt/models/view-mode.js +12 -0
  1373. package/esm5/components/global-search/elements/dropdown/global-search-dropdown-item.component.js +78 -0
  1374. package/esm5/components/global-search/global-search-size.enum.js +7 -0
  1375. package/esm5/components/global-search/global-search.component.js +137 -0
  1376. package/esm5/components/global-search/global-search.module.js +53 -0
  1377. package/esm5/components/global-search/index.js +5 -0
  1378. package/esm5/components/grid-menu/components/grid-menu-item/grid-menu-item.component.js +79 -0
  1379. package/esm5/components/grid-menu/grid-menu.component.js +66 -0
  1380. package/esm5/components/grid-menu/grid-menu.module.js +20 -0
  1381. package/esm5/components/grid-menu/index.js +3 -0
  1382. package/esm5/components/grid-menu/types/grid-menu-item.js +1 -0
  1383. package/esm5/components/help-popover/help-popover/help-popover.component.js +115 -0
  1384. package/esm5/components/help-popover/help-popover.directive.js +348 -0
  1385. package/esm5/components/help-popover/help-popover.module.js +23 -0
  1386. package/esm5/components/help-popover/index.js +4 -0
  1387. package/esm5/components/help-popover/models/help-popover.models.js +1 -0
  1388. package/esm5/components/ia-insight/components/ia-insight-card/components/ia-insight-card-loader/ia-insight-card-loader.component.js +16 -0
  1389. package/esm5/components/ia-insight/components/ia-insight-card/ia-insight-card.component.js +96 -0
  1390. package/esm5/components/ia-insight/components/ia-insight-sidebar/ia-insight-sidebar.component.js +61 -0
  1391. package/esm5/components/ia-insight/ia-insight.component.js +83 -0
  1392. package/esm5/components/ia-insight/ia-insight.module.js +43 -0
  1393. package/esm5/components/ia-insight/index.js +4 -0
  1394. package/esm5/components/ia-insight/models/ia-insight-item.js +1 -0
  1395. package/esm5/components/ia-insight/models/ia-insight-template-types.js +7 -0
  1396. package/esm5/components/ia-insight/models/index.js +2 -0
  1397. package/esm5/components/image-cropper/image-cropper.component.js +185 -0
  1398. package/esm5/components/image-cropper/image-cropper.module.js +23 -0
  1399. package/esm5/components/image-cropper/image-cropper.service.js +70 -0
  1400. package/esm5/components/image-cropper/index.js +4 -0
  1401. package/esm5/components/index.js +77 -0
  1402. package/esm5/components/infinite-scroll/infinite-scroll.directive.js +31 -0
  1403. package/esm5/components/infinite-scroll/infinite-scroll.module.js +24 -0
  1404. package/esm5/components/info-sign/index.js +3 -0
  1405. package/esm5/components/info-sign/info-sign.component.js +16 -0
  1406. package/esm5/components/info-sign/info-sign.directive.js +69 -0
  1407. package/esm5/components/info-sign/info-sign.module.js +27 -0
  1408. package/esm5/components/inline-edit/components/fields/inline-edit-calendar/inline-edit-calendar.component.js +53 -0
  1409. package/esm5/components/inline-edit/components/fields/inline-edit-lookup/inline-edit-lookup.component.js +33 -0
  1410. package/esm5/components/inline-edit/components/fields/inline-edit-number/inline-edit-number.component.js +99 -0
  1411. package/esm5/components/inline-edit/components/fields/inline-edit-text/inline-edit-text.component.js +33 -0
  1412. package/esm5/components/inline-edit/components/fields/inline-edit-text-area/inline-edit-text-area.component.js +33 -0
  1413. package/esm5/components/inline-edit/components/fields/inline-edit-text-area-ia/inline-edit-text-area-ia.component.js +33 -0
  1414. package/esm5/components/inline-edit/components/index.js +8 -0
  1415. package/esm5/components/inline-edit/components/inline-edit-item/inline-edit-item.component.js +112 -0
  1416. package/esm5/components/inline-edit/fields/index.js +8 -0
  1417. package/esm5/components/inline-edit/fields/inline-edit-calendar-field.js +31 -0
  1418. package/esm5/components/inline-edit/fields/inline-edit-field.js +11 -0
  1419. package/esm5/components/inline-edit/fields/inline-edit-lookup-field.js +50 -0
  1420. package/esm5/components/inline-edit/fields/inline-edit-number-field.js +29 -0
  1421. package/esm5/components/inline-edit/fields/inline-edit-text-area-field.js +16 -0
  1422. package/esm5/components/inline-edit/fields/inline-edit-text-area-ia-field.js +11 -0
  1423. package/esm5/components/inline-edit/fields/inline-edit-text-field.js +11 -0
  1424. package/esm5/components/inline-edit/index.js +4 -0
  1425. package/esm5/components/inline-edit/inline-edit.component.js +84 -0
  1426. package/esm5/components/inline-edit/inline-edit.module.js +65 -0
  1427. package/esm5/components/kanban/components/kanban-column/kanban-column.component.js +99 -0
  1428. package/esm5/components/kanban/components/kanban-item/kanban-item.component.js +62 -0
  1429. package/esm5/components/kanban/components/kanban-item-dragging/kanban-item-dragging.component.js +20 -0
  1430. package/esm5/components/kanban/index.js +4 -0
  1431. package/esm5/components/kanban/kanban-event.service.js +28 -0
  1432. package/esm5/components/kanban/kanban.component.js +221 -0
  1433. package/esm5/components/kanban/kanban.module.js +48 -0
  1434. package/esm5/components/kanban/models/index.js +2 -0
  1435. package/esm5/components/kanban/models/kanban-data.js +1 -0
  1436. package/esm5/components/kanban/models/kanban-template-types.js +9 -0
  1437. package/esm5/components/label-value/index.js +3 -0
  1438. package/esm5/components/label-value/label-value.component.js +34 -0
  1439. package/esm5/components/label-value/label-value.module.js +23 -0
  1440. package/esm5/components/label-value/types/label-value-configuration.js +1 -0
  1441. package/esm5/components/loading-state/components/dots-indicator/dots-indicator.components.js +16 -0
  1442. package/esm5/components/loading-state/components/loading-state-indicators.js +6 -0
  1443. package/esm5/components/loading-state/components/logo-indicator/logo-indicator.component.js +16 -0
  1444. package/esm5/components/loading-state/index.js +4 -0
  1445. package/esm5/components/loading-state/loading-state.component.js +81 -0
  1446. package/esm5/components/loading-state/loading-state.directive.js +65 -0
  1447. package/esm5/components/loading-state/loading-state.module.js +34 -0
  1448. package/esm5/components/locale/index.js +11 -0
  1449. package/esm5/components/locale/locale.module.js +75 -0
  1450. package/esm5/components/locale/locale.service.js +93 -0
  1451. package/esm5/components/locale/options/calendar.js +33 -0
  1452. package/esm5/components/locale/options/index.js +28 -0
  1453. package/esm5/components/locale/options/number.js +12 -0
  1454. package/esm5/components/locale/pipes/localized-bignumber-impure.pipe.js +21 -0
  1455. package/esm5/components/locale/pipes/localized-bignumber.pipe.js +40 -0
  1456. package/esm5/components/locale/pipes/localized-currency-impure.pipe.js +25 -0
  1457. package/esm5/components/locale/pipes/localized-currency.pipe.js +59 -0
  1458. package/esm5/components/locale/pipes/localized-date-impure.pipe.js +18 -0
  1459. package/esm5/components/locale/pipes/localized-date.pipe.js +26 -0
  1460. package/esm5/components/locale/pipes/localized-number.pipe.js +32 -0
  1461. package/esm5/components/locale/pipes/localized-time-impure.pipe.js +18 -0
  1462. package/esm5/components/locale/pipes/localized-time.pipe.js +26 -0
  1463. package/esm5/components/locale/pipes/numeric.pipe.js +32 -0
  1464. package/esm5/components/locale/services/numeric.service.js +87 -0
  1465. package/esm5/components/localized-number-input/index.js +3 -0
  1466. package/esm5/components/localized-number-input/localized-number-input.directive.js +61 -0
  1467. package/esm5/components/localized-number-input/localized-number-input.module.js +18 -0
  1468. package/esm5/components/mask/index.js +3 -0
  1469. package/esm5/components/mask/mask-formatter.module.js +16 -0
  1470. package/esm5/components/mask/mask-formatter.pipe.js +72 -0
  1471. package/esm5/components/mouse-events/double-click.directive.js +40 -0
  1472. package/esm5/components/mouse-events/index.js +4 -0
  1473. package/esm5/components/mouse-events/long-press.directive.js +51 -0
  1474. package/esm5/components/mouse-events/mouse-events.module.js +25 -0
  1475. package/esm5/components/navigation-button/index.js +3 -0
  1476. package/esm5/components/navigation-button/models/index.js +1 -0
  1477. package/esm5/components/navigation-button/models/navigation-button-item.js +1 -0
  1478. package/esm5/components/navigation-button/models/navigation-button-step-changed-info.js +1 -0
  1479. package/esm5/components/navigation-button/navigation-button.component.js +131 -0
  1480. package/esm5/components/navigation-button/navigation-button.module.js +20 -0
  1481. package/esm5/components/number-input/index.js +3 -0
  1482. package/esm5/components/number-input/number-input.directive.js +167 -0
  1483. package/esm5/components/number-input/number-input.module.js +21 -0
  1484. package/esm5/components/object-card/elements/field/object-card-field.component.js +55 -0
  1485. package/esm5/components/object-card/elements/main/object-card-main.component.js +99 -0
  1486. package/esm5/components/object-card/index.js +5 -0
  1487. package/esm5/components/object-card/object-card.component.js +139 -0
  1488. package/esm5/components/object-card/object-card.module.js +24 -0
  1489. package/esm5/components/panel/index.js +3 -0
  1490. package/esm5/components/panel/panel.component.js +85 -0
  1491. package/esm5/components/panel/panel.module.js +20 -0
  1492. package/esm5/components/password-strength/index.js +5 -0
  1493. package/esm5/components/password-strength/models/index.js +3 -0
  1494. package/esm5/components/password-strength/models/password-positions.js +7 -0
  1495. package/esm5/components/password-strength/models/password-strengths.js +8 -0
  1496. package/esm5/components/password-strength/password-strength.component.js +96 -0
  1497. package/esm5/components/password-strength/password-strength.directive.js +197 -0
  1498. package/esm5/components/password-strength/password-strength.module.js +22 -0
  1499. package/esm5/components/picklist/index.js +5 -0
  1500. package/esm5/components/picklist/picklist/models/picklist-models.js +6 -0
  1501. package/esm5/components/picklist/picklist/picklist.component.js +339 -0
  1502. package/esm5/components/picklist/picklist.module.js +28 -0
  1503. package/esm5/components/product-header/index.js +3 -0
  1504. package/esm5/components/product-header/product-header.component.js +47 -0
  1505. package/esm5/components/product-header/product-header.module.js +20 -0
  1506. package/esm5/components/profile-picture-picker/index.js +4 -0
  1507. package/esm5/components/profile-picture-picker/models/confirmation-texts.js +1 -0
  1508. package/esm5/components/profile-picture-picker/models/cropper-labels-config.js +1 -0
  1509. package/esm5/components/profile-picture-picker/models/file-validation-errors.js +8 -0
  1510. package/esm5/components/profile-picture-picker/models/index.js +2 -0
  1511. package/esm5/components/profile-picture-picker/models/profile-picture-picker-data.js +1 -0
  1512. package/esm5/components/profile-picture-picker/profile-picture-picker.component.js +270 -0
  1513. package/esm5/components/profile-picture-picker/profile-picture-picker.module.js +36 -0
  1514. package/esm5/components/progressbar/components/progressbar-determinate/progressbar-determinate.component.js +63 -0
  1515. package/esm5/components/progressbar/components/progressbar-indeterminate/progressbar-indeterminate.component.js +22 -0
  1516. package/esm5/components/progressbar/index.js +4 -0
  1517. package/esm5/components/progressbar/models/index.js +3 -0
  1518. package/esm5/components/progressbar/models/progressbar-colors.js +8 -0
  1519. package/esm5/components/progressbar/models/progressbar-mode.js +6 -0
  1520. package/esm5/components/progressbar/progressbar.component.js +63 -0
  1521. package/esm5/components/progressbar/progressbar.module.js +24 -0
  1522. package/esm5/components/rating-scale/index.js +3 -0
  1523. package/esm5/components/rating-scale/models/index.js +1 -0
  1524. package/esm5/components/rating-scale/models/rating-scale-node.js +1 -0
  1525. package/esm5/components/rating-scale/rating-scale.component.js +54 -0
  1526. package/esm5/components/rating-scale/rating-scale.module.js +22 -0
  1527. package/esm5/components/select-button/components/select-button-item/select-button-item.component.js +35 -0
  1528. package/esm5/components/select-button/index.js +3 -0
  1529. package/esm5/components/select-button/models/index.js +1 -0
  1530. package/esm5/components/select-button/models/select-button-item.js +1 -0
  1531. package/esm5/components/select-button/select-button.component.js +128 -0
  1532. package/esm5/components/select-button/select-button.module.js +22 -0
  1533. package/esm5/components/shared/border-button/border-button.component.js +27 -0
  1534. package/esm5/components/shared/border-button/border-button.module.js +19 -0
  1535. package/esm5/components/shared/helpers.js +35 -0
  1536. package/esm5/components/shared/index.js +3 -0
  1537. package/esm5/components/shared/models/border-button-options.js +1 -0
  1538. package/esm5/components/shared/models/enum-severity.js +9 -0
  1539. package/esm5/components/sidebar/index.js +3 -0
  1540. package/esm5/components/sidebar/sidebar.component.js +74 -0
  1541. package/esm5/components/sidebar/sidebar.module.js +22 -0
  1542. package/esm5/components/slide-panel/index.js +3 -0
  1543. package/esm5/components/slide-panel/slide-panel.component.js +145 -0
  1544. package/esm5/components/slide-panel/slide-panel.module.js +20 -0
  1545. package/esm5/components/slide-panel/slide-panel.service.js +28 -0
  1546. package/esm5/components/slider/index.js +3 -0
  1547. package/esm5/components/slider/slider.component.js +648 -0
  1548. package/esm5/components/slider/slider.module.js +19 -0
  1549. package/esm5/components/speech-recognition/speech-recognition/speech-recognition.component.js +248 -0
  1550. package/esm5/components/speech-recognition/speech-recognition.module.js +22 -0
  1551. package/esm5/components/speech-recognition/speech-recognition.service.js +168 -0
  1552. package/esm5/components/speech-recognition/text-to-speech.service.js +92 -0
  1553. package/esm5/components/split-button/index.js +4 -0
  1554. package/esm5/components/split-button/models/split-button-option.js +1 -0
  1555. package/esm5/components/split-button/models/split-button-type.js +7 -0
  1556. package/esm5/components/split-button/split-button.component.js +69 -0
  1557. package/esm5/components/split-button/split-button.module.js +18 -0
  1558. package/esm5/components/stats-card/index.js +3 -0
  1559. package/esm5/components/stats-card/stats-card.component.js +131 -0
  1560. package/esm5/components/stats-card/stats-card.module.js +26 -0
  1561. package/esm5/components/steps/index.js +3 -0
  1562. package/esm5/components/steps/steps.component.js +107 -0
  1563. package/esm5/components/steps/steps.module.js +19 -0
  1564. package/esm5/components/structure/footer.component.js +15 -0
  1565. package/esm5/components/structure/header.component.js +18 -0
  1566. package/esm5/components/structure/index.js +4 -0
  1567. package/esm5/components/structure/structure.module.js +19 -0
  1568. package/esm5/components/switch/index.js +3 -0
  1569. package/esm5/components/switch/switch.component.js +94 -0
  1570. package/esm5/components/switch/switch.module.js +18 -0
  1571. package/esm5/components/table/frozen-position/frozen-position.directive.js +256 -0
  1572. package/esm5/components/table/index.js +6 -0
  1573. package/esm5/components/table/navigation/navigation.directive.js +137 -0
  1574. package/esm5/components/table/row-toggler/row-toggler.directive.js +39 -0
  1575. package/esm5/components/table/table-column/index.js +2 -0
  1576. package/esm5/components/table/table-column/models/badge-column.interface.js +1 -0
  1577. package/esm5/components/table/table-column/models/badge-configs.interface.js +1 -0
  1578. package/esm5/components/table/table-column/models/column-colors.js +1 -0
  1579. package/esm5/components/table/table-column/models/column-values.interface.js +1 -0
  1580. package/esm5/components/table/table-column/models/column.interface.js +1 -0
  1581. package/esm5/components/table/table-column/models/dynamic-editable-grid.interface.js +1 -0
  1582. package/esm5/components/table/table-column/models/enum-badge-colors.js +10 -0
  1583. package/esm5/components/table/table-column/models/enum-column-field-type.js +13 -0
  1584. package/esm5/components/table/table-column/models/index.js +3 -0
  1585. package/esm5/components/table/table-column/models/locale-options.interface.js +1 -0
  1586. package/esm5/components/table/table-column/models/number-locale-options.interface.js +1 -0
  1587. package/esm5/components/table/table-column/table-columns.component.js +288 -0
  1588. package/esm5/components/table/table-paging/index.js +1 -0
  1589. package/esm5/components/table/table-paging/models/custom-action.interface.js +1 -0
  1590. package/esm5/components/table/table-paging/models/index.js +1 -0
  1591. package/esm5/components/table/table-paging/table-paging.component.js +361 -0
  1592. package/esm5/components/table/table.module.js +48 -0
  1593. package/esm5/components/table-header/index.js +3 -0
  1594. package/esm5/components/table-header/table-header-checkbox.component.js +157 -0
  1595. package/esm5/components/table-header/table-header-checkox.module.js +18 -0
  1596. package/esm5/components/template/index.js +3 -0
  1597. package/esm5/components/template/template.directive.js +21 -0
  1598. package/esm5/components/template/template.module.js +18 -0
  1599. package/esm5/components/text-area/index.js +3 -0
  1600. package/esm5/components/text-area/text-area/text-area.component.js +126 -0
  1601. package/esm5/components/text-area/text-area.module.js +27 -0
  1602. package/esm5/components/text-area-ia/index.js +3 -0
  1603. package/esm5/components/text-area-ia/text-area-ia.component.js +147 -0
  1604. package/esm5/components/text-area-ia/text-area-ia.module.js +35 -0
  1605. package/esm5/components/thumbnail/index.js +4 -0
  1606. package/esm5/components/thumbnail/thumbnail-size.js +7 -0
  1607. package/esm5/components/thumbnail/thumbnail.component.js +83 -0
  1608. package/esm5/components/thumbnail/thumbnail.module.js +20 -0
  1609. package/esm5/components/thumbnail/thumbnail.service.js +65 -0
  1610. package/esm5/components/thumbnails/components/thumbnail-item/components/thumbnail-item-image/thumbnail-item-image.component.js +19 -0
  1611. package/esm5/components/thumbnails/components/thumbnail-item/components/thumbnail-item-video/thumbnail-item-video.component.js +44 -0
  1612. package/esm5/components/thumbnails/components/thumbnail-item/thumbnail-item.component.js +68 -0
  1613. package/esm5/components/thumbnails/index.js +3 -0
  1614. package/esm5/components/thumbnails/models/thumbnails-item.js +1 -0
  1615. package/esm5/components/thumbnails/thumbnails.component.js +61 -0
  1616. package/esm5/components/thumbnails/thumbnails.module.js +24 -0
  1617. package/esm5/components/tiered-menu/components/tiered-menu/tiered-menu.component.js +288 -0
  1618. package/esm5/components/tiered-menu/components/tiered-menu-divider/tiered-menu-divider.component.js +16 -0
  1619. package/esm5/components/tiered-menu/components/tiered-menu-item/tiered-menu-item.component.js +78 -0
  1620. package/esm5/components/tiered-menu/components/tiered-menu-nested/tiered-menu-nested.component.js +180 -0
  1621. package/esm5/components/tiered-menu/index.js +3 -0
  1622. package/esm5/components/tiered-menu/models/index.js +1 -0
  1623. package/esm5/components/tiered-menu/models/tiered-menu-item-data.js +1 -0
  1624. package/esm5/components/tiered-menu/models/tiered-menu-item-internal-data.js +1 -0
  1625. package/esm5/components/tiered-menu/services/tiered-menu.event.service.js +19 -0
  1626. package/esm5/components/tiered-menu/services/tiered-menu.global.service.js +12 -0
  1627. package/esm5/components/tiered-menu/services/tiered-menu.service.js +54 -0
  1628. package/esm5/components/tiered-menu/tiered-menu.directive.js +224 -0
  1629. package/esm5/components/tiered-menu/tiered-menu.module.js +32 -0
  1630. package/esm5/components/tiered-menu/utils.js +7 -0
  1631. package/esm5/components/tile/index.js +3 -0
  1632. package/esm5/components/tile/tile.component.js +77 -0
  1633. package/esm5/components/tile/tile.module.js +27 -0
  1634. package/esm5/components/timeline/components/horizontal-timeline/horizontal-timeline.component.js +26 -0
  1635. package/esm5/components/timeline/components/horizontal-timeline/horizontal-timeline.module.js +24 -0
  1636. package/esm5/components/timeline/components/timeline-icon-item/timeline-icon-item.component.js +28 -0
  1637. package/esm5/components/timeline/components/timeline-icon-item/timeline-icon-item.module.js +22 -0
  1638. package/esm5/components/timeline/components/vertical-timeline/components/collapse-option/collapse-option.component.js +27 -0
  1639. package/esm5/components/timeline/components/vertical-timeline/components/collapsed-items/collapsed-items.component.js +36 -0
  1640. package/esm5/components/timeline/components/vertical-timeline/components/range-line/range-line.component.js +16 -0
  1641. package/esm5/components/timeline/components/vertical-timeline/components/vertical-items/vertical-items.component.js +31 -0
  1642. package/esm5/components/timeline/components/vertical-timeline/vertical-timeline.component.js +58 -0
  1643. package/esm5/components/timeline/components/vertical-timeline/vertical-timeline.module.js +32 -0
  1644. package/esm5/components/timeline/index.js +4 -0
  1645. package/esm5/components/timeline/models/index.js +4 -0
  1646. package/esm5/components/timeline/models/timeline-item-severity.js +7 -0
  1647. package/esm5/components/timeline/models/timeline-item-size.js +6 -0
  1648. package/esm5/components/timeline/models/timeline-item.js +39 -0
  1649. package/esm5/components/timeline/timeline.component.js +71 -0
  1650. package/esm5/components/timeline/timeline.module.js +30 -0
  1651. package/esm5/components/toast/index.js +4 -0
  1652. package/esm5/components/toast/toast.component.js +54 -0
  1653. package/esm5/components/toast/toast.module.js +17 -0
  1654. package/esm5/components/toast/toast.service.js +70 -0
  1655. package/esm5/components/toast/types/toast.js +1 -0
  1656. package/esm5/components/token-list/index.js +3 -0
  1657. package/esm5/components/token-list/models/index.js +1 -0
  1658. package/esm5/components/token-list/models/token.js +1 -0
  1659. package/esm5/components/token-list/token-list.component.js +52 -0
  1660. package/esm5/components/token-list/token-list.module.js +18 -0
  1661. package/esm5/components/tooltip/index.js +3 -0
  1662. package/esm5/components/tooltip/models/index.js +4 -0
  1663. package/esm5/components/tooltip/models/mobile-behavior.js +6 -0
  1664. package/esm5/components/tooltip/models/tooltip-event.js +6 -0
  1665. package/esm5/components/tooltip/models/tooltip-position.js +8 -0
  1666. package/esm5/components/tooltip/tooltip.component.js +22 -0
  1667. package/esm5/components/tooltip/tooltip.directive.js +339 -0
  1668. package/esm5/components/tooltip/tooltip.module.js +22 -0
  1669. package/esm5/components/tree/Models/tree.models.js +1 -0
  1670. package/esm5/components/tree/components/tree-node-item/tree-node-item.component.js +169 -0
  1671. package/esm5/components/tree/index.js +3 -0
  1672. package/esm5/components/tree/tree.component.js +280 -0
  1673. package/esm5/components/tree/tree.module.js +23 -0
  1674. package/esm5/components/utils/breakpoints.js +11 -0
  1675. package/esm5/components/utils/debouce.js +50 -0
  1676. package/esm5/components/utils/export-utils.js +96 -0
  1677. package/esm5/components/utils/index.js +6 -0
  1678. package/esm5/components/utils/locale-utils.js +15 -0
  1679. package/esm5/components/utils/utils.js +44 -0
  1680. package/esm5/components/workspace-switch/index.js +3 -0
  1681. package/esm5/components/workspace-switch/models/index.js +1 -0
  1682. package/esm5/components/workspace-switch/models/workspace.js +1 -0
  1683. package/esm5/components/workspace-switch/workspace-switch.component.js +148 -0
  1684. package/esm5/components/workspace-switch/workspace-switch.module.js +18 -0
  1685. package/esm5/locale/fallback.js +333 -0
  1686. package/esm5/public-api.js +5 -0
  1687. package/esm5/seniorsistemas-angular-components.js +117 -0
  1688. package/esm5/utils/currency/currency.service.js +191 -0
  1689. package/esm5/utils/currency/index.js +2 -0
  1690. package/esm5/utils/index.js +3 -0
  1691. package/esm5/utils/svg-factory/components/iassist-icon/iassist-icon.component.js +14 -0
  1692. package/esm5/utils/svg-factory/components/senior-icon/senior-icon.component.js +14 -0
  1693. package/esm5/utils/svg-factory/components/svg-factory-icons.js +6 -0
  1694. package/esm5/utils/svg-factory/index.js +3 -0
  1695. package/esm5/utils/svg-factory/svg-factory.directive.js +54 -0
  1696. package/esm5/utils/svg-factory/svg-factory.module.js +24 -0
  1697. package/fesm2015/seniorsistemas-angular-components.js +22438 -0
  1698. package/fesm2015/seniorsistemas-angular-components.js.map +1 -0
  1699. package/fesm5/seniorsistemas-angular-components.js +24049 -0
  1700. package/fesm5/seniorsistemas-angular-components.js.map +1 -0
  1701. package/package.json +42 -554
  1702. package/public-api.d.ts +4 -1
  1703. package/seniorsistemas-angular-components.d.ts +116 -0
  1704. package/seniorsistemas-angular-components.metadata.json +1 -0
  1705. package/utils/currency/currency.service.d.ts +642 -0
  1706. package/utils/currency/index.d.ts +1 -0
  1707. package/utils/index.d.ts +2 -5
  1708. package/utils/svg-factory/components/iassist-icon/iassist-icon.component.d.ts +2 -0
  1709. package/utils/svg-factory/components/senior-icon/senior-icon.component.d.ts +2 -0
  1710. package/utils/svg-factory/components/svg-factory-icons.d.ts +4 -0
  1711. package/utils/svg-factory/index.d.ts +2 -0
  1712. package/utils/svg-factory/svg-factory.directive.d.ts +13 -0
  1713. package/utils/svg-factory/svg-factory.module.d.ts +2 -0
  1714. package/README.md +0 -25
  1715. package/accordion/index.d.ts +0 -5
  1716. package/accordion/lib/accordion/accordion.component.d.ts +0 -21
  1717. package/accordion/lib/accordion/accordion.module.d.ts +0 -12
  1718. package/accordion/lib/accordion/components/accordion-panel/accordion-panel.component.d.ts +0 -30
  1719. package/accordion/lib/accordion/models/accordion-button-settings.d.ts +0 -5
  1720. package/accordion/public-api.d.ts +0 -3
  1721. package/alert/index.d.ts +0 -5
  1722. package/alert/lib/alert/alert.component.d.ts +0 -16
  1723. package/alert/lib/alert/alert.module.d.ts +0 -8
  1724. package/alert/public-api.d.ts +0 -2
  1725. package/autocomplete/index.d.ts +0 -5
  1726. package/autocomplete/lib/autocomplete/autocomplete.component.d.ts +0 -251
  1727. package/autocomplete/lib/autocomplete/components/autocomplete-chip/autocomplete-chip.component.d.ts +0 -9
  1728. package/autocomplete/public-api.d.ts +0 -1
  1729. package/badge/index.d.ts +0 -5
  1730. package/badge/lib/badge/badge.component.d.ts +0 -21
  1731. package/badge/lib/badge/badge.module.d.ts +0 -10
  1732. package/badge/lib/badge/types/badge-colors.d.ts +0 -1
  1733. package/badge/lib/badge/types/badge-types.d.ts +0 -1
  1734. package/badge/public-api.d.ts +0 -4
  1735. package/bignumber-input/index.d.ts +0 -5
  1736. package/bignumber-input/lib/bignumber-input/bignumber-input.directive.d.ts +0 -42
  1737. package/bignumber-input/lib/bignumber-input/bignumber-input.module.d.ts +0 -8
  1738. package/bignumber-input/public-api.d.ts +0 -2
  1739. package/breadcrumb/index.d.ts +0 -5
  1740. package/breadcrumb/lib/breadcrumb/breadcrumb.component.d.ts +0 -25
  1741. package/breadcrumb/lib/breadcrumb/breadcrumb.module.d.ts +0 -10
  1742. package/breadcrumb/public-api.d.ts +0 -2
  1743. package/button/index.d.ts +0 -5
  1744. package/button/lib/button/button.component.d.ts +0 -35
  1745. package/button/lib/button/button.module.d.ts +0 -7
  1746. package/button/lib/button/models/button-animations.d.ts +0 -1
  1747. package/button/lib/button/models/button-badge-config.d.ts +0 -6
  1748. package/button/lib/button/models/button-priority.d.ts +0 -1
  1749. package/button/lib/button/models/button-size.d.ts +0 -1
  1750. package/button/lib/button/models/index.d.ts +0 -4
  1751. package/button/public-api.d.ts +0 -3
  1752. package/calendar-mask/index.d.ts +0 -5
  1753. package/calendar-mask/lib/calendar-mask/calendar-mask.directive.d.ts +0 -69
  1754. package/calendar-mask/lib/calendar-mask/calendar-mask.module.d.ts +0 -8
  1755. package/calendar-mask/public-api.d.ts +0 -2
  1756. package/card/index.d.ts +0 -5
  1757. package/card/lib/card/card.component.d.ts +0 -26
  1758. package/card/lib/card/card.module.d.ts +0 -9
  1759. package/card/public-api.d.ts +0 -2
  1760. package/chat/index.d.ts +0 -5
  1761. package/chat/lib/chat/chat.component.d.ts +0 -11
  1762. package/chat/lib/chat/chat.module.d.ts +0 -11
  1763. package/chat/lib/chat/components/chat-message/chat-message.component.d.ts +0 -11
  1764. package/chat/lib/chat/types/chat-message.d.ts +0 -8
  1765. package/chat/public-api.d.ts +0 -3
  1766. package/checkbox/index.d.ts +0 -5
  1767. package/checkbox/lib/checkbox/checkbox.component.d.ts +0 -19
  1768. package/checkbox/public-api.d.ts +0 -1
  1769. package/checkbox-list/index.d.ts +0 -5
  1770. package/checkbox-list/lib/checkbox-list/checkbox-list.component.d.ts +0 -21
  1771. package/checkbox-list/lib/checkbox-list/checkbox-list.module.d.ts +0 -9
  1772. package/checkbox-list/lib/checkbox-list/models/checkbox-list-data.d.ts +0 -5
  1773. package/checkbox-list/lib/checkbox-list/models/checkbox-list-state.d.ts +0 -7
  1774. package/checkbox-list/public-api.d.ts +0 -4
  1775. package/chips/index.d.ts +0 -5
  1776. package/chips/lib/chips/chip-item/chip-item.component.d.ts +0 -25
  1777. package/chips/lib/chips/chips/chips.component.d.ts +0 -66
  1778. package/chips/lib/chips/chips.module.d.ts +0 -12
  1779. package/chips/lib/chips/models/chip-models.d.ts +0 -7
  1780. package/chips/public-api.d.ts +0 -3
  1781. package/code-editor/index.d.ts +0 -5
  1782. package/code-editor/lib/code-editor/code-editor.component.d.ts +0 -31
  1783. package/code-editor/lib/code-editor/code-editor.module.d.ts +0 -9
  1784. package/code-editor/lib/code-editor/core/facades/core-facade.d.ts +0 -34
  1785. package/code-editor/lib/code-editor/core/use-cases/core-linters.d.ts +0 -6
  1786. package/code-editor/lib/code-editor/infra/cores/codemirror-6/codemirror-6-core.d.ts +0 -27
  1787. package/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-state-wrapper/autocomplete-state-wrapper.d.ts +0 -15
  1788. package/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete.d.ts +0 -6
  1789. package/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/safe-http-communication.d.ts +0 -12
  1790. package/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/utils/get-safe-response.d.ts +0 -8
  1791. package/code-editor/lib/code-editor/infra/cores/codemirror-6/models/types/diagnostic-severity.d.ts +0 -1
  1792. package/code-editor/lib/code-editor/infra/cores/codemirror-6/models/types/editor-theme.d.ts +0 -3
  1793. package/code-editor/lib/code-editor/infra/utils/custom-http-client/custom-http-client.d.ts +0 -34
  1794. package/code-editor/lib/code-editor/infra/utils/custom-translations/custom-translations-service.d.ts +0 -25
  1795. package/code-editor/lib/code-editor/infra/utils/custom-translations/custom-translations.module.d.ts +0 -16
  1796. package/code-editor/public-api.d.ts +0 -4
  1797. package/collapse-link/index.d.ts +0 -5
  1798. package/collapse-link/lib/collapse-link/collapse-link.component.d.ts +0 -20
  1799. package/collapse-link/lib/collapse-link/collapse-link.module.d.ts +0 -8
  1800. package/collapse-link/public-api.d.ts +0 -2
  1801. package/common/index.d.ts +0 -5
  1802. package/common/lib/angular-components.module.d.ts +0 -13
  1803. package/common/lib/custom-http-client/custom-http-client.d.ts +0 -34
  1804. package/common/lib/custom-http-client/json-response-formatters/format-blob-response.d.ts +0 -6
  1805. package/common/lib/custom-http-client/json-response-formatters/format-json-response.d.ts +0 -6
  1806. package/common/lib/debouce.d.ts +0 -7
  1807. package/common/lib/svg-factory/components/iassist-icon/iassist-icon.component.d.ts +0 -5
  1808. package/common/lib/svg-factory/components/senior-icon/senior-icon.component.d.ts +0 -5
  1809. package/common/lib/svg-factory/components/svg-factory-icons.d.ts +0 -1
  1810. package/common/lib/svg-factory/index.d.ts +0 -2
  1811. package/common/lib/svg-factory/svg-factory.directive.d.ts +0 -15
  1812. package/common/lib/svg-factory/svg-factory.module.d.ts +0 -10
  1813. package/common/public-api.d.ts +0 -5
  1814. package/confirm-dialog/README.md +0 -226
  1815. package/confirm-dialog/index.d.ts +0 -5
  1816. package/confirm-dialog/lib/confirm-dialog.model.d.ts +0 -8
  1817. package/confirm-dialog/lib/confirm-dialog.service.d.ts +0 -8
  1818. package/confirm-dialog/lib/popup-confirm-dialog/popup-confirm-dialog.component.d.ts +0 -7
  1819. package/confirm-dialog/public-api.d.ts +0 -2
  1820. package/control-errors/index.d.ts +0 -5
  1821. package/control-errors/lib/control-errors/control-errors.component.d.ts +0 -26
  1822. package/control-errors/lib/control-errors/control-errors.module.d.ts +0 -9
  1823. package/control-errors/public-api.d.ts +0 -2
  1824. package/country-phone-picker/index.d.ts +0 -5
  1825. package/country-phone-picker/lib/country-phone-picker/country-phone-picker.component.d.ts +0 -67
  1826. package/country-phone-picker/lib/country-phone-picker/country-phone-picker.module.d.ts +0 -11
  1827. package/country-phone-picker/lib/country-phone-picker/country-phone-picker.service.d.ts +0 -13
  1828. package/country-phone-picker/lib/country-phone-picker/resources/countries.d.ts +0 -2
  1829. package/country-phone-picker/public-api.d.ts +0 -6
  1830. package/currency/index.d.ts +0 -5
  1831. package/currency/lib/currency.service.d.ts +0 -12
  1832. package/currency/lib/models/currencies.d.ts +0 -634
  1833. package/currency/lib/types/currency.d.ts +0 -2
  1834. package/currency/public-api.d.ts +0 -3
  1835. package/custom-fields/index.d.ts +0 -5
  1836. package/custom-fields/lib/custom-fields/custom-fields.component.d.ts +0 -86
  1837. package/custom-fields/lib/custom-fields/custom-fields.module.d.ts +0 -13
  1838. package/custom-fields/lib/custom-fields/custom-fields.service.d.ts +0 -20
  1839. package/custom-fields/public-api.d.ts +0 -3
  1840. package/dialog/index.d.ts +0 -5
  1841. package/dialog/lib/src/dialog/dialog.component.d.ts +0 -29
  1842. package/dialog/lib/src/dialog/models/active-dialog.d.ts +0 -11
  1843. package/dialog/lib/src/dialog/models/dialog-models.d.ts +0 -18
  1844. package/dialog/lib/src/dialog/services/dialog.service.d.ts +0 -24
  1845. package/dialog/lib/src/dialog/services/internal-dialog.service.d.ts +0 -10
  1846. package/dialog/public-api.d.ts +0 -4
  1847. package/dynamic-form/index.d.ts +0 -5
  1848. package/dynamic-form/lib/dynamic-form/components/field-label/field-label.component.d.ts +0 -8
  1849. package/dynamic-form/lib/dynamic-form/components/grid/row/row.component.d.ts +0 -15
  1850. package/dynamic-form/lib/dynamic-form/components/lookup/lookup.component.d.ts +0 -164
  1851. package/dynamic-form/lib/dynamic-form/components/lookup/types/default-filter.d.ts +0 -4
  1852. package/dynamic-form/lib/dynamic-form/components/lookup/types/label-options.d.ts +0 -13
  1853. package/dynamic-form/lib/dynamic-form/components/structure/base-structure-component.d.ts +0 -8
  1854. package/dynamic-form/lib/dynamic-form/components/structure/fieldset/fieldset.component.d.ts +0 -12
  1855. package/dynamic-form/lib/dynamic-form/components/structure/section/section.component.d.ts +0 -14
  1856. package/dynamic-form/lib/dynamic-form/configurations/grid/grid.d.ts +0 -14
  1857. package/dynamic-form/lib/dynamic-form/configurations/grid/row.d.ts +0 -8
  1858. package/dynamic-form/lib/dynamic-form/configurations/structure/fieldset.d.ts +0 -10
  1859. package/dynamic-form/lib/dynamic-form/configurations/structure/section.d.ts +0 -20
  1860. package/dynamic-form/lib/dynamic-form/configurations/structure/structure.d.ts +0 -14
  1861. package/dynamic-form/lib/dynamic-form/dynamic-form.component.d.ts +0 -19
  1862. package/dynamic-form/lib/dynamic-form/dynamic-form.d.ts +0 -57
  1863. package/dynamic-form/lib/dynamic-form/dynamic-form.directive.d.ts +0 -34
  1864. package/dynamic-form/lib/dynamic-form/dynamic-form.module.d.ts +0 -83
  1865. package/dynamic-form/lib/dynamic-form/form-field/addon-config.d.ts +0 -7
  1866. package/dynamic-form/lib/dynamic-form/form-field/configurations/field-type.d.ts +0 -32
  1867. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/autocomplete-field.d.ts +0 -30
  1868. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/bignumber-field.d.ts +0 -38
  1869. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/blob-field.d.ts +0 -43
  1870. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/boolean-field.d.ts +0 -29
  1871. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/boolean-switch-field.d.ts +0 -11
  1872. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/button-field.d.ts +0 -34
  1873. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/calendar-field.d.ts +0 -45
  1874. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/checkbox-field.d.ts +0 -9
  1875. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/chips-field.d.ts +0 -24
  1876. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/country-phone-picker-field.d.ts +0 -15
  1877. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/currency-field.d.ts +0 -9
  1878. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/decimal-field.d.ts +0 -14
  1879. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/field.d.ts +0 -96
  1880. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/lookup-field.d.ts +0 -97
  1881. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/number-field.d.ts +0 -47
  1882. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/password-field.d.ts +0 -45
  1883. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/profile-picture.d.ts +0 -35
  1884. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/radio-button-field.d.ts +0 -23
  1885. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/select-field.d.ts +0 -41
  1886. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/slider-field.d.ts +0 -32
  1887. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/star-rating-field.d.ts +0 -17
  1888. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/text-area-field.d.ts +0 -24
  1889. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/text-area-ia-field.d.ts +0 -26
  1890. package/dynamic-form/lib/dynamic-form/form-field/configurations/fields/text-field.d.ts +0 -41
  1891. package/dynamic-form/lib/dynamic-form/form-field/fields/autocomplete/autocomplete-field.component.d.ts +0 -17
  1892. package/dynamic-form/lib/dynamic-form/form-field/fields/base-field-component.d.ts +0 -32
  1893. package/dynamic-form/lib/dynamic-form/form-field/fields/bignumber/bignumber-field.component.d.ts +0 -27
  1894. package/dynamic-form/lib/dynamic-form/form-field/fields/boolean/boolean-radio-field/boolean-field.component.d.ts +0 -11
  1895. package/dynamic-form/lib/dynamic-form/form-field/fields/boolean/boolean-switch-field/boolean-switch-field.component.d.ts +0 -10
  1896. package/dynamic-form/lib/dynamic-form/form-field/fields/button-field/button-field.component.d.ts +0 -10
  1897. package/dynamic-form/lib/dynamic-form/form-field/fields/calendar/calendar-field.component.d.ts +0 -35
  1898. package/dynamic-form/lib/dynamic-form/form-field/fields/checkbox/checkbox-field.component.d.ts +0 -10
  1899. package/dynamic-form/lib/dynamic-form/form-field/fields/chips/chips-field.component.d.ts +0 -22
  1900. package/dynamic-form/lib/dynamic-form/form-field/fields/country-phone-picker/country-phone-picker-field.component.d.ts +0 -14
  1901. package/dynamic-form/lib/dynamic-form/form-field/fields/currency/currency-field.component.d.ts +0 -660
  1902. package/dynamic-form/lib/dynamic-form/form-field/fields/editor/editor-field.component.d.ts +0 -10
  1903. package/dynamic-form/lib/dynamic-form/form-field/fields/file-upload/file-upload-field.component.d.ts +0 -19
  1904. package/dynamic-form/lib/dynamic-form/form-field/fields/lookup/lookup-field.component.d.ts +0 -9
  1905. package/dynamic-form/lib/dynamic-form/form-field/fields/number/number-field.component.d.ts +0 -31
  1906. package/dynamic-form/lib/dynamic-form/form-field/fields/password/password-field.component.d.ts +0 -22
  1907. package/dynamic-form/lib/dynamic-form/form-field/fields/profile-picture/profile-picture-field.component.d.ts +0 -9
  1908. package/dynamic-form/lib/dynamic-form/form-field/fields/radio-button/radio-button-field.component.d.ts +0 -17
  1909. package/dynamic-form/lib/dynamic-form/form-field/fields/select/select-field.component.d.ts +0 -10
  1910. package/dynamic-form/lib/dynamic-form/form-field/fields/slider/slider-field.component.d.ts +0 -25
  1911. package/dynamic-form/lib/dynamic-form/form-field/fields/star-rating/star-rating-field.component.d.ts +0 -10
  1912. package/dynamic-form/lib/dynamic-form/form-field/fields/text/text-field.component.d.ts +0 -25
  1913. package/dynamic-form/lib/dynamic-form/form-field/fields/text-area/text-area-field.component.d.ts +0 -14
  1914. package/dynamic-form/lib/dynamic-form/form-field/fields/text-area-ia/text-area-ia-field.component.d.ts +0 -9
  1915. package/dynamic-form/lib/dynamic-form/form-field/form-field.d.ts +0 -192
  1916. package/dynamic-form/lib/dynamic-form/services/dynamic-form-cache.d.ts +0 -12
  1917. package/dynamic-form/public-api.d.ts +0 -43
  1918. package/editable-overlay/index.d.ts +0 -5
  1919. package/editable-overlay/lib/editable-overlay/editable-overlay.directive.d.ts +0 -11
  1920. package/editable-overlay/lib/editable-overlay/editable-overlay.module.d.ts +0 -8
  1921. package/editable-overlay/public-api.d.ts +0 -2
  1922. package/empty-state/index.d.ts +0 -5
  1923. package/empty-state/lib/empty-state/empty-state.component.d.ts +0 -21
  1924. package/empty-state/lib/empty-state/empty-state.module.d.ts +0 -10
  1925. package/empty-state/lib/empty-state/go-back/go-back.component.d.ts +0 -13
  1926. package/empty-state/public-api.d.ts +0 -3
  1927. package/esm2022/accordion/lib/accordion/accordion.component.mjs +0 -90
  1928. package/esm2022/accordion/lib/accordion/accordion.module.mjs +0 -36
  1929. package/esm2022/accordion/lib/accordion/components/accordion-panel/accordion-panel.component.mjs +0 -124
  1930. package/esm2022/accordion/lib/accordion/models/accordion-button-settings.mjs +0 -2
  1931. package/esm2022/accordion/public-api.mjs +0 -4
  1932. package/esm2022/accordion/seniorsistemas-angular-components-accordion.mjs +0 -5
  1933. package/esm2022/alert/lib/alert/alert.component.mjs +0 -44
  1934. package/esm2022/alert/lib/alert/alert.module.mjs +0 -18
  1935. package/esm2022/alert/public-api.mjs +0 -3
  1936. package/esm2022/alert/seniorsistemas-angular-components-alert.mjs +0 -5
  1937. package/esm2022/autocomplete/lib/autocomplete/autocomplete.component.mjs +0 -558
  1938. package/esm2022/autocomplete/lib/autocomplete/components/autocomplete-chip/autocomplete-chip.component.mjs +0 -17
  1939. package/esm2022/autocomplete/public-api.mjs +0 -2
  1940. package/esm2022/autocomplete/seniorsistemas-angular-components-autocomplete.mjs +0 -5
  1941. package/esm2022/badge/lib/badge/badge.component.mjs +0 -46
  1942. package/esm2022/badge/lib/badge/badge.module.mjs +0 -20
  1943. package/esm2022/badge/lib/badge/types/badge-colors.mjs +0 -4
  1944. package/esm2022/badge/lib/badge/types/badge-types.mjs +0 -2
  1945. package/esm2022/badge/public-api.mjs +0 -3
  1946. package/esm2022/badge/seniorsistemas-angular-components-badge.mjs +0 -5
  1947. package/esm2022/bignumber-input/lib/bignumber-input/bignumber-input.directive.mjs +0 -156
  1948. package/esm2022/bignumber-input/lib/bignumber-input/bignumber-input.module.mjs +0 -21
  1949. package/esm2022/bignumber-input/public-api.mjs +0 -3
  1950. package/esm2022/bignumber-input/seniorsistemas-angular-components-bignumber-input.mjs +0 -5
  1951. package/esm2022/breadcrumb/lib/breadcrumb/breadcrumb.component.mjs +0 -105
  1952. package/esm2022/breadcrumb/lib/breadcrumb/breadcrumb.module.mjs +0 -20
  1953. package/esm2022/breadcrumb/public-api.mjs +0 -3
  1954. package/esm2022/breadcrumb/seniorsistemas-angular-components-breadcrumb.mjs +0 -5
  1955. package/esm2022/button/lib/button/button.component.mjs +0 -100
  1956. package/esm2022/button/lib/button/button.module.mjs +0 -18
  1957. package/esm2022/button/lib/button/models/button-animations.mjs +0 -2
  1958. package/esm2022/button/lib/button/models/button-badge-config.mjs +0 -2
  1959. package/esm2022/button/lib/button/models/button-priority.mjs +0 -2
  1960. package/esm2022/button/lib/button/models/button-size.mjs +0 -2
  1961. package/esm2022/button/lib/button/models/index.mjs +0 -2
  1962. package/esm2022/button/public-api.mjs +0 -4
  1963. package/esm2022/button/seniorsistemas-angular-components-button.mjs +0 -5
  1964. package/esm2022/calendar-mask/lib/calendar-mask/calendar-mask.directive.mjs +0 -611
  1965. package/esm2022/calendar-mask/lib/calendar-mask/calendar-mask.module.mjs +0 -18
  1966. package/esm2022/calendar-mask/public-api.mjs +0 -3
  1967. package/esm2022/calendar-mask/seniorsistemas-angular-components-calendar-mask.mjs +0 -5
  1968. package/esm2022/card/lib/card/card.component.mjs +0 -85
  1969. package/esm2022/card/lib/card/card.module.mjs +0 -19
  1970. package/esm2022/card/public-api.mjs +0 -3
  1971. package/esm2022/card/seniorsistemas-angular-components-card.mjs +0 -5
  1972. package/esm2022/chat/lib/chat/chat.component.mjs +0 -29
  1973. package/esm2022/chat/lib/chat/chat.module.mjs +0 -22
  1974. package/esm2022/chat/lib/chat/components/chat-message/chat-message.component.mjs +0 -29
  1975. package/esm2022/chat/lib/chat/types/chat-message.mjs +0 -2
  1976. package/esm2022/chat/public-api.mjs +0 -3
  1977. package/esm2022/chat/seniorsistemas-angular-components-chat.mjs +0 -5
  1978. package/esm2022/checkbox/lib/checkbox/checkbox.component.mjs +0 -67
  1979. package/esm2022/checkbox/public-api.mjs +0 -2
  1980. package/esm2022/checkbox/seniorsistemas-angular-components-checkbox.mjs +0 -5
  1981. package/esm2022/checkbox-list/lib/checkbox-list/checkbox-list.component.mjs +0 -129
  1982. package/esm2022/checkbox-list/lib/checkbox-list/checkbox-list.module.mjs +0 -19
  1983. package/esm2022/checkbox-list/lib/checkbox-list/models/checkbox-list-data.mjs +0 -2
  1984. package/esm2022/checkbox-list/lib/checkbox-list/models/checkbox-list-state.mjs +0 -2
  1985. package/esm2022/checkbox-list/public-api.mjs +0 -3
  1986. package/esm2022/checkbox-list/seniorsistemas-angular-components-checkbox-list.mjs +0 -5
  1987. package/esm2022/chips/lib/chips/chip-item/chip-item.component.mjs +0 -67
  1988. package/esm2022/chips/lib/chips/chips/chips.component.mjs +0 -241
  1989. package/esm2022/chips/lib/chips/chips.module.mjs +0 -22
  1990. package/esm2022/chips/lib/chips/models/chip-models.mjs +0 -2
  1991. package/esm2022/chips/public-api.mjs +0 -3
  1992. package/esm2022/chips/seniorsistemas-angular-components-chips.mjs +0 -5
  1993. package/esm2022/code-editor/lib/code-editor/code-editor.component.mjs +0 -116
  1994. package/esm2022/code-editor/lib/code-editor/code-editor.module.mjs +0 -32
  1995. package/esm2022/code-editor/lib/code-editor/core/facades/core-facade.mjs +0 -91
  1996. package/esm2022/code-editor/lib/code-editor/core/facades/linter-facade.mjs +0 -2
  1997. package/esm2022/code-editor/lib/code-editor/core/models/enums/marker-severity.mjs +0 -7
  1998. package/esm2022/code-editor/lib/code-editor/core/models/index.mjs +0 -5
  1999. package/esm2022/code-editor/lib/code-editor/core/models/interfaces/marker.mjs +0 -2
  2000. package/esm2022/code-editor/lib/code-editor/core/use-cases/core-linters.mjs +0 -11
  2001. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/codemirror-6-core.mjs +0 -113
  2002. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/editor-languages.mjs +0 -17
  2003. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/json/json.language.mjs +0 -67
  2004. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-empty-state.mjs +0 -29
  2005. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-loading-state.mjs +0 -29
  2006. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-state-wrapper/autocomplete-state-wrapper-style.mjs +0 -17
  2007. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-state-wrapper/autocomplete-state-wrapper.mjs +0 -77
  2008. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/index.mjs +0 -4
  2009. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-style.mjs +0 -35
  2010. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete.mjs +0 -334
  2011. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete.service.mjs +0 -25
  2012. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/base-configs/base-configs.mjs +0 -18
  2013. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/base-configs/grammar.mjs +0 -37
  2014. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/completion-types.mjs +0 -10
  2015. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/enum-type-order.mjs +0 -8
  2016. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/keywords.mjs +0 -12
  2017. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/meta-type.mjs +0 -36
  2018. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/request-types.mjs +0 -9
  2019. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/index.mjs +0 -22
  2020. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/completion-Item.mjs +0 -2
  2021. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/facade-metadata-name.mjs +0 -2
  2022. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/fields-order-by.mjs +0 -2
  2023. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/get-facade-metadata-by-path.mjs +0 -2
  2024. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/list-context-metadata-by-id.mjs +0 -2
  2025. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/list-expression-metadata.mjs +0 -2
  2026. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/list-facade-metadata-names.mjs +0 -2
  2027. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-expression-metadata.mjs +0 -2
  2028. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-front-context-metadata.mjs +0 -2
  2029. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-front-facade-metadata.mjs +0 -2
  2030. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-front-field-metadata.mjs +0 -2
  2031. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-page-request.mjs +0 -2
  2032. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/safe-http-communication.mjs +0 -2
  2033. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/tax-calculation-configs.mjs +0 -2
  2034. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/tax-calculation-language-configs.mjs +0 -11
  2035. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/tax-calculation.language.mjs +0 -9
  2036. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/utils/get-language-configs.mjs +0 -14
  2037. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/utils/get-safe-response.mjs +0 -18
  2038. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/languages/tax-calculation/utils/index.mjs +0 -3
  2039. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/models/index.mjs +0 -4
  2040. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/models/types/diagnostic-severity.mjs +0 -2
  2041. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/models/types/editor-theme.mjs +0 -2
  2042. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/themes/editor-themes.mjs +0 -15
  2043. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/autocomplete-tooltip.mjs +0 -61
  2044. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/font-style.mjs +0 -39
  2045. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/line-counter.mjs +0 -25
  2046. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/scrollbars.mjs +0 -18
  2047. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/themes/sds-light/sds-light-highlight-style.mjs +0 -16
  2048. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/themes/sds-light/sds-light-style.mjs +0 -13
  2049. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/themes/sds-light/sds-light-theme.mjs +0 -22
  2050. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/utils/convert-markers-to-diagnostics.mjs +0 -15
  2051. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/utils/index.mjs +0 -3
  2052. package/esm2022/code-editor/lib/code-editor/infra/cores/codemirror-6/utils/is-current-position-inside-string.mjs +0 -5
  2053. package/esm2022/code-editor/lib/code-editor/infra/utils/custom-http-client/custom-http-client.mjs +0 -82
  2054. package/esm2022/code-editor/lib/code-editor/infra/utils/custom-http-client/json-response-formatters/format-blob-response.mjs +0 -10
  2055. package/esm2022/code-editor/lib/code-editor/infra/utils/custom-http-client/json-response-formatters/format-json-response.mjs +0 -9
  2056. package/esm2022/code-editor/lib/code-editor/infra/utils/custom-http-client/json-response-formatters/index.mjs +0 -3
  2057. package/esm2022/code-editor/lib/code-editor/infra/utils/custom-translations/custom-translations-service.mjs +0 -37
  2058. package/esm2022/code-editor/lib/code-editor/infra/utils/custom-translations/custom-translations.module.mjs +0 -32
  2059. package/esm2022/code-editor/lib/code-editor/infra/utils/custom-translations/index.mjs +0 -3
  2060. package/esm2022/code-editor/lib/code-editor/infra/utils/custom-translations/models/index.mjs +0 -3
  2061. package/esm2022/code-editor/lib/code-editor/infra/utils/custom-translations/models/interfaces/translations.mjs +0 -2
  2062. package/esm2022/code-editor/lib/code-editor/infra/utils/index.mjs +0 -3
  2063. package/esm2022/code-editor/lib/code-editor/models/enums/languages.mjs +0 -6
  2064. package/esm2022/code-editor/lib/code-editor/models/enums/themes.mjs +0 -5
  2065. package/esm2022/code-editor/lib/code-editor/models/index.mjs +0 -6
  2066. package/esm2022/code-editor/lib/code-editor/models/interfaces/editor-options.mjs +0 -2
  2067. package/esm2022/code-editor/public-api.mjs +0 -6
  2068. package/esm2022/code-editor/seniorsistemas-angular-components-code-editor.mjs +0 -5
  2069. package/esm2022/collapse-link/lib/collapse-link/collapse-link.component.mjs +0 -81
  2070. package/esm2022/collapse-link/lib/collapse-link/collapse-link.module.mjs +0 -18
  2071. package/esm2022/collapse-link/public-api.mjs +0 -3
  2072. package/esm2022/collapse-link/seniorsistemas-angular-components-collapse-link.mjs +0 -5
  2073. package/esm2022/common/lib/angular-components.module.mjs +0 -24
  2074. package/esm2022/common/lib/custom-http-client/custom-http-client.mjs +0 -86
  2075. package/esm2022/common/lib/custom-http-client/json-response-formatters/format-blob-response.mjs +0 -10
  2076. package/esm2022/common/lib/custom-http-client/json-response-formatters/format-json-response.mjs +0 -9
  2077. package/esm2022/common/lib/debouce.mjs +0 -35
  2078. package/esm2022/common/lib/svg-factory/components/iassist-icon/iassist-icon.component.mjs +0 -11
  2079. package/esm2022/common/lib/svg-factory/components/senior-icon/senior-icon.component.mjs +0 -11
  2080. package/esm2022/common/lib/svg-factory/components/svg-factory-icons.mjs +0 -2
  2081. package/esm2022/common/lib/svg-factory/index.mjs +0 -3
  2082. package/esm2022/common/lib/svg-factory/svg-factory.directive.mjs +0 -44
  2083. package/esm2022/common/lib/svg-factory/svg-factory.module.mjs +0 -26
  2084. package/esm2022/common/public-api.mjs +0 -5
  2085. package/esm2022/common/seniorsistemas-angular-components-common.mjs +0 -5
  2086. package/esm2022/confirm-dialog/lib/confirm-dialog.model.mjs +0 -2
  2087. package/esm2022/confirm-dialog/lib/confirm-dialog.service.mjs +0 -34
  2088. package/esm2022/confirm-dialog/lib/popup-confirm-dialog/popup-confirm-dialog.component.mjs +0 -17
  2089. package/esm2022/confirm-dialog/public-api.mjs +0 -2
  2090. package/esm2022/confirm-dialog/seniorsistemas-angular-components-confirm-dialog.mjs +0 -5
  2091. package/esm2022/control-errors/lib/control-errors/control-errors.component.mjs +0 -52
  2092. package/esm2022/control-errors/lib/control-errors/control-errors.module.mjs +0 -19
  2093. package/esm2022/control-errors/public-api.mjs +0 -3
  2094. package/esm2022/control-errors/seniorsistemas-angular-components-control-errors.mjs +0 -5
  2095. package/esm2022/country-phone-picker/lib/country-phone-picker/country-phone-picker.component.mjs +0 -319
  2096. package/esm2022/country-phone-picker/lib/country-phone-picker/country-phone-picker.module.mjs +0 -41
  2097. package/esm2022/country-phone-picker/lib/country-phone-picker/country-phone-picker.service.mjs +0 -42
  2098. package/esm2022/country-phone-picker/lib/country-phone-picker/models/country-phone-data.mjs +0 -2
  2099. package/esm2022/country-phone-picker/lib/country-phone-picker/models/ordination.mjs +0 -7
  2100. package/esm2022/country-phone-picker/lib/country-phone-picker/models/phone-selection-data.mjs +0 -2
  2101. package/esm2022/country-phone-picker/lib/country-phone-picker/resources/countries.mjs +0 -228
  2102. package/esm2022/country-phone-picker/public-api.mjs +0 -5
  2103. package/esm2022/country-phone-picker/seniorsistemas-angular-components-country-phone-picker.mjs +0 -5
  2104. package/esm2022/currency/lib/currency.service.mjs +0 -25
  2105. package/esm2022/currency/lib/models/currencies.mjs +0 -161
  2106. package/esm2022/currency/lib/types/currency.mjs +0 -2
  2107. package/esm2022/currency/public-api.mjs +0 -3
  2108. package/esm2022/currency/seniorsistemas-angular-components-currency.mjs +0 -5
  2109. package/esm2022/custom-fields/lib/custom-fields/custom-fields.component.mjs +0 -690
  2110. package/esm2022/custom-fields/lib/custom-fields/custom-fields.module.mjs +0 -45
  2111. package/esm2022/custom-fields/lib/custom-fields/custom-fields.service.mjs +0 -35
  2112. package/esm2022/custom-fields/lib/custom-fields/models/custom-field-type.mjs +0 -17
  2113. package/esm2022/custom-fields/public-api.mjs +0 -4
  2114. package/esm2022/custom-fields/seniorsistemas-angular-components-custom-fields.mjs +0 -5
  2115. package/esm2022/dialog/lib/src/dialog/dialog.component.mjs +0 -82
  2116. package/esm2022/dialog/lib/src/dialog/models/active-dialog.mjs +0 -18
  2117. package/esm2022/dialog/lib/src/dialog/models/dialog-models.mjs +0 -2
  2118. package/esm2022/dialog/lib/src/dialog/services/dialog.service.mjs +0 -96
  2119. package/esm2022/dialog/lib/src/dialog/services/internal-dialog.service.mjs +0 -29
  2120. package/esm2022/dialog/public-api.mjs +0 -4
  2121. package/esm2022/dialog/seniorsistemas-angular-components-dialog.mjs +0 -5
  2122. package/esm2022/dynamic-form/lib/dynamic-form/components/field-label/field-label.component.mjs +0 -20
  2123. package/esm2022/dynamic-form/lib/dynamic-form/components/grid/row/row.component.mjs +0 -41
  2124. package/esm2022/dynamic-form/lib/dynamic-form/components/lookup/lookup.component.mjs +0 -640
  2125. package/esm2022/dynamic-form/lib/dynamic-form/components/lookup/types/default-filter.mjs +0 -2
  2126. package/esm2022/dynamic-form/lib/dynamic-form/components/lookup/types/label-options.mjs +0 -2
  2127. package/esm2022/dynamic-form/lib/dynamic-form/components/structure/base-structure-component.mjs +0 -2
  2128. package/esm2022/dynamic-form/lib/dynamic-form/components/structure/fieldset/fieldset.component.mjs +0 -27
  2129. package/esm2022/dynamic-form/lib/dynamic-form/components/structure/section/section.component.mjs +0 -33
  2130. package/esm2022/dynamic-form/lib/dynamic-form/configurations/dynamic-config.mjs +0 -71
  2131. package/esm2022/dynamic-form/lib/dynamic-form/configurations/dynamic-type.mjs +0 -26
  2132. package/esm2022/dynamic-form/lib/dynamic-form/configurations/grid/grid.mjs +0 -14
  2133. package/esm2022/dynamic-form/lib/dynamic-form/configurations/grid/row.mjs +0 -10
  2134. package/esm2022/dynamic-form/lib/dynamic-form/configurations/grid-type.mjs +0 -5
  2135. package/esm2022/dynamic-form/lib/dynamic-form/configurations/structure/fieldset.mjs +0 -10
  2136. package/esm2022/dynamic-form/lib/dynamic-form/configurations/structure/section.mjs +0 -31
  2137. package/esm2022/dynamic-form/lib/dynamic-form/configurations/structure/structure.mjs +0 -9
  2138. package/esm2022/dynamic-form/lib/dynamic-form/configurations/structure-type.mjs +0 -6
  2139. package/esm2022/dynamic-form/lib/dynamic-form/dynamic-form.component.mjs +0 -41
  2140. package/esm2022/dynamic-form/lib/dynamic-form/dynamic-form.directive.mjs +0 -107
  2141. package/esm2022/dynamic-form/lib/dynamic-form/dynamic-form.mjs +0 -189
  2142. package/esm2022/dynamic-form/lib/dynamic-form/dynamic-form.module.mjs +0 -293
  2143. package/esm2022/dynamic-form/lib/dynamic-form/form-field/addon-config.mjs +0 -2
  2144. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/field-size.mjs +0 -13
  2145. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/field-type.mjs +0 -34
  2146. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/autocomplete-field.mjs +0 -24
  2147. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/bignumber-field.mjs +0 -37
  2148. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/blob-field.mjs +0 -31
  2149. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/boolean-field.mjs +0 -30
  2150. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/boolean-switch-field.mjs +0 -15
  2151. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/button-field.mjs +0 -47
  2152. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/calendar-field.mjs +0 -56
  2153. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/checkbox-field.mjs +0 -9
  2154. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/chips-field.mjs +0 -25
  2155. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/country-phone-picker-field.mjs +0 -15
  2156. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/currency-field.mjs +0 -14
  2157. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/decimal-field.mjs +0 -16
  2158. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/editor-field.mjs +0 -15
  2159. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/field.mjs +0 -64
  2160. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/lookup-field.mjs +0 -66
  2161. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/number-field.mjs +0 -38
  2162. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/password-field.mjs +0 -33
  2163. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/profile-picture.mjs +0 -35
  2164. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/radio-button-field.mjs +0 -27
  2165. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/select-field.mjs +0 -43
  2166. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/slider-field.mjs +0 -30
  2167. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/star-rating-field.mjs +0 -17
  2168. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/text-area-field.mjs +0 -30
  2169. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/text-area-ia-field.mjs +0 -32
  2170. package/esm2022/dynamic-form/lib/dynamic-form/form-field/configurations/fields/text-field.mjs +0 -38
  2171. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/autocomplete/autocomplete-field.component.mjs +0 -37
  2172. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/base-field-component.mjs +0 -22
  2173. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/bignumber/bignumber-field.component.mjs +0 -124
  2174. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/boolean/boolean-radio-field/boolean-field.component.mjs +0 -27
  2175. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/boolean/boolean-switch-field/boolean-switch-field.component.mjs +0 -23
  2176. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/button-field/button-field.component.mjs +0 -31
  2177. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/calendar/calendar-field.component.mjs +0 -118
  2178. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/checkbox/checkbox-field.component.mjs +0 -21
  2179. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/chips/chips-field.component.mjs +0 -59
  2180. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/country-phone-picker/country-phone-picker-field.component.mjs +0 -29
  2181. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/currency/currency-field.component.mjs +0 -100
  2182. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/editor/editor-field.component.mjs +0 -23
  2183. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/file-upload/file-upload-field.component.mjs +0 -56
  2184. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/lookup/lookup-field.component.mjs +0 -23
  2185. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/number/number-field.component.mjs +0 -121
  2186. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/password/password-field.component.mjs +0 -75
  2187. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/profile-picture/profile-picture-field.component.mjs +0 -22
  2188. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/radio-button/radio-button-field.component.mjs +0 -52
  2189. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/select/select-field.component.mjs +0 -24
  2190. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/slider/slider-field.component.mjs +0 -103
  2191. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/star-rating/star-rating-field.component.mjs +0 -25
  2192. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/text/text-field.component.mjs +0 -88
  2193. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/text-area/text-area-field.component.mjs +0 -29
  2194. package/esm2022/dynamic-form/lib/dynamic-form/form-field/fields/text-area-ia/text-area-ia-field.component.mjs +0 -22
  2195. package/esm2022/dynamic-form/lib/dynamic-form/form-field/form-field.mjs +0 -243
  2196. package/esm2022/dynamic-form/lib/dynamic-form/services/dynamic-form-cache.mjs +0 -150
  2197. package/esm2022/dynamic-form/public-api.mjs +0 -44
  2198. package/esm2022/dynamic-form/seniorsistemas-angular-components-dynamic-form.mjs +0 -5
  2199. package/esm2022/editable-overlay/lib/editable-overlay/editable-overlay.directive.mjs +0 -44
  2200. package/esm2022/editable-overlay/lib/editable-overlay/editable-overlay.module.mjs +0 -18
  2201. package/esm2022/editable-overlay/public-api.mjs +0 -3
  2202. package/esm2022/editable-overlay/seniorsistemas-angular-components-editable-overlay.mjs +0 -5
  2203. package/esm2022/empty-state/lib/empty-state/empty-state.component.mjs +0 -51
  2204. package/esm2022/empty-state/lib/empty-state/empty-state.module.mjs +0 -22
  2205. package/esm2022/empty-state/lib/empty-state/go-back/go-back.component.mjs +0 -34
  2206. package/esm2022/empty-state/public-api.mjs +0 -4
  2207. package/esm2022/empty-state/seniorsistemas-angular-components-empty-state.mjs +0 -5
  2208. package/esm2022/fieldset/lib/fieldset/fieldset.component.mjs +0 -78
  2209. package/esm2022/fieldset/lib/fieldset/fieldset.models.mjs +0 -2
  2210. package/esm2022/fieldset/lib/fieldset/fieldset.module.mjs +0 -19
  2211. package/esm2022/fieldset/public-api.mjs +0 -3
  2212. package/esm2022/fieldset/seniorsistemas-angular-components-fieldset.mjs +0 -5
  2213. package/esm2022/file-upload/lib/file-upload/file-upload.component.mjs +0 -276
  2214. package/esm2022/file-upload/lib/file-upload/file-upload.module.mjs +0 -38
  2215. package/esm2022/file-upload/lib/file-upload/file-upload.service.mjs +0 -18
  2216. package/esm2022/file-upload/lib/file-upload/models/file-dto.mjs +0 -2
  2217. package/esm2022/file-upload/lib/file-upload/models/file-upload-permissions.mjs +0 -2
  2218. package/esm2022/file-upload/lib/file-upload/models/list-blob-metadata.mjs +0 -2
  2219. package/esm2022/file-upload/lib/file-upload/models/uploadError.mjs +0 -2
  2220. package/esm2022/file-upload/lib/file-upload/models/validate-errors.mjs +0 -2
  2221. package/esm2022/file-upload/public-api.mjs +0 -3
  2222. package/esm2022/file-upload/seniorsistemas-angular-components-file-upload.mjs +0 -5
  2223. package/esm2022/gantt/lib/gantt/components/gantt/arrow.mjs +0 -87
  2224. package/esm2022/gantt/lib/gantt/components/gantt/bar.mjs +0 -294
  2225. package/esm2022/gantt/lib/gantt/components/gantt/gantt-options.mjs +0 -20
  2226. package/esm2022/gantt/lib/gantt/components/gantt/gantt.mjs +0 -812
  2227. package/esm2022/gantt/lib/gantt/components/gantt/popup.mjs +0 -110
  2228. package/esm2022/gantt/lib/gantt/components/gantt/utils/date-utils.mjs +0 -116
  2229. package/esm2022/gantt/lib/gantt/components/gantt/utils/svg-utils.mjs +0 -111
  2230. package/esm2022/gantt/lib/gantt/components/side-table/side-table.component.mjs +0 -32
  2231. package/esm2022/gantt/lib/gantt/gantt.component.mjs +0 -146
  2232. package/esm2022/gantt/lib/gantt/gantt.module.mjs +0 -24
  2233. package/esm2022/gantt/lib/gantt/models/index.mjs +0 -2
  2234. package/esm2022/gantt/lib/gantt/models/options.mjs +0 -2
  2235. package/esm2022/gantt/lib/gantt/models/task.mjs +0 -2
  2236. package/esm2022/gantt/lib/gantt/models/view-mode.mjs +0 -12
  2237. package/esm2022/gantt/public-api.mjs +0 -4
  2238. package/esm2022/gantt/seniorsistemas-angular-components-gantt.mjs +0 -5
  2239. package/esm2022/global-search/lib/global-search/components/dropdown/global-search-dropdown-item.component.mjs +0 -73
  2240. package/esm2022/global-search/lib/global-search/global-search.component.mjs +0 -140
  2241. package/esm2022/global-search/lib/global-search/global-search.module.mjs +0 -78
  2242. package/esm2022/global-search/lib/global-search/types/global-search-size.enum.mjs +0 -2
  2243. package/esm2022/global-search/public-api.mjs +0 -5
  2244. package/esm2022/global-search/seniorsistemas-angular-components-global-search.mjs +0 -5
  2245. package/esm2022/grid-menu/lib/grid-menu/components/grid-menu-item/grid-menu-item.component.mjs +0 -60
  2246. package/esm2022/grid-menu/lib/grid-menu/grid-menu.component.mjs +0 -56
  2247. package/esm2022/grid-menu/lib/grid-menu/grid-menu.module.mjs +0 -20
  2248. package/esm2022/grid-menu/lib/grid-menu/types/grid-menu-item.mjs +0 -2
  2249. package/esm2022/grid-menu/public-api.mjs +0 -4
  2250. package/esm2022/grid-menu/seniorsistemas-angular-components-grid-menu.mjs +0 -5
  2251. package/esm2022/help-popover/lib/help-popover/help-popover/help-popover.component.mjs +0 -84
  2252. package/esm2022/help-popover/lib/help-popover/help-popover.directive.mjs +0 -314
  2253. package/esm2022/help-popover/lib/help-popover/help-popover.module.mjs +0 -25
  2254. package/esm2022/help-popover/lib/help-popover/models/help-popover.models.mjs +0 -2
  2255. package/esm2022/help-popover/public-api.mjs +0 -4
  2256. package/esm2022/help-popover/seniorsistemas-angular-components-help-popover.mjs +0 -5
  2257. package/esm2022/ia-insight/lib/ia-insight/components/ia-insight-card/components/ia-insight-card-loader/ia-insight-card-loader.component.mjs +0 -13
  2258. package/esm2022/ia-insight/lib/ia-insight/components/ia-insight-card/ia-insight-card.component.mjs +0 -94
  2259. package/esm2022/ia-insight/lib/ia-insight/components/ia-insight-sidebar/ia-insight-sidebar.component.mjs +0 -59
  2260. package/esm2022/ia-insight/lib/ia-insight/ia-insight.component.mjs +0 -68
  2261. package/esm2022/ia-insight/lib/ia-insight/ia-insight.module.mjs +0 -47
  2262. package/esm2022/ia-insight/lib/ia-insight/models/ia-insight-item.mjs +0 -2
  2263. package/esm2022/ia-insight/lib/ia-insight/models/ia-insight-template-types.mjs +0 -2
  2264. package/esm2022/ia-insight/lib/ia-insight/models/index.mjs +0 -2
  2265. package/esm2022/ia-insight/public-api.mjs +0 -4
  2266. package/esm2022/ia-insight/seniorsistemas-angular-components-ia-insight.mjs +0 -5
  2267. package/esm2022/image-cropper/lib/image-cropper/image-cropper.component.mjs +0 -179
  2268. package/esm2022/image-cropper/lib/image-cropper/image-cropper.module.mjs +0 -23
  2269. package/esm2022/image-cropper/lib/image-cropper/image-cropper.service.mjs +0 -73
  2270. package/esm2022/image-cropper/public-api.mjs +0 -4
  2271. package/esm2022/image-cropper/seniorsistemas-angular-components-image-cropper.mjs +0 -5
  2272. package/esm2022/infinite-scroll/lib/infinite-scroll/infinite-scroll.directive.mjs +0 -28
  2273. package/esm2022/infinite-scroll/lib/infinite-scroll/infinite-scroll.module.mjs +0 -18
  2274. package/esm2022/infinite-scroll/public-api.mjs +0 -3
  2275. package/esm2022/infinite-scroll/seniorsistemas-angular-components-infinite-scroll.mjs +0 -5
  2276. package/esm2022/info-sign/lib/info-sign/components/info-sign/info-sign.component.mjs +0 -17
  2277. package/esm2022/info-sign/lib/info-sign/info-sign.directive.mjs +0 -68
  2278. package/esm2022/info-sign/lib/info-sign/info-sign.module.mjs +0 -20
  2279. package/esm2022/info-sign/public-api.mjs +0 -3
  2280. package/esm2022/info-sign/seniorsistemas-angular-components-info-sign.mjs +0 -5
  2281. package/esm2022/inline-edit/lib/inline-edit/components/fields/inline-edit-calendar/inline-edit-calendar.component.mjs +0 -53
  2282. package/esm2022/inline-edit/lib/inline-edit/components/fields/inline-edit-lookup/inline-edit-lookup.component.mjs +0 -32
  2283. package/esm2022/inline-edit/lib/inline-edit/components/fields/inline-edit-number/inline-edit-number.component.mjs +0 -85
  2284. package/esm2022/inline-edit/lib/inline-edit/components/fields/inline-edit-text/inline-edit-text.component.mjs +0 -32
  2285. package/esm2022/inline-edit/lib/inline-edit/components/fields/inline-edit-text-area/inline-edit-text-area.component.mjs +0 -33
  2286. package/esm2022/inline-edit/lib/inline-edit/components/fields/inline-edit-text-area-ia/inline-edit-text-area-ia.component.mjs +0 -32
  2287. package/esm2022/inline-edit/lib/inline-edit/components/index.mjs +0 -8
  2288. package/esm2022/inline-edit/lib/inline-edit/components/inline-edit-item/inline-edit-item.component.mjs +0 -105
  2289. package/esm2022/inline-edit/lib/inline-edit/fields/index.mjs +0 -8
  2290. package/esm2022/inline-edit/lib/inline-edit/fields/inline-edit-calendar-field.mjs +0 -45
  2291. package/esm2022/inline-edit/lib/inline-edit/fields/inline-edit-field.mjs +0 -13
  2292. package/esm2022/inline-edit/lib/inline-edit/fields/inline-edit-lookup-field.mjs +0 -60
  2293. package/esm2022/inline-edit/lib/inline-edit/fields/inline-edit-number-field.mjs +0 -38
  2294. package/esm2022/inline-edit/lib/inline-edit/fields/inline-edit-text-area-field.mjs +0 -15
  2295. package/esm2022/inline-edit/lib/inline-edit/fields/inline-edit-text-area-ia-field.mjs +0 -7
  2296. package/esm2022/inline-edit/lib/inline-edit/fields/inline-edit-text-field.mjs +0 -7
  2297. package/esm2022/inline-edit/lib/inline-edit/inline-edit.component.mjs +0 -66
  2298. package/esm2022/inline-edit/lib/inline-edit/inline-edit.module.mjs +0 -102
  2299. package/esm2022/inline-edit/lib/inline-edit/types/addon-config.mjs +0 -2
  2300. package/esm2022/inline-edit/public-api.mjs +0 -4
  2301. package/esm2022/inline-edit/seniorsistemas-angular-components-inline-edit.mjs +0 -5
  2302. package/esm2022/interactive-content/lib/interactive-content/interactive-content.directive.mjs +0 -63
  2303. package/esm2022/interactive-content/public-api.mjs +0 -2
  2304. package/esm2022/interactive-content/seniorsistemas-angular-components-interactive-content.mjs +0 -5
  2305. package/esm2022/kanban/lib/kanban/components/kanban-column/kanban-column.component.mjs +0 -100
  2306. package/esm2022/kanban/lib/kanban/components/kanban-item/kanban-item.component.mjs +0 -62
  2307. package/esm2022/kanban/lib/kanban/components/kanban-item-dragging/kanban-item-dragging.component.mjs +0 -17
  2308. package/esm2022/kanban/lib/kanban/kanban-event.service.mjs +0 -26
  2309. package/esm2022/kanban/lib/kanban/kanban.component.mjs +0 -219
  2310. package/esm2022/kanban/lib/kanban/kanban.module.mjs +0 -56
  2311. package/esm2022/kanban/lib/kanban/types/index.mjs +0 -2
  2312. package/esm2022/kanban/lib/kanban/types/kanban-data.mjs +0 -2
  2313. package/esm2022/kanban/lib/kanban/types/kanban-template-types.mjs +0 -2
  2314. package/esm2022/kanban/public-api.mjs +0 -3
  2315. package/esm2022/kanban/seniorsistemas-angular-components-kanban.mjs +0 -5
  2316. package/esm2022/label-value/lib/label-value/label-value.component.mjs +0 -35
  2317. package/esm2022/label-value/lib/label-value/label-value.module.mjs +0 -22
  2318. package/esm2022/label-value/lib/label-value/types/label-value-configuration.mjs +0 -2
  2319. package/esm2022/label-value/public-api.mjs +0 -3
  2320. package/esm2022/label-value/seniorsistemas-angular-components-label-value.mjs +0 -5
  2321. package/esm2022/lib/locale/fallback.mjs +0 -334
  2322. package/esm2022/loading-state/lib/loading-state/components/dots-indicator/dots-indicator.components.mjs +0 -11
  2323. package/esm2022/loading-state/lib/loading-state/components/loading-state-indicators.mjs +0 -6
  2324. package/esm2022/loading-state/lib/loading-state/components/logo-indicator/logo-indicator.component.mjs +0 -12
  2325. package/esm2022/loading-state/lib/loading-state/loading-state.component.mjs +0 -74
  2326. package/esm2022/loading-state/lib/loading-state/loading-state.directive.mjs +0 -62
  2327. package/esm2022/loading-state/lib/loading-state/loading-state.module.mjs +0 -30
  2328. package/esm2022/loading-state/public-api.mjs +0 -5
  2329. package/esm2022/loading-state/seniorsistemas-angular-components-loading-state.mjs +0 -5
  2330. package/esm2022/locale/lib/locale/locale.module.mjs +0 -85
  2331. package/esm2022/locale/lib/locale/locale.service.mjs +0 -87
  2332. package/esm2022/locale/lib/locale/options/calendar.mjs +0 -24
  2333. package/esm2022/locale/lib/locale/options/index.mjs +0 -27
  2334. package/esm2022/locale/lib/locale/options/number.mjs +0 -9
  2335. package/esm2022/locale/lib/locale/pipes/localized-bignumber-impure.pipe.mjs +0 -18
  2336. package/esm2022/locale/lib/locale/pipes/localized-bignumber.pipe.mjs +0 -38
  2337. package/esm2022/locale/lib/locale/pipes/localized-currency-impure.pipe.mjs +0 -21
  2338. package/esm2022/locale/lib/locale/pipes/localized-currency.pipe.mjs +0 -53
  2339. package/esm2022/locale/lib/locale/pipes/localized-date-impure.pipe.mjs +0 -15
  2340. package/esm2022/locale/lib/locale/pipes/localized-date.pipe.mjs +0 -23
  2341. package/esm2022/locale/lib/locale/pipes/localized-number.pipe.mjs +0 -31
  2342. package/esm2022/locale/lib/locale/pipes/localized-time-impure.pipe.mjs +0 -15
  2343. package/esm2022/locale/lib/locale/pipes/localized-time.pipe.mjs +0 -23
  2344. package/esm2022/locale/public-api.mjs +0 -13
  2345. package/esm2022/locale/seniorsistemas-angular-components-locale.mjs +0 -5
  2346. package/esm2022/localized-number-input/lib/localized-number-input/localized-number-input.directive.mjs +0 -63
  2347. package/esm2022/localized-number-input/lib/localized-number-input/localized-number-input.module.mjs +0 -18
  2348. package/esm2022/localized-number-input/public-api.mjs +0 -3
  2349. package/esm2022/localized-number-input/seniorsistemas-angular-components-localized-number-input.mjs +0 -5
  2350. package/esm2022/mask/lib/mask/mask-formatter.module.mjs +0 -16
  2351. package/esm2022/mask/lib/mask/mask-formatter.pipe.mjs +0 -65
  2352. package/esm2022/mask/public-api.mjs +0 -3
  2353. package/esm2022/mask/seniorsistemas-angular-components-mask.mjs +0 -5
  2354. package/esm2022/mouse-events/lib/mouse-events/double-click.directive.mjs +0 -37
  2355. package/esm2022/mouse-events/lib/mouse-events/long-press.directive.mjs +0 -51
  2356. package/esm2022/mouse-events/lib/mouse-events/mouse-events.module.mjs +0 -27
  2357. package/esm2022/mouse-events/public-api.mjs +0 -4
  2358. package/esm2022/mouse-events/seniorsistemas-angular-components-mouse-events.mjs +0 -5
  2359. package/esm2022/navigation-button/lib/navigation-button/models/index.mjs +0 -2
  2360. package/esm2022/navigation-button/lib/navigation-button/models/navigation-button-item.mjs +0 -2
  2361. package/esm2022/navigation-button/lib/navigation-button/models/navigation-button-step-changed-info.mjs +0 -2
  2362. package/esm2022/navigation-button/lib/navigation-button/navigation-button.component.mjs +0 -134
  2363. package/esm2022/navigation-button/lib/navigation-button/navigation-button.module.mjs +0 -20
  2364. package/esm2022/navigation-button/public-api.mjs +0 -4
  2365. package/esm2022/navigation-button/seniorsistemas-angular-components-navigation-button.mjs +0 -5
  2366. package/esm2022/number-input/lib/number-input/number-input.directive.mjs +0 -164
  2367. package/esm2022/number-input/lib/number-input/number-input.module.mjs +0 -21
  2368. package/esm2022/number-input/public-api.mjs +0 -3
  2369. package/esm2022/number-input/seniorsistemas-angular-components-number-input.mjs +0 -5
  2370. package/esm2022/numeric/lib/numeric.module.mjs +0 -18
  2371. package/esm2022/numeric/lib/numeric.pipe.mjs +0 -29
  2372. package/esm2022/numeric/lib/numeric.service.mjs +0 -92
  2373. package/esm2022/numeric/public-api.mjs +0 -4
  2374. package/esm2022/numeric/seniorsistemas-angular-components-numeric.mjs +0 -5
  2375. package/esm2022/object-card/lib/object-card/elements/field/object-card-field.component.mjs +0 -51
  2376. package/esm2022/object-card/lib/object-card/elements/main/object-card-main.component.mjs +0 -87
  2377. package/esm2022/object-card/lib/object-card/object-card.component.mjs +0 -146
  2378. package/esm2022/object-card/lib/object-card/object-card.module.mjs +0 -24
  2379. package/esm2022/object-card/public-api.mjs +0 -5
  2380. package/esm2022/object-card/seniorsistemas-angular-components-object-card.mjs +0 -5
  2381. package/esm2022/paginator/lib/models/paginator.models.mjs +0 -2
  2382. package/esm2022/paginator/lib/paginator/paginator.component.mjs +0 -138
  2383. package/esm2022/paginator/public-api.mjs +0 -2
  2384. package/esm2022/paginator/seniorsistemas-angular-components-paginator.mjs +0 -5
  2385. package/esm2022/panel/lib/panel/panel.component.mjs +0 -91
  2386. package/esm2022/panel/lib/panel/panel.module.mjs +0 -20
  2387. package/esm2022/panel/public-api.mjs +0 -3
  2388. package/esm2022/panel/seniorsistemas-angular-components-panel.mjs +0 -5
  2389. package/esm2022/password-strength/lib/password-strength/password-strength.component.mjs +0 -92
  2390. package/esm2022/password-strength/lib/password-strength/password-strength.directive.mjs +0 -210
  2391. package/esm2022/password-strength/lib/password-strength/password-strength.module.mjs +0 -19
  2392. package/esm2022/password-strength/lib/password-strength/types/password-positions.mjs +0 -2
  2393. package/esm2022/password-strength/lib/password-strength/types/password-strengths.mjs +0 -2
  2394. package/esm2022/password-strength/public-api.mjs +0 -4
  2395. package/esm2022/password-strength/seniorsistemas-angular-components-password-strength.mjs +0 -5
  2396. package/esm2022/picklist/lib/picklist/picklist.component.mjs +0 -299
  2397. package/esm2022/picklist/lib/picklist/picklist.module.mjs +0 -36
  2398. package/esm2022/picklist/lib/picklist/types/index.mjs +0 -2
  2399. package/esm2022/picklist/lib/picklist/types/picklist-item.mjs +0 -2
  2400. package/esm2022/picklist/lib/picklist/types/picklist-template-types.mjs +0 -2
  2401. package/esm2022/picklist/public-api.mjs +0 -5
  2402. package/esm2022/picklist/seniorsistemas-angular-components-picklist.mjs +0 -5
  2403. package/esm2022/product-header/lib/product-header/product-header.component.mjs +0 -44
  2404. package/esm2022/product-header/lib/product-header/product-header.module.mjs +0 -20
  2405. package/esm2022/product-header/public-api.mjs +0 -3
  2406. package/esm2022/product-header/seniorsistemas-angular-components-product-header.mjs +0 -5
  2407. package/esm2022/profile-picture-picker/lib/profile-picture-picker/models/confirmation-texts.mjs +0 -2
  2408. package/esm2022/profile-picture-picker/lib/profile-picture-picker/models/cropper-labels-config.mjs +0 -2
  2409. package/esm2022/profile-picture-picker/lib/profile-picture-picker/models/file-validation-errors.mjs +0 -2
  2410. package/esm2022/profile-picture-picker/lib/profile-picture-picker/models/index.mjs +0 -2
  2411. package/esm2022/profile-picture-picker/lib/profile-picture-picker/models/profile-picture-picker-data.mjs +0 -2
  2412. package/esm2022/profile-picture-picker/lib/profile-picture-picker/profile-picture-picker.component.mjs +0 -277
  2413. package/esm2022/profile-picture-picker/lib/profile-picture-picker/profile-picture-picker.module.mjs +0 -25
  2414. package/esm2022/profile-picture-picker/lib/profile-picture-picker/validators/index.mjs +0 -2
  2415. package/esm2022/profile-picture-picker/lib/profile-picture-picker/validators/validators.mjs +0 -28
  2416. package/esm2022/profile-picture-picker/public-api.mjs +0 -4
  2417. package/esm2022/profile-picture-picker/seniorsistemas-angular-components-profile-picture-picker.mjs +0 -5
  2418. package/esm2022/progressbar/lib/progressbar/components/progressbar-determinate/progressbar-determinate.component.mjs +0 -60
  2419. package/esm2022/progressbar/lib/progressbar/components/progressbar-indeterminate/progressbar-indeterminate.component.mjs +0 -19
  2420. package/esm2022/progressbar/lib/progressbar/progressbar.component.mjs +0 -57
  2421. package/esm2022/progressbar/lib/progressbar/progressbar.module.mjs +0 -21
  2422. package/esm2022/progressbar/lib/progressbar/types/index.mjs +0 -2
  2423. package/esm2022/progressbar/lib/progressbar/types/progressbar-colors.mjs +0 -2
  2424. package/esm2022/progressbar/lib/progressbar/types/progressbar-mode.mjs +0 -2
  2425. package/esm2022/progressbar/public-api.mjs +0 -4
  2426. package/esm2022/progressbar/seniorsistemas-angular-components-progressbar.mjs +0 -5
  2427. package/esm2022/public-api.mjs +0 -2
  2428. package/esm2022/radio-button/lib/radio-button/radio-button.component.mjs +0 -82
  2429. package/esm2022/radio-button/lib/radio-button-group/models/radio-button-group.models.mjs +0 -2
  2430. package/esm2022/radio-button/lib/radio-button-group/radio-button-group.component.mjs +0 -62
  2431. package/esm2022/radio-button/lib/services/radio-button-registry.service.mjs +0 -38
  2432. package/esm2022/radio-button/public-api.mjs +0 -3
  2433. package/esm2022/radio-button/seniorsistemas-angular-components-radio-button.mjs +0 -5
  2434. package/esm2022/rating-scale/lib/rating-scale/models/index.mjs +0 -2
  2435. package/esm2022/rating-scale/lib/rating-scale/models/rating-scale-node.mjs +0 -2
  2436. package/esm2022/rating-scale/lib/rating-scale/rating-scale.component.mjs +0 -54
  2437. package/esm2022/rating-scale/lib/rating-scale/rating-scale.module.mjs +0 -24
  2438. package/esm2022/rating-scale/public-api.mjs +0 -3
  2439. package/esm2022/rating-scale/seniorsistemas-angular-components-rating-scale.mjs +0 -5
  2440. package/esm2022/select/lib/select/components/select-option/select-option.component.mjs +0 -27
  2441. package/esm2022/select/lib/select/select.component.mjs +0 -610
  2442. package/esm2022/select/public-api.mjs +0 -2
  2443. package/esm2022/select/seniorsistemas-angular-components-select.mjs +0 -5
  2444. package/esm2022/select-button/lib/select-button/components/select-button-item/select-button-item.component.mjs +0 -28
  2445. package/esm2022/select-button/lib/select-button/models/select-button-item.mjs +0 -2
  2446. package/esm2022/select-button/lib/select-button/select-button.component.mjs +0 -122
  2447. package/esm2022/select-button/lib/select-button/select-button.module.mjs +0 -23
  2448. package/esm2022/select-button/public-api.mjs +0 -3
  2449. package/esm2022/select-button/seniorsistemas-angular-components-select-button.mjs +0 -5
  2450. package/esm2022/seniorsistemas-angular-components.mjs +0 -5
  2451. package/esm2022/shared/lib/shared/border-button/border-button.component.mjs +0 -19
  2452. package/esm2022/shared/lib/shared/border-button/border-button.module.mjs +0 -19
  2453. package/esm2022/shared/lib/shared/helpers.mjs +0 -31
  2454. package/esm2022/shared/lib/shared/models/border-button-options.mjs +0 -2
  2455. package/esm2022/shared/lib/shared/models/severities.mjs +0 -9
  2456. package/esm2022/shared/public-api.mjs +0 -5
  2457. package/esm2022/shared/seniorsistemas-angular-components-shared.mjs +0 -5
  2458. package/esm2022/sidebar/lib/sidebar/sidebar.component.mjs +0 -114
  2459. package/esm2022/sidebar/lib/sidebar/sidebar.module.mjs +0 -20
  2460. package/esm2022/sidebar/public-api.mjs +0 -3
  2461. package/esm2022/sidebar/seniorsistemas-angular-components-sidebar.mjs +0 -5
  2462. package/esm2022/slide-panel/lib/slide-panel/slide-panel.component.mjs +0 -137
  2463. package/esm2022/slide-panel/lib/slide-panel/slide-panel.module.mjs +0 -20
  2464. package/esm2022/slide-panel/lib/slide-panel/slide-panel.service.mjs +0 -26
  2465. package/esm2022/slide-panel/public-api.mjs +0 -4
  2466. package/esm2022/slide-panel/seniorsistemas-angular-components-slide-panel.mjs +0 -5
  2467. package/esm2022/slider/lib/slider/slider.component.mjs +0 -601
  2468. package/esm2022/slider/lib/slider/slider.module.mjs +0 -19
  2469. package/esm2022/slider/public-api.mjs +0 -3
  2470. package/esm2022/slider/seniorsistemas-angular-components-slider.mjs +0 -5
  2471. package/esm2022/speech-recognition/lib/speech-recognition/speech-recognition/speech-recognition.component.mjs +0 -217
  2472. package/esm2022/speech-recognition/lib/speech-recognition/speech-recognition.module.mjs +0 -24
  2473. package/esm2022/speech-recognition/lib/speech-recognition/speech-recognition.service.mjs +0 -146
  2474. package/esm2022/speech-recognition/lib/speech-recognition/text-to-speech.service.mjs +0 -81
  2475. package/esm2022/speech-recognition/public-api.mjs +0 -5
  2476. package/esm2022/speech-recognition/seniorsistemas-angular-components-speech-recognition.mjs +0 -5
  2477. package/esm2022/split-button/lib/split-button/models/index.mjs +0 -2
  2478. package/esm2022/split-button/lib/split-button/models/split-button-option.mjs +0 -2
  2479. package/esm2022/split-button/lib/split-button/models/split-button-type.mjs +0 -2
  2480. package/esm2022/split-button/lib/split-button/split-button.component.mjs +0 -64
  2481. package/esm2022/split-button/lib/split-button/split-button.module.mjs +0 -18
  2482. package/esm2022/split-button/public-api.mjs +0 -4
  2483. package/esm2022/split-button/seniorsistemas-angular-components-split-button.mjs +0 -5
  2484. package/esm2022/star-rating/public-api.mjs +0 -2
  2485. package/esm2022/star-rating/seniorsistemas-angular-components-star-rating.mjs +0 -5
  2486. package/esm2022/star-rating/star-rating/star-rating-models.mjs +0 -2
  2487. package/esm2022/star-rating/star-rating/star-rating.component.mjs +0 -63
  2488. package/esm2022/stats-card/lib/stats-card/stats-card.component.mjs +0 -119
  2489. package/esm2022/stats-card/lib/stats-card/stats-card.module.mjs +0 -19
  2490. package/esm2022/stats-card/public-api.mjs +0 -3
  2491. package/esm2022/stats-card/seniorsistemas-angular-components-stats-card.mjs +0 -5
  2492. package/esm2022/steps/lib/steps/steps.component.mjs +0 -122
  2493. package/esm2022/steps/lib/steps/steps.module.mjs +0 -19
  2494. package/esm2022/steps/public-api.mjs +0 -3
  2495. package/esm2022/steps/seniorsistemas-angular-components-steps.mjs +0 -5
  2496. package/esm2022/structure/lib/structure/footer.component.mjs +0 -14
  2497. package/esm2022/structure/lib/structure/header.component.mjs +0 -14
  2498. package/esm2022/structure/lib/structure/structure.module.mjs +0 -19
  2499. package/esm2022/structure/public-api.mjs +0 -5
  2500. package/esm2022/structure/seniorsistemas-angular-components-structure.mjs +0 -5
  2501. package/esm2022/switch/lib/switch/switch.component.mjs +0 -93
  2502. package/esm2022/switch/lib/switch/switch.module.mjs +0 -18
  2503. package/esm2022/switch/public-api.mjs +0 -3
  2504. package/esm2022/switch/seniorsistemas-angular-components-switch.mjs +0 -5
  2505. package/esm2022/table/lib/locale-utils.mjs +0 -15
  2506. package/esm2022/table/lib/table/export-utils.mjs +0 -112
  2507. package/esm2022/table/lib/table/navigation/navigation.directive.mjs +0 -130
  2508. package/esm2022/table/lib/table/row-toggler/row-toggler.directive.mjs +0 -38
  2509. package/esm2022/table/lib/table/table-column/index.mjs +0 -3
  2510. package/esm2022/table/lib/table/table-column/models/badge-column.interface.mjs +0 -2
  2511. package/esm2022/table/lib/table/table-column/models/badge-configs.interface.mjs +0 -2
  2512. package/esm2022/table/lib/table/table-column/models/column-colors.mjs +0 -2
  2513. package/esm2022/table/lib/table/table-column/models/column-values.interface.mjs +0 -2
  2514. package/esm2022/table/lib/table/table-column/models/column.interface.mjs +0 -2
  2515. package/esm2022/table/lib/table/table-column/models/dynamic-editable-grid.interface.mjs +0 -2
  2516. package/esm2022/table/lib/table/table-column/models/enum-badge-colors.mjs +0 -10
  2517. package/esm2022/table/lib/table/table-column/models/enum-column-field-type.mjs +0 -13
  2518. package/esm2022/table/lib/table/table-column/models/index.mjs +0 -11
  2519. package/esm2022/table/lib/table/table-column/models/locale-options.interface.mjs +0 -2
  2520. package/esm2022/table/lib/table/table-column/models/number-locale-options.interface.mjs +0 -2
  2521. package/esm2022/table/lib/table/table-column/table-columns.component.mjs +0 -299
  2522. package/esm2022/table/lib/table/table-paging/index.mjs +0 -3
  2523. package/esm2022/table/lib/table/table-paging/models/custom-action.interface.mjs +0 -2
  2524. package/esm2022/table/lib/table/table-paging/models/index.mjs +0 -2
  2525. package/esm2022/table/lib/table/table-paging/table-paging.component.mjs +0 -325
  2526. package/esm2022/table/lib/table/table.module.mjs +0 -27
  2527. package/esm2022/table/public-api.mjs +0 -6
  2528. package/esm2022/table/seniorsistemas-angular-components-table.mjs +0 -5
  2529. package/esm2022/table-header/lib/table-header/table-header-checkbox.component.mjs +0 -151
  2530. package/esm2022/table-header/lib/table-header/table-header-checkox.module.mjs +0 -20
  2531. package/esm2022/table-header/public-api.mjs +0 -3
  2532. package/esm2022/table-header/seniorsistemas-angular-components-table-header.mjs +0 -5
  2533. package/esm2022/tabs/lib/tab-item/tab-item.component.mjs +0 -36
  2534. package/esm2022/tabs/lib/tabs/tabs.component.mjs +0 -51
  2535. package/esm2022/tabs/public-api.mjs +0 -3
  2536. package/esm2022/tabs/seniorsistemas-angular-components-tabs.mjs +0 -5
  2537. package/esm2022/template/lib/template/template.directive.mjs +0 -22
  2538. package/esm2022/template/lib/template/template.module.mjs +0 -17
  2539. package/esm2022/template/public-api.mjs +0 -3
  2540. package/esm2022/template/seniorsistemas-angular-components-template.mjs +0 -5
  2541. package/esm2022/text-area/lib/text-area/text-area.component.mjs +0 -116
  2542. package/esm2022/text-area/lib/text-area.module.mjs +0 -35
  2543. package/esm2022/text-area/public-api.mjs +0 -3
  2544. package/esm2022/text-area/seniorsistemas-angular-components-text-area.mjs +0 -5
  2545. package/esm2022/text-area-ia/lib/services/IAssist/iassist.service.mjs +0 -77
  2546. package/esm2022/text-area-ia/lib/services/IAssist/models/iassist-input-data.mjs +0 -3
  2547. package/esm2022/text-area-ia/lib/services/IAssist/models/iassist-response.mjs +0 -3
  2548. package/esm2022/text-area-ia/lib/text-area-ia/text-area-ia.component.mjs +0 -150
  2549. package/esm2022/text-area-ia/lib/text-area-ia/text-area-ia.module.mjs +0 -50
  2550. package/esm2022/text-area-ia/public-api.mjs +0 -3
  2551. package/esm2022/text-area-ia/seniorsistemas-angular-components-text-area-ia.mjs +0 -5
  2552. package/esm2022/thumbnail/lib/thumbnail/thumbnail-size.mjs +0 -2
  2553. package/esm2022/thumbnail/lib/thumbnail/thumbnail.component.mjs +0 -77
  2554. package/esm2022/thumbnail/lib/thumbnail/thumbnail.module.mjs +0 -20
  2555. package/esm2022/thumbnail/lib/thumbnail/thumbnail.service.mjs +0 -62
  2556. package/esm2022/thumbnail/public-api.mjs +0 -4
  2557. package/esm2022/thumbnail/seniorsistemas-angular-components-thumbnail.mjs +0 -5
  2558. package/esm2022/thumbnails/lib/thumbnails/components/thumbnail-item/components/thumbnail-item-image/thumbnail-item-image.component.mjs +0 -17
  2559. package/esm2022/thumbnails/lib/thumbnails/components/thumbnail-item/components/thumbnail-item-video/thumbnail-item-video.component.mjs +0 -42
  2560. package/esm2022/thumbnails/lib/thumbnails/components/thumbnail-item/thumbnail-item.component.mjs +0 -64
  2561. package/esm2022/thumbnails/lib/thumbnails/models/thumbnails-item.mjs +0 -2
  2562. package/esm2022/thumbnails/lib/thumbnails/thumbnails.component.mjs +0 -48
  2563. package/esm2022/thumbnails/lib/thumbnails/thumbnails.module.mjs +0 -24
  2564. package/esm2022/thumbnails/public-api.mjs +0 -3
  2565. package/esm2022/thumbnails/seniorsistemas-angular-components-thumbnails.mjs +0 -5
  2566. package/esm2022/tiered-menu/lib/tiered-menu/components/tiered-menu/tiered-menu.component.mjs +0 -303
  2567. package/esm2022/tiered-menu/lib/tiered-menu/components/tiered-menu-divider/tiered-menu-divider.component.mjs +0 -11
  2568. package/esm2022/tiered-menu/lib/tiered-menu/components/tiered-menu-item/tiered-menu-item.component.mjs +0 -73
  2569. package/esm2022/tiered-menu/lib/tiered-menu/components/tiered-menu-nested/tiered-menu-nested.component.mjs +0 -179
  2570. package/esm2022/tiered-menu/lib/tiered-menu/models/index.mjs +0 -2
  2571. package/esm2022/tiered-menu/lib/tiered-menu/models/tiered-menu-item-data.mjs +0 -2
  2572. package/esm2022/tiered-menu/lib/tiered-menu/models/tiered-menu-item-internal-data.mjs +0 -2
  2573. package/esm2022/tiered-menu/lib/tiered-menu/services/tiered-menu.event.service.mjs +0 -17
  2574. package/esm2022/tiered-menu/lib/tiered-menu/services/tiered-menu.global.service.mjs +0 -11
  2575. package/esm2022/tiered-menu/lib/tiered-menu/services/tiered-menu.service.mjs +0 -54
  2576. package/esm2022/tiered-menu/lib/tiered-menu/tiered-menu.directive.mjs +0 -234
  2577. package/esm2022/tiered-menu/lib/tiered-menu/tiered-menu.module.mjs +0 -34
  2578. package/esm2022/tiered-menu/public-api.mjs +0 -6
  2579. package/esm2022/tiered-menu/seniorsistemas-angular-components-tiered-menu.mjs +0 -5
  2580. package/esm2022/tile/lib/tile/tile.component.mjs +0 -65
  2581. package/esm2022/tile/lib/tile/tile.module.mjs +0 -20
  2582. package/esm2022/tile/public-api.mjs +0 -3
  2583. package/esm2022/tile/seniorsistemas-angular-components-tile.mjs +0 -5
  2584. package/esm2022/timeline/lib/timeline/components/horizontal-timeline/horizontal-timeline.component.mjs +0 -24
  2585. package/esm2022/timeline/lib/timeline/components/horizontal-timeline/horizontal-timeline.module.mjs +0 -20
  2586. package/esm2022/timeline/lib/timeline/components/timeline-icon-item/timeline-icon-item.component.mjs +0 -26
  2587. package/esm2022/timeline/lib/timeline/components/timeline-icon-item/timeline-icon-item.module.mjs +0 -19
  2588. package/esm2022/timeline/lib/timeline/components/vertical-timeline/components/collapse-option/collapse-option.component.mjs +0 -21
  2589. package/esm2022/timeline/lib/timeline/components/vertical-timeline/components/collapsed-items/collapsed-items.component.mjs +0 -33
  2590. package/esm2022/timeline/lib/timeline/components/vertical-timeline/components/range-line/range-line.component.mjs +0 -11
  2591. package/esm2022/timeline/lib/timeline/components/vertical-timeline/components/vertical-items/vertical-items.component.mjs +0 -29
  2592. package/esm2022/timeline/lib/timeline/components/vertical-timeline/vertical-timeline.component.mjs +0 -60
  2593. package/esm2022/timeline/lib/timeline/components/vertical-timeline/vertical-timeline.module.mjs +0 -33
  2594. package/esm2022/timeline/lib/timeline/models/timeline-item-severity.mjs +0 -7
  2595. package/esm2022/timeline/lib/timeline/models/timeline-item-size.mjs +0 -6
  2596. package/esm2022/timeline/lib/timeline/models/timeline-item.mjs +0 -44
  2597. package/esm2022/timeline/lib/timeline/timeline.component.mjs +0 -66
  2598. package/esm2022/timeline/lib/timeline/timeline.module.mjs +0 -32
  2599. package/esm2022/timeline/public-api.mjs +0 -6
  2600. package/esm2022/timeline/seniorsistemas-angular-components-timeline.mjs +0 -5
  2601. package/esm2022/toast/lib/toast/toast.component.mjs +0 -46
  2602. package/esm2022/toast/lib/toast/toast.module.mjs +0 -17
  2603. package/esm2022/toast/lib/toast/toast.service.mjs +0 -68
  2604. package/esm2022/toast/lib/toast/types/toast.mjs +0 -2
  2605. package/esm2022/toast/public-api.mjs +0 -4
  2606. package/esm2022/toast/seniorsistemas-angular-components-toast.mjs +0 -5
  2607. package/esm2022/token-list/lib/token-list/models/index.mjs +0 -2
  2608. package/esm2022/token-list/lib/token-list/models/token.mjs +0 -2
  2609. package/esm2022/token-list/lib/token-list/token-list.component.mjs +0 -42
  2610. package/esm2022/token-list/lib/token-list/token-list.module.mjs +0 -18
  2611. package/esm2022/token-list/public-api.mjs +0 -4
  2612. package/esm2022/token-list/seniorsistemas-angular-components-token-list.mjs +0 -5
  2613. package/esm2022/tooltip/lib/tooltip/models/mobile-behavior.mjs +0 -2
  2614. package/esm2022/tooltip/lib/tooltip/models/tooltip-event.mjs +0 -2
  2615. package/esm2022/tooltip/lib/tooltip/models/tooltip-position.mjs +0 -2
  2616. package/esm2022/tooltip/lib/tooltip/tooltip.component.mjs +0 -18
  2617. package/esm2022/tooltip/lib/tooltip/tooltip.directive.mjs +0 -339
  2618. package/esm2022/tooltip/lib/tooltip/tooltip.module.mjs +0 -19
  2619. package/esm2022/tooltip/public-api.mjs +0 -3
  2620. package/esm2022/tooltip/seniorsistemas-angular-components-tooltip.mjs +0 -5
  2621. package/esm2022/tree/lib/tree/Models/tree.models.mjs +0 -2
  2622. package/esm2022/tree/lib/tree/components/tree-node-item/tree-node-item.component.mjs +0 -157
  2623. package/esm2022/tree/lib/tree/tree.component.mjs +0 -238
  2624. package/esm2022/tree/lib/tree/tree.module.mjs +0 -22
  2625. package/esm2022/tree/public-api.mjs +0 -3
  2626. package/esm2022/tree/seniorsistemas-angular-components-tree.mjs +0 -5
  2627. package/esm2022/utils/lib/utils/breakpoints.mjs +0 -11
  2628. package/esm2022/utils/lib/utils/utils.mjs +0 -104
  2629. package/esm2022/utils/public-api.mjs +0 -3
  2630. package/esm2022/utils/seniorsistemas-angular-components-utils.mjs +0 -5
  2631. package/esm2022/workspace-switch/lib/workspace-switch/models/index.mjs +0 -2
  2632. package/esm2022/workspace-switch/lib/workspace-switch/models/workspace.mjs +0 -2
  2633. package/esm2022/workspace-switch/lib/workspace-switch/workspace-switch.component.mjs +0 -137
  2634. package/esm2022/workspace-switch/lib/workspace-switch/workspace-switch.module.mjs +0 -18
  2635. package/esm2022/workspace-switch/public-api.mjs +0 -3
  2636. package/esm2022/workspace-switch/seniorsistemas-angular-components-workspace-switch.mjs +0 -5
  2637. package/fesm2022/seniorsistemas-angular-components-accordion.mjs +0 -250
  2638. package/fesm2022/seniorsistemas-angular-components-accordion.mjs.map +0 -1
  2639. package/fesm2022/seniorsistemas-angular-components-alert.mjs +0 -66
  2640. package/fesm2022/seniorsistemas-angular-components-alert.mjs.map +0 -1
  2641. package/fesm2022/seniorsistemas-angular-components-autocomplete.mjs +0 -579
  2642. package/fesm2022/seniorsistemas-angular-components-autocomplete.mjs.map +0 -1
  2643. package/fesm2022/seniorsistemas-angular-components-badge.mjs +0 -70
  2644. package/fesm2022/seniorsistemas-angular-components-badge.mjs.map +0 -1
  2645. package/fesm2022/seniorsistemas-angular-components-bignumber-input.mjs +0 -180
  2646. package/fesm2022/seniorsistemas-angular-components-bignumber-input.mjs.map +0 -1
  2647. package/fesm2022/seniorsistemas-angular-components-breadcrumb.mjs +0 -128
  2648. package/fesm2022/seniorsistemas-angular-components-breadcrumb.mjs.map +0 -1
  2649. package/fesm2022/seniorsistemas-angular-components-button.mjs +0 -122
  2650. package/fesm2022/seniorsistemas-angular-components-button.mjs.map +0 -1
  2651. package/fesm2022/seniorsistemas-angular-components-calendar-mask.mjs +0 -633
  2652. package/fesm2022/seniorsistemas-angular-components-calendar-mask.mjs.map +0 -1
  2653. package/fesm2022/seniorsistemas-angular-components-card.mjs +0 -107
  2654. package/fesm2022/seniorsistemas-angular-components-card.mjs.map +0 -1
  2655. package/fesm2022/seniorsistemas-angular-components-chat.mjs +0 -78
  2656. package/fesm2022/seniorsistemas-angular-components-chat.mjs.map +0 -1
  2657. package/fesm2022/seniorsistemas-angular-components-checkbox-list.mjs +0 -151
  2658. package/fesm2022/seniorsistemas-angular-components-checkbox-list.mjs.map +0 -1
  2659. package/fesm2022/seniorsistemas-angular-components-checkbox.mjs +0 -74
  2660. package/fesm2022/seniorsistemas-angular-components-checkbox.mjs.map +0 -1
  2661. package/fesm2022/seniorsistemas-angular-components-chips.mjs +0 -327
  2662. package/fesm2022/seniorsistemas-angular-components-chips.mjs.map +0 -1
  2663. package/fesm2022/seniorsistemas-angular-components-code-editor.mjs +0 -1535
  2664. package/fesm2022/seniorsistemas-angular-components-code-editor.mjs.map +0 -1
  2665. package/fesm2022/seniorsistemas-angular-components-collapse-link.mjs +0 -103
  2666. package/fesm2022/seniorsistemas-angular-components-collapse-link.mjs.map +0 -1
  2667. package/fesm2022/seniorsistemas-angular-components-common.mjs +0 -246
  2668. package/fesm2022/seniorsistemas-angular-components-common.mjs.map +0 -1
  2669. package/fesm2022/seniorsistemas-angular-components-confirm-dialog.mjs +0 -54
  2670. package/fesm2022/seniorsistemas-angular-components-confirm-dialog.mjs.map +0 -1
  2671. package/fesm2022/seniorsistemas-angular-components-control-errors.mjs +0 -75
  2672. package/fesm2022/seniorsistemas-angular-components-control-errors.mjs.map +0 -1
  2673. package/fesm2022/seniorsistemas-angular-components-country-phone-picker.mjs +0 -631
  2674. package/fesm2022/seniorsistemas-angular-components-country-phone-picker.mjs.map +0 -1
  2675. package/fesm2022/seniorsistemas-angular-components-currency.mjs +0 -193
  2676. package/fesm2022/seniorsistemas-angular-components-currency.mjs.map +0 -1
  2677. package/fesm2022/seniorsistemas-angular-components-custom-fields.mjs +0 -783
  2678. package/fesm2022/seniorsistemas-angular-components-custom-fields.mjs.map +0 -1
  2679. package/fesm2022/seniorsistemas-angular-components-dialog.mjs +0 -221
  2680. package/fesm2022/seniorsistemas-angular-components-dialog.mjs.map +0 -1
  2681. package/fesm2022/seniorsistemas-angular-components-dynamic-form.mjs +0 -3851
  2682. package/fesm2022/seniorsistemas-angular-components-dynamic-form.mjs.map +0 -1
  2683. package/fesm2022/seniorsistemas-angular-components-editable-overlay.mjs +0 -66
  2684. package/fesm2022/seniorsistemas-angular-components-editable-overlay.mjs.map +0 -1
  2685. package/fesm2022/seniorsistemas-angular-components-empty-state.mjs +0 -107
  2686. package/fesm2022/seniorsistemas-angular-components-empty-state.mjs.map +0 -1
  2687. package/fesm2022/seniorsistemas-angular-components-fieldset.mjs +0 -101
  2688. package/fesm2022/seniorsistemas-angular-components-fieldset.mjs.map +0 -1
  2689. package/fesm2022/seniorsistemas-angular-components-file-upload.mjs +0 -333
  2690. package/fesm2022/seniorsistemas-angular-components-file-upload.mjs.map +0 -1
  2691. package/fesm2022/seniorsistemas-angular-components-gantt.mjs +0 -1748
  2692. package/fesm2022/seniorsistemas-angular-components-gantt.mjs.map +0 -1
  2693. package/fesm2022/seniorsistemas-angular-components-global-search.mjs +0 -288
  2694. package/fesm2022/seniorsistemas-angular-components-global-search.mjs.map +0 -1
  2695. package/fesm2022/seniorsistemas-angular-components-grid-menu.mjs +0 -136
  2696. package/fesm2022/seniorsistemas-angular-components-grid-menu.mjs.map +0 -1
  2697. package/fesm2022/seniorsistemas-angular-components-help-popover.mjs +0 -422
  2698. package/fesm2022/seniorsistemas-angular-components-help-popover.mjs.map +0 -1
  2699. package/fesm2022/seniorsistemas-angular-components-ia-insight.mjs +0 -267
  2700. package/fesm2022/seniorsistemas-angular-components-ia-insight.mjs.map +0 -1
  2701. package/fesm2022/seniorsistemas-angular-components-image-cropper.mjs +0 -273
  2702. package/fesm2022/seniorsistemas-angular-components-image-cropper.mjs.map +0 -1
  2703. package/fesm2022/seniorsistemas-angular-components-infinite-scroll.mjs +0 -50
  2704. package/fesm2022/seniorsistemas-angular-components-infinite-scroll.mjs.map +0 -1
  2705. package/fesm2022/seniorsistemas-angular-components-info-sign.mjs +0 -105
  2706. package/fesm2022/seniorsistemas-angular-components-info-sign.mjs.map +0 -1
  2707. package/fesm2022/seniorsistemas-angular-components-inline-edit.mjs +0 -679
  2708. package/fesm2022/seniorsistemas-angular-components-inline-edit.mjs.map +0 -1
  2709. package/fesm2022/seniorsistemas-angular-components-interactive-content.mjs +0 -70
  2710. package/fesm2022/seniorsistemas-angular-components-interactive-content.mjs.map +0 -1
  2711. package/fesm2022/seniorsistemas-angular-components-kanban.mjs +0 -456
  2712. package/fesm2022/seniorsistemas-angular-components-kanban.mjs.map +0 -1
  2713. package/fesm2022/seniorsistemas-angular-components-label-value.mjs +0 -61
  2714. package/fesm2022/seniorsistemas-angular-components-label-value.mjs.map +0 -1
  2715. package/fesm2022/seniorsistemas-angular-components-loading-state.mjs +0 -185
  2716. package/fesm2022/seniorsistemas-angular-components-loading-state.mjs.map +0 -1
  2717. package/fesm2022/seniorsistemas-angular-components-locale.mjs +0 -409
  2718. package/fesm2022/seniorsistemas-angular-components-locale.mjs.map +0 -1
  2719. package/fesm2022/seniorsistemas-angular-components-localized-number-input.mjs +0 -85
  2720. package/fesm2022/seniorsistemas-angular-components-localized-number-input.mjs.map +0 -1
  2721. package/fesm2022/seniorsistemas-angular-components-mask.mjs +0 -85
  2722. package/fesm2022/seniorsistemas-angular-components-mask.mjs.map +0 -1
  2723. package/fesm2022/seniorsistemas-angular-components-mouse-events.mjs +0 -116
  2724. package/fesm2022/seniorsistemas-angular-components-mouse-events.mjs.map +0 -1
  2725. package/fesm2022/seniorsistemas-angular-components-navigation-button.mjs +0 -158
  2726. package/fesm2022/seniorsistemas-angular-components-navigation-button.mjs.map +0 -1
  2727. package/fesm2022/seniorsistemas-angular-components-number-input.mjs +0 -189
  2728. package/fesm2022/seniorsistemas-angular-components-number-input.mjs.map +0 -1
  2729. package/fesm2022/seniorsistemas-angular-components-numeric.mjs +0 -139
  2730. package/fesm2022/seniorsistemas-angular-components-numeric.mjs.map +0 -1
  2731. package/fesm2022/seniorsistemas-angular-components-object-card.mjs +0 -296
  2732. package/fesm2022/seniorsistemas-angular-components-object-card.mjs.map +0 -1
  2733. package/fesm2022/seniorsistemas-angular-components-paginator.mjs +0 -145
  2734. package/fesm2022/seniorsistemas-angular-components-paginator.mjs.map +0 -1
  2735. package/fesm2022/seniorsistemas-angular-components-panel.mjs +0 -113
  2736. package/fesm2022/seniorsistemas-angular-components-panel.mjs.map +0 -1
  2737. package/fesm2022/seniorsistemas-angular-components-password-strength.mjs +0 -321
  2738. package/fesm2022/seniorsistemas-angular-components-password-strength.mjs.map +0 -1
  2739. package/fesm2022/seniorsistemas-angular-components-picklist.mjs +0 -339
  2740. package/fesm2022/seniorsistemas-angular-components-picklist.mjs.map +0 -1
  2741. package/fesm2022/seniorsistemas-angular-components-product-header.mjs +0 -68
  2742. package/fesm2022/seniorsistemas-angular-components-product-header.mjs.map +0 -1
  2743. package/fesm2022/seniorsistemas-angular-components-profile-picture-picker.mjs +0 -334
  2744. package/fesm2022/seniorsistemas-angular-components-profile-picture-picker.mjs.map +0 -1
  2745. package/fesm2022/seniorsistemas-angular-components-progressbar.mjs +0 -152
  2746. package/fesm2022/seniorsistemas-angular-components-progressbar.mjs.map +0 -1
  2747. package/fesm2022/seniorsistemas-angular-components-radio-button.mjs +0 -182
  2748. package/fesm2022/seniorsistemas-angular-components-radio-button.mjs.map +0 -1
  2749. package/fesm2022/seniorsistemas-angular-components-rating-scale.mjs +0 -81
  2750. package/fesm2022/seniorsistemas-angular-components-rating-scale.mjs.map +0 -1
  2751. package/fesm2022/seniorsistemas-angular-components-select-button.mjs +0 -172
  2752. package/fesm2022/seniorsistemas-angular-components-select-button.mjs.map +0 -1
  2753. package/fesm2022/seniorsistemas-angular-components-select.mjs +0 -639
  2754. package/fesm2022/seniorsistemas-angular-components-select.mjs.map +0 -1
  2755. package/fesm2022/seniorsistemas-angular-components-shared.mjs +0 -82
  2756. package/fesm2022/seniorsistemas-angular-components-shared.mjs.map +0 -1
  2757. package/fesm2022/seniorsistemas-angular-components-sidebar.mjs +0 -137
  2758. package/fesm2022/seniorsistemas-angular-components-sidebar.mjs.map +0 -1
  2759. package/fesm2022/seniorsistemas-angular-components-slide-panel.mjs +0 -182
  2760. package/fesm2022/seniorsistemas-angular-components-slide-panel.mjs.map +0 -1
  2761. package/fesm2022/seniorsistemas-angular-components-slider.mjs +0 -624
  2762. package/fesm2022/seniorsistemas-angular-components-slider.mjs.map +0 -1
  2763. package/fesm2022/seniorsistemas-angular-components-speech-recognition.mjs +0 -463
  2764. package/fesm2022/seniorsistemas-angular-components-speech-recognition.mjs.map +0 -1
  2765. package/fesm2022/seniorsistemas-angular-components-split-button.mjs +0 -86
  2766. package/fesm2022/seniorsistemas-angular-components-split-button.mjs.map +0 -1
  2767. package/fesm2022/seniorsistemas-angular-components-star-rating.mjs +0 -70
  2768. package/fesm2022/seniorsistemas-angular-components-star-rating.mjs.map +0 -1
  2769. package/fesm2022/seniorsistemas-angular-components-stats-card.mjs +0 -142
  2770. package/fesm2022/seniorsistemas-angular-components-stats-card.mjs.map +0 -1
  2771. package/fesm2022/seniorsistemas-angular-components-steps.mjs +0 -145
  2772. package/fesm2022/seniorsistemas-angular-components-steps.mjs.map +0 -1
  2773. package/fesm2022/seniorsistemas-angular-components-structure.mjs +0 -48
  2774. package/fesm2022/seniorsistemas-angular-components-structure.mjs.map +0 -1
  2775. package/fesm2022/seniorsistemas-angular-components-switch.mjs +0 -115
  2776. package/fesm2022/seniorsistemas-angular-components-switch.mjs.map +0 -1
  2777. package/fesm2022/seniorsistemas-angular-components-table-header.mjs +0 -175
  2778. package/fesm2022/seniorsistemas-angular-components-table-header.mjs.map +0 -1
  2779. package/fesm2022/seniorsistemas-angular-components-table.mjs +0 -957
  2780. package/fesm2022/seniorsistemas-angular-components-table.mjs.map +0 -1
  2781. package/fesm2022/seniorsistemas-angular-components-tabs.mjs +0 -91
  2782. package/fesm2022/seniorsistemas-angular-components-tabs.mjs.map +0 -1
  2783. package/fesm2022/seniorsistemas-angular-components-template.mjs +0 -43
  2784. package/fesm2022/seniorsistemas-angular-components-template.mjs.map +0 -1
  2785. package/fesm2022/seniorsistemas-angular-components-text-area-ia.mjs +0 -275
  2786. package/fesm2022/seniorsistemas-angular-components-text-area-ia.mjs.map +0 -1
  2787. package/fesm2022/seniorsistemas-angular-components-text-area.mjs +0 -154
  2788. package/fesm2022/seniorsistemas-angular-components-text-area.mjs.map +0 -1
  2789. package/fesm2022/seniorsistemas-angular-components-thumbnail.mjs +0 -159
  2790. package/fesm2022/seniorsistemas-angular-components-thumbnail.mjs.map +0 -1
  2791. package/fesm2022/seniorsistemas-angular-components-thumbnails.mjs +0 -182
  2792. package/fesm2022/seniorsistemas-angular-components-thumbnails.mjs.map +0 -1
  2793. package/fesm2022/seniorsistemas-angular-components-tiered-menu.mjs +0 -877
  2794. package/fesm2022/seniorsistemas-angular-components-tiered-menu.mjs.map +0 -1
  2795. package/fesm2022/seniorsistemas-angular-components-tile.mjs +0 -89
  2796. package/fesm2022/seniorsistemas-angular-components-tile.mjs.map +0 -1
  2797. package/fesm2022/seniorsistemas-angular-components-timeline.mjs +0 -382
  2798. package/fesm2022/seniorsistemas-angular-components-timeline.mjs.map +0 -1
  2799. package/fesm2022/seniorsistemas-angular-components-toast.mjs +0 -132
  2800. package/fesm2022/seniorsistemas-angular-components-toast.mjs.map +0 -1
  2801. package/fesm2022/seniorsistemas-angular-components-token-list.mjs +0 -64
  2802. package/fesm2022/seniorsistemas-angular-components-token-list.mjs.map +0 -1
  2803. package/fesm2022/seniorsistemas-angular-components-tooltip.mjs +0 -376
  2804. package/fesm2022/seniorsistemas-angular-components-tooltip.mjs.map +0 -1
  2805. package/fesm2022/seniorsistemas-angular-components-tree.mjs +0 -417
  2806. package/fesm2022/seniorsistemas-angular-components-tree.mjs.map +0 -1
  2807. package/fesm2022/seniorsistemas-angular-components-utils.mjs +0 -121
  2808. package/fesm2022/seniorsistemas-angular-components-utils.mjs.map +0 -1
  2809. package/fesm2022/seniorsistemas-angular-components-workspace-switch.mjs +0 -159
  2810. package/fesm2022/seniorsistemas-angular-components-workspace-switch.mjs.map +0 -1
  2811. package/fesm2022/seniorsistemas-angular-components.mjs +0 -340
  2812. package/fesm2022/seniorsistemas-angular-components.mjs.map +0 -1
  2813. package/fieldset/index.d.ts +0 -5
  2814. package/fieldset/lib/fieldset/fieldset.component.d.ts +0 -19
  2815. package/fieldset/lib/fieldset/fieldset.models.d.ts +0 -4
  2816. package/fieldset/lib/fieldset/fieldset.module.d.ts +0 -9
  2817. package/fieldset/public-api.d.ts +0 -3
  2818. package/file-upload/index.d.ts +0 -5
  2819. package/file-upload/lib/file-upload/file-upload.component.d.ts +0 -79
  2820. package/file-upload/lib/file-upload/file-upload.module.d.ts +0 -12
  2821. package/file-upload/lib/file-upload/file-upload.service.d.ts +0 -9
  2822. package/file-upload/lib/file-upload/models/file-dto.d.ts +0 -13
  2823. package/file-upload/lib/file-upload/models/file-upload-permissions.d.ts +0 -2
  2824. package/file-upload/lib/file-upload/models/uploadError.d.ts +0 -6
  2825. package/file-upload/lib/file-upload/models/validate-errors.d.ts +0 -1
  2826. package/file-upload/public-api.d.ts +0 -6
  2827. package/gantt/index.d.ts +0 -5
  2828. package/gantt/lib/gantt/components/gantt/arrow.d.ts +0 -16
  2829. package/gantt/lib/gantt/components/gantt/bar.d.ts +0 -44
  2830. package/gantt/lib/gantt/components/gantt/gantt-options.d.ts +0 -2
  2831. package/gantt/lib/gantt/components/gantt/gantt.d.ts +0 -65
  2832. package/gantt/lib/gantt/components/gantt/popup.d.ts +0 -15
  2833. package/gantt/lib/gantt/components/gantt/utils/svg-utils.d.ts +0 -11
  2834. package/gantt/lib/gantt/components/side-table/side-table.component.d.ts +0 -13
  2835. package/gantt/lib/gantt/gantt.component.d.ts +0 -33
  2836. package/gantt/lib/gantt/gantt.module.d.ts +0 -10
  2837. package/gantt/lib/gantt/models/index.d.ts +0 -2
  2838. package/gantt/lib/gantt/models/options.d.ts +0 -26
  2839. package/gantt/public-api.d.ts +0 -4
  2840. package/global-search/index.d.ts +0 -5
  2841. package/global-search/lib/global-search/components/dropdown/global-search-dropdown-item.component.d.ts +0 -27
  2842. package/global-search/lib/global-search/global-search.component.d.ts +0 -37
  2843. package/global-search/lib/global-search/global-search.module.d.ts +0 -17
  2844. package/global-search/lib/global-search/types/global-search-size.enum.d.ts +0 -1
  2845. package/global-search/public-api.d.ts +0 -4
  2846. package/grid-menu/index.d.ts +0 -5
  2847. package/grid-menu/lib/grid-menu/components/grid-menu-item/grid-menu-item.component.d.ts +0 -17
  2848. package/grid-menu/lib/grid-menu/grid-menu.component.d.ts +0 -16
  2849. package/grid-menu/lib/grid-menu/grid-menu.module.d.ts +0 -10
  2850. package/grid-menu/lib/grid-menu/types/grid-menu-item.d.ts +0 -11
  2851. package/grid-menu/public-api.d.ts +0 -4
  2852. package/help-popover/index.d.ts +0 -5
  2853. package/help-popover/lib/help-popover/help-popover/help-popover.component.d.ts +0 -36
  2854. package/help-popover/lib/help-popover/help-popover.directive.d.ts +0 -64
  2855. package/help-popover/lib/help-popover/help-popover.module.d.ts +0 -10
  2856. package/help-popover/lib/help-popover/models/help-popover.models.d.ts +0 -2
  2857. package/help-popover/public-api.d.ts +0 -5
  2858. package/ia-insight/index.d.ts +0 -5
  2859. package/ia-insight/lib/ia-insight/components/ia-insight-card/components/ia-insight-card-loader/ia-insight-card-loader.component.d.ts +0 -5
  2860. package/ia-insight/lib/ia-insight/components/ia-insight-card/ia-insight-card.component.d.ts +0 -25
  2861. package/ia-insight/lib/ia-insight/components/ia-insight-sidebar/ia-insight-sidebar.component.d.ts +0 -21
  2862. package/ia-insight/lib/ia-insight/ia-insight.component.d.ts +0 -29
  2863. package/ia-insight/lib/ia-insight/ia-insight.module.d.ts +0 -17
  2864. package/ia-insight/lib/ia-insight/models/ia-insight-item.d.ts +0 -21
  2865. package/ia-insight/lib/ia-insight/models/ia-insight-template-types.d.ts +0 -1
  2866. package/ia-insight/lib/ia-insight/models/index.d.ts +0 -2
  2867. package/ia-insight/public-api.d.ts +0 -3
  2868. package/image-cropper/index.d.ts +0 -5
  2869. package/image-cropper/lib/image-cropper/image-cropper.component.d.ts +0 -46
  2870. package/image-cropper/lib/image-cropper/image-cropper.module.d.ts +0 -13
  2871. package/image-cropper/lib/image-cropper/image-cropper.service.d.ts +0 -42
  2872. package/image-cropper/public-api.d.ts +0 -3
  2873. package/index.d.ts +0 -5
  2874. package/infinite-scroll/index.d.ts +0 -5
  2875. package/infinite-scroll/lib/infinite-scroll/infinite-scroll.directive.d.ts +0 -10
  2876. package/infinite-scroll/lib/infinite-scroll/infinite-scroll.module.d.ts +0 -8
  2877. package/infinite-scroll/public-api.d.ts +0 -2
  2878. package/info-sign/index.d.ts +0 -5
  2879. package/info-sign/lib/info-sign/components/info-sign/info-sign.component.d.ts +0 -10
  2880. package/info-sign/lib/info-sign/info-sign.directive.d.ts +0 -18
  2881. package/info-sign/lib/info-sign/info-sign.module.d.ts +0 -10
  2882. package/info-sign/public-api.d.ts +0 -2
  2883. package/inline-edit/index.d.ts +0 -5
  2884. package/inline-edit/lib/inline-edit/components/fields/inline-edit-calendar/inline-edit-calendar.component.d.ts +0 -21
  2885. package/inline-edit/lib/inline-edit/components/fields/inline-edit-lookup/inline-edit-lookup.component.d.ts +0 -13
  2886. package/inline-edit/lib/inline-edit/components/fields/inline-edit-number/inline-edit-number.component.d.ts +0 -22
  2887. package/inline-edit/lib/inline-edit/components/fields/inline-edit-text/inline-edit-text.component.d.ts +0 -13
  2888. package/inline-edit/lib/inline-edit/components/fields/inline-edit-text-area/inline-edit-text-area.component.d.ts +0 -13
  2889. package/inline-edit/lib/inline-edit/components/fields/inline-edit-text-area-ia/inline-edit-text-area-ia.component.d.ts +0 -13
  2890. package/inline-edit/lib/inline-edit/components/inline-edit-item/inline-edit-item.component.d.ts +0 -30
  2891. package/inline-edit/lib/inline-edit/fields/index.d.ts +0 -14
  2892. package/inline-edit/lib/inline-edit/fields/inline-edit-calendar-field.d.ts +0 -44
  2893. package/inline-edit/lib/inline-edit/fields/inline-edit-field.d.ts +0 -15
  2894. package/inline-edit/lib/inline-edit/fields/inline-edit-lookup-field.d.ts +0 -79
  2895. package/inline-edit/lib/inline-edit/fields/inline-edit-number-field.d.ts +0 -40
  2896. package/inline-edit/lib/inline-edit/inline-edit.component.d.ts +0 -15
  2897. package/inline-edit/lib/inline-edit/inline-edit.module.d.ts +0 -29
  2898. package/inline-edit/lib/inline-edit/types/addon-config.d.ts +0 -7
  2899. package/inline-edit/public-api.d.ts +0 -4
  2900. package/interactive-content/index.d.ts +0 -5
  2901. package/interactive-content/lib/interactive-content/interactive-content.directive.d.ts +0 -18
  2902. package/interactive-content/public-api.d.ts +0 -1
  2903. package/kanban/index.d.ts +0 -5
  2904. package/kanban/lib/kanban/components/kanban-column/kanban-column.component.d.ts +0 -23
  2905. package/kanban/lib/kanban/components/kanban-item/kanban-item.component.d.ts +0 -21
  2906. package/kanban/lib/kanban/components/kanban-item-dragging/kanban-item-dragging.component.d.ts +0 -6
  2907. package/kanban/lib/kanban/kanban-event.service.d.ts +0 -15
  2908. package/kanban/lib/kanban/kanban.component.d.ts +0 -46
  2909. package/kanban/lib/kanban/kanban.module.d.ts +0 -18
  2910. package/kanban/lib/kanban/types/index.d.ts +0 -2
  2911. package/kanban/lib/kanban/types/kanban-data.d.ts +0 -27
  2912. package/kanban/lib/kanban/types/kanban-template-types.d.ts +0 -1
  2913. package/kanban/public-api.d.ts +0 -3
  2914. package/label-value/index.d.ts +0 -5
  2915. package/label-value/lib/label-value/label-value.component.d.ts +0 -12
  2916. package/label-value/lib/label-value/label-value.module.d.ts +0 -12
  2917. package/label-value/lib/label-value/types/label-value-configuration.d.ts +0 -29
  2918. package/label-value/public-api.d.ts +0 -3
  2919. package/loading-state/index.d.ts +0 -5
  2920. package/loading-state/lib/loading-state/components/dots-indicator/dots-indicator.components.d.ts +0 -5
  2921. package/loading-state/lib/loading-state/components/logo-indicator/logo-indicator.component.d.ts +0 -5
  2922. package/loading-state/lib/loading-state/loading-state.component.d.ts +0 -23
  2923. package/loading-state/lib/loading-state/loading-state.directive.d.ts +0 -22
  2924. package/loading-state/lib/loading-state/loading-state.module.d.ts +0 -12
  2925. package/loading-state/public-api.d.ts +0 -4
  2926. package/locale/index.d.ts +0 -5
  2927. package/locale/lib/locale/locale.module.d.ts +0 -19
  2928. package/locale/lib/locale/locale.service.d.ts +0 -27
  2929. package/locale/lib/locale/options/calendar.d.ts +0 -25
  2930. package/locale/lib/locale/options/index.d.ts +0 -14
  2931. package/locale/lib/locale/options/number.d.ts +0 -11
  2932. package/locale/lib/locale/pipes/localized-bignumber-impure.pipe.d.ts +0 -9
  2933. package/locale/lib/locale/pipes/localized-bignumber.pipe.d.ts +0 -12
  2934. package/locale/lib/locale/pipes/localized-currency-impure.pipe.d.ts +0 -11
  2935. package/locale/lib/locale/pipes/localized-currency.pipe.d.ts +0 -22
  2936. package/locale/lib/locale/pipes/localized-date-impure.pipe.d.ts +0 -7
  2937. package/locale/lib/locale/pipes/localized-date.pipe.d.ts +0 -10
  2938. package/locale/lib/locale/pipes/localized-number.pipe.d.ts +0 -17
  2939. package/locale/lib/locale/pipes/localized-time-impure.pipe.d.ts +0 -7
  2940. package/locale/lib/locale/pipes/localized-time.pipe.d.ts +0 -10
  2941. package/locale/public-api.d.ts +0 -12
  2942. package/localized-number-input/index.d.ts +0 -5
  2943. package/localized-number-input/lib/localized-number-input/localized-number-input.directive.d.ts +0 -16
  2944. package/localized-number-input/lib/localized-number-input/localized-number-input.module.d.ts +0 -8
  2945. package/localized-number-input/public-api.d.ts +0 -2
  2946. package/mask/index.d.ts +0 -5
  2947. package/mask/lib/mask/mask-formatter.module.d.ts +0 -7
  2948. package/mask/lib/mask/mask-formatter.pipe.d.ts +0 -8
  2949. package/mask/public-api.d.ts +0 -2
  2950. package/mouse-events/index.d.ts +0 -5
  2951. package/mouse-events/lib/mouse-events/double-click.directive.d.ts +0 -12
  2952. package/mouse-events/lib/mouse-events/long-press.directive.d.ts +0 -16
  2953. package/mouse-events/lib/mouse-events/mouse-events.module.d.ts +0 -9
  2954. package/mouse-events/public-api.d.ts +0 -3
  2955. package/navigation-button/index.d.ts +0 -5
  2956. package/navigation-button/lib/navigation-button/models/index.d.ts +0 -2
  2957. package/navigation-button/lib/navigation-button/models/navigation-button-step-changed-info.d.ts +0 -5
  2958. package/navigation-button/lib/navigation-button/navigation-button.component.d.ts +0 -33
  2959. package/navigation-button/lib/navigation-button/navigation-button.module.d.ts +0 -10
  2960. package/navigation-button/public-api.d.ts +0 -3
  2961. package/number-input/index.d.ts +0 -5
  2962. package/number-input/lib/number-input/number-input.directive.d.ts +0 -47
  2963. package/number-input/lib/number-input/number-input.module.d.ts +0 -11
  2964. package/number-input/public-api.d.ts +0 -2
  2965. package/numeric/index.d.ts +0 -5
  2966. package/numeric/lib/numeric.module.d.ts +0 -8
  2967. package/numeric/lib/numeric.pipe.d.ts +0 -16
  2968. package/numeric/lib/numeric.service.d.ts +0 -24
  2969. package/numeric/public-api.d.ts +0 -3
  2970. package/object-card/index.d.ts +0 -5
  2971. package/object-card/lib/object-card/elements/field/object-card-field.component.d.ts +0 -20
  2972. package/object-card/lib/object-card/elements/main/object-card-main.component.d.ts +0 -31
  2973. package/object-card/lib/object-card/object-card.component.d.ts +0 -31
  2974. package/object-card/lib/object-card/object-card.module.d.ts +0 -14
  2975. package/object-card/public-api.d.ts +0 -4
  2976. package/paginator/index.d.ts +0 -5
  2977. package/paginator/lib/models/paginator.models.d.ts +0 -14
  2978. package/paginator/lib/paginator/paginator.component.d.ts +0 -30
  2979. package/paginator/public-api.d.ts +0 -2
  2980. package/panel/index.d.ts +0 -5
  2981. package/panel/lib/panel/panel.component.d.ts +0 -27
  2982. package/panel/lib/panel/panel.module.d.ts +0 -10
  2983. package/panel/public-api.d.ts +0 -2
  2984. package/password-strength/index.d.ts +0 -5
  2985. package/password-strength/lib/password-strength/password-strength.component.d.ts +0 -23
  2986. package/password-strength/lib/password-strength/password-strength.directive.d.ts +0 -30
  2987. package/password-strength/lib/password-strength/password-strength.module.d.ts +0 -9
  2988. package/password-strength/lib/password-strength/types/password-positions.d.ts +0 -1
  2989. package/password-strength/lib/password-strength/types/password-strengths.d.ts +0 -1
  2990. package/password-strength/public-api.d.ts +0 -5
  2991. package/picklist/index.d.ts +0 -5
  2992. package/picklist/lib/picklist/picklist.component.d.ts +0 -74
  2993. package/picklist/lib/picklist/picklist.module.d.ts +0 -12
  2994. package/picklist/lib/picklist/types/index.d.ts +0 -2
  2995. package/picklist/lib/picklist/types/picklist-item.d.ts +0 -4
  2996. package/picklist/lib/picklist/types/picklist-template-types.d.ts +0 -1
  2997. package/picklist/public-api.d.ts +0 -4
  2998. package/product-header/index.d.ts +0 -5
  2999. package/product-header/lib/product-header/product-header.component.d.ts +0 -15
  3000. package/product-header/lib/product-header/product-header.module.d.ts +0 -10
  3001. package/product-header/public-api.d.ts +0 -2
  3002. package/profile-picture-picker/index.d.ts +0 -5
  3003. package/profile-picture-picker/lib/profile-picture-picker/models/file-validation-errors.d.ts +0 -5
  3004. package/profile-picture-picker/lib/profile-picture-picker/models/index.d.ts +0 -4
  3005. package/profile-picture-picker/lib/profile-picture-picker/profile-picture-picker.component.d.ts +0 -58
  3006. package/profile-picture-picker/lib/profile-picture-picker/profile-picture-picker.module.d.ts +0 -13
  3007. package/profile-picture-picker/lib/profile-picture-picker/validators/index.d.ts +0 -1
  3008. package/profile-picture-picker/lib/profile-picture-picker/validators/validators.d.ts +0 -7
  3009. package/profile-picture-picker/public-api.d.ts +0 -4
  3010. package/progressbar/index.d.ts +0 -5
  3011. package/progressbar/lib/progressbar/components/progressbar-determinate/progressbar-determinate.component.d.ts +0 -20
  3012. package/progressbar/lib/progressbar/components/progressbar-indeterminate/progressbar-indeterminate.component.d.ts +0 -8
  3013. package/progressbar/lib/progressbar/progressbar.component.d.ts +0 -17
  3014. package/progressbar/lib/progressbar/progressbar.module.d.ts +0 -10
  3015. package/progressbar/lib/progressbar/types/index.d.ts +0 -2
  3016. package/progressbar/lib/progressbar/types/progressbar-colors.d.ts +0 -1
  3017. package/progressbar/lib/progressbar/types/progressbar-mode.d.ts +0 -1
  3018. package/progressbar/public-api.d.ts +0 -3
  3019. package/radio-button/index.d.ts +0 -5
  3020. package/radio-button/lib/radio-button/radio-button.component.d.ts +0 -31
  3021. package/radio-button/lib/radio-button-group/models/radio-button-group.models.d.ts +0 -5
  3022. package/radio-button/lib/radio-button-group/radio-button-group.component.d.ts +0 -25
  3023. package/radio-button/lib/services/radio-button-registry.service.d.ts +0 -12
  3024. package/radio-button/public-api.d.ts +0 -3
  3025. package/rating-scale/index.d.ts +0 -5
  3026. package/rating-scale/lib/rating-scale/models/index.d.ts +0 -1
  3027. package/rating-scale/lib/rating-scale/rating-scale.component.d.ts +0 -18
  3028. package/rating-scale/lib/rating-scale/rating-scale.module.d.ts +0 -9
  3029. package/rating-scale/public-api.d.ts +0 -3
  3030. package/select/index.d.ts +0 -5
  3031. package/select/lib/select/components/select-option/select-option.component.d.ts +0 -14
  3032. package/select/lib/select/select.component.d.ts +0 -266
  3033. package/select/public-api.d.ts +0 -1
  3034. package/select-button/index.d.ts +0 -5
  3035. package/select-button/lib/select-button/components/select-button-item/select-button-item.component.d.ts +0 -10
  3036. package/select-button/lib/select-button/select-button.component.d.ts +0 -22
  3037. package/select-button/lib/select-button/select-button.module.d.ts +0 -9
  3038. package/select-button/public-api.d.ts +0 -3
  3039. package/shared/index.d.ts +0 -5
  3040. package/shared/lib/shared/border-button/border-button.component.d.ts +0 -9
  3041. package/shared/lib/shared/border-button/border-button.module.d.ts +0 -9
  3042. package/shared/lib/shared/models/border-button-options.d.ts +0 -9
  3043. package/shared/lib/shared/models/severities.d.ts +0 -8
  3044. package/shared/public-api.d.ts +0 -6
  3045. package/sidebar/index.d.ts +0 -5
  3046. package/sidebar/lib/sidebar/sidebar.component.d.ts +0 -30
  3047. package/sidebar/lib/sidebar/sidebar.module.d.ts +0 -10
  3048. package/sidebar/public-api.d.ts +0 -2
  3049. package/slide-panel/index.d.ts +0 -5
  3050. package/slide-panel/lib/slide-panel/slide-panel.component.d.ts +0 -32
  3051. package/slide-panel/lib/slide-panel/slide-panel.module.d.ts +0 -8
  3052. package/slide-panel/lib/slide-panel/slide-panel.service.d.ts +0 -10
  3053. package/slide-panel/public-api.d.ts +0 -3
  3054. package/slider/index.d.ts +0 -5
  3055. package/slider/lib/slider/slider.component.d.ts +0 -97
  3056. package/slider/lib/slider/slider.module.d.ts +0 -9
  3057. package/slider/public-api.d.ts +0 -2
  3058. package/speech-recognition/index.d.ts +0 -5
  3059. package/speech-recognition/lib/speech-recognition/speech-recognition/speech-recognition.component.d.ts +0 -54
  3060. package/speech-recognition/lib/speech-recognition/speech-recognition.module.d.ts +0 -9
  3061. package/speech-recognition/lib/speech-recognition/speech-recognition.service.d.ts +0 -29
  3062. package/speech-recognition/lib/speech-recognition/text-to-speech.service.d.ts +0 -26
  3063. package/speech-recognition/public-api.d.ts +0 -4
  3064. package/split-button/index.d.ts +0 -5
  3065. package/split-button/lib/split-button/models/index.d.ts +0 -2
  3066. package/split-button/lib/split-button/models/split-button-type.d.ts +0 -1
  3067. package/split-button/lib/split-button/split-button.component.d.ts +0 -22
  3068. package/split-button/lib/split-button/split-button.module.d.ts +0 -8
  3069. package/split-button/public-api.d.ts +0 -3
  3070. package/star-rating/index.d.ts +0 -5
  3071. package/star-rating/public-api.d.ts +0 -2
  3072. package/star-rating/star-rating/star-rating-models.d.ts +0 -1
  3073. package/star-rating/star-rating/star-rating.component.d.ts +0 -20
  3074. package/stats-card/index.d.ts +0 -5
  3075. package/stats-card/lib/stats-card/stats-card.component.d.ts +0 -28
  3076. package/stats-card/lib/stats-card/stats-card.module.d.ts +0 -9
  3077. package/stats-card/public-api.d.ts +0 -2
  3078. package/steps/index.d.ts +0 -5
  3079. package/steps/lib/steps/steps.component.d.ts +0 -36
  3080. package/steps/lib/steps/steps.module.d.ts +0 -9
  3081. package/steps/public-api.d.ts +0 -2
  3082. package/structure/index.d.ts +0 -5
  3083. package/structure/lib/structure/footer.component.d.ts +0 -5
  3084. package/structure/lib/structure/header.component.d.ts +0 -5
  3085. package/structure/lib/structure/structure.module.d.ts +0 -9
  3086. package/structure/public-api.d.ts +0 -4
  3087. package/styles.css +0 -1
  3088. package/switch/index.d.ts +0 -5
  3089. package/switch/lib/switch/switch.component.d.ts +0 -25
  3090. package/switch/lib/switch/switch.module.d.ts +0 -8
  3091. package/switch/public-api.d.ts +0 -2
  3092. package/table/index.d.ts +0 -5
  3093. package/table/lib/table/export-utils.d.ts +0 -16
  3094. package/table/lib/table/navigation/navigation.directive.d.ts +0 -18
  3095. package/table/lib/table/row-toggler/row-toggler.directive.d.ts +0 -10
  3096. package/table/lib/table/table-column/index.d.ts +0 -2
  3097. package/table/lib/table/table-column/models/badge-column.interface.d.ts +0 -9
  3098. package/table/lib/table/table-column/models/badge-configs.interface.d.ts +0 -5
  3099. package/table/lib/table/table-column/models/column-colors.d.ts +0 -1
  3100. package/table/lib/table/table-column/models/column-values.interface.d.ts +0 -18
  3101. package/table/lib/table/table-column/models/column.interface.d.ts +0 -28
  3102. package/table/lib/table/table-column/models/dynamic-editable-grid.interface.d.ts +0 -13
  3103. package/table/lib/table/table-column/models/index.d.ts +0 -10
  3104. package/table/lib/table/table-column/models/locale-options.interface.d.ts +0 -6
  3105. package/table/lib/table/table-column/models/number-locale-options.interface.d.ts +0 -6
  3106. package/table/lib/table/table-column/table-columns.component.d.ts +0 -53
  3107. package/table/lib/table/table-paging/index.d.ts +0 -2
  3108. package/table/lib/table/table-paging/models/index.d.ts +0 -1
  3109. package/table/lib/table/table-paging/table-paging.component.d.ts +0 -65
  3110. package/table/lib/table/table.module.d.ts +0 -17
  3111. package/table/public-api.d.ts +0 -5
  3112. package/table-header/index.d.ts +0 -5
  3113. package/table-header/lib/table-header/table-header-checkbox.component.d.ts +0 -31
  3114. package/table-header/lib/table-header/table-header-checkox.module.d.ts +0 -10
  3115. package/table-header/public-api.d.ts +0 -2
  3116. package/tabs/index.d.ts +0 -5
  3117. package/tabs/lib/tab-item/tab-item.component.d.ts +0 -18
  3118. package/tabs/lib/tabs/tabs.component.d.ts +0 -16
  3119. package/tabs/public-api.d.ts +0 -2
  3120. package/template/index.d.ts +0 -5
  3121. package/template/lib/template/template.directive.d.ts +0 -8
  3122. package/template/lib/template/template.module.d.ts +0 -8
  3123. package/template/public-api.d.ts +0 -2
  3124. package/text-area/index.d.ts +0 -5
  3125. package/text-area/lib/text-area/text-area.component.d.ts +0 -36
  3126. package/text-area/lib/text-area.module.d.ts +0 -11
  3127. package/text-area/public-api.d.ts +0 -2
  3128. package/text-area-ia/index.d.ts +0 -5
  3129. package/text-area-ia/lib/services/IAssist/iassist.service.d.ts +0 -16
  3130. package/text-area-ia/lib/services/IAssist/models/iassist-input-data.d.ts +0 -6
  3131. package/text-area-ia/lib/services/IAssist/models/iassist-response.d.ts +0 -5
  3132. package/text-area-ia/lib/text-area-ia/text-area-ia.component.d.ts +0 -47
  3133. package/text-area-ia/lib/text-area-ia/text-area-ia.module.d.ts +0 -15
  3134. package/text-area-ia/public-api.d.ts +0 -2
  3135. package/thumbnail/index.d.ts +0 -5
  3136. package/thumbnail/lib/thumbnail/thumbnail-size.d.ts +0 -1
  3137. package/thumbnail/lib/thumbnail/thumbnail.component.d.ts +0 -27
  3138. package/thumbnail/lib/thumbnail/thumbnail.module.d.ts +0 -8
  3139. package/thumbnail/lib/thumbnail/thumbnail.service.d.ts +0 -10
  3140. package/thumbnail/public-api.d.ts +0 -3
  3141. package/thumbnails/index.d.ts +0 -5
  3142. package/thumbnails/lib/thumbnails/components/thumbnail-item/components/thumbnail-item-image/thumbnail-item-image.component.d.ts +0 -6
  3143. package/thumbnails/lib/thumbnails/components/thumbnail-item/components/thumbnail-item-video/thumbnail-item-video.component.d.ts +0 -11
  3144. package/thumbnails/lib/thumbnails/components/thumbnail-item/thumbnail-item.component.d.ts +0 -23
  3145. package/thumbnails/lib/thumbnails/models/thumbnails-item.d.ts +0 -20
  3146. package/thumbnails/lib/thumbnails/thumbnails.component.d.ts +0 -20
  3147. package/thumbnails/lib/thumbnails/thumbnails.module.d.ts +0 -14
  3148. package/thumbnails/public-api.d.ts +0 -3
  3149. package/tiered-menu/index.d.ts +0 -5
  3150. package/tiered-menu/lib/tiered-menu/components/tiered-menu/tiered-menu.component.d.ts +0 -35
  3151. package/tiered-menu/lib/tiered-menu/components/tiered-menu-divider/tiered-menu-divider.component.d.ts +0 -5
  3152. package/tiered-menu/lib/tiered-menu/components/tiered-menu-item/tiered-menu-item.component.d.ts +0 -18
  3153. package/tiered-menu/lib/tiered-menu/components/tiered-menu-nested/tiered-menu-nested.component.d.ts +0 -27
  3154. package/tiered-menu/lib/tiered-menu/models/index.d.ts +0 -2
  3155. package/tiered-menu/lib/tiered-menu/models/tiered-menu-item-data.d.ts +0 -10
  3156. package/tiered-menu/lib/tiered-menu/models/tiered-menu-item-internal-data.d.ts +0 -6
  3157. package/tiered-menu/lib/tiered-menu/services/tiered-menu.event.service.d.ts +0 -14
  3158. package/tiered-menu/lib/tiered-menu/services/tiered-menu.global.service.d.ts +0 -7
  3159. package/tiered-menu/lib/tiered-menu/services/tiered-menu.service.d.ts +0 -15
  3160. package/tiered-menu/lib/tiered-menu/tiered-menu.directive.d.ts +0 -46
  3161. package/tiered-menu/lib/tiered-menu/tiered-menu.module.d.ts +0 -12
  3162. package/tiered-menu/public-api.d.ts +0 -5
  3163. package/tile/index.d.ts +0 -5
  3164. package/tile/lib/tile/tile.component.d.ts +0 -19
  3165. package/tile/lib/tile/tile.module.d.ts +0 -10
  3166. package/tile/public-api.d.ts +0 -2
  3167. package/timeline/index.d.ts +0 -5
  3168. package/timeline/lib/timeline/components/horizontal-timeline/horizontal-timeline.component.d.ts +0 -9
  3169. package/timeline/lib/timeline/components/horizontal-timeline/horizontal-timeline.module.d.ts +0 -10
  3170. package/timeline/lib/timeline/components/timeline-icon-item/timeline-icon-item.component.d.ts +0 -10
  3171. package/timeline/lib/timeline/components/timeline-icon-item/timeline-icon-item.module.d.ts +0 -9
  3172. package/timeline/lib/timeline/components/vertical-timeline/components/collapse-option/collapse-option.component.d.ts +0 -9
  3173. package/timeline/lib/timeline/components/vertical-timeline/components/collapsed-items/collapsed-items.component.d.ts +0 -13
  3174. package/timeline/lib/timeline/components/vertical-timeline/components/range-line/range-line.component.d.ts +0 -5
  3175. package/timeline/lib/timeline/components/vertical-timeline/components/vertical-items/vertical-items.component.d.ts +0 -11
  3176. package/timeline/lib/timeline/components/vertical-timeline/vertical-timeline.component.d.ts +0 -24
  3177. package/timeline/lib/timeline/components/vertical-timeline/vertical-timeline.module.d.ts +0 -13
  3178. package/timeline/lib/timeline/models/timeline-item.d.ts +0 -27
  3179. package/timeline/lib/timeline/timeline.component.d.ts +0 -23
  3180. package/timeline/lib/timeline/timeline.module.d.ts +0 -11
  3181. package/timeline/public-api.d.ts +0 -5
  3182. package/toast/index.d.ts +0 -5
  3183. package/toast/lib/toast/toast.component.d.ts +0 -15
  3184. package/toast/lib/toast/toast.module.d.ts +0 -8
  3185. package/toast/lib/toast/toast.service.d.ts +0 -15
  3186. package/toast/lib/toast/types/toast.d.ts +0 -16
  3187. package/toast/public-api.d.ts +0 -3
  3188. package/token-list/index.d.ts +0 -5
  3189. package/token-list/lib/token-list/models/index.d.ts +0 -1
  3190. package/token-list/lib/token-list/token-list.component.d.ts +0 -16
  3191. package/token-list/lib/token-list/token-list.module.d.ts +0 -8
  3192. package/token-list/public-api.d.ts +0 -3
  3193. package/tooltip/index.d.ts +0 -5
  3194. package/tooltip/lib/tooltip/models/mobile-behavior.d.ts +0 -1
  3195. package/tooltip/lib/tooltip/models/tooltip-event.d.ts +0 -1
  3196. package/tooltip/lib/tooltip/models/tooltip-position.d.ts +0 -1
  3197. package/tooltip/lib/tooltip/tooltip.component.d.ts +0 -12
  3198. package/tooltip/lib/tooltip/tooltip.directive.d.ts +0 -63
  3199. package/tooltip/lib/tooltip/tooltip.module.d.ts +0 -9
  3200. package/tooltip/public-api.d.ts +0 -5
  3201. package/tree/index.d.ts +0 -5
  3202. package/tree/lib/tree/Models/tree.models.d.ts +0 -28
  3203. package/tree/lib/tree/components/tree-node-item/tree-node-item.component.d.ts +0 -38
  3204. package/tree/lib/tree/tree.component.d.ts +0 -36
  3205. package/tree/lib/tree/tree.module.d.ts +0 -12
  3206. package/tree/public-api.d.ts +0 -3
  3207. package/utils/lib/utils/utils.d.ts +0 -28
  3208. package/utils/public-api.d.ts +0 -2
  3209. package/workspace-switch/index.d.ts +0 -5
  3210. package/workspace-switch/lib/workspace-switch/models/index.d.ts +0 -1
  3211. package/workspace-switch/lib/workspace-switch/workspace-switch.component.d.ts +0 -33
  3212. package/workspace-switch/lib/workspace-switch/workspace-switch.module.d.ts +0 -8
  3213. package/workspace-switch/public-api.d.ts +0 -3
  3214. /package/{code-editor/lib → components}/code-editor/core/facades/linter-facade.d.ts +0 -0
  3215. /package/{code-editor/lib → components}/code-editor/core/models/enums/marker-severity.d.ts +0 -0
  3216. /package/{code-editor/lib → components}/code-editor/core/models/index.d.ts +0 -0
  3217. /package/{code-editor/lib → components}/code-editor/core/models/interfaces/marker.d.ts +0 -0
  3218. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/editor-languages.d.ts +0 -0
  3219. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/json/json.language.d.ts +0 -0
  3220. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-empty-state.d.ts +0 -0
  3221. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-loading-state.d.ts +0 -0
  3222. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/autocomplete-state-wrapper/autocomplete-state-wrapper-style.d.ts +0 -0
  3223. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-states/index.d.ts +0 -0
  3224. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete-style.d.ts +0 -0
  3225. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/autocomplete/autocomplete.service.d.ts +0 -0
  3226. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/base-configs/base-configs.d.ts +0 -0
  3227. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/extensions/base-configs/grammar.d.ts +0 -0
  3228. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/completion-types.d.ts +0 -0
  3229. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/enum-type-order.d.ts +0 -0
  3230. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/keywords.d.ts +0 -0
  3231. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/meta-type.d.ts +0 -0
  3232. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/enums/request-types.d.ts +0 -0
  3233. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/index.d.ts +0 -0
  3234. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/completion-Item.d.ts +0 -0
  3235. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/facade-metadata-name.d.ts +0 -0
  3236. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/fields-order-by.d.ts +0 -0
  3237. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/get-facade-metadata-by-path.d.ts +0 -0
  3238. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/list-context-metadata-by-id.d.ts +0 -0
  3239. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/list-expression-metadata.d.ts +0 -0
  3240. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/list-facade-metadata-names.d.ts +0 -0
  3241. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-expression-metadata.d.ts +0 -0
  3242. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-front-context-metadata.d.ts +0 -0
  3243. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-front-facade-metadata.d.ts +0 -0
  3244. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-front-field-metadata.d.ts +0 -0
  3245. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/rec-page-request.d.ts +0 -0
  3246. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/models/interfaces/tax-calculation-configs.d.ts +0 -0
  3247. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/tax-calculation-language-configs.d.ts +0 -0
  3248. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/tax-calculation.language.d.ts +0 -0
  3249. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/utils/get-language-configs.d.ts +0 -0
  3250. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/languages/tax-calculation/utils/index.d.ts +0 -0
  3251. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/models/index.d.ts +0 -0
  3252. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/themes/editor-themes.d.ts +0 -0
  3253. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/autocomplete-tooltip.d.ts +0 -0
  3254. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/font-style.d.ts +0 -0
  3255. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/line-counter.d.ts +0 -0
  3256. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/themes/sds-light/extensions/scrollbars.d.ts +0 -0
  3257. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/themes/sds-light/sds-light-highlight-style.d.ts +0 -0
  3258. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/themes/sds-light/sds-light-style.d.ts +0 -0
  3259. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/themes/sds-light/sds-light-theme.d.ts +0 -0
  3260. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/utils/convert-markers-to-diagnostics.d.ts +0 -0
  3261. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/utils/index.d.ts +0 -0
  3262. /package/{code-editor/lib → components}/code-editor/infra/cores/codemirror-6/utils/is-current-position-inside-string.d.ts +0 -0
  3263. /package/{code-editor/lib → components}/code-editor/infra/utils/custom-http-client/json-response-formatters/format-blob-response.d.ts +0 -0
  3264. /package/{code-editor/lib → components}/code-editor/infra/utils/custom-http-client/json-response-formatters/format-json-response.d.ts +0 -0
  3265. /package/{code-editor/lib → components}/code-editor/infra/utils/custom-http-client/json-response-formatters/index.d.ts +0 -0
  3266. /package/{code-editor/lib → components}/code-editor/infra/utils/custom-translations/index.d.ts +0 -0
  3267. /package/{code-editor/lib → components}/code-editor/infra/utils/custom-translations/models/index.d.ts +0 -0
  3268. /package/{code-editor/lib → components}/code-editor/infra/utils/custom-translations/models/interfaces/translations.d.ts +0 -0
  3269. /package/{code-editor/lib → components}/code-editor/infra/utils/index.d.ts +0 -0
  3270. /package/{code-editor/lib → components}/code-editor/models/enums/languages.d.ts +0 -0
  3271. /package/{code-editor/lib → components}/code-editor/models/enums/themes.d.ts +0 -0
  3272. /package/{code-editor/lib → components}/code-editor/models/index.d.ts +0 -0
  3273. /package/{code-editor/lib → components}/code-editor/models/interfaces/editor-options.d.ts +0 -0
  3274. /package/{country-phone-picker/lib → components}/country-phone-picker/models/country-phone-data.d.ts +0 -0
  3275. /package/{country-phone-picker/lib → components}/country-phone-picker/models/ordination.d.ts +0 -0
  3276. /package/{country-phone-picker/lib → components}/country-phone-picker/models/phone-selection-data.d.ts +0 -0
  3277. /package/{custom-fields/lib → components}/custom-fields/models/custom-field-type.d.ts +0 -0
  3278. /package/{dynamic-form/lib → components}/dynamic-form/configurations/dynamic-config.d.ts +0 -0
  3279. /package/{dynamic-form/lib → components}/dynamic-form/configurations/dynamic-type.d.ts +0 -0
  3280. /package/{dynamic-form/lib/dynamic-form/form-field → components/dynamic-form}/configurations/field-size.d.ts +0 -0
  3281. /package/{dynamic-form/lib/dynamic-form/form-field → components/dynamic-form}/configurations/fields/editor-field.d.ts +0 -0
  3282. /package/{dynamic-form/lib → components}/dynamic-form/configurations/grid-type.d.ts +0 -0
  3283. /package/{dynamic-form/lib → components}/dynamic-form/configurations/structure-type.d.ts +0 -0
  3284. /package/{file-upload/lib → components}/file-upload/models/list-blob-metadata.d.ts +0 -0
  3285. /package/{gantt/lib → components}/gantt/components/gantt/utils/date-utils.d.ts +0 -0
  3286. /package/{gantt/lib → components}/gantt/models/task.d.ts +0 -0
  3287. /package/{gantt/lib → components}/gantt/models/view-mode.d.ts +0 -0
  3288. /package/{inline-edit/lib → components}/inline-edit/components/index.d.ts +0 -0
  3289. /package/{inline-edit/lib → components}/inline-edit/fields/inline-edit-text-area-field.d.ts +0 -0
  3290. /package/{inline-edit/lib → components}/inline-edit/fields/inline-edit-text-area-ia-field.d.ts +0 -0
  3291. /package/{inline-edit/lib → components}/inline-edit/fields/inline-edit-text-field.d.ts +0 -0
  3292. /package/{loading-state/lib → components}/loading-state/components/loading-state-indicators.d.ts +0 -0
  3293. /package/{navigation-button/lib → components}/navigation-button/models/navigation-button-item.d.ts +0 -0
  3294. /package/{profile-picture-picker/lib → components}/profile-picture-picker/models/confirmation-texts.d.ts +0 -0
  3295. /package/{profile-picture-picker/lib → components}/profile-picture-picker/models/cropper-labels-config.d.ts +0 -0
  3296. /package/{profile-picture-picker/lib → components}/profile-picture-picker/models/profile-picture-picker-data.d.ts +0 -0
  3297. /package/{rating-scale/lib → components}/rating-scale/models/rating-scale-node.d.ts +0 -0
  3298. /package/{select-button/lib → components}/select-button/models/select-button-item.d.ts +0 -0
  3299. /package/{shared/lib → components}/shared/helpers.d.ts +0 -0
  3300. /package/{split-button/lib → components}/split-button/models/split-button-option.d.ts +0 -0
  3301. /package/{table/lib → components}/table/table-column/models/enum-badge-colors.d.ts +0 -0
  3302. /package/{table/lib → components}/table/table-column/models/enum-column-field-type.d.ts +0 -0
  3303. /package/{table/lib → components}/table/table-paging/models/custom-action.interface.d.ts +0 -0
  3304. /package/{timeline/lib → components}/timeline/models/timeline-item-severity.d.ts +0 -0
  3305. /package/{timeline/lib → components}/timeline/models/timeline-item-size.d.ts +0 -0
  3306. /package/{token-list/lib → components}/token-list/models/token.d.ts +0 -0
  3307. /package/{utils/lib → components}/utils/breakpoints.d.ts +0 -0
  3308. /package/{table/lib → components/utils}/locale-utils.d.ts +0 -0
  3309. /package/{workspace-switch/lib → components}/workspace-switch/models/workspace.d.ts +0 -0
  3310. /package/{lib/locale → locale}/fallback.d.ts +0 -0
@@ -0,0 +1,313 @@
1
+ import { __awaiter, __decorate, __param } from "tslib";
2
+ import { Component, Inject, Input, Output } from "@angular/core";
3
+ import { TranslateService } from "@ngx-translate/core";
4
+ import { HostProjectConfigsInjectionToken } from "../../../angular-components.module";
5
+ import { deepClone, ExportUtils, isNullOrUndefined } from "../../utils";
6
+ import { LocaleService } from "../../locale/locale.service";
7
+ import BigNumber from "bignumber.js";
8
+ let TablePagingComponent = class TablePagingComponent {
9
+ constructor(translate, localeService, hostProjectConfigs) {
10
+ this.translate = translate;
11
+ this.localeService = localeService;
12
+ this.hostProjectConfigs = hostProjectConfigs;
13
+ this.exportable = true;
14
+ this.enableExportSelectedRecords = true;
15
+ }
16
+ ngOnChanges(changes) {
17
+ var _a;
18
+ if ((_a = changes.totalRecords) === null || _a === void 0 ? void 0 : _a.currentValue) {
19
+ this.totalRecordsText = this.translate.instant(`${this.getTranslatePrefix()}total_records`, {
20
+ value: changes.totalRecords.currentValue,
21
+ });
22
+ }
23
+ }
24
+ getTranslatePrefix() {
25
+ return `${this.hostProjectConfigs.domain}.${this.hostProjectConfigs.service}.`;
26
+ }
27
+ getTooltipText() {
28
+ return this.translate.instant(`${this.getTranslatePrefix()}export_to_csv`);
29
+ }
30
+ getActions() {
31
+ var _a;
32
+ const actions = [
33
+ {
34
+ id: "exportCurrentPage",
35
+ label: this.translate.instant(`${this.getTranslatePrefix()}export_current_page`),
36
+ command: () => this.exportCurrentPage(),
37
+ },
38
+ ];
39
+ if (this.enableExportSelectedRecords) {
40
+ actions.push({
41
+ id: "exportSelected",
42
+ label: this.translate.instant(`${this.getTranslatePrefix()}export_selected_records`),
43
+ command: () => this.exportSelectedRecords(),
44
+ });
45
+ }
46
+ if (this.loadAllRecords) {
47
+ actions.push({
48
+ id: "exportAll",
49
+ label: this.translate.instant(`${this.getTranslatePrefix()}export_all_records`),
50
+ command: () => this.exportAllRecords(),
51
+ });
52
+ }
53
+ if ((_a = this.customActions) === null || _a === void 0 ? void 0 : _a.length) {
54
+ const customMenus = this.customActions.map((p, index) => ({
55
+ id: "customAction_" + index,
56
+ label: p.label,
57
+ command: p.command,
58
+ }));
59
+ actions.push(...customMenus);
60
+ }
61
+ return actions;
62
+ }
63
+ validateComponent() {
64
+ if (!this.table) {
65
+ throw new Error("Table component not defined");
66
+ }
67
+ }
68
+ getColumnsToExport() {
69
+ return [...this.table.columns].map((column) => {
70
+ var _a;
71
+ const exportColumn = Object.assign(Object.assign({}, column), { header: column.header, exportable: true, field: column.field, separator: (_a = column.separator) !== null && _a !== void 0 ? _a : " - ", enumPrefix: column.enumPrefix, customExport: column.customExport });
72
+ if (column.exportable === false) {
73
+ exportColumn.exportable = false;
74
+ }
75
+ if (column.attributes && column.attributes.length) {
76
+ if (column.attributes.length === 1) {
77
+ exportColumn.field = column.attributes[0];
78
+ }
79
+ else {
80
+ exportColumn.field = column.attributes;
81
+ }
82
+ }
83
+ return exportColumn;
84
+ });
85
+ }
86
+ getCurrentPageRowsToExport(columns) {
87
+ let tableData = deepClone(this.table.value);
88
+ if (this.loadCurrentPageRecords) {
89
+ tableData = this.loadCurrentPageRecords();
90
+ }
91
+ tableData = this.mapCustomExport(columns, tableData);
92
+ tableData = this.mapNumberFormatOptionsExport(columns, tableData);
93
+ return this.mapColumnsTranslations(columns, tableData);
94
+ }
95
+ getSelectedRowsToExport(columns) {
96
+ let tableData = deepClone(this.table.selection);
97
+ if (this.loadSelectedRecords) {
98
+ tableData = this.loadSelectedRecords();
99
+ }
100
+ tableData = this.mapCustomExport(columns, tableData);
101
+ tableData = this.mapNumberFormatOptionsExport(columns, tableData);
102
+ return this.mapColumnsTranslations(columns, tableData);
103
+ }
104
+ getPropertyValue(obj, path) {
105
+ return path.split(".").reduce((result, prop) => (result[prop] === undefined ? undefined : result[prop]), obj);
106
+ }
107
+ setPropertyValue(obj, path, value) {
108
+ this.recursionSetValue(obj, path.split("."), value);
109
+ }
110
+ recursionSetValue(obj, keysList, value) {
111
+ const key = keysList[0];
112
+ if (keysList.length === 1) {
113
+ obj[key] = value;
114
+ return obj;
115
+ }
116
+ obj[key] = this.recursionSetValue((obj === null || obj === void 0 ? void 0 : obj[key]) || {}, keysList.slice(1), value);
117
+ return obj;
118
+ }
119
+ mapColumnsTranslations(columns, rows) {
120
+ const enumColumns = columns.filter((p) => p.enumPrefix);
121
+ if (!enumColumns.length) {
122
+ return rows;
123
+ }
124
+ return [...rows].map((row) => {
125
+ const newRow = Object.assign({}, row);
126
+ enumColumns.forEach((column) => {
127
+ const fields = !Array.isArray(column.field) ? [column.field] : column.field;
128
+ fields.forEach((fieldName) => {
129
+ const columnData = this.getPropertyValue(row, fieldName);
130
+ if (columnData === null || columnData === undefined) {
131
+ return;
132
+ }
133
+ const newValue = this.translateValue(column, columnData);
134
+ this.setPropertyValue(newRow, fieldName, newValue);
135
+ });
136
+ });
137
+ return newRow;
138
+ });
139
+ }
140
+ /**
141
+ * The purpose of this method is to map values
142
+ * from the TableColumnsComponent, which uses the numberFormatOptions
143
+ * field, along with rows that have a custom numberFormatOptions,
144
+ * to ensure the correct values are exported by the TablePagingComponent.
145
+ *
146
+ * @returns Returns the correctly mapped tableData.
147
+ */
148
+ mapNumberFormatOptionsExport(columns, tableData) {
149
+ const hasNumberFormatOptionsColumns = columns.some((column) => column.numberFormatOptions);
150
+ const hasNumberFormatOptionsRows = tableData.some((rowData) => Object.keys(rowData).some((key) => { var _a, _b; return (_b = (_a = rowData[key]) === null || _a === void 0 ? void 0 : _a.options) === null || _b === void 0 ? void 0 : _b.numberFormatOptions; }));
151
+ if (!hasNumberFormatOptionsColumns && !hasNumberFormatOptionsRows)
152
+ return tableData;
153
+ if (hasNumberFormatOptionsColumns) {
154
+ tableData = tableData.map((rowData) => {
155
+ var _a;
156
+ const columnsWithNumberFormatOptions = columns.filter((column) => column.numberFormatOptions);
157
+ for (const column of columnsWithNumberFormatOptions) {
158
+ const attributes = column.attributes;
159
+ const numberFormatOptions = typeof column.numberFormatOptions === "function"
160
+ ? column.numberFormatOptions({
161
+ rowData,
162
+ })
163
+ : column.numberFormatOptions;
164
+ for (const attribute of attributes) {
165
+ if (isNullOrUndefined(rowData[attribute]))
166
+ continue;
167
+ if ((_a = rowData[attribute].options) === null || _a === void 0 ? void 0 : _a.numberFormatOptions) {
168
+ continue;
169
+ }
170
+ const value = rowData[attribute];
171
+ const mappedValue = numberFormatOptions.style === "percent" ? new BigNumber(value).times(100) : new BigNumber(value);
172
+ const numberFormat = new Intl.NumberFormat(this.localeService.getLocaleOptions().locale, Object.assign(Object.assign({}, numberFormatOptions), { style: "decimal", useGrouping: false, roundingMode: "trunc" }));
173
+ rowData[attribute] = numberFormat.format(mappedValue.toNumber());
174
+ }
175
+ }
176
+ return rowData;
177
+ });
178
+ }
179
+ if (hasNumberFormatOptionsRows) {
180
+ tableData = tableData.map((rowData) => {
181
+ const keysWithNumberFormatOptions = Object.keys(rowData).filter((key) => { var _a, _b; return (_b = (_a = rowData[key]) === null || _a === void 0 ? void 0 : _a.options) === null || _b === void 0 ? void 0 : _b.numberFormatOptions; });
182
+ for (const key of keysWithNumberFormatOptions) {
183
+ const value = rowData[key].value;
184
+ const numberFormatOptions = rowData[key].options.numberFormatOptions;
185
+ const mappedValue = numberFormatOptions.style === "percent" ? new BigNumber(value).times(100) : new BigNumber(value);
186
+ const numberFormat = new Intl.NumberFormat(this.localeService.getLocaleOptions().locale, Object.assign(Object.assign({}, numberFormatOptions), { style: "decimal", useGrouping: false, roundingMode: "trunc" }));
187
+ rowData[key] = numberFormat.format(mappedValue.toNumber());
188
+ }
189
+ return rowData;
190
+ });
191
+ }
192
+ return tableData;
193
+ }
194
+ mapCustomExport(columns, rows) {
195
+ const customColumns = columns.filter((p) => p.customExport);
196
+ if (!customColumns.length) {
197
+ return rows;
198
+ }
199
+ return [...rows].map((row) => {
200
+ const newRow = Object.assign({}, row);
201
+ customColumns.forEach((column) => {
202
+ const fields = !Array.isArray(column.field) ? [column.field] : column.field;
203
+ fields.forEach((fieldName) => {
204
+ const columnData = this.getPropertyValue(row, fieldName);
205
+ if (columnData === null || columnData === undefined) {
206
+ return;
207
+ }
208
+ const newValue = column.customExport(columnData);
209
+ this.setPropertyValue(newRow, fieldName, newValue);
210
+ });
211
+ });
212
+ return newRow;
213
+ });
214
+ }
215
+ translateValue(column, columnData) {
216
+ // Default usage: ENUM_VALUE -> domain.service.enum_value
217
+ const enumValue = columnData.toString().toLowerCase();
218
+ let translationKey = column.enumPrefix + enumValue;
219
+ let translatedValue = this.translate.instant(translationKey);
220
+ // Custom usage 1: V9 -> domain.service.v_9
221
+ if (translationKey === translatedValue && enumValue.length > 1) {
222
+ translationKey = `${column.enumPrefix}${enumValue.substring(0, 1)}_${enumValue.substr(1)}`;
223
+ translatedValue = this.translate.instant(translationKey);
224
+ }
225
+ // Custom usage 2: EnumValue -> domain.service.enum_value
226
+ if (translationKey === translatedValue) {
227
+ const enumKey = this.convertToSnakeCase(columnData.toString());
228
+ translationKey = `${column.enumPrefix}${enumKey}`;
229
+ translatedValue = this.translate.instant(translationKey);
230
+ }
231
+ return translatedValue;
232
+ }
233
+ convertToSnakeCase(str) {
234
+ return str.replace(/([A-Z])/g, (match, group) => `_${group.toLowerCase()}`).replace(/^_/, "");
235
+ }
236
+ getExportFileName() {
237
+ var _a, _b;
238
+ const lang = (_a = this.translate.currentLang) !== null && _a !== void 0 ? _a : "pt-BR";
239
+ const date = new Date();
240
+ const fileName = (_b = this.exportFileName) !== null && _b !== void 0 ? _b : "download";
241
+ const formattedDate = date.toLocaleDateString(lang).replace("_", "-");
242
+ const formattedTime = date.toLocaleTimeString(lang).replace(" ", "-");
243
+ return `${fileName}_${formattedDate}_${formattedTime}`;
244
+ }
245
+ exportCurrentPage() {
246
+ this.validateComponent();
247
+ const columns = this.getColumnsToExport();
248
+ const dataToExport = this.getCurrentPageRowsToExport(columns);
249
+ ExportUtils.exportCSV(columns, dataToExport, undefined, this.getExportFileName());
250
+ }
251
+ exportSelectedRecords() {
252
+ this.validateComponent();
253
+ const columns = this.getColumnsToExport();
254
+ const dataToExport = this.getSelectedRowsToExport(columns);
255
+ ExportUtils.exportCSV(columns, dataToExport, undefined, this.getExportFileName());
256
+ }
257
+ exportAllRecords() {
258
+ return __awaiter(this, void 0, void 0, function* () {
259
+ this.validateComponent();
260
+ let serverData = yield this.loadAllRecords();
261
+ const columns = this.getColumnsToExport();
262
+ serverData = this.mapCustomExport(columns, serverData);
263
+ serverData = this.mapNumberFormatOptionsExport(columns, serverData);
264
+ const dataToExport = this.mapColumnsTranslations(columns, serverData);
265
+ ExportUtils.exportCSV(columns, dataToExport, undefined, this.getExportFileName());
266
+ });
267
+ }
268
+ };
269
+ TablePagingComponent.ctorParameters = () => [
270
+ { type: TranslateService },
271
+ { type: LocaleService },
272
+ { type: undefined, decorators: [{ type: Inject, args: [HostProjectConfigsInjectionToken,] }] }
273
+ ];
274
+ __decorate([
275
+ Input()
276
+ ], TablePagingComponent.prototype, "totalRecords", void 0);
277
+ __decorate([
278
+ Input()
279
+ ], TablePagingComponent.prototype, "exportFileName", void 0);
280
+ __decorate([
281
+ Input()
282
+ ], TablePagingComponent.prototype, "table", void 0);
283
+ __decorate([
284
+ Input()
285
+ ], TablePagingComponent.prototype, "exportable", void 0);
286
+ __decorate([
287
+ Input()
288
+ ], TablePagingComponent.prototype, "enableExportSelectedRecords", void 0);
289
+ __decorate([
290
+ Input()
291
+ ], TablePagingComponent.prototype, "customActions", void 0);
292
+ __decorate([
293
+ Input()
294
+ ], TablePagingComponent.prototype, "loadAllRecords", void 0);
295
+ __decorate([
296
+ Input()
297
+ ], TablePagingComponent.prototype, "loadCurrentPageRecords", void 0);
298
+ __decorate([
299
+ Input()
300
+ ], TablePagingComponent.prototype, "loadSelectedRecords", void 0);
301
+ __decorate([
302
+ Output()
303
+ ], TablePagingComponent.prototype, "totalRecordsText", void 0);
304
+ TablePagingComponent = __decorate([
305
+ Component({
306
+ template: "<div class=\"paging-container\">\n <span class=\"total-records\">\n {{totalRecordsText}}\n </span>\n <s-button\n *ngIf=\"exportable\"\n class=\"export-button\" \n priority=\"default\" \n iconClass=\"fa fa-fw fa-file-export\" \n [disabled]=\"false\" \n [auxiliary]=\"true\" \n [tooltip]=\"getTooltipText()\" \n [model]=\"getActions()\">\n </s-button>\n</div>\n",
307
+ selector: "s-table-paging",
308
+ styles: [".paging-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.export-button{margin-left:6px}"]
309
+ }),
310
+ __param(2, Inject(HostProjectConfigsInjectionToken))
311
+ ], TablePagingComponent);
312
+ export { TablePagingComponent };
313
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtcGFnaW5nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHMvIiwic291cmNlcyI6WyJjb21wb25lbnRzL3RhYmxlL3RhYmxlLXBhZ2luZy90YWJsZS1wYWdpbmcuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQWEsTUFBTSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUMzRixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUt2RCxPQUFPLEVBQXNCLGdDQUFnQyxFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDMUcsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxhQUFhLENBQUM7QUFFeEUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBRTVELE9BQU8sU0FBUyxNQUFNLGNBQWMsQ0FBQztBQWNyQyxJQUFhLG9CQUFvQixHQUFqQyxNQUFhLG9CQUFvQjtJQStCN0IsWUFDcUIsU0FBMkIsRUFDM0IsYUFBNEIsRUFDYyxrQkFBc0M7UUFGaEYsY0FBUyxHQUFULFNBQVMsQ0FBa0I7UUFDM0Isa0JBQWEsR0FBYixhQUFhLENBQWU7UUFDYyx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW9CO1FBdkI5RixlQUFVLEdBQUcsSUFBSSxDQUFDO1FBR2xCLGdDQUEyQixHQUFHLElBQUksQ0FBQztJQXFCdkMsQ0FBQztJQUVKLFdBQVcsQ0FBQyxPQUFzQjs7UUFDOUIsVUFBSSxPQUFPLENBQUMsWUFBWSwwQ0FBRSxZQUFZLEVBQUU7WUFDcEMsSUFBSSxDQUFDLGdCQUFnQixHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLEdBQUcsSUFBSSxDQUFDLGtCQUFrQixFQUFFLGVBQWUsRUFBRTtnQkFDeEYsS0FBSyxF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SSxDQUFDLDRCQUE0QixDQUFDLE9BQU8sRUFBRSxVQUFVLENBQUMsQ0FBQztZQUVwRSxNQUFNLFlBQVksR0FBRyxJQUFJLENBQUMsc0JBQXNCLENBQUMsT0FBTyxFQUFFLFVBQVUsQ0FBQyxDQUFDO1lBRXRFLFdBQVcsQ0FBQyxTQUFTLENBQUMsT0FBTyxFQUFFLFlBQVksRUFBRSxTQUFTLEVBQUUsSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUMsQ0FBQztRQUN0RixDQUFDO0tBQUE7Q0FDSixDQUFBOztZQXpWbUMsZ0JBQWdCO1lBQ1osYUFBYTs0Q0FDNUMsTUFBTSxTQUFDLGdDQUFnQzs7QUFoQzVDO0lBREMsS0FBSyxFQUFFOzBEQUNxQjtBQUc3QjtJQURDLEtBQUssRUFBRTs0REFDdUI7QUFHL0I7SUFEQyxLQUFLLEVBQUU7bURBQ2E7QUFHckI7SUFEQyxLQUFLLEVBQUU7d0RBQ2lCO0FBR3pCO0lBREMsS0FBSyxFQUFFO3lFQUNrQztBQUcxQztJQURDLEtBQUssRUFBRTsyREFDOEI7QUFHdEM7SUFEQyxLQUFLLEVBQUU7NERBQ3FDO0FBRzdDO0lBREMsS0FBSyxFQUFFO29FQUNvQztBQUc1QztJQURDLEtBQUssRUFBRTtpRUFDaUM7QUFHekM7SUFEQyxNQUFNLEVBQUU7OERBQ3VCO0FBN0J2QixvQkFBb0I7SUFMaEMsU0FBUyxDQUFDO1FBQ1AsOGJBQTRDO1FBRTVDLFFBQVEsRUFBRSxnQkFBZ0I7O0tBQzdCLENBQUM7SUFtQ08sV0FBQSxNQUFNLENBQUMsZ0NBQWdDLENBQUMsQ0FBQTtHQWxDcEMsb0JBQW9CLENBeVhoQztTQXpYWSxvQkFBb0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEluamVjdCwgSW5wdXQsIE9uQ2hhbmdlcywgT3V0cHV0LCBTaW1wbGVDaGFuZ2VzIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IFRyYW5zbGF0ZVNlcnZpY2UgfSBmcm9tIFwiQG5neC10cmFuc2xhdGUvY29yZVwiO1xuaW1wb3J0IHsgTWVudUl0ZW0gfSBmcm9tIFwicHJpbWVuZy9hcGlcIjtcbmltcG9ydCB7IFRhYmxlIH0gZnJvbSBcInByaW1lbmcvdGFibGVcIjtcbmltcG9ydCB7IENvbHVtbiB9IGZyb20gXCIuLi90YWJsZS1jb2x1bW4vbW9kZWxzL2NvbHVtbi5pbnRlcmZhY2VcIjtcblxuaW1wb3J0IHsgSG9zdFByb2plY3RDb25maWdzLCBIb3N0UHJvamVjdENvbmZpZ3NJbmplY3Rpb25Ub2tlbiB9IGZyb20gXCIuLi8uLi8uLi9hbmd1bGFyLWNvbXBvbmVudHMubW9kdWxlXCI7XG5pbXBvcnQgeyBkZWVwQ2xvbmUsIEV4cG9ydFV0aWxzLCBpc051bGxPclVuZGVmaW5lZCB9IGZyb20gXCIuLi8uLi91dGlsc1wiO1xuaW1wb3J0IHsgQ3VzdG9tQWN0aW9uIH0gZnJvbSBcIi4vbW9kZWxzXCI7XG5pbXBvcnQgeyBMb2NhbGVTZXJ2aWNlIH0gZnJvbSBcIi4uLy4uL2xvY2FsZS9sb2NhbGUuc2VydmljZVwiO1xuXG5pbXBvcnQgQmlnTnVtYmVyIGZyb20gXCJiaWdudW1iZXIuanNcIjtcblxudHlwZSBSb3dWYWx1ZUZvcm1hdE9wdGlvbiA9IHtcbiAgICB2YWx1ZT86IG51bWJlcjtcbiAgICBvcHRpb25zPzoge1xuICAgICAgICBudW1iZXJGb3JtYXRPcHRpb25zPzogSW50bC5OdW1iZXJGb3JtYXRPcHRpb25zO1xuICAgIH07XG59O1xuXG5AQ29tcG9uZW50KHtcbiAgICB0ZW1wbGF0ZVVybDogXCIuL3RhYmxlLXBhZ2luZy5jb21wb25lbnQuaHRtbFwiLFxuICAgIHN0eWxlVXJsczogW1wiLi90YWJsZS1wYWdpbmcuY29tcG9uZW50LnNjc3NcIl0sXG4gICAgc2VsZWN0b3I6IFwicy10YWJsZS1wYWdpbmdcIixcbn0pXG5leHBvcnQgY2xhc3MgVGFibGVQYWdpbmdDb21wb25lbnQgaW1wbGVtZW50cyBPbkNoYW5nZXMge1xuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHRvdGFsUmVjb3JkcyE6IG51bWJlcjtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGV4cG9ydEZpbGVOYW1lPzogc3RyaW5nO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgdGFibGUhOiBUYWJsZTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGV4cG9ydGFibGUgPSB0cnVlO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgZW5hYmxlRXhwb3J0U2VsZWN0ZWRSZWNvcmRzID0gdHJ1ZTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGN1c3RvbUFjdGlvbnM/OiBDdXN0b21BY3Rpb25bXTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGxvYWRBbGxSZWNvcmRzPzogKCkgPT4gUHJvbWlzZTxhbnlbXT47XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBsb2FkQ3VycmVudFBhZ2VSZWNvcmRzPzogKCkgPT4gYW55W107XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBsb2FkU2VsZWN0ZWRSZWNvcmRzPzogKCkgPT4gYW55W107XG5cbiAgICBAT3V0cHV0KClcbiAgICBwdWJsaWMgdG90YWxSZWNvcmRzVGV4dDogc3RyaW5nO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgdHJhbnNsYXRlOiBUcmFuc2xhdGVTZXJ2aWNlLFxuICAgICAgICBwcml2YXRlIHJlYWRvbmx5IGxvY2FsZVNlcnZpY2U6IExvY2FsZVNlcnZpY2UsXG4gICAgICAgIEBJbmplY3QoSG9zdFByb2plY3RDb25maWdzSW5qZWN0aW9uVG9rZW4pIHByaXZhdGUgcmVhZG9ubHkgaG9zdFByb2plY3RDb25maWdzOiBIb3N0UHJvamVjdENvbmZpZ3NcbiAgICApIHt9XG5cbiAgICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XG4gICAgICAgIGlmIChjaGFuZ2VzLnRvdGFsUmVjb3Jkcz8uY3VycmVudFZhbHVlKSB7XG4gICAgICAgICAgICB0aGlzLnRvdGFsUmVjb3Jkc1RleHQgPSB0aGlzLnRyYW5zbGF0ZS5pbnN0YW50KGAke3RoaXMuZ2V0VHJhbnNsYXRlUHJlZml4KCl9dG90YWxfcmVjb3Jkc2AsIHtcbiAgICAgICAgICAgICAgICB2YWx1ZTogY2hhbmdlcy50b3RhbFJlY29yZHMuY3VycmVudFZhbHVlLFxuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIGdldFRyYW5zbGF0ZVByZWZpeCgpIHtcbiAgICAgICAgcmV0dXJuIGAke3RoaXMuaG9zdFByb2plY3RDb25maWdzLmRvbWFpbn0uJHt0aGlzLmhvc3RQcm9qZWN0Q29uZmlncy5zZXJ2aWNlfS5gO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXRUb29sdGlwVGV4dCgpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMudHJhbnNsYXRlLmluc3RhbnQoYCR7dGhpcy5nZXRUcmFuc2xhdGVQcmVmaXgoKX1leHBvcnRfdG9fY3N2YCk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldEFjdGlvbnMoKTogTWVudUl0ZW1bXSB7XG4gICAgICAgIGNvbnN0IGFjdGlvbnM6IE1lbnVJdGVtW10gPSBbXG4gICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgaWQ6IFwiZXhwb3J0Q3VycmVudFBhZ2VcIixcbiAgICAgICAgICAgICAgICBsYWJlbDogdGhpcy50cmFuc2xhdGUuaW5zdGFudChgJHt0aGlzLmdldFRyYW5zbGF0ZVByZWZpeCgpfWV4cG9ydF9jdXJyZW50X3BhZ2VgKSxcbiAgICAgICAgICAgICAgICBjb21tYW5kOiAoKSA9PiB0aGlzLmV4cG9ydEN1cnJlbnRQYWdlKCksXG4gICAgICAgICAgICB9LFxuICAgICAgICBdO1xuXG4gICAgICAgIGlmICh0aGlzLmVuYWJsZUV4cG9ydFNlbGVjdGVkUmVjb3Jkcykge1xuICAgICAgICAgICAgYWN0aW9ucy5wdXNoKHtcbiAgICAgICAgICAgICAgICBpZDogXCJleHBvcnRTZWxlY3RlZFwiLFxuICAgICAgICAgICAgICAgIGxhYmVsOiB0aGlzLnRyYW5zbGF0ZS5pbnN0YW50KGAke3RoaXMuZ2V0VHJhbnNsYXRlUHJlZml4KCl9ZXhwb3J0X3NlbGVjdGVkX3JlY29yZHNgKSxcbiAgICAgICAgICAgICAgICBjb21tYW5kOiAoKSA9PiB0aGlzLmV4cG9ydFNlbGVjdGVkUmVjb3JkcygpLFxuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAodGhpcy5sb2FkQWxsUmVjb3Jkcykge1xuICAgICAgICAgICAgYWN0aW9ucy5wdXNoKHtcbiAgICAgICAgICAgICAgICBpZDogXCJleHBvcnRBbGxcIixcbiAgICAgICAgICAgICAgICBsYWJlbDogdGhpcy50cmFuc2xhdGUuaW5zdGFudChgJHt0aGlzLmdldFRyYW5zbGF0ZVByZWZpeCgpfWV4cG9ydF9hbGxfcmVjb3Jkc2ApLFxuICAgICAgICAgICAgICAgIGNvbW1hbmQ6ICgpID0+IHRoaXMuZXhwb3J0QWxsUmVjb3JkcygpLFxuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAodGhpcy5jdXN0b21BY3Rpb25zPy5sZW5ndGgpIHtcbiAgICAgICAgICAgIGNvbnN0IGN1c3RvbU1lbnVzID0gdGhpcy5jdXN0b21BY3Rpb25zLm1hcCgocCwgaW5kZXgpID0+ICh7XG4gICAgICAgICAgICAgICAgaWQ6IFwiY3VzdG9tQWN0aW9uX1wiICsgaW5kZXgsXG4gICAgICAgICAgICAgICAgbGFiZWw6IHAubGFiZWwsXG4gICAgICAgICAgICAgICAgY29tbWFuZDogcC5jb21tYW5kLFxuICAgICAgICAgICAgfSkpO1xuICAgICAgICAgICAgYWN0aW9ucy5wdXNoKC4uLmN1c3RvbU1lbnVzKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBhY3Rpb25zO1xuICAgIH1cblxuICAgIHByaXZhdGUgdmFsaWRhdGVDb21wb25lbnQoKSB7XG4gICAgICAgIGlmICghdGhpcy50YWJsZSkge1xuICAgICAgICAgICAgdGhyb3cgbmV3IEVycm9yKFwiVGFibGUgY29tcG9uZW50IG5vdCBkZWZpbmVkXCIpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHVibGljIGdldENvbHVtbnNUb0V4cG9ydCgpIHtcbiAgICAgICAgcmV0dXJuIFsuLi50aGlzLnRhYmxlLmNvbHVtbnNdLm1hcCgoY29sdW1uKSA9PiB7XG4gICAgICAgICAgICBjb25zdCBleHBvcnRDb2x1bW4gPSB7XG4gICAgICAgICAgICAgICAgLi4uY29sdW1uLFxuICAgICAgICAgICAgICAgIGhlYWRlcjogY29sdW1uLmhlYWRlcixcbiAgICAgICAgICAgICAgICBleHBvcnRhYmxlOiB0cnVlLFxuICAgICAgICAgICAgICAgIGZpZWxkOiBjb2x1bW4uZmllbGQsXG4gICAgICAgICAgICAgICAgc2VwYXJhdG9yOiBjb2x1bW4uc2VwYXJhdG9yID8/IFwiIC0gXCIsXG4gICAgICAgICAgICAgICAgZW51bVByZWZpeDogY29sdW1uLmVudW1QcmVmaXgsXG4gICAgICAgICAgICAgICAgY3VzdG9tRXhwb3J0OiBjb2x1bW4uY3VzdG9tRXhwb3J0LFxuICAgICAgICAgICAgfTtcblxuICAgICAgICAgICAgaWYgKGNvbHVtbi5leHBvcnRhYmxlID09PSBmYWxzZSkge1xuICAgICAgICAgICAgICAgIGV4cG9ydENvbHVtbi5leHBvcnRhYmxlID0gZmFsc2U7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIGlmIChjb2x1bW4uYXR0cmlidXRlcyAmJiBjb2x1bW4uYXR0cmlidXRlcy5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICBpZiAoY29sdW1uLmF0dHJpYnV0ZXMubGVuZ3RoID09PSAxKSB7XG4gICAgICAgICAgICAgICAgICAgIGV4cG9ydENvbHVtbi5maWVsZCA9IGNvbHVtbi5hdHRyaWJ1dGVzWzBdO1xuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIGV4cG9ydENvbHVtbi5maWVsZCA9IGNvbHVtbi5hdHRyaWJ1dGVzO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgcmV0dXJuIGV4cG9ydENvbHVtbjtcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBnZXRDdXJyZW50UGFnZVJvd3NUb0V4cG9ydChjb2x1bW5zOiBhbnlbXSkge1xuICAgICAgICBsZXQgdGFibGVEYXRhID0gZGVlcENsb25lKHRoaXMudGFibGUudmFsdWUpO1xuXG4gICAgICAgIGlmICh0aGlzLmxvYWRDdXJyZW50UGFnZVJlY29yZHMpIHtcbiAgICAgICAgICAgIHRhYmxlRGF0YSA9IHRoaXMubG9hZEN1cnJlbnRQYWdlUmVjb3JkcygpO1xuICAgICAgICB9XG5cbiAgICAgICAgdGFibGVEYXRhID0gdGhpcy5tYXBDdXN0b21FeHBvcnQoY29sdW1ucywgdGFibGVEYXRhKTtcblxuICAgICAgICB0YWJsZURhdGEgPSB0aGlzLm1hcE51bWJlckZvcm1hdE9wdGlvbnNFeHBvcnQoY29sdW1ucywgdGFibGVEYXRhKTtcblxuICAgICAgICByZXR1cm4gdGhpcy5tYXBDb2x1bW5zVHJhbnNsYXRpb25zKGNvbHVtbnMsIHRhYmxlRGF0YSk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBnZXRTZWxlY3RlZFJvd3NUb0V4cG9ydChjb2x1bW5zOiBhbnlbXSkge1xuICAgICAgICBsZXQgdGFibGVEYXRhID0gZGVlcENsb25lKHRoaXMudGFibGUuc2VsZWN0aW9uKTtcblxuICAgICAgICBpZiAodGhpcy5sb2FkU2VsZWN0ZWRSZWNvcmRzKSB7XG4gICAgICAgICAgICB0YWJsZURhdGEgPSB0aGlzLmxvYWRTZWxlY3RlZFJlY29yZHMoKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHRhYmxlRGF0YSA9IHRoaXMubWFwQ3VzdG9tRXhwb3J0KGNvbHVtbnMsIHRhYmxlRGF0YSk7XG5cbiAgICAgICAgdGFibGVEYXRhID0gdGhpcy5tYXBOdW1iZXJGb3JtYXRPcHRpb25zRXhwb3J0KGNvbHVtbnMsIHRhYmxlRGF0YSk7XG5cbiAgICAgICAgcmV0dXJuIHRoaXMubWFwQ29sdW1uc1RyYW5zbGF0aW9ucyhjb2x1bW5zLCB0YWJsZURhdGEpO1xuICAgIH1cblxuICAgIHByaXZhdGUgZ2V0UHJvcGVydHlWYWx1ZShvYmo6IGFueSwgcGF0aDogc3RyaW5nKSB7XG4gICAgICAgIHJldHVybiBwYXRoLnNwbGl0KFwiLlwiKS5yZWR1Y2UoKHJlc3VsdDogYW55LCBwcm9wOiBhbnkpID0+IChyZXN1bHRbcHJvcF0gPT09IHVuZGVmaW5lZCA/IHVuZGVmaW5lZCA6IHJlc3VsdFtwcm9wXSksIG9iaik7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBzZXRQcm9wZXJ0eVZhbHVlKG9iajogYW55LCBwYXRoOiBzdHJpbmcsIHZhbHVlOiBhbnkpIHtcbiAgICAgICAgdGhpcy5yZWN1cnNpb25TZXRWYWx1ZShvYmosIHBhdGguc3BsaXQoXCIuXCIpLCB2YWx1ZSk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSByZWN1cnNpb25TZXRWYWx1ZShvYmo6IGFueSwga2V5c0xpc3Q6IHN0cmluZ1tdLCB2YWx1ZTogYW55KTogYW55IHtcbiAgICAgICAgY29uc3Qga2V5ID0ga2V5c0xpc3RbMF07XG4gICAgICAgIGlmIChrZXlzTGlzdC5sZW5ndGggPT09IDEpIHtcbiAgICAgICAgICAgIG9ialtrZXldID0gdmFsdWU7XG4gICAgICAgICAgICByZXR1cm4gb2JqO1xuICAgICAgICB9XG4gICAgICAgIG9ialtrZXldID0gdGhpcy5yZWN1cnNpb25TZXRWYWx1ZShvYmo/LltrZXldIHx8IHt9LCBrZXlzTGlzdC5zbGljZSgxKSwgdmFsdWUpO1xuICAgICAgICByZXR1cm4gb2JqO1xuICAgIH1cblxuICAgIHB1YmxpYyBtYXBDb2x1bW5zVHJhbnNsYXRpb25zKGNvbHVtbnM6IGFueVtdLCByb3dzOiBhbnlbXSkge1xuICAgICAgICBjb25zdCBlbnVtQ29sdW1ucyA9IGNvbHVtbnMuZmlsdGVyKChwKSA9PiBwLmVudW1QcmVmaXgpO1xuICAgICAgICBpZiAoIWVudW1Db2x1bW5zLmxlbmd0aCkge1xuICAgICAgICAgICAgcmV0dXJuIHJvd3M7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gWy4uLnJvd3NdLm1hcCgocm93KSA9PiB7XG4gICAgICAgICAgICBjb25zdCBuZXdSb3cgPSB7IC4uLnJvdyB9O1xuICAgICAgICAgICAgZW51bUNvbHVtbnMuZm9yRWFjaCgoY29sdW1uKSA9PiB7XG4gICAgICAgICAgICAgICAgY29uc3QgZmllbGRzID0gIUFycmF5LmlzQXJyYXkoY29sdW1uLmZpZWxkKSA/IFtjb2x1bW4uZmllbGRdIDogY29sdW1uLmZpZWxkO1xuICAgICAgICAgICAgICAgIGZpZWxkcy5mb3JFYWNoKChmaWVsZE5hbWU6IHN0cmluZykgPT4ge1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBjb2x1bW5EYXRhID0gdGhpcy5nZXRQcm9wZXJ0eVZhbHVlKHJvdywgZmllbGROYW1lKTtcbiAgICAgICAgICAgICAgICAgICAgaWYgKGNvbHVtbkRhdGEgPT09IG51bGwgfHwgY29sdW1uRGF0YSA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICByZXR1cm47XG4gICAgICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgICAgICBjb25zdCBuZXdWYWx1ZSA9IHRoaXMudHJhbnNsYXRlVmFsdWUoY29sdW1uLCBjb2x1bW5EYXRhKTtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5zZXRQcm9wZXJ0eVZhbHVlKG5ld1JvdywgZmllbGROYW1lLCBuZXdWYWx1ZSk7XG4gICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICB9KTtcblxuICAgICAgICAgICAgcmV0dXJuIG5ld1JvdztcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogVGhlIHB1cnBvc2Ugb2YgdGhpcyBtZXRob2QgaXMgdG8gbWFwIHZhbHVlc1xuICAgICAqIGZyb20gdGhlIFRhYmxlQ29sdW1uc0NvbXBvbmVudCwgd2hpY2ggdXNlcyB0aGUgbnVtYmVyRm9ybWF0T3B0aW9uc1xuICAgICAqIGZpZWxkLCBhbG9uZyB3aXRoIHJvd3MgdGhhdCBoYXZlIGEgY3VzdG9tIG51bWJlckZvcm1hdE9wdGlvbnMsXG4gICAgICogdG8gZW5zdXJlIHRoZSBjb3JyZWN0IHZhbHVlcyBhcmUgZXhwb3J0ZWQgYnkgdGhlIFRhYmxlUGFnaW5nQ29tcG9uZW50LlxuICAgICAqXG4gICAgICogQHJldHVybnMgUmV0dXJucyB0aGUgY29ycmVjdGx5IG1hcHBlZCB0YWJsZURhdGEuXG4gICAgICovXG4gICAgcHVibGljIG1hcE51bWJlckZvcm1hdE9wdGlvbnNFeHBvcnQoXG4gICAgICAgIGNvbHVtbnM6IFBhcnRpYWw8Q29sdW1uPltdLFxuICAgICAgICB0YWJsZURhdGE6IHtcbiAgICAgICAgICAgIFtrZXk6IHN0cmluZ106IFJvd1ZhbHVlRm9ybWF0T3B0aW9uIHwgbnVtYmVyIHwgc3RyaW5nIHwgbnVsbCB8IHVuZGVmaW5lZDtcbiAgICAgICAgfVtdXG4gICAgKSB7XG4gICAgICAgIGNvbnN0IGhhc051bWJlckZvcm1hdE9wdGlvbnNDb2x1bW5zID0gY29sdW1ucy5zb21lKChjb2x1bW4pID0+IGNvbHVtbi5udW1iZXJGb3JtYXRPcHRpb25zKTtcbiAgICAgICAgY29uc3QgaGFzTnVtYmVyRm9ybWF0T3B0aW9uc1Jvd3MgPSB0YWJsZURhdGEuc29tZSgocm93RGF0YSkgPT5cbiAgICAgICAgICAgIE9iamVjdC5rZXlzKHJvd0RhdGEpLnNvbWUoKGtleSkgPT4gKHJvd0RhdGFba2V5XSBhcyBSb3dWYWx1ZUZvcm1hdE9wdGlvbik/Lm9wdGlvbnM/Lm51bWJlckZvcm1hdE9wdGlvbnMpXG4gICAgICAgICk7XG5cbiAgICAgICAgaWYgKCFoYXNOdW1iZXJGb3JtYXRPcHRpb25zQ29sdW1ucyAmJiAhaGFzTnVtYmVyRm9ybWF0T3B0aW9uc1Jvd3MpIHJldHVybiB0YWJsZURhdGE7XG5cbiAgICAgICAgaWYgKGhhc051bWJlckZvcm1hdE9wdGlvbnNDb2x1bW5zKSB7XG4gICAgICAgICAgICB0YWJsZURhdGEgPSB0YWJsZURhdGEubWFwKChyb3dEYXRhKSA9PiB7XG4gICAgICAgICAgICAgICAgY29uc3QgY29sdW1uc1dpdGhOdW1iZXJGb3JtYXRPcHRpb25zID0gY29sdW1ucy5maWx0ZXIoKGNvbHVtbikgPT4gY29sdW1uLm51bWJlckZvcm1hdE9wdGlvbnMpO1xuXG4gICAgICAgICAgICAgICAgZm9yIChjb25zdCBjb2x1bW4gb2YgY29sdW1uc1dpdGhOdW1iZXJGb3JtYXRPcHRpb25zKSB7XG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IGF0dHJpYnV0ZXMgPSBjb2x1bW4uYXR0cmlidXRlcztcblxuICAgICAgICAgICAgICAgICAgICBjb25zdCBudW1iZXJGb3JtYXRPcHRpb25zID1cbiAgICAgICAgICAgICAgICAgICAgICAgIHR5cGVvZiBjb2x1bW4ubnVtYmVyRm9ybWF0T3B0aW9ucyA9PT0gXCJmdW5jdGlvblwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPyBjb2x1bW4ubnVtYmVyRm9ybWF0T3B0aW9ucyh7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcm93RGF0YSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0pXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBjb2x1bW4ubnVtYmVyRm9ybWF0T3B0aW9ucztcblxuICAgICAgICAgICAgICAgICAgICBmb3IgKGNvbnN0IGF0dHJpYnV0ZSBvZiBhdHRyaWJ1dGVzKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBpZiAoaXNOdWxsT3JVbmRlZmluZWQocm93RGF0YVthdHRyaWJ1dGUgYXMgc3RyaW5nXSkpIGNvbnRpbnVlO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICBpZiAoKHJvd0RhdGFbYXR0cmlidXRlIGFzIHN0cmluZ10gYXMgUm93VmFsdWVGb3JtYXRPcHRpb24pLm9wdGlvbnM/Lm51bWJlckZvcm1hdE9wdGlvbnMpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjb250aW51ZTtcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgICAgICAgICAgY29uc3QgdmFsdWUgPSByb3dEYXRhW2F0dHJpYnV0ZSBhcyBzdHJpbmddIGFzIHN0cmluZyB8IG51bWJlcjtcblxuICAgICAgICAgICAgICAgICAgICAgICAgY29uc3QgbWFwcGVkVmFsdWUgPVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIG51bWJlckZvcm1hdE9wdGlvbnMuc3R5bGUgPT09IFwicGVyY2VudFwiID8gbmV3IEJpZ051bWJlcih2YWx1ZSkudGltZXMoMTAwKSA6IG5ldyBCaWdOdW1iZXIodmFsdWUpO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICBjb25zdCBudW1iZXJGb3JtYXQgPSBuZXcgSW50bC5OdW1iZXJGb3JtYXQodGhpcy5sb2NhbGVTZXJ2aWNlLmdldExvY2FsZU9wdGlvbnMoKS5sb2NhbGUsIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAuLi5udW1iZXJGb3JtYXRPcHRpb25zLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlOiBcImRlY2ltYWxcIixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB1c2VHcm91cGluZzogZmFsc2UsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcm91bmRpbmdNb2RlOiBcInRydW5jXCIsXG4gICAgICAgICAgICAgICAgICAgICAgICB9IGFzIGFueSk7XG5cbiAgICAgICAgICAgICAgICAgICAgICAgIHJvd0RhdGFbYXR0cmlidXRlIGFzIHN0cmluZ10gPSBudW1iZXJGb3JtYXQuZm9ybWF0KG1hcHBlZFZhbHVlLnRvTnVtYmVyKCkpO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgcmV0dXJuIHJvd0RhdGE7XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfVxuXG4gICAgICAgIGlmIChoYXNOdW1iZXJGb3JtYXRPcHRpb25zUm93cykge1xuICAgICAgICAgICAgdGFibGVEYXRhID0gdGFibGVEYXRhLm1hcCgocm93RGF0YSkgPT4ge1xuICAgICAgICAgICAgICAgIGNvbnN0IGtleXNXaXRoTnVtYmVyRm9ybWF0T3B0aW9ucyA9IE9iamVjdC5rZXlzKHJvd0RhdGEpLmZpbHRlcihcbiAgICAgICAgICAgICAgICAgICAgKGtleSkgPT4gKHJvd0RhdGFba2V5XSBhcyBSb3dWYWx1ZUZvcm1hdE9wdGlvbik/Lm9wdGlvbnM/Lm51bWJlckZvcm1hdE9wdGlvbnNcbiAgICAgICAgICAgICAgICApO1xuXG4gICAgICAgICAgICAgICAgZm9yIChjb25zdCBrZXkgb2Yga2V5c1dpdGhOdW1iZXJGb3JtYXRPcHRpb25zKSB7XG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IHZhbHVlID0gKHJvd0RhdGFba2V5XSBhcyBSb3dWYWx1ZUZvcm1hdE9wdGlvbikudmFsdWU7XG5cbiAgICAgICAgICAgICAgICAgICAgY29uc3QgbnVtYmVyRm9ybWF0T3B0aW9ucyA9IChyb3dEYXRhW2tleV0gYXMgUm93VmFsdWVGb3JtYXRPcHRpb24pLm9wdGlvbnMubnVtYmVyRm9ybWF0T3B0aW9ucztcblxuICAgICAgICAgICAgICAgICAgICBjb25zdCBtYXBwZWRWYWx1ZSA9IG51bWJlckZvcm1hdE9wdGlvbnMuc3R5bGUgPT09IFwicGVyY2VudFwiID8gbmV3IEJpZ051bWJlcih2YWx1ZSkudGltZXMoMTAwKSA6IG5ldyBCaWdOdW1iZXIodmFsdWUpO1xuXG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IG51bWJlckZvcm1hdCA9IG5ldyBJbnRsLk51bWJlckZvcm1hdCh0aGlzLmxvY2FsZVNlcnZpY2UuZ2V0TG9jYWxlT3B0aW9ucygpLmxvY2FsZSwge1xuICAgICAgICAgICAgICAgICAgICAgICAgLi4ubnVtYmVyRm9ybWF0T3B0aW9ucyxcbiAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlOiBcImRlY2ltYWxcIixcbiAgICAgICAgICAgICAgICAgICAgICAgIHVzZUdyb3VwaW5nOiBmYWxzZSxcbiAgICAgICAgICAgICAgICAgICAgICAgIHJvdW5kaW5nTW9kZTogXCJ0cnVuY1wiLFxuICAgICAgICAgICAgICAgICAgICB9IGFzIGFueSk7XG5cbiAgICAgICAgICAgICAgICAgICAgKHJvd0RhdGFba2V5XSBhcyBzdHJpbmcgfCBudW1iZXIpID0gbnVtYmVyRm9ybWF0LmZvcm1hdChtYXBwZWRWYWx1ZS50b051bWJlcigpKTtcbiAgICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgICByZXR1cm4gcm93RGF0YTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIHRhYmxlRGF0YTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbWFwQ3VzdG9tRXhwb3J0KGNvbHVtbnM6IGFueVtdLCByb3dzOiBhbnlbXSkge1xuICAgICAgICBjb25zdCBjdXN0b21Db2x1bW5zID0gY29sdW1ucy5maWx0ZXIoKHApID0+IHAuY3VzdG9tRXhwb3J0KTtcbiAgICAgICAgaWYgKCFjdXN0b21Db2x1bW5zLmxlbmd0aCkge1xuICAgICAgICAgICAgcmV0dXJuIHJvd3M7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gWy4uLnJvd3NdLm1hcCgocm93KSA9PiB7XG4gICAgICAgICAgICBjb25zdCBuZXdSb3cgPSB7IC4uLnJvdyB9O1xuICAgICAgICAgICAgY3VzdG9tQ29sdW1ucy5mb3JFYWNoKChjb2x1bW4pID0+IHtcbiAgICAgICAgICAgICAgICBjb25zdCBmaWVsZHMgPSAhQXJyYXkuaXNBcnJheShjb2x1bW4uZmllbGQpID8gW2NvbHVtbi5maWVsZF0gOiBjb2x1bW4uZmllbGQ7XG4gICAgICAgICAgICAgICAgZmllbGRzLmZvckVhY2goKGZpZWxkTmFtZTogc3RyaW5nKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IGNvbHVtbkRhdGEgPSB0aGlzLmdldFByb3BlcnR5VmFsdWUocm93LCBmaWVsZE5hbWUpO1xuICAgICAgICAgICAgICAgICAgICBpZiAoY29sdW1uRGF0YSA9PT0gbnVsbCB8fCBjb2x1bW5EYXRhID09PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBjb25zdCBuZXdWYWx1ZSA9IGNvbHVtbi5jdXN0b21FeHBvcnQoY29sdW1uRGF0YSk7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuc2V0UHJvcGVydHlWYWx1ZShuZXdSb3csIGZpZWxkTmFtZSwgbmV3VmFsdWUpO1xuICAgICAgICAgICAgICAgIH0pO1xuICAgICAgICAgICAgfSk7XG5cbiAgICAgICAgICAgIHJldHVybiBuZXdSb3c7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHByaXZhdGUgdHJhbnNsYXRlVmFsdWUoY29sdW1uOiBhbnksIGNvbHVtbkRhdGE6IGFueSkge1xuICAgICAgICAvLyBEZWZhdWx0IHVzYWdlOiBFTlVNX1ZBTFVFIC0+IGRvbWFpbi5zZXJ2aWNlLmVudW1fdmFsdWVcbiAgICAgICAgY29uc3QgZW51bVZhbHVlID0gY29sdW1uRGF0YS50b1N0cmluZygpLnRvTG93ZXJDYXNlKCk7XG4gICAgICAgIGxldCB0cmFuc2xhdGlvbktleSA9IGNvbHVtbi5lbnVtUHJlZml4ICsgZW51bVZhbHVlO1xuICAgICAgICBsZXQgdHJhbnNsYXRlZFZhbHVlID0gdGhpcy50cmFuc2xhdGUuaW5zdGFudCh0cmFuc2xhdGlvbktleSk7XG5cbiAgICAgICAgLy8gQ3VzdG9tIHVzYWdlIDE6IFY5IC0+IGRvbWFpbi5zZXJ2aWNlLnZfOVxuICAgICAgICBpZiAodHJhbnNsYXRpb25LZXkgPT09IHRyYW5zbGF0ZWRWYWx1ZSAmJiBlbnVtVmFsdWUubGVuZ3RoID4gMSkge1xuICAgICAgICAgICAgdHJhbnNsYXRpb25LZXkgPSBgJHtjb2x1bW4uZW51bVByZWZpeH0ke2VudW1WYWx1ZS5zdWJzdHJpbmcoMCwgMSl9XyR7ZW51bVZhbHVlLnN1YnN0cigxKX1gO1xuICAgICAgICAgICAgdHJhbnNsYXRlZFZhbHVlID0gdGhpcy50cmFuc2xhdGUuaW5zdGFudCh0cmFuc2xhdGlvbktleSk7XG4gICAgICAgIH1cblxuICAgICAgICAvLyBDdXN0b20gdXNhZ2UgMjogRW51bVZhbHVlIC0+IGRvbWFpbi5zZXJ2aWNlLmVudW1fdmFsdWVcbiAgICAgICAgaWYgKHRyYW5zbGF0aW9uS2V5ID09PSB0cmFuc2xhdGVkVmFsdWUpIHtcbiAgICAgICAgICAgIGNvbnN0IGVudW1LZXkgPSB0aGlzLmNvbnZlcnRUb1NuYWtlQ2FzZShjb2x1bW5EYXRhLnRvU3RyaW5nKCkpO1xuICAgICAgICAgICAgdHJhbnNsYXRpb25LZXkgPSBgJHtjb2x1bW4uZW51bVByZWZpeH0ke2VudW1LZXl9YDtcbiAgICAgICAgICAgIHRyYW5zbGF0ZWRWYWx1ZSA9IHRoaXMudHJhbnNsYXRlLmluc3RhbnQodHJhbnNsYXRpb25LZXkpO1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIHRyYW5zbGF0ZWRWYWx1ZTtcbiAgICB9XG5cbiAgICBwcml2YXRlIGNvbnZlcnRUb1NuYWtlQ2FzZShzdHI6IHN0cmluZykge1xuICAgICAgICByZXR1cm4gc3RyLnJlcGxhY2UoLyhbQS1aXSkvZywgKG1hdGNoLCBncm91cCkgPT4gYF8ke2dyb3VwLnRvTG93ZXJDYXNlKCl9YCkucmVwbGFjZSgvXl8vLCBcIlwiKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIGdldEV4cG9ydEZpbGVOYW1lKCkge1xuICAgICAgICBjb25zdCBsYW5nID0gdGhpcy50cmFuc2xhdGUuY3VycmVudExhbmcgPz8gXCJwdC1CUlwiO1xuICAgICAgICBjb25zdCBkYXRlID0gbmV3IERhdGUoKTtcblxuICAgICAgICBjb25zdCBmaWxlTmFtZSA9IHRoaXMuZXhwb3J0RmlsZU5hbWUgPz8gXCJkb3dubG9hZFwiO1xuICAgICAgICBjb25zdCBmb3JtYXR0ZWREYXRlID0gZGF0ZS50b0xvY2FsZURhdGVTdHJpbmcobGFuZykucmVwbGFjZShcIl9cIiwgXCItXCIpO1xuICAgICAgICBjb25zdCBmb3JtYXR0ZWRUaW1lID0gZGF0ZS50b0xvY2FsZVRpbWVTdHJpbmcobGFuZykucmVwbGFjZShcIiBcIiwgXCItXCIpO1xuXG4gICAgICAgIHJldHVybiBgJHtmaWxlTmFtZX1fJHtmb3JtYXR0ZWREYXRlfV8ke2Zvcm1hdHRlZFRpbWV9YDtcbiAgICB9XG5cbiAgICBwdWJsaWMgZXhwb3J0Q3VycmVudFBhZ2UoKSB7XG4gICAgICAgIHRoaXMudmFsaWRhdGVDb21wb25lbnQoKTtcbiAgICAgICAgY29uc3QgY29sdW1ucyA9IHRoaXMuZ2V0Q29sdW1uc1RvRXhwb3J0KCk7XG4gICAgICAgIGNvbnN0IGRhdGFUb0V4cG9ydCA9IHRoaXMuZ2V0Q3VycmVudFBhZ2VSb3dzVG9FeHBvcnQoY29sdW1ucyk7XG4gICAgICAgIEV4cG9ydFV0aWxzLmV4cG9ydENTVihjb2x1bW5zLCBkYXRhVG9FeHBvcnQsIHVuZGVmaW5lZCwgdGhpcy5nZXRFeHBvcnRGaWxlTmFtZSgpKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZXhwb3J0U2VsZWN0ZWRSZWNvcmRzKCkge1xuICAgICAgICB0aGlzLnZhbGlkYXRlQ29tcG9uZW50KCk7XG4gICAgICAgIGNvbnN0IGNvbHVtbnMgPSB0aGlzLmdldENvbHVtbnNUb0V4cG9ydCgpO1xuICAgICAgICBjb25zdCBkYXRhVG9FeHBvcnQgPSB0aGlzLmdldFNlbGVjdGVkUm93c1RvRXhwb3J0KGNvbHVtbnMpO1xuICAgICAgICBFeHBvcnRVdGlscy5leHBvcnRDU1YoY29sdW1ucywgZGF0YVRvRXhwb3J0LCB1bmRlZmluZWQsIHRoaXMuZ2V0RXhwb3J0RmlsZU5hbWUoKSk7XG4gICAgfVxuXG4gICAgcHVibGljIGFzeW5jIGV4cG9ydEFsbFJlY29yZHMoKSB7XG4gICAgICAgIHRoaXMudmFsaWRhdGVDb21wb25lbnQoKTtcblxuICAgICAgICBsZXQgc2VydmVyRGF0YSA9IGF3YWl0IHRoaXMubG9hZEFsbFJlY29yZHMoKTtcblxuICAgICAgICBjb25zdCBjb2x1bW5zID0gdGhpcy5nZXRDb2x1bW5zVG9FeHBvcnQoKTtcblxuICAgICAgICBzZXJ2ZXJEYXRhID0gdGhpcy5tYXBDdXN0b21FeHBvcnQoY29sdW1ucywgc2VydmVyRGF0YSk7XG5cbiAgICAgICAgc2VydmVyRGF0YSA9IHRoaXMubWFwTnVtYmVyRm9ybWF0T3B0aW9uc0V4cG9ydChjb2x1bW5zLCBzZXJ2ZXJEYXRhKTtcblxuICAgICAgICBjb25zdCBkYXRhVG9FeHBvcnQgPSB0aGlzLm1hcENvbHVtbnNUcmFuc2xhdGlvbnMoY29sdW1ucywgc2VydmVyRGF0YSk7XG5cbiAgICAgICAgRXhwb3J0VXRpbHMuZXhwb3J0Q1NWKGNvbHVtbnMsIGRhdGFUb0V4cG9ydCwgdW5kZWZpbmVkLCB0aGlzLmdldEV4cG9ydEZpbGVOYW1lKCkpO1xuICAgIH1cbn1cbiJdfQ==
@@ -0,0 +1,45 @@
1
+ import { __decorate } from "tslib";
2
+ import { CommonModule } from "@angular/common";
3
+ import { NgModule } from "@angular/core";
4
+ import { NavigationDirective } from "./navigation/navigation.directive";
5
+ import { RowTogllerDirective } from "./row-toggler/row-toggler.directive";
6
+ import { TableFrozenPositionDirective } from "./frozen-position/frozen-position.directive";
7
+ import { TableColumnsComponent } from "./table-column/table-columns.component";
8
+ import { TokenListModule } from "../token-list/token-list.module";
9
+ import { TablePagingComponent } from "./table-paging/table-paging.component";
10
+ import { TranslateModule } from "@ngx-translate/core";
11
+ import { ButtonModule } from "../button/button.module";
12
+ import { TooltipModule } from "../tooltip/tooltip.module";
13
+ import { InfoSignModule } from "../info-sign/info-sign.module";
14
+ import { BadgeModule } from "../badge/badge.module";
15
+ let TableModule = class TableModule {
16
+ };
17
+ TableModule = __decorate([
18
+ NgModule({
19
+ imports: [
20
+ CommonModule,
21
+ TooltipModule,
22
+ TokenListModule,
23
+ TranslateModule,
24
+ ButtonModule,
25
+ InfoSignModule,
26
+ BadgeModule
27
+ ],
28
+ exports: [
29
+ RowTogllerDirective,
30
+ NavigationDirective,
31
+ TableColumnsComponent,
32
+ TableFrozenPositionDirective,
33
+ TablePagingComponent
34
+ ],
35
+ declarations: [
36
+ RowTogllerDirective,
37
+ NavigationDirective,
38
+ TableColumnsComponent,
39
+ TableFrozenPositionDirective,
40
+ TablePagingComponent
41
+ ],
42
+ })
43
+ ], TableModule);
44
+ export { TableModule };
45
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvdGFibGUvdGFibGUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUN4RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUMxRSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUMzRixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUMvRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDbEUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDN0UsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN2RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDMUQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQy9ELE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQTJCcEQsSUFBYSxXQUFXLEdBQXhCLE1BQWEsV0FBVztDQUFHLENBQUE7QUFBZCxXQUFXO0lBekJ2QixRQUFRLENBQUM7UUFDTixPQUFPLEVBQUU7WUFDTCxZQUFZO1lBQ1osYUFBYTtZQUNiLGVBQWU7WUFDZixlQUFlO1lBQ2YsWUFBWTtZQUNaLGNBQWM7WUFDZCxXQUFXO1NBQ2Q7UUFDRCxPQUFPLEVBQUU7WUFDTCxtQkFBbUI7WUFDbkIsbUJBQW1CO1lBQ25CLHFCQUFxQjtZQUNyQiw0QkFBNEI7WUFDNUIsb0JBQW9CO1NBQ3ZCO1FBQ0QsWUFBWSxFQUFFO1lBQ1YsbUJBQW1CO1lBQ25CLG1CQUFtQjtZQUNuQixxQkFBcUI7WUFDckIsNEJBQTRCO1lBQzVCLG9CQUFvQjtTQUN2QjtLQUNKLENBQUM7R0FDVyxXQUFXLENBQUc7U0FBZCxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgTmF2aWdhdGlvbkRpcmVjdGl2ZSB9IGZyb20gXCIuL25hdmlnYXRpb24vbmF2aWdhdGlvbi5kaXJlY3RpdmVcIjtcbmltcG9ydCB7IFJvd1RvZ2xsZXJEaXJlY3RpdmUgfSBmcm9tIFwiLi9yb3ctdG9nZ2xlci9yb3ctdG9nZ2xlci5kaXJlY3RpdmVcIjtcbmltcG9ydCB7IFRhYmxlRnJvemVuUG9zaXRpb25EaXJlY3RpdmUgfSBmcm9tIFwiLi9mcm96ZW4tcG9zaXRpb24vZnJvemVuLXBvc2l0aW9uLmRpcmVjdGl2ZVwiO1xuaW1wb3J0IHsgVGFibGVDb2x1bW5zQ29tcG9uZW50IH0gZnJvbSBcIi4vdGFibGUtY29sdW1uL3RhYmxlLWNvbHVtbnMuY29tcG9uZW50XCI7XG5pbXBvcnQgeyBUb2tlbkxpc3RNb2R1bGUgfSBmcm9tIFwiLi4vdG9rZW4tbGlzdC90b2tlbi1saXN0Lm1vZHVsZVwiO1xuaW1wb3J0IHsgVGFibGVQYWdpbmdDb21wb25lbnQgfSBmcm9tIFwiLi90YWJsZS1wYWdpbmcvdGFibGUtcGFnaW5nLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSBcIkBuZ3gtdHJhbnNsYXRlL2NvcmVcIjtcbmltcG9ydCB7IEJ1dHRvbk1vZHVsZSB9IGZyb20gXCIuLi9idXR0b24vYnV0dG9uLm1vZHVsZVwiO1xuaW1wb3J0IHsgVG9vbHRpcE1vZHVsZSB9IGZyb20gXCIuLi90b29sdGlwL3Rvb2x0aXAubW9kdWxlXCI7XG5pbXBvcnQgeyBJbmZvU2lnbk1vZHVsZSB9IGZyb20gXCIuLi9pbmZvLXNpZ24vaW5mby1zaWduLm1vZHVsZVwiO1xuaW1wb3J0IHsgQmFkZ2VNb2R1bGUgfSBmcm9tIFwiLi4vYmFkZ2UvYmFkZ2UubW9kdWxlXCI7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIFRvb2x0aXBNb2R1bGUsXG4gICAgICAgIFRva2VuTGlzdE1vZHVsZSxcbiAgICAgICAgVHJhbnNsYXRlTW9kdWxlLFxuICAgICAgICBCdXR0b25Nb2R1bGUsXG4gICAgICAgIEluZm9TaWduTW9kdWxlLFxuICAgICAgICBCYWRnZU1vZHVsZVxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBSb3dUb2dsbGVyRGlyZWN0aXZlLFxuICAgICAgICBOYXZpZ2F0aW9uRGlyZWN0aXZlLFxuICAgICAgICBUYWJsZUNvbHVtbnNDb21wb25lbnQsXG4gICAgICAgIFRhYmxlRnJvemVuUG9zaXRpb25EaXJlY3RpdmUsXG4gICAgICAgIFRhYmxlUGFnaW5nQ29tcG9uZW50XG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgUm93VG9nbGxlckRpcmVjdGl2ZSxcbiAgICAgICAgTmF2aWdhdGlvbkRpcmVjdGl2ZSxcbiAgICAgICAgVGFibGVDb2x1bW5zQ29tcG9uZW50LFxuICAgICAgICBUYWJsZUZyb3plblBvc2l0aW9uRGlyZWN0aXZlLFxuICAgICAgICBUYWJsZVBhZ2luZ0NvbXBvbmVudFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIFRhYmxlTW9kdWxlIHt9XG4iXX0=
@@ -0,0 +1,3 @@
1
+ export * from "./table-header-checkbox.component";
2
+ export * from "./table-header-checkox.module";
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2VuaW9yc2lzdGVtYXMvYW5ndWxhci1jb21wb25lbnRzLyIsInNvdXJjZXMiOlsiY29tcG9uZW50cy90YWJsZS1oZWFkZXIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLCtCQUErQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSBcIi4vdGFibGUtaGVhZGVyLWNoZWNrYm94LmNvbXBvbmVudFwiO1xuZXhwb3J0ICogZnJvbSBcIi4vdGFibGUtaGVhZGVyLWNoZWNrb3gubW9kdWxlXCI7XG4iXX0=
@@ -0,0 +1,141 @@
1
+ var TableHeaderCheckboxComponent_1;
2
+ import { __decorate } from "tslib";
3
+ import { Component, Input } from "@angular/core";
4
+ import { Table, TableService } from "primeng/table";
5
+ import { Subject } from "rxjs";
6
+ import { takeUntil } from "rxjs/operators";
7
+ let TableHeaderCheckboxComponent = TableHeaderCheckboxComponent_1 = class TableHeaderCheckboxComponent {
8
+ constructor(table, tableService) {
9
+ this.table = table;
10
+ this.tableService = tableService;
11
+ this.id = `s-table-header-checkbox-${TableHeaderCheckboxComponent_1.nextId++}`;
12
+ this.ngUnsubscribe = new Subject();
13
+ this.table.tableService.valueSource$.pipe(takeUntil(this.ngUnsubscribe)).subscribe(() => {
14
+ this.checked = this.updateCheckedState();
15
+ });
16
+ this.table.tableService.selectionSource$.pipe(takeUntil(this.ngUnsubscribe)).subscribe(() => {
17
+ this.checked = this.updateCheckedState();
18
+ });
19
+ }
20
+ ngOnInit() {
21
+ this.checked = this.updateCheckedState();
22
+ }
23
+ ngOnDestroy() {
24
+ this.ngUnsubscribe.next();
25
+ }
26
+ onFocus() {
27
+ this.hasFocus = true;
28
+ }
29
+ onBlur() {
30
+ this.hasFocus = false;
31
+ }
32
+ isDisabled() {
33
+ return this.disabled || !this.table.value || !this.table.value.length;
34
+ }
35
+ onClick() {
36
+ if (!this.disabled) {
37
+ if (this.table.value && this.table.value.length > 0)
38
+ this.onToggleCheckbox(!this.checked);
39
+ }
40
+ }
41
+ updateCheckedState() {
42
+ if (this.table.filteredValue) {
43
+ const val = this.table.filteredValue;
44
+ return val && val.length > 0 && this.table.selection && this.table.selection.length > 0 && this.isAllFilteredValuesChecked();
45
+ }
46
+ else {
47
+ const val = this.table.value;
48
+ return val && val.length > 0 && this.table.selection && this.table.selection.length > 0 && this.isAllValuesChecked();
49
+ }
50
+ }
51
+ onToggleCheckbox(checked) {
52
+ const { filteredValue, value, dataKey } = this.table;
53
+ const gridData = checked ? (filteredValue ? filteredValue.slice() : value.slice()) : [];
54
+ if (checked) {
55
+ const unselecteds = gridData
56
+ .filter(record => !this.table._selection.find((selected) => record[dataKey] === selected[dataKey]))
57
+ .map((record) => {
58
+ if (this.useAllObject)
59
+ return record;
60
+ const newRecord = {};
61
+ if (this.rowProps)
62
+ this.rowProps.forEach((prop) => (newRecord[prop] = record[prop]));
63
+ else
64
+ newRecord[dataKey] = record[dataKey];
65
+ return newRecord;
66
+ });
67
+ this.table._selection = [...this.table._selection, ...unselecteds];
68
+ }
69
+ else {
70
+ value.forEach((data) => {
71
+ this.table._selection = this.table._selection.filter((record) => record[dataKey] !== data[dataKey]);
72
+ });
73
+ }
74
+ this.table.updateSelectionKeys();
75
+ this.table.selectionChange.emit(this.table._selection);
76
+ this.tableService.onSelectionChange();
77
+ if (this.table.isStateful())
78
+ this.table.saveState();
79
+ }
80
+ isAllFilteredValuesChecked() {
81
+ if (!this.table.filteredValue) {
82
+ return false;
83
+ }
84
+ else {
85
+ for (const rowData of this.table.filteredValue) {
86
+ if (!this.table.isSelected(rowData)) {
87
+ return false;
88
+ }
89
+ }
90
+ return true;
91
+ }
92
+ }
93
+ isAllValuesChecked() {
94
+ if (!this.table.value) {
95
+ return false;
96
+ }
97
+ else {
98
+ for (const rowData of this.table.value) {
99
+ if (!this.table.isSelected(rowData)) {
100
+ return false;
101
+ }
102
+ }
103
+ return true;
104
+ }
105
+ }
106
+ };
107
+ TableHeaderCheckboxComponent.nextId = 0;
108
+ TableHeaderCheckboxComponent.ctorParameters = () => [
109
+ { type: Table },
110
+ { type: TableService }
111
+ ];
112
+ __decorate([
113
+ Input()
114
+ ], TableHeaderCheckboxComponent.prototype, "id", void 0);
115
+ __decorate([
116
+ Input()
117
+ ], TableHeaderCheckboxComponent.prototype, "disabled", void 0);
118
+ __decorate([
119
+ Input()
120
+ ], TableHeaderCheckboxComponent.prototype, "rowProps", void 0);
121
+ __decorate([
122
+ Input()
123
+ ], TableHeaderCheckboxComponent.prototype, "useAllObject", void 0);
124
+ TableHeaderCheckboxComponent = TableHeaderCheckboxComponent_1 = __decorate([
125
+ Component({
126
+ selector: "s-table-header-checkbox",
127
+ template: `
128
+ <div class="ui-chkbox ui-widget" (click)="onClick()">
129
+ <div class="ui-helper-hidden-accessible">
130
+ <input type="checkbox" [checked]="checked" (focus)="onFocus()" (blur)="onBlur()" [disabled]="isDisabled()">
131
+ </div>
132
+ <div [ngClass]="{'ui-chkbox-box ui-widget ui-state-default':true,
133
+ 'ui-state-active':checked, 'ui-state-disabled': isDisabled(), 'ui-state-focus': hasFocus}">
134
+ <span [id]="id" class="ui-chkbox-icon ui-clickable" [ngClass]="{'pi pi-check':checked}"></span>
135
+ </div>
136
+ </div>
137
+ `
138
+ })
139
+ ], TableHeaderCheckboxComponent);
140
+ export { TableHeaderCheckboxComponent };
141
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtaGVhZGVyLWNoZWNrYm94LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHMvIiwic291cmNlcyI6WyJjb21wb25lbnRzL3RhYmxlLWhlYWRlci90YWJsZS1oZWFkZXItY2hlY2tib3guY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBZ0IsS0FBSyxFQUE2QixNQUFNLGVBQWUsQ0FBQztBQUMxRixPQUFPLEVBQUUsS0FBSyxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNwRCxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQWdCM0MsSUFBYSw0QkFBNEIsb0NBQXpDLE1BQWEsNEJBQTRCO0lBaUJyQyxZQUFtQixLQUFZLEVBQVMsWUFBMEI7UUFBL0MsVUFBSyxHQUFMLEtBQUssQ0FBTztRQUFTLGlCQUFZLEdBQVosWUFBWSxDQUFjO1FBYjNELE9BQUUsR0FBRywyQkFBMkIsOEJBQTRCLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQztRQVd2RSxrQkFBYSxHQUFHLElBQUksT0FBTyxFQUFFLENBQUM7UUFHbEMsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLEdBQUcsRUFBRTtZQUNwRixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxrQkFBa0IsRUFBRSxDQUFDO1FBQzdDLENBQUMsQ0FBQyxDQUFDO1FBRUgsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxTQUFT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T0FBTyxJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxFQUFFO2dCQUM1QyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLEVBQUU7b0JBQ2pDLE9BQU8sS0FBSyxDQUFDO2lCQUNoQjthQUNKO1lBQ0QsT0FBTyxJQUFJLENBQUM7U0FDZjtJQUNMLENBQUM7SUFFTSxrQkFBa0I7UUFDckIsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsS0FBSyxFQUFFO1lBQ25CLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO2FBQU07WUFDSCxLQUFLLE1BQU0sT0FBTyxJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsS0FBSyxFQUFFO2dCQUNwQyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLEVBQUU7b0JBQ2pDLE9BQU8sS0FBSyxDQUFDO2lCQUNoQjthQUNKO1lBQ0QsT0FBTyxJQUFJLENBQUM7U0FDZjtJQUNMLENBQUM7Q0FDSixDQUFBO0FBcEhpQixtQ0FBTSxHQUFHLENBQUMsQ0FBQzs7WUFnQkMsS0FBSztZQUF1QixZQUFZOztBQWJsRTtJQURDLEtBQUssRUFBRTt3REFDdUU7QUFFL0U7SUFEQyxLQUFLLEVBQUU7OERBQ2lCO0FBRXpCO0lBREMsS0FBSyxFQUFFOzhEQUNrQjtBQUUxQjtJQURDLEtBQUssRUFBRTtrRUFDcUI7QUFWcEIsNEJBQTRCO0lBZHhDLFNBQVMsQ0FBQztRQUNQLFFBQVEsRUFBRSx5QkFBeUI7UUFDbkMsUUFBUSxFQUFFOzs7Ozs7Ozs7O0tBVVQ7S0FDSixDQUFDO0dBQ1csNEJBQTRCLENBcUh4QztTQXJIWSw0QkFBNEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uRGVzdHJveSwgT25Jbml0LCBPdXRwdXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgVGFibGUsIFRhYmxlU2VydmljZSB9IGZyb20gXCJwcmltZW5nL3RhYmxlXCI7XG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSBcInJ4anNcIjtcbmltcG9ydCB7IHRha2VVbnRpbCB9IGZyb20gXCJyeGpzL29wZXJhdG9yc1wiO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogXCJzLXRhYmxlLWhlYWRlci1jaGVja2JveFwiLFxuICAgIHRlbXBsYXRlOiBgXG4gICAgICAgIDxkaXYgY2xhc3M9XCJ1aS1jaGtib3ggdWktd2lkZ2V0XCIgKGNsaWNrKT1cIm9uQ2xpY2soKVwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInVpLWhlbHBlci1oaWRkZW4tYWNjZXNzaWJsZVwiPlxuICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwiY2hlY2tib3hcIiBbY2hlY2tlZF09XCJjaGVja2VkXCIgKGZvY3VzKT1cIm9uRm9jdXMoKVwiIChibHVyKT1cIm9uQmx1cigpXCIgW2Rpc2FibGVkXT1cImlzRGlzYWJsZWQoKVwiPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IFtuZ0NsYXNzXT1cInsndWktY2hrYm94LWJveCB1aS13aWRnZXQgdWktc3RhdGUtZGVmYXVsdCc6dHJ1ZSxcbiAgICAgICAgICAgICAgICAndWktc3RhdGUtYWN0aXZlJzpjaGVja2VkLCAndWktc3RhdGUtZGlzYWJsZWQnOiBpc0Rpc2FibGVkKCksICd1aS1zdGF0ZS1mb2N1cyc6IGhhc0ZvY3VzfVwiPlxuICAgICAgICAgICAgICAgIDxzcGFuIFtpZF09XCJpZFwiIGNsYXNzPVwidWktY2hrYm94LWljb24gdWktY2xpY2thYmxlXCIgW25nQ2xhc3NdPVwieydwaSBwaS1jaGVjayc6Y2hlY2tlZH1cIj48L3NwYW4+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgYCxcbn0pXG5leHBvcnQgY2xhc3MgVGFibGVIZWFkZXJDaGVja2JveENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgICBwdWJsaWMgc3RhdGljIG5leHRJZCA9IDA7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBpZCA9IGBzLXRhYmxlLWhlYWRlci1jaGVja2JveC0ke1RhYmxlSGVhZGVyQ2hlY2tib3hDb21wb25lbnQubmV4dElkKyt9YDtcbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBkaXNhYmxlZDogYm9vbGVhbjtcbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyByb3dQcm9wczogc3RyaW5nW107XG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgdXNlQWxsT2JqZWN0OiBib29sZWFuO1xuXG4gICAgcHVibGljIGNoZWNrZWQ6IGJvb2xlYW47XG4gICAgcHVibGljIGhhc0ZvY3VzOiBib29sZWFuO1xuXG4gICAgcHJpdmF0ZSBuZ1Vuc3Vic2NyaWJlID0gbmV3IFN1YmplY3QoKTtcblxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyB0YWJsZTogVGFibGUsIHB1YmxpYyB0YWJsZVNlcnZpY2U6IFRhYmxlU2VydmljZSkge1xuICAgICAgICB0aGlzLnRhYmxlLnRhYmxlU2VydmljZS52YWx1ZVNvdXJjZSQucGlwZSh0YWtlVW50aWwodGhpcy5uZ1Vuc3Vic2NyaWJlKSkuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICAgIHRoaXMuY2hlY2tlZCA9IHRoaXMudXBkYXRlQ2hlY2tlZFN0YXRlKCk7XG4gICAgICAgIH0pO1xuXG4gICAgICAgIHRoaXMudGFibGUudGFibGVTZXJ2aWNlLnNlbGVjdGlvblNvdXJjZSQucGlwZSh0YWtlVW50aWwodGhpcy5uZ1Vuc3Vic2NyaWJlKSkuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgICAgIHRoaXMuY2hlY2tlZCA9IHRoaXMudXBkYXRlQ2hlY2tlZFN0YXRlKCk7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5jaGVja2VkID0gdGhpcy51cGRhdGVDaGVja2VkU3RhdGUoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkRlc3Ryb3koKSB7XG4gICAgICAgIHRoaXMubmdVbnN1YnNjcmliZS5uZXh0KCk7XG4gICAgfVxuXG4gICAgcHVibGljIG9uRm9jdXMoKSB7XG4gICAgICAgIHRoaXMuaGFzRm9jdXMgPSB0cnVlO1xuICAgIH1cblxuICAgIHB1YmxpYyBvbkJsdXIoKSB7XG4gICAgICAgIHRoaXMuaGFzRm9jdXMgPSBmYWxzZTtcbiAgICB9XG5cbiAgICBpc0Rpc2FibGVkKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5kaXNhYmxlZCB8fCAhdGhpcy50YWJsZS52YWx1ZSB8fCAhdGhpcy50YWJsZS52YWx1ZS5sZW5ndGg7XG4gICAgfVxuXG4gICAgb25DbGljaygpIHtcbiAgICAgICAgaWYgKCF0aGlzLmRpc2FibGVkKSB7XG4gICAgICAgICAgICBpZiAodGhpcy50YWJsZS52YWx1ZSAmJiB0aGlzLnRhYmxlLnZhbHVlLmxlbmd0aCA+IDApIHRoaXMub25Ub2dnbGVDaGVja2JveCghdGhpcy5jaGVja2VkKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHB1YmxpYyB1cGRhdGVDaGVja2VkU3RhdGUoKSB7XG4gICAgICAgIGlmICh0aGlzLnRhYmxlLmZpbHRlcmVkVmFsdWUpIHtcbiAgICAgICAgICAgIGNvbnN0IHZhbCA9IHRoaXMudGFibGUuZmlsdGVyZWRWYWx1ZTtcbiAgICAgICAgICAgIHJldHVybiB2YWwgJiYgdmFsLmxlbmd0aCA+IDAgJiYgdGhpcy50YWJsZS5zZWxlY3Rpb24gJiYgdGhpcy50YWJsZS5zZWxlY3Rpb24ubGVuZ3RoID4gMCAmJiB0aGlzLmlzQWxsRmlsdGVyZWRWYWx1ZXNDaGVja2VkKCk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBjb25zdCB2YWwgPSB0aGlzLnRhYmxlLnZhbHVlO1xuICAgICAgICAgICAgcmV0dXJuIHZhbCAmJiB2YWwubGVuZ3RoID4gMCAmJiB0aGlzLnRhYmxlLnNlbGVjdGlvbiAmJiB0aGlzLnRhYmxlLnNlbGVjdGlvbi5sZW5ndGggPiAwICYmIHRoaXMuaXNBbGxWYWx1ZXNDaGVja2VkKCk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgb25Ub2dnbGVDaGVja2JveChjaGVja2VkOiBib29sZWFuKSB7XG4gICAgICAgIGNvbnN0IHsgZmlsdGVyZWRWYWx1ZSwgdmFsdWUsIGRhdGFLZXkgfSA9IHRoaXMudGFibGU7XG4gICAgICAgIGNvbnN0IGdyaWREYXRhID0gY2hlY2tlZCA/IChmaWx0ZXJlZFZhbHVlID8gZmlsdGVyZWRWYWx1ZS5zbGljZSgpIDogdmFsdWUuc2xpY2UoKSkgOiBbXTtcblxuICAgICAgICBpZiAoY2hlY2tlZCkge1xuICAgICAgICAgICAgY29uc3QgdW5zZWxlY3RlZHMgPSBncmlkRGF0YVxuICAgICAgICAgICAgICAgIC5maWx0ZXIocmVjb3JkID0+ICF0aGlzLnRhYmxlLl9zZWxlY3Rpb24uZmluZCgoc2VsZWN0ZWQ6IGFueSkgPT4gcmVjb3JkW2RhdGFLZXldID09PSBzZWxlY3RlZFtkYXRhS2V5XSkpXG4gICAgICAgICAgICAgICAgLm1hcCgocmVjb3JkOiBhbnkpID0+IHtcbiAgICAgICAgICAgICAgICAgICAgaWYgKHRoaXMudXNlQWxsT2JqZWN0KSByZXR1cm4gcmVjb3JkO1xuXG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IG5ld1JlY29yZCA9IHt9O1xuICAgICAgICAgICAgICAgICAgICBpZiAodGhpcy5yb3dQcm9wcykgdGhpcy5yb3dQcm9wcy5mb3JFYWNoKChwcm9wOiBzdHJpbmcpID0+IChuZXdSZWNvcmRbcHJvcF0gPSByZWNvcmRbcHJvcF0pKTtcbiAgICAgICAgICAgICAgICAgICAgZWxzZSBuZXdSZWNvcmRbZGF0YUtleV0gPSByZWNvcmRbZGF0YUtleV07XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBuZXdSZWNvcmQ7XG4gICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICB0aGlzLnRhYmxlLl9zZWxlY3Rpb24gPSBbLi4udGhpcy50YWJsZS5fc2VsZWN0aW9uLCAuLi51bnNlbGVjdGVkc107XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICB2YWx1ZS5mb3JFYWNoKChkYXRhOiBhbnkpID0+IHtcbiAgICAgICAgICAgICAgICB0aGlzLnRhYmxlLl9zZWxlY3Rpb24gPSB0aGlzLnRhYmxlLl9zZWxlY3Rpb24uZmlsdGVyKChyZWNvcmQ6IGFueSkgPT4gcmVjb3JkW2RhdGFLZXldICE9PSBkYXRhW2RhdGFLZXldKTtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy50YWJsZS51cGRhdGVTZWxlY3Rpb25LZXlzKCk7XG4gICAgICAgIHRoaXMudGFibGUuc2VsZWN0aW9uQ2hhbmdlLmVtaXQodGhpcy50YWJsZS5fc2VsZWN0aW9uKTtcbiAgICAgICAgdGhpcy50YWJsZVNlcnZpY2Uub25TZWxlY3Rpb25DaGFuZ2UoKTtcblxuICAgICAgICBpZiAodGhpcy50YWJsZS5pc1N0YXRlZnVsKCkpIHRoaXMudGFibGUuc2F2ZVN0YXRlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIGlzQWxsRmlsdGVyZWRWYWx1ZXNDaGVja2VkKCkge1xuICAgICAgICBpZiAoIXRoaXMudGFibGUuZmlsdGVyZWRWYWx1ZSkge1xuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgZm9yIChjb25zdCByb3dEYXRhIG9mIHRoaXMudGFibGUuZmlsdGVyZWRWYWx1ZSkge1xuICAgICAgICAgICAgICAgIGlmICghdGhpcy50YWJsZS5pc1NlbGVjdGVkKHJvd0RhdGEpKSB7XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4gdHJ1ZTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHB1YmxpYyBpc0FsbFZhbHVlc0NoZWNrZWQoKSB7XG4gICAgICAgIGlmICghdGhpcy50YWJsZS52YWx1ZSkge1xuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgZm9yIChjb25zdCByb3dEYXRhIG9mIHRoaXMudGFibGUudmFsdWUpIHtcbiAgICAgICAgICAgICAgICBpZiAoIXRoaXMudGFibGUuaXNTZWxlY3RlZChyb3dEYXRhKSkge1xuICAgICAgICAgICAgICAgICAgICByZXR1cm4gZmFsc2U7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgICAgIH1cbiAgICB9XG59XG4iXX0=
@@ -0,0 +1,15 @@
1
+ import { __decorate } from "tslib";
2
+ import { CommonModule } from "@angular/common";
3
+ import { NgModule } from "@angular/core";
4
+ import { TableHeaderCheckboxComponent } from "./table-header-checkbox.component";
5
+ let TableHeaderCheckboxModule = class TableHeaderCheckboxModule {
6
+ };
7
+ TableHeaderCheckboxModule = __decorate([
8
+ NgModule({
9
+ imports: [CommonModule],
10
+ exports: [TableHeaderCheckboxComponent],
11
+ declarations: [TableHeaderCheckboxComponent],
12
+ })
13
+ ], TableHeaderCheckboxModule);
14
+ export { TableHeaderCheckboxModule };
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtaGVhZGVyLWNoZWNrb3gubW9kdWxlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvdGFibGUtaGVhZGVyL3RhYmxlLWhlYWRlci1jaGVja294Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFPakYsSUFBYSx5QkFBeUIsR0FBdEMsTUFBYSx5QkFBeUI7Q0FBRyxDQUFBO0FBQTVCLHlCQUF5QjtJQUxyQyxRQUFRLENBQUM7UUFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7UUFDdkIsT0FBTyxFQUFFLENBQUMsNEJBQTRCLENBQUM7UUFDdkMsWUFBWSxFQUFFLENBQUMsNEJBQTRCLENBQUM7S0FDL0MsQ0FBQztHQUNXLHlCQUF5QixDQUFHO1NBQTVCLHlCQUF5QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IFRhYmxlSGVhZGVyQ2hlY2tib3hDb21wb25lbnQgfSBmcm9tIFwiLi90YWJsZS1oZWFkZXItY2hlY2tib3guY29tcG9uZW50XCI7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZXhwb3J0czogW1RhYmxlSGVhZGVyQ2hlY2tib3hDb21wb25lbnRdLFxuICAgIGRlY2xhcmF0aW9uczogW1RhYmxlSGVhZGVyQ2hlY2tib3hDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBUYWJsZUhlYWRlckNoZWNrYm94TW9kdWxlIHt9XG4iXX0=
@@ -0,0 +1,3 @@
1
+ export { TemplateDirective } from "./template.directive";
2
+ export { TemplateModule } from "./template.module";
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2VuaW9yc2lzdGVtYXMvYW5ndWxhci1jb21wb25lbnRzLyIsInNvdXJjZXMiOlsiY29tcG9uZW50cy90ZW1wbGF0ZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sbUJBQW1CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBUZW1wbGF0ZURpcmVjdGl2ZSB9IGZyb20gXCIuL3RlbXBsYXRlLmRpcmVjdGl2ZVwiO1xuZXhwb3J0IHsgVGVtcGxhdGVNb2R1bGUgfSBmcm9tIFwiLi90ZW1wbGF0ZS5tb2R1bGVcIjtcbiJdfQ==