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

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