@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
@@ -1,134 +0,0 @@
1
- import { Component, Input, Output, EventEmitter, forwardRef, } from '@angular/core';
2
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "@seniorsistemas/angular-components/tiered-menu";
6
- import * as i3 from "@seniorsistemas/angular-components/tooltip";
7
- export class NavigationButtonComponent {
8
- changeDetectorRef;
9
- steps;
10
- defaultValue;
11
- tooltip;
12
- changeOnInit = false;
13
- stepChanged = new EventEmitter();
14
- currentIndex = 0;
15
- isDisabled = false;
16
- tieredMenuItems = [];
17
- _onChange;
18
- _onTouched;
19
- _value;
20
- constructor(changeDetectorRef) {
21
- this.changeDetectorRef = changeDetectorRef;
22
- }
23
- ngOnInit() {
24
- this._createTieredMenuItems();
25
- if (this.changeOnInit) {
26
- this.stepChanged.emit({
27
- previous: null,
28
- current: this.steps[this.currentIndex],
29
- });
30
- }
31
- }
32
- ngAfterViewInit() {
33
- this._setDefaultValue();
34
- }
35
- _setDefaultValue() {
36
- if (this.defaultValue) {
37
- this._value = this.defaultValue;
38
- const index = this.steps.findIndex((step) => step.value === this._value);
39
- this.currentIndex = index !== -1 ? index : 0;
40
- this.stepChanged.emit({
41
- previous: null,
42
- current: this.steps[this.currentIndex],
43
- });
44
- this.changeDetectorRef.detectChanges();
45
- }
46
- }
47
- writeValue(value) {
48
- this._value = value;
49
- const index = this.steps.findIndex((step) => step.value === this._value);
50
- this.currentIndex = index !== -1 ? index : 0;
51
- }
52
- registerOnChange(onChange) {
53
- this._onChange = onChange;
54
- }
55
- registerOnTouched(onTouched) {
56
- this._onTouched = onTouched;
57
- }
58
- setDisabledState(isDisabled) {
59
- this.isDisabled = isDisabled;
60
- }
61
- onNext() {
62
- if (this.isDisabled)
63
- return;
64
- const previous = this.steps[this.currentIndex];
65
- if (this.currentIndex < this.steps.length - 1) {
66
- this.currentIndex++;
67
- const current = this.steps[this.currentIndex];
68
- this._onChange && this._onChange(current.value);
69
- this.stepChanged.emit({ previous, current });
70
- }
71
- this._onTouched && this._onTouched();
72
- }
73
- onPrevious() {
74
- if (this.isDisabled)
75
- return;
76
- const previous = this.steps[this.currentIndex];
77
- if (this.currentIndex > 0) {
78
- this.currentIndex--;
79
- const current = this.steps[this.currentIndex];
80
- this._onChange && this._onChange(current.value);
81
- this.stepChanged.emit({ previous, current });
82
- }
83
- this._onTouched && this._onTouched();
84
- }
85
- _createTieredMenuItems() {
86
- this.steps.forEach((step) => {
87
- this.tieredMenuItems.push({
88
- label: step.label,
89
- command: () => {
90
- const index = this.steps.findIndex((s) => s === step);
91
- if (this.currentIndex !== index) {
92
- this._onChange && this._onChange(step.value);
93
- this.stepChanged.emit({
94
- previous: this.steps[this.currentIndex],
95
- current: step,
96
- });
97
- this.currentIndex = index;
98
- }
99
- this._onTouched && this._onTouched();
100
- },
101
- });
102
- });
103
- }
104
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationButtonComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
105
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: NavigationButtonComponent, selector: "s-navigation-button", inputs: { steps: "steps", defaultValue: "defaultValue", tooltip: "tooltip", changeOnInit: "changeOnInit" }, outputs: { stepChanged: "stepChanged" }, providers: [
106
- {
107
- provide: NG_VALUE_ACCESSOR,
108
- useExisting: forwardRef(() => NavigationButtonComponent),
109
- multi: true,
110
- },
111
- ], ngImport: i0, template: "<div\n class=\"navigation-button\"\n [ngClass]=\"{ 'navigation-button--disabled': isDisabled }\"\n>\n <button\n class=\"option option--previous\"\n [ngClass]=\"{ 'option--disabled': currentIndex === 0 }\"\n (click)=\"onPrevious()\"\n >\n <i class=\"fas fa-chevron-left\"></i>\n </button>\n\n @if (steps[currentIndex].tooltip || tooltip) {\n <button\n [sTooltip]=\"steps[currentIndex].tooltip || tooltip\"\n class=\"step\"\n sTieredMenu\n [items]=\"tieredMenuItems\"\n [focusedItem]=\"tieredMenuItems[currentIndex]\"\n >\n {{ steps[currentIndex].label }}\n </button>\n } @else {\n <button class=\"step\">\n {{ steps[currentIndex].label }}\n </button>\n }\n <button\n class=\"option option--next\"\n [ngClass]=\"{ 'option--disabled': currentIndex === steps.length - 1 }\"\n (click)=\"onNext()\"\n >\n <i class=\"fas fa-chevron-right\"></i>\n </button>\n</div>\n", styles: [".navigation-button{display:inline-flex}.navigation-button .option,.navigation-button .step{background-color:#428bca;border:none;color:#fff}.navigation-button:not(.navigation-button--disabled) .step{cursor:pointer}.navigation-button:not(.navigation-button--disabled) .step:hover{background-color:#063951}.navigation-button .option{padding:8px 12px}.navigation-button .option--previous{border-radius:16px 0 0 16px}.navigation-button .option--next{border-radius:0 16px 16px 0}.navigation-button .option--disabled{opacity:.5}.navigation-button .option:not(.option--disabled):hover{cursor:pointer;background-color:#063951}.navigation-button .step{font-family:Open Sans,sans-serif;font-size:14px;padding:8px 16px;text-align:center}.navigation-button--disabled{opacity:.5}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.TieredMenuDirective, selector: "[sTieredMenu]", inputs: ["items", "focusedItem", "triggerEvent"] }, { kind: "directive", type: i3.TooltipDirective, selector: "[sTooltip]", inputs: ["sTooltip", "tooltipPosition", "showDelay", "displayTime", "tooltipEvent", "escape", "visible", "mobileBehavior", "focusedInputRef", "checkTruncatedText"] }] });
112
- }
113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationButtonComponent, decorators: [{
114
- type: Component,
115
- args: [{ selector: 's-navigation-button', providers: [
116
- {
117
- provide: NG_VALUE_ACCESSOR,
118
- useExisting: forwardRef(() => NavigationButtonComponent),
119
- multi: true,
120
- },
121
- ], template: "<div\n class=\"navigation-button\"\n [ngClass]=\"{ 'navigation-button--disabled': isDisabled }\"\n>\n <button\n class=\"option option--previous\"\n [ngClass]=\"{ 'option--disabled': currentIndex === 0 }\"\n (click)=\"onPrevious()\"\n >\n <i class=\"fas fa-chevron-left\"></i>\n </button>\n\n @if (steps[currentIndex].tooltip || tooltip) {\n <button\n [sTooltip]=\"steps[currentIndex].tooltip || tooltip\"\n class=\"step\"\n sTieredMenu\n [items]=\"tieredMenuItems\"\n [focusedItem]=\"tieredMenuItems[currentIndex]\"\n >\n {{ steps[currentIndex].label }}\n </button>\n } @else {\n <button class=\"step\">\n {{ steps[currentIndex].label }}\n </button>\n }\n <button\n class=\"option option--next\"\n [ngClass]=\"{ 'option--disabled': currentIndex === steps.length - 1 }\"\n (click)=\"onNext()\"\n >\n <i class=\"fas fa-chevron-right\"></i>\n </button>\n</div>\n", styles: [".navigation-button{display:inline-flex}.navigation-button .option,.navigation-button .step{background-color:#428bca;border:none;color:#fff}.navigation-button:not(.navigation-button--disabled) .step{cursor:pointer}.navigation-button:not(.navigation-button--disabled) .step:hover{background-color:#063951}.navigation-button .option{padding:8px 12px}.navigation-button .option--previous{border-radius:16px 0 0 16px}.navigation-button .option--next{border-radius:0 16px 16px 0}.navigation-button .option--disabled{opacity:.5}.navigation-button .option:not(.option--disabled):hover{cursor:pointer;background-color:#063951}.navigation-button .step{font-family:Open Sans,sans-serif;font-size:14px;padding:8px 16px;text-align:center}.navigation-button--disabled{opacity:.5}\n"] }]
122
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { steps: [{
123
- type: Input,
124
- args: [{ required: true }]
125
- }], defaultValue: [{
126
- type: Input
127
- }], tooltip: [{
128
- type: Input
129
- }], changeOnInit: [{
130
- type: Input
131
- }], stepChanged: [{
132
- type: Output
133
- }] } });
134
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1jb21wb25lbnRzL25hdmlnYXRpb24tYnV0dG9uL3NyYy9saWIvbmF2aWdhdGlvbi1idXR0b24vbmF2aWdhdGlvbi1idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1jb21wb25lbnRzL25hdmlnYXRpb24tYnV0dG9uL3NyYy9saWIvbmF2aWdhdGlvbi1idXR0b24vbmF2aWdhdGlvbi1idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNILFNBQVMsRUFDVCxLQUFLLEVBQ0wsTUFBTSxFQUNOLFlBQVksRUFDWixVQUFVLEdBSWIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7OztBQWtCekUsTUFBTSxPQUFPLHlCQUF5QjtJQTJCTDtJQXZCdEIsS0FBSyxDQUEwQjtJQUcvQixZQUFZLENBQVU7SUFHdEIsT0FBTyxDQUFVO0lBR2pCLFlBQVksR0FBRyxLQUFLLENBQUM7SUFHckIsV0FBVyxHQUNkLElBQUksWUFBWSxFQUFFLENBQUM7SUFFaEIsWUFBWSxHQUFHLENBQUMsQ0FBQztJQUNqQixVQUFVLEdBQUcsS0FBSyxDQUFDO0lBQ25CLGVBQWUsR0FBeUIsRUFBRSxDQUFDO0lBRTFDLFNBQVMsQ0FBNEI7SUFDckMsVUFBVSxDQUFjO0lBQ3hCLE1BQU0sQ0FBVTtJQUV4QixZQUE2QixpQkFBb0M7UUFBcEMsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFtQjtJQUFHLENBQUM7SUFFOUQsUUFBUTtRQUNYLElBQUksQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO1FBRTlCLElBQUksSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1lBQ3BCLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDO2dCQUNsQixRQUFRLEVBQUUsSUFBSTtnQkFDZCxPQUFPLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDO2FBQ3pDLENBQUMsQ0FBQztRQUNQLENBQUM7SUFDTCxDQUFDO0lBRU0sZUFBZTtRQUNsQixJQUFJLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztJQUM1QixDQUFDO0lBRU8sZ0JBQWdCO1FBQ3BCLElBQUksSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1lBQ3BCLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQztZQUVoQyxNQUFNLEtBQUssR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FDOUIsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxLQUFLLEtBQUssSUFBSSxDQUFDLE1BQU0sQ0FDdkMsQ0FBQztZQUNGLElBQUksQ0FBQyxZQUFZLEdBQUcsS0FBSyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUM3QyxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQztnQkFDbEIsUUFBUSxFQUFFLElBQUk7Z0JBQ2QsT0FBTyxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQzthQUN6QyxDQUFDLENBQUM7WUFFSCxJQUFJLENBQUMsaUJBQWlCLENBQUMsYUFBYSxFQUFFLENBQUM7UUFDM0MsQ0FBQztJQUNMLENBQUM7SUFFTSxVQUFVLENBQUMsS0FBYztRQUM1QixJQUFJLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQztRQUVwQixNQUFNLEtBQUssR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FDOUIsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxLQUFLLEtBQUssSUFBSSxDQUFDLE1BQU0sQ0FDdkMsQ0FBQztRQUNGLElBQUksQ0FBQyxZQUFZLEdBQUcsS0FBSyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUNqRCxDQUFDO0lBRU0sZ0JBQWdCLENBQUMsUUFBa0M7UUFDdEQsSUFBSSxDQUFDLFNBQVMsR0FBRyxRQUFRLENBQUM7SUFDOUIsQ0FBQztJQUVNLGlCQUFpQixDQUFDLFNBQXFCO1FBQzFDLElBQUksQ0FBQyxVQUFVLEdBQUcsU0FBUyxDQUFDO0lBQ2hDLENBQUM7SUFFTSxnQkFBZ0IsQ0FBRSxVQUFtQjtRQUN4QyxJQUFJLENBQUMsVUFBVSxHQUFHLFVBQVUsQ0FBQztJQUNqQyxDQUFDO0lBRU0sTUFBTTtRQUNULElBQUksSUFBSSxDQUFDLFVBQVU7WUFBRSxPQUFPO1FBRTVCLE1BQU0sUUFBUSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBRS9DLElBQUksSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUUsQ0FBQztZQUM1QyxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7WUFFcEIsTUFBTSxPQUFPLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7WUFFOUMsSUFBSSxDQUFDLFNBQVMsSUFBSSxJQUFJLENBQUMsU0FBUyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUNoRCxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxFQUFFLFFBQVEsRUFBRSxPQUFPLEVBQUUsQ0FBQyxDQUFDO1FBQ2pELENBQUM7UUFFRCxJQUFJLENBQUMsVUFBVSxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztJQUN6QyxDQUFDO0lBRU0sVUFBVTtRQUNiLElBQUksSUFBSSxDQUFDLFVBQVU7WUFBRSxPQUFPO1FBRTVCLE1BQU0sUUFBUSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBRS9DLElBQUksSUFBSSxDQUFDLFlBQVksR0FBRyxDQUFDLEVBQUUsQ0FBQztZQUN4QixJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7WUFFcEIsTUFBTSxPQUFPLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7WUFFOUMsSUFBSSxDQUFDLFNBQVMsSUFBSSxJQUFJLENBQUMsU0FBUyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUNoRCxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxFQUFFLFFBQVEsRUFBRSxPQUFPLEVBQUUsQ0FBQyxDQUFDO1FBQ2pELENBQUM7UUFFRCxJQUFJLENBQUMsVUFBVSxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztJQUN6QyxDQUFDO0lBRU8sc0JBQXNCO1FBQzFCLElBQUksQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLENBQUMsSUFBMEIsRUFBRSxFQUFFO1lBQzlDLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDO2dCQUN0QixLQUFLLEVBQUUsSUFBSSxDQUFDLEtBQUs7Z0JBQ2pCLE9BQU8sRUFBRSxHQUFHLEVBQUU7b0JBQ1YsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsS0FBSyxJQUFJLENBQUMsQ0FBQztvQkFDdEQsSUFBSSxJQUFJLENBQUMsWUFBWSxLQUFLLEtBQUssRUFBRSxDQUFDO3dCQUM5QixJQUFJLENBQUMsU0FBUyxJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO3dCQUM3QyxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQzs0QkFDbEIsUUFBUSxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQzs0QkFDdkMsT0FBTyxFQUFFLElBQUk7eUJBQ2hCLENBQUMsQ0FBQzt3QkFDSCxJQUFJLENBQUMsWUFBWSxHQUFHLEtBQUssQ0FBQztvQkFDOUIsQ0FBQztvQkFFRCxJQUFJLENBQUMsVUFBVSxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQztnQkFDekMsQ0FBQzthQUNKLENBQUMsQ0FBQztRQUNQLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQzt3R0F2SVEseUJBQXlCOzRGQUF6Qix5QkFBeUIsbU1BUnZCO1lBQ1A7Z0JBQ0ksT0FBTyxFQUFFLGlCQUFpQjtnQkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQztnQkFDeEQsS0FBSyxFQUFFLElBQUk7YUFDZDtTQUNKLDBCQzFCTCxzaUNBbUNBOzs0RkRQYSx5QkFBeUI7a0JBWnJDLFNBQVM7K0JBQ0kscUJBQXFCLGFBR3BCO3dCQUNQOzRCQUNJLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLDBCQUEwQixDQUFDOzRCQUN4RCxLQUFLLEVBQUUsSUFBSTt5QkFDZDtxQkFDSjtzRkFNTSxLQUFLO3NCQURYLEtBQUs7dUJBQUMsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFO2dCQUlsQixZQUFZO3NCQURsQixLQUFLO2dCQUlDLE9BQU87c0JBRGIsS0FBSztnQkFJQyxZQUFZO3NCQURsQixLQUFLO2dCQUlDLFdBQVc7c0JBRGpCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENvbXBvbmVudCxcbiAgICBJbnB1dCxcbiAgICBPdXRwdXQsXG4gICAgRXZlbnRFbWl0dGVyLFxuICAgIGZvcndhcmRSZWYsXG4gICAgT25Jbml0LFxuICAgIEFmdGVyVmlld0luaXQsXG4gICAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbXBvcnQgeyBOYXZpZ2F0aW9uQnV0dG9uSXRlbSB9IGZyb20gJy4vbW9kZWxzL25hdmlnYXRpb24tYnV0dG9uLWl0ZW0nO1xuaW1wb3J0IHsgTmF2aWdhdGlvbkJ1dHRvblN0ZXBDaGFuZ2VkSW5mbyB9IGZyb20gJy4vbW9kZWxzJztcbmltcG9ydCB7IFRpZXJlZE1lbnVJdGVtRGF0YSB9IGZyb20gJ0BzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHMvdGllcmVkLW1lbnUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3MtbmF2aWdhdGlvbi1idXR0b24nLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9uYXZpZ2F0aW9uLWJ1dHRvbi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbmF2aWdhdGlvbi1idXR0b24uY29tcG9uZW50LnNjc3MnXSxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICAgICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBOYXZpZ2F0aW9uQnV0dG9uQ29tcG9uZW50KSxcbiAgICAgICAgICAgIG11bHRpOiB0cnVlLFxuICAgICAgICB9LFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIE5hdmlnYXRpb25CdXR0b25Db21wb25lbnRcbiAgICBpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBPbkluaXQsIEFmdGVyVmlld0luaXRcbntcbiAgICBASW5wdXQoeyByZXF1aXJlZDogdHJ1ZSB9KVxuICAgIHB1YmxpYyBzdGVwcyE6IE5hdmlnYXRpb25CdXR0b25JdGVtW107XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBkZWZhdWx0VmFsdWU6IHVua25vd247XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyB0b29sdGlwPzogc3RyaW5nO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgY2hhbmdlT25Jbml0ID0gZmFsc2U7XG5cbiAgICBAT3V0cHV0KClcbiAgICBwdWJsaWMgc3RlcENoYW5nZWQ6IEV2ZW50RW1pdHRlcjxOYXZpZ2F0aW9uQnV0dG9uU3RlcENoYW5nZWRJbmZvPiA9XG4gICAgICAgIG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAgIHB1YmxpYyBjdXJyZW50SW5kZXggPSAwO1xuICAgIHB1YmxpYyBpc0Rpc2FibGVkID0gZmFsc2U7XG4gICAgcHVibGljIHRpZXJlZE1lbnVJdGVtczogVGllcmVkTWVudUl0ZW1EYXRhW10gPSBbXTtcblxuICAgIHByaXZhdGUgX29uQ2hhbmdlPzogKHZhbHVlOiB1bmtub3duKSA9PiB2b2lkO1xuICAgIHByaXZhdGUgX29uVG91Y2hlZD86ICgpID0+IHZvaWQ7XG4gICAgcHJpdmF0ZSBfdmFsdWU6IHVua25vd247XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IGNoYW5nZURldGVjdG9yUmVmOiBDaGFuZ2VEZXRlY3RvclJlZikge31cblxuICAgIHB1YmxpYyBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5fY3JlYXRlVGllcmVkTWVudUl0ZW1zKCk7XG5cbiAgICAgICAgaWYgKHRoaXMuY2hhbmdlT25Jbml0KSB7XG4gICAgICAgICAgICB0aGlzLnN0ZXBDaGFuZ2VkLmVtaXQoe1xuICAgICAgICAgICAgICAgIHByZXZpb3VzOiBudWxsLFxuICAgICAgICAgICAgICAgIGN1cnJlbnQ6IHRoaXMuc3RlcHNbdGhpcy5jdXJyZW50SW5kZXhdLFxuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICB0aGlzLl9zZXREZWZhdWx0VmFsdWUoKTtcbiAgICB9XG5cbiAgICBwcml2YXRlIF9zZXREZWZhdWx0VmFsdWUoKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLmRlZmF1bHRWYWx1ZSkge1xuICAgICAgICAgICAgdGhpcy5fdmFsdWUgPSB0aGlzLmRlZmF1bHRWYWx1ZTtcblxuICAgICAgICAgICAgY29uc3QgaW5kZXggPSB0aGlzLnN0ZXBzLmZpbmRJbmRleChcbiAgICAgICAgICAgICAgICAoc3RlcCkgPT4gc3RlcC52YWx1ZSA9PT0gdGhpcy5fdmFsdWUsXG4gICAgICAgICAgICApO1xuICAgICAgICAgICAgdGhpcy5jdXJyZW50SW5kZXggPSBpbmRleCAhPT0gLTEgPyBpbmRleCA6IDA7XG4gICAgICAgICAgICB0aGlzLnN0ZXBDaGFuZ2VkLmVtaXQoe1xuICAgICAgICAgICAgICAgIHByZXZpb3VzOiBudWxsLFxuICAgICAgICAgICAgICAgIGN1cnJlbnQ6IHRoaXMuc3RlcHNbdGhpcy5jdXJyZW50SW5kZXhdLFxuICAgICAgICAgICAgfSk7XG5cbiAgICAgICAgICAgIHRoaXMuY2hhbmdlRGV0ZWN0b3JSZWYuZGV0ZWN0Q2hhbmdlcygpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHVibGljIHdyaXRlVmFsdWUodmFsdWU6IHVua25vd24pOiB2b2lkIHtcbiAgICAgICAgdGhpcy5fdmFsdWUgPSB2YWx1ZTtcblxuICAgICAgICBjb25zdCBpbmRleCA9IHRoaXMuc3RlcHMuZmluZEluZGV4KFxuICAgICAgICAgICAgKHN0ZXApID0+IHN0ZXAudmFsdWUgPT09IHRoaXMuX3ZhbHVlLFxuICAgICAgICApO1xuICAgICAgICB0aGlzLmN1cnJlbnRJbmRleCA9IGluZGV4ICE9PSAtMSA/IGluZGV4IDogMDtcbiAgICB9XG5cbiAgICBwdWJsaWMgcmVnaXN0ZXJPbkNoYW5nZShvbkNoYW5nZTogKHZhbHVlOiB1bmtub3duKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgICAgIHRoaXMuX29uQ2hhbmdlID0gb25DaGFuZ2U7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyT25Ub3VjaGVkKG9uVG91Y2hlZDogKCkgPT4gdm9pZCk6IHZvaWQge1xuICAgICAgICB0aGlzLl9vblRvdWNoZWQgPSBvblRvdWNoZWQ7XG4gICAgfVxuXG4gICAgcHVibGljIHNldERpc2FibGVkU3RhdGU/KGlzRGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICAgICAgdGhpcy5pc0Rpc2FibGVkID0gaXNEaXNhYmxlZDtcbiAgICB9XG5cbiAgICBwdWJsaWMgb25OZXh0KCk6IHZvaWQge1xuICAgICAgICBpZiAodGhpcy5pc0Rpc2FibGVkKSByZXR1cm47XG5cbiAgICAgICAgY29uc3QgcHJldmlvdXMgPSB0aGlzLnN0ZXBzW3RoaXMuY3VycmVudEluZGV4XTtcblxuICAgICAgICBpZiAodGhpcy5jdXJyZW50SW5kZXggPCB0aGlzLnN0ZXBzLmxlbmd0aCAtIDEpIHtcbiAgICAgICAgICAgIHRoaXMuY3VycmVudEluZGV4Kys7XG5cbiAgICAgICAgICAgIGNvbnN0IGN1cnJlbnQgPSB0aGlzLnN0ZXBzW3RoaXMuY3VycmVudEluZGV4XTtcblxuICAgICAgICAgICAgdGhpcy5fb25DaGFuZ2UgJiYgdGhpcy5fb25DaGFuZ2UoY3VycmVudC52YWx1ZSk7XG4gICAgICAgICAgICB0aGlzLnN0ZXBDaGFuZ2VkLmVtaXQoeyBwcmV2aW91cywgY3VycmVudCB9KTtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMuX29uVG91Y2hlZCAmJiB0aGlzLl9vblRvdWNoZWQoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgb25QcmV2aW91cygpOiB2b2lkIHtcbiAgICAgICAgaWYgKHRoaXMuaXNEaXNhYmxlZCkgcmV0dXJuO1xuXG4gICAgICAgIGNvbnN0IHByZXZpb3VzID0gdGhpcy5zdGVwc1t0aGlzLmN1cnJlbnRJbmRleF07XG5cbiAgICAgICAgaWYgKHRoaXMuY3VycmVudEluZGV4ID4gMCkge1xuICAgICAgICAgICAgdGhpcy5jdXJyZW50SW5kZXgtLTtcblxuICAgICAgICAgICAgY29uc3QgY3VycmVudCA9IHRoaXMuc3RlcHNbdGhpcy5jdXJyZW50SW5kZXhdO1xuXG4gICAgICAgICAgICB0aGlzLl9vbkNoYW5nZSAmJiB0aGlzLl9vbkNoYW5nZShjdXJyZW50LnZhbHVlKTtcbiAgICAgICAgICAgIHRoaXMuc3RlcENoYW5nZWQuZW1pdCh7IHByZXZpb3VzLCBjdXJyZW50IH0pO1xuICAgICAgICB9XG5cbiAgICAgICAgdGhpcy5fb25Ub3VjaGVkICYmIHRoaXMuX29uVG91Y2hlZCgpO1xuICAgIH1cblxuICAgIHByaXZhdGUgX2NyZWF0ZVRpZXJlZE1lbnVJdGVtcygpIHtcbiAgICAgICAgdGhpcy5zdGVwcy5mb3JFYWNoKChzdGVwOiBOYXZpZ2F0aW9uQnV0dG9uSXRlbSkgPT4ge1xuICAgICAgICAgICAgdGhpcy50aWVyZWRNZW51SXRlbXMucHVzaCh7XG4gICAgICAgICAgICAgICAgbGFiZWw6IHN0ZXAubGFiZWwsXG4gICAgICAgICAgICAgICAgY29tbWFuZDogKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBpbmRleCA9IHRoaXMuc3RlcHMuZmluZEluZGV4KChzKSA9PiBzID09PSBzdGVwKTtcbiAgICAgICAgICAgICAgICAgICAgaWYgKHRoaXMuY3VycmVudEluZGV4ICE9PSBpbmRleCkge1xuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5fb25DaGFuZ2UgJiYgdGhpcy5fb25DaGFuZ2Uoc3RlcC52YWx1ZSk7XG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnN0ZXBDaGFuZ2VkLmVtaXQoe1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHByZXZpb3VzOiB0aGlzLnN0ZXBzW3RoaXMuY3VycmVudEluZGV4XSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjdXJyZW50OiBzdGVwLFxuICAgICAgICAgICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmN1cnJlbnRJbmRleCA9IGluZGV4O1xuICAgICAgICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgICAgICAgdGhpcy5fb25Ub3VjaGVkICYmIHRoaXMuX29uVG91Y2hlZCgpO1xuICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICB9KTtcbiAgICAgICAgfSk7XG4gICAgfVxufVxuIiwiPGRpdlxuICAgIGNsYXNzPVwibmF2aWdhdGlvbi1idXR0b25cIlxuICAgIFtuZ0NsYXNzXT1cInsgJ25hdmlnYXRpb24tYnV0dG9uLS1kaXNhYmxlZCc6IGlzRGlzYWJsZWQgfVwiXG4+XG4gICAgPGJ1dHRvblxuICAgICAgICBjbGFzcz1cIm9wdGlvbiBvcHRpb24tLXByZXZpb3VzXCJcbiAgICAgICAgW25nQ2xhc3NdPVwieyAnb3B0aW9uLS1kaXNhYmxlZCc6IGN1cnJlbnRJbmRleCA9PT0gMCB9XCJcbiAgICAgICAgKGNsaWNrKT1cIm9uUHJldmlvdXMoKVwiXG4gICAgPlxuICAgICAgICA8aSBjbGFzcz1cImZhcyBmYS1jaGV2cm9uLWxlZnRcIj48L2k+XG4gICAgPC9idXR0b24+XG5cbiAgICBAaWYgKHN0ZXBzW2N1cnJlbnRJbmRleF0udG9vbHRpcCB8fCB0b29sdGlwKSB7XG4gICAgICAgIDxidXR0b25cbiAgICAgICAgICAgIFtzVG9vbHRpcF09XCJzdGVwc1tjdXJyZW50SW5kZXhdLnRvb2x0aXAgfHwgdG9vbHRpcFwiXG4gICAgICAgICAgICBjbGFzcz1cInN0ZXBcIlxuICAgICAgICAgICAgc1RpZXJlZE1lbnVcbiAgICAgICAgICAgIFtpdGVtc109XCJ0aWVyZWRNZW51SXRlbXNcIlxuICAgICAgICAgICAgW2ZvY3VzZWRJdGVtXT1cInRpZXJlZE1lbnVJdGVtc1tjdXJyZW50SW5kZXhdXCJcbiAgICAgICAgPlxuICAgICAgICAgICAge3sgc3RlcHNbY3VycmVudEluZGV4XS5sYWJlbCB9fVxuICAgICAgICA8L2J1dHRvbj5cbiAgICB9IEBlbHNlIHtcbiAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInN0ZXBcIj5cbiAgICAgICAgICAgIHt7IHN0ZXBzW2N1cnJlbnRJbmRleF0ubGFiZWwgfX1cbiAgICAgICAgPC9idXR0b24+XG4gICAgfVxuICAgIDxidXR0b25cbiAgICAgICAgY2xhc3M9XCJvcHRpb24gb3B0aW9uLS1uZXh0XCJcbiAgICAgICAgW25nQ2xhc3NdPVwieyAnb3B0aW9uLS1kaXNhYmxlZCc6IGN1cnJlbnRJbmRleCA9PT0gc3RlcHMubGVuZ3RoIC0gMSB9XCJcbiAgICAgICAgKGNsaWNrKT1cIm9uTmV4dCgpXCJcbiAgICA+XG4gICAgICAgIDxpIGNsYXNzPVwiZmFzIGZhLWNoZXZyb24tcmlnaHRcIj48L2k+XG4gICAgPC9idXR0b24+XG48L2Rpdj5cbiJdfQ==
@@ -1,20 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { NavigationButtonComponent } from './navigation-button.component';
4
- import { TieredMenuModule } from '@seniorsistemas/angular-components/tiered-menu';
5
- import { TooltipModule } from '@seniorsistemas/angular-components/tooltip';
6
- import * as i0 from "@angular/core";
7
- export class NavigationButtonModule {
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: NavigationButtonModule, declarations: [NavigationButtonComponent], imports: [CommonModule, TieredMenuModule, TooltipModule], exports: [NavigationButtonComponent] });
10
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationButtonModule, imports: [CommonModule, TieredMenuModule, TooltipModule] });
11
- }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationButtonModule, decorators: [{
13
- type: NgModule,
14
- args: [{
15
- imports: [CommonModule, TieredMenuModule, TooltipModule],
16
- declarations: [NavigationButtonComponent],
17
- exports: [NavigationButtonComponent],
18
- }]
19
- }] });
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1idXR0b24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1jb21wb25lbnRzL25hdmlnYXRpb24tYnV0dG9uL3NyYy9saWIvbmF2aWdhdGlvbi1idXR0b24vbmF2aWdhdGlvbi1idXR0b24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQzFFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGdEQUFnRCxDQUFDO0FBQ2xGLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQzs7QUFPM0UsTUFBTSxPQUFPLHNCQUFzQjt3R0FBdEIsc0JBQXNCO3lHQUF0QixzQkFBc0IsaUJBSGhCLHlCQUF5QixhQUQ5QixZQUFZLEVBQUUsZ0JBQWdCLEVBQUUsYUFBYSxhQUU3Qyx5QkFBeUI7eUdBRTFCLHNCQUFzQixZQUpyQixZQUFZLEVBQUUsZ0JBQWdCLEVBQUUsYUFBYTs7NEZBSTlDLHNCQUFzQjtrQkFMbEMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsZ0JBQWdCLEVBQUUsYUFBYSxDQUFDO29CQUN4RCxZQUFZLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQztvQkFDekMsT0FBTyxFQUFFLENBQUMseUJBQXlCLENBQUM7aUJBQ3ZDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOYXZpZ2F0aW9uQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9uYXZpZ2F0aW9uLWJ1dHRvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgVGllcmVkTWVudU1vZHVsZSB9IGZyb20gJ0BzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHMvdGllcmVkLW1lbnUnO1xuaW1wb3J0IHsgVG9vbHRpcE1vZHVsZSB9IGZyb20gJ0BzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHMvdG9vbHRpcCc7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgVGllcmVkTWVudU1vZHVsZSwgVG9vbHRpcE1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbTmF2aWdhdGlvbkJ1dHRvbkNvbXBvbmVudF0sXG4gICAgZXhwb3J0czogW05hdmlnYXRpb25CdXR0b25Db21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBOYXZpZ2F0aW9uQnV0dG9uTW9kdWxlIHsgfVxuIl19
@@ -1,4 +0,0 @@
1
- export { NavigationButtonComponent } from './lib/navigation-button/navigation-button.component';
2
- export { NavigationButtonModule } from './lib/navigation-button/navigation-button.module';
3
- export * from './lib/navigation-button/models';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItY29tcG9uZW50cy9uYXZpZ2F0aW9uLWJ1dHRvbi9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUNoRyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUUxRixjQUFjLGdDQUFnQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgTmF2aWdhdGlvbkJ1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vbGliL25hdmlnYXRpb24tYnV0dG9uL25hdmlnYXRpb24tYnV0dG9uLmNvbXBvbmVudCc7XG5leHBvcnQgeyBOYXZpZ2F0aW9uQnV0dG9uTW9kdWxlIH0gZnJvbSAnLi9saWIvbmF2aWdhdGlvbi1idXR0b24vbmF2aWdhdGlvbi1idXR0b24ubW9kdWxlJztcblxuZXhwb3J0ICogZnJvbSAnLi9saWIvbmF2aWdhdGlvbi1idXR0b24vbW9kZWxzJztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public-api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VuaW9yc2lzdGVtYXMtYW5ndWxhci1jb21wb25lbnRzLW5hdmlnYXRpb24tYnV0dG9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1jb21wb25lbnRzL25hdmlnYXRpb24tYnV0dG9uL3NyYy9zZW5pb3JzaXN0ZW1hcy1hbmd1bGFyLWNvbXBvbmVudHMtbmF2aWdhdGlvbi1idXR0b24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
@@ -1,164 +0,0 @@
1
- import { Directive, EventEmitter, forwardRef, HostBinding, Input, Output, } from '@angular/core';
2
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
- import { CurrencyMaskDirective } from 'ng2-currency-mask';
4
- import { first } from 'rxjs/operators';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@seniorsistemas/angular-components/locale";
7
- /**
8
- * @deprecated Should use 'AlignmentOptions' from @seniorsistemas/ng2-currency-mask instead
9
- */
10
- export var NumberAlignmentOption;
11
- (function (NumberAlignmentOption) {
12
- NumberAlignmentOption["RIGHT"] = "right";
13
- NumberAlignmentOption["LEFT"] = "left";
14
- })(NumberAlignmentOption || (NumberAlignmentOption = {}));
15
- /**
16
- * @deprecated Should use BigNumberInput directive instead
17
- */
18
- export class NumberInputDirective extends CurrencyMaskDirective {
19
- _elementRef;
20
- localeService;
21
- precision = 15;
22
- scale = 0;
23
- decimalSeparator;
24
- thousandsSeparator;
25
- alignTo = NumberAlignmentOption.LEFT;
26
- allowNegative = true;
27
- placeholder;
28
- maxLength;
29
- pasteRejected = new EventEmitter();
30
- pasteListener;
31
- _maxLength = 0;
32
- keypressListener;
33
- constructor(_elementRef, _keyValueDiffers, localeService) {
34
- super({}, _elementRef, _keyValueDiffers);
35
- this._elementRef = _elementRef;
36
- this.localeService = localeService;
37
- this.onLocaleService();
38
- }
39
- ngOnInit() {
40
- this.updateVariables();
41
- super.ngOnInit();
42
- this.pasteListener = this._onPaste.bind(this);
43
- this._elementRef.nativeElement.addEventListener("paste", this.pasteListener);
44
- this.keypressListener = this._onKeypress.bind(this);
45
- this._elementRef.nativeElement.addEventListener("keypress", this.keypressListener);
46
- }
47
- ngOnChanges(changes) {
48
- const placeholderChange = changes['placeholder'] && changes['placeholder'].currentValue;
49
- if (!placeholderChange && this.scale)
50
- this.placeholder = `0${this.decimalSeparator}${''.padEnd(this.scale, '0')}`;
51
- if (changes['scale'] ||
52
- changes['decimalSeparator'] ||
53
- changes['thousandsSeparator'] ||
54
- changes['alignTo'] ||
55
- changes['precision'] ||
56
- changes['allowNegative']) {
57
- this.updateVariables();
58
- }
59
- }
60
- ngOnDestroy() {
61
- this._elementRef.nativeElement.removeEventListener("paste", this.pasteListener);
62
- this._elementRef.nativeElement.removeEventListener("keypress", this.keypressListener);
63
- }
64
- _onPaste(event) {
65
- const pastedText = event.clipboardData?.getData("text") ?? "";
66
- const numericText = pastedText.replace(new RegExp(`\\${this.thousandsSeparator}`, "g"), "").replace(this.decimalSeparator, ".");
67
- const [intPart, decimalPart = ""] = numericText.split(".");
68
- const totalDigits = intPart.replace(/\D/g, "").length + decimalPart.slice(0, this.scale).length;
69
- if (totalDigits > this.precision) {
70
- event.preventDefault();
71
- event.stopPropagation();
72
- this.pasteRejected.emit(pastedText);
73
- }
74
- }
75
- _onKeypress(event) {
76
- const code = event.code;
77
- if (code === "Minus" || code === "NumpadSubtract") {
78
- if (this.allowNegative) {
79
- this.maxLength = this._maxLength + 1;
80
- }
81
- }
82
- else if (code === "Equal" || code === "NumpadAdd") {
83
- this.maxLength = this._maxLength;
84
- }
85
- }
86
- /**
87
- * Update the options values according to the directive input values.
88
- */
89
- updateVariables() {
90
- this.options = {
91
- align: this.alignTo,
92
- decimal: this.decimalSeparator,
93
- thousands: this.thousandsSeparator,
94
- precision: this.scale || 0,
95
- prefix: '',
96
- suffix: '',
97
- allowNegative: this.allowNegative,
98
- };
99
- this.calculateMaxLength();
100
- }
101
- /**
102
- * Responsible to calculate the field maximum length considering the separators.
103
- */
104
- calculateMaxLength() {
105
- const decSepLength = this.decimalSeparator?.length ?? 0;
106
- const thoSepLength = this.thousandsSeparator?.length ?? 0;
107
- let maxLength = this.precision + (this.scale ? decSepLength : 0);
108
- maxLength += Math.ceil((this.precision - (this.scale ? this.scale : 0)) / 3 - 1) * thoSepLength;
109
- this.maxLength = maxLength;
110
- }
111
- onLocaleService() {
112
- this.localeService
113
- .getLocale()
114
- .pipe(first())
115
- .subscribe(() => {
116
- this.decimalSeparator = this.decimalSeparator ?? this.localeService.getDecimalSeparator();
117
- this.thousandsSeparator = this.thousandsSeparator ?? this.localeService.getGroupingSeparator();
118
- });
119
- }
120
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumberInputDirective, deps: [{ token: i0.ElementRef }, { token: i0.KeyValueDiffers }, { token: i1.LocaleService }], target: i0.ɵɵFactoryTarget.Directive });
121
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: NumberInputDirective, selector: "input[sNumberInput]", inputs: { precision: "precision", scale: "scale", decimalSeparator: "decimalSeparator", thousandsSeparator: "thousandsSeparator", alignTo: "alignTo", allowNegative: "allowNegative", placeholder: "placeholder" }, outputs: { pasteRejected: "pasteRejected" }, host: { properties: { "attr.placeholder": "this.placeholder", "attr.maxLength": "this.maxLength" } }, providers: [
122
- {
123
- provide: NG_VALUE_ACCESSOR,
124
- useExisting: forwardRef(() => NumberInputDirective),
125
- multi: true,
126
- },
127
- ], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
128
- }
129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumberInputDirective, decorators: [{
130
- type: Directive,
131
- args: [{
132
- selector: 'input[sNumberInput]',
133
- providers: [
134
- {
135
- provide: NG_VALUE_ACCESSOR,
136
- useExisting: forwardRef(() => NumberInputDirective),
137
- multi: true,
138
- },
139
- ],
140
- }]
141
- }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.KeyValueDiffers }, { type: i1.LocaleService }], propDecorators: { precision: [{
142
- type: Input
143
- }], scale: [{
144
- type: Input
145
- }], decimalSeparator: [{
146
- type: Input
147
- }], thousandsSeparator: [{
148
- type: Input
149
- }], alignTo: [{
150
- type: Input
151
- }], allowNegative: [{
152
- type: Input
153
- }], placeholder: [{
154
- type: Input
155
- }, {
156
- type: HostBinding,
157
- args: ['attr.placeholder']
158
- }], maxLength: [{
159
- type: HostBinding,
160
- args: ['attr.maxLength']
161
- }], pasteRejected: [{
162
- type: Output
163
- }] } });
164
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnVtYmVyLWlucHV0LmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItY29tcG9uZW50cy9udW1iZXItaW5wdXQvc3JjL2xpYi9udW1iZXItaW5wdXQvbnVtYmVyLWlucHV0LmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0gsU0FBUyxFQUVULFlBQVksRUFDWixVQUFVLEVBQ1YsV0FBVyxFQUVYLEtBQUssRUFLTCxNQUFNLEdBRVQsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFHbkQsT0FBTyxFQUFFLHFCQUFxQixFQUFzQixNQUFNLG1CQUFtQixDQUFDO0FBQzlFLE9BQU8sRUFBRSxLQUFLLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7O0FBRXZDOztHQUVHO0FBQ0gsTUFBTSxDQUFOLElBQVkscUJBR1g7QUFIRCxXQUFZLHFCQUFxQjtJQUM3Qix3Q0FBZSxDQUFBO0lBQ2Ysc0NBQWEsQ0FBQTtBQUNqQixDQUFDLEVBSFcscUJBQXFCLEtBQXJCLHFCQUFxQixRQUdoQztBQUVEOztHQUVHO0FBV0gsTUFBTSxPQUFPLG9CQUFxQixTQUFRLHFCQUFxQjtJQW9DdEM7SUFFQTtJQXBDZCxTQUFTLEdBQUcsRUFBRSxDQUFDO0lBR2YsS0FBSyxHQUFHLENBQUMsQ0FBQztJQUdWLGdCQUFnQixDQUFVO0lBRzFCLGtCQUFrQixDQUFVO0lBRzVCLE9BQU8sR0FBRyxxQkFBcUIsQ0FBQyxJQUFJLENBQUM7SUFHckMsYUFBYSxHQUFHLElBQUksQ0FBQztJQUlyQixXQUFXLENBQVU7SUFHckIsU0FBUyxDQUFVO0lBR25CLGFBQWEsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO0lBRTFDLGFBQWEsQ0FBTTtJQUNuQixVQUFVLEdBQUcsQ0FBQyxDQUFDO0lBRWYsZ0JBQWdCLENBQU07SUFHOUIsWUFDcUIsV0FBdUIsRUFDeEMsZ0JBQWlDLEVBQ2hCLGFBQTRCO1FBRTdDLEtBQUssQ0FBQyxFQUF3QixFQUFFLFdBQVcsRUFBRSxnQkFBZ0IsQ0FBQyxDQUFDO1FBSjlDLGdCQUFXLEdBQVgsV0FBVyxDQUFZO1FBRXZCLGtCQUFhLEdBQWIsYUFBYSxDQUFlO1FBSTdDLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRWUsUUFBUTtRQUNwQixJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7UUFFdkIsS0FBSyxDQUFDLFFBQVEsRUFBRSxDQUFDO1FBQ2pCLElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDOUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxFQUFFLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUU3RSxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDcEQsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsZ0JBQWdCLENBQUMsVUFBVSxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBQ3ZGLENBQUM7SUFFTSxXQUFXLENBQUMsT0FBc0I7UUFDckMsTUFBTSxpQkFBaUIsR0FBRyxPQUFPLENBQUMsYUFBYSxDQUFDLElBQUksT0FBTyxDQUFDLGFBQWEsQ0FBQyxDQUFDLFlBQVksQ0FBQztRQUN4RixJQUFJLENBQUMsaUJBQWlCLElBQUksSUFBSSxDQUFDLEtBQUs7WUFDaEMsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxFQUFFLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsR0FBRyxDQUFDLEVBQUUsQ0FBQztRQUVoRixJQUNJLE9BQU8sQ0FBQyxPQUFPLENBQUM7WUFDaEIsT0FBTyxDQUFDLGtCQUFrQixDQUFDO1lBQzNCLE9BQU8sQ0FBQyxvQkFBb0IsQ0FBQztZQUM3QixPQUFPLENBQUMsU0FBUyxDQUFDO1lBQ2xCLE9BQU8sQ0FBQyxXQUFXLENBQUM7WUFDcEIsT0FBTyxDQUFDLGVBQWUsQ0FBQyxFQUMxQixDQUFDO1lBQ0MsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQzNCLENBQUM7SUFDTCxDQUFDO0lBR00sV0FBVztRQUNkLElBQUksQ0FBQyxXQUFXLENBQUMsYUFBYSxDQUFDLG1CQUFtQixDQUFDLE9BQU8sRUFBRSxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUM7UUFDaEYsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsbUJBQW1CLENBQUMsVUFBVSxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBRTFGLENBQUM7SUFFTyxRQUFRLENBQUMsS0FBcUI7UUFDbEMsTUFBTSxVQUFVLEdBQUcsS0FBSyxDQUFDLGFBQWEsRUFBRSxPQUFPLENBQUMsTUFBTSxDQUFDLElBQUksRUFBRSxDQUFDO1FBQzlELE1BQU0sV0FBVyxHQUFHLFVBQVUsQ0FBQyxPQUFPLENBQUMsSUFBSSxNQUFNLENBQUMsS0FBSyxJQUFJLENBQUMsa0JBQWtCLEVBQUUsRUFBRSxHQUFHLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLGdCQUEwQixFQUFFLEdBQUcsQ0FBQyxDQUFDO1FBQzFJLE1BQU0sQ0FBQyxPQUFPLEVBQUUsV0FBVyxHQUFHLEVBQUUsQ0FBQyxHQUFHLFdBQVcsQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDM0QsTUFBTSxXQUFXLEdBQUcsT0FBTyxDQUFDLE9BQU8sQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsTUFBTSxHQUFHLFdBQVcsQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxNQUFNLENBQUM7UUFFaEcsSUFBSSxXQUFXLEdBQUcsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO1lBQy9CLEtBQUssQ0FBQyxjQUFjLEVBQUUsQ0FBQztZQUN2QixLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7WUFDeEIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDeEMsQ0FBQztJQUNMLENBQUM7SUFFTyxXQUFXLENBQUMsS0FBb0I7UUFDcEMsTUFBTSxJQUFJLEdBQUcsS0FBSyxDQUFDLElBQUksQ0FBQztRQUV4QixJQUFJLElBQUksS0FBSyxPQUFPLElBQUksSUFBSSxLQUFLLGdCQUFnQixFQUFFLENBQUM7WUFDaEQsSUFBSSxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7Z0JBQ3JCLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFVBQVUsR0FBRyxDQUFDLENBQUM7WUFDekMsQ0FBQztRQUNMLENBQUM7YUFBTSxJQUFJLElBQUksS0FBSyxPQUFPLElBQUksSUFBSSxLQUFLLFdBQVcsRUFBRSxDQUFDO1lBQ2xELElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQztRQUNyQyxDQUFDO0lBQ0wsQ0FBQztJQUdEOztPQUVHO0lBQ0ssZUFBZTtRQUNuQixJQUFJLENBQUMsT0FBTyxHQUFHO1lBQ1gsS0FBSyxFQUFFLElBQUksQ0FBQyxPQUFPO1lBQ25CLE9BQU8sRUFBRSxJQUFJLENBQUMsZ0JBQWdCO1lBQzlCLFNBQVMsRUFBRSxJQUFJLENBQUMsa0JBQWtCO1lBQ2xDLFNBQVMsRUFBRSxJQUFJLENBQUMsS0FBSyxJQUFJLENBQUM7WUFDMUIsTUFBTSxFQUFFLEVBQUU7WUFDVixNQUFNLEVBQUUsRUFBRTtZQUNWLGFBQWEsRUFBRSxJQUFJLENBQUMsYUFBYTtTQUNwQyxDQUFDO1FBQ0YsSUFBSSxDQUFDLGtCQUFrQixFQUFFLENBQUM7SUFDOUIsQ0FBQztJQUVEOztPQUVHO0lBQ0ssa0JBQWtCO1FBQ3RCLE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxNQUFNLElBQUksQ0FBQyxDQUFDO1FBQ3hELE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxrQkFBa0IsRUFBRSxNQUFNLElBQUksQ0FBQyxDQUFDO1FBRTFELElBQUksU0FBUyxHQUFHLElBQUksQ0FBQyxTQUFTLEdBQUcsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ2pFLFNBQVMsSUFBSSxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsSUFBSSxDQUFDLFNBQVMsR0FBRyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxHQUFHLENBQUMsQ0FBQyxHQUFHLFlBQVksQ0FBQztRQUVoRyxJQUFJLENBQUMsU0FBUyxHQUFHLFNBQVMsQ0FBQztJQUMvQixDQUFDO0lBRU8sZUFBZTtRQUNuQixJQUFJLENBQUMsYUFBYTthQUNiLFNBQVMsRUFBRTthQUNYLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQzthQUNiLFNBQVMsQ0FBQyxHQUFHLEVBQUU7WUFDWixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLGdCQUFnQixJQUFJLElBQUksQ0FBQyxhQUFhLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztZQUMxRixJQUFJLENBQUMsa0JBQWtCLEdBQUcsSUFBSSxDQUFDLGtCQUFrQixJQUFJLElBQUksQ0FBQyxhQUFhLENBQUMsb0JBQW9CLEVBQUUsQ0FBQztRQUNuRyxDQUFDLENBQUMsQ0FBQztJQUNYLENBQUM7d0dBL0lRLG9CQUFvQjs0RkFBcEIsb0JBQW9CLHFaQVJsQjtZQUNQO2dCQUNJLE9BQU8sRUFBRSxpQkFBaUI7Z0JBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsb0JBQW9CLENBQUM7Z0JBQ25ELEtBQUssRUFBRSxJQUFJO2FBQ2Q7U0FDSjs7NEZBRVEsb0JBQW9CO2tCQVZoQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxxQkFBcUI7b0JBQy9CLFNBQVMsRUFBRTt3QkFDUDs0QkFDSSxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxxQkFBcUIsQ0FBQzs0QkFDbkQsS0FBSyxFQUFFLElBQUk7eUJBQ2Q7cUJBQ0o7aUJBQ0o7eUlBR1UsU0FBUztzQkFEZixLQUFLO2dCQUlDLEtBQUs7c0JBRFgsS0FBSztnQkFJQyxnQkFBZ0I7c0JBRHRCLEtBQUs7Z0JBSUMsa0JBQWtCO3NCQUR4QixLQUFLO2dCQUlDLE9BQU87c0JBRGIsS0FBSztnQkFJQyxhQUFhO3NCQURuQixLQUFLO2dCQUtDLFdBQVc7c0JBRmpCLEtBQUs7O3NCQUNMLFdBQVc7dUJBQUMsa0JBQWtCO2dCQUl4QixTQUFTO3NCQURmLFdBQVc7dUJBQUMsZ0JBQWdCO2dCQUl0QixhQUFhO3NCQURuQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgICBEaXJlY3RpdmUsXG4gICAgRWxlbWVudFJlZixcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgZm9yd2FyZFJlZixcbiAgICBIb3N0QmluZGluZyxcbiAgICBIb3N0TGlzdGVuZXIsXG4gICAgSW5wdXQsXG4gICAgS2V5VmFsdWVEaWZmZXJzLFxuICAgIE9uQ2hhbmdlcyxcbiAgICBPbkRlc3Ryb3ksXG4gICAgT25Jbml0LFxuICAgIE91dHB1dCxcbiAgICBTaW1wbGVDaGFuZ2VzLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgTG9jYWxlU2VydmljZSB9IGZyb20gJ0BzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHMvbG9jYWxlJztcblxuaW1wb3J0IHsgQ3VycmVuY3lNYXNrRGlyZWN0aXZlLCBDdXJyZW5jeU1hc2tDb25maWcgfSBmcm9tICduZzItY3VycmVuY3ktbWFzayc7XG5pbXBvcnQgeyBmaXJzdCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcblxuLyoqXG4gKiBAZGVwcmVjYXRlZCBTaG91bGQgdXNlICdBbGlnbm1lbnRPcHRpb25zJyBmcm9tIEBzZW5pb3JzaXN0ZW1hcy9uZzItY3VycmVuY3ktbWFzayBpbnN0ZWFkXG4gKi9cbmV4cG9ydCBlbnVtIE51bWJlckFsaWdubWVudE9wdGlvbiB7XG4gICAgUklHSFQgPSAncmlnaHQnLFxuICAgIExFRlQgPSAnbGVmdCcsXG59XG5cbi8qKlxuICogQGRlcHJlY2F0ZWQgU2hvdWxkIHVzZSBCaWdOdW1iZXJJbnB1dCBkaXJlY3RpdmUgaW5zdGVhZFxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ2lucHV0W3NOdW1iZXJJbnB1dF0nLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICAgICAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IE51bWJlcklucHV0RGlyZWN0aXZlKSxcbiAgICAgICAgICAgIG11bHRpOiB0cnVlLFxuICAgICAgICB9LFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIE51bWJlcklucHV0RGlyZWN0aXZlIGV4dGVuZHMgQ3VycmVuY3lNYXNrRGlyZWN0aXZlIGltcGxlbWVudHMgT25Jbml0LCBPbkNoYW5nZXMsIE9uRGVzdHJveSB7XG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgcHJlY2lzaW9uID0gMTU7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBzY2FsZSA9IDA7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBkZWNpbWFsU2VwYXJhdG9yPzogc3RyaW5nO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgdGhvdXNhbmRzU2VwYXJhdG9yPzogc3RyaW5nO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgYWxpZ25UbyA9IE51bWJlckFsaWdubWVudE9wdGlvbi5MRUZUO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgYWxsb3dOZWdhdGl2ZSA9IHRydWU7XG5cbiAgICBASW5wdXQoKVxuICAgIEBIb3N0QmluZGluZygnYXR0ci5wbGFjZWhvbGRlcicpXG4gICAgcHVibGljIHBsYWNlaG9sZGVyPzogc3RyaW5nO1xuXG4gICAgQEhvc3RCaW5kaW5nKCdhdHRyLm1heExlbmd0aCcpXG4gICAgcHVibGljIG1heExlbmd0aD86IG51bWJlcjtcblxuICAgIEBPdXRwdXQoKVxuICAgIHB1YmxpYyBwYXN0ZVJlamVjdGVkID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG5cbiAgICBwcml2YXRlIHBhc3RlTGlzdGVuZXI6IGFueTtcbiAgICBwcml2YXRlIF9tYXhMZW5ndGggPSAwO1xuXG4gICAgcHJpdmF0ZSBrZXlwcmVzc0xpc3RlbmVyOiBhbnk7XG5cblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIHJlYWRvbmx5IF9lbGVtZW50UmVmOiBFbGVtZW50UmVmLFxuICAgICAgICBfa2V5VmFsdWVEaWZmZXJzOiBLZXlWYWx1ZURpZmZlcnMsXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgbG9jYWxlU2VydmljZTogTG9jYWxlU2VydmljZSxcbiAgICApIHtcbiAgICAgICAgc3VwZXIoe30gYXMgQ3VycmVuY3lNYXNrQ29uZmlnLCBfZWxlbWVudFJlZiwgX2tleVZhbHVlRGlmZmVycyk7XG5cbiAgICAgICAgdGhpcy5vbkxvY2FsZVNlcnZpY2UoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgb3ZlcnJpZGUgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMudXBkYXRlVmFyaWFibGVzKCk7XG5cbiAgICAgICAgc3VwZXIubmdPbkluaXQoKTtcbiAgICAgICAgdGhpcy5wYXN0ZUxpc3RlbmVyID0gdGhpcy5fb25QYXN0ZS5iaW5kKHRoaXMpO1xuICAgICAgICB0aGlzLl9lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcihcInBhc3RlXCIsIHRoaXMucGFzdGVMaXN0ZW5lcik7XG5cbiAgICAgICAgdGhpcy5rZXlwcmVzc0xpc3RlbmVyID0gdGhpcy5fb25LZXlwcmVzcy5iaW5kKHRoaXMpO1xuICAgICAgICB0aGlzLl9lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcihcImtleXByZXNzXCIsIHRoaXMua2V5cHJlc3NMaXN0ZW5lcik7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgcGxhY2Vob2xkZXJDaGFuZ2UgPSBjaGFuZ2VzWydwbGFjZWhvbGRlciddICYmIGNoYW5nZXNbJ3BsYWNlaG9sZGVyJ10uY3VycmVudFZhbHVlO1xuICAgICAgICBpZiAoIXBsYWNlaG9sZGVyQ2hhbmdlICYmIHRoaXMuc2NhbGUpXG4gICAgICAgICAgICB0aGlzLnBsYWNlaG9sZGVyID0gYDAke3RoaXMuZGVjaW1hbFNlcGFyYXRvcn0keycnLnBhZEVuZCh0aGlzLnNjYWxlLCAnMCcpfWA7XG5cbiAgICAgICAgaWYgKFxuICAgICAgICAgICAgY2hhbmdlc1snc2NhbGUnXSB8fFxuICAgICAgICAgICAgY2hhbmdlc1snZGVjaW1hbFNlcGFyYXRvciddIHx8XG4gICAgICAgICAgICBjaGFuZ2VzWyd0aG91c2FuZHNTZXBhcmF0b3InXSB8fFxuICAgICAgICAgICAgY2hhbmdlc1snYWxpZ25UbyddIHx8XG4gICAgICAgICAgICBjaGFuZ2VzWydwcmVjaXNpb24nXSB8fFxuICAgICAgICAgICAgY2hhbmdlc1snYWxsb3dOZWdhdGl2ZSddXG4gICAgICAgICkge1xuICAgICAgICAgICAgdGhpcy51cGRhdGVWYXJpYWJsZXMoKTtcbiAgICAgICAgfVxuICAgIH1cblxuXG4gICAgcHVibGljIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLl9lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQucmVtb3ZlRXZlbnRMaXN0ZW5lcihcInBhc3RlXCIsIHRoaXMucGFzdGVMaXN0ZW5lcik7XG4gICAgICAgIHRoaXMuX2VsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5yZW1vdmVFdmVudExpc3RlbmVyKFwia2V5cHJlc3NcIiwgdGhpcy5rZXlwcmVzc0xpc3RlbmVyKTtcblxuICAgIH1cblxuICAgIHByaXZhdGUgX29uUGFzdGUoZXZlbnQ6IENsaXBib2FyZEV2ZW50KTogdm9pZCB7XG4gICAgICAgIGNvbnN0IHBhc3RlZFRleHQgPSBldmVudC5jbGlwYm9hcmREYXRhPy5nZXREYXRhKFwidGV4dFwiKSA/PyBcIlwiO1xuICAgICAgICBjb25zdCBudW1lcmljVGV4dCA9IHBhc3RlZFRleHQucmVwbGFjZShuZXcgUmVnRXhwKGBcXFxcJHt0aGlzLnRob3VzYW5kc1NlcGFyYXRvcn1gLCBcImdcIiksIFwiXCIpLnJlcGxhY2UodGhpcy5kZWNpbWFsU2VwYXJhdG9yIGFzIHN0cmluZywgXCIuXCIpO1xuICAgICAgICBjb25zdCBbaW50UGFydCwgZGVjaW1hbFBhcnQgPSBcIlwiXSA9IG51bWVyaWNUZXh0LnNwbGl0KFwiLlwiKTtcbiAgICAgICAgY29uc3QgdG90YWxEaWdpdHMgPSBpbnRQYXJ0LnJlcGxhY2UoL1xcRC9nLCBcIlwiKS5sZW5ndGggKyBkZWNpbWFsUGFydC5zbGljZSgwLCB0aGlzLnNjYWxlKS5sZW5ndGg7XG5cbiAgICAgICAgaWYgKHRvdGFsRGlnaXRzID4gdGhpcy5wcmVjaXNpb24pIHtcbiAgICAgICAgICAgIGV2ZW50LnByZXZlbnREZWZhdWx0KCk7XG4gICAgICAgICAgICBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcbiAgICAgICAgICAgIHRoaXMucGFzdGVSZWplY3RlZC5lbWl0KHBhc3RlZFRleHQpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBfb25LZXlwcmVzcyhldmVudDogS2V5Ym9hcmRFdmVudCk6IHZvaWQge1xuICAgICAgICBjb25zdCBjb2RlID0gZXZlbnQuY29kZTtcblxuICAgICAgICBpZiAoY29kZSA9PT0gXCJNaW51c1wiIHx8IGNvZGUgPT09IFwiTnVtcGFkU3VidHJhY3RcIikge1xuICAgICAgICAgICAgaWYgKHRoaXMuYWxsb3dOZWdhdGl2ZSkge1xuICAgICAgICAgICAgICAgIHRoaXMubWF4TGVuZ3RoID0gdGhpcy5fbWF4TGVuZ3RoICsgMTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSBlbHNlIGlmIChjb2RlID09PSBcIkVxdWFsXCIgfHwgY29kZSA9PT0gXCJOdW1wYWRBZGRcIikge1xuICAgICAgICAgICAgdGhpcy5tYXhMZW5ndGggPSB0aGlzLl9tYXhMZW5ndGg7XG4gICAgICAgIH1cbiAgICB9XG5cblxuICAgIC8qKlxuICAgICAqIFVwZGF0ZSB0aGUgb3B0aW9ucyB2YWx1ZXMgYWNjb3JkaW5nIHRvIHRoZSBkaXJlY3RpdmUgaW5wdXQgdmFsdWVzLlxuICAgICAqL1xuICAgIHByaXZhdGUgdXBkYXRlVmFyaWFibGVzKCk6IHZvaWQge1xuICAgICAgICB0aGlzLm9wdGlvbnMgPSB7XG4gICAgICAgICAgICBhbGlnbjogdGhpcy5hbGlnblRvLFxuICAgICAgICAgICAgZGVjaW1hbDogdGhpcy5kZWNpbWFsU2VwYXJhdG9yLFxuICAgICAgICAgICAgdGhvdXNhbmRzOiB0aGlzLnRob3VzYW5kc1NlcGFyYXRvcixcbiAgICAgICAgICAgIHByZWNpc2lvbjogdGhpcy5zY2FsZSB8fCAwLFxuICAgICAgICAgICAgcHJlZml4OiAnJyxcbiAgICAgICAgICAgIHN1ZmZpeDogJycsXG4gICAgICAgICAgICBhbGxvd05lZ2F0aXZlOiB0aGlzLmFsbG93TmVnYXRpdmUsXG4gICAgICAgIH07XG4gICAgICAgIHRoaXMuY2FsY3VsYXRlTWF4TGVuZ3RoKCk7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogUmVzcG9uc2libGUgdG8gY2FsY3VsYXRlIHRoZSBmaWVsZCBtYXhpbXVtIGxlbmd0aCBjb25zaWRlcmluZyB0aGUgc2VwYXJhdG9ycy5cbiAgICAgKi9cbiAgICBwcml2YXRlIGNhbGN1bGF0ZU1heExlbmd0aCgpOiB2b2lkIHtcbiAgICAgICAgY29uc3QgZGVjU2VwTGVuZ3RoID0gdGhpcy5kZWNpbWFsU2VwYXJhdG9yPy5sZW5ndGggPz8gMDtcbiAgICAgICAgY29uc3QgdGhvU2VwTGVuZ3RoID0gdGhpcy50aG91c2FuZHNTZXBhcmF0b3I/Lmxlbmd0aCA/PyAwO1xuXG4gICAgICAgIGxldCBtYXhMZW5ndGggPSB0aGlzLnByZWNpc2lvbiArICh0aGlzLnNjYWxlID8gZGVjU2VwTGVuZ3RoIDogMCk7XG4gICAgICAgIG1heExlbmd0aCArPSBNYXRoLmNlaWwoKHRoaXMucHJlY2lzaW9uIC0gKHRoaXMuc2NhbGUgPyB0aGlzLnNjYWxlIDogMCkpIC8gMyAtIDEpICogdGhvU2VwTGVuZ3RoO1xuXG4gICAgICAgIHRoaXMubWF4TGVuZ3RoID0gbWF4TGVuZ3RoO1xuICAgIH1cblxuICAgIHByaXZhdGUgb25Mb2NhbGVTZXJ2aWNlKCk6IHZvaWQge1xuICAgICAgICB0aGlzLmxvY2FsZVNlcnZpY2VcbiAgICAgICAgICAgIC5nZXRMb2NhbGUoKVxuICAgICAgICAgICAgLnBpcGUoZmlyc3QoKSlcbiAgICAgICAgICAgIC5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgICAgICAgICAgIHRoaXMuZGVjaW1hbFNlcGFyYXRvciA9IHRoaXMuZGVjaW1hbFNlcGFyYXRvciA/PyB0aGlzLmxvY2FsZVNlcnZpY2UuZ2V0RGVjaW1hbFNlcGFyYXRvcigpO1xuICAgICAgICAgICAgICAgIHRoaXMudGhvdXNhbmRzU2VwYXJhdG9yID0gdGhpcy50aG91c2FuZHNTZXBhcmF0b3IgPz8gdGhpcy5sb2NhbGVTZXJ2aWNlLmdldEdyb3VwaW5nU2VwYXJhdG9yKCk7XG4gICAgICAgICAgICB9KTtcbiAgICB9XG59XG4iXX0=
@@ -1,21 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { NumberInputDirective } from './number-input.directive';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * @deprecated Should use 'BignumberInputModule' instead
7
- */
8
- export class NumberInputModule {
9
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumberInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: NumberInputModule, declarations: [NumberInputDirective], imports: [CommonModule], exports: [NumberInputDirective] });
11
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumberInputModule, imports: [CommonModule] });
12
- }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumberInputModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- imports: [CommonModule],
17
- declarations: [NumberInputDirective],
18
- exports: [NumberInputDirective],
19
- }]
20
- }] });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnVtYmVyLWlucHV0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItY29tcG9uZW50cy9udW1iZXItaW5wdXQvc3JjL2xpYi9udW1iZXItaW5wdXQvbnVtYmVyLWlucHV0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFFaEU7O0dBRUc7QUFNSCxNQUFNLE9BQU8saUJBQWlCO3dHQUFqQixpQkFBaUI7eUdBQWpCLGlCQUFpQixpQkFIWCxvQkFBb0IsYUFEekIsWUFBWSxhQUVaLG9CQUFvQjt5R0FFckIsaUJBQWlCLFlBSmhCLFlBQVk7OzRGQUliLGlCQUFpQjtrQkFMN0IsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRSxDQUFDLG9CQUFvQixDQUFDO29CQUNwQyxPQUFPLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgTnVtYmVySW5wdXREaXJlY3RpdmUgfSBmcm9tICcuL251bWJlci1pbnB1dC5kaXJlY3RpdmUnO1xuXG4vKipcbiAqIEBkZXByZWNhdGVkIFNob3VsZCB1c2UgJ0JpZ251bWJlcklucHV0TW9kdWxlJyBpbnN0ZWFkXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbTnVtYmVySW5wdXREaXJlY3RpdmVdLFxuICAgIGV4cG9ydHM6IFtOdW1iZXJJbnB1dERpcmVjdGl2ZV0sXG59KVxuZXhwb3J0IGNsYXNzIE51bWJlcklucHV0TW9kdWxlIHt9XG4iXX0=
@@ -1,3 +0,0 @@
1
- export * from './lib/number-input/number-input.directive';
2
- export * from './lib/number-input/number-input.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItY29tcG9uZW50cy9udW1iZXItaW5wdXQvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLHdDQUF3QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saWIvbnVtYmVyLWlucHV0L251bWJlci1pbnB1dC5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbnVtYmVyLWlucHV0L251bWJlci1pbnB1dC5tb2R1bGUnO1xuIl19
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public-api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VuaW9yc2lzdGVtYXMtYW5ndWxhci1jb21wb25lbnRzLW51bWJlci1pbnB1dC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItY29tcG9uZW50cy9udW1iZXItaW5wdXQvc3JjL3NlbmlvcnNpc3RlbWFzLWFuZ3VsYXItY29tcG9uZW50cy1udW1iZXItaW5wdXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
@@ -1,18 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { NumericPipe } from '../lib/numeric.pipe';
4
- import * as i0 from "@angular/core";
5
- export class NumericModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: NumericModule, declarations: [NumericPipe], imports: [CommonModule], exports: [NumericPipe] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericModule, imports: [CommonModule] });
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- imports: [CommonModule],
14
- declarations: [NumericPipe],
15
- exports: [NumericPipe],
16
- }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnVtZXJpYy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLWNvbXBvbmVudHMvbnVtZXJpYy9zcmMvbGliL251bWVyaWMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7QUFPbEQsTUFBTSxPQUFPLGFBQWE7d0dBQWIsYUFBYTt5R0FBYixhQUFhLGlCQUhQLFdBQVcsYUFEaEIsWUFBWSxhQUVaLFdBQVc7eUdBRVosYUFBYSxZQUpaLFlBQVk7OzRGQUliLGFBQWE7a0JBTHpCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUUsQ0FBQyxXQUFXLENBQUM7b0JBQzNCLE9BQU8sRUFBRSxDQUFDLFdBQVcsQ0FBQztpQkFDekIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBOdW1lcmljUGlwZSB9IGZyb20gJy4uL2xpYi9udW1lcmljLnBpcGUnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxyXG4gICAgZGVjbGFyYXRpb25zOiBbTnVtZXJpY1BpcGVdLFxyXG4gICAgZXhwb3J0czogW051bWVyaWNQaXBlXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIE51bWVyaWNNb2R1bGUge31cclxuIl19
@@ -1,29 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import { of } from 'rxjs';
3
- import { map } from 'rxjs/operators';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "./numeric.service";
6
- import * as i2 from "@seniorsistemas/angular-components/locale";
7
- export class NumericPipe {
8
- numericService;
9
- localeService;
10
- constructor(numericService, localeService) {
11
- this.numericService = numericService;
12
- this.localeService = localeService;
13
- }
14
- transform(value, options) {
15
- return options?.locale
16
- ? of(this.numericService.instant(value, options))
17
- : this.localeService.getLocale().pipe(map((locale) => this.numericService.instant(value, {
18
- locale,
19
- numberFormatOptions: options?.numberFormatOptions,
20
- })));
21
- }
22
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericPipe, deps: [{ token: i1.NumericService }, { token: i2.LocaleService }], target: i0.ɵɵFactoryTarget.Pipe });
23
- static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: NumericPipe, name: "numeric" });
24
- }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericPipe, decorators: [{
26
- type: Pipe,
27
- args: [{ name: 'numeric' }]
28
- }], ctorParameters: () => [{ type: i1.NumericService }, { type: i2.LocaleService }] });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnVtZXJpYy5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1jb21wb25lbnRzL251bWVyaWMvc3JjL2xpYi9udW1lcmljLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7QUFHcEQsT0FBTyxFQUFFLEVBQUUsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUMxQixPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7QUFJckMsTUFBTSxPQUFPLFdBQVc7SUFFQztJQUNBO0lBRnJCLFlBQ3FCLGNBQThCLEVBQzlCLGFBQTRCO1FBRDVCLG1CQUFjLEdBQWQsY0FBYyxDQUFnQjtRQUM5QixrQkFBYSxHQUFiLGFBQWEsQ0FBZTtJQUM5QyxDQUFDO0lBRUosU0FBUyxDQUNMLEtBQWtDLEVBQ2xDLE9BR0M7UUFFRCxPQUFPLE9BQU8sRUFBRSxNQUFNO1lBQ2xCLENBQUMsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLE9BQU8sQ0FBQyxDQUFDO1lBQ2pELENBQUMsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLFNBQVMsRUFBRSxDQUFDLElBQUksQ0FDL0IsR0FBRyxDQUFDLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FDWCxJQUFJLENBQUMsY0FBYyxDQUFDLE9BQU8sQ0FBQyxLQUFLLEVBQUU7Z0JBQy9CLE1BQU07Z0JBQ04sbUJBQW1CLEVBQUUsT0FBTyxFQUFFLG1CQUFtQjthQUNwRCxDQUFDLENBQ0wsQ0FDSixDQUFDO0lBQ1osQ0FBQzt3R0F2QlEsV0FBVztzR0FBWCxXQUFXOzs0RkFBWCxXQUFXO2tCQUR2QixJQUFJO21CQUFDLEVBQUUsSUFBSSxFQUFFLFNBQVMsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IExvY2FsZVNlcnZpY2UgfSBmcm9tICdAc2VuaW9yc2lzdGVtYXMvYW5ndWxhci1jb21wb25lbnRzL2xvY2FsZSc7XG5pbXBvcnQgQmlnTnVtYmVyIGZyb20gJ2JpZ251bWJlci5qcyc7XG5pbXBvcnQgeyBvZiB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgbWFwIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuaW1wb3J0IHsgTnVtZXJpY1NlcnZpY2UgfSBmcm9tICcuL251bWVyaWMuc2VydmljZSc7XG5cbkBQaXBlKHsgbmFtZTogJ251bWVyaWMnIH0pXG5leHBvcnQgY2xhc3MgTnVtZXJpY1BpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgcHJpdmF0ZSByZWFkb25seSBudW1lcmljU2VydmljZTogTnVtZXJpY1NlcnZpY2UsXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgbG9jYWxlU2VydmljZTogTG9jYWxlU2VydmljZSxcbiAgICApIHt9XG5cbiAgICB0cmFuc2Zvcm0oXG4gICAgICAgIHZhbHVlOiBudW1iZXIgfCBzdHJpbmcgfCBCaWdOdW1iZXIsXG4gICAgICAgIG9wdGlvbnM/OiB7XG4gICAgICAgICAgICBsb2NhbGU/OiBzdHJpbmc7XG4gICAgICAgICAgICBudW1iZXJGb3JtYXRPcHRpb25zPzogSW50bC5OdW1iZXJGb3JtYXRPcHRpb25zO1xuICAgICAgICB9LFxuICAgICkge1xuICAgICAgICByZXR1cm4gb3B0aW9ucz8ubG9jYWxlXG4gICAgICAgICAgICA/IG9mKHRoaXMubnVtZXJpY1NlcnZpY2UuaW5zdGFudCh2YWx1ZSwgb3B0aW9ucykpXG4gICAgICAgICAgICA6IHRoaXMubG9jYWxlU2VydmljZS5nZXRMb2NhbGUoKS5waXBlKFxuICAgICAgICAgICAgICAgICAgbWFwKChsb2NhbGUpID0+XG4gICAgICAgICAgICAgICAgICAgICAgdGhpcy5udW1lcmljU2VydmljZS5pbnN0YW50KHZhbHVlLCB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgIGxvY2FsZSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgbnVtYmVyRm9ybWF0T3B0aW9uczogb3B0aW9ucz8ubnVtYmVyRm9ybWF0T3B0aW9ucyxcbiAgICAgICAgICAgICAgICAgICAgICB9KSxcbiAgICAgICAgICAgICAgICAgICksXG4gICAgICAgICAgICAgICk7XG4gICAgfVxufVxuXG4iXX0=
@@ -1,92 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import { currencies } from '@seniorsistemas/angular-components/currency';
3
- import { isNullOrUndefined } from '@seniorsistemas/angular-components/utils';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@seniorsistemas/angular-components/locale";
6
- export class NumericService {
7
- localeService;
8
- constructor(localeService) {
9
- this.localeService = localeService;
10
- }
11
- /**
12
- * Wrapper around Intl.NumberFormat that returns the localized value using the user's locale by default(platform's preferential language).
13
- * This method should only be used after the localeService has been initialized by the host application, either by a resolver or a manual call.
14
- * Can be overwritten by the provided Intl.NumberFormatOptions.
15
- * Documentation is available at {@link https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat Intl.NumberFormatOptions}.
16
- * @param {number | string | BigNumber} value The value to be formatted.
17
- * @param options Locale and numberFormatOptions that overwrites the default Intl.NumberFormatOptions.
18
- * @return `string` The formatted value.
19
- */
20
- instant(value, options) {
21
- if (isNullOrUndefined(value))
22
- return null;
23
- options = {
24
- ...options,
25
- locale: options?.locale ?? this.localeService.getLocaleOptions()?.locale ?? 'pt-BR',
26
- numberFormatOptions: {
27
- useGrouping: true,
28
- ...options?.numberFormatOptions,
29
- currency: options?.numberFormatOptions?.style === 'currency'
30
- ? (options?.numberFormatOptions?.currency ?? 'BRL')
31
- : undefined,
32
- currencyDisplay: options?.numberFormatOptions?.style === 'currency'
33
- ? (options?.numberFormatOptions?.currencyDisplay ?? 'narrowSymbol')
34
- : undefined,
35
- minimumFractionDigits: (options?.numberFormatOptions?.minimumFractionDigits ?? options?.numberFormatOptions?.currency)
36
- ? (this.getCurrencyMinimumFractionDigits(options?.numberFormatOptions?.currency) ??
37
- undefined)
38
- : undefined,
39
- roundingMode: 'trunc',
40
- },
41
- };
42
- // From https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat
43
- return new Intl.NumberFormat(options.locale, options.numberFormatOptions).format(this.getType(value) === 'number' || this.getType(value) === 'string'
44
- ? value
45
- : value.toString());
46
- }
47
- getCurrencyMinimumFractionDigits(currency) {
48
- if (!currency)
49
- return null;
50
- return currencies[currency]?.scale;
51
- }
52
- getType(value) {
53
- // From https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof
54
- if (value === null)
55
- return 'null';
56
- if (value === undefined)
57
- return 'undefined';
58
- const baseType = typeof value;
59
- // Primitive types
60
- if (baseType !== 'object' && baseType !== 'function') {
61
- return baseType;
62
- }
63
- // Symbol.toStringTag often specifies the "display name" of the
64
- // object's class. It's used in Object.prototype.toString().
65
- const tag = value[Symbol.toStringTag];
66
- if (typeof tag === 'string') {
67
- return tag;
68
- }
69
- // If it's a function whose source code starts with the "class" keyword
70
- if (baseType === 'function' && Function.prototype.toString.call(value).startsWith('class')) {
71
- return 'class';
72
- }
73
- // The name of the constructor; for example `Array`, `GeneratorFunction`,
74
- // `Number`, `String`, `Boolean` or `MyCustomClass`
75
- const className = value.constructor.name;
76
- if (typeof className === 'string' && className !== '') {
77
- return className;
78
- }
79
- // At this point there's no robust way to get the type of value,
80
- // so we use the base implementation.
81
- return baseType;
82
- }
83
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericService, deps: [{ token: i1.LocaleService }], target: i0.ɵɵFactoryTarget.Injectable });
84
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericService, providedIn: 'root' });
85
- }
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericService, decorators: [{
87
- type: Injectable,
88
- args: [{
89
- providedIn: 'root',
90
- }]
91
- }], ctorParameters: () => [{ type: i1.LocaleService }] });
92
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnVtZXJpYy5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1jb21wb25lbnRzL251bWVyaWMvc3JjL2xpYi9udW1lcmljLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQUUsVUFBVSxFQUFZLE1BQU0sNkNBQTZDLENBQUM7QUFFbkYsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sMENBQTBDLENBQUM7OztBQU03RSxNQUFNLE9BQU8sY0FBYztJQUNNO0lBQTdCLFlBQTZCLGFBQTRCO1FBQTVCLGtCQUFhLEdBQWIsYUFBYSxDQUFlO0lBQUcsQ0FBQztJQUU3RDs7Ozs7Ozs7T0FRRztJQUNILE9BQU8sQ0FDSCxLQUFrQyxFQUNsQyxPQUdDO1FBRUQsSUFBSSxpQkFBaUIsQ0FBQyxLQUFLLENBQUM7WUFBRSxPQUFPLElBQUksQ0FBQztRQUUxQyxPQUFPLEdBQUc7WUFDTixHQUFHLE9BQU87WUFDVixNQUFNLEVBQUUsT0FBTyxFQUFFLE1BQU0sSUFBSSxJQUFJLENBQUMsYUFBYSxDQUFDLGdCQUFnQixFQUFFLEVBQUUsTUFBTSxJQUFJLE9BQU87WUFDbkYsbUJBQW1CLEVBQUU7Z0JBQ2pCLFdBQVcsRUFBRSxJQUFJO2dCQUNqQixHQUFHLE9BQU8sRUFBRSxtQkFBbUI7Z0JBQy9CLFFBQVEsRUFDSixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsS0FBSyxLQUFLLFVBQVU7b0JBQzlDLENBQUMsQ0FBQyxDQUFDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxRQUFRLElBQUksS0FBSyxDQUFDO29CQUNuRCxDQUFDLENBQUMsU0FBUztnQkFDbkIsZUFBZSxFQUNYLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxLQUFLLEtBQUssVUFBVTtvQkFDOUMsQ0FBQyxDQUFDLENBQUMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLGVBQWUsSUFBSSxjQUFjLENBQUM7b0JBQ25FLENBQUMsQ0FBQyxTQUFTO2dCQUNuQixxQkFBcUIsRUFDakIsQ0FBQyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUscUJBQXFCLElBQUksT0FBTyxFQUFFLG1CQUFtQixFQUFFLFFBQVEsQ0FBQztvQkFDM0YsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGdDQUFnQyxDQUFDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxRQUFxQixDQUFDO3dCQUMzRixTQUFTLENBQUM7b0JBQ1osQ0FBQyxDQUFDLFNBQVM7Z0JBQ25CLFlBQVksRUFBRSxPQUFPO2FBQ3hCO1NBQ0osQ0FBQztRQUVGLDBHQUEwRztRQUMxRyxPQUFPLElBQUksSUFBSSxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsTUFBTSxFQUFFLE9BQU8sQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLE1BQU0sQ0FDNUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsS0FBSyxRQUFRLElBQUksSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsS0FBSyxRQUFRO1lBQ2hFLENBQUMsQ0FBQyxLQUFLO1lBQ1AsQ0FBQyxDQUFHLEtBQW1CLENBQUMsUUFBUSxFQUFVLENBQ2pELENBQUM7SUFDTixDQUFDO0lBRU8sZ0NBQWdDLENBQUMsUUFBa0I7UUFDdkQsSUFBSSxDQUFDLFFBQVE7WUFBRSxPQUFPLElBQUksQ0FBQztRQUUzQixPQUFPLFVBQVUsQ0FBQyxRQUFRLENBQUMsRUFBRSxLQUFLLENBQUM7SUFDdkMsQ0FBQztJQUVPLE9BQU8sQ0FBQyxLQUFVO1FBQ3RCLDBGQUEwRjtRQUUxRixJQUFJLEtBQUssS0FBSyxJQUFJO1lBQUUsT0FBTyxNQUFNLENBQUM7UUFDbEMsSUFBSSxLQUFLLEtBQUssU0FBUztZQUFFLE9BQU8sV0FBVyxDQUFDO1FBRTVDLE1BQU0sUUFBUSxHQUFHLE9BQU8sS0FBSyxDQUFDO1FBRTlCLGtCQUFrQjtRQUNsQixJQUFJLFFBQVEsS0FBSyxRQUFRLElBQUksUUFBUSxLQUFLLFVBQVUsRUFBRSxDQUFDO1lBQ25ELE9BQU8sUUFBUSxDQUFDO1FBQ3BCLENBQUM7UUFFRCwrREFBK0Q7UUFDL0QsNERBQTREO1FBQzVELE1BQU0sR0FBRyxHQUFHLEtBQUssQ0FBQyxNQUFNLENBQUMsV0FBVyxDQUFDLENBQUM7UUFFdEMsSUFBSSxPQUFPLEdBQUcsS0FBSyxRQUFRLEVBQUUsQ0FBQztZQUMxQixPQUFPLEdBQUcsQ0FBQztRQUNmLENBQUM7UUFFRCx1RUFBdUU7UUFDdkUsSUFBSSxRQUFRLEtBQUssVUFBVSxJQUFJLFFBQVEsQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQztZQUN6RixPQUFPLE9BQU8sQ0FBQztRQUNuQixDQUFDO1FBRUQseUVBQXlFO1FBQ3pFLG1EQUFtRDtRQUNuRCxNQUFNLFNBQVMsR0FBRyxLQUFLLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQztRQUV6QyxJQUFJLE9BQU8sU0FBUyxLQUFLLFFBQVEsSUFBSSxTQUFTLEtBQUssRUFBRSxFQUFFLENBQUM7WUFDcEQsT0FBTyxTQUFTLENBQUM7UUFDckIsQ0FBQztRQUVELGdFQUFnRTtRQUNoRSxxQ0FBcUM7UUFDckMsT0FBTyxRQUFRLENBQUM7SUFDcEIsQ0FBQzt3R0EvRlEsY0FBYzs0R0FBZCxjQUFjLGNBRlgsTUFBTTs7NEZBRVQsY0FBYztrQkFIMUIsVUFBVTttQkFBQztvQkFDUixVQUFVLEVBQUUsTUFBTTtpQkFDckIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBjdXJyZW5jaWVzLCBDdXJyZW5jeSB9IGZyb20gJ0BzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHMvY3VycmVuY3knO1xuaW1wb3J0IHsgTG9jYWxlU2VydmljZSB9IGZyb20gJ0BzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHMvbG9jYWxlJztcbmltcG9ydCB7IGlzTnVsbE9yVW5kZWZpbmVkIH0gZnJvbSAnQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50cy91dGlscyc7XG5pbXBvcnQgQmlnTnVtYmVyIGZyb20gJ2JpZ251bWJlci5qcyc7XG5cbkBJbmplY3RhYmxlKHtcbiAgICBwcm92aWRlZEluOiAncm9vdCcsXG59KVxuZXhwb3J0IGNsYXNzIE51bWVyaWNTZXJ2aWNlIHtcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IGxvY2FsZVNlcnZpY2U6IExvY2FsZVNlcnZpY2UpIHt9XG5cbiAgICAvKipcbiAgICAgKiBXcmFwcGVyIGFyb3VuZCBJbnRsLk51bWJlckZvcm1hdCB0aGF0IHJldHVybnMgdGhlIGxvY2FsaXplZCB2YWx1ZSB1c2luZyB0aGUgdXNlcidzIGxvY2FsZSBieSBkZWZhdWx0KHBsYXRmb3JtJ3MgcHJlZmVyZW50aWFsIGxhbmd1YWdlKS5cbiAgICAgKiBUaGlzIG1ldGhvZCBzaG91bGQgb25seSBiZSB1c2VkIGFmdGVyIHRoZSBsb2NhbGVTZXJ2aWNlIGhhcyBiZWVuIGluaXRpYWxpemVkIGJ5IHRoZSBob3N0IGFwcGxpY2F0aW9uLCBlaXRoZXIgYnkgYSByZXNvbHZlciBvciBhIG1hbnVhbCBjYWxsLlxuICAgICAqIENhbiBiZSBvdmVyd3JpdHRlbiBieSB0aGUgcHJvdmlkZWQgSW50bC5OdW1iZXJGb3JtYXRPcHRpb25zLlxuICAgICAqIERvY3VtZW50YXRpb24gaXMgYXZhaWxhYmxlIGF0IHtAbGluayBodHRwczovL2RldmVsb3Blci5tb3ppbGxhLm9yZy9wdC1CUi9kb2NzL1dlYi9KYXZhU2NyaXB0L1JlZmVyZW5jZS9HbG9iYWxfT2JqZWN0cy9JbnRsL051bWJlckZvcm1hdCBJbnRsLk51bWJlckZvcm1hdE9wdGlvbnN9LlxuICAgICAqIEBwYXJhbSB7bnVtYmVyIHwgc3RyaW5nIHwgQmlnTnVtYmVyfSB2YWx1ZSBUaGUgdmFsdWUgdG8gYmUgZm9ybWF0dGVkLlxuICAgICAqIEBwYXJhbSBvcHRpb25zIExvY2FsZSBhbmQgbnVtYmVyRm9ybWF0T3B0aW9ucyB0aGF0IG92ZXJ3cml0ZXMgdGhlIGRlZmF1bHQgSW50bC5OdW1iZXJGb3JtYXRPcHRpb25zLlxuICAgICAqIEByZXR1cm4gYHN0cmluZ2AgVGhlIGZvcm1hdHRlZCB2YWx1ZS5cbiAgICAgKi9cbiAgICBpbnN0YW50KFxuICAgICAgICB2YWx1ZTogbnVtYmVyIHwgc3RyaW5nIHwgQmlnTnVtYmVyLFxuICAgICAgICBvcHRpb25zPzoge1xuICAgICAgICAgICAgbG9jYWxlPzogc3RyaW5nO1xuICAgICAgICAgICAgbnVtYmVyRm9ybWF0T3B0aW9ucz86IEludGwuTnVtYmVyRm9ybWF0T3B0aW9ucztcbiAgICAgICAgfSxcbiAgICApOiBzdHJpbmcgfCBudWxsIHtcbiAgICAgICAgaWYgKGlzTnVsbE9yVW5kZWZpbmVkKHZhbHVlKSkgcmV0dXJuIG51bGw7XG5cbiAgICAgICAgb3B0aW9ucyA9IHtcbiAgICAgICAgICAgIC4uLm9wdGlvbnMsXG4gICAgICAgICAgICBsb2NhbGU6IG9wdGlvbnM/LmxvY2FsZSA/PyB0aGlzLmxvY2FsZVNlcnZpY2UuZ2V0TG9jYWxlT3B0aW9ucygpPy5sb2NhbGUgPz8gJ3B0LUJSJyxcbiAgICAgICAgICAgIG51bWJlckZvcm1hdE9wdGlvbnM6IHtcbiAgICAgICAgICAgICAgICB1c2VHcm91cGluZzogdHJ1ZSxcbiAgICAgICAgICAgICAgICAuLi5vcHRpb25zPy5udW1iZXJGb3JtYXRPcHRpb25zLFxuICAgICAgICAgICAgICAgIGN1cnJlbmN5OlxuICAgICAgICAgICAgICAgICAgICBvcHRpb25zPy5udW1iZXJGb3JtYXRPcHRpb25zPy5zdHlsZSA9PT0gJ2N1cnJlbmN5J1xuICAgICAgICAgICAgICAgICAgICAgICAgPyAob3B0aW9ucz8ubnVtYmVyRm9ybWF0T3B0aW9ucz8uY3VycmVuY3kgPz8gJ0JSTCcpXG4gICAgICAgICAgICAgICAgICAgICAgICA6IHVuZGVmaW5lZCxcbiAgICAgICAgICAgICAgICBjdXJyZW5jeURpc3BsYXk6XG4gICAgICAgICAgICAgICAgICAgIG9wdGlvbnM/Lm51bWJlckZvcm1hdE9wdGlvbnM/LnN0eWxlID09PSAnY3VycmVuY3knXG4gICAgICAgICAgICAgICAgICAgICAgICA/IChvcHRpb25zPy5udW1iZXJGb3JtYXRPcHRpb25zPy5jdXJyZW5jeURpc3BsYXkgPz8gJ25hcnJvd1N5bWJvbCcpXG4gICAgICAgICAgICAgICAgICAgICAgICA6IHVuZGVmaW5lZCxcbiAgICAgICAgICAgICAgICBtaW5pbXVtRnJhY3Rpb25EaWdpdHM6XG4gICAgICAgICAgICAgICAgICAgIChvcHRpb25zPy5udW1iZXJGb3JtYXRPcHRpb25zPy5taW5pbXVtRnJhY3Rpb25EaWdpdHMgPz8gb3B0aW9ucz8ubnVtYmVyRm9ybWF0T3B0aW9ucz8uY3VycmVuY3kpXG4gICAgICAgICAgICAgICAgICAgICAgICA/ICh0aGlzLmdldEN1cnJlbmN5TWluaW11bUZyYWN0aW9uRGlnaXRzKG9wdGlvbnM/Lm51bWJlckZvcm1hdE9wdGlvbnM/LmN1cnJlbmN5ISBhcyBDdXJyZW5jeSkgPz9cbiAgICAgICAgICAgICAgICAgICAgICAgICAgdW5kZWZpbmVkKVxuICAgICAgICAgICAgICAgICAgICAgICAgOiB1bmRlZmluZWQsXG4gICAgICAgICAgICAgICAgcm91bmRpbmdNb2RlOiAndHJ1bmMnLFxuICAgICAgICAgICAgfSxcbiAgICAgICAgfTtcblxuICAgICAgICAvLyBGcm9tIGh0dHBzOi8vZGV2ZWxvcGVyLm1vemlsbGEub3JnL3B0LUJSL2RvY3MvV2ViL0phdmFTY3JpcHQvUmVmZXJlbmNlL0dsb2JhbF9PYmplY3RzL0ludGwvTnVtYmVyRm9ybWF0XG4gICAgICAgIHJldHVybiBuZXcgSW50bC5OdW1iZXJGb3JtYXQob3B0aW9ucy5sb2NhbGUsIG9wdGlvbnMubnVtYmVyRm9ybWF0T3B0aW9ucykuZm9ybWF0KFxuICAgICAgICAgICAgdGhpcy5nZXRUeXBlKHZhbHVlKSA9PT0gJ251bWJlcicgfHwgdGhpcy5nZXRUeXBlKHZhbHVlKSA9PT0gJ3N0cmluZydcbiAgICAgICAgICAgICAgICA/IHZhbHVlXG4gICAgICAgICAgICAgICAgOiAoKHZhbHVlIGFzIEJpZ051bWJlcikudG9TdHJpbmcoKSBhcyBhbnkpLFxuICAgICAgICApO1xuICAgIH1cblxuICAgIHByaXZhdGUgZ2V0Q3VycmVuY3lNaW5pbXVtRnJhY3Rpb25EaWdpdHMoY3VycmVuY3k6IEN1cnJlbmN5KTogbnVtYmVyIHwgbnVsbCB7XG4gICAgICAgIGlmICghY3VycmVuY3kpIHJldHVybiBudWxsO1xuXG4gICAgICAgIHJldHVybiBjdXJyZW5jaWVzW2N1cnJlbmN5XT8uc2NhbGU7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBnZXRUeXBlKHZhbHVlOiBhbnkpOiBzdHJpbmcge1xuICAgICAgICAvLyBGcm9tIGh0dHBzOi8vZGV2ZWxvcGVyLm1vemlsbGEub3JnL2VuLVVTL2RvY3MvV2ViL0phdmFTY3JpcHQvUmVmZXJlbmNlL09wZXJhdG9ycy90eXBlb2ZcblxuICAgICAgICBpZiAodmFsdWUgPT09IG51bGwpIHJldHVybiAnbnVsbCc7XG4gICAgICAgIGlmICh2YWx1ZSA9PT0gdW5kZWZpbmVkKSByZXR1cm4gJ3VuZGVmaW5lZCc7XG5cbiAgICAgICAgY29uc3QgYmFzZVR5cGUgPSB0eXBlb2YgdmFsdWU7XG5cbiAgICAgICAgLy8gUHJpbWl0aXZlIHR5cGVzXG4gICAgICAgIGlmIChiYXNlVHlwZSAhPT0gJ29iamVjdCcgJiYgYmFzZVR5cGUgIT09ICdmdW5jdGlvbicpIHtcbiAgICAgICAgICAgIHJldHVybiBiYXNlVHlwZTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIFN5bWJvbC50b1N0cmluZ1RhZyBvZnRlbiBzcGVjaWZpZXMgdGhlIFwiZGlzcGxheSBuYW1lXCIgb2YgdGhlXG4gICAgICAgIC8vIG9iamVjdCdzIGNsYXNzLiBJdCdzIHVzZWQgaW4gT2JqZWN0LnByb3RvdHlwZS50b1N0cmluZygpLlxuICAgICAgICBjb25zdCB0YWcgPSB2YWx1ZVtTeW1ib2wudG9TdHJpbmdUYWddO1xuXG4gICAgICAgIGlmICh0eXBlb2YgdGFnID09PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgcmV0dXJuIHRhZztcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIElmIGl0J3MgYSBmdW5jdGlvbiB3aG9zZSBzb3VyY2UgY29kZSBzdGFydHMgd2l0aCB0aGUgXCJjbGFzc1wiIGtleXdvcmRcbiAgICAgICAgaWYgKGJhc2VUeXBlID09PSAnZnVuY3Rpb24nICYmIEZ1bmN0aW9uLnByb3RvdHlwZS50b1N0cmluZy5jYWxsKHZhbHVlKS5zdGFydHNXaXRoKCdjbGFzcycpKSB7XG4gICAgICAgICAgICByZXR1cm4gJ2NsYXNzJztcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIFRoZSBuYW1lIG9mIHRoZSBjb25zdHJ1Y3RvcjsgZm9yIGV4YW1wbGUgYEFycmF5YCwgYEdlbmVyYXRvckZ1bmN0aW9uYCxcbiAgICAgICAgLy8gYE51bWJlcmAsIGBTdHJpbmdgLCBgQm9vbGVhbmAgb3IgYE15Q3VzdG9tQ2xhc3NgXG4gICAgICAgIGNvbnN0IGNsYXNzTmFtZSA9IHZhbHVlLmNvbnN0cnVjdG9yLm5hbWU7XG5cbiAgICAgICAgaWYgKHR5cGVvZiBjbGFzc05hbWUgPT09ICdzdHJpbmcnICYmIGNsYXNzTmFtZSAhPT0gJycpIHtcbiAgICAgICAgICAgIHJldHVybiBjbGFzc05hbWU7XG4gICAgICAgIH1cblxuICAgICAgICAvLyBBdCB0aGlzIHBvaW50IHRoZXJlJ3Mgbm8gcm9idXN0IHdheSB0byBnZXQgdGhlIHR5cGUgb2YgdmFsdWUsXG4gICAgICAgIC8vIHNvIHdlIHVzZSB0aGUgYmFzZSBpbXBsZW1lbnRhdGlvbi5cbiAgICAgICAgcmV0dXJuIGJhc2VUeXBlO1xuICAgIH1cbn1cblxuIl19
@@ -1,4 +0,0 @@
1
- export * from './lib/numeric.service';
2
- export * from './lib/numeric.pipe';
3
- export * from './lib/numeric.module';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItY29tcG9uZW50cy9udW1lcmljL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saWIvbnVtZXJpYy5zZXJ2aWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbnVtZXJpYy5waXBlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbnVtZXJpYy5tb2R1bGUnO1xyXG4iXX0=
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public-api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VuaW9yc2lzdGVtYXMtYW5ndWxhci1jb21wb25lbnRzLW51bWVyaWMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLWNvbXBvbmVudHMvbnVtZXJpYy9zcmMvc2VuaW9yc2lzdGVtYXMtYW5ndWxhci1jb21wb25lbnRzLW51bWVyaWMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==