@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,341 @@
1
+ import { __awaiter } from "tslib";
2
+ import { autocompletion, pickedCompletion, startCompletion } from "@codemirror/autocomplete";
3
+ import { CustomTranslationsService } from "../../../../../../utils";
4
+ import { CodeMirror6Core } from "../../../../codemirror-6-core";
5
+ import { isCurrentPositionInsideString } from "../../../../utils";
6
+ import { AutocompleteService } from "./autocomplete.service";
7
+ import { autocompleteLoadingState, showAutocompleteLoadingState, autocompleteEmptyState, showAutocompleteEmptyState } from "./autocomplete-states";
8
+ import { RequestTypes, CompletionTypes, MetaType, Keywords, } from "../../models";
9
+ import { getLanguageConfigs, getSafeResponse } from "../../utils";
10
+ import { style } from "./autocomplete-style";
11
+ /**
12
+ * Adds an autocomplete to the editor
13
+ * @returns An extension containing everything needed to create the autocomplete
14
+ */
15
+ export function autocomplete() {
16
+ return [
17
+ autocompletion({ override: [getCompletionResults] }),
18
+ autocompleteLoadingState(),
19
+ autocompleteEmptyState(),
20
+ style(),
21
+ ];
22
+ }
23
+ const TRANSLATION_PREFIX = "core_language_tax_calculation";
24
+ let completionResults;
25
+ /*
26
+ * A function to be called when a key is pressed, the ctrl+space is triggered or when the search for completionResults is done.
27
+ * If there is a completionResult, returns it, otherwise starts a new async search.
28
+ * Will only execute the autocompletion if the current cursor position is not inside a string
29
+ */
30
+ function getCompletionResults(context) {
31
+ const isCursorInsideString = isCurrentPositionInsideString(context.state.doc.toString().substring(0, context.pos));
32
+ if (isCursorInsideString)
33
+ return;
34
+ if (completionResults) {
35
+ const finalCompletionResults = Object.assign({}, completionResults);
36
+ const codeLength = context.state.doc.toString().length;
37
+ finalCompletionResults.from = finalCompletionResults.from > codeLength
38
+ ? codeLength
39
+ : finalCompletionResults.from;
40
+ completionResults = null;
41
+ return finalCompletionResults;
42
+ }
43
+ startCompletionResultsSearch(context);
44
+ }
45
+ let cancelLastCompletionSearch = () => { };
46
+ const ɵ0 = cancelLastCompletionSearch;
47
+ let codeMirrorViewElement;
48
+ /*
49
+ * Starts a new completionResults's async search.
50
+ * Avoids the last search to be finished by calling the "cancelLastCompletionSearch" callback function
51
+ */
52
+ function startCompletionResultsSearch(context) {
53
+ const token = new AbortController();
54
+ setTimeout(() => {
55
+ if (!token.signal.aborted) {
56
+ showAutocompleteLoadingState();
57
+ searchCompletionResults(context, token);
58
+ }
59
+ }, 500);
60
+ /*
61
+ * IMPORTANT: The following lines MUST be the way they are!
62
+ * Here is being add the listener to any keydown/click event so when any key is downed or mouse clicked, we cancel the last request.
63
+ * We do this to not show to the user a completionItem in an incorrect place of text, that can be done by either pressing the
64
+ * arrows, home, end, backspace and etc. The flow is:
65
+ * 1. We add an eventListener to keydown/click when the autocompletion's request is triggered;
66
+ * 2. When any key/click is pressed, we remove the listener and cancel the last request by changing the isSearchCanceled on token object
67
+ * to true;
68
+ * 3. If any key that requires autocompletion is triggered, the flow repeats;
69
+ */
70
+ codeMirrorViewElement = CodeMirror6Core.getEditorView().contentDOM;
71
+ cancelLastCompletionSearch = () => {
72
+ codeMirrorViewElement.removeEventListener("keydown", cancelLastCompletionSearch);
73
+ codeMirrorViewElement.removeEventListener("click", cancelLastCompletionSearch);
74
+ token.abort();
75
+ };
76
+ codeMirrorViewElement.addEventListener("keydown", cancelLastCompletionSearch);
77
+ codeMirrorViewElement.addEventListener("click", cancelLastCompletionSearch);
78
+ }
79
+ /*
80
+ * Requests the necessary items to fill the completionResults, although it only really opens the autocomplete
81
+ * box (by calling the "startCompletion()", that calls the "getCompletionResults") if the current search was not cancelled
82
+ * by a new one
83
+ */
84
+ function searchCompletionResults(context, token) {
85
+ var _a, _b, _c, _d;
86
+ return __awaiter(this, void 0, void 0, function* () {
87
+ const codeBeforeCursor = (_d = (_b = (_a = context === null || context === void 0 ? void 0 : context.state) === null || _a === void 0 ? void 0 : _a.doc) === null || _b === void 0 ? void 0 : _b.toString().substring(0, (_c = context === null || context === void 0 ? void 0 : context.pos) !== null && _c !== void 0 ? _c : 0)) !== null && _d !== void 0 ? _d : "";
88
+ const filter = getFilter(codeBeforeCursor);
89
+ const path = getPath(codeBeforeCursor, filter.length);
90
+ const requests = getRequestsBasedOnPath(path, filter, token.signal);
91
+ Promise
92
+ .all(requests)
93
+ .then(responses => {
94
+ if (!token.signal.aborted) {
95
+ const completions = [].concat(getKeywordsCompletions(path), getContextsCompletions(responses), getExpressionsCompletions(responses), getEntitiesCompletions(responses));
96
+ const filteredCompletions = getFilteredCompletions(completions, filter);
97
+ if (filteredCompletions.length) {
98
+ const formattedCompletions = getFormattedCompletions(filteredCompletions, filter);
99
+ const sortedCompletions = getSortedCompletions(formattedCompletions);
100
+ completionResults = {
101
+ from: context.pos,
102
+ filter: false,
103
+ options: sortedCompletions
104
+ };
105
+ startCompletion(CodeMirror6Core.getEditorView());
106
+ }
107
+ else {
108
+ showAutocompleteEmptyState();
109
+ }
110
+ }
111
+ });
112
+ });
113
+ }
114
+ /*
115
+ * Returns the filter in the code written.
116
+ * For example in the code "controladoria.empresa", "empresa" would be the filter
117
+ * and in "controladoria", "controladoria" would be the filter.
118
+ * Allows only alphanumerics, underscore and hashtag on filter's start.
119
+ * Does not allow spaces
120
+ */
121
+ function getFilter(string) {
122
+ var _a, _b;
123
+ if (string === undefined || string === null)
124
+ return "";
125
+ const filter = (_b = (_a = string.match(/(#|\.|)\w*$/)) === null || _a === void 0 ? void 0 : _a[0]) !== null && _b !== void 0 ? _b : "";
126
+ return filter.replace(".", "").trim();
127
+ }
128
+ /*
129
+ * Returns the path in the code written based on filter.
130
+ * For example in the code "controladoria.empresa", "controladoria" would be the path
131
+ * and in "controladoria", "" would be the path.
132
+ * Does not allow spaces
133
+ */
134
+ function getPath(string, filterLength) {
135
+ var _a, _b;
136
+ if (string === undefined || string === null)
137
+ return "";
138
+ const stringWithoutPath = string.substring(0, string.length - filterLength);
139
+ const path = (_b = (_a = stringWithoutPath.match(/(\w*\.)*$/)) === null || _a === void 0 ? void 0 : _a[0]) !== null && _b !== void 0 ? _b : "";
140
+ return path.replace(/\.$/, "");
141
+ }
142
+ function getRequestsBasedOnPath(path, filter, abortSignal) {
143
+ var _a;
144
+ const languageConfigs = getLanguageConfigs();
145
+ const requests = [];
146
+ if (path === "") {
147
+ requests.push({
148
+ requestType: RequestTypes.ListContextMetadataById,
149
+ request: AutocompleteService.listContextMetadataById({
150
+ id: languageConfigs.contexts,
151
+ }, abortSignal)
152
+ });
153
+ requests.push({
154
+ requestType: RequestTypes.ListExpressionMetadata,
155
+ request: AutocompleteService.listExpressionMetadata({
156
+ context: languageConfigs.contexts,
157
+ subcontext: (_a = languageConfigs.subContexts) !== null && _a !== void 0 ? _a : [],
158
+ name: filter,
159
+ pageRequest: {
160
+ offset: 0,
161
+ size: 20
162
+ }
163
+ }, abortSignal)
164
+ });
165
+ }
166
+ else if (path.includes(".")) {
167
+ const splittedPath = path.split(".");
168
+ requests.push({
169
+ requestType: RequestTypes.GetFacadeMetadataByPath,
170
+ request: AutocompleteService.getFacadeMetadataByPath({
171
+ context: splittedPath[0],
172
+ entityName: splittedPath[1],
173
+ fields: splittedPath[2] === undefined ? undefined : splittedPath.slice(2)
174
+ }, abortSignal)
175
+ });
176
+ }
177
+ else {
178
+ requests.push({
179
+ requestType: RequestTypes.ListFacadeMetadataNames,
180
+ request: AutocompleteService.listFacadeMetadataNames({
181
+ context: [path],
182
+ name: filter,
183
+ pageRequest: {
184
+ offset: 0,
185
+ size: 30
186
+ }
187
+ }, abortSignal)
188
+ });
189
+ }
190
+ return requests.map(request => getSafeResponse(request));
191
+ }
192
+ function getKeywordsCompletions(path) {
193
+ if (path !== "")
194
+ return [];
195
+ const completions = [
196
+ {
197
+ label: Keywords.SE,
198
+ apply: "SE ()\nENTAO\n\tacao\nFIM_SE",
199
+ },
200
+ {
201
+ label: Keywords.SENAO,
202
+ apply: "SENAO\n\tacao",
203
+ },
204
+ {
205
+ label: Keywords.CONTENHA,
206
+ apply: "CONTENHA(condicao)",
207
+ },
208
+ {
209
+ label: Keywords.ENTAO,
210
+ apply: "ENTAO\n\tacao",
211
+ },
212
+ {
213
+ label: Keywords.FIM_SE,
214
+ apply: "FIM_SE ",
215
+ },
216
+ {
217
+ label: Keywords.NAO,
218
+ apply: "NAO ",
219
+ },
220
+ {
221
+ label: Keywords.E,
222
+ apply: "E ",
223
+ },
224
+ {
225
+ label: Keywords.OU,
226
+ apply: "OU "
227
+ },
228
+ ];
229
+ return completions.map(completionItem => (Object.assign(Object.assign({}, completionItem), { detail: CustomTranslationsService.translate(`${TRANSLATION_PREFIX}_keyword`), type: CompletionTypes.Keyword })));
230
+ }
231
+ function getContextsCompletions(responses) {
232
+ var _a, _b;
233
+ const contextsResponse = responses.find(response => (response === null || response === void 0 ? void 0 : response.requestType) === RequestTypes.ListContextMetadataById);
234
+ if (contextsResponse) {
235
+ return ((_b = (_a = contextsResponse.response) === null || _a === void 0 ? void 0 : _a.contextMetadata) !== null && _b !== void 0 ? _b : [])
236
+ .map(contextMetadata => ({
237
+ label: contextMetadata.name,
238
+ detail: CustomTranslationsService.translate(`${TRANSLATION_PREFIX}_context`),
239
+ apply: contextMetadata.name,
240
+ type: CompletionTypes.Context
241
+ }));
242
+ }
243
+ return [];
244
+ }
245
+ function getExpressionsCompletions(responses) {
246
+ var _a, _b;
247
+ const expressionsResponse = responses.find(response => (response === null || response === void 0 ? void 0 : response.requestType) === RequestTypes.ListExpressionMetadata);
248
+ if (expressionsResponse) {
249
+ return ((_b = (_a = expressionsResponse.response) === null || _a === void 0 ? void 0 : _a.expressionMetadata) !== null && _b !== void 0 ? _b : [])
250
+ .map(expressionMetadata => ({
251
+ label: expressionMetadata.name,
252
+ detail: CustomTranslationsService.translate(`${TRANSLATION_PREFIX}_${expressionMetadata.type === MetaType.PUBLIC_EXPRESSION
253
+ ? "senior_expression"
254
+ : "user_expression"}`),
255
+ apply: expressionMetadata.name,
256
+ info: expressionMetadata.description,
257
+ type: expressionMetadata.type === MetaType.PUBLIC_EXPRESSION ? CompletionTypes.Expression : CompletionTypes.UserExpression
258
+ }));
259
+ }
260
+ return [];
261
+ }
262
+ function getEntitiesCompletions(responses) {
263
+ var _a, _b, _c, _d, _e;
264
+ const facadesResponseFromList = responses.find(response => (response === null || response === void 0 ? void 0 : response.requestType) === RequestTypes.ListFacadeMetadataNames);
265
+ if (facadesResponseFromList) {
266
+ return ((_b = (_a = facadesResponseFromList.response) === null || _a === void 0 ? void 0 : _a.facadeMetadataNames) !== null && _b !== void 0 ? _b : [])
267
+ .map(facade => ({
268
+ label: facade.name,
269
+ detail: CustomTranslationsService.translate(`${TRANSLATION_PREFIX}_entity`),
270
+ apply: facade.name,
271
+ type: CompletionTypes.Entity
272
+ }));
273
+ }
274
+ const facadesResponseFromGet = responses.find(response => (response === null || response === void 0 ? void 0 : response.requestType) === RequestTypes.GetFacadeMetadataByPath);
275
+ if (facadesResponseFromGet) {
276
+ return ((_e = (_d = (_c = facadesResponseFromGet.response) === null || _c === void 0 ? void 0 : _c.facadeMetadata) === null || _d === void 0 ? void 0 : _d.fields) !== null && _e !== void 0 ? _e : [])
277
+ .map(facade => ({
278
+ label: facade.name,
279
+ detail: CustomTranslationsService.translate(`${TRANSLATION_PREFIX}_${facade.type === MetaType.ENTITY
280
+ ? "entity"
281
+ : "field"}`),
282
+ apply: facade.name,
283
+ type: facade.type === MetaType.ENTITY ? CompletionTypes.Entity : CompletionTypes.FinalValue
284
+ }));
285
+ }
286
+ return [];
287
+ }
288
+ /*
289
+ * Filtering the completions to only deal with the necessary items
290
+ */
291
+ function getFilteredCompletions(completions, filter) {
292
+ return completions
293
+ .filter(completionItem => completionItem
294
+ .label
295
+ .toLowerCase()
296
+ .startsWith(filter.toLowerCase()));
297
+ }
298
+ /*
299
+ * Overwriting the completions's apply to remove the entire current written value and apply the the entire completion's apply
300
+ */
301
+ function getFormattedCompletions(completions, filter) {
302
+ return completions
303
+ .map(completionItem => (Object.assign(Object.assign({}, completionItem), { apply: getCompletionApply(filter, `${completionItem.apply}`) })));
304
+ }
305
+ function getCompletionApply(filter, oldApplyText) {
306
+ return (view, completion, from, to) => {
307
+ const newFrom = from - filter.length;
308
+ view.dispatch({
309
+ changes: {
310
+ from: newFrom,
311
+ to,
312
+ insert: oldApplyText
313
+ },
314
+ selection: {
315
+ anchor: newFrom + oldApplyText.length
316
+ },
317
+ userEvent: "input.complete",
318
+ annotations: pickedCompletion.of(completion)
319
+ });
320
+ };
321
+ }
322
+ const completionsSortOrder = [
323
+ CompletionTypes.Keyword,
324
+ CompletionTypes.Context,
325
+ CompletionTypes.UserExpression,
326
+ CompletionTypes.Expression,
327
+ CompletionTypes.Entity,
328
+ CompletionTypes.FinalValue
329
+ ];
330
+ /*
331
+ * Sorts the completions following the "completionsSortOrder" priority order
332
+ */
333
+ function getSortedCompletions(completions) {
334
+ return completions.sort((x, y) => {
335
+ const xPriority = completionsSortOrder.indexOf(x.type);
336
+ const yPriority = completionsSortOrder.indexOf(y.type);
337
+ return xPriority - yPriority;
338
+ });
339
+ }
340
+ export { ɵ0 };
341
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvY29kZS1lZGl0b3IvaW5mcmEvY29yZXMvY29kZW1pcnJvci02L2xhbmd1YWdlcy90YXgtY2FsY3VsYXRpb24vZXh0ZW5zaW9ucy9hdXRvY29tcGxldGUvYXV0b2NvbXBsZXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFFQSxPQUFPLEVBQ0gsY0FBYyxFQUlkLGdCQUFnQixFQUNoQixlQUFlLEVBQ2xCLE1BQU0sMEJBQTBCLENBQUM7QUFFbEMsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDcEUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzdELE9BQU8sRUFDSCx3QkFBd0IsRUFDeEIsNEJBQTRCLEVBQzVCLHNCQUFzQixFQUN0QiwwQkFBMEIsRUFDN0IsTUFBTSx1QkFBdUIsQ0FBQztBQUMvQixPQUFPLEVBRUgsWUFBWSxFQUtaLGVBQWUsRUFFZixRQUFRLEVBR1IsUUFBUSxHQUNYLE1BQU0sY0FBYyxDQUFDO0FBQ3RCLE9BQU8sRUFDSCxrQkFBa0IsRUFDbEIsZUFBZSxFQUNsQixNQUFNLGFBQWEsQ0FBQztBQUNyQixPQUFPLEVBQUUsS0FBSyxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFFN0M7OztHQUdHO0FBQ0gsTUFBTSxVQUFVLFlBQVk7SUFDeEIsT0FBTztRQUNILGNBQWMsQ0FBQyxFQUFFLFFBQVEsRUFBRSxDQUFDLG9CQUFvQixDQUFDLEVBQUUsQ0FBQztRQUNwRCx3QkFBd0IsRUFBRTtRQUMxQixzQkFBc0IsRUFBRTtRQUN4QixLQUFLLEVBQUU7S0FDVixDQUFDO0FBQ04sQ0FBQztBQUVELE1BQU0sa0JBQWtCLEdBQUcsK0JBQStCLENBQUM7QUFDM0QsSUFBSSxpQkFBb0MsQ0FBQztBQUV6Qzs7OztHQUlHO0FBQ0gsU0FBUyxvQkFBb0IsQ0FBQyxPQUEwQjtJQUNwRCxNQUFNLG9CQUFvQixHQUFHLDZCQUE2QixDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDLFFBQVEsRUFBRSxDQUFDLFNBQVMsQ0FBQyxDQUFDLEVBQUUsT0FBTyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUM7SUFDbkgsSUFBSSxvQkFBb0I7UUFBRSxPQUFPO0lBRWpDLElBQUksaUJBQWlCLEVBQUU7UUFDbkIsTUFBTSxzQkFBc0IscUJBQTBCLGlCQUFpQixDQUFFLENBQUM7UUFDMUUsTUFBTSxVQUFVLEdBQUcsT0FBTyxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsUUFBUSxFQUFFLENBQUMsTUFBTSxDQUFDO1FBQ3ZELHNCQUFzQixDQUFDLElBQUksR0FBRyxzQkFBc0IsQ0FBQyxJQUFJLEdBQUcsVUFBVTtZQUNsRSxDQUFDLENBQUMsVUFBVTtZQUNaLENBQUMsQ0FBQyxzQkFBc0IsQ0FBQyxJQUFJLENBQUM7UUFDbEMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDO1FBQ3pCLE9BQU8sc0JBQXNCLENBQUM7S0FDakM7SUFDRCw0QkFBNEIsQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUMxQyxDQUFDO0FBRUQsSUFBSSwwQkFBMEIsR0FBZSxHQUFHLEVBQUUsR0FBRSxDQUFDLENBQUM7O0FBQ3RELElBQUkscUJBQW1DLENBQUM7QUFFeEM7OztHQUdHO0FBQ0gsU0FBUyw0QkFBNEIsQ0FBQyxPQUEwQjtJQUM1RCxNQUFNLEtBQUssR0FBRyxJQUFJLGVBQWUsRUFBRSxDQUFDO0lBQ3BDLFVBQVUsQ0FBQyxHQUFHLEVBQUU7UUFDWixJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxPQUFPLEVBQUU7WUFDdkIsNEJBQTRCLEVBQUUsQ0FBQztZQUMvQix1QkFBdUIsQ0FBQyxPQUFPLEVBQUUsS0FBSyxDQUFDLENBQUM7U0FDM0M7SUFDTCxDQUFDLEVBQUUsR0FBRyxDQUFDLENBQUM7SUFFUjs7Ozs7Ozs7O09BU0c7SUFDSCxxQkFBcUIsR0FBRyxlQUFlLENBQUMsYUFBYSxFQUFFLENBQUMsVUFBVSxDQUFDO0lBRW5FLDBCQUEwQixHQUFHLEdBQUcsRUFBRTtRQUM5QixxQkFBcUIsQ0FBQyxtQkFBbUIsQ0FBQyxTQUFTLEVBQUUsMEJBQTBCLENBQUMsQ0FBQztRQUNqRixxQkFBcUIsQ0FBQyxtQkFBbUIsQ0FBQyxPQUFPLEVBQUUsMEJBQTBCLENBQUMsQ0FBQztRQUMvRSxLQUFLLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDbEIsQ0FBQyxDQUFDO0lBRUYscUJBQXFCLENBQUMsZ0JBQWdCLENBQUMsU0FBUyxFQUFFLDBCQUEwQixDQUFDLENBQUM7SUFDOUUscUJBQXFCLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxFQUFFLDBCQUEwQixDQUFDLENBQUM7QUFDaEYsQ0FBQztBQUVEOzs7O0dBSUc7QUFDSCxTQUFlLHVCQUF1QixDQUFDLE9BQTBCLEVBQUUsS0FBc0I7OztRQUNyRixNQUFNLGdCQUFnQixxQkFBRyxPQUFPLGFBQVAsT0FBTyx1QkFBUCxPQUFPLENBQUUsS0FBSywwQ0FBRSxHQUFHLDBDQUFFLFFBQVEsR0FBRyxTQUFTLENBQUMsQ0FBQyxRQUFFLE9BQU8sYUFBUCxPQUFPLHVCQUFQLE9BQU8sQ0FBRSxHQUFHLG1DQUFJLENBQUMsb0NBQUssRUFBRSxDQUFDO1FBQy9GLE1BQU0sTUFBTSxHQUFHLFNBQVMsQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBQzNDLE1BQU0sSUFBSSxHQUFHLE9BQU8sQ0FBQyxnQkFBZ0IsRUFBRSxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDdEQsTUFBTSxRQUFRLEdBQW1CLHNCQUFzQixDQUFDLElBQUksRUFBRSxNQUFNLEVBQUUsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBRXBGLE9BQU87YUFDRixHQUFHLENBQUMsUUFBUSxDQUFDO2FBQ2IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxFQUFFO1lBQ2QsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsT0FBTyxFQUFFO2dCQUN2QixNQUFNLFdBQVcsR0FBRyxFQUFFLENBQUMsTUFBTSxDQUN6QixzQkFBc0IsQ0FBQyxJQUFJLENBQUMsRUFDNUIsc0JBQXNCLENBQUMsU0FBUyxDQUFDLEVBQ2pDLHlCQUF5QixDQUFDLFNBQVMsQ0FBQyxFQUNwQyxzQkFBc0IsQ0FBQyxTQUFTLENBQUMsQ0FDcEMsQ0FBQztnQkFDRixNQUFNLG1CQUFtQixHQUFpQixzQkFBc0IsQ0FBQyxXQUFXLEVBQUUsTUFBTSxDQUFDLENBQUM7Z0JBRXRGLElBQUksbUJBQW1CLENBQUMsTUFBTSxFQUFFO29CQUM1QixNQUFNLG9CQUFvQixHQUFpQix1QkFBdUIsQ0FBQyxtQkFBbUIsRUFBRSxNQUFNLENBQUMsQ0FBQztvQkFDaEcsTUFBTSxpQkFBaUIsR0FBaUIsb0JBQW9CLENBQUMsb0JBQW9CLENBQUMsQ0FBQztvQkFFbkYsaUJBQWlCLEdBQUc7d0JBQ2hCLElBQUksRUFBRSxPQUFPLENBQUMsR0FBRzt3QkFDakIsTUFBTSxFQUFFLEtBQUs7d0JBQ2IsT0FBTyxFQUFFLGlCQUFpQjtxQkFDN0IsQ0FBQztvQkFDRixlQUFlLENBQUMsZUFBZSxDQUFDLGFBQWEsRUFBRSxDQUFDLENBQUM7aUJBRXBEO3FCQUFNO29CQUNILDBCQUEwQixFQUFFLENBQUM7aUJBQ2hDO2FBRUo7UUFDTCxDQUFDLENBQUMsQ0FBQzs7Q0FDVjtBQUVEOzs7Ozs7R0FNRztBQUNILFNBQVMsU0FBUyxDQUFDLE1BQWM7O0lBQzdCLElBQUksTUFBTSxLQUFLLFNBQVMsSUFBSSxNQUFNLEtBQUssSUFBSTtRQUFFLE9BQU8sRUFBRSxDQUFDO0lBRXZELE1BQU0sTUFBTSxlQUFHLE1BQU0sQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDLDBDQUFHLENBQUMsb0NBQUssRUFBRSxDQUFDO0lBQ3RELE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxHQUFHLEVBQUUsRUFBRSxDQUFDLENBQUMsSUFBSSxFQUFFLENBQUM7QUFDMUMsQ0FBQztBQUVEOzs7OztHQUtHO0FBQ0gsU0FBUyxPQUFPLENBQUMsTUFBYyxFQUFFLFlBQW9COztJQUNqRCxJQUFJLE1BQU0sS0FBSyxTQUFTLElBQUksTUFBTSxLQUFLLElBQUk7UUFBRSxPQUFPLEVBQUUsQ0FBQztJQUV2RCxNQUFNLGlCQUFpQixHQUFHLE1BQU0sQ0FBQyxTQUFTLENBQUMsQ0FBQyxFQUFFLE1BQU0sQ0FBQyxNQUFNLEdBQUcsWUFBWSxDQUFDLENBQUM7SUFDNUUsTUFBTSxJQUFJLGVBQUcsaUJBQWlCLENBQUMsS0FBSyxDQUFDLFdBQVcsQ0FBQywwQ0FBRyxDQUFDLG9DQUFLLEVBQUUsQ0FBQztJQUM3RCxPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO0FBQ25DLENBQUM7QUFFRCxTQUFTLHNCQUFzQixDQUFDLElBQVksRUFBRSxNQUFjLEVBQUUsV0FBd0I7O0lBQ2xGLE1BQU0sZUFBZSxHQUEwQixrQkFBa0IsRUFBRSxDQUFDO0lBQ3BFLE1BQU0sUUFBUSxHQUFrQixFQUFFLENBQUM7SUFFbkMsSUFBSSxJQUFJLEtBQUssRUFBRSxFQUFFO1FBQ2IsUUFBUSxDQUFDLElBQUksQ0FBQztZQUNWLFdBQVcsRUFBRSxZQUFZLENBQUMsdUJBQXVCO1lBQ2pELE9BQU8sRUFBRSxtQkFBbUIsQ0FBQyx1QkFBdUIsQ0FDaEQ7Z0JBQ0ksRUFBRSxFQUFFLGVBQWUsQ0FBQyxRQUFRO2FBQy9CLEVBQ0QsV0FBVyxDQUNkO1NBQ0osQ0FBQyxDQUFDO1FBQ0gsUUFBUSxDQUFDLElBQUksQ0FBQztZQUNWLFdBQVcsRUFBRSxZQUFZLENBQUMsc0JBQXNCO1lBQ2hELE9BQU8sRUFBRSxtQkFBbUIsQ0FBQyxzQkFBc0IsQ0FDL0M7Z0JBQ0ksT0FBTyxFQUFFLGVBQWUsQ0FBQyxRQUFRO2dCQUNqQyxVQUFVLFFBQUUsZUFBZSxDQUFDLFdBQVcsbUNBQUksRUFBRTtnQkFDN0MsSUFBSSxFQUFFLE1BQU07Z0JBQ1osV0FBVyxFQUFFO29CQUNULE1BQU0sRUFBRSxDQUFDO29CQUNULElBQUksRUFBRSxFQUFFO2lCQUNYO2FBQ0osRUFDRCxXQUFXLENBQ2Q7U0FDSixDQUFDLENBQUM7S0FFTjtTQUFNLElBQUksSUFBSSxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUMsRUFBRTtRQUMzQixNQUFNLFlBQVksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQ3JDLFFBQVEsQ0FBQyxJQUFJLENBQUM7WUFDVixXQUFXLEVBQUUsWUFBWSxDQUFDLHVCQUF1QjtZQUNqRCxPQUFPLEVBQUUsbUJBQW1CLENBQUMsdUJBQXVCLENBQ2hEO2dCQUNJLE9BQU8sRUFBRSxZQUFZLENBQUMsQ0FBQyxDQUFDO2dCQUN4QixVQUFVLEVBQUUsWUFBWSxDQUFDLENBQUMsQ0FBQztnQkFDM0IsTUFBTSxFQUFFLFlBQVksQ0FBQyxDQUFDLENBQUMsS0FBSyxTQUFTLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsWUFBWSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7YUFDNUUsRUFDRCxXQUFXLENBQ2Q7U0FDSixDQUFDLENBQUM7S0FFTjtTQUFNO1FBQ0gsUUFBUSxDQUFDLElBQUksQ0FBQztZQUNWLFdBQVcsRUFBRSxZQUFZLENBQUMsdUJBQXVCO1lBQ2pELE9BQU8sRUFBRSxtQkFBbUIsQ0FBQyx1QkFBdUIsQ0FDaEQ7Z0JBQ0ksT0FBTyxFQUFFLENBQUMsSUFBSSxDQUFDO2dCQUNmLElBQUksRUFBRSxNQUFNO2dCQUNaLFdBQVcsRUFBRTtvQkFDVCxNQUFNLEVBQUUsQ0FBQztvQkFDVCxJQUFJLEVBQUUsRUFBRTtpQkFDWDthQUNKLEVBQ0QsV0FBVyxDQUNkO1NBQ0osQ0FBQyxDQUFDO0tBQ047SUFFRCxPQUFPLFFBQVEsQ0FBQyxHQUFHLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQyxlQUFlLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQztBQUM3RCxDQUFDO0FBRUQsU0FBUyxzQkFBc0IsQ0FBQyxJQUFZO0lBQ3hDLElBQUksSUFBSSxLQUFLLEVBQUU7UUFBRSxPQUFPLEVBQUUsQ0FBQztJQUUzQixNQUFNLFdBQVcsR0FBRztRQUNoQjtZQUNJLEtBQUssRUFBRSxRQUFRLENBQUMsRUFBRTtZQUNsQixLQUFLLEVBQUUsOEJBQThCO1NBQ3hDO1FBQ0Q7WUFDSSxLQUFLLEVBQUUsUUFBUSxDQUFDLEtBQUs7WUFDckIsS0FBSyxFQUFFLGVBQWU7U0FDekI7UUFDRDtZQUNJLEtBQUssRUFBRSxRQUFRLENBQUMsUUFBUTtZQUN4QixLQUFLLEVBQUUsb0JBQW9CO1NBQzlCO1FBQ0Q7WUFDSSxLQUFLLEVBQUUsUUFBUSxDQUFDLEtBQUs7WUFDckIsS0FBSyxFQUFFLGVBQWU7U0FDekI7UUFDRDtZQUNJLEtBQUssRUFBRSxRQUFRLENBQUMsTUFBTTtZQUN0QixLQUFLLEVBQUUsU0FBUztTQUNuQjtRQUNEO1lBQ0ksS0FBSyxFQUFFLFFBQVEsQ0FBQyxHQUFHO1lBQ25CLEtBQUssRUFBRSxNQUFNO1NBQ2hCO1FBQ0Q7WUFDSSxLQUFLLEVBQUUsUUFBUSxDQUFDLENBQUM7WUFDakIsS0FBSyxFQUFFLElBQUk7U0FDZDtRQUNEO1lBQ0ksS0FBSyxFQUFFLFFBQVEsQ0FBQyxFQUFFO1lBQ2xCLEtBQUssRUFBRSxLQUFLO1NBQ2Y7S0FDSixDQUFDO0lBRUYsT0FBTyxXQUFXLENBQUMsR0FBRyxDQUFDLGNBQWMsQ0FBQyxFQUFFLENBQUMsaUNBQ2xDLGNBQWMsS0FDakIsTUFBTSxFQUFFLHlCQUF5QixDQUFDLFNBQVMsQ0FBQyxHQUFHLGtCQUFrQixVQUFVLENBQUMsRUFDNUUsSUFBSSxFQUFFLGVBQWUsQ0FBQyxPQUFPLElBQy9CLENBQUMsQ0FBQztBQUNSLENBQUM7QUFFRCxTQUFTLHNCQUFzQixDQUFDLFNBQTBCOztJQUN0RCxNQUFNLGdCQUFnQixHQUE4QyxTQUFTLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxFQUFFLENBQzFGLENBQUEsUUFBUSxhQUFSLFFBQVEsdUJBQVIsUUFBUSxDQUFFLFdBQVcsTUFBSyxZQUFZLENBQUMsdUJBQXVCLENBQ2pFLENBQUM7SUFFRixJQUFJLGdCQUFnQixFQUFFO1FBQ2xCLE9BQU8sYUFBQyxnQkFBZ0IsQ0FBQyxRQUFRLDBDQUFFLGVBQWUsbUNBQUksRUFBRSxDQUFDO2FBQ3BELEdBQUcsQ0FBQyxlQUFlLENBQUMsRUFBRSxDQUFDLENBQUM7WUFDckIsS0FBSyxFQUFFLGVBQWUsQ0FBQyxJQUFJO1lBQzNCLE1BQU0sRUFBRSx5QkFBeUIsQ0FBQyxTQUFTLENBQUMsR0FBRyxrQkFBa0IsVUFBVSxDQUFDO1lBQzVFLEtBQUssRUFBRSxlQUFlLENBQUMsSUFBSTtZQUMzQixJQUFJLEVBQUUsZUFBZSxDQUFDLE9BQU87U0FDaEMsQ0FBQyxDQUFDLENBQUM7S0FDWDtJQUVELE9BQU8sRUFBRSxDQUFDO0FBQ2QsQ0FBQztBQUVELFNBQVMseUJBQXlCLENBQUMsU0FBMEI7O0lBQ3pELE1BQU0sbUJBQW1CLEdBQTZDLFNBQVMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FDNUYsQ0FBQSxRQUFRLGFBQVIsUUFBUSx1QkFBUixRQUFRLENBQUUsV0FBVyxNQUFLLFlBQVksQ0FBQyxzQkFBc0IsQ0FDaEUsQ0FBQztJQUVGLElBQUksbUJBQW1CLEVBQUU7UUFDckIsT0FBTyxhQUFDLG1CQUFtQixDQUFDLFFBQVEsMENBQUUsa0JBQWtCLG1DQUFJLEVBQUUsQ0FBQzthQUMxRCxHQUFHLENBQUMsa0JBQWtCLENBQUMsRUFBRSxDQUFDLENBQUM7WUFDeEIsS0FBSyxFQUFFLGtCQUFrQixDQUFDLElBQUk7WUFDOUIsTUFBTSxFQUFFLHlCQUF5QixDQUFDLFNBQVMsQ0FBQyxHQUFHLGtCQUFrQixJQUM3RCxrQkFBa0IsQ0FBQyxJQUFJLEtBQUssUUFBUSxDQUFDLGlCQUFpQjtnQkFDbEQsQ0FBQyxDQUFDLG1CQUFtQjtnQkFDckIsQ0FBQyxDQUFDLGlCQUNOLEVBQUUsQ0FBQztZQUNQLEtBQUssRUFBRSxrQkFBa0IsQ0FBQyxJQUFJO1lBQzlCLElBQUksRUFBRSxrQkFBa0IsQ0FBQyxXQUFXO1lBQ3BDLElBQUksRUFBRSxrQkFBa0IsQ0FBQyxJQUFJLEtBQUssUUFBUSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxlQUFlLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxlQUFlLENBQUMsY0FBYztTQUM3SCxDQUFDLENBQUMsQ0FBQztLQUNYO0lBRUQsT0FBTyxFQUFFLENBQUM7QUFDZCxDQUFDO0FBRUQsU0FBUyxzQkFBc0IsQ0FBQyxTQUEwQjs7SUFDdEQsTUFBTSx1QkFBdUIsR0FBOEMsU0FBUyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsRUFBRSxDQUNqRyxDQUFBLFFBQVEsYUFBUixRQUFRLHVCQUFSLFFBQVEsQ0FBRSxXQUFXLE1BQUssWUFBWSxDQUFDLHVCQUF1QixDQUNqRSxDQUFDO0lBRUYsSUFBSSx1QkFBdUIsRUFBRTtRQUN6QixPQUFPLGFBQUMsdUJBQXVCLENBQUMsUUFBUSwwQ0FBRSxtQkFBbUIsbUNBQUksRUFBRSxDQUFDO2FBQy9ELEdBQUcsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDLENBQUM7WUFDWixLQUFLLEVBQUUsTUFBTSxDQUFDLElBQUk7WUFDbEIsTUFBTSxFQUFFLHlCQUF5QixDQUFDLFNBQVMsQ0FBQyxHQUFHLGtCQUFrQixTQUFTLENBQUM7WUFDM0UsS0FBSyxFQUFFLE1BQU0sQ0FBQyxJQUFJO1lBQ2xCLElBQUksRUFBRSxlQUFlLENBQUMsTUFBTTtTQUMvQixDQUFDLENBQUMsQ0FBQztLQUNYO0lBRUQsTUFBTSxzQkFBc0IsR0FBOEMsU0FBUyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsRUFBRSxDQUNoRyxDQUFBLFFBQVEsYUFBUixRQUFRLHVCQUFSLFFBQVEsQ0FBRSxXQUFXLE1BQUssWUFBWSxDQUFDLHVCQUF1QixDQUNqRSxDQUFDO0lBRUYsSUFBSSxzQkFBc0IsRUFBRTtRQUN4QixPQUFPLG1CQUFDLHNCQUFzQixDQUFDLFFBQVEsMENBQUUsY0FBYywwQ0FBRSxNQUFNLG1DQUFJLEVBQUUsQ0FBQzthQUNqRSxHQUFHLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQyxDQUFDO1lBQ1osS0FBSyxFQUFFLE1BQU0sQ0FBQyxJQUFJO1lBQ2xCLE1BQU0sRUFBRSx5QkFBeUIsQ0FBQyxTQUFTLENBQUMsR0FBRyxrQkFBa0IsSUFDN0QsTUFBTSxDQUFDLElBQUksS0FBSyxRQUFRLENBQUMsTUFBTTtnQkFDM0IsQ0FBQyxDQUFDLFFBQVE7Z0JBQ1YsQ0FBQyxDQUFDLE9BQ04sRUFBRSxDQUFDO1lBQ1AsS0FBSyxFQUFFLE1BQU0sQ0FBQyxJQUFJO1lBQ2xCLElBQUksRUFBRSxNQUFNLENBQUMsSUFBSSxLQUFLLFFBQVEsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLGVBQWUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLGVBQWUsQ0FBQyxVQUFVO1NBQzlGLENBQUMsQ0FBQyxDQUFDO0tBQ1g7SUFFRCxPQUFPLEVBQUUsQ0FBQztBQUNkLENBQUM7QUFFRDs7R0FFRztBQUNILFNBQVMsc0JBQXNCLENBQUMsV0FBeUIsRUFBRSxNQUFjO0lBQ3JFLE9BQU8sV0FBVztTQUNiLE1BQU0sQ0FBQyxjQUFjLENBQUMsRUFBRSxDQUNqQixjQUFjO1NBQ1QsS0FBSztTQUNMLFdBQVcsRUFBRTtTQUNiLFVBQVUsQ0FBQyxNQUFNLENBQUMsV0FBVyxFQUFFLENBQUMsQ0FBQyxDQUFDO0FBQ3ZELENBQUM7QUFHRDs7R0FFRztBQUNILFNBQVMsdUJBQXVCLENBQUMsV0FBeUIsRUFBRSxNQUFjO0lBQ3RFLE9BQU8sV0FBVztTQUNiLEdBQUcsQ0FBQyxjQUFjLENBQUMsRUFBRSxDQUFDLGlDQUNoQixjQUFjLEtBQ2pCLEtBQUssRUFBRSxrQkFBa0IsQ0FBQyxNQUFNLEVBQUUsR0FBRyxjQUFjLENBQUMsS0FBSyxFQUFFLENBQUMsSUFDOUQsQ0FBQyxDQUFDO0FBQ1osQ0FBQztBQUVELFNBQVMsa0JBQWtCLENBQUMsTUFBYyxFQUFFLFlBQW9CO0lBQzVELE9BQU8sQ0FBQyxJQUFnQixFQUFFLFVBQXNCLEVBQUUsSUFBWSxFQUFFLEVBQVUsRUFBUSxFQUFFO1FBQ2hGLE1BQU0sT0FBTyxHQUFHLElBQUksR0FBRyxNQUFNLENBQUMsTUFBTSxDQUFDO1FBRXJDLElBQUksQ0FBQyxRQUFRLENBQUM7WUFDVixPQUFPLEVBQUU7Z0JBQ0wsSUFBSSxFQUFFLE9BQU87Z0JBQ2IsRUFBRTtnQkFDRixNQUFNLEVBQUUsWUFBWTthQUN2QjtZQUNELFNBQVMsRUFBRTtnQkFDUCxNQUFNLEVBQUUsT0FBTyxHQUFHLFlBQVksQ0FBQyxNQUFNO2FBQ3hDO1lBQ0QsU0FBUyxFQUFFLGdCQUFnQjtZQUMzQixXQUFXLEVBQUUsZ0JBQWdCLENBQUMsRUFBRSxDQUFDLFVBQVUsQ0FBQztTQUMvQyxDQUFDLENBQUM7SUFDUCxDQUFDLENBQUE7QUFDTCxDQUFDO0FBRUQsTUFBTSxvQkFBb0IsR0FBc0I7SUFDNUMsZUFBZSxDQUFDLE9BQU87SUFDdkIsZUFBZSxDQUFDLE9BQU87SUFDdkIsZUFBZSxDQUFDLGNBQWM7SUFDOUIsZUFBZSxDQUFDLFVBQVU7SUFDMUIsZUFBZSxDQUFDLE1BQU07SUFDdEIsZUFBZSxDQUFDLFVBQVU7Q0FDN0IsQ0FBQztBQUVGOztHQUVHO0FBQ0gsU0FBUyxvQkFBb0IsQ0FBQyxXQUF5QjtJQUNuRCxPQUFPLFdBQVcsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFhLEVBQUUsQ0FBYSxFQUFFLEVBQUU7UUFDckQsTUFBTSxTQUFTLEdBQUcsb0JBQW9CLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxJQUF1QixDQUFDLENBQUM7UUFDMUUsTUFBTSxTQUFTLEdBQUcsb0JBQW9CLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxJQUF1QixDQUFDLENBQUM7UUFFMUUsT0FBTyxTQUFTLEdBQUcsU0FBUyxDQUFDO0lBQ2pDLENBQUMsQ0FBQyxDQUFDO0FBQ1AsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEV4dGVuc2lvbiB9IGZyb20gXCJAY29kZW1pcnJvci9zdGF0ZVwiO1xuaW1wb3J0IHsgRWRpdG9yVmlldyB9IGZyb20gXCJAY29kZW1pcnJvci92aWV3XCI7XG5pbXBvcnQge1xuICAgIGF1dG9jb21wbGV0aW9uLFxuICAgIENvbXBsZXRpb24sXG4gICAgQ29tcGxldGlvbkNvbnRleHQsXG4gICAgQ29tcGxldGlvblJlc3VsdCxcbiAgICBwaWNrZWRDb21wbGV0aW9uLFxuICAgIHN0YXJ0Q29tcGxldGlvblxufSBmcm9tIFwiQGNvZGVtaXJyb3IvYXV0b2NvbXBsZXRlXCI7XG5cbmltcG9ydCB7IEN1c3RvbVRyYW5zbGF0aW9uc1NlcnZpY2UgfSBmcm9tIFwiLi4vLi4vLi4vLi4vLi4vLi4vdXRpbHNcIjtcbmltcG9ydCB7IENvZGVNaXJyb3I2Q29yZSB9IGZyb20gXCIuLi8uLi8uLi8uLi9jb2RlbWlycm9yLTYtY29yZVwiO1xuaW1wb3J0IHsgaXNDdXJyZW50UG9zaXRpb25JbnNpZGVTdHJpbmcgfSBmcm9tIFwiLi4vLi4vLi4vLi4vdXRpbHNcIjtcbmltcG9ydCB7IEF1dG9jb21wbGV0ZVNlcnZpY2UgfSBmcm9tIFwiLi9hdXRvY29tcGxldGUuc2VydmljZVwiO1xuaW1wb3J0IHtcbiAgICBhdXRvY29tcGxldGVMb2FkaW5nU3RhdGUsXG4gICAgc2hvd0F1dG9jb21wbGV0ZUxvYWRpbmdTdGF0ZSxcbiAgICBhdXRvY29tcGxldGVFbXB0eVN0YXRlLFxuICAgIHNob3dBdXRvY29tcGxldGVFbXB0eVN0YXRlXG59IGZyb20gXCIuL2F1dG9jb21wbGV0ZS1zdGF0ZXNcIjtcbmltcG9ydCB7XG4gICAgVGF4Q2FsY3VsYXRpb25Db25maWdzLFxuICAgIFJlcXVlc3RUeXBlcyxcbiAgICBSZXNwb25zZSxcbiAgICBTYWZlUmVxdWVzdCxcbiAgICBTYWZlUmVzcG9uc2UsXG4gICAgTGlzdENvbnRleHRNZXRhZGF0YUJ5SWRSZXNwb25zZSxcbiAgICBDb21wbGV0aW9uVHlwZXMsXG4gICAgTGlzdEV4cHJlc3Npb25NZXRhZGF0YVJlc3BvbnNlLFxuICAgIE1ldGFUeXBlLFxuICAgIEdldEZhY2FkZU1ldGFkYXRhQnlQYXRoUmVzcG9uc2UsXG4gICAgTGlzdEZhY2FkZU1ldGFkYXRhTmFtZXNSZXNwb25zZSxcbiAgICBLZXl3b3Jkcyxcbn0gZnJvbSBcIi4uLy4uL21vZGVsc1wiO1xuaW1wb3J0IHtcbiAgICBnZXRMYW5ndWFnZUNvbmZpZ3MsXG4gICAgZ2V0U2FmZVJlc3BvbnNlXG59IGZyb20gXCIuLi8uLi91dGlsc1wiO1xuaW1wb3J0IHsgc3R5bGUgfSBmcm9tIFwiLi9hdXRvY29tcGxldGUtc3R5bGVcIjtcblxuLyoqXG4gKiBBZGRzIGFuIGF1dG9jb21wbGV0ZSB0byB0aGUgZWRpdG9yXG4gKiBAcmV0dXJucyBBbiBleHRlbnNpb24gY29udGFpbmluZyBldmVyeXRoaW5nIG5lZWRlZCB0byBjcmVhdGUgdGhlIGF1dG9jb21wbGV0ZVxuICovXG5leHBvcnQgZnVuY3Rpb24gYXV0b2NvbXBsZXRlICgpOiBFeHRlbnNpb24ge1xuICAgIHJldHVybiBbXG4gICAgICAgIGF1dG9jb21wbGV0aW9uKHsgb3ZlcnJpZGU6IFtnZXRDb21wbGV0aW9uUmVzdWx0c10gfSksXG4gICAgICAgIGF1dG9jb21wbGV0ZUxvYWRpbmdTdGF0ZSgpLFxuICAgICAgICBhdXRvY29tcGxldGVFbXB0eVN0YXRlKCksXG4gICAgICAgIHN0eWxlKCksXG4gICAgXTtcbn1cblxuY29uc3QgVFJBTlNMQVRJT05fUFJFRklYID0gXCJjb3JlX2xhbmd1YWdlX3RheF9jYWxjdWxhdGlvblwiO1xubGV0IGNvbXBsZXRpb25SZXN1bHRzITogQ29tcGxldGlvblJlc3VsdDtcblxuLypcbiAqIEEgZnVuY3Rpb24gdG8gYmUgY2FsbGVkIHdoZW4gYSBrZXkgaXMgcHJlc3NlZCwgdGhlIGN0cmwrc3BhY2UgaXMgdHJpZ2dlcmVkIG9yIHdoZW4gdGhlIHNlYXJjaCBmb3IgY29tcGxldGlvblJlc3VsdHMgaXMgZG9uZS5cbiAqIElmIHRoZXJlIGlzIGEgY29tcGxldGlvblJlc3VsdCwgcmV0dXJucyBpdCwgb3RoZXJ3aXNlIHN0YXJ0cyBhIG5ldyBhc3luYyBzZWFyY2guXG4gKiBXaWxsIG9ubHkgZXhlY3V0ZSB0aGUgYXV0b2NvbXBsZXRpb24gaWYgdGhlIGN1cnJlbnQgY3Vyc29yIHBvc2l0aW9uIGlzIG5vdCBpbnNpZGUgYSBzdHJpbmdcbiAqL1xuZnVuY3Rpb24gZ2V0Q29tcGxldGlvblJlc3VsdHMoY29udGV4dDogQ29tcGxldGlvbkNvbnRleHQpOiBDb21wbGV0aW9uUmVzdWx0IHtcbiAgICBjb25zdCBpc0N1cnNvckluc2lkZVN0cmluZyA9IGlzQ3VycmVudFBvc2l0aW9uSW5zaWRlU3RyaW5nKGNvbnRleHQuc3RhdGUuZG9jLnRvU3RyaW5nKCkuc3Vic3RyaW5nKDAsIGNvbnRleHQucG9zKSk7XG4gICAgaWYgKGlzQ3Vyc29ySW5zaWRlU3RyaW5nKSByZXR1cm47XG5cbiAgICBpZiAoY29tcGxldGlvblJlc3VsdHMpIHtcbiAgICAgICAgY29uc3QgZmluYWxDb21wbGV0aW9uUmVzdWx0czogQ29tcGxldGlvblJlc3VsdCA9IHsgLi4uY29tcGxldGlvblJlc3VsdHMgfTtcbiAgICAgICAgY29uc3QgY29kZUxlbmd0aCA9IGNvbnRleHQuc3RhdGUuZG9jLnRvU3RyaW5nKCkubGVuZ3RoO1xuICAgICAgICBmaW5hbENvbXBsZXRpb25SZXN1bHRzLmZyb20gPSBmaW5hbENvbXBsZXRpb25SZXN1bHRzLmZyb20gPiBjb2RlTGVuZ3RoXG4gICAgICAgICAgICA/IGNvZGVMZW5ndGhcbiAgICAgICAgICAgIDogZmluYWxDb21wbGV0aW9uUmVzdWx0cy5mcm9tO1xuICAgICAgICBjb21wbGV0aW9uUmVzdWx0cyA9IG51bGw7XG4gICAgICAgIHJldHVybiBmaW5hbENvbXBsZXRpb25SZXN1bHRzO1xuICAgIH1cbiAgICBzdGFydENvbXBsZXRpb25SZXN1bHRzU2VhcmNoKGNvbnRleHQpO1xufVxuXG5sZXQgY2FuY2VsTGFzdENvbXBsZXRpb25TZWFyY2g6ICgpID0+IHZvaWQgPSAoKSA9PiB7fTtcbmxldCBjb2RlTWlycm9yVmlld0VsZW1lbnQhOiBIVE1MRWxlbWVudDtcblxuLypcbiAqIFN0YXJ0cyBhIG5ldyBjb21wbGV0aW9uUmVzdWx0cydzIGFzeW5jIHNlYXJjaC5cbiAqIEF2b2lkcyB0aGUgbGFzdCBzZWFyY2ggdG8gYmUgZmluaXNoZWQgYnkgY2FsbGluZyB0aGUgXCJjYW5jZWxMYXN0Q29tcGxldGlvblNlYXJjaFwiIGNhbGxiYWNrIGZ1bmN0aW9uXG4gKi9cbmZ1bmN0aW9uIHN0YXJ0Q29tcGxldGlvblJlc3VsdHNTZWFyY2goY29udGV4dDogQ29tcGxldGlvbkNvbnRleHQpOiB2b2lkIHtcbiAgICBjb25zdCB0b2tlbiA9IG5ldyBBYm9ydENvbnRyb2xsZXIoKTtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgICAgaWYgKCF0b2tlbi5zaWduYWwuYWJvcnRlZCkge1xuICAgICAgICAgICAgc2hvd0F1dG9jb21wbGV0ZUxvYWRpbmdTdGF0ZSgpO1xuICAgICAgICAgICAgc2VhcmNoQ29tcGxldGlvblJlc3VsdHMoY29udGV4dCwgdG9rZW4pO1xuICAgICAgICB9XG4gICAgfSwgNTAwKTtcblxuICAgIC8qXG4gICAgICogSU1QT1JUQU5UOiBUaGUgZm9sbG93aW5nIGxpbmVzIE1VU1QgYmUgdGhlIHdheSB0aGV5IGFyZSFcbiAgICAgKiBIZXJlIGlzIGJlaW5nIGFkZCB0aGUgbGlzdGVuZXIgdG8gYW55IGtleWRvd24vY2xpY2sgZXZlbnQgc28gd2hlbiBhbnkga2V5IGlzIGRvd25lZCBvciBtb3VzZSBjbGlja2VkLCB3ZSBjYW5jZWwgdGhlIGxhc3QgcmVxdWVzdC5cbiAgICAgKiBXZSBkbyB0aGlzIHRvIG5vdCBzaG93IHRvIHRoZSB1c2VyIGEgY29tcGxldGlvbkl0ZW0gaW4gYW4gaW5jb3JyZWN0IHBsYWNlIG9mIHRleHQsIHRoYXQgY2FuIGJlIGRvbmUgYnkgZWl0aGVyIHByZXNzaW5nIHRoZVxuICAgICAqIGFycm93cywgaG9tZSwgZW5kLCBiYWNrc3BhY2UgYW5kIGV0Yy4gVGhlIGZsb3cgaXM6XG4gICAgICogMS4gV2UgYWRkIGFuIGV2ZW50TGlzdGVuZXIgdG8ga2V5ZG93bi9jbGljayB3aGVuIHRoZSBhdXRvY29tcGxldGlvbidzIHJlcXVlc3QgaXMgdHJpZ2dlcmVkO1xuICAgICAqIDIuIFdoZW4gYW55IGtleS9jbGljayBpcyBwcmVzc2VkLCB3ZSByZW1vdmUgdGhlIGxpc3RlbmVyIGFuZCBjYW5jZWwgdGhlIGxhc3QgcmVxdWVzdCBieSBjaGFuZ2luZyB0aGUgaXNTZWFyY2hDYW5jZWxlZCBvbiB0b2tlbiBvYmplY3RcbiAgICAgKiAgdG8gdHJ1ZTtcbiAgICAgKiAzLiBJZiBhbnkga2V5IHRoYXQgcmVxdWlyZXMgYXV0b2NvbXBsZXRpb24gaXMgdHJpZ2dlcmVkLCB0aGUgZmxvdyByZXBlYXRzO1xuICAgICAqL1xuICAgIGNvZGVNaXJyb3JWaWV3RWxlbWVudCA9IENvZGVNaXJyb3I2Q29yZS5nZXRFZGl0b3JWaWV3KCkuY29udGVudERPTTtcblxuICAgIGNhbmNlbExhc3RDb21wbGV0aW9uU2VhcmNoID0gKCkgPT4ge1xuICAgICAgICBjb2RlTWlycm9yVmlld0VsZW1lbnQucmVtb3ZlRXZlbnRMaXN0ZW5lcihcImtleWRvd25cIiwgY2FuY2VsTGFzdENvbXBsZXRpb25TZWFyY2gpO1xuICAgICAgICBjb2RlTWlycm9yVmlld0VsZW1lbnQucmVtb3ZlRXZlbnRMaXN0ZW5lcihcImNsaWNrXCIsIGNhbmNlbExhc3RDb21wbGV0aW9uU2VhcmNoKTtcbiAgICAgICAgdG9rZW4uYWJvcnQoKTtcbiAgICB9O1xuXG4gICAgY29kZU1pcnJvclZpZXdFbGVtZW50LmFkZEV2ZW50TGlzdGVuZXIoXCJrZXlkb3duXCIsIGNhbmNlbExhc3RDb21wbGV0aW9uU2VhcmNoKTtcbiAgICBjb2RlTWlycm9yVmlld0VsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcihcImNsaWNrXCIsIGNhbmNlbExhc3RDb21wbGV0aW9uU2VhcmNoKTtcbn1cblxuLypcbiAqIFJlcXVlc3RzIHRoZSBuZWNlc3NhcnkgaXRlbXMgdG8gZmlsbCB0aGUgY29tcGxldGlvblJlc3VsdHMsIGFsdGhvdWdoIGl0IG9ubHkgcmVhbGx5IG9wZW5zIHRoZSBhdXRvY29tcGxldGVcbiAqIGJveCAoYnkgY2FsbGluZyB0aGUgXCJzdGFydENvbXBsZXRpb24oKVwiLCB0aGF0IGNhbGxzIHRoZSBcImdldENvbXBsZXRpb25SZXN1bHRzXCIpIGlmIHRoZSBjdXJyZW50IHNlYXJjaCB3YXMgbm90IGNhbmNlbGxlZFxuICogYnkgYSBuZXcgb25lXG4gKi9cbmFzeW5jIGZ1bmN0aW9uIHNlYXJjaENvbXBsZXRpb25SZXN1bHRzKGNvbnRleHQ6IENvbXBsZXRpb25Db250ZXh0LCB0b2tlbjogQWJvcnRDb250cm9sbGVyKTogUHJvbWlzZTx2b2lkPiB7XG4gICAgY29uc3QgY29kZUJlZm9yZUN1cnNvciA9IGNvbnRleHQ/LnN0YXRlPy5kb2M/LnRvU3RyaW5nKCkuc3Vic3RyaW5nKDAsIGNvbnRleHQ/LnBvcyA/PyAwKSA/PyBcIlwiO1xuICAgIGNvbnN0IGZpbHRlciA9IGdldEZpbHRlcihjb2RlQmVmb3JlQ3Vyc29yKTtcbiAgICBjb25zdCBwYXRoID0gZ2V0UGF0aChjb2RlQmVmb3JlQ3Vyc29yLCBmaWx0ZXIubGVuZ3RoKTtcbiAgICBjb25zdCByZXF1ZXN0czogU2FmZVJlc3BvbnNlW10gPSBnZXRSZXF1ZXN0c0Jhc2VkT25QYXRoKHBhdGgsIGZpbHRlciwgdG9rZW4uc2lnbmFsKTtcblxuICAgIFByb21pc2VcbiAgICAgICAgLmFsbChyZXF1ZXN0cylcbiAgICAgICAgLnRoZW4ocmVzcG9uc2VzID0+IHtcbiAgICAgICAgICAgIGlmICghdG9rZW4uc2lnbmFsLmFib3J0ZWQpIHtcbiAgICAgICAgICAgICAgICBjb25zdCBjb21wbGV0aW9ucyA9IFtdLmNvbmNhdChcbiAgICAgICAgICAgICAgICAgICAgZ2V0S2V5d29yZHNDb21wbGV0aW9ucyhwYXRoKSxcbiAgICAgICAgICAgICAgICAgICAgZ2V0Q29udGV4dHNDb21wbGV0aW9ucyhyZXNwb25zZXMpLFxuICAgICAgICAgICAgICAgICAgICBnZXRFeHByZXNzaW9uc0NvbXBsZXRpb25zKHJlc3BvbnNlcyksXG4gICAgICAgICAgICAgICAgICAgIGdldEVudGl0aWVzQ29tcGxldGlvbnMocmVzcG9uc2VzKVxuICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgY29uc3QgZmlsdGVyZWRDb21wbGV0aW9uczogQ29tcGxldGlvbltdID0gZ2V0RmlsdGVyZWRDb21wbGV0aW9ucyhjb21wbGV0aW9ucywgZmlsdGVyKTtcblxuICAgICAgICAgICAgICAgIGlmIChmaWx0ZXJlZENvbXBsZXRpb25zLmxlbmd0aCkge1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBmb3JtYXR0ZWRDb21wbGV0aW9uczogQ29tcGxldGlvbltdID0gZ2V0Rm9ybWF0dGVkQ29tcGxldGlvbnMoZmlsdGVyZWRDb21wbGV0aW9ucywgZmlsdGVyKTtcbiAgICAgICAgICAgICAgICAgICAgY29uc3Qgc29ydGVkQ29tcGxldGlvbnM6IENvbXBsZXRpb25bXSA9IGdldFNvcnRlZENvbXBsZXRpb25zKGZvcm1hdHRlZENvbXBsZXRpb25zKTtcblxuICAgICAgICAgICAgICAgICAgICBjb21wbGV0aW9uUmVzdWx0cyA9IHtcbiAgICAgICAgICAgICAgICAgICAgICAgIGZyb206IGNvbnRleHQucG9zLFxuICAgICAgICAgICAgICAgICAgICAgICAgZmlsdGVyOiBmYWxzZSxcbiAgICAgICAgICAgICAgICAgICAgICAgIG9wdGlvbnM6IHNvcnRlZENvbXBsZXRpb25zXG4gICAgICAgICAgICAgICAgICAgIH07XG4gICAgICAgICAgICAgICAgICAgIHN0YXJ0Q29tcGxldGlvbihDb2RlTWlycm9yNkNvcmUuZ2V0RWRpdG9yVmlldygpKTtcblxuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIHNob3dBdXRvY29tcGxldGVFbXB0eVN0YXRlKCk7XG4gICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xufVxuXG4vKlxuICogUmV0dXJucyB0aGUgZmlsdGVyIGluIHRoZSBjb2RlIHdyaXR0ZW4uXG4gKiBGb3IgZXhhbXBsZSBpbiB0aGUgY29kZSBcImNvbnRyb2xhZG9yaWEuZW1wcmVzYVwiLCBcImVtcHJlc2FcIiB3b3VsZCBiZSB0aGUgZmlsdGVyXG4gKiBhbmQgaW4gXCJjb250cm9sYWRvcmlhXCIsIFwiY29udHJvbGFkb3JpYVwiIHdvdWxkIGJlIHRoZSBmaWx0ZXIuXG4gKiBBbGxvd3Mgb25seSBhbHBoYW51bWVyaWNzLCB1bmRlcnNjb3JlIGFuZCBoYXNodGFnIG9uIGZpbHRlcidzIHN0YXJ0LlxuICogRG9lcyBub3QgYWxsb3cgc3BhY2VzXG4gKi9cbmZ1bmN0aW9uIGdldEZpbHRlcihzdHJpbmc6IHN0cmluZyk6IHN0cmluZyB7XG4gICAgaWYgKHN0cmluZyA9PT0gdW5kZWZpbmVkIHx8IHN0cmluZyA9PT0gbnVsbCkgcmV0dXJuIFwiXCI7XG5cbiAgICBjb25zdCBmaWx0ZXIgPSBzdHJpbmcubWF0Y2goLygjfFxcLnwpXFx3KiQvKT8uWzBdID8/IFwiXCI7XG4gICAgcmV0dXJuIGZpbHRlci5yZXBsYWNlKFwiLlwiLCBcIlwiKS50cmltKCk7XG59XG5cbi8qXG4gKiBSZXR1cm5zIHRoZSBwYXRoIGluIHRoZSBjb2RlIHdyaXR0ZW4gYmFzZWQgb24gZmlsdGVyLlxuICogRm9yIGV4YW1wbGUgaW4gdGhlIGNvZGUgXCJjb250cm9sYWRvcmlhLmVtcHJlc2FcIiwgXCJjb250cm9sYWRvcmlhXCIgd291bGQgYmUgdGhlIHBhdGhcbiAqIGFuZCBpbiBcImNvbnRyb2xhZG9yaWFcIiwgXCJcIiB3b3VsZCBiZSB0aGUgcGF0aC5cbiAqIERvZXMgbm90IGFsbG93IHNwYWNlc1xuICovXG5mdW5jdGlvbiBnZXRQYXRoKHN0cmluZzogc3RyaW5nLCBmaWx0ZXJMZW5ndGg6IG51bWJlcik6IHN0cmluZyB7XG4gICAgaWYgKHN0cmluZyA9PT0gdW5kZWZpbmVkIHx8IHN0cmluZyA9PT0gbnVsbCkgcmV0dXJuIFwiXCI7XG5cbiAgICBjb25zdCBzdHJpbmdXaXRob3V0UGF0aCA9IHN0cmluZy5zdWJzdHJpbmcoMCwgc3RyaW5nLmxlbmd0aCAtIGZpbHRlckxlbmd0aCk7XG4gICAgY29uc3QgcGF0aCA9IHN0cmluZ1dpdGhvdXRQYXRoLm1hdGNoKC8oXFx3KlxcLikqJC8pPy5bMF0gPz8gXCJcIjtcbiAgICByZXR1cm4gcGF0aC5yZXBsYWNlKC9cXC4kLywgXCJcIik7XG59XG5cbmZ1bmN0aW9uIGdldFJlcXVlc3RzQmFzZWRPblBhdGgocGF0aDogc3RyaW5nLCBmaWx0ZXI6IHN0cmluZywgYWJvcnRTaWduYWw6IEFib3J0U2lnbmFsKTogU2FmZVJlc3BvbnNlW10ge1xuICAgIGNvbnN0IGxhbmd1YWdlQ29uZmlnczogVGF4Q2FsY3VsYXRpb25Db25maWdzID0gZ2V0TGFuZ3VhZ2VDb25maWdzKCk7XG4gICAgY29uc3QgcmVxdWVzdHM6IFNhZmVSZXF1ZXN0W10gPSBbXTtcblxuICAgIGlmIChwYXRoID09PSBcIlwiKSB7XG4gICAgICAgIHJlcXVlc3RzLnB1c2goe1xuICAgICAgICAgICAgcmVxdWVzdFR5cGU6IFJlcXVlc3RUeXBlcy5MaXN0Q29udGV4dE1ldGFkYXRhQnlJZCxcbiAgICAgICAgICAgIHJlcXVlc3Q6IEF1dG9jb21wbGV0ZVNlcnZpY2UubGlzdENvbnRleHRNZXRhZGF0YUJ5SWQoXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBpZDogbGFuZ3VhZ2VDb25maWdzLmNvbnRleHRzLFxuICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAgYWJvcnRTaWduYWxcbiAgICAgICAgICAgIClcbiAgICAgICAgfSk7XG4gICAgICAgIHJlcXVlc3RzLnB1c2goe1xuICAgICAgICAgICAgcmVxdWVzdFR5cGU6IFJlcXVlc3RUeXBlcy5MaXN0RXhwcmVzc2lvbk1ldGFkYXRhLFxuICAgICAgICAgICAgcmVxdWVzdDogQXV0b2NvbXBsZXRlU2VydmljZS5saXN0RXhwcmVzc2lvbk1ldGFkYXRhKFxuICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgY29udGV4dDogbGFuZ3VhZ2VDb25maWdzLmNvbnRleHRzLFxuICAgICAgICAgICAgICAgICAgICBzdWJjb250ZXh0OiBsYW5ndWFnZUNvbmZpZ3Muc3ViQ29udGV4dHMgPz8gW10sXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IGZpbHRlcixcbiAgICAgICAgICAgICAgICAgICAgcGFnZVJlcXVlc3Q6IHtcbiAgICAgICAgICAgICAgICAgICAgICAgIG9mZnNldDogMCxcbiAgICAgICAgICAgICAgICAgICAgICAgIHNpemU6IDIwXG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgIGFib3J0U2lnbmFsXG4gICAgICAgICAgICApXG4gICAgICAgIH0pO1xuXG4gICAgfSBlbHNlIGlmIChwYXRoLmluY2x1ZGVzKFwiLlwiKSkge1xuICAgICAgICBjb25zdCBzcGxpdHRlZFBhdGggPSBwYXRoLnNwbGl0KFwiLlwiKTtcbiAgICAgICAgcmVxdWVzdHMucHVzaCh7XG4gICAgICAgICAgICByZXF1ZXN0VHlwZTogUmVxdWVzdFR5cGVzLkdldEZhY2FkZU1ldGFkYXRhQnlQYXRoLFxuICAgICAgICAgICAgcmVxdWVzdDogQXV0b2NvbXBsZXRlU2VydmljZS5nZXRGYWNhZGVNZXRhZGF0YUJ5UGF0aChcbiAgICAgICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgICAgIGNvbnRleHQ6IHNwbGl0dGVkUGF0aFswXSxcbiAgICAgICAgICAgICAgICAgICAgZW50aXR5TmFtZTogc3BsaXR0ZWRQYXRoWzFdLFxuICAgICAgICAgICAgICAgICAgICBmaWVsZHM6IHNwbGl0dGVkUGF0aFsyXSA9PT0gdW5kZWZpbmVkID8gdW5kZWZpbmVkIDogc3BsaXR0ZWRQYXRoLnNsaWNlKDIpXG4gICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICBhYm9ydFNpZ25hbFxuICAgICAgICAgICAgKVxuICAgICAgICB9KTtcblxuICAgIH0gZWxzZSB7XG4gICAgICAgIHJlcXVlc3RzLnB1c2goe1xuICAgICAgICAgICAgcmVxdWVzdFR5cGU6IFJlcXVlc3RUeXBlcy5MaXN0RmFjYWRlTWV0YWRhdGFOYW1lcyxcbiAgICAgICAgICAgIHJlcXVlc3Q6IEF1dG9jb21wbGV0ZVNlcnZpY2UubGlzdEZhY2FkZU1ldGFkYXRhTmFtZXMoXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBjb250ZXh0OiBbcGF0aF0sXG4gICAgICAgICAgICAgICAgICAgIG5hbWU6IGZpbHRlcixcbiAgICAgICAgICAgICAgICAgICAgcGFnZVJlcXVlc3Q6IHtcbiAgICAgICAgICAgICAgICAgICAgICAgIG9mZnNldDogMCxcbiAgICAgICAgICAgICAgICAgICAgICAgIHNpemU6IDMwXG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgIGFib3J0U2lnbmFsXG4gICAgICAgICAgICApXG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHJldHVybiByZXF1ZXN0cy5tYXAocmVxdWVzdCA9PiBnZXRTYWZlUmVzcG9uc2UocmVxdWVzdCkpO1xufVxuXG5mdW5jdGlvbiBnZXRLZXl3b3Jkc0NvbXBsZXRpb25zKHBhdGg6IHN0cmluZyk6IENvbXBsZXRpb25bXSB7XG4gICAgaWYgKHBhdGggIT09IFwiXCIpIHJldHVybiBbXTtcblxuICAgIGNvbnN0IGNvbXBsZXRpb25zID0gW1xuICAgICAgICB7XG4gICAgICAgICAgICBsYWJlbDogS2V5d29yZHMuU0UsXG4gICAgICAgICAgICBhcHBseTogXCJTRSAoKVxcbkVOVEFPXFxuXFx0YWNhb1xcbkZJTV9TRVwiLFxuICAgICAgICB9LFxuICAgICAgICB7XG4gICAgICAgICAgICBsYWJlbDogS2V5d29yZHMuU0VOQU8sXG4gICAgICAgICAgICBhcHBseTogXCJTRU5BT1xcblxcdGFjYW9cIixcbiAgICAgICAgfSxcbiAgICAgICAge1xuICAgICAgICAgICAgbGFiZWw6IEtleXdvcmRzLkNPTlRFTkhBLFxuICAgICAgICAgICAgYXBwbHk6IFwiQ09OVEVOSEEoY29uZGljYW8pXCIsXG4gICAgICAgIH0sXG4gICAgICAgIHtcbiAgICAgICAgICAgIGxhYmVsOiBLZXl3b3Jkcy5FTlRBTyxcbiAgICAgICAgICAgIGFwcGx5OiBcIkVOVEFPXFxuXFx0YWNhb1wiLFxuICAgICAgICB9LFxuICAgICAgICB7XG4gICAgICAgICAgICBsYWJlbDogS2V5d29yZHMuRklNX1NFLFxuICAgICAgICAgICAgYXBwbHk6IFwiRklNX1NFIFwiLFxuICAgICAgICB9LFxuICAgICAgICB7XG4gICAgICAgICAgICBsYWJlbDogS2V5d29yZHMuTkFPLFxuICAgICAgICAgICAgYXBwbHk6IFwiTkFPIFwiLFxuICAgICAgICB9LFxuICAgICAgICB7XG4gICAgICAgICAgICBsYWJlbDogS2V5d29yZHMuRSxcbiAgICAgICAgICAgIGFwcGx5OiBcIkUgXCIsXG4gICAgICAgIH0sXG4gICAgICAgIHtcbiAgICAgICAgICAgIGxhYmVsOiBLZXl3b3Jkcy5PVSxcbiAgICAgICAgICAgIGFwcGx5OiBcIk9VIFwiXG4gICAgICAgIH0sXG4gICAgXTtcblxuICAgIHJldHVybiBjb21wbGV0aW9ucy5tYXAoY29tcGxldGlvbkl0ZW0gPT4gKHtcbiAgICAgICAgLi4uY29tcGxldGlvbkl0ZW0sXG4gICAgICAgIGRldGFpbDogQ3VzdG9tVHJhbnNsYXRpb25zU2VydmljZS50cmFuc2xhdGUoYCR7VFJBTlNMQVRJT05fUFJFRklYfV9rZXl3b3JkYCksXG4gICAgICAgIHR5cGU6IENvbXBsZXRpb25UeXBlcy5LZXl3b3JkXG4gICAgfSkpO1xufVxuXG5mdW5jdGlvbiBnZXRDb250ZXh0c0NvbXBsZXRpb25zKHJlc3BvbnNlczogUmVzcG9uc2U8YW55PltdKTogQ29tcGxldGlvbltdIHtcbiAgICBjb25zdCBjb250ZXh0c1Jlc3BvbnNlOiBSZXNwb25zZTxMaXN0Q29udGV4dE1ldGFkYXRhQnlJZFJlc3BvbnNlPiA9IHJlc3BvbnNlcy5maW5kKHJlc3BvbnNlID0+XG4gICAgICAgIHJlc3BvbnNlPy5yZXF1ZXN0VHlwZSA9PT0gUmVxdWVzdFR5cGVzLkxpc3RDb250ZXh0TWV0YWRhdGFCeUlkXG4gICAgKTtcblxuICAgIGlmIChjb250ZXh0c1Jlc3BvbnNlKSB7XG4gICAgICAgIHJldHVybiAoY29udGV4dHNSZXNwb25zZS5yZXNwb25zZT8uY29udGV4dE1ldGFkYXRhID8/IFtdKVxuICAgICAgICAgICAgLm1hcChjb250ZXh0TWV0YWRhdGEgPT4gKHtcbiAgICAgICAgICAgICAgICBsYWJlbDogY29udGV4dE1ldGFkYXRhLm5hbWUsXG4gICAgICAgICAgICAgICAgZGV0YWlsOiBDdXN0b21UcmFuc2xhdGlvbnNTZXJ2aWNlLnRyYW5zbGF0ZShgJHtUUkFOU0xBVElPTl9QUkVGSVh9X2NvbnRleHRgKSxcbiAgICAgICAgICAgICAgICBhcHBseTogY29udGV4dE1ldGFkYXRhLm5hbWUsXG4gICAgICAgICAgICAgICAgdHlwZTogQ29tcGxldGlvblR5cGVzLkNvbnRleHRcbiAgICAgICAgICAgIH0pKTtcbiAgICB9XG5cbiAgICByZXR1cm4gW107XG59XG5cbmZ1bmN0aW9uIGdldEV4cHJlc3Npb25zQ29tcGxldGlvbnMocmVzcG9uc2VzOiBSZXNwb25zZTxhbnk+W10pOiBDb21wbGV0aW9uW10ge1xuICAgIGNvbnN0IGV4cHJlc3Npb25zUmVzcG9uc2U6IFJlc3BvbnNlPExpc3RFeHByZXNzaW9uTWV0YWRhdGFSZXNwb25zZT4gPSByZXNwb25zZXMuZmluZChyZXNwb25zZSA9PlxuICAgICAgICByZXNwb25zZT8ucmVxdWVzdFR5cGUgPT09IFJlcXVlc3RUeXBlcy5MaXN0RXhwcmVzc2lvbk1ldGFkYXRhXG4gICAgKTtcblxuICAgIGlmIChleHByZXNzaW9uc1Jlc3BvbnNlKSB7XG4gICAgICAgIHJldHVybiAoZXhwcmVzc2lvbnNSZXNwb25zZS5yZXNwb25zZT8uZXhwcmVzc2lvbk1ldGFkYXRhID8/IFtdKVxuICAgICAgICAgICAgLm1hcChleHByZXNzaW9uTWV0YWRhdGEgPT4gKHtcbiAgICAgICAgICAgICAgICBsYWJlbDogZXhwcmVzc2lvbk1ldGFkYXRhLm5hbWUsXG4gICAgICAgICAgICAgICAgZGV0YWlsOiBDdXN0b21UcmFuc2xhdGlvbnNTZXJ2aWNlLnRyYW5zbGF0ZShgJHtUUkFOU0xBVElPTl9QUkVGSVh9XyR7XG4gICAgICAgICAgICAgICAgICAgIGV4cHJlc3Npb25NZXRhZGF0YS50eXBlID09PSBNZXRhVHlwZS5QVUJMSUNfRVhQUkVTU0lPTlxuICAgICAgICAgICAgICAgICAgICAgICAgPyBcInNlbmlvcl9leHByZXNzaW9uXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIDogXCJ1c2VyX2V4cHJlc3Npb25cIlxuICAgICAgICAgICAgICAgICAgICB9YCksXG4gICAgICAgICAgICAgICAgYXBwbHk6IGV4cHJlc3Npb25NZXRhZGF0YS5uYW1lLFxuICAgICAgICAgICAgICAgIGluZm86IGV4cHJlc3Npb25NZXRhZGF0YS5kZXNjcmlwdGlvbixcbiAgICAgICAgICAgICAgICB0eXBlOiBleHByZXNzaW9uTWV0YWRhdGEudHlwZSA9PT0gTWV0YVR5cGUuUFVCTElDX0VYUFJFU1NJT04gPyBDb21wbGV0aW9uVHlwZXMuRXhwcmVzc2lvbiA6IENvbXBsZXRpb25UeXBlcy5Vc2VyRXhwcmVzc2lvblxuICAgICAgICAgICAgfSkpO1xuICAgIH1cblxuICAgIHJldHVybiBbXTtcbn1cblxuZnVuY3Rpb24gZ2V0RW50aXRpZXNDb21wbGV0aW9ucyhyZXNwb25zZXM6IFJlc3BvbnNlPGFueT5bXSk6IENvbXBsZXRpb25bXSB7XG4gICAgY29uc3QgZmFjYWRlc1Jlc3BvbnNlRnJvbUxpc3Q6IFJlc3BvbnNlPExpc3RGYWNhZGVNZXRhZGF0YU5hbWVzUmVzcG9uc2U+ID0gcmVzcG9uc2VzLmZpbmQocmVzcG9uc2UgPT5cbiAgICAgICAgcmVzcG9uc2U/LnJlcXVlc3RUeXBlID09PSBSZXF1ZXN0VHlwZXMuTGlzdEZhY2FkZU1ldGFkYXRhTmFtZXNcbiAgICApO1xuXG4gICAgaWYgKGZhY2FkZXNSZXNwb25zZUZyb21MaXN0KSB7XG4gICAgICAgIHJldHVybiAoZmFjYWRlc1Jlc3BvbnNlRnJvbUxpc3QucmVzcG9uc2U/LmZhY2FkZU1ldGFkYXRhTmFtZXMgPz8gW10pXG4gICAgICAgICAgICAubWFwKGZhY2FkZSA9PiAoe1xuICAgICAgICAgICAgICAgIGxhYmVsOiBmYWNhZGUubmFtZSxcbiAgICAgICAgICAgICAgICBkZXRhaWw6IEN1c3RvbVRyYW5zbGF0aW9uc1NlcnZpY2UudHJhbnNsYXRlKGAke1RSQU5TTEFUSU9OX1BSRUZJWH1fZW50aXR5YCksXG4gICAgICAgICAgICAgICAgYXBwbHk6IGZhY2FkZS5uYW1lLFxuICAgICAgICAgICAgICAgIHR5cGU6IENvbXBsZXRpb25UeXBlcy5FbnRpdHlcbiAgICAgICAgICAgIH0pKTtcbiAgICB9XG5cbiAgICBjb25zdCBmYWNhZGVzUmVzcG9uc2VGcm9tR2V0OiBSZXNwb25zZTxHZXRGYWNhZGVNZXRhZGF0YUJ5UGF0aFJlc3BvbnNlPiA9IHJlc3BvbnNlcy5maW5kKHJlc3BvbnNlID0+XG4gICAgICAgIHJlc3BvbnNlPy5yZXF1ZXN0VHlwZSA9PT0gUmVxdWVzdFR5cGVzLkdldEZhY2FkZU1ldGFkYXRhQnlQYXRoXG4gICAgKTtcblxuICAgIGlmIChmYWNhZGVzUmVzcG9uc2VGcm9tR2V0KSB7XG4gICAgICAgIHJldHVybiAoZmFjYWRlc1Jlc3BvbnNlRnJvbUdldC5yZXNwb25zZT8uZmFjYWRlTWV0YWRhdGE/LmZpZWxkcyA/PyBbXSlcbiAgICAgICAgICAgIC5tYXAoZmFjYWRlID0+ICh7XG4gICAgICAgICAgICAgICAgbGFiZWw6IGZhY2FkZS5uYW1lLFxuICAgICAgICAgICAgICAgIGRldGFpbDogQ3VzdG9tVHJhbnNsYXRpb25zU2VydmljZS50cmFuc2xhdGUoYCR7VFJBTlNMQVRJT05fUFJFRklYfV8ke1xuICAgICAgICAgICAgICAgICAgICBmYWNhZGUudHlwZSA9PT0gTWV0YVR5cGUuRU5USVRZXG4gICAgICAgICAgICAgICAgICAgICAgICA/IFwiZW50aXR5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIDogXCJmaWVsZFwiXG4gICAgICAgICAgICAgICAgICAgIH1gKSxcbiAgICAgICAgICAgICAgICBhcHBseTogZmFjYWRlLm5hbWUsXG4gICAgICAgICAgICAgICAgdHlwZTogZmFjYWRlLnR5cGUgPT09IE1ldGFUeXBlLkVOVElUWSA/IENvbXBsZXRpb25UeXBlcy5FbnRpdHkgOiBDb21wbGV0aW9uVHlwZXMuRmluYWxWYWx1ZVxuICAgICAgICAgICAgfSkpO1xuICAgIH1cblxuICAgIHJldHVybiBbXTtcbn1cblxuLypcbiAqIEZpbHRlcmluZyB0aGUgY29tcGxldGlvbnMgdG8gb25seSBkZWFsIHdpdGggdGhlIG5lY2Vzc2FyeSBpdGVtc1xuICovXG5mdW5jdGlvbiBnZXRGaWx0ZXJlZENvbXBsZXRpb25zKGNvbXBsZXRpb25zOiBDb21wbGV0aW9uW10sIGZpbHRlcjogc3RyaW5nKTogQ29tcGxldGlvbltdIHtcbiAgICByZXR1cm4gY29tcGxldGlvbnNcbiAgICAgICAgLmZpbHRlcihjb21wbGV0aW9uSXRlbSA9PlxuICAgICAgICAgICAgICAgIGNvbXBsZXRpb25JdGVtXG4gICAgICAgICAgICAgICAgICAgIC5sYWJlbFxuICAgICAgICAgICAgICAgICAgICAudG9Mb3dlckNhc2UoKVxuICAgICAgICAgICAgICAgICAgICAuc3RhcnRzV2l0aChmaWx0ZXIudG9Mb3dlckNhc2UoKSkpO1xufVxuXG5cbi8qXG4gKiBPdmVyd3JpdGluZyB0aGUgY29tcGxldGlvbnMncyBhcHBseSB0byByZW1vdmUgdGhlIGVudGlyZSBjdXJyZW50IHdyaXR0ZW4gdmFsdWUgYW5kIGFwcGx5IHRoZSB0aGUgZW50aXJlIGNvbXBsZXRpb24ncyBhcHBseSBcbiAqL1xuZnVuY3Rpb24gZ2V0Rm9ybWF0dGVkQ29tcGxldGlvbnMoY29tcGxldGlvbnM6IENvbXBsZXRpb25bXSwgZmlsdGVyOiBzdHJpbmcpOiBDb21wbGV0aW9uW10ge1xuICAgIHJldHVybiBjb21wbGV0aW9uc1xuICAgICAgICAubWFwKGNvbXBsZXRpb25JdGVtID0+ICh7XG4gICAgICAgICAgICAuLi5jb21wbGV0aW9uSXRlbSxcbiAgICAgICAgICAgIGFwcGx5OiBnZXRDb21wbGV0aW9uQXBwbHkoZmlsdGVyLCBgJHtjb21wbGV0aW9uSXRlbS5hcHBseX1gKVxuICAgICAgICB9KSk7XG59XG5cbmZ1bmN0aW9uIGdldENvbXBsZXRpb25BcHBseShmaWx0ZXI6IHN0cmluZywgb2xkQXBwbHlUZXh0OiBzdHJpbmcpOiAoKHZpZXc6IEVkaXRvclZpZXcsIGNvbXBsZXRpb246IENvbXBsZXRpb24sIGZyb206IG51bWJlciwgdG86IG51bWJlcikgPT4gdm9pZCkgIHtcbiAgICByZXR1cm4gKHZpZXc6IEVkaXRvclZpZXcsIGNvbXBsZXRpb246IENvbXBsZXRpb24sIGZyb206IG51bWJlciwgdG86IG51bWJlcik6IHZvaWQgPT4ge1xuICAgICAgICBjb25zdCBuZXdGcm9tID0gZnJvbSAtIGZpbHRlci5sZW5ndGg7XG4gICAgXG4gICAgICAgIHZpZXcuZGlzcGF0Y2goe1xuICAgICAgICAgICAgY2hhbmdlczoge1xuICAgICAgICAgICAgICAgIGZyb206IG5ld0Zyb20sXG4gICAgICAgICAgICAgICAgdG8sXG4gICAgICAgICAgICAgICAgaW5zZXJ0OiBvbGRBcHBseVRleHRcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBzZWxlY3Rpb246IHtcbiAgICAgICAgICAgICAgICBhbmNob3I6IG5ld0Zyb20gKyBvbGRBcHBseVRleHQubGVuZ3RoXG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgdXNlckV2ZW50OiBcImlucHV0LmNvbXBsZXRlXCIsXG4gICAgICAgICAgICBhbm5vdGF0aW9uczogcGlja2VkQ29tcGxldGlvbi5vZihjb21wbGV0aW9uKVxuICAgICAgICB9KTtcbiAgICB9IFxufVxuXG5jb25zdCBjb21wbGV0aW9uc1NvcnRPcmRlcjogQ29tcGxldGlvblR5cGVzW10gPSBbXG4gICAgQ29tcGxldGlvblR5cGVzLktleXdvcmQsXG4gICAgQ29tcGxldGlvblR5cGVzLkNvbnRleHQsXG4gICAgQ29tcGxldGlvblR5cGVzLlVzZXJFeHByZXNzaW9uLFxuICAgIENvbXBsZXRpb25UeXBlcy5FeHByZXNzaW9uLFxuICAgIENvbXBsZXRpb25UeXBlcy5FbnRpdHksXG4gICAgQ29tcGxldGlvblR5cGVzLkZpbmFsVmFsdWVcbl07XG5cbi8qXG4gKiBTb3J0cyB0aGUgY29tcGxldGlvbnMgZm9sbG93aW5nIHRoZSBcImNvbXBsZXRpb25zU29ydE9yZGVyXCIgcHJpb3JpdHkgb3JkZXJcbiAqL1xuZnVuY3Rpb24gZ2V0U29ydGVkQ29tcGxldGlvbnMoY29tcGxldGlvbnM6IENvbXBsZXRpb25bXSk6IENvbXBsZXRpb25bXSB7XG4gICAgcmV0dXJuIGNvbXBsZXRpb25zLnNvcnQoKHg6IENvbXBsZXRpb24sIHk6IENvbXBsZXRpb24pID0+IHtcbiAgICAgICAgY29uc3QgeFByaW9yaXR5ID0gY29tcGxldGlvbnNTb3J0T3JkZXIuaW5kZXhPZih4LnR5cGUgYXMgQ29tcGxldGlvblR5cGVzKTtcbiAgICAgICAgY29uc3QgeVByaW9yaXR5ID0gY29tcGxldGlvbnNTb3J0T3JkZXIuaW5kZXhPZih5LnR5cGUgYXMgQ29tcGxldGlvblR5cGVzKTtcblxuICAgICAgICByZXR1cm4geFByaW9yaXR5IC0geVByaW9yaXR5O1xuICAgIH0pO1xufVxuIl19
@@ -0,0 +1,34 @@
1
+ import { __awaiter } from "tslib";
2
+ import { CustomHttpClient } from "../../../../../../utils";
3
+ export class AutocompleteService {
4
+ static listContextMetadataById(request, abortSignal) {
5
+ return __awaiter(this, void 0, void 0, function* () {
6
+ return CustomHttpClient.POST(`${AutocompleteService.BASE_URL}/queries/listContextMetadataById`, request, {
7
+ signal: abortSignal
8
+ });
9
+ });
10
+ }
11
+ static listExpressionMetadata(request, abortSignal) {
12
+ return __awaiter(this, void 0, void 0, function* () {
13
+ return CustomHttpClient.POST(`${AutocompleteService.BASE_URL}/queries/listExpressionMetadata`, request, {
14
+ signal: abortSignal
15
+ });
16
+ });
17
+ }
18
+ static listFacadeMetadataNames(request, abortSignal) {
19
+ return __awaiter(this, void 0, void 0, function* () {
20
+ return CustomHttpClient.POST(`${AutocompleteService.BASE_URL}/queries/listFacadeMetadataNames`, request, {
21
+ signal: abortSignal
22
+ });
23
+ });
24
+ }
25
+ static getFacadeMetadataByPath(request, abortSignal) {
26
+ return __awaiter(this, void 0, void 0, function* () {
27
+ return CustomHttpClient.POST(`${AutocompleteService.BASE_URL}/queries/getFacadeMetadataByPath`, request, {
28
+ signal: abortSignal
29
+ });
30
+ });
31
+ }
32
+ }
33
+ AutocompleteService.BASE_URL = "platform/rule_metadata";
34
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLnNlcnZpY2UuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2VuaW9yc2lzdGVtYXMvYW5ndWxhci1jb21wb25lbnRzLyIsInNvdXJjZXMiOlsiY29tcG9uZW50cy9jb2RlLWVkaXRvci9pbmZyYS9jb3Jlcy9jb2RlbWlycm9yLTYvbGFuZ3VhZ2VzL3RheC1jYWxjdWxhdGlvbi9leHRlbnNpb25zL2F1dG9jb21wbGV0ZS9hdXRvY29tcGxldGUuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFZM0QsTUFBTSxPQUFPLG1CQUFtQjtJQUdyQixNQUFNLENBQU8sdUJBQXVCLENBQUMsT0FBdUMsRUFBRSxXQUF3Qjs7WUFDekcsT0FBTyxnQkFBZ0IsQ0FBQyxJQUFJLENBQ3hCLEdBQUcsbUJBQW1CLENBQUMsUUFBUSxrQ0FBa0MsRUFDakUsT0FBTyxFQUNQO2dCQUNJLE1BQU0sRUFBRSxXQUFXO2FBQ3RCLENBQ0osQ0FBQztRQUNOLENBQUM7S0FBQTtJQUVNLE1BQU0sQ0FBTyxzQkFBc0IsQ0FBQyxPQUFzQyxFQUFFLFdBQXdCOztZQUN2RyxPQUFPLGdCQUFnQixDQUFDLElBQUksQ0FDeEIsR0FBRyxtQkFBbUIsQ0FBQyxRQUFRLGlDQUFpQyxFQUNoRSxPQUFPLEVBQ1A7Z0JBQ0ksTUFBTSxFQUFFLFdBQVc7YUFDdEIsQ0FDSixDQUFDO1FBQ04sQ0FBQztLQUFBO0lBRU0sTUFBTSxDQUFPLHVCQUF1QixDQUFDLE9BQXVDLEVBQUUsV0FBd0I7O1lBQ3pHLE9BQU8sZ0JBQWdCLENBQUMsSUFBSSxDQUN4QixHQUFHLG1CQUFtQixDQUFDLFFBQVEsa0NBQWtDLEVBQ2pFLE9BQU8sRUFDUDtnQkFDSSxNQUFNLEVBQUUsV0FBVzthQUN0QixDQUNKLENBQUM7UUFDTixDQUFDO0tBQUE7SUFFTSxNQUFNLENBQU8sdUJBQXVCLENBQUMsT0FBdUMsRUFBRSxXQUF3Qjs7WUFDekcsT0FBTyxnQkFBZ0IsQ0FBQyxJQUFJLENBQ3hCLEdBQUcsbUJBQW1CLENBQUMsUUFBUSxrQ0FBa0MsRUFDakUsT0FBTyxFQUNQO2dCQUNJLE1BQU0sRUFBRSxXQUFXO2FBQ3RCLENBQ0osQ0FBQztRQUNOLENBQUM7S0FBQTs7QUF4Q2MsNEJBQVEsR0FBRyx3QkFBd0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEN1c3RvbUh0dHBDbGllbnQgfSBmcm9tIFwiLi4vLi4vLi4vLi4vLi4vLi4vdXRpbHNcIjtcbmltcG9ydCB7XG4gICAgTGlzdENvbnRleHRNZXRhZGF0YUJ5SWRSZXF1ZXN0LFxuICAgIExpc3RDb250ZXh0TWV0YWRhdGFCeUlkUmVzcG9uc2UsXG4gICAgTGlzdEV4cHJlc3Npb25NZXRhZGF0YVJlcXVlc3QsXG4gICAgTGlzdEV4cHJlc3Npb25NZXRhZGF0YVJlc3BvbnNlLFxuICAgIExpc3RGYWNhZGVNZXRhZGF0YU5hbWVzUmVxdWVzdCxcbiAgICBMaXN0RmFjYWRlTWV0YWRhdGFOYW1lc1Jlc3BvbnNlLFxuICAgIEdldEZhY2FkZU1ldGFkYXRhQnlQYXRoUmVxdWVzdCxcbiAgICBHZXRGYWNhZGVNZXRhZGF0YUJ5UGF0aFJlc3BvbnNlLFxufSBmcm9tIFwiLi4vLi4vbW9kZWxzXCI7XG5cbmV4cG9ydCBjbGFzcyBBdXRvY29tcGxldGVTZXJ2aWNlIHtcbiAgICBwcml2YXRlIHN0YXRpYyBCQVNFX1VSTCA9IFwicGxhdGZvcm0vcnVsZV9tZXRhZGF0YVwiO1xuXG4gICAgcHVibGljIHN0YXRpYyBhc3luYyBsaXN0Q29udGV4dE1ldGFkYXRhQnlJZChyZXF1ZXN0OiBMaXN0Q29udGV4dE1ldGFkYXRhQnlJZFJlcXVlc3QsIGFib3J0U2lnbmFsOiBBYm9ydFNpZ25hbCk6IFByb21pc2U8TGlzdENvbnRleHRNZXRhZGF0YUJ5SWRSZXNwb25zZT4ge1xuICAgICAgICByZXR1cm4gQ3VzdG9tSHR0cENsaWVudC5QT1NUPExpc3RDb250ZXh0TWV0YWRhdGFCeUlkUmVzcG9uc2U+KFxuICAgICAgICAgICAgYCR7QXV0b2NvbXBsZXRlU2VydmljZS5CQVNFX1VSTH0vcXVlcmllcy9saXN0Q29udGV4dE1ldGFkYXRhQnlJZGAsXG4gICAgICAgICAgICByZXF1ZXN0LFxuICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgIHNpZ25hbDogYWJvcnRTaWduYWxcbiAgICAgICAgICAgIH1cbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgc3RhdGljIGFzeW5jIGxpc3RFeHByZXNzaW9uTWV0YWRhdGEocmVxdWVzdDogTGlzdEV4cHJlc3Npb25NZXRhZGF0YVJlcXVlc3QsIGFib3J0U2lnbmFsOiBBYm9ydFNpZ25hbCk6IFByb21pc2U8TGlzdEV4cHJlc3Npb25NZXRhZGF0YVJlc3BvbnNlPiB7XG4gICAgICAgIHJldHVybiBDdXN0b21IdHRwQ2xpZW50LlBPU1Q8TGlzdEV4cHJlc3Npb25NZXRhZGF0YVJlc3BvbnNlPihcbiAgICAgICAgICAgIGAke0F1dG9jb21wbGV0ZVNlcnZpY2UuQkFTRV9VUkx9L3F1ZXJpZXMvbGlzdEV4cHJlc3Npb25NZXRhZGF0YWAsXG4gICAgICAgICAgICByZXF1ZXN0LFxuICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgIHNpZ25hbDogYWJvcnRTaWduYWxcbiAgICAgICAgICAgIH1cbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgc3RhdGljIGFzeW5jIGxpc3RGYWNhZGVNZXRhZGF0YU5hbWVzKHJlcXVlc3Q6IExpc3RGYWNhZGVNZXRhZGF0YU5hbWVzUmVxdWVzdCwgYWJvcnRTaWduYWw6IEFib3J0U2lnbmFsKTogUHJvbWlzZTxMaXN0RmFjYWRlTWV0YWRhdGFOYW1lc1Jlc3BvbnNlPiB7XG4gICAgICAgIHJldHVybiBDdXN0b21IdHRwQ2xpZW50LlBPU1Q8TGlzdEZhY2FkZU1ldGFkYXRhTmFtZXNSZXNwb25zZT4oXG4gICAgICAgICAgICBgJHtBdXRvY29tcGxldGVTZXJ2aWNlLkJBU0VfVVJMfS9xdWVyaWVzL2xpc3RGYWNhZGVNZXRhZGF0YU5hbWVzYCxcbiAgICAgICAgICAgIHJlcXVlc3QsXG4gICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgc2lnbmFsOiBhYm9ydFNpZ25hbFxuICAgICAgICAgICAgfVxuICAgICAgICApO1xuICAgIH1cblxuICAgIHB1YmxpYyBzdGF0aWMgYXN5bmMgZ2V0RmFjYWRlTWV0YWRhdGFCeVBhdGgocmVxdWVzdDogR2V0RmFjYWRlTWV0YWRhdGFCeVBhdGhSZXF1ZXN0LCBhYm9ydFNpZ25hbDogQWJvcnRTaWduYWwpOiBQcm9taXNlPEdldEZhY2FkZU1ldGFkYXRhQnlQYXRoUmVzcG9uc2U+IHtcbiAgICAgICAgcmV0dXJuIEN1c3RvbUh0dHBDbGllbnQuUE9TVDxHZXRGYWNhZGVNZXRhZGF0YUJ5UGF0aFJlc3BvbnNlPihcbiAgICAgICAgICAgIGAke0F1dG9jb21wbGV0ZVNlcnZpY2UuQkFTRV9VUkx9L3F1ZXJpZXMvZ2V0RmFjYWRlTWV0YWRhdGFCeVBhdGhgLFxuICAgICAgICAgICAgcmVxdWVzdCxcbiAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICBzaWduYWw6IGFib3J0U2lnbmFsXG4gICAgICAgICAgICB9XG4gICAgICAgICk7XG4gICAgfVxufVxuIl19
@@ -0,0 +1,18 @@
1
+ import { LRLanguage } from "@codemirror/language";
2
+ import { buildParser } from "@lezer/generator";
3
+ import { styleTags, tags } from "@codemirror/highlight";
4
+ import parserGrammar from "./grammar";
5
+ import { Keywords } from "../../models";
6
+ export const baseConfigs = LRLanguage.define({
7
+ parser: buildParser(parserGrammar)
8
+ .configure({
9
+ props: [
10
+ styleTags({
11
+ [Object.values(Keywords).join(" ")]: tags.keyword,
12
+ "String": tags.string,
13
+ "Number": tags.number,
14
+ })
15
+ ]
16
+ })
17
+ });
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzZS1jb25maWdzLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvY29kZS1lZGl0b3IvaW5mcmEvY29yZXMvY29kZW1pcnJvci02L2xhbmd1YWdlcy90YXgtY2FsY3VsYXRpb24vZXh0ZW5zaW9ucy9iYXNlLWNvbmZpZ3MvYmFzZS1jb25maWdzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNsRCxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDL0MsT0FBTyxFQUNILFNBQVMsRUFDVCxJQUFJLEVBQ1AsTUFBTSx1QkFBdUIsQ0FBQztBQUUvQixPQUFPLGFBQWEsTUFBTSxXQUFXLENBQUM7QUFDdEMsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGNBQWMsQ0FBQztBQUV4QyxNQUFNLENBQUMsTUFBTSxXQUFXLEdBQUcsVUFBVSxDQUFDLE1BQU0sQ0FBQztJQUN6QyxNQUFNLEVBQUcsV0FBVyxDQUFDLGFBQWEsQ0FBQztTQUM5QixTQUFTLENBQUM7UUFDUCxLQUFLLEVBQUU7WUFDSCxTQUFTLENBQUM7Z0JBQ04sQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxPQUFPO2dCQUNqRCxRQUFRLEVBQUUsSUFBSSxDQUFDLE1BQU07Z0JBQ3JCLFFBQVEsRUFBRSxJQUFJLENBQUMsTUFBTTthQUN4QixDQUFDO1NBQ0w7S0FDSixDQUFDO0NBQ1QsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTFJMYW5ndWFnZSB9IGZyb20gXCJAY29kZW1pcnJvci9sYW5ndWFnZVwiO1xuaW1wb3J0IHsgYnVpbGRQYXJzZXIgfSBmcm9tIFwiQGxlemVyL2dlbmVyYXRvclwiO1xuaW1wb3J0IHtcbiAgICBzdHlsZVRhZ3MsXG4gICAgdGFnc1xufSBmcm9tIFwiQGNvZGVtaXJyb3IvaGlnaGxpZ2h0XCI7XG5cbmltcG9ydCBwYXJzZXJHcmFtbWFyIGZyb20gXCIuL2dyYW1tYXJcIjtcbmltcG9ydCB7IEtleXdvcmRzIH0gZnJvbSBcIi4uLy4uL21vZGVsc1wiO1xuXG5leHBvcnQgY29uc3QgYmFzZUNvbmZpZ3MgPSBMUkxhbmd1YWdlLmRlZmluZSh7XG4gICAgcGFyc2VyOiAgYnVpbGRQYXJzZXIocGFyc2VyR3JhbW1hcilcbiAgICAgICAgLmNvbmZpZ3VyZSh7XG4gICAgICAgICAgICBwcm9wczogW1xuICAgICAgICAgICAgICAgIHN0eWxlVGFncyh7XG4gICAgICAgICAgICAgICAgICAgIFtPYmplY3QudmFsdWVzKEtleXdvcmRzKS5qb2luKFwiIFwiKV06IHRhZ3Mua2V5d29yZCxcbiAgICAgICAgICAgICAgICAgICAgXCJTdHJpbmdcIjogdGFncy5zdHJpbmcsXG4gICAgICAgICAgICAgICAgICAgIFwiTnVtYmVyXCI6IHRhZ3MubnVtYmVyLFxuICAgICAgICAgICAgICAgIH0pXG4gICAgICAgICAgICBdXG4gICAgICAgIH0pXG59KTtcbiJdfQ==
@@ -0,0 +1,37 @@
1
+ export default `
2
+ @top Script { statement+ }
3
+
4
+ statement[@isGroup=Statement] {
5
+ Keyword |
6
+ String |
7
+ Number
8
+ }
9
+
10
+ @tokens {
11
+ String { '"' (![\\n"])* '"'? }
12
+
13
+ Number { std.digit+ }
14
+
15
+ identifierChar { std.asciiLetter | $[_$\u{a1}-\u{10ffff}] }
16
+
17
+ word { identifierChar (identifierChar | std.digit)* }
18
+
19
+ identifier { word }
20
+ }
21
+
22
+ Keyword {
23
+ kw<"SE">
24
+ kw<"ENTAO">
25
+ kw<"FIM_SE">
26
+ kw<"SENAO">
27
+ kw<"NAO">
28
+ kw<"CONTENHA">
29
+ kw<"OU">
30
+ kw<"E">
31
+ }
32
+
33
+ kw<term> { @specialize[@name={term}]<identifier, term> }
34
+
35
+ @detectDelim
36
+ `;
37
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JhbW1hci5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHMvIiwic291cmNlcyI6WyJjb21wb25lbnRzL2NvZGUtZWRpdG9yL2luZnJhL2NvcmVzL2NvZGVtaXJyb3ItNi9sYW5ndWFnZXMvdGF4LWNhbGN1bGF0aW9uL2V4dGVuc2lvbnMvYmFzZS1jb25maWdzL2dyYW1tYXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsZUFBZTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FtQ2QsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IGBcbkB0b3AgU2NyaXB0IHsgc3RhdGVtZW50KyB9XG5cbnN0YXRlbWVudFtAaXNHcm91cD1TdGF0ZW1lbnRdIHtcbiAgICBLZXl3b3JkIHxcbiAgICBTdHJpbmcgfFxuICAgIE51bWJlclxufVxuXG5AdG9rZW5zIHtcbiAgICBTdHJpbmcgeyAnXCInICghW1xcXFxuXCJdKSogJ1wiJz8gfVxuXG4gICAgTnVtYmVyIHsgc3RkLmRpZ2l0KyB9XG5cbiAgICBpZGVudGlmaWVyQ2hhciB7IHN0ZC5hc2NpaUxldHRlciB8ICRbXyRcXHV7YTF9LVxcdXsxMGZmZmZ9XSB9XG5cbiAgICB3b3JkIHsgaWRlbnRpZmllckNoYXIgKGlkZW50aWZpZXJDaGFyIHwgc3RkLmRpZ2l0KSogfVxuXG4gICAgaWRlbnRpZmllciB7IHdvcmQgfVxufVxuXG5LZXl3b3JkIHtcbiAgICBrdzxcIlNFXCI+XG4gICAga3c8XCJFTlRBT1wiPlxuICAgIGt3PFwiRklNX1NFXCI+XG4gICAga3c8XCJTRU5BT1wiPlxuICAgIGt3PFwiTkFPXCI+XG4gICAga3c8XCJDT05URU5IQVwiPlxuICAgIGt3PFwiT1VcIj5cbiAgICBrdzxcIkVcIj5cbn1cblxua3c8dGVybT4geyBAc3BlY2lhbGl6ZVtAbmFtZT17dGVybX1dPGlkZW50aWZpZXIsIHRlcm0+IH1cblxuQGRldGVjdERlbGltXG5gO1xuIl19
@@ -0,0 +1,10 @@
1
+ export var CompletionTypes;
2
+ (function (CompletionTypes) {
3
+ CompletionTypes["Keyword"] = "keyword";
4
+ CompletionTypes["Context"] = "context";
5
+ CompletionTypes["Expression"] = "expression";
6
+ CompletionTypes["UserExpression"] = "userExpression";
7
+ CompletionTypes["Entity"] = "entity";
8
+ CompletionTypes["FinalValue"] = "finalValue";
9
+ })(CompletionTypes || (CompletionTypes = {}));
10
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcGxldGlvbi10eXBlcy5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHMvIiwic291cmNlcyI6WyJjb21wb25lbnRzL2NvZGUtZWRpdG9yL2luZnJhL2NvcmVzL2NvZGVtaXJyb3ItNi9sYW5ndWFnZXMvdGF4LWNhbGN1bGF0aW9uL21vZGVscy9lbnVtcy9jb21wbGV0aW9uLXR5cGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLGVBT1g7QUFQRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsc0NBQW1CLENBQUE7SUFDbkIsNENBQXlCLENBQUE7SUFDekIsb0RBQWlDLENBQUE7SUFDakMsb0NBQWlCLENBQUE7SUFDakIsNENBQXlCLENBQUE7QUFDN0IsQ0FBQyxFQVBXLGVBQWUsS0FBZixlQUFlLFFBTzFCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gQ29tcGxldGlvblR5cGVzIHtcbiAgICBLZXl3b3JkID0gXCJrZXl3b3JkXCIsXG4gICAgQ29udGV4dCA9IFwiY29udGV4dFwiLFxuICAgIEV4cHJlc3Npb24gPSBcImV4cHJlc3Npb25cIixcbiAgICBVc2VyRXhwcmVzc2lvbiA9IFwidXNlckV4cHJlc3Npb25cIixcbiAgICBFbnRpdHkgPSBcImVudGl0eVwiLFxuICAgIEZpbmFsVmFsdWUgPSBcImZpbmFsVmFsdWVcIlxufVxuIl19
@@ -0,0 +1,8 @@
1
+ export var EnumTypeOrder;
2
+ (function (EnumTypeOrder) {
3
+ // Tipo de ordenação - Crescente
4
+ EnumTypeOrder["ASC"] = "ASC";
5
+ // Tipo de ordenação - Decrescente
6
+ EnumTypeOrder["DESC"] = "DESC";
7
+ })(EnumTypeOrder || (EnumTypeOrder = {}));
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW51bS10eXBlLW9yZGVyLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvY29kZS1lZGl0b3IvaW5mcmEvY29yZXMvY29kZW1pcnJvci02L2xhbmd1YWdlcy90YXgtY2FsY3VsYXRpb24vbW9kZWxzL2VudW1zL2VudW0tdHlwZS1vcmRlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSxhQUtYO0FBTEQsV0FBWSxhQUFhO0lBQ3JCLGdDQUFnQztJQUNoQyw0QkFBVyxDQUFBO0lBQ1gsa0NBQWtDO0lBQ2xDLDhCQUFhLENBQUE7QUFDakIsQ0FBQyxFQUxXLGFBQWEsS0FBYixhQUFhLFFBS3hCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gRW51bVR5cGVPcmRlciB7XG4gICAgLy8gVGlwbyBkZSBvcmRlbmHDp8OjbyAtIENyZXNjZW50ZVxuICAgIEFTQyA9IFwiQVNDXCIsXG4gICAgLy8gVGlwbyBkZSBvcmRlbmHDp8OjbyAtIERlY3Jlc2NlbnRlXG4gICAgREVTQyA9IFwiREVTQ1wiXG59XG4iXX0=
@@ -0,0 +1,12 @@
1
+ export var Keywords;
2
+ (function (Keywords) {
3
+ Keywords["SE"] = "SE";
4
+ Keywords["SENAO"] = "SENAO";
5
+ Keywords["CONTENHA"] = "CONTENHA";
6
+ Keywords["ENTAO"] = "ENTAO";
7
+ Keywords["FIM_SE"] = "FIM_SE";
8
+ Keywords["NAO"] = "NAO";
9
+ Keywords["E"] = "E";
10
+ Keywords["OU"] = "OU";
11
+ })(Keywords || (Keywords = {}));
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2V5d29yZHMuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2VuaW9yc2lzdGVtYXMvYW5ndWxhci1jb21wb25lbnRzLyIsInNvdXJjZXMiOlsiY29tcG9uZW50cy9jb2RlLWVkaXRvci9pbmZyYS9jb3Jlcy9jb2RlbWlycm9yLTYvbGFuZ3VhZ2VzL3RheC1jYWxjdWxhdGlvbi9tb2RlbHMvZW51bXMva2V5d29yZHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVksUUFTWDtBQVRELFdBQVksUUFBUTtJQUNoQixxQkFBUyxDQUFBO0lBQ1QsMkJBQWUsQ0FBQTtJQUNmLGlDQUFxQixDQUFBO0lBQ3JCLDJCQUFlLENBQUE7SUFDZiw2QkFBaUIsQ0FBQTtJQUNqQix1QkFBVyxDQUFBO0lBQ1gsbUJBQU8sQ0FBQTtJQUNQLHFCQUFTLENBQUE7QUFDYixDQUFDLEVBVFcsUUFBUSxLQUFSLFFBQVEsUUFTbkIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBLZXl3b3JkcyB7XG4gICAgU0UgPSBcIlNFXCIsXG4gICAgU0VOQU8gPSBcIlNFTkFPXCIsXG4gICAgQ09OVEVOSEEgPSBcIkNPTlRFTkhBXCIsXG4gICAgRU5UQU8gPSBcIkVOVEFPXCIsXG4gICAgRklNX1NFID0gXCJGSU1fU0VcIixcbiAgICBOQU8gPSBcIk5BT1wiLFxuICAgIEUgPSBcIkVcIixcbiAgICBPVSA9IFwiT1VcIlxufVxuIl19
@@ -0,0 +1,36 @@
1
+ export var MetaType;
2
+ (function (MetaType) {
3
+ // Entity
4
+ MetaType["ENTITY"] = "ENTITY";
5
+ // String
6
+ MetaType["STRING"] = "STRING";
7
+ // Integer
8
+ MetaType["INTEGER"] = "INTEGER";
9
+ // Double
10
+ MetaType["DOUBLE"] = "DOUBLE";
11
+ // Long
12
+ MetaType["LONG"] = "LONG";
13
+ // BigDecimal
14
+ MetaType["BIGDECIMAL"] = "BIGDECIMAL";
15
+ // UUID
16
+ MetaType["UUID"] = "UUID";
17
+ // Date
18
+ MetaType["DATE"] = "DATE";
19
+ // DateTime
20
+ MetaType["DATETIME"] = "DATETIME";
21
+ // DateTime
22
+ MetaType["LOCALDATETIME"] = "LOCALDATETIME";
23
+ // Time
24
+ MetaType["TIME"] = "TIME";
25
+ // Boolean
26
+ MetaType["BOOLEAN"] = "BOOLEAN";
27
+ // List
28
+ MetaType["LIST"] = "LIST";
29
+ // Enum
30
+ MetaType["ENUM"] = "ENUM";
31
+ // CustomExpression
32
+ MetaType["CUSTOM_EXPRESSION"] = "CUSTOM_EXPRESSION";
33
+ // PublicExpression
34
+ MetaType["PUBLIC_EXPRESSION"] = "PUBLIC_EXPRESSION";
35
+ })(MetaType || (MetaType = {}));
36
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWV0YS10eXBlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvY29kZS1lZGl0b3IvaW5mcmEvY29yZXMvY29kZW1pcnJvci02L2xhbmd1YWdlcy90YXgtY2FsY3VsYXRpb24vbW9kZWxzL2VudW1zL21ldGEtdHlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSxRQWlDWDtBQWpDRCxXQUFZLFFBQVE7SUFDaEIsU0FBUztJQUNULDZCQUFpQixDQUFBO0lBQ2pCLFNBQVM7SUFDVCw2QkFBaUIsQ0FBQTtJQUNqQixVQUFVO0lBQ1YsK0JBQW1CLENBQUE7SUFDbkIsU0FBUztJQUNULDZCQUFpQixDQUFBO0lBQ2pCLE9BQU87SUFDUCx5QkFBYSxDQUFBO0lBQ2IsYUFBYTtJQUNiLHFDQUF5QixDQUFBO0lBQ3pCLE9BQU87SUFDUCx5QkFBYSxDQUFBO0lBQ2IsT0FBTztJQUNQLHlCQUFhLENBQUE7SUFDYixXQUFXO0lBQ1gsaUNBQXFCLENBQUE7SUFDckIsV0FBVztJQUNYLDJDQUErQixDQUFBO0lBQy9CLE9BQU87SUFDUCx5QkFBYSxDQUFBO0lBQ2IsVUFBVTtJQUNWLCtCQUFtQixDQUFBO0lBQ25CLE9BQU87SUFDUCx5QkFBYSxDQUFBO0lBQ2IsT0FBTztJQUNQLHlCQUFhLENBQUE7SUFDYixtQkFBbUI7SUFDbkIsbURBQXVDLENBQUE7SUFDdkMsbUJBQW1CO0lBQ25CLG1EQUF1QyxDQUFBO0FBQzNDLENBQUMsRUFqQ1csUUFBUSxLQUFSLFFBQVEsUUFpQ25CIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gTWV0YVR5cGUge1xuICAgIC8vIEVudGl0eVxuICAgIEVOVElUWSA9IFwiRU5USVRZXCIsXG4gICAgLy8gU3RyaW5nXG4gICAgU1RSSU5HID0gXCJTVFJJTkdcIixcbiAgICAvLyBJbnRlZ2VyXG4gICAgSU5URUdFUiA9IFwiSU5URUdFUlwiLFxuICAgIC8vIERvdWJsZVxuICAgIERPVUJMRSA9IFwiRE9VQkxFXCIsXG4gICAgLy8gTG9uZ1xuICAgIExPTkcgPSBcIkxPTkdcIixcbiAgICAvLyBCaWdEZWNpbWFsXG4gICAgQklHREVDSU1BTCA9IFwiQklHREVDSU1BTFwiLFxuICAgIC8vIFVVSURcbiAgICBVVUlEID0gXCJVVUlEXCIsXG4gICAgLy8gRGF0ZVxuICAgIERBVEUgPSBcIkRBVEVcIixcbiAgICAvLyBEYXRlVGltZVxuICAgIERBVEVUSU1FID0gXCJEQVRFVElNRVwiLFxuICAgIC8vIERhdGVUaW1lXG4gICAgTE9DQUxEQVRFVElNRSA9IFwiTE9DQUxEQVRFVElNRVwiLFxuICAgIC8vIFRpbWVcbiAgICBUSU1FID0gXCJUSU1FXCIsXG4gICAgLy8gQm9vbGVhblxuICAgIEJPT0xFQU4gPSBcIkJPT0xFQU5cIixcbiAgICAvLyBMaXN0XG4gICAgTElTVCA9IFwiTElTVFwiLFxuICAgIC8vIEVudW1cbiAgICBFTlVNID0gXCJFTlVNXCIsXG4gICAgLy8gQ3VzdG9tRXhwcmVzc2lvblxuICAgIENVU1RPTV9FWFBSRVNTSU9OID0gXCJDVVNUT01fRVhQUkVTU0lPTlwiLFxuICAgIC8vIFB1YmxpY0V4cHJlc3Npb25cbiAgICBQVUJMSUNfRVhQUkVTU0lPTiA9IFwiUFVCTElDX0VYUFJFU1NJT05cIlxufVxuIl19
@@ -0,0 +1,9 @@
1
+ export var RequestTypes;
2
+ (function (RequestTypes) {
3
+ RequestTypes[RequestTypes["ListContextMetadataById"] = 0] = "ListContextMetadataById";
4
+ RequestTypes[RequestTypes["ListBlobMetadata"] = 1] = "ListBlobMetadata";
5
+ RequestTypes[RequestTypes["ListExpressionMetadata"] = 2] = "ListExpressionMetadata";
6
+ RequestTypes[RequestTypes["ListFacadeMetadataNames"] = 3] = "ListFacadeMetadataNames";
7
+ RequestTypes[RequestTypes["GetFacadeMetadataByPath"] = 4] = "GetFacadeMetadataByPath";
8
+ })(RequestTypes || (RequestTypes = {}));
9
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVxdWVzdC10eXBlcy5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHMvIiwic291cmNlcyI6WyJjb21wb25lbnRzL2NvZGUtZWRpdG9yL2luZnJhL2NvcmVzL2NvZGVtaXJyb3ItNi9sYW5ndWFnZXMvdGF4LWNhbGN1bGF0aW9uL21vZGVscy9lbnVtcy9yZXF1ZXN0LXR5cGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLFlBTVg7QUFORCxXQUFZLFlBQVk7SUFDcEIscUZBQXVCLENBQUE7SUFDdkIsdUVBQWdCLENBQUE7SUFDaEIsbUZBQXNCLENBQUE7SUFDdEIscUZBQXVCLENBQUE7SUFDdkIscUZBQXVCLENBQUE7QUFDM0IsQ0FBQyxFQU5XLFlBQVksS0FBWixZQUFZLFFBTXZCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gUmVxdWVzdFR5cGVzIHtcbiAgICBMaXN0Q29udGV4dE1ldGFkYXRhQnlJZCxcbiAgICBMaXN0QmxvYk1ldGFkYXRhLFxuICAgIExpc3RFeHByZXNzaW9uTWV0YWRhdGEsXG4gICAgTGlzdEZhY2FkZU1ldGFkYXRhTmFtZXMsXG4gICAgR2V0RmFjYWRlTWV0YWRhdGFCeVBhdGgsXG59XG4iXX0=
@@ -0,0 +1,7 @@
1
+ /* Enums */
2
+ export * from "./enums/enum-type-order";
3
+ export * from "./enums/meta-type";
4
+ export * from "./enums/request-types";
5
+ export * from "./enums/completion-types";
6
+ export * from "./enums/keywords";
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2VuaW9yc2lzdGVtYXMvYW5ndWxhci1jb21wb25lbnRzLyIsInNvdXJjZXMiOlsiY29tcG9uZW50cy9jb2RlLWVkaXRvci9pbmZyYS9jb3Jlcy9jb2RlbWlycm9yLTYvbGFuZ3VhZ2VzL3RheC1jYWxjdWxhdGlvbi9tb2RlbHMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBZ0JBLFdBQVc7QUFDWCxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsa0JBQWtCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKiBJbnRlcmZhY2VzICovXG5leHBvcnQgKiBmcm9tIFwiLi9pbnRlcmZhY2VzL3RheC1jYWxjdWxhdGlvbi1jb25maWdzXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9pbnRlcmZhY2VzL2ZpZWxkcy1vcmRlci1ieVwiO1xuZXhwb3J0ICogZnJvbSBcIi4vaW50ZXJmYWNlcy9yZWMtcGFnZS1yZXF1ZXN0XCI7XG5leHBvcnQgKiBmcm9tIFwiLi9pbnRlcmZhY2VzL2xpc3QtZmFjYWRlLW1ldGFkYXRhLW5hbWVzXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9pbnRlcmZhY2VzL2ZhY2FkZS1tZXRhZGF0YS1uYW1lXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9pbnRlcmZhY2VzL3JlYy1mcm9udC1jb250ZXh0LW1ldGFkYXRhXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9pbnRlcmZhY2VzL2xpc3QtY29udGV4dC1tZXRhZGF0YS1ieS1pZFwiO1xuZXhwb3J0ICogZnJvbSBcIi4vaW50ZXJmYWNlcy9yZWMtZXhwcmVzc2lvbi1tZXRhZGF0YVwiO1xuZXhwb3J0ICogZnJvbSBcIi4vaW50ZXJmYWNlcy9saXN0LWV4cHJlc3Npb24tbWV0YWRhdGFcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2ludGVyZmFjZXMvcmVjLWZyb250LWZpZWxkLW1ldGFkYXRhXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9pbnRlcmZhY2VzL3JlYy1mcm9udC1mYWNhZGUtbWV0YWRhdGFcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2ludGVyZmFjZXMvZ2V0LWZhY2FkZS1tZXRhZGF0YS1ieS1wYXRoXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9pbnRlcmZhY2VzL3NhZmUtaHR0cC1jb21tdW5pY2F0aW9uXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9pbnRlcmZhY2VzL2NvbXBsZXRpb24tSXRlbVwiO1xuXG4vKiBFbnVtcyAqL1xuZXhwb3J0ICogZnJvbSBcIi4vZW51bXMvZW51bS10eXBlLW9yZGVyXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9lbnVtcy9tZXRhLXR5cGVcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2VudW1zL3JlcXVlc3QtdHlwZXNcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2VudW1zL2NvbXBsZXRpb24tdHlwZXNcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2VudW1zL2tleXdvcmRzXCI7XG4iXX0=
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcGxldGlvbi1JdGVtLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvY29kZS1lZGl0b3IvaW5mcmEvY29yZXMvY29kZW1pcnJvci02L2xhbmd1YWdlcy90YXgtY2FsY3VsYXRpb24vbW9kZWxzL2ludGVyZmFjZXMvY29tcGxldGlvbi1JdGVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wbGV0aW9uIH0gZnJvbSBcIkBjb2RlbWlycm9yL2F1dG9jb21wbGV0ZVwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbXBsZXRpb25JdGVtIHtcbiAgICBwYXRoOiBzdHJpbmc7XG4gICAgZmlsdGVyOiBzdHJpbmc7XG4gICAgY29tcGxldGlvbnM6IENvbXBsZXRpb25bXTtcbn1cbiJdfQ==
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFjYWRlLW1ldGFkYXRhLW5hbWUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2VuaW9yc2lzdGVtYXMvYW5ndWxhci1jb21wb25lbnRzLyIsInNvdXJjZXMiOlsiY29tcG9uZW50cy9jb2RlLWVkaXRvci9pbmZyYS9jb3Jlcy9jb2RlbWlycm9yLTYvbGFuZ3VhZ2VzL3RheC1jYWxjdWxhdGlvbi9tb2RlbHMvaW50ZXJmYWNlcy9mYWNhZGUtbWV0YWRhdGEtbmFtZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBGYWNhZGVNZXRhZGF0YU5hbWUge1xuICAgIC8vIENvbnRleHRvXG4gICAgY29udGV4dDogc3RyaW5nO1xuICAgIC8vIE5vbWUgZG8gZmFjYWRlXG4gICAgbmFtZTogc3RyaW5nO1xuICAgIC8vIGlkXG4gICAgaWQ6IHN0cmluZztcbn1cbiJdfQ==
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmllbGRzLW9yZGVyLWJ5LmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvY29kZS1lZGl0b3IvaW5mcmEvY29yZXMvY29kZW1pcnJvci02L2xhbmd1YWdlcy90YXgtY2FsY3VsYXRpb24vbW9kZWxzL2ludGVyZmFjZXMvZmllbGRzLW9yZGVyLWJ5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFbnVtVHlwZU9yZGVyIH0gZnJvbSBcIi4uL2luZGV4XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRmllbGRzT3JkZXJCeSB7XG4gICAgLy8gTm9tZSBkbyBjYW1wbyBhIHNlciBvcmRlbmFkb1xuICAgIGZpZWxkOiBzdHJpbmc7XG4gICAgLy8gVGlwbyBkZSBvcmRlbmHDp8OjbyBkbyBjYW1wbyAoQVNDIC8gREVTQylcbiAgICBvcmRlcjogRW51bVR5cGVPcmRlcjtcbn1cbiJdfQ==
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0LWZhY2FkZS1tZXRhZGF0YS1ieS1wYXRoLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvcnNpc3RlbWFzL2FuZ3VsYXItY29tcG9uZW50cy8iLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvY29kZS1lZGl0b3IvaW5mcmEvY29yZXMvY29kZW1pcnJvci02L2xhbmd1YWdlcy90YXgtY2FsY3VsYXRpb24vbW9kZWxzL2ludGVyZmFjZXMvZ2V0LWZhY2FkZS1tZXRhZGF0YS1ieS1wYXRoLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBSZWNGcm9udEZhY2FkZU1ldGFkYXRhIH0gZnJvbSBcIi4uL2luZGV4XCI7XG5cbmV4cG9ydCBpbnRlcmZhY2UgR2V0RmFjYWRlTWV0YWRhdGFCeVBhdGhSZXF1ZXN0IHtcbiAgICAvLyBDb250ZXh0b1xuICAgIGNvbnRleHQ6IHN0cmluZztcbiAgICAvLyBFbnRpZGFkZVxuICAgIGVudGl0eU5hbWU6IHN0cmluZztcbiAgICAvLyBDYW1wb3NcbiAgICBmaWVsZHM/OiBzdHJpbmdbXTtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBHZXRGYWNhZGVNZXRhZGF0YUJ5UGF0aFJlc3BvbnNlIHtcbiAgICAvLyBNZXRhZGFkbyBkbyBmYWNhZGVcbiAgICBmYWNhZGVNZXRhZGF0YTogUmVjRnJvbnRGYWNhZGVNZXRhZGF0YTtcbn1cbiJdfQ==