@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,598 @@
1
+ import { __assign, __decorate, __read, __spread } from "tslib";
2
+ import { animate, animateChild, group, query, state, style, transition, trigger } from "@angular/animations";
3
+ import { Component, EventEmitter, forwardRef, Injectable, Input, Output, ViewChild, ViewEncapsulation, } from "@angular/core";
4
+ import { FormControl, FormGroup, NG_VALUE_ACCESSOR } from "@angular/forms";
5
+ import { TranslateService } from "@ngx-translate/core";
6
+ import { Hotkey, HotkeysService } from "angular2-hotkeys";
7
+ import BigNumber from "bignumber.js";
8
+ import { AutoComplete } from "primeng/autocomplete";
9
+ import { Dialog } from "primeng/dialog";
10
+ import { Table } from "primeng/table";
11
+ import { Subject } from "rxjs";
12
+ import { takeUntil } from "rxjs/operators";
13
+ import { FieldType } from "../..";
14
+ import { CalendarLocaleOptions } from "../../../locale/options/calendar";
15
+ import { FormField } from "../../configurations/form-field";
16
+ var LookupComponent = /** @class */ (function () {
17
+ function LookupComponent(hotkeysService, translateService) {
18
+ this.hotkeysService = hotkeysService;
19
+ this.translateService = translateService;
20
+ this.id = "s-lookup-" + LookupComponent_1.nextId++;
21
+ this.autocompleteForceSelection = true;
22
+ this.disabled = false;
23
+ this.showSearch = true;
24
+ this.lookupAppendTo = "body";
25
+ this.searchFields = [];
26
+ this.showAddOption = false;
27
+ this.showEditOption = false;
28
+ this.showRemoveOption = false;
29
+ this.onLookupRequest = new EventEmitter();
30
+ this.onSearchRequest = new EventEmitter();
31
+ this.onFocus = new EventEmitter();
32
+ this.onBlur = new EventEmitter();
33
+ this.onKeyUp = new EventEmitter();
34
+ this.onSelect = new EventEmitter();
35
+ this.onUnselect = new EventEmitter();
36
+ this.onClear = new EventEmitter();
37
+ this.onAdd = new EventEmitter();
38
+ this.onEdit = new EventEmitter();
39
+ this.onRemove = new EventEmitter();
40
+ this.onClearButtonClick = new EventEmitter();
41
+ this.dialogVisible = false;
42
+ this.collapsed = false;
43
+ this.selected = [];
44
+ this.transitionOptions = "400ms cubic-bezier(0.86, 0, 0.07, 1)";
45
+ this.originalFormValues = {};
46
+ this.ngUnsubscribe = new Subject();
47
+ }
48
+ LookupComponent_1 = LookupComponent;
49
+ LookupComponent.prototype.ngOnInit = function () {
50
+ var _this = this;
51
+ if (!this.searchGridFields) {
52
+ this.searchGridFields = this.searchFields
53
+ .filter(function (item) { var _a; return !item.visible || ((_a = item.visible) === null || _a === void 0 ? void 0 : _a.call(item)); })
54
+ .map(function (item) { return new FormField(__assign({}, item)); });
55
+ }
56
+ this.searchFields = this.searchFields.map(function (value) {
57
+ return new FormField(__assign(__assign({}, value), { size: { sm: 12, md: 12, lg: 12, xl: 12 } }));
58
+ });
59
+ this.searchGridFields = this.searchGridFields
60
+ .filter(function (gridField) { var _a; return !gridField.visible || ((_a = gridField.visible) === null || _a === void 0 ? void 0 : _a.call(gridField)); })
61
+ .map(function (gridField) {
62
+ gridField["width"] = _this.getColWidth(gridField.label);
63
+ var calendarOptions = new CalendarLocaleOptions(__assign({}, gridField.calendarLocaleOptions));
64
+ if (calendarOptions === null || calendarOptions === void 0 ? void 0 : calendarOptions.dateFormat) {
65
+ switch (gridField.type) {
66
+ case FieldType.Date:
67
+ calendarOptions.dateFormat = _this._convertToMomentDateFormat(calendarOptions.dateFormat);
68
+ break;
69
+ case FieldType.Time:
70
+ calendarOptions.dateFormat = _this._convertToMomentHourFormat(calendarOptions.hourFormat, calendarOptions.dateFormat);
71
+ break;
72
+ }
73
+ gridField.calendarLocaleOptions = calendarOptions;
74
+ }
75
+ return gridField;
76
+ });
77
+ var formGroup = this.searchFields.reduce(function (result, field) {
78
+ result[field.name] = new FormControl(field.defaultValue);
79
+ _this.originalFormValues[field.name] = field.defaultValue;
80
+ return result;
81
+ }, {});
82
+ this.formGroupDialog = new FormGroup(formGroup);
83
+ this._subscribeEvents();
84
+ };
85
+ LookupComponent.prototype.printRecordTotalizer = function () {
86
+ if (this.searchTotalRecordsLabel) {
87
+ return this.searchTotalRecordsLabel;
88
+ }
89
+ var recordLabel = this.recordLabel
90
+ ? this.searchTotalRecords + " " + this.recordLabel
91
+ : this.translateService.instant("platform.angular_components.total_record", { count: this.searchTotalRecords });
92
+ var recordsLabel = this.recordsLabel
93
+ ? this.searchTotalRecords + " " + this.recordsLabel
94
+ : this.translateService.instant("platform.angular_components.total_records", { count: this.searchTotalRecords });
95
+ return this.searchTotalRecords === 1 ? recordLabel : recordsLabel;
96
+ };
97
+ LookupComponent.prototype._convertToMomentHourFormat = function (hourFormat, format) {
98
+ if (format === "dd/mm/yy") {
99
+ // valor padrão para o format.
100
+ return "LTS";
101
+ }
102
+ if (hourFormat === "12") {
103
+ return format
104
+ .replace(/\bH\b/, "h") // hour (12 hour time) (no leading zero)
105
+ .replace(/\bHH\b/, "hh"); // hour (12 hour time)
106
+ }
107
+ if (hourFormat === "24") {
108
+ return format
109
+ .replace(/\bh\b/, "H") // hour (24 hour time) (no leading zero)
110
+ .replace(/\bhh\b/, "HH"); // hour (24 hour time)
111
+ }
112
+ return format;
113
+ };
114
+ LookupComponent.prototype._convertToMomentDateFormat = function (format) {
115
+ // A ordem dos replaces é importante.
116
+ return format
117
+ .replace(/\bd\b/, "D") // day of month (no leading zero)
118
+ .replace(/\bdd\b/, "DD") // day of month
119
+ .replace(/\bo\b/, "DDD") // day of the year (no leading zero)
120
+ .replace(/\boo\b/, "DDDD") // day of the year
121
+ .replace(/\bM\b/, "MMM") // month name short
122
+ .replace(/\bMM\b/, "MMMM") // month name long
123
+ .replace(/\bm\b/, "M") // month of year (no leading)
124
+ .replace(/\bmm\b/, "MM") // month of year
125
+ .replace(/\by\b/, "YY") // year (two digits)
126
+ .replace(/\byy\b/, "YYYY"); // year (four digits)
127
+ };
128
+ LookupComponent.prototype.ngAfterViewInit = function () {
129
+ this.autocomplete.onOverlayAnimationDone = function (event) { };
130
+ };
131
+ LookupComponent.prototype.ngOnChanges = function (changes) {
132
+ if (this.dialogVisible && changes.searchGridData) {
133
+ this.loading = false;
134
+ }
135
+ this._setFocusFilter();
136
+ };
137
+ LookupComponent.prototype.ngOnDestroy = function () {
138
+ this.ngUnsubscribe.next();
139
+ this.ngUnsubscribe.complete();
140
+ };
141
+ LookupComponent.prototype.getGridData = function () {
142
+ return this.searchGridData;
143
+ };
144
+ LookupComponent.prototype.getLookupSuggestions = function () {
145
+ return this.lookupSuggestions;
146
+ };
147
+ LookupComponent.prototype.makeSearchRequestParams = function (event) {
148
+ var filters = this.formGroupDialog.getRawValue();
149
+ var params = __assign(__assign({}, event), { filterData: filters });
150
+ var multiSortMeta = event.multiSortMeta;
151
+ this.multiSortMeta = multiSortMeta || this.multiSortMeta;
152
+ return params;
153
+ };
154
+ LookupComponent.prototype.lazyLoadGrid = function (event) {
155
+ // Ao definir uma ordenação na tabela do lookup esse método é chamado 2 vezes https://github.com/primefaces/primeng/issues/5480
156
+ var params = this.makeSearchRequestParams(event);
157
+ this.onSearchRequest.next(params);
158
+ };
159
+ LookupComponent.prototype.onCompleteMethod = function (event) {
160
+ if (!this.autocompleteForceSelection) {
161
+ this.onChange(this.value === "" ? null : this.value);
162
+ }
163
+ this.onLookupRequest.next(event.query);
164
+ };
165
+ LookupComponent.prototype.setDefaultFilters = function () {
166
+ var _this = this;
167
+ if (!this.defaultFilter)
168
+ return;
169
+ this.defaultFilter
170
+ .filter(function (_a) {
171
+ var field = _a.field;
172
+ return _this.formGroupDialog.contains(field) && !_this.formGroupDialog.get([field]).dirty;
173
+ })
174
+ .forEach(function (_a) {
175
+ var value = _a.value, field = _a.field;
176
+ _this.formGroupDialog.get([field]).patchValue(value instanceof Function ? value() : value);
177
+ });
178
+ };
179
+ LookupComponent.prototype.showDialog = function () {
180
+ this.setDefaultFilters();
181
+ this.searchGridData = undefined;
182
+ this.onTouched();
183
+ this.hotkeysService.pause(__spread(this.hotkeysService.hotkeys));
184
+ this.setHotkeys();
185
+ var selected = [];
186
+ if (this.multiple && this.value) {
187
+ selected = selected.concat(this.value);
188
+ }
189
+ else if (this.value) {
190
+ selected = [this.value];
191
+ }
192
+ this.selected = selected;
193
+ this.loading = true;
194
+ this.dialogVisible = true;
195
+ };
196
+ LookupComponent.prototype.hideDialog = function () {
197
+ var _a = this.autocomplete, inputEL = _a.inputEL, multiInputEL = _a.multiInputEL;
198
+ this.dialogVisible = false;
199
+ this.collapsed = false;
200
+ this.hotkeysService.unpause(__spread(this.hotkeysService.pausedHotkeys));
201
+ if (this.multiple)
202
+ multiInputEL.nativeElement.focus();
203
+ else
204
+ inputEL.nativeElement.focus();
205
+ };
206
+ LookupComponent.prototype.search = function () {
207
+ this.resetTable();
208
+ this.collapsed = true;
209
+ this.dialog.moveOnTop();
210
+ };
211
+ LookupComponent.prototype.clear = function () {
212
+ this.formGroupDialog.reset(this.originalFormValues);
213
+ this.resetTable();
214
+ this.onClearButtonClick.emit();
215
+ };
216
+ LookupComponent.prototype.resetTable = function () {
217
+ this.table.reset();
218
+ };
219
+ LookupComponent.prototype.select = function () {
220
+ if (!this.selected.length)
221
+ return;
222
+ var selected = this.selected && (this.multiple ? this.selected : this.selected[0]);
223
+ this.value = selected;
224
+ this.onSelect.next(selected);
225
+ this.hideDialog();
226
+ };
227
+ LookupComponent.prototype.onSelectionChange = function (selected) {
228
+ if (!selected)
229
+ return;
230
+ if (Array.isArray(selected))
231
+ this.selected = selected;
232
+ else
233
+ this.selected = [selected];
234
+ };
235
+ LookupComponent.prototype.registerOnChange = function (onChange) {
236
+ var _this = this;
237
+ this.onChange = function (value) {
238
+ _this.writeValue(value);
239
+ onChange(value);
240
+ };
241
+ };
242
+ LookupComponent.prototype.registerOnTouched = function (onTouched) {
243
+ this.onTouched = onTouched;
244
+ };
245
+ LookupComponent.prototype.writeValue = function (value) {
246
+ this.value = value;
247
+ };
248
+ LookupComponent.prototype.setDisabledState = function (disabled) {
249
+ this.disabled = disabled;
250
+ };
251
+ LookupComponent.prototype.getFieldValue = function (obj, path) {
252
+ return path.split(".").reduce(function (result, prop) { return (result[prop] === undefined ? "" : result[prop]); }, obj);
253
+ };
254
+ LookupComponent.prototype.getBadgeFromValue = function (value, options) {
255
+ var _a;
256
+ return (_a = options === null || options === void 0 ? void 0 : options.find(function (opt) { return opt.value === value; })) === null || _a === void 0 ? void 0 : _a.badge;
257
+ };
258
+ LookupComponent.prototype.getLabelForValue = function (value, options) {
259
+ if (!options)
260
+ return value;
261
+ var option = options.find(function (opt) { return opt.value === value; });
262
+ return option ? option.label : value;
263
+ };
264
+ LookupComponent.prototype.isBooleanValue = function (obj, path) {
265
+ var value = this.getFieldValue(obj, path);
266
+ if (value === true || value === false)
267
+ return true;
268
+ else
269
+ return false;
270
+ };
271
+ LookupComponent.prototype.getBooleanLabel = function (obj, path, optionsLabel) {
272
+ var value = this.getFieldValue(obj, path);
273
+ if (value === true)
274
+ return optionsLabel.true;
275
+ else if (value === false)
276
+ return optionsLabel.false;
277
+ else
278
+ return this.emptyFieldLabel;
279
+ };
280
+ LookupComponent.prototype.isNumber = function (obj, path) {
281
+ return !new BigNumber(this.getFieldValue(obj, path)).isNaN();
282
+ };
283
+ LookupComponent.prototype.setHotkeys = function () {
284
+ var _this = this;
285
+ var clearHotkey = this.newHotkey("alt+shift+l", this.clear.bind(this));
286
+ var findHotkey = this.newHotkey("alt+shift+f", this.search.bind(this));
287
+ var hideHotkey = this.newHotkey("alt+shift+c", this.hideDialog.bind(this));
288
+ var selectHotkey = this.newHotkey("alt+shift+s", this.select.bind(this));
289
+ var bindedHotkeys = [clearHotkey, findHotkey, hideHotkey, selectHotkey];
290
+ bindedHotkeys.forEach(function (hotkey) { return _this.hotkeysService.add(hotkey); });
291
+ };
292
+ LookupComponent.prototype.newHotkey = function (combo, fn) {
293
+ return new Hotkey(combo, function () {
294
+ fn();
295
+ return false;
296
+ }, ["INPUT", "SELECT", "TEXTAREA"]);
297
+ };
298
+ LookupComponent.prototype.filterToggle = function () {
299
+ if (this.animating)
300
+ return;
301
+ this.animating = true;
302
+ this.collapsed = !this.collapsed;
303
+ };
304
+ LookupComponent.prototype.onToggleDone = function () {
305
+ this.animating = false;
306
+ };
307
+ /**
308
+ * Calculate the table column size. The minimum value is 14.286em, which is equals to 200px duo to the current font size.
309
+ * @param label Column name.
310
+ */
311
+ LookupComponent.prototype.getColWidth = function (label) {
312
+ var size = label.length;
313
+ if (size < 14.286)
314
+ return "14.286em";
315
+ return size + "em";
316
+ };
317
+ LookupComponent.prototype.getScale = function (scale) {
318
+ return this.isFunction(scale) ? scale() : scale;
319
+ };
320
+ LookupComponent.prototype.isFunction = function (value) {
321
+ return value instanceof Function;
322
+ };
323
+ LookupComponent.prototype.getIntegerMaskConfig = function (col) {
324
+ var _a;
325
+ return {
326
+ scale: 0,
327
+ thousandsSeparator: (_a = col.numberLocaleOptions) === null || _a === void 0 ? void 0 : _a.thousandsSeparator,
328
+ prefix: "",
329
+ };
330
+ };
331
+ LookupComponent.prototype.getDoubleMaskConfig = function (col) {
332
+ var _a, _b;
333
+ return {
334
+ scale: this.getScale(col.scale),
335
+ decimalSeparator: (_a = col.numberLocaleOptions) === null || _a === void 0 ? void 0 : _a.decimalSeparator,
336
+ thousandsSeparator: (_b = col.numberLocaleOptions) === null || _b === void 0 ? void 0 : _b.thousandsSeparator,
337
+ prefix: "",
338
+ };
339
+ };
340
+ LookupComponent.prototype.getMoneyMaskConfig = function (col) {
341
+ var _a, _b, _c;
342
+ return {
343
+ scale: this.getScale(col.scale),
344
+ decimalSeparator: (_a = col.numberLocaleOptions) === null || _a === void 0 ? void 0 : _a.decimalSeparator,
345
+ thousandsSeparator: (_b = col.numberLocaleOptions) === null || _b === void 0 ? void 0 : _b.thousandsSeparator,
346
+ prefix: (_c = col.numberLocaleOptions) === null || _c === void 0 ? void 0 : _c.currencySymbol,
347
+ };
348
+ };
349
+ LookupComponent.prototype.getNumberMaskConfig = function (col) {
350
+ var _a, _b, _c;
351
+ return {
352
+ scale: this.getScale(col.scale),
353
+ decimalSeparator: (_a = col.numberLocaleOptions) === null || _a === void 0 ? void 0 : _a.decimalSeparator,
354
+ thousandsSeparator: (_b = col.numberLocaleOptions) === null || _b === void 0 ? void 0 : _b.thousandsSeparator,
355
+ prefix: (_c = col.numberLocaleOptions) === null || _c === void 0 ? void 0 : _c.currencySymbol,
356
+ };
357
+ };
358
+ LookupComponent.prototype.onTableRowDoubleClick = function (rowData) {
359
+ this.selected = [rowData];
360
+ this.select();
361
+ };
362
+ LookupComponent.prototype._setFocusFilter = function () {
363
+ var _a, _b, _c;
364
+ if (this.dialogVisible && !this.collapsed) {
365
+ var input = (_c = (_b = (_a = this.dialog) === null || _a === void 0 ? void 0 : _a.contentViewChild) === null || _b === void 0 ? void 0 : _b.nativeElement) === null || _c === void 0 ? void 0 : _c.getElementsByTagName("input")[0];
366
+ if (input) {
367
+ input.focus();
368
+ }
369
+ }
370
+ };
371
+ LookupComponent.prototype._subscribeEvents = function () {
372
+ var _this = this;
373
+ this.onSearchRequest.pipe(takeUntil(this.ngUnsubscribe)).subscribe(function () { return (_this.loading = true); });
374
+ this.onSelect.pipe(takeUntil(this.ngUnsubscribe)).subscribe(function () { return _this.onChange(_this.value); });
375
+ this.onUnselect.pipe(takeUntil(this.ngUnsubscribe)).subscribe(function () { return _this.onChange(_this.value); });
376
+ this.onClear.pipe(takeUntil(this.ngUnsubscribe)).subscribe(function () {
377
+ if (_this.multiple) {
378
+ return;
379
+ }
380
+ _this.onChange(null);
381
+ });
382
+ this.onFocus.pipe(takeUntil(this.ngUnsubscribe)).subscribe(function () {
383
+ _this.onTouched();
384
+ });
385
+ this.onBlur.pipe(takeUntil(this.ngUnsubscribe)).subscribe(function (event) {
386
+ var target = event.target;
387
+ var currentValue = _this.value && _this.value[_this.lookupDisplayField];
388
+ var value = target.value;
389
+ if (_this.multiple || !currentValue || currentValue == value)
390
+ return;
391
+ var newValue = "";
392
+ target.value = newValue;
393
+ _this.onChange(newValue);
394
+ });
395
+ };
396
+ var LookupComponent_1;
397
+ LookupComponent.nextId = 0;
398
+ LookupComponent.ctorParameters = function () { return [
399
+ { type: HotkeysService },
400
+ { type: TranslateService }
401
+ ]; };
402
+ __decorate([
403
+ Input()
404
+ ], LookupComponent.prototype, "formControlName", void 0);
405
+ __decorate([
406
+ Input()
407
+ ], LookupComponent.prototype, "id", void 0);
408
+ __decorate([
409
+ Input()
410
+ ], LookupComponent.prototype, "autocompleteForceSelection", void 0);
411
+ __decorate([
412
+ Input()
413
+ ], LookupComponent.prototype, "multiple", void 0);
414
+ __decorate([
415
+ Input()
416
+ ], LookupComponent.prototype, "dataKey", void 0);
417
+ __decorate([
418
+ Input()
419
+ ], LookupComponent.prototype, "required", void 0);
420
+ __decorate([
421
+ Input()
422
+ ], LookupComponent.prototype, "disabled", void 0);
423
+ __decorate([
424
+ Input()
425
+ ], LookupComponent.prototype, "showSearch", void 0);
426
+ __decorate([
427
+ Input()
428
+ ], LookupComponent.prototype, "lookupSuggestions", void 0);
429
+ __decorate([
430
+ Input()
431
+ ], LookupComponent.prototype, "lookupDisplayField", void 0);
432
+ __decorate([
433
+ Input()
434
+ ], LookupComponent.prototype, "lookupDisplayFieldTooltip", void 0);
435
+ __decorate([
436
+ Input()
437
+ ], LookupComponent.prototype, "lookupEmptyMessage", void 0);
438
+ __decorate([
439
+ Input()
440
+ ], LookupComponent.prototype, "lookupAppendTo", void 0);
441
+ __decorate([
442
+ Input()
443
+ ], LookupComponent.prototype, "searchEmptyDescription", void 0);
444
+ __decorate([
445
+ Input()
446
+ ], LookupComponent.prototype, "searchGridData", void 0);
447
+ __decorate([
448
+ Input()
449
+ ], LookupComponent.prototype, "searchTotalRecords", void 0);
450
+ __decorate([
451
+ Input()
452
+ ], LookupComponent.prototype, "searchFields", void 0);
453
+ __decorate([
454
+ Input()
455
+ ], LookupComponent.prototype, "searchGridFields", void 0);
456
+ __decorate([
457
+ Input()
458
+ ], LookupComponent.prototype, "multiSortMeta", void 0);
459
+ __decorate([
460
+ Input()
461
+ ], LookupComponent.prototype, "placeholder", void 0);
462
+ __decorate([
463
+ Input()
464
+ ], LookupComponent.prototype, "sortableColumnsDisabled", void 0);
465
+ __decorate([
466
+ Input()
467
+ ], LookupComponent.prototype, "lookupRowProps", void 0);
468
+ __decorate([
469
+ Input()
470
+ ], LookupComponent.prototype, "defaultFilter", void 0);
471
+ __decorate([
472
+ Input()
473
+ ], LookupComponent.prototype, "showAddOption", void 0);
474
+ __decorate([
475
+ Input()
476
+ ], LookupComponent.prototype, "showEditOption", void 0);
477
+ __decorate([
478
+ Input()
479
+ ], LookupComponent.prototype, "showRemoveOption", void 0);
480
+ __decorate([
481
+ Output()
482
+ ], LookupComponent.prototype, "onLookupRequest", void 0);
483
+ __decorate([
484
+ Output()
485
+ ], LookupComponent.prototype, "onSearchRequest", void 0);
486
+ __decorate([
487
+ Output()
488
+ ], LookupComponent.prototype, "onFocus", void 0);
489
+ __decorate([
490
+ Output()
491
+ ], LookupComponent.prototype, "onBlur", void 0);
492
+ __decorate([
493
+ Output()
494
+ ], LookupComponent.prototype, "onKeyUp", void 0);
495
+ __decorate([
496
+ Output()
497
+ ], LookupComponent.prototype, "onSelect", void 0);
498
+ __decorate([
499
+ Output()
500
+ ], LookupComponent.prototype, "onUnselect", void 0);
501
+ __decorate([
502
+ Output()
503
+ ], LookupComponent.prototype, "onClear", void 0);
504
+ __decorate([
505
+ Output()
506
+ ], LookupComponent.prototype, "onAdd", void 0);
507
+ __decorate([
508
+ Output()
509
+ ], LookupComponent.prototype, "onEdit", void 0);
510
+ __decorate([
511
+ Output()
512
+ ], LookupComponent.prototype, "onRemove", void 0);
513
+ __decorate([
514
+ Output()
515
+ ], LookupComponent.prototype, "onClearButtonClick", void 0);
516
+ __decorate([
517
+ ViewChild(Table, { static: false })
518
+ ], LookupComponent.prototype, "table", void 0);
519
+ __decorate([
520
+ ViewChild(Dialog, { static: false })
521
+ ], LookupComponent.prototype, "dialog", void 0);
522
+ __decorate([
523
+ ViewChild(AutoComplete, { static: false })
524
+ ], LookupComponent.prototype, "autocomplete", void 0);
525
+ __decorate([
526
+ Input()
527
+ ], LookupComponent.prototype, "searchTitle", void 0);
528
+ __decorate([
529
+ Input()
530
+ ], LookupComponent.prototype, "searchEmptyTitle", void 0);
531
+ __decorate([
532
+ Input()
533
+ ], LookupComponent.prototype, "searchTotalRecordsLabel", void 0);
534
+ __decorate([
535
+ Input()
536
+ ], LookupComponent.prototype, "filterTitle", void 0);
537
+ __decorate([
538
+ Input()
539
+ ], LookupComponent.prototype, "filterLabel", void 0);
540
+ __decorate([
541
+ Input()
542
+ ], LookupComponent.prototype, "clearLabel", void 0);
543
+ __decorate([
544
+ Input()
545
+ ], LookupComponent.prototype, "cancelLabel", void 0);
546
+ __decorate([
547
+ Input()
548
+ ], LookupComponent.prototype, "selectLabel", void 0);
549
+ __decorate([
550
+ Input()
551
+ ], LookupComponent.prototype, "emptyFieldLabel", void 0);
552
+ __decorate([
553
+ Input()
554
+ ], LookupComponent.prototype, "recordLabel", void 0);
555
+ __decorate([
556
+ Input()
557
+ ], LookupComponent.prototype, "recordsLabel", void 0);
558
+ LookupComponent = LookupComponent_1 = __decorate([
559
+ Injectable(),
560
+ Component({
561
+ selector: "s-lookup",
562
+ template: "<div [ngClass]=\"{ inputgroup: showSearch }\">\n <p-autoComplete\n #autocomplete\n [(ngModel)]=\"value\"\n [disabled]=\"disabled\"\n [dataKey]=\"dataKey\"\n [multiple]=\"multiple\"\n [inputId]=\"id + '-autocomplete'\"\n [forceSelection]=\"autocompleteForceSelection\"\n [suggestions]=\"getLookupSuggestions()\"\n (completeMethod)=\"onCompleteMethod($event)\"\n (onSelect)=\"onSelect.next($event)\"\n (onBlur)=\"onBlur.next($event)\"\n (onFocus)=\"onFocus.next($event)\"\n (onUnselect)=\"onUnselect.next($event)\"\n (onClear)=\"onClear.next($event)\"\n (onKeyUp)=\"onKeyUp.next($event)\"\n [field]=\"lookupDisplayField\"\n [emptyMessage]=\"lookupEmptyMessage\"\n [dropdown]=\"!showSearch\"\n [appendTo]=\"lookupAppendTo\"\n [placeholder]=\"placeholder || ' '\"\n [autoHighlight]=\"true\"\n inputStyleClass=\"mousetrap\">\n <ng-template let-item pTemplate=\"selectedItem\">\n <span\n class=\"ui-autocomplete-token-label ng-tns-c65-43 ng-star-inserted\"\n [sTooltip]=\"lookupDisplayFieldTooltip ? item[lookupDisplayField] : null\"\n tooltipPosition=\"top\">\n {{item[lookupDisplayField]}}\n </span>\n </ng-template>\n </p-autoComplete>\n <button\n *ngIf=\"showSearch\"\n pButton\n type=\"button\"\n icon=\"fa fa-search\"\n class=\"button-addon\"\n [disabled]=\"disabled\"\n (click)=\"showDialog()\">\n </button>\n</div>\n<p-dialog\n appendTo=\"body\"\n styleClass=\"s-lookup-modal\"\n [header]=\"searchTitle || 'platform.angular_components.advanced_search' | translate\"\n [(visible)]=\"dialogVisible\"\n [modal]=\"true\"\n (onHide)=\"hideDialog()\"\n [blockScroll]=\"true\"\n [focusOnShow]=\"true\"\n [draggable]=\"false\"\n [resizable]=\"false\"\n #dialog>\n <div\n *ngIf=\"dialogVisible\"\n class=\"s-lookup-modal-container\">\n <div\n *ngIf=\"searchFields && searchFields.length\"\n class=\"filter\"\n [@collapseContent]=\"collapsed\n ? { value: 'hidden', params: { transitionParams: transitionOptions } }\n : { value: 'visible', params: { transitionParams: transitionOptions } }\"\n (@collapseContent.done)=\"onToggleDone()\">\n <form\n [formGroup]=\"formGroupDialog\"\n novalidate\n autocomplete=\"off\">\n <div\n *ngIf=\"!collapsed\"\n class=\"form-content\"\n [@childCollapseContent]=\"collapsed\n ? { value: ':leave', params: { transitionParams: transitionOptions } }\n : { value: ':enter', params: { transitionParams: transitionOptions } }\">\n <div class=\"filter-title sds-section-title\">\n {{ filterTitle || \"platform.angular_components.filters\" | translate }}\n </div>\n <div class=\"form-fields\">\n <s-dynamic-form\n [fields]=\"searchFields\"\n [form]=\"formGroupDialog\">\n </s-dynamic-form>\n </div>\n <div class=\"ui-g\">\n <div class=\"ui-g-12 no-button-margin\">\n <s-button\n [id]=\"id + '-filter-button'\"\n type=\"submit\"\n [label]=\"filterLabel || 'platform.angular_components.filter' | translate\"\n (onClick)=\"search()\"\n sTooltip=\"(ALT + SHIFT + F)\"\n tooltipPosition=\"top\"\n showDelay=\"500\">\n </s-button>\n <s-button\n [id]=\"id + '-clear-button'\"\n type=\"button\"\n [label]=\"clearLabel || 'platform.angular_components.clear' | translate\"\n (onClick)=\"clear()\"\n priority=\"link\"\n sTooltip=\"(ALT + SHIFT + L)\"\n tooltipPosition=\"top\"\n showDelay=\"500\">\n </s-button>\n </div>\n </div>\n </div>\n </form>\n </div>\n <div\n *ngIf=\"searchFields && searchFields.length\"\n class=\"filter-toggle\">\n <button\n [id]=\"id + '-filter-toggle-button'\"\n type=\"button\"\n (click)=\"filterToggle()\">\n <span\n class=\"fa\"\n [ngClass]=\"{'fa-chevron-left': !collapsed, 'fa-chevron-right': collapsed}\"\n aria-hidden=\"true\">\n </span>\n </button>\n </div>\n <div\n class=\"content\"\n [ngClass]=\"{'empty-content': !searchTotalRecords && !loading}\">\n <s-empty-state\n [id]=\"id + '-empty-state'\"\n *ngIf=\"!searchTotalRecords && !loading\"\n [title]=\"searchEmptyTitle || 'platform.angular_components.no_records_found' | translate\"\n [description]=\"searchEmptyDescription\"\n iconClass=\"fa fa-search\">\n </s-empty-state>\n\n <div class=\"content-child\">\n <p-table\n [dataKey]=\"dataKey\"\n [value]=\"getGridData()\"\n [columns]=\"searchGridFields\"\n [lazy]=\"true\"\n [scrollable]=\"true\"\n [paginator]=\"true\"\n sortMode=\"multiple\"\n [totalRecords]=\"searchTotalRecords\"\n [rows]=\"10\"\n [selection]=\"selected\"\n (onLazyLoad)=\"lazyLoadGrid($event)\"\n *sLoadingState=\"{ loading: loading, indicator: 'logo' }\"\n [multiSortMeta]=\"multiSortMeta\"\n [attr.data-hidden]=\"!searchTotalRecords && !loading\"\n [selectionMode]=\"multiple ? 'multiple' : 'single'\"\n (selectionChange)=\"onSelectionChange($event)\">\n <ng-template pTemplate=\"caption\">\n <div class=\"buttons-container no-button-margin\">\n <s-button\n *ngIf=\"showAddOption\"\n priority=\"default\"\n [label]=\"'platform.angular_components.add' | translate\"\n (onClick)=\"onAdd.emit()\">\n </s-button>\n <s-button\n *ngIf=\"showEditOption\"\n priority=\"default\"\n [label]=\"'platform.angular_components.edit' | translate\"\n [disabled]=\"selected.length !== 1\"\n (onClick)=\"onEdit.emit(this.selected[0])\">\n </s-button>\n <s-button\n *ngIf=\"showRemoveOption\"\n priority=\"default\"\n [label]=\"'platform.angular_components.remove' | translate\"\n [disabled]=\"!selected.length\"\n (onClick)=\"onRemove.emit(this.selected)\">\n </s-button>\n </div>\n </ng-template>\n <ng-template pTemplate=\"colgroup\" let-columns>\n <colgroup>\n <col\n *ngIf=\"multiple\"\n style=\"width: 50px\" />\n <col\n *ngFor=\"let col of columns\"\n [style.width]=\"col.width\" />\n </colgroup>\n </ng-template>\n <ng-template pTemplate=\"header\" let-columns>\n <tr>\n <th\n *ngIf=\"multiple\"\n style=\"width: 50px\">\n <s-table-header-checkbox\n [useAllObject]=\"lookupRowProps ? false : true\"\n [rowProps]=\"lookupRowProps\">\n </s-table-header-checkbox>\n </th>\n <th\n [style.width]=\"col.width\"\n *ngFor=\"let col of columns\"\n [pSortableColumn]=\"col.sortableColumnName ? col.sortableColumnName : col.name\"\n [pSortableColumnDisabled]=\"sortableColumnsDisabled?.includes(col.name)\">\n <div class=\"senior-header\">\n <span class=\"senior-header-title\">{{ col.label }}</span>\n <p-sortIcon\n [field]=\"col.name\"\n *ngIf=\"!sortableColumnsDisabled?.includes(col.name)\">\n </p-sortIcon>\n </div>\n </th>\n </tr>\n </ng-template>\n <ng-template\n pTemplate=\"body\"\n let-rowData\n let-columns\n let-rowIndex=\"rowIndex\">\n <tr\n sNavigation\n [pSelectableRow]=\"rowData\"\n [pSelectableRowIndex]=\"rowIndex\"\n sDoubleClick (onDoubleClick)=\"onTableRowDoubleClick(rowData)\">\n <td\n *ngIf=\"multiple\"\n style=\"width: 50px\"\n tabindex=\"0\">\n <p-tableCheckbox\n [value]=\"rowData\"\n [pSelectableRow]=\"rowData\">\n </p-tableCheckbox>\n </td>\n <td\n [style.width]=\"col['width']\"\n *ngFor=\"let col of searchGridFields\"\n [ngSwitch]=\"col.type\"\n tabindex=\"0\">\n <ng-container *ngSwitchCase=\"'Boolean'\">\n <ng-container *ngIf=\"isBooleanValue(rowData, col.name); else emptyTemplate\">\n <span>{{ getBooleanLabel(rowData, col.name, col.optionsLabel) }}</span>\n </ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"'Date'\">\n <ng-container *ngIf=\"getFieldValue(rowData, col.name); else emptyTemplate\">\n <span>{{ getFieldValue(rowData, col.name) | localizedDate: col.calendarLocaleOptions?.dateFormat || \"L\" | async }}</span>\n </ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"'DateTime'\">\n <ng-container *ngIf=\"getFieldValue(rowData, col.name); else emptyTemplate\">\n <span>{{ getFieldValue(rowData, col.name) | localizedDate | async }}</span>\n </ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"'LocalDateTime'\">\n <ng-container *ngIf=\"getFieldValue(rowData, col.name); else emptyTemplate\">\n <span>{{ getFieldValue(rowData, col.name) | localizedDate | async }}</span>\n </ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"'Time'\">\n <ng-container *ngIf=\"getFieldValue(rowData, col.name); else emptyTemplate\">\n <span>{{ getFieldValue(rowData, col.name) | localizedTime: col.calendarLocaleOptions?.dateFormat || \"LTS\" | async }}</span>\n </ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"'Integer'\">\n <ng-container *ngIf=\"isNumber(rowData, col.name); else emptyTemplate\">\n <span> {{ getFieldValue(rowData, col.name) | localizedBignumber: getIntegerMaskConfig(col) | async }} </span>\n </ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"'Double'\">\n <ng-container *ngIf=\"isNumber(rowData, col.name); else emptyTemplate\">\n <span> {{ getFieldValue(rowData, col.name) | localizedBignumber: getDoubleMaskConfig(col) | async }} </span>\n </ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"'Money'\">\n <ng-container *ngIf=\"isNumber(rowData, col.name); else emptyTemplate\">\n <span> {{ getFieldValue(rowData, col.name) | localizedBignumber: getMoneyMaskConfig(col) | async }} </span>\n </ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"'Number'\">\n <ng-container *ngIf=\"isNumber(rowData, col.name); else emptyTemplate\">\n <span> {{ getFieldValue(rowData, col.name) | localizedBignumber: getNumberMaskConfig(col) | async }} </span>\n </ng-container>\n </ng-container>\n <ng-container *ngSwitchCase=\"'Enum'\">\n <ng-container *ngIf=\"getLabelForValue(getFieldValue(rowData, col.name), col.options); else emptyTemplate\">\n <ng-container *ngIf=\"getBadgeFromValue(getFieldValue(rowData, col.name), col.options); then withBadge; else withoutBadge\"></ng-container>\n <ng-template #withBadge>\n <s-badge\n [text]=\"getLabelForValue(getFieldValue(rowData, col.name), col.options)\"\n [color]=\"getBadgeFromValue(getFieldValue(rowData, col.name), col.options).color\"\n [type]=\"getBadgeFromValue(getFieldValue(rowData, col.name), col.options).type\"\n [iconClass]=\"getBadgeFromValue(getFieldValue(rowData, col.name), col.options).iconClass\"\n [iconPosition]=\"getBadgeFromValue(getFieldValue(rowData, col.name), col.options).iconPosition\">\n </s-badge>\n </ng-template>\n <ng-template #withoutBadge>\n <span> {{ getLabelForValue(getFieldValue(rowData, col.name), col.options) }} </span>\n </ng-template>\n </ng-container>\n </ng-container>\n <ng-container *ngSwitchDefault>\n <ng-container *ngIf=\"col.mask && col.mask({ value: rowData })\">\n <ng-container *ngIf=\"(isNumber(rowData, col.name) || getFieldValue(rowData, col.name))\">\n <span>{{ getFieldValue(rowData, col.name) | sMaskFormatter: col.mask({ value: rowData }) }}</span>\n </ng-container>\n </ng-container>\n <ng-container *ngIf=\"!(col.mask && col.mask({ value: rowData }))\">\n <ng-container *ngIf=\"(isNumber(rowData, col.name) || getFieldValue(rowData, col.name)); else emptyTemplate\">\n <span>{{ getFieldValue(rowData, col.name) }}</span>\n </ng-container>\n </ng-container>\n </ng-container>\n </td>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"paginatorright\">\n <span [attr.data-hidden]=\"loading\">\n {{ printRecordTotalizer() }}\n </span>\n </ng-template>\n </p-table>\n </div>\n\n </div>\n </div>\n <p-footer>\n <s-button\n [id]=\"id + '-select-button'\"\n type=\"button\"\n [label]=\"selectLabel || 'platform.angular_components.select' | translate\"\n (onClick)=\"select()\"\n sTooltip=\"(ALT + SHIFT + S)\"\n tooltipPosition=\"top\"\n showDelay=\"500\"\n [disabled]=\"!selected?.length\">\n </s-button>\n <s-button\n [id]=\"id + '-cancel-button'\"\n type=\"button\"\n priority=\"link\"\n [label]=\"cancelLabel || 'platform.angular_components.cancel' | translate\"\n (onClick)=\"hideDialog()\"\n sTooltip=\"(ALT + SHIFT + C)\"\n tooltipPosition=\"top\"\n showDelay=\"500\">\n </s-button>\n </p-footer>\n</p-dialog>\n<ng-template #emptyTemplate>\n <span [ngClass]=\"'sds-empty-value'\">\n {{ emptyFieldLabel || 'platform.angular_components.not_informed' | translate }}\n </span>\n</ng-template>\n",
563
+ providers: [
564
+ {
565
+ provide: NG_VALUE_ACCESSOR,
566
+ useExisting: forwardRef(function () { return LookupComponent_1; }),
567
+ multi: true,
568
+ },
569
+ ],
570
+ encapsulation: ViewEncapsulation.None,
571
+ animations: [
572
+ trigger("collapseContent", [
573
+ state("hidden", style({
574
+ width: "10px",
575
+ padding: 0,
576
+ })),
577
+ state("visible", style({
578
+ width: "*",
579
+ })),
580
+ transition("visible <=> hidden", [group([query("@childCollapseContent", animateChild()), animate("{{transitionParams}}")])]),
581
+ ]),
582
+ trigger("childCollapseContent", [
583
+ state(":leave", style({
584
+ opacity: 0,
585
+ })),
586
+ state(":enter", style({
587
+ opacity: 1,
588
+ })),
589
+ transition("* <=> *", animate("{{transitionParams}}")),
590
+ ]),
591
+ ],
592
+ styles: [".no-button-margin s-button{margin-left:0}s-lookup.ng-dirty.ng-invalid .ui-inputtext{border-color:#c13018;border-right-width:1px}s-lookup.ng-dirty.ng-invalid .button-addon,s-lookup.ng-dirty.ng-invalid .ui-autocomplete-dropdown{border-left:none}s-lookup .ui-inputtext{border-top-right-radius:0;border-bottom-right-radius:0}s-lookup .inputgroup p-autocomplete+button,s-lookup p-autocomplete .ui-autocomplete-dropdown.ui-button{background-color:#fff;border-color:#ccc;border-width:1px 1px 1px 0;color:#333;min-height:34px;height:auto!important;min-width:auto;width:34px!important;overflow:hidden;border-top-left-radius:0;border-bottom-left-radius:0}s-lookup .inputgroup,s-lookup p-autocomplete span.ui-autocomplete-multiple{display:-ms-flexbox;display:flex}s-lookup .inputgroup p-autocomplete{display:inline-block}s-lookup .inputgroup p-autocomplete .ui-autocomplete-input{width:100%}s-lookup .ui-inputtext:focus{border-right-style:none!important}s-lookup .inputgroup p-autocomplete+button:enabled:hover,s-lookup .inputgroup p-autocomplete+button:focus{background-color:#e6e6e6;border-color:#ccc}s-lookup:not(.ng-dirty.ng-invalid) .inputgroup p-autocomplete .ui-widget .ui-inputtext{border-right-width:1px;border-right-style:solid}s-lookup .ui-autocomplete-input-token,s-lookup .ui-autocomplete-input-token input{width:100%}s-lookup .ui-autocomplete .ui-autocomplete-token{max-width:100%}s-lookup .ui-autocomplete .ui-autocomplete-token-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .s-lookup-modal.ui-dialog .ui-dialog-content{padding:0;margin-bottom:0;max-height:none}s-lookup .ui-table-scrollable-body{min-width:100%}.s-lookup-modal{height:80%!important;max-width:100%!important;max-height:inherit!important;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:column;flex-direction:column}.s-lookup-modal .ui-dialog-content{height:auto!important;-ms-flex:1;flex:1;overflow:auto}.s-lookup-modal .ui-dialog-footer,.s-lookup-modal .ui-dialog-header{-ms-flex-negative:0;flex-shrink:0;border-radius:0 0 4px 4px}.s-lookup-modal .s-lookup-modal-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;width:100%}.s-lookup-modal .s-lookup-modal-container .filter{position:relative;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:85%;background-color:rgba(229,234,234,.5);height:100%;padding:.571rem}.s-lookup-modal .s-lookup-modal-container .filter form{width:100%;height:100%}.s-lookup-modal .s-lookup-modal-container .filter form .form-content{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.s-lookup-modal .s-lookup-modal-container .filter form .form-content .filter-title{padding-left:.5rem}.s-lookup-modal .s-lookup-modal-container .filter form .form-content .form-fields{overflow-y:auto}.s-lookup-modal .s-lookup-modal-container .filter-toggle{margin-top:15px;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:34px;border-radius:0 4px 4px 0}.s-lookup-modal .s-lookup-modal-container .filter-toggle button{-ms-flex-align:center;align-items:center;position:relative;background-color:rgba(229,234,234,.5);height:34px;width:100%;border:1px solid #e5eaea;outline:0;border-left:none;border-radius:0 4px 4px 0;cursor:pointer;text-decoration:none;text-transform:none;padding:7px;transition:background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out}.s-lookup-modal .s-lookup-modal-container .filter-toggle button:focus,.s-lookup-modal .s-lookup-modal-container .filter-toggle button:hover{background-color:rgba(201,211,211,.5);border-color:#c9d3d3}.s-lookup-modal .s-lookup-modal-container .content{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:auto;flex-basis:auto;overflow-x:auto;padding:.5rem}.s-lookup-modal .s-lookup-modal-container .content.empty-content{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.s-lookup-modal .s-lookup-modal-container .content.empty-content .content-child{display:none}.s-lookup-modal .s-lookup-modal-container .content .content-child{height:100%;overflow:auto}.s-lookup-modal .s-lookup-modal-container .content .buttons-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.s-lookup-modal .s-lookup-modal-container .content .s-loading-state-container,.s-lookup-modal .s-lookup-modal-container .content .s-loading-state-container .contents{height:100%}.s-lookup-modal .s-lookup-modal-container .content p-table>.ui-table{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.s-lookup-modal .s-lookup-modal-container .content p-table>.ui-table .ui-table-scrollable-wrapper{-ms-flex:1;flex:1;overflow:auto}.s-lookup-modal .s-lookup-modal-container .content p-table>.ui-table .ui-table-scrollable-wrapper .ui-table-scrollable-header.ui-widget-header{overflow:inherit}.s-lookup-modal .s-lookup-modal-container .content p-table>.ui-table .ui-table-scrollable-wrapper .ui-table-scrollable-body{overflow:visible}@media (max-width:767px){.s-lookup-modal{border:none!important;top:0!important;left:0!important;width:100%!important;height:100%!important}}@media (min-width:768px){.s-lookup-modal{width:80%!important}.s-lookup-modal .s-lookup-modal-container .filter{width:40%}}@media (min-width:1200px){.s-lookup-modal{width:60%!important}.s-lookup-modal .s-lookup-modal-container .filter{width:30%}}.inputgroup p-autocomplete{width:calc(100% - 34px)}"]
593
+ })
594
+ ], LookupComponent);
595
+ return LookupComponent;
596
+ }());
597
+ export { LookupComponent };
598
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9va3VwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHMvIiwic291cmNlcyI6WyJjb21wb25lbnRzL2R5bmFtaWMtZm9ybS9jb21wb25lbnRzL2xvb2t1cC9sb29rdXAuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsT0FBTyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLE9BQU8sRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQzdHLE9BQU8sRUFFSCxTQUFTLEVBQ1QsWUFBWSxFQUNaLFVBQVUsRUFDVixVQUFVLEVBQ1YsS0FBSyxFQUlMLE1BQU0sRUFFTixTQUFTLEVBQ1QsaUJBQWlCLEdBQ3BCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBd0IsV0FBVyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRWpHLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBRXZELE9BQU8sRUFBRSxNQUFNLEVBQUUsY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDMUQsT0FBTyxTQUFTLE1BQU0sY0FBYyxDQUFDO0FBRXJDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNwRCxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDeEMsT0FBTyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN0QyxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUUzQyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sT0FBTyxDQUFDO0FBRWxDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxN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QixLQUFLLENBQ0QsUUFBUSxFQUNSLEtBQUssQ0FBQzt3QkFDRixLQUFLLEVBQUUsTUFBTTt3QkFDYixPQUFPLEVBQUUsQ0FBQztxQkFDYixDQUFDLENBQ0w7b0JBQ0QsS0FBSyxDQUNELFNBQVMsRUFDVCxLQUFLLENBQUM7d0JBQ0YsS0FBSyxFQUFFLEdBQUc7cUJBQ2IsQ0FBQyxDQUNMO29CQUNELFVBQVUsQ0FBQyxvQkFBb0IsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLEtBQUssQ0FBQyx1QkFBdUIsRUFBRSxZQUFZLEVBQUUsQ0FBQyxFQUFFLE9BQU8sQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO2lCQUMvSCxDQUFDO2dCQUNGLE9BQU8sQ0FBQyxzQkFBc0IsRUFBRTtvQkFDNUIsS0FBSyxDQUNELFFBQVEsRUFDUixLQUFLLENBQUM7d0JBQ0YsT0FBTyxFQUFFLENBQUM7cUJBQ2IsQ0FBQyxDQUNMO29CQUNELEtBQUssQ0FDRCxRQUFRLEVBQ1IsS0FBSyxDQUFDO3dCQUNGLE9BQU8sRUFBRSxDQUFDO3FCQUNiLENBQUMsQ0FDTDtvQkFDRCxVQUFVLENBQUMsU0FBUyxFQUFFLE9BQU8sQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDO2lCQUN6RCxDQUFDO2FBQ0w7O1NBQ0osQ0FBQztPQUNXLGVBQWUsQ0FzbkIzQjtJQUFELHNCQUFDO0NBQUEsQUF0bkJELElBc25CQztTQXRuQlksZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGFuaW1hdGUsIGFuaW1hdGVDaGlsZCwgZ3JvdXAsIHF1ZXJ5LCBzdGF0ZSwgc3R5bGUsIHRyYW5zaXRpb24sIHRyaWdnZXIgfSBmcm9tIFwiQGFuZ3VsYXIvYW5pbWF0aW9uc1wiO1xuaW1wb3J0IHtcbiAgICBBZnRlclZpZXdJbml0LFxuICAgIENvbXBvbmVudCxcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgZm9yd2FyZFJlZixcbiAgICBJbmplY3RhYmxlLFxuICAgIElucHV0LFxuICAgIE9uQ2hhbmdlcyxcbiAgICBPbkRlc3Ryb3ksXG4gICAgT25Jbml0LFxuICAgIE91dHB1dCxcbiAgICBTaW1wbGVDaGFuZ2VzLFxuICAgIFZpZXdDaGlsZCxcbiAgICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBGb3JtQ29udHJvbCwgRm9ybUdyb3VwLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gXCJAYW5ndWxhci9mb3Jtc1wiO1xuXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSBcIkBuZ3gtdHJhbnNsYXRlL2NvcmVcIjtcbmltcG9ydCB7IE1hc2tDb25maWcgfSBmcm9tIFwiQHNlbmlvcnNpc3RlbWFzL25nMi1jdXJyZW5jeS1tYXNrXCI7XG5pbXBvcnQgeyBIb3RrZXksIEhvdGtleXNTZXJ2aWNlIH0gZnJvbSBcImFuZ3VsYXIyLWhvdGtleXNcIjtcbmltcG9ydCBCaWdOdW1iZXIgZnJvbSBcImJpZ251bWJlci5qc1wiO1xuaW1wb3J0IHsgU29ydE1ldGEgfSBmcm9tIFwicHJpbWVuZy9hcGlcIjtcbmltcG9ydCB7IEF1dG9Db21wbGV0ZSB9IGZyb20gXCJwcmltZW5nL2F1dG9jb21wbGV0ZVwiO1xuaW1wb3J0IHsgRGlhbG9nIH0gZnJvbSBcInByaW1lbmcvZGlhbG9nXCI7XG5pbXBvcnQgeyBUYWJsZSB9IGZyb20gXCJwcmltZW5nL3RhYmxlXCI7XG5pbXBvcnQgeyBTdWJqZWN0IH0gZnJvbSBcInJ4anNcIjtcbmltcG9ydCB7IHRha2VVbnRpbCB9IGZyb20gXCJyeGpzL29wZXJhdG9yc1wiO1xuXG5pbXBvcnQgeyBGaWVsZFR5cGUgfSBmcm9tIFwiLi4vLi5cIjtcbmltcG9ydCB7IEJhZGdlQ29tcG9uZW50IH0gZnJvbSBcIi4uLy4uLy4uL2JhZGdlL2JhZGdlLmNvbXBvbmVudFwiO1xuaW1wb3J0IHsgQ2FsZW5kYXJMb2NhbGVPcHRpb25zIH0gZnJvbSBcIi4uLy4uLy4uL2xvY2FsZS9vcHRpb25zL2NhbGVuZGFyXCI7XG5pbXBvcnQgeyBCaWdudW1iZXJGaWVsZENvbmZpZyB9IGZyb20gXCIuLi8uLi9jb25maWd1cmF0aW9ucy9maWVsZHMvYmlnbnVtYmVyLWZpZWxkXCI7XG5pbXBvcnQgeyBCb29sZWFuT3B0aW9uc0xhYmVsIH0gZnJvbSBcIi4uLy4uL2NvbmZpZ3VyYXRpb25zL2ZpZWxkcy9ib29sZWFuLWZpZWxkXCI7XG5pbXBvcnQgeyBGb3JtRmllbGQgfSBmcm9tIFwiLi4vLi4vY29uZmlndXJhdGlvbnMvZm9ybS1maWVsZFwiO1xuaW1wb3J0IHsgRGVmYXVsdEZpbHRlciB9IGZyb20gXCIuL21vZGVscy9kZWZhdWx0LWZpbHRlclwiO1xuXG5ASW5qZWN0YWJsZSgpXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogXCJzLWxvb2t1cFwiLFxuICAgIHRlbXBsYXRlVXJsOiBcIi4vbG9va3VwLmNvbXBvbmVudC5odG1sXCIsXG4gICAgc3R5bGVVcmxzOiBbXCIuL2xvb2t1cC5jb21wb25lbnQuc2Nzc1wiXSxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICAgICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBMb29rdXBDb21wb25lbnQpLFxuICAgICAgICAgICAgbXVsdGk6IHRydWUsXG4gICAgICAgIH0sXG4gICAgXSxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGFuaW1hdGlvbnM6IFtcbiAgICAgICAgdHJpZ2dlcihcImNvbGxhcHNlQ29udGVudFwiLCBbXG4gICAgICAgICAgICBzdGF0ZShcbiAgICAgICAgICAgICAgICBcImhpZGRlblwiLFxuICAgICAgICAgICAgICAgIHN0eWxlKHtcbiAgICAgICAgICAgICAgICAgICAgd2lkdGg6IFwiMTBweFwiLFxuICAgICAgICAgICAgICAgICAgICBwYWRkaW5nOiAwLFxuICAgICAgICAgICAgICAgIH0pXG4gICAgICAgICAgICApLFxuICAgICAgICAgICAgc3RhdGUoXG4gICAgICAgICAgICAgICAgXCJ2aXNpYmxlXCIsXG4gICAgICAgICAgICAgICAgc3R5bGUoe1xuICAgICAgICAgICAgICAgICAgICB3aWR0aDogXCIqXCIsXG4gICAgICAgICAgICAgICAgfSlcbiAgICAgICAgICAgICksXG4gICAgICAgICAgICB0cmFuc2l0aW9uKFwidmlzaWJsZSA8PT4gaGlkZGVuXCIsIFtncm91cChbcXVlcnkoXCJAY2hpbGRDb2xsYXBzZUNvbnRlbnRcIiwgYW5pbWF0ZUNoaWxkKCkpLCBhbmltYXRlKFwie3t0cmFuc2l0aW9uUGFyYW1zfX1cIildKV0pLFxuICAgICAgICBdKSxcbiAgICAgICAgdHJpZ2dlcihcImNoaWxkQ29sbGFwc2VDb250ZW50XCIsIFtcbiAgICAgICAgICAgIHN0YXRlKFxuICAgICAgICAgICAgICAgIFwiOmxlYXZlXCIsXG4gICAgICAgICAgICAgICAgc3R5bGUoe1xuICAgICAgICAgICAgICAgICAgICBvcGFjaXR5OiAwLFxuICAgICAgICAgICAgICAgIH0pXG4gICAgICAgICAgICApLFxuICAgICAgICAgICAgc3RhdGUoXG4gICAgICAgICAgICAgICAgXCI6ZW50ZXJcIixcbiAgICAgICAgICAgICAgICBzdHlsZSh7XG4gICAgICAgICAgICAgICAgICAgIG9wYWNpdHk6IDEsXG4gICAgICAgICAgICAgICAgfSlcbiAgICAgICAgICAgICksXG4gICAgICAgICAgICB0cmFuc2l0aW9uKFwiKiA8PT4gKlwiLCBhbmltYXRlKFwie3t0cmFuc2l0aW9uUGFyYW1zfX1cIikpLFxuICAgICAgICBdKSxcbiAgICBdLFxufSlcbmV4cG9ydCBjbGFzcyBMb29rdXBDb21wb25lbnQgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciwgT25DaGFuZ2VzLCBPbkluaXQsIEFmdGVyVmlld0luaXQsIE9uRGVzdHJveSB7XG4gICAgcHVibGljIHN0YXRpYyBuZXh0SWQgPSAwO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgZm9ybUNvbnRyb2xOYW1lOiBzdHJpbmc7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBpZCA9IGBzLWxvb2t1cC0ke0xvb2t1cENvbXBvbmVudC5uZXh0SWQrK31gO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgYXV0b2NvbXBsZXRlRm9yY2VTZWxlY3Rpb24gPSB0cnVlO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgbXVsdGlwbGU6IGJvb2xlYW47XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBkYXRhS2V5OiBzdHJpbmc7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyByZXF1aXJlZDogYm9vbGVhbjtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGRpc2FibGVkID0gZmFsc2U7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBzaG93U2VhcmNoID0gdHJ1ZTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGxvb2t1cFN1Z2dlc3Rpb25zOiBhbnlbXTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGxvb2t1cERpc3BsYXlGaWVsZDogc3RyaW5nO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgbG9va3VwRGlzcGxheUZpZWxkVG9vbHRpcDogYm9vbGVhbjtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGxvb2t1cEVtcHR5TWVzc2FnZTogc3RyaW5nO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgbG9va3VwQXBwZW5kVG8gPSBcImJvZHlcIjtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNlYXJjaEVtcHR5RGVzY3JpcHRpb246IHN0cmluZztcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNlYXJjaEdyaWREYXRhOiBhbnlbXTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNlYXJjaFRvdGFsUmVjb3JkczogbnVtYmVyO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgc2VhcmNoRmllbGRzOiBGb3JtRmllbGRbXSA9IFtdO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgc2VhcmNoR3JpZEZpZWxkczogRm9ybUZpZWxkW107XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBtdWx0aVNvcnRNZXRhOiBTb3J0TWV0YVtdO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgcGxhY2Vob2xkZXI6IHN0cmluZztcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNvcnRhYmxlQ29sdW1uc0Rpc2FibGVkOiBzdHJpbmdbXTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGxvb2t1cFJvd1Byb3BzOiBzdHJpbmdbXTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGRlZmF1bHRGaWx0ZXI6IERlZmF1bHRGaWx0ZXJbXTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNob3dBZGRPcHRpb24gPSBmYWxzZTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNob3dFZGl0T3B0aW9uID0gZmFsc2U7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBzaG93UmVtb3ZlT3B0aW9uID0gZmFsc2U7XG5cbiAgICBAT3V0cHV0KClcbiAgICBwdWJsaWMgb25Mb29rdXBSZXF1ZXN0ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gICAgQE91dHB1dCgpXG4gICAgcHVibGljIG9uU2VhcmNoUmVxdWVzdCA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAgIEBPdXRwdXQoKVxuICAgIHB1YmxpYyBvbkZvY3VzID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gICAgQE91dHB1dCgpXG4gICAgcHVibGljIG9uQmx1ciA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAgIEBPdXRwdXQoKVxuICAgIHB1YmxpYyBvbktleVVwID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gICAgQE91dHB1dCgpXG4gICAgcHVibGljIG9uU2VsZWN0ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gICAgQE91dHB1dCgpXG4gICAgcHVibGljIG9uVW5zZWxlY3QgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgICBAT3V0cHV0KClcbiAgICBwdWJsaWMgb25DbGVhciA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAgIEBPdXRwdXQoKVxuICAgIHB1YmxpYyBvbkFkZCA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAgIEBPdXRwdXQoKVxuICAgIHB1YmxpYyBvbkVkaXQgPSBuZXcgRXZlbnRFbWl0dGVyPHVua25vd24+KCk7XG5cbiAgICBAT3V0cHV0KClcbiAgICBwdWJsaWMgb25SZW1vdmUgPSBuZXcgRXZlbnRFbWl0dGVyPHVua25vd25bXT4oKTtcblxuICAgIEBPdXRwdXQoKVxuICAgIHB1YmxpYyBvbkNsZWFyQnV0dG9uQ2xpY2sgPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgICBAVmlld0NoaWxkKFRhYmxlLCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgICBwdWJsaWMgdGFibGU6IFRhYmxlO1xuXG4gICAgQFZpZXdDaGlsZChEaWFsb2csIHsgc3RhdGljOiBmYWxzZSB9KVxuICAgIHB1YmxpYyBkaWFsb2c6IERpYWxvZztcblxuICAgIEBWaWV3Q2hpbGQoQXV0b0NvbXBsZXRlLCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgICBwdWJsaWMgYXV0b2NvbXBsZXRlOiBBdXRvQ29tcGxldGU7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBzZWFyY2hUaXRsZTogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogQGRlcHJlY2F0ZWQgTG9va3VwIGNhbiBkbyB0aGlzIGZvciB5b3UuXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgc2VhcmNoRW1wdHlUaXRsZTogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogQGRlcHJlY2F0ZWQgTG9va3VwIGNhbiBkbyB0aGlzIGZvciB5b3UuXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgc2VhcmNoVG90YWxSZWNvcmRzTGFiZWw6IHN0cmluZztcblxuICAgIC8qKlxuICAgICAqIEBkZXByZWNhdGVkIExvb2t1cCBjYW4gZG8gdGhpcyBmb3IgeW91LlxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGZpbHRlclRpdGxlOiBzdHJpbmc7XG5cbiAgICAvKipcbiAgICAgKiBAZGVwcmVjYXRlZCBMb29rdXAgY2FuIGRvIHRoaXMgZm9yIHlvdS5cbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBmaWx0ZXJMYWJlbDogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogQGRlcHJlY2F0ZWQgTG9va3VwIGNhbiBkbyB0aGlzIGZvciB5b3UuXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgY2xlYXJMYWJlbDogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogQGRlcHJlY2F0ZWQgTG9va3VwIGNhbiBkbyB0aGlzIGZvciB5b3UuXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgY2FuY2VsTGFiZWw6IHN0cmluZztcblxuICAgIC8qKlxuICAgICAqIEBkZXByZWNhdGVkIExvb2t1cCBjYW4gZG8gdGhpcyBmb3IgeW91LlxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNlbGVjdExhYmVsOiBzdHJpbmc7XG5cbiAgICAvKipcbiAgICAgKiBAZGVwcmVjYXRlZCBMb29rdXAgY2FuIGRvIHRoaXMgZm9yIHlvdS5cbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBlbXB0eUZpZWxkTGFiZWw6IHN0cmluZztcblxuICAgIC8qKlxuICAgICAqIEBkZXByZWNhdGVkIExvb2t1cCBjYW4gZG8gdGhpcyBmb3IgeW91LlxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHJlY29yZExhYmVsOiBzdHJpbmc7XG5cbiAgICAvKipcbiAgICAgKiBAZGVwcmVjYXRlZCBMb29rdXAgY2FuIGRvIHRoaXMgZm9yIHlvdS5cbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyByZWNvcmRzTGFiZWw6IHN0cmluZztcblxuICAgIHB1YmxpYyB2YWx1ZTogYW55O1xuICAgIHB1YmxpYyBsb2FkaW5nOiBib29sZWFuO1xuICAgIHB1YmxpYyBhbmltYXRpbmc6IGJvb2xlYW47XG4gICAgcHVibGljIGRpYWxvZ1Zpc2libGUgPSBmYWxzZTtcbiAgICBwdWJsaWMgY29sbGFwc2VkID0gZmFsc2U7XG4gICAgcHVibGljIHNlbGVjdGVkOiBhbnlbXSA9IFtdO1xuICAgIHB1YmxpYyBmb3JtR3JvdXBEaWFsb2c6IEZvcm1Hcm91cDtcbiAgICBwdWJsaWMgdHJhbnNpdGlvbk9wdGlvbnMgPSBcIjQwMG1zIGN1YmljLWJlemllcigwLjg2LCAwLCAwLjA3LCAxKVwiO1xuXG4gICAgcHJpdmF0ZSBvbkNoYW5nZTogRnVuY3Rpb247XG4gICAgcHJpdmF0ZSBvblRvdWNoZWQ6IEZ1bmN0aW9uO1xuICAgIHByaXZhdGUgb3JpZ2luYWxGb3JtVmFsdWVzID0ge307XG4gICAgcHJpdmF0ZSByZWFkb25seSBuZ1Vuc3Vic2NyaWJlID0gbmV3IFN1YmplY3QoKTtcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIHJlYWRvbmx5IGhvdGtleXNTZXJ2aWNlOiBIb3RrZXlzU2VydmljZSxcbiAgICAgICAgcHJvdGVjdGVkIHJlYWRvbmx5IHRyYW5zbGF0ZVNlcnZpY2U6IFRyYW5zbGF0ZVNlcnZpY2VcbiAgICApIHt9XG5cbiAgICBwdWJsaWMgbmdPbkluaXQoKSB7XG4gICAgICAgIGlmICghdGhpcy5zZWFyY2hHcmlkRmllbGRzKSB7XG4gICAgICAgICAgICB0aGlzLnNlYXJjaEdyaWRGaWVsZHMgPSB0aGlzLnNlYXJjaEZpZWxkc1xuICAgICAgICAgICAgICAgIC5maWx0ZXIoKGl0ZW0pID0+ICFpdGVtLnZpc2libGUgfHwgaXRlbS52aXNpYmxlPy4oKSlcbiAgICAgICAgICAgICAgICAubWFwKChpdGVtKSA9PiBuZXcgRm9ybUZpZWxkKHsgLi4uaXRlbSB9KSk7XG4gICAgICAgIH1cblxuICAgICAgICB0aGlzLnNlYXJjaEZpZWxkcyA9IHRoaXMuc2VhcmNoRmllbGRzLm1hcChcbiAgICAgICAgICAgICh2YWx1ZTogRm9ybUZpZWxkKSA9PlxuICAgICAgICAgICAgICAgIG5ldyBGb3JtRmllbGQoe1xuICAgICAgICAgICAgICAgICAgICAuLi52YWx1ZSxcbiAgICAgICAgICAgICAgICAgICAgc2l6ZTogeyBzbTogMTIsIG1kOiAxMiwgbGc6IDEyLCB4bDogMTIgfSxcbiAgICAgICAgICAgICAgICB9KVxuICAgICAgICApO1xuXG4gICAgICAgIHRoaXMuc2VhcmNoR3JpZEZpZWxkcyA9IHRoaXMuc2VhcmNoR3JpZEZpZWxkc1xuICAgICAgICAgICAgLmZpbHRlcigoZ3JpZEZpZWxkOiBGb3JtRmllbGQpID0+ICFncmlkRmllbGQudmlzaWJsZSB8fCBncmlkRmllbGQudmlzaWJsZT8uKCkpXG4gICAgICAgICAgICAubWFwKChncmlkRmllbGQ6IEZvcm1GaWVsZCkgPT4ge1xuICAgICAgICAgICAgICAgIGdyaWRGaWVsZFtcIndpZHRoXCJdID0gdGhpcy5nZXRDb2xXaWR0aChncmlkRmllbGQubGFiZWwpO1xuXG4gICAgICAgICAgICAgICAgY29uc3QgY2FsZW5kYXJPcHRpb25zID0gbmV3IENhbGVuZGFyTG9jYWxlT3B0aW9ucyh7IC4uLmdyaWRGaWVsZC5jYWxlbmRhckxvY2FsZU9wdGlvbnMgfSk7XG5cbiAgICAgICAgICAgICAgICBpZiAoY2FsZW5kYXJPcHRpb25zPy5kYXRlRm9ybWF0KSB7XG4gICAgICAgICAgICAgICAgICAgIHN3aXRjaCAoZ3JpZEZpZWxkLnR5cGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGNhc2UgRmllbGRUeXBlLkRhdGU6XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2FsZW5kYXJPcHRpb25zLmRhdGVGb3JtYXQgPSB0aGlzLl9jb252ZXJ0VG9Nb21lbnREYXRlRm9ybWF0KGNhbGVuZGFyT3B0aW9ucy5kYXRlRm9ybWF0KTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgICAgICAgICAgICAgIGNhc2UgRmllbGRUeXBlLlRpbWU6XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2FsZW5kYXJPcHRpb25zLmRhdGVGb3JtYXQgPSB0aGlzLl9jb252ZXJ0VG9Nb21lbnRIb3VyRm9ybWF0KFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjYWxlbmRhck9wdGlvbnMuaG91ckZvcm1hdCxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2FsZW5kYXJPcHRpb25zLmRhdGVGb3JtYXRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIGdyaWRGaWVsZC5jYWxlbmRhckxvY2FsZU9wdGlvbnMgPSBjYWxlbmRhck9wdGlvbnM7XG4gICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgcmV0dXJuIGdyaWRGaWVsZDtcbiAgICAgICAgICAgIH0pO1xuXG4gICAgICAgIGNvbnN0IGZvcm1Hcm91cCA9IHRoaXMuc2VhcmNoRmllbGRzLnJlZHVjZSgocmVzdWx0OiBhbnksIGZpZWxkKSA9PiB7XG4gICAgICAgICAgICByZXN1bHRbZmllbGQubmFtZV0gPSBuZXcgRm9ybUNvbnRyb2woZmllbGQuZGVmYXVsdFZhbHVlKTtcbiAgICAgICAgICAgIHRoaXMub3JpZ2luYWxGb3JtVmFsdWVzW2ZpZWxkLm5hbWVdID0gZmllbGQuZGVmYXVsdFZhbHVlO1xuICAgICAgICAgICAgcmV0dXJuIHJlc3VsdDtcbiAgICAgICAgfSwge30pO1xuXG4gICAgICAgIHRoaXMuZm9ybUdyb3VwRGlhbG9nID0gbmV3IEZvcm1Hcm91cChmb3JtR3JvdXApO1xuXG4gICAgICAgIHRoaXMuX3N1YnNjcmliZUV2ZW50cygpO1xuICAgIH1cblxuICAgIHB1YmxpYyBwcmludFJlY29yZFRvdGFsaXplcigpOiBzdHJpbmcge1xuICAgICAgICBpZiAodGhpcy5zZWFyY2hUb3RhbFJlY29yZHNMYWJlbCkge1xuICAgICAgICAgICAgcmV0dXJuIHRoaXMuc2VhcmNoVG90YWxSZWNvcmRzTGFiZWw7XG4gICAgICAgIH1cblxuICAgICAgICBjb25zdCByZWNvcmRMYWJlbCA9IHRoaXMucmVjb3JkTGFiZWxcbiAgICAgICAgICAgID8gYCR7dGhpcy5zZWFyY2hUb3RhbFJlY29yZHN9ICR7dGhpcy5yZWNvcmRMYWJlbH1gXG4gICAgICAgICAgICA6IHRoaXMudHJhbnNsYXRlU2VydmljZS5pbnN0YW50KFwicGxhdGZvcm0uYW5ndWxhcl9jb21wb25lbnRzLnRvdGFsX3JlY29yZFwiLCB7IGNvdW50OiB0aGlzLnNlYXJjaFRvdGFsUmVjb3JkcyB9KTtcblxuICAgICAgICBjb25zdCByZWNvcmRzTGFiZWwgPSB0aGlzLnJlY29yZHNMYWJlbFxuICAgICAgICAgICAgPyBgJHt0aGlzLnNlYXJjaFRvdGFsUmVjb3Jkc30gJHt0aGlzLnJlY29yZHNMYWJlbH1gXG4gICAgICAgICAgICA6IHRoaXMudHJhbnNsYXRlU2VydmljZS5pbnN0YW50KFwicGxhdGZvcm0uYW5ndWxhcl9jb21wb25lbnRzLnRvdGFsX3JlY29yZHNcIiwgeyBjb3VudDogdGhpcy5zZWFyY2hUb3RhbFJlY29yZHMgfSk7XG5cbiAgICAgICAgcmV0dXJuIHRoaXMuc2VhcmNoVG90YWxSZWNvcmRzID09PSAxID8gcmVjb3JkTGFiZWwgOiByZWNvcmRzTGFiZWw7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBfY29udmVydFRvTW9tZW50SG91ckZvcm1hdChob3VyRm9ybWF0OiBzdHJpbmcsIGZvcm1hdDogc3RyaW5nKSB7XG4gICAgICAgIGlmIChmb3JtYXQgPT09IFwiZGQvbW0veXlcIikge1xuICAgICAgICAgICAgLy8gdmFsb3IgcGFkcsOjbyBwYXJhIG8gZm9ybWF0LlxuICAgICAgICAgICAgcmV0dXJuIFwiTFRTXCI7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoaG91ckZvcm1hdCA9PT0gXCIxMlwiKSB7XG4gICAgICAgICAgICByZXR1cm4gZm9ybWF0XG4gICAgICAgICAgICAgICAgLnJlcGxhY2UoL1xcYkhcXGIvLCBcImhcIikgLy8gaG91ciAoMTIgaG91ciB0aW1lKSAobm8gbGVhZGluZyB6ZXJvKVxuICAgICAgICAgICAgICAgIC5yZXBsYWNlKC9cXGJISFxcYi8sIFwiaGhcIik7IC8vIGhvdXIgKDEyIGhvdXIgdGltZSlcbiAgICAgICAgfVxuXG4gICAgICAgIGlmIChob3VyRm9ybWF0ID09PSBcIjI0XCIpIHtcbiAgICAgICAgICAgIHJldHVybiBmb3JtYXRcbiAgICAgICAgICAgICAgICAucmVwbGFjZSgvXFxiaFxcYi8sIFwiSFwiKSAvLyBob3VyICgyNCBob3VyIHRpbWUpIChubyBsZWFkaW5nIHplcm8pXG4gICAgICAgICAgICAgICAgLnJlcGxhY2UoL1xcYmhoXFxiLywgXCJISFwiKTsgLy8gaG91ciAoMjQgaG91ciB0aW1lKVxuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuIGZvcm1hdDtcbiAgICB9XG5cbiAgICBwcml2YXRlIF9jb252ZXJ0VG9Nb21lbnREYXRlRm9ybWF0KGZvcm1hdDogc3RyaW5nKTogc3RyaW5nIHtcbiAgICAgICAgLy8gQSBvcmRlbSBkb3MgcmVwbGFjZXMgw6kgaW1wb3J0YW50ZS5cbiAgICAgICAgcmV0dXJuIGZvcm1hdFxuICAgICAgICAgICAgLnJlcGxhY2UoL1xcYmRcXGIvLCBcIkRcIikgLy8gZGF5IG9mIG1vbnRoIChubyBsZWFkaW5nIHplcm8pXG4gICAgICAgICAgICAucmVwbGFjZSgvXFxiZGRcXGIvLCBcIkREXCIpIC8vIGRheSBvZiBtb250aFxuICAgICAgICAgICAgLnJlcGxhY2UoL1xcYm9cXGIvLCBcIkRERFwiKSAvLyBkYXkgb2YgdGhlIHllYXIgKG5vIGxlYWRpbmcgemVybylcbiAgICAgICAgICAgIC5yZXBsYWNlKC9cXGJvb1xcYi8sIFwiRERERFwiKSAvLyBkYXkgb2YgdGhlIHllYXJcbiAgICAgICAgICAgIC5yZXBsYWNlKC9cXGJNXFxiLywgXCJNTU1cIikgLy8gbW9udGggbmFtZSBzaG9ydFxuICAgICAgICAgICAgLnJlcGxhY2UoL1xcYk1NXFxiLywgXCJNTU1NXCIpIC8vIG1vbnRoIG5hbWUgbG9uZ1xuICAgICAgICAgICAgLnJlcGxhY2UoL1xcYm1cXGIvLCBcIk1cIikgLy8gbW9udGggb2YgeWVhciAobm8gbGVhZGluZylcbiAgICAgICAgICAgIC5yZXBsYWNlKC9cXGJtbVxcYi8sIFwiTU1cIikgLy8gbW9udGggb2YgeWVhclxuICAgICAgICAgICAgLnJlcGxhY2UoL1xcYnlcXGIvLCBcIllZXCIpIC8vIHllYXIgKHR3byBkaWdpdHMpXG4gICAgICAgICAgICAucmVwbGFjZSgvXFxieXlcXGIvLCBcIllZWVlcIik7IC8vIHllYXIgKGZvdXIgZGlnaXRzKVxuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyVmlld0luaXQoKSB7XG4gICAgICAgIHRoaXMuYXV0b2NvbXBsZXRlLm9uT3ZlcmxheUFuaW1hdGlvbkRvbmUgPSAoZXZlbnQpID0+IHt9O1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKSB7XG4gICAgICAgIGlmICh0aGlzLmRpYWxvZ1Zpc2libGUgJiYgY2hhbmdlcy5zZWFyY2hHcmlkRGF0YSkge1xuICAgICAgICAgICAgdGhpcy5sb2FkaW5nID0gZmFsc2U7XG4gICAgICAgIH1cblxuICAgICAgICB0aGlzLl9zZXRGb2N1c0ZpbHRlcigpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uRGVzdHJveSgpIHtcbiAgICAgICAgdGhpcy5uZ1Vuc3Vic2NyaWJlLm5leHQoKTtcbiAgICAgICAgdGhpcy5uZ1Vuc3Vic2NyaWJlLmNvbXBsZXRlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldEdyaWREYXRhKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5zZWFyY2hHcmlkRGF0YTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0TG9va3VwU3VnZ2VzdGlvbnMoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmxvb2t1cFN1Z2dlc3Rpb25zO1xuICAgIH1cblxuICAgIHByb3RlY3RlZCBtYWtlU2VhcmNoUmVxdWVzdFBhcmFtcyhldmVudDogYW55KSB7XG4gICAgICAgIGNvbnN0IGZpbHRlcnMgPSB0aGlzLmZvcm1Hcm91cERpYWxvZy5nZXRSYXdWYWx1ZSgpO1xuICAgICAgICBjb25zdCBwYXJhbXMgPSB7IC4uLmV2ZW50LCBmaWx0ZXJEYXRhOiBmaWx0ZXJzIH07XG4gICAgICAgIGNvbnN0IHsgbXVsdGlTb3J0TWV0YSB9ID0gZXZlbnQ7XG4gICAgICAgIHRoaXMubXVsdGlTb3J0TWV0YSA9IG11bHRpU29ydE1ldGEgfHwgdGhpcy5tdWx0aVNvcnRNZXRhO1xuXG4gICAgICAgIHJldHVybiBwYXJhbXM7XG4gICAgfVxuXG4gICAgcHVibGljIGxhenlMb2FkR3JpZChldmVudDogYW55KSB7XG4gICAgICAgIC8vIEFvIGRlZmluaXIgdW1hIG9yZGVuYcOnw6NvIG5hIHRhYmVsYSBkbyBsb29rdXAgZXNzZSBtw6l0b2RvIMOpIGNoYW1hZG8gMiB2ZXplcyBodHRwczovL2dpdGh1Yi5jb20vcHJpbWVmYWNlcy9wcmltZW5nL2lzc3Vlcy81NDgwXG4gICAgICAgIGNvbnN0IHBhcmFtcyA9IHRoaXMubWFrZVNlYXJjaFJlcXVlc3RQYXJhbXMoZXZlbnQpO1xuICAgICAgICB0aGlzLm9uU2VhcmNoUmVxdWVzdC5uZXh0KHBhcmFtcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG9uQ29tcGxldGVNZXRob2QoZXZlbnQ6IHsgb3JpZ2luYWxFdmVudDogSW5wdXRFdmVudDsgcXVlcnk6IHN0cmluZyB9KTogdm9pZCB7XG4gICAgICAgIGlmICghdGhpcy5hdXRvY29tcGxldGVGb3JjZVNlbGVjdGlvbikge1xuICAgICAgICAgICAgdGhpcy5vbkNoYW5nZSh0aGlzLnZhbHVlID09PSBcIlwiID8gbnVsbCA6IHRoaXMudmFsdWUpO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5vbkxvb2t1cFJlcXVlc3QubmV4dChldmVudC5xdWVyeSk7XG4gICAgfVxuXG4gICAgcHVibGljIHNldERlZmF1bHRGaWx0ZXJzKCkge1xuICAgICAgICBpZiAoIXRoaXMuZGVmYXVsdEZpbHRlcikgcmV0dXJuO1xuXG4gICAgICAgIHRoaXMuZGVmYXVsdEZpbHRlclxuICAgICAgICAgICAgLmZpbHRlcigoeyBmaWVsZCB9KSA9PiB0aGlzLmZvcm1Hcm91cERpYWxvZy5jb250YWlucyhmaWVsZCkgJiYgIXRoaXMuZm9ybUdyb3VwRGlhbG9nLmdldChbZmllbGRdKS5kaXJ0eSlcbiAgICAgICAgICAgIC5mb3JFYWNoKCh7IHZhbHVlLCBmaWVsZCB9KSA9PiB7XG4gICAgICAgICAgICAgICAgdGhpcy5mb3JtR3JvdXBEaWFsb2cuZ2V0KFtmaWVsZF0pLnBhdGNoVmFsdWUodmFsdWUgaW5zdGFuY2VvZiBGdW5jdGlvbiA/IHZhbHVlKCkgOiB2YWx1ZSk7XG4gICAgICAgICAgICB9KTtcbiAgICB9XG5cbiAgICBwdWJsaWMgc2hvd0RpYWxvZygpIHtcbiAgICAgICAgdGhpcy5zZXREZWZhdWx0RmlsdGVycygpO1xuICAgICAgICB0aGlzLnNlYXJjaEdyaWREYXRhID0gdW5kZWZpbmVkO1xuICAgICAgICB0aGlzLm9uVG91Y2hlZCgpO1xuICAgICAgICB0aGlzLmhvdGtleXNTZXJ2aWNlLnBhdXNlKFsuLi50aGlzLmhvdGtleXNTZXJ2aWNlLmhvdGtleXNdKTtcbiAgICAgICAgdGhpcy5zZXRIb3RrZXlzKCk7XG5cbiAgICAgICAgbGV0IHNlbGVjdGVkOiBhbnkgPSBbXTtcbiAgICAgICAgaWYgKHRoaXMubXVsdGlwbGUgJiYgdGhpcy52YWx1ZSkge1xuICAgICAgICAgICAgc2VsZWN0ZWQgPSBzZWxlY3RlZC5jb25jYXQodGhpcy52YWx1ZSk7XG4gICAgICAgIH0gZWxzZSBpZiAodGhpcy52YWx1ZSkge1xuICAgICAgICAgICAgc2VsZWN0ZWQgPSBbdGhpcy52YWx1ZV07XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5zZWxlY3RlZCA9IHNlbGVjdGVkO1xuXG4gICAgICAgIHRoaXMubG9hZGluZyA9IHRydWU7XG4gICAgICAgIHRoaXMuZGlhbG9nVmlzaWJsZSA9IHRydWU7XG4gICAgfVxuXG4gICAgcHVibGljIGhpZGVEaWFsb2coKSB7XG4gICAgICAgIGNvbnN0IHsgaW5wdXRFTCwgbXVsdGlJbnB1dEVMIH0gPSB0aGlzLmF1dG9jb21wbGV0ZTtcbiAgICAgICAgdGhpcy5kaWFsb2dWaXNpYmxlID0gZmFsc2U7XG4gICAgICAgIHRoaXMuY29sbGFwc2VkID0gZmFsc2U7XG4gICAgICAgIHRoaXMuaG90a2V5c1NlcnZpY2UudW5wYXVzZShbLi4udGhpcy5ob3RrZXlzU2VydmljZS5wYXVzZWRIb3RrZXlzXSk7XG5cbiAgICAgICAgaWYgKHRoaXMubXVsdGlwbGUpIG11bHRpSW5wdXRFTC5uYXRpdmVFbGVtZW50LmZvY3VzKCk7XG4gICAgICAgIGVsc2UgaW5wdXRFTC5uYXRpdmVFbGVtZW50LmZvY3VzKCk7XG4gICAgfVxuXG4gICAgcHVibGljIHNlYXJjaCgpIHtcbiAgICAgICAgdGhpcy5yZXNldFRhYmxlKCk7XG4gICAgICAgIHRoaXMuY29sbGFwc2VkID0gdHJ1ZTtcbiAgICAgICAgdGhpcy5kaWFsb2cubW92ZU9uVG9wKCk7XG4gICAgfVxuXG4gICAgcHVibGljIGNsZWFyKCkge1xuICAgICAgICB0aGlzLmZvcm1Hcm91cERpYWxvZy5yZXNldCh0aGlzLm9yaWdpbmFsRm9ybVZhbHVlcyk7XG4gICAgICAgIHRoaXMucmVzZXRUYWJsZSgpO1xuICAgICAgICB0aGlzLm9uQ2xlYXJCdXR0b25DbGljay5lbWl0KCk7XG4gICAgfVxuXG4gICAgcHJvdGVjdGVkIHJlc2V0VGFibGUoKSB7XG4gICAgICAgIHRoaXMudGFibGUucmVzZXQoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgc2VsZWN0KCkge1xuICAgICAgICBpZiAoIXRoaXMuc2VsZWN0ZWQubGVuZ3RoKSByZXR1cm47XG5cbiAgICAgICAgY29uc3Qgc2VsZWN0ZWQgPSB0aGlzLnNlbGVjdGVkICYmICh0aGlzLm11bHRpcGxlID8gdGhpcy5zZWxlY3RlZCA6IHRoaXMuc2VsZWN0ZWRbMF0pO1xuICAgICAgICB0aGlzLnZhbHVlID0gc2VsZWN0ZWQ7XG4gICAgICAgIHRoaXMub25TZWxlY3QubmV4dChzZWxlY3RlZCk7XG4gICAgICAgIHRoaXMuaGlkZURpYWxvZygpO1xuICAgIH1cblxuICAgIHB1YmxpYyBvblNlbGVjdGlvbkNoYW5nZShzZWxlY3RlZDogYW55KSB7XG4gICAgICAgIGlmICghc2VsZWN0ZWQpIHJldHVybjtcbiAgICAgICAgaWYgKEFycmF5LmlzQXJyYXkoc2VsZWN0ZWQpKSB0aGlzLnNlbGVjdGVkID0gc2VsZWN0ZWQ7XG4gICAgICAgIGVsc2UgdGhpcy5zZWxlY3RlZCA9IFtzZWxlY3RlZF07XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyT25DaGFuZ2Uob25DaGFuZ2U6IEZ1bmN0aW9uKSB7XG4gICAgICAgIHRoaXMub25DaGFuZ2UgPSAodmFsdWU6IGFueSkgPT4ge1xuICAgICAgICAgICAgdGhpcy53cml0ZVZhbHVlKHZhbHVlKTtcbiAgICAgICAgICAgIG9uQ2hhbmdlKHZhbHVlKTtcbiAgICAgICAgfTtcbiAgICB9XG5cbiAgICBwdWJsaWMgcmVnaXN0ZXJPblRvdWNoZWQob25Ub3VjaGVkOiBGdW5jdGlvbikge1xuICAgICAgICB0aGlzLm9uVG91Y2hlZCA9IG9uVG91Y2hlZDtcbiAgICB9XG5cbiAgICBwdWJsaWMgd3JpdGVWYWx1ZSh2YWx1ZTogYW55KSB7XG4gICAgICAgIHRoaXMudmFsdWUgPSB2YWx1ZTtcbiAgICB9XG5cbiAgICBwdWJsaWMgc2V0RGlzYWJsZWRTdGF0ZShkaXNhYmxlZDogYm9vbGVhbikge1xuICAgICAgICB0aGlzLmRpc2FibGVkID0gZGlzYWJsZWQ7XG4gICAgfVxuXG4gICAgcHVibGljIGdldEZpZWxkVmFsdWUob2JqOiBhbnksIHBhdGg6IHN0cmluZykge1xuICAgICAgICByZXR1cm4gcGF0aC5zcGxpdChcIi5cIikucmVkdWNlKChyZXN1bHQsIHByb3ApID0+IChyZXN1bHRbcHJvcF0gPT09IHVuZGVmaW5lZCA/IFwiXCIgOiByZXN1bHRbcHJvcF0pLCBvYmopO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXRCYWRnZUZyb21WYWx1ZShcbiAgICAgICAgdmFsdWU6IHVua25vd24sXG4gICAgICAgIG9wdGlvbnM6IHtcbiAgICAgICAgICAgIGxhYmVsOiBzdHJpbmc7XG4gICAgICAgICAgICB2YWx1ZTogdW5rbm93bjtcbiAgICAgICAgICAgIGJhZGdlPzoge1xuICAgICAgICAgICAgICAgIHR5cGU/OiBCYWRnZUNvbXBvbmVudFtcInR5cGVcIl07XG4gICAgICAgICAgICAgICAgY29sb3I/OiBCYWRnZUNvbXBvbmVudFtcImNvbG9yXCJdO1xuICAgICAgICAgICAgICAgIGljb25DbGFzcz86IEJhZGdlQ29tcG9uZW50W1wiaWNvbkNsYXNzXCJdO1xuICAgICAgICAgICAgICAgIGljb25Qb3NpdGlvbj86IEJhZGdlQ29tcG9uZW50W1wiaWNvblBvc2l0aW9uXCJdO1xuICAgICAgICAgICAgfTtcbiAgICAgICAgfVtdXG4gICAgKSB7XG4gICAgICAgIHJldHVybiBvcHRpb25zPy5maW5kKChvcHQpID0+IG9wdC52YWx1ZSA9PT0gdmFsdWUpPy5iYWRnZTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0TGFiZWxGb3JWYWx1ZShcbiAgICAgICAgdmFsdWU6IHVua25vd24sXG4gICAgICAgIG9wdGlvbnM6IHtcbiAgICAgICAgICAgIGxhYmVsOiBzdHJpbmc7XG4gICAgICAgICAgICB2YWx1ZTogdW5rbm93bjtcbiAgICAgICAgICAgIGJhZGdlPzoge1xuICAgICAgICAgICAgICAgIHR5cGU/OiBCYWRnZUNvbXBvbmVudFtcInR5cGVcIl07XG4gICAgICAgICAgICAgICAgY29sb3I/OiBCYWRnZUNvbXBvbmVudFtcImNvbG9yXCJdO1xuICAgICAgICAgICAgICAgIGljb25DbGFzcz86IEJhZGdlQ29tcG9uZW50W1wiaWNvbkNsYXNzXCJdO1xuICAgICAgICAgICAgICAgIGljb25Qb3NpdGlvbj86IEJhZGdlQ29tcG9uZW50W1wiaWNvblBvc2l0aW9uXCJdO1xuICAgICAgICAgICAgfTtcbiAgICAgICAgfVtdXG4gICAgKSB7XG4gICAgICAgIGlmICghb3B0aW9ucykgcmV0dXJuIHZhbHVlO1xuXG4gICAgICAgIGNvbnN0IG9wdGlvbiA9IG9wdGlvbnMuZmluZCgob3B0KSA9PiBvcHQudmFsdWUgPT09IHZhbHVlKTtcbiAgICAgICAgcmV0dXJuIG9wdGlvbiA/IG9wdGlvbi5sYWJlbCA6IHZhbHVlO1xuICAgIH1cblxuICAgIHB1YmxpYyBpc0Jvb2xlYW5WYWx1ZShvYmo6IGFueSwgcGF0aDogc3RyaW5nKSB7XG4gICAgICAgIGNvbnN0IHZhbHVlID0gdGhpcy5nZXRGaWVsZFZhbHVlKG9iaiwgcGF0aCk7XG4gICAgICAgIGlmICh2YWx1ZSA9PT0gdHJ1ZSB8fCB2YWx1ZSA9PT0gZmFsc2UpIHJldHVybiB0cnVlO1xuICAgICAgICBlbHNlIHJldHVybiBmYWxzZTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0Qm9vbGVhbkxhYmVsKG9iajogYW55LCBwYXRoOiBzdHJpbmcsIG9wdGlvbnNMYWJlbDogQm9vbGVhbk9wdGlvbnNMYWJlbCkge1xuICAgICAgICBjb25zdCB2YWx1ZSA9IHRoaXMuZ2V0RmllbGRWYWx1ZShvYmosIHBhdGgpO1xuICAgICAgICBpZiAodmFsdWUgPT09IHRydWUpIHJldHVybiBvcHRpb25zTGFiZWwudHJ1ZTtcbiAgICAgICAgZWxzZSBpZiAodmFsdWUgPT09IGZhbHNlKSByZXR1cm4gb3B0aW9uc0xhYmVsLmZhbHNlO1xuICAgICAgICBlbHNlIHJldHVybiB0aGlzLmVtcHR5RmllbGRMYWJlbDtcbiAgICB9XG5cbiAgICBwdWJsaWMgaXNOdW1iZXIob2JqOiBhbnksIHBhdGg6IHN0cmluZykge1xuICAgICAgICByZXR1cm4gIW5ldyBCaWdOdW1iZXIodGhpcy5nZXRGaWVsZFZhbHVlKG9iaiwgcGF0aCkpLmlzTmFOKCk7XG4gICAgfVxuXG4gICAgcHVibGljIHNldEhvdGtleXMoKSB7XG4gICAgICAgIGNvbnN0IGNsZWFySG90a2V5ID0gdGhpcy5uZXdIb3RrZXkoXCJhbHQrc2hpZnQrbFwiLCB0aGlzLmNsZWFyLmJpbmQodGhpcykpO1xuICAgICAgICBjb25zdCBmaW5kSG90a2V5ID0gdGhpcy5uZXdIb3RrZXkoXCJhbHQrc2hpZnQrZlwiLCB0aGlzLnNlYXJjaC5iaW5kKHRoaXMpKTtcbiAgICAgICAgY29uc3QgaGlkZUhvdGtleSA9IHRoaXMubmV3SG90a2V5KFwiYWx0K3NoaWZ0K2NcIiwgdGhpcy5oaWRlRGlhbG9nLmJpbmQodGhpcykpO1xuICAgICAgICBjb25zdCBzZWxlY3RIb3RrZXkgPSB0aGlzLm5ld0hvdGtleShcImFsdCtzaGlmdCtzXCIsIHRoaXMuc2VsZWN0LmJpbmQodGhpcykpO1xuXG4gICAgICAgIGNvbnN0IGJpbmRlZEhvdGtleXMgPSBbY2xlYXJIb3RrZXksIGZpbmRIb3RrZXksIGhpZGVIb3RrZXksIHNlbGVjdEhvdGtleV07XG4gICAgICAgIGJpbmRlZEhvdGtleXMuZm9yRWFjaCgoaG90a2V5OiBIb3RrZXkpID0+IHRoaXMuaG90a2V5c1NlcnZpY2UuYWRkKGhvdGtleSkpO1xuICAgIH1cblxuICAgIHByaXZhdGUgbmV3SG90a2V5KGNvbWJvOiBzdHJpbmcsIGZuOiBGdW5jdGlvbik6IEhvdGtleSB7XG4gICAgICAgIHJldHVybiBuZXcgSG90a2V5KGNvbWJvLCAoKSA9PiB7XG4gICAgICAgICAgICBmbigpO1xuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICB9LCBbXCJJTlBVVFwiLCBcIlNFTEVDVFwiLCBcIlRFWFRBUkVBXCJdKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZmlsdGVyVG9nZ2xlKCkge1xuICAgICAgICBpZiAodGhpcy5hbmltYXRpbmcpIHJldHVybjtcblxuICAgICAgICB0aGlzLmFuaW1hdGluZyA9IHRydWU7XG4gICAgICAgIHRoaXMuY29sbGFwc2VkID0gIXRoaXMuY29sbGFwc2VkO1xuICAgIH1cblxuICAgIHB1YmxpYyBvblRvZ2dsZURvbmUoKSB7XG4gICAgICAgIHRoaXMuYW5pbWF0aW5nID0gZmFsc2U7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogQ2FsY3VsYXRlIHRoZSB0YWJsZSBjb2x1bW4gc2l6ZS4gVGhlIG1pbmltdW0gdmFsdWUgaXMgMTQuMjg2ZW0sIHdoaWNoIGlzIGVxdWFscyB0byAyMDBweCBkdW8gdG8gdGhlIGN1cnJlbnQgZm9udCBzaXplLlxuICAgICAqIEBwYXJhbSBsYWJlbCBDb2x1bW4gbmFtZS5cbiAgICAgKi9cbiAgICBwdWJsaWMgZ2V0Q29sV2lkdGgobGFiZWw6IHN0cmluZykge1xuICAgICAgICBjb25zdCBzaXplID0gbGFiZWwubGVuZ3RoO1xuICAgICAgICBpZiAoc2l6ZSA8IDE0LjI4NikgcmV0dXJuIGAxNC4yODZlbWA7XG4gICAgICAgIHJldHVybiBgJHtzaXplfWVtYDtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0U2NhbGUoc2NhbGU6IGFueSk6IG51bWJlciB7XG4gICAgICAgIHJldHVybiB0aGlzLmlzRnVuY3Rpb24oc2NhbGUpID8gc2NhbGUoKSA6IHNjYWxlO1xuICAgIH1cblxuICAgIHByaXZhdGUgaXNGdW5jdGlvbih2YWx1ZTogYW55KTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB2YWx1ZSBpbnN0YW5jZW9mIEZ1bmN0aW9uO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXRJbnRlZ2VyTWFza0NvbmZpZyhjb2w6IEJpZ251bWJlckZpZWxkQ29uZmlnKTogTWFza0NvbmZpZyB7XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBzY2FsZTogMCxcbiAgICAgICAgICAgIHRob3VzYW5kc1NlcGFyYXRvcjogY29sLm51bWJlckxvY2FsZU9wdGlvbnM/LnRob3VzYW5kc1NlcGFyYXRvcixcbiAgICAgICAgICAgIHByZWZpeDogXCJcIixcbiAgICAgICAgfTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0RG91YmxlTWFza0NvbmZpZyhjb2w6IEJpZ251bWJlckZpZWxkQ29uZmlnKTogTWFza0NvbmZpZyB7XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBzY2FsZTogdGhpcy5nZXRTY2FsZShjb2wuc2NhbGUpLFxuICAgICAgICAgICAgZGVjaW1hbFNlcGFyYXRvcjogY29sLm51bWJlckxvY2FsZU9wdGlvbnM/LmRlY2ltYWxTZXBhcmF0b3IsXG4gICAgICAgICAgICB0aG91c2FuZHNTZXBhcmF0b3I6IGNvbC5udW1iZXJMb2NhbGVPcHRpb25zPy50aG91c2FuZHNTZXBhcmF0b3IsXG4gICAgICAgICAgICBwcmVmaXg6IFwiXCIsXG4gICAgICAgIH07XG4gICAgfVxuXG4gICAgcHVibGljIGdldE1vbmV5TWFza0NvbmZpZyhjb2w6IEJpZ251bWJlckZpZWxkQ29uZmlnKTogTWFza0NvbmZpZyB7XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBzY2FsZTogdGhpcy5nZXRTY2FsZShjb2wuc2NhbGUpLFxuICAgICAgICAgICAgZGVjaW1hbFNlcGFyYXRvcjogY29sLm51bWJlckxvY2FsZU9wdGlvbnM/LmRlY2ltYWxTZXBhcmF0b3IsXG4gICAgICAgICAgICB0aG91c2FuZHNTZXBhcmF0b3I6IGNvbC5udW1iZXJMb2NhbGVPcHRpb25zPy50aG91c2FuZHNTZXBhcmF0b3IsXG4gICAgICAgICAgICBwcmVmaXg6IGNvbC5udW1iZXJMb2NhbGVPcHRpb25zPy5jdXJyZW5jeVN5bWJvbCxcbiAgICAgICAgfTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0TnVtYmVyTWFza0NvbmZpZyhjb2w6IEJpZ251bWJlckZpZWxkQ29uZmlnKTogTWFza0NvbmZpZyB7XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgICBzY2FsZTogdGhpcy5nZXRTY2FsZShjb2wuc2NhbGUpLFxuICAgICAgICAgICAgZGVjaW1hbFNlcGFyYXRvcjogY29sLm51bWJlckxvY2FsZU9wdGlvbnM/LmRlY2ltYWxTZXBhcmF0b3IsXG4gICAgICAgICAgICB0aG91c2FuZHNTZXBhcmF0b3I6IGNvbC5udW1iZXJMb2NhbGVPcHRpb25zPy50aG91c2FuZHNTZXBhcmF0b3IsXG4gICAgICAgICAgICBwcmVmaXg6IGNvbC5udW1iZXJMb2NhbGVPcHRpb25zPy5jdXJyZW5jeVN5bWJvbCxcbiAgICAgICAgfTtcbiAgICB9XG5cbiAgICBwdWJsaWMgb25UYWJsZVJvd0RvdWJsZUNsaWNrKHJvd0RhdGE6IGFueSk6IHZvaWQge1xuICAgICAgICB0aGlzLnNlbGVjdGVkID0gW3Jvd0RhdGFdO1xuICAgICAgICB0aGlzLnNlbGVjdCgpO1xuICAgIH1cblxuICAgIHByaXZhdGUgX3NldEZvY3VzRmlsdGVyKCkge1xuICAgICAgICBpZiAodGhpcy5kaWFsb2dWaXNpYmxlICYmICF0aGlzLmNvbGxhcHNlZCkge1xuICAgICAgICAgICAgY29uc3QgaW5wdXQgPSB0aGlzLmRpYWxvZz8uY29udGVudFZpZXdDaGlsZD8ubmF0aXZlRWxlbWVudD8uZ2V0RWxlbWVudHNCeVRhZ05hbWUoXCJpbnB1dFwiKVswXTtcblxuICAgICAgICAgICAgaWYgKGlucHV0KSB7XG4gICAgICAgICAgICAgICAgKGlucHV0IGFzIEhUTUxJbnB1dEVsZW1lbnQpLmZvY3VzKCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIF9zdWJzY3JpYmVFdmVudHMoKTogdm9pZCB7XG4gICAgICAgIHRoaXMub25TZWFyY2hSZXF1ZXN0LnBpcGUodGFrZVVudGlsKHRoaXMubmdVbnN1YnNjcmliZSkpLnN1YnNjcmliZSgoKSA9PiAodGhpcy5sb2FkaW5nID0gdHJ1ZSkpO1xuXG4gICAgICAgIHRoaXMub25TZWxlY3QucGlwZSh0YWtlVW50aWwodGhpcy5uZ1Vuc3Vic2NyaWJlKSkuc3Vic2NyaWJlKCgpID0+IHRoaXMub25DaGFuZ2UodGhpcy52YWx1ZSkpO1xuXG4gICAgICAgIHRoaXMub25VbnNlbGVjdC5waXBlKHRha2VVbnRpbCh0aGlzLm5nVW5zdWJzY3JpYmUpKS5zdWJzY3JpYmUoKCkgPT4gdGhpcy5vbkNoYW5nZSh0aGlzLnZhbHVlKSk7XG5cbiAgICAgICAgdGhpcy5vbkNsZWFyLnBpcGUodGFrZVVudGlsKHRoaXMubmdVbnN1YnNjcmliZSkpLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICAgICAgICBpZiAodGhpcy5tdWx0aXBsZSkge1xuICAgICAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHRoaXMub25DaGFuZ2UobnVsbCk7XG4gICAgICAgIH0pO1xuXG4gICAgICAgIHRoaXMub25Gb2N1cy5waXBlKHRha2VVbnRpbCh0aGlzLm5nVW5zdWJzY3JpYmUpKS5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgICAgICAgdGhpcy5vblRvdWNoZWQoKTtcbiAgICAgICAgfSk7XG5cbiAgICAgICAgdGhpcy5vbkJsdXIucGlwZSh0YWtlVW50aWwodGhpcy5uZ1Vuc3Vic2NyaWJlKSkuc3Vic2NyaWJlKChldmVudDogRXZlbnQpID0+IHtcbiAgICAgICAgICAgIGNvbnN0IHRhcmdldCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MSW5wdXRFbGVtZW50O1xuICAgICAgICAgICAgY29uc3QgY3VycmVudFZhbHVlID0gdGhpcy52YWx1ZSAmJiB0aGlzLnZhbHVlW3RoaXMubG9va3VwRGlzcGxheUZpZWxkXTtcbiAgICAgICAgICAgIGNvbnN0IHsgdmFsdWUgfSA9IHRhcmdldDtcblxuICAgICAgICAgICAgaWYgKHRoaXMubXVsdGlwbGUgfHwgIWN1cnJlbnRWYWx1ZSB8fCBjdXJyZW50VmFsdWUgPT0gdmFsdWUpIHJldHVybjtcblxuICAgICAgICAgICAgY29uc3QgbmV3VmFsdWUgPSBcIlwiO1xuICAgICAgICAgICAgdGFyZ2V0LnZhbHVlID0gbmV3VmFsdWU7XG4gICAgICAgICAgICB0aGlzLm9uQ2hhbmdlKG5ld1ZhbHVlKTtcbiAgICAgICAgfSk7XG4gICAgfVxufVxuIl19