@seniorsistemas/angular-components 19.3.1 → 19.3.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.
- package/breadcrumb/lib/dynamic-breadcrumb/dynamic-breadcrumb.component.d.ts +1 -2
- package/calendar-mask/lib/calendar-mask/calendar-mask.directive.d.ts +0 -1
- package/chips/lib/chips/chips/chips.component.d.ts +1 -2
- package/code-editor/lib/code-editor/code-editor.component.d.ts +0 -2
- package/code-editor/lib/code-editor/infra/utils/custom-translations/custom-translations.module.d.ts +1 -3
- package/common/lib/svg-factory/svg-factory.directive.d.ts +1 -2
- package/content-generator/lib/content-generator/content-generator.component.d.ts +1 -6
- package/content-generator/lib/services/IAssist/iassist.service.d.ts +0 -3
- package/country-phone-picker/lib/country-phone-picker/country-phone-picker.component.d.ts +0 -3
- package/country-phone-picker/lib/country-phone-picker/country-phone-picker.service.d.ts +0 -2
- package/currency/lib/currency.service.d.ts +0 -2
- package/custom-fields/lib/custom-fields/custom-fields.component.d.ts +3 -7
- package/custom-fields/lib/custom-fields/custom-fields.service.d.ts +0 -2
- package/dynamic-form/dynamic-form/components/lookup/lookup.component.d.ts +2 -4
- package/dynamic-form/dynamic-form/components/lookup/types/lookup-models.d.ts +4 -0
- package/dynamic-form/dynamic-form/form-field/configurations/fields/lookup-field.d.ts +2 -1
- package/dynamic-form/dynamic-form/form-field/fields/autocomplete/autocomplete-field.component.d.ts +1 -2
- package/dynamic-form/dynamic-form/form-field/fields/bignumber/bignumber-field.component.d.ts +1 -3
- package/dynamic-form/dynamic-form/form-field/fields/calendar/calendar-field.component.d.ts +1 -2
- package/dynamic-form/dynamic-form/form-field/fields/chips/chips-field.component.d.ts +1 -3
- package/dynamic-form/dynamic-form/form-field/fields/country-phone-picker/country-phone-picker-field.component.d.ts +1 -2
- package/dynamic-form/dynamic-form/form-field/fields/currency/currency-field.component.d.ts +1 -3
- package/dynamic-form/dynamic-form/form-field/fields/file-picker/file-picker-field.component.d.ts +1 -2
- package/dynamic-form/dynamic-form/form-field/fields/number/number-field.component.d.ts +1 -3
- package/dynamic-form/dynamic-form/form-field/fields/password/password-field.component.d.ts +1 -2
- package/dynamic-form/dynamic-form/form-field/fields/text/text-field.component.d.ts +1 -2
- package/dynamic-form/dynamic-form/form-field/fields/text-area/text-area-field.component.d.ts +1 -2
- package/dynamic-form/public-api.d.ts +1 -0
- package/empty-state/lib/empty-state/go-back/go-back.component.d.ts +0 -2
- package/esm2022/badge/lib/badge/badge.component.mjs +3 -3
- package/esm2022/breadcrumb/lib/dynamic-breadcrumb/dynamic-breadcrumb.component.mjs +10 -13
- package/esm2022/calendar-mask/lib/calendar-mask/calendar-mask.directive.mjs +7 -11
- package/esm2022/chips/lib/chips/chips/chips.component.mjs +5 -8
- package/esm2022/code-editor/lib/code-editor/code-editor.component.mjs +6 -9
- package/esm2022/code-editor/lib/code-editor/infra/utils/custom-translations/custom-translations.module.mjs +8 -13
- package/esm2022/common/lib/svg-factory/svg-factory.directive.mjs +6 -10
- package/esm2022/content-generator/lib/content-generator/content-generator.component.mjs +24 -30
- package/esm2022/content-generator/lib/services/IAssist/iassist.service.mjs +9 -12
- package/esm2022/country-phone-picker/lib/country-phone-picker/country-phone-picker.component.mjs +15 -23
- package/esm2022/country-phone-picker/lib/country-phone-picker/country-phone-picker.service.mjs +6 -9
- package/esm2022/currency/lib/currency.service.mjs +6 -9
- package/esm2022/custom-fields/lib/custom-fields/custom-fields.component.mjs +17 -25
- package/esm2022/custom-fields/lib/custom-fields/custom-fields.service.mjs +6 -9
- package/esm2022/dynamic-form/dynamic-form/components/lookup/lookup.component.mjs +26 -35
- package/esm2022/dynamic-form/dynamic-form/components/lookup/types/lookup-models.mjs +2 -0
- package/esm2022/dynamic-form/dynamic-form/form-field/configurations/fields/lookup-field.mjs +1 -1
- package/esm2022/dynamic-form/dynamic-form/form-field/fields/autocomplete/autocomplete-field.component.mjs +6 -10
- package/esm2022/dynamic-form/dynamic-form/form-field/fields/bignumber/bignumber-field.component.mjs +12 -17
- package/esm2022/dynamic-form/dynamic-form/form-field/fields/calendar/calendar-field.component.mjs +5 -8
- package/esm2022/dynamic-form/dynamic-form/form-field/fields/chips/chips-field.component.mjs +12 -17
- package/esm2022/dynamic-form/dynamic-form/form-field/fields/country-phone-picker/country-phone-picker-field.component.mjs +5 -8
- package/esm2022/dynamic-form/dynamic-form/form-field/fields/currency/currency-field.component.mjs +13 -19
- package/esm2022/dynamic-form/dynamic-form/form-field/fields/file-picker/file-picker-field.component.mjs +6 -10
- package/esm2022/dynamic-form/dynamic-form/form-field/fields/number/number-field.component.mjs +14 -19
- package/esm2022/dynamic-form/dynamic-form/form-field/fields/password/password-field.component.mjs +5 -8
- package/esm2022/dynamic-form/dynamic-form/form-field/fields/text/text-field.component.mjs +5 -8
- package/esm2022/dynamic-form/dynamic-form/form-field/fields/text-area/text-area-field.component.mjs +5 -8
- package/esm2022/dynamic-form/public-api.mjs +1 -1
- package/esm2022/empty-state/lib/empty-state/go-back/go-back.component.mjs +8 -11
- package/esm2022/file-picker/lib/file-picker/file-picker.component.mjs +17 -21
- package/esm2022/gantt/lib/gantt/components/gantt/gantt.mjs +6 -2
- package/esm2022/gantt/lib/gantt/gantt.component.mjs +8 -4
- package/esm2022/global-search/lib/global-search/global-search.component.mjs +5 -8
- package/esm2022/image-cropper/lib/image-cropper/image-cropper.service.mjs +7 -12
- package/esm2022/infinite-scroll/lib/infinite-scroll/infinite-scroll.directive.mjs +5 -8
- package/esm2022/info-sign/lib/info-sign/info-sign.directive.mjs +6 -10
- package/esm2022/inline-edit/lib/inline-edit/components/fields/inline-edit-calendar/inline-edit-calendar.component.mjs +9 -12
- package/esm2022/inline-edit/lib/inline-edit/components/fields/inline-edit-number/inline-edit-number.component.mjs +14 -17
- package/esm2022/inline-edit/lib/inline-edit/components/inline-edit-item/inline-edit-item.component.mjs +12 -15
- package/esm2022/insights/lib/insights/components/insights-card/insights-card.component.mjs +15 -19
- package/esm2022/interactive-content/lib/interactive-content/interactive-content.directive.mjs +5 -8
- package/esm2022/kanban/lib/kanban/components/kanban-column/kanban-column.component.mjs +10 -13
- package/esm2022/kanban/lib/kanban/components/kanban-item/kanban-item.component.mjs +10 -13
- package/esm2022/kanban/lib/kanban/kanban.component.mjs +23 -17
- package/esm2022/loading-state/lib/loading-state/loading-state.directive.mjs +10 -16
- package/esm2022/locale/lib/locale/locale.service.mjs +8 -12
- package/esm2022/locale/lib/locale/pipes/localized-bignumber.pipe.mjs +6 -9
- package/esm2022/locale/lib/locale/pipes/localized-currency.pipe.mjs +6 -9
- package/esm2022/locale/lib/locale/pipes/localized-date.pipe.mjs +6 -9
- package/esm2022/locale/lib/locale/pipes/localized-number.pipe.mjs +6 -9
- package/esm2022/locale/lib/locale/pipes/localized-time.pipe.mjs +6 -9
- package/esm2022/localized-number-input/lib/localized-number-input/localized-number-input.directive.mjs +6 -9
- package/esm2022/navigation-button/lib/navigation-button/navigation-button.component.mjs +5 -8
- package/esm2022/numeric/lib/numeric.pipe.mjs +8 -12
- package/esm2022/numeric/lib/numeric.service.mjs +6 -9
- package/esm2022/password-strength/lib/password-strength/password-strength.component.mjs +8 -11
- package/esm2022/password-strength/lib/password-strength/password-strength.directive.mjs +10 -16
- package/esm2022/picklist/lib/picklist/picklist.component.mjs +5 -8
- package/esm2022/profile-picture-picker/lib/profile-picture-picker/profile-picture-picker.component.mjs +15 -19
- package/esm2022/progressbar/lib/progressbar/components/progressbar-determinate/progressbar-determinate.component.mjs +8 -11
- package/esm2022/progressbar/lib/progressbar/progressbar.module.mjs +5 -4
- package/esm2022/select-button/lib/select-button/select-button.component.mjs +3 -3
- package/esm2022/shared/lib/accessibility/paginator-accessibility.directive.mjs +8 -13
- package/esm2022/shared/lib/accessibility/table-checkbox-accessibility.directive.mjs +5 -8
- package/esm2022/slide-in-bar/lib/slide-in-bar/slide-in-bar.component.mjs +9 -12
- package/esm2022/speech-recognition/lib/speech-recognition/speech-recognition/speech-recognition.component.mjs +12 -16
- package/esm2022/speech-recognition/lib/speech-recognition/speech-recognition.service.mjs +12 -16
- package/esm2022/speech-recognition/lib/speech-recognition/text-to-speech.service.mjs +8 -10
- package/esm2022/split-button/lib/split-button/split-button.component.mjs +5 -8
- package/esm2022/table/lib/table/row-toggler/row-toggler.directive.mjs +7 -7
- package/esm2022/table/lib/table/table-column/table-columns.component.mjs +19 -28
- package/esm2022/table/lib/table/table-paging/table-paging.component.mjs +9 -16
- package/esm2022/table-header/lib/table-header/table-header-checkbox.component.mjs +11 -13
- package/esm2022/text-area/lib/text-area/text-area.component.mjs +5 -8
- package/esm2022/thumbnail/lib/thumbnail/thumbnail.component.mjs +8 -11
- package/esm2022/tiered-menu/lib/tiered-menu/components/tiered-menu/tiered-menu.component.mjs +16 -24
- package/esm2022/tiered-menu/lib/tiered-menu/components/tiered-menu-item/tiered-menu-item.component.mjs +8 -11
- package/esm2022/tiered-menu/lib/tiered-menu/components/tiered-menu-nested/tiered-menu-nested.component.mjs +12 -16
- package/esm2022/tiered-menu/lib/tiered-menu/tiered-menu.directive.mjs +13 -25
- package/esm2022/toast/lib/toast/toast.service.mjs +7 -12
- package/esm2022/tree/lib/tree/components/tree-node-item/tree-node-item.component.mjs +10 -14
- package/esm2022/workspace-switch/lib/workspace-switch/workspace-switch.component.mjs +6 -10
- package/fesm2022/seniorsistemas-angular-components-badge.mjs +2 -2
- package/fesm2022/seniorsistemas-angular-components-badge.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-breadcrumb.mjs +10 -12
- package/fesm2022/seniorsistemas-angular-components-breadcrumb.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-calendar-mask.mjs +6 -10
- package/fesm2022/seniorsistemas-angular-components-calendar-mask.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-chips.mjs +4 -7
- package/fesm2022/seniorsistemas-angular-components-chips.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-code-editor.mjs +10 -18
- package/fesm2022/seniorsistemas-angular-components-code-editor.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-common.mjs +5 -9
- package/fesm2022/seniorsistemas-angular-components-common.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-content-generator.mjs +29 -40
- package/fesm2022/seniorsistemas-angular-components-content-generator.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-country-phone-picker.mjs +16 -28
- package/fesm2022/seniorsistemas-angular-components-country-phone-picker.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-currency.mjs +5 -8
- package/fesm2022/seniorsistemas-angular-components-currency.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-custom-fields.mjs +45 -59
- package/fesm2022/seniorsistemas-angular-components-custom-fields.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-dynamic-form.mjs +111 -163
- package/fesm2022/seniorsistemas-angular-components-dynamic-form.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-empty-state.mjs +4 -8
- package/fesm2022/seniorsistemas-angular-components-empty-state.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-file-picker.mjs +17 -22
- package/fesm2022/seniorsistemas-angular-components-file-picker.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-gantt.mjs +12 -4
- package/fesm2022/seniorsistemas-angular-components-gantt.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-global-search.mjs +4 -7
- package/fesm2022/seniorsistemas-angular-components-global-search.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-image-cropper.mjs +6 -11
- package/fesm2022/seniorsistemas-angular-components-image-cropper.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-infinite-scroll.mjs +4 -7
- package/fesm2022/seniorsistemas-angular-components-infinite-scroll.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-info-sign.mjs +5 -9
- package/fesm2022/seniorsistemas-angular-components-info-sign.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-inline-edit.mjs +29 -38
- package/fesm2022/seniorsistemas-angular-components-inline-edit.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-insights.mjs +17 -22
- package/fesm2022/seniorsistemas-angular-components-insights.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-interactive-content.mjs +4 -7
- package/fesm2022/seniorsistemas-angular-components-interactive-content.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-kanban.mjs +30 -30
- package/fesm2022/seniorsistemas-angular-components-kanban.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-loading-state.mjs +7 -15
- package/fesm2022/seniorsistemas-angular-components-loading-state.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-locale.mjs +22 -41
- package/fesm2022/seniorsistemas-angular-components-locale.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-localized-number-input.mjs +5 -8
- package/fesm2022/seniorsistemas-angular-components-localized-number-input.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-navigation-button.mjs +4 -7
- package/fesm2022/seniorsistemas-angular-components-navigation-button.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-numeric.mjs +9 -16
- package/fesm2022/seniorsistemas-angular-components-numeric.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-password-strength.mjs +13 -24
- package/fesm2022/seniorsistemas-angular-components-password-strength.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-picklist.mjs +4 -7
- package/fesm2022/seniorsistemas-angular-components-picklist.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-profile-picture-picker.mjs +14 -21
- package/fesm2022/seniorsistemas-angular-components-profile-picture-picker.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-progressbar.mjs +11 -14
- package/fesm2022/seniorsistemas-angular-components-progressbar.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-select-button.mjs +2 -2
- package/fesm2022/seniorsistemas-angular-components-select-button.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-shared.mjs +10 -18
- package/fesm2022/seniorsistemas-angular-components-shared.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-slide-in-bar.mjs +7 -10
- package/fesm2022/seniorsistemas-angular-components-slide-in-bar.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-speech-recognition.mjs +23 -34
- package/fesm2022/seniorsistemas-angular-components-speech-recognition.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-split-button.mjs +4 -7
- package/fesm2022/seniorsistemas-angular-components-split-button.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-table-header.mjs +10 -12
- package/fesm2022/seniorsistemas-angular-components-table-header.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-table.mjs +29 -46
- package/fesm2022/seniorsistemas-angular-components-table.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-text-area.mjs +4 -7
- package/fesm2022/seniorsistemas-angular-components-text-area.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-thumbnail.mjs +6 -9
- package/fesm2022/seniorsistemas-angular-components-thumbnail.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-tiered-menu.mjs +30 -55
- package/fesm2022/seniorsistemas-angular-components-tiered-menu.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-toast.mjs +6 -11
- package/fesm2022/seniorsistemas-angular-components-toast.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-tree.mjs +9 -14
- package/fesm2022/seniorsistemas-angular-components-tree.mjs.map +1 -1
- package/fesm2022/seniorsistemas-angular-components-workspace-switch.mjs +5 -9
- package/fesm2022/seniorsistemas-angular-components-workspace-switch.mjs.map +1 -1
- package/file-picker/lib/file-picker/file-picker.component.d.ts +0 -4
- package/file-upload/README.md +9 -37
- package/gantt/lib/gantt/gantt.component.d.ts +1 -0
- package/global-search/lib/global-search/global-search.component.d.ts +1 -2
- package/ia-insight/README.md +17 -0
- package/image-cropper/lib/image-cropper/image-cropper.service.d.ts +1 -2
- package/infinite-scroll/lib/infinite-scroll/infinite-scroll.directive.d.ts +1 -2
- package/info-sign/lib/info-sign/info-sign.directive.d.ts +1 -2
- package/inline-edit/lib/inline-edit/components/fields/inline-edit-calendar/inline-edit-calendar.component.d.ts +1 -2
- package/inline-edit/lib/inline-edit/components/fields/inline-edit-number/inline-edit-number.component.d.ts +0 -2
- package/inline-edit/lib/inline-edit/components/inline-edit-item/inline-edit-item.component.d.ts +0 -2
- package/insights/lib/insights/components/insights-card/insights-card.component.d.ts +0 -4
- package/interactive-content/lib/interactive-content/interactive-content.directive.d.ts +1 -2
- package/kanban/lib/kanban/components/kanban-column/kanban-column.component.d.ts +0 -2
- package/kanban/lib/kanban/components/kanban-item/kanban-item.component.d.ts +0 -2
- package/kanban/lib/kanban/kanban.component.d.ts +2 -2
- package/loading-state/lib/loading-state/loading-state.directive.d.ts +1 -2
- package/locale/lib/locale/locale.service.d.ts +0 -3
- package/locale/lib/locale/pipes/localized-bignumber.pipe.d.ts +0 -2
- package/locale/lib/locale/pipes/localized-currency.pipe.d.ts +0 -2
- package/locale/lib/locale/pipes/localized-date.pipe.d.ts +0 -2
- package/locale/lib/locale/pipes/localized-number.pipe.d.ts +0 -2
- package/locale/lib/locale/pipes/localized-time.pipe.d.ts +0 -2
- package/localized-number-input/lib/localized-number-input/localized-number-input.directive.d.ts +0 -2
- package/navigation-button/lib/navigation-button/navigation-button.component.d.ts +1 -2
- package/numeric/lib/numeric.pipe.d.ts +0 -3
- package/numeric/lib/numeric.service.d.ts +0 -2
- package/package.json +1 -1
- package/password-strength/lib/password-strength/password-strength.component.d.ts +0 -2
- package/password-strength/lib/password-strength/password-strength.directive.d.ts +1 -2
- package/picklist/lib/picklist/picklist.component.d.ts +1 -2
- package/product-header/README.md +17 -0
- package/profile-picture-picker/lib/profile-picture-picker/profile-picture-picker.component.d.ts +0 -4
- package/progressbar/lib/progressbar/components/progressbar-determinate/progressbar-determinate.component.d.ts +0 -2
- package/progressbar/lib/progressbar/progressbar.module.d.ts +2 -1
- package/shared/lib/accessibility/paginator-accessibility.directive.d.ts +1 -3
- package/shared/lib/accessibility/table-checkbox-accessibility.directive.d.ts +1 -2
- package/slide-in-bar/lib/slide-in-bar/slide-in-bar.component.d.ts +0 -2
- package/speech-recognition/lib/speech-recognition/speech-recognition/speech-recognition.component.d.ts +0 -4
- package/speech-recognition/lib/speech-recognition/speech-recognition.service.d.ts +1 -5
- package/speech-recognition/lib/speech-recognition/text-to-speech.service.d.ts +1 -3
- package/split-button/lib/split-button/split-button.component.d.ts +1 -2
- package/table/lib/table/row-toggler/row-toggler.directive.d.ts +1 -1
- package/table/lib/table/table-column/table-columns.component.d.ts +2 -6
- package/table/lib/table/table-paging/table-paging.component.d.ts +0 -3
- package/table-header/lib/table-header/table-header-checkbox.component.d.ts +1 -1
- package/text-area/lib/text-area/text-area.component.d.ts +1 -2
- package/text-area-ia/README.md +17 -0
- package/thumbnail/lib/thumbnail/thumbnail.component.d.ts +0 -2
- package/tiered-menu/lib/tiered-menu/components/tiered-menu/tiered-menu.component.d.ts +1 -3
- package/tiered-menu/lib/tiered-menu/components/tiered-menu-item/tiered-menu-item.component.d.ts +0 -2
- package/tiered-menu/lib/tiered-menu/components/tiered-menu-nested/tiered-menu-nested.component.d.ts +0 -2
- package/tiered-menu/lib/tiered-menu/tiered-menu.directive.d.ts +1 -5
- package/toast/lib/toast/toast.service.d.ts +0 -2
- package/tree/lib/tree/components/tree-node-item/tree-node-item.component.d.ts +1 -3
- package/workspace-switch/lib/workspace-switch/workspace-switch.component.d.ts +1 -2
- package/confirm-dialog/README.md +0 -226
- package/numeric-mask/README.md +0 -395
- package/pin-code-field/README.md +0 -366
- package/spotlight/README.md +0 -311
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
2
|
import { BreadcrumbItem } from '../breadcrumb/breadcrumb-models';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
import * as i1 from "@seniorsistemas/angular-components/common/deprecated-selector";
|
|
@@ -11,7 +10,7 @@ export declare class DynamicBreadcrumbComponent implements OnDestroy {
|
|
|
11
10
|
items: BreadcrumbItem[];
|
|
12
11
|
title?: string;
|
|
13
12
|
private readonly _ngUnsubscribe;
|
|
14
|
-
constructor(
|
|
13
|
+
constructor();
|
|
15
14
|
ngOnDestroy(): void;
|
|
16
15
|
private _onNavigationEnd;
|
|
17
16
|
private _getValidChildren;
|
|
@@ -54,7 +54,6 @@ export declare class CalendarMaskDirective implements OnInit, OnDestroy, AfterVi
|
|
|
54
54
|
private keypressListener?;
|
|
55
55
|
private inputListener?;
|
|
56
56
|
private pasteListener?;
|
|
57
|
-
constructor(host: Calendar, renderer: Renderer2);
|
|
58
57
|
private setListeners;
|
|
59
58
|
ngOnInit(): void;
|
|
60
59
|
get mask(): string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { KeyFilterPattern } from 'primeng/keyfilter';
|
|
4
4
|
import { ChipAddEvent } from '../models/chip-models';
|
|
@@ -77,7 +77,6 @@ export declare class ChipsComponent implements AfterViewInit, ControlValueAccess
|
|
|
77
77
|
onChange: (value: string[] | any[]) => void;
|
|
78
78
|
onTouched: (value: string[] | any[]) => void;
|
|
79
79
|
private isTabEventActive;
|
|
80
|
-
constructor(cdr: ChangeDetectorRef);
|
|
81
80
|
ngAfterViewInit(): void;
|
|
82
81
|
writeValue(obj: string[] | any[]): void;
|
|
83
82
|
registerOnChange(fn: (value: string[] | any[]) => void): void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { OnInit, AfterViewInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { CoreFacade } from './core/facades/core-facade';
|
|
4
3
|
import { EditorOptions } from './models';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
@@ -57,7 +56,6 @@ export declare class CodeEditorComponent implements OnInit, AfterViewInit, Contr
|
|
|
57
56
|
private readonly _ngUnsubscribe;
|
|
58
57
|
private _onChange;
|
|
59
58
|
private _onTouched;
|
|
60
|
-
constructor(coreFacade: CoreFacade);
|
|
61
59
|
writeValue(value: string): void;
|
|
62
60
|
registerOnChange(onChange: (value: string) => void): void;
|
|
63
61
|
registerOnTouched(onTouched: () => void): void;
|
package/code-editor/lib/code-editor/infra/utils/custom-translations/custom-translations.module.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { TranslateService } from "@ngx-translate/core";
|
|
2
|
-
import { HostProjectConfigs } from "@seniorsistemas/angular-components/common";
|
|
3
1
|
import * as i0 from "@angular/core";
|
|
4
2
|
/**
|
|
5
3
|
* Responsible for setting up the translations that will be used by the "CustomTranslationsService".
|
|
@@ -8,7 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
8
6
|
export declare class CustomTranslationsModule {
|
|
9
7
|
private readonly translate;
|
|
10
8
|
private readonly hostProjectConfigs;
|
|
11
|
-
constructor(
|
|
9
|
+
constructor();
|
|
12
10
|
private factoryTranslations;
|
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomTranslationsModule, never>;
|
|
14
12
|
static ɵmod: i0.ɵɵNgModuleDeclaration<CustomTranslationsModule, never, never, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
|
2
2
|
import { SVGFactoryIcons } from './components/svg-factory-icons';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class SVGFactoryDirective implements AfterViewInit {
|
|
@@ -6,7 +6,6 @@ export declare class SVGFactoryDirective implements AfterViewInit {
|
|
|
6
6
|
private readonly cdr;
|
|
7
7
|
set sSVGFactory(icon: SVGFactoryIcons);
|
|
8
8
|
private _iconClass;
|
|
9
|
-
constructor(viewContainerRef: ViewContainerRef, cdr: ChangeDetectorRef);
|
|
10
9
|
ngAfterViewInit(): void;
|
|
11
10
|
private _createComponent;
|
|
12
11
|
private _getIconClass;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { ControlValueAccessor, FormBuilder, FormGroup } from '@angular/forms';
|
|
4
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
+
import { ControlValueAccessor, FormGroup } from '@angular/forms';
|
|
5
3
|
import { SpeechRecognitionService } from '@seniorsistemas/angular-components/speech-recognition';
|
|
6
4
|
import { TextAreaComponent } from '@seniorsistemas/angular-components/text-area';
|
|
7
|
-
import { IAssistService } from '../services/IAssist/iassist.service';
|
|
8
5
|
import * as i0 from "@angular/core";
|
|
9
6
|
import * as i1 from "@seniorsistemas/angular-components/common/deprecated-selector";
|
|
10
7
|
/**
|
|
@@ -64,8 +61,6 @@ export declare class ContentGeneratorComponent implements OnInit, ControlValueAc
|
|
|
64
61
|
value: string;
|
|
65
62
|
private _onChange?;
|
|
66
63
|
private _onTouched?;
|
|
67
|
-
constructor(_iassistService: IAssistService, // TODO: Mover pra uma pasta global
|
|
68
|
-
_formBuilder: FormBuilder, _translateService: TranslateService, speechRecognitionService: SpeechRecognitionService, injector: Injector);
|
|
69
64
|
ngOnInit(): void;
|
|
70
65
|
writeValue(value: string): void;
|
|
71
66
|
registerOnChange(onChange: (value: string) => void): void;
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
1
|
import { Observable } from 'rxjs';
|
|
3
2
|
import { IAssistInputData } from './models/iassist-input-data';
|
|
4
3
|
import { IAssistResponse } from './models/iassist-response';
|
|
5
|
-
import { ToastService } from "@seniorsistemas/angular-components/toast";
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
export declare class IAssistService {
|
|
8
6
|
private readonly http;
|
|
9
7
|
private readonly toastService;
|
|
10
|
-
constructor(http: HttpClient, toastService: ToastService);
|
|
11
8
|
askIA(context: string, data: IAssistInputData): Observable<IAssistResponse>;
|
|
12
9
|
private _replacePlaceholder;
|
|
13
10
|
private _createPrompt;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, UntypedFormControl } from '@angular/forms';
|
|
3
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
-
import { CountryPhonePickerService } from './country-phone-picker.service';
|
|
5
3
|
import { CountryPhoneData } from './models/country-phone-data';
|
|
6
4
|
import { Ordination } from './models/ordination';
|
|
7
5
|
import { PhoneSelectionData } from './models/phone-selection-data';
|
|
@@ -69,7 +67,6 @@ export declare class CountryPhonePickerComponent implements OnInit, ControlValue
|
|
|
69
67
|
private _open;
|
|
70
68
|
private _offsetTop;
|
|
71
69
|
private _portalHost;
|
|
72
|
-
constructor(_countryPhonePickerService: CountryPhonePickerService, _translate: TranslateService, _eRef: ElementRef, platformId: Object);
|
|
73
70
|
dropdownTemplate: TemplateRef<any> | null;
|
|
74
71
|
viewContainerRef: ViewContainerRef | null;
|
|
75
72
|
dropElement: ElementRef | null;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
2
1
|
import { CountryPhoneData } from './models/country-phone-data';
|
|
3
2
|
import { Ordination } from './models/ordination';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class CountryPhonePickerService {
|
|
6
5
|
private readonly _translate;
|
|
7
|
-
constructor(_translate: TranslateService);
|
|
8
6
|
getCountries(ordination: Ordination): CountryPhoneData[];
|
|
9
7
|
private _sortAlphabetically;
|
|
10
8
|
private _sortAlphabeticallyDescending;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Currency } from './types/currency';
|
|
2
|
-
import { LocaleService } from '@seniorsistemas/angular-components/locale';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* @description Service for retrieving localized currency symbols using the browser's `Intl.NumberFormat` API.
|
|
@@ -16,7 +15,6 @@ import * as i0 from "@angular/core";
|
|
|
16
15
|
*/
|
|
17
16
|
export declare class CurrencyService {
|
|
18
17
|
private readonly localeService;
|
|
19
|
-
constructor(localeService: LocaleService);
|
|
20
18
|
getCurrencySymbol({ currency }: {
|
|
21
19
|
currency: Currency;
|
|
22
20
|
}): string;
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
4
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
+
import { ControlValueAccessor, FormControl, FormGroup, Validator } from '@angular/forms';
|
|
5
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
6
4
|
import { DynamicStructure, DynamicType, StructureType } from '@seniorsistemas/angular-components/dynamic-form';
|
|
7
|
-
import { LocaleService } from '@seniorsistemas/angular-components/locale';
|
|
8
|
-
import { CustomFieldsService } from './custom-fields.service';
|
|
9
5
|
import { CustomFieldsResponse } from './models';
|
|
10
6
|
import * as i0 from "@angular/core";
|
|
11
7
|
/**
|
|
@@ -70,7 +66,7 @@ export declare class CustomFieldsComponent implements OnInit, OnDestroy, Control
|
|
|
70
66
|
private uploadCanceled;
|
|
71
67
|
private hasBlob;
|
|
72
68
|
private hasUploaded;
|
|
73
|
-
constructor(
|
|
69
|
+
constructor();
|
|
74
70
|
get hasCustomFields(): boolean;
|
|
75
71
|
get parentForm(): FormGroup;
|
|
76
72
|
get parentControl(): FormControl;
|
|
@@ -113,6 +109,6 @@ export declare class CustomFieldsComponent implements OnInit, OnDestroy, Control
|
|
|
113
109
|
private defaltCatchError;
|
|
114
110
|
private getTranslateLabel;
|
|
115
111
|
private addDisplayTimeInfoSignToFields;
|
|
116
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomFieldsComponent,
|
|
112
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomFieldsComponent, never>;
|
|
117
113
|
static ɵcmp: i0.ɵɵComponentDeclaration<CustomFieldsComponent, "s-custom-fields", never, { "domain": { "alias": "domain"; "required": true; }; "service": { "alias": "service"; "required": true; }; "entity": { "alias": "entity"; "required": true; }; "invalidErrorLabel": { "alias": "invalidErrorLabel"; "required": false; }; "entityObject": { "alias": "entityObject"; "required": false; }; "customFieldsEndpoint": { "alias": "customFieldsEndpoint"; "required": false; }; "fileLocationEndpoint": { "alias": "fileLocationEndpoint"; "required": false; }; "requestAccessEndpoint": { "alias": "requestAccessEndpoint"; "required": false; }; "requiredErrorMessage": { "alias": "requiredErrorMessage"; "required": false; }; "displayTimeInfoSign": { "alias": "displayTimeInfoSign"; "required": false; }; "showFileUploadDate": { "alias": "showFileUploadDate"; "required": false; }; "ready$": { "alias": "ready$"; "required": false; }; "disableFields": { "alias": "disableFields"; "required": false; }; }, {}, never, never, false, never>;
|
|
118
114
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
1
|
import { Observable } from 'rxjs';
|
|
3
2
|
import { CustomFieldsResponse } from './models';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class CustomFieldsService {
|
|
6
5
|
private http;
|
|
7
|
-
constructor(http: HttpClient);
|
|
8
6
|
getCustomFields(domain: string, service: string, entity: string, endpoint: string): Observable<CustomFieldsResponse>;
|
|
9
7
|
getFileLocationUrl(dto: {
|
|
10
8
|
domain: string;
|
|
@@ -3,7 +3,6 @@ import { ControlValueAccessor, FormGroup } from '@angular/forms';
|
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { LoadingStateIndicators } from '@seniorsistemas/angular-components/loading-state';
|
|
5
5
|
import { LocalizedBignumberOptions } from '@seniorsistemas/angular-components/locale';
|
|
6
|
-
import { HotkeysService } from 'angular2-hotkeys';
|
|
7
6
|
import { SortMeta } from 'primeng/api';
|
|
8
7
|
import { AutoComplete, AutoCompleteCompleteEvent } from 'primeng/autocomplete';
|
|
9
8
|
import { Table, TableLazyLoadEvent } from 'primeng/table';
|
|
@@ -17,6 +16,7 @@ import { TextFieldConfig } from '../../form-field/configurations/fields/text-fie
|
|
|
17
16
|
import { LookupSearchRequest } from './models/lookup-api.model';
|
|
18
17
|
import { DefaultFilter } from './types/default-filter';
|
|
19
18
|
import { LabelOptions } from './types/label-options';
|
|
19
|
+
import { LookupGridFields } from './types/lookup-models';
|
|
20
20
|
import * as i0 from "@angular/core";
|
|
21
21
|
export declare class LookupComponent implements ControlValueAccessor, OnChanges, OnInit, OnDestroy {
|
|
22
22
|
private readonly hotkeysService;
|
|
@@ -46,7 +46,7 @@ export declare class LookupComponent implements ControlValueAccessor, OnChanges,
|
|
|
46
46
|
searchFields: (DynamicType & {
|
|
47
47
|
customName?: string;
|
|
48
48
|
})[];
|
|
49
|
-
searchGridFields:
|
|
49
|
+
searchGridFields: LookupGridFields[];
|
|
50
50
|
multiSortMeta: SortMeta[];
|
|
51
51
|
placeholder?: string;
|
|
52
52
|
sortableColumnsDisabled: string[];
|
|
@@ -84,7 +84,6 @@ export declare class LookupComponent implements ControlValueAccessor, OnChanges,
|
|
|
84
84
|
private onTouched?;
|
|
85
85
|
private originalFormValues;
|
|
86
86
|
private readonly ngUnsubscribe;
|
|
87
|
-
constructor(hotkeysService: HotkeysService, translateService: TranslateService, changeDetectorRef: ChangeDetectorRef);
|
|
88
87
|
ngOnInit(): void;
|
|
89
88
|
printRecordTotalizer(): string;
|
|
90
89
|
private _convertToMomentHourFormat;
|
|
@@ -114,7 +113,6 @@ export declare class LookupComponent implements ControlValueAccessor, OnChanges,
|
|
|
114
113
|
getBadgeFromValue(value: unknown, field: SelectFieldConfig): Partial<Pick<import("@seniorsistemas/angular-components/badge").BadgeComponent, "type" | "iconClass" | "color" | "iconPosition">> | undefined;
|
|
115
114
|
getLabelForValue(value: unknown, field: SelectFieldConfig): string;
|
|
116
115
|
isBooleanValue(obj: any, path: string): boolean;
|
|
117
|
-
getFieldWidth(col: any): any;
|
|
118
116
|
getBooleanLabel(obj: any, path: string, optionsLabel: BooleanOptionsLabel | undefined): string | undefined;
|
|
119
117
|
isNumber(obj: any, path: string): boolean;
|
|
120
118
|
setHotkeys(): void;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { LookupSearchRequest } from '../../../components/lookup/models/lookup-api.model';
|
|
3
3
|
import { DynamicType, FieldConfig } from './field';
|
|
4
|
+
import { LookupGridFields } from '../../../components/lookup/types/lookup-models';
|
|
4
5
|
/**
|
|
5
6
|
* Dados retornados pelo Observable de pesquisa avançada do Lookup.
|
|
6
7
|
*/
|
|
@@ -47,7 +48,7 @@ export interface LookupFieldConfig extends FieldConfig {
|
|
|
47
48
|
* Colunas exibidas na grade de resultados do diálogo de pesquisa.
|
|
48
49
|
* Cada item define uma coluna com header e campo de dados.
|
|
49
50
|
*/
|
|
50
|
-
searchGridFields:
|
|
51
|
+
searchGridFields: LookupGridFields[];
|
|
51
52
|
/**
|
|
52
53
|
* Observable que emite sugestões para o autocompletar do input do lookup.
|
|
53
54
|
* Deve emitir um array de objetos com a propriedade `lookupDisplayField`.
|
package/dynamic-form/dynamic-form/form-field/fields/autocomplete/autocomplete-field.component.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, OnInit } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { AutocompleteFieldConfig } from '../../configurations/fields/autocomplete-field';
|
|
4
4
|
import { BaseFieldComponentConfig } from '../base-field-component';
|
|
@@ -11,7 +11,6 @@ export declare class AutocompleteFieldComponent implements BaseFieldComponentCon
|
|
|
11
11
|
field: import("@angular/core").InputSignal<AutocompleteFieldConfig>;
|
|
12
12
|
formControl: import("@angular/core").InputSignal<FormControl<any>>;
|
|
13
13
|
inputRef: HTMLElement | null;
|
|
14
|
-
constructor(changeDetectorRef: ChangeDetectorRef, elementRef: ElementRef);
|
|
15
14
|
ngOnInit(): void;
|
|
16
15
|
ngAfterViewInit(): void;
|
|
17
16
|
private setInputRef;
|
package/dynamic-form/dynamic-form/form-field/fields/bignumber/bignumber-field.component.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
|
-
import { LocaleService } from '@seniorsistemas/angular-components/locale';
|
|
4
3
|
import { FormFieldUtilsService } from '../../../services/form-field-utils.service';
|
|
5
4
|
import { BignumberFieldConfig } from '../../configurations/fields/bignumber-field';
|
|
6
5
|
import { BaseFieldComponentConfig } from '../base-field-component';
|
|
@@ -17,7 +16,6 @@ export declare class BignumberFieldComponent implements OnInit, AfterViewInit, O
|
|
|
17
16
|
onComplete: EventEmitter<any>;
|
|
18
17
|
inputRef: ElementRef | null;
|
|
19
18
|
private ngUnsubscribe;
|
|
20
|
-
constructor(localeService: LocaleService, changeDetectorRef: ChangeDetectorRef);
|
|
21
19
|
ngOnInit(): void;
|
|
22
20
|
ngAfterViewInit(): void;
|
|
23
21
|
ngOnDestroy(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, OnInit } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { DatePicker } from 'primeng/datepicker';
|
|
4
4
|
import { CalendarFieldConfig } from '../../configurations/fields/calendar-field';
|
|
@@ -22,7 +22,6 @@ export declare class CalendarFieldComponent implements BaseFieldComponentConfig,
|
|
|
22
22
|
hourFormat: any;
|
|
23
23
|
};
|
|
24
24
|
private primengConfig;
|
|
25
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
26
25
|
ngOnInit(): void;
|
|
27
26
|
calendar: DatePicker | null;
|
|
28
27
|
inputRef: HTMLInputElement | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
|
3
2
|
import { FormControl } from '@angular/forms';
|
|
4
3
|
import { ChipsFieldConfig } from '../../configurations/fields/chips-field';
|
|
5
4
|
import { BaseFieldComponentConfig } from '../base-field-component';
|
|
@@ -13,7 +12,6 @@ export declare class ChipsFieldComponent implements BaseFieldComponentConfig, Af
|
|
|
13
12
|
feedbackMessageVisible: boolean;
|
|
14
13
|
copyButtonVisible: boolean;
|
|
15
14
|
inputRef: HTMLElement | null;
|
|
16
|
-
constructor(clipboard: Clipboard, changeDetectorRef: ChangeDetectorRef, elementRef: ElementRef);
|
|
17
15
|
onCopyFieldContent(): void;
|
|
18
16
|
ngAfterViewInit(): void;
|
|
19
17
|
private setInputRef;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { CountryPhonePickerConfig } from '../../configurations/fields/country-phone-picker-field';
|
|
4
4
|
import { BaseFieldComponentConfig } from '../base-field-component';
|
|
@@ -7,7 +7,6 @@ export declare class CountryPhonePickerFieldComponent implements BaseFieldCompon
|
|
|
7
7
|
private readonly changeDetectorRef;
|
|
8
8
|
field: import("@angular/core").InputSignal<CountryPhonePickerConfig>;
|
|
9
9
|
formControl: import("@angular/core").InputSignal<FormControl<any>>;
|
|
10
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
11
10
|
ngAfterViewInit(): void;
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CountryPhonePickerFieldComponent, never>;
|
|
13
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<CountryPhonePickerFieldComponent, "ng-component", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "formControl": { "alias": "formControl"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, OnInit } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { CurrencyService } from '@seniorsistemas/angular-components/currency';
|
|
4
|
-
import { LocaleService } from '@seniorsistemas/angular-components/locale';
|
|
5
4
|
import { FormFieldUtilsService } from '../../../services/form-field-utils.service';
|
|
6
5
|
import { CurrencyFieldConfig } from '../../configurations/fields/currency-field';
|
|
7
6
|
import { BaseFieldComponentConfig } from '../base-field-component';
|
|
@@ -654,7 +653,6 @@ export declare class CurrencyFieldComponent implements BaseFieldComponentConfig,
|
|
|
654
653
|
};
|
|
655
654
|
mask?: string;
|
|
656
655
|
inputRef: import("@angular/core").Signal<any>;
|
|
657
|
-
constructor(currencyService: CurrencyService, localeService: LocaleService, changeDetectorRef: ChangeDetectorRef);
|
|
658
656
|
ngOnInit(): void;
|
|
659
657
|
ngAfterViewInit(): void;
|
|
660
658
|
private onLocaleService;
|
package/dynamic-form/dynamic-form/form-field/fields/file-picker/file-picker-field.component.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { BlobFieldConfig } from '../../configurations/fields/blob-field';
|
|
4
4
|
import { BaseFieldComponentConfig } from '../base-field-component';
|
|
@@ -9,7 +9,6 @@ export declare class FileUploadFieldComponent implements BaseFieldComponentConfi
|
|
|
9
9
|
field: import("@angular/core").InputSignal<BlobFieldConfig>;
|
|
10
10
|
formControl: import("@angular/core").InputSignal<FormControl<any>>;
|
|
11
11
|
inputRef: HTMLInputElement | null;
|
|
12
|
-
constructor(changeDetectorRef: ChangeDetectorRef, elementRef: ElementRef);
|
|
13
12
|
onClick(): void;
|
|
14
13
|
ngAfterViewInit(): void;
|
|
15
14
|
onDocumentClick(event: MouseEvent): void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
|
-
import { LocaleService } from '@seniorsistemas/angular-components/locale';
|
|
4
3
|
import { NumberAlignmentOption } from '@seniorsistemas/angular-components/number-input';
|
|
5
4
|
import { FormFieldUtilsService } from '../../../services/form-field-utils.service';
|
|
6
5
|
import { NumberFieldConfig } from '../../configurations/fields/number-field';
|
|
@@ -18,7 +17,6 @@ export declare class NumberFieldComponent implements OnInit, OnDestroy, BaseFiel
|
|
|
18
17
|
onComplete: EventEmitter<any>;
|
|
19
18
|
inputRef: ElementRef | null;
|
|
20
19
|
private ngUnsubscribe;
|
|
21
|
-
constructor(localeService: LocaleService, elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef);
|
|
22
20
|
ngOnInit(): void;
|
|
23
21
|
ngAfterViewInit(): void;
|
|
24
22
|
ngOnDestroy(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { PasswordFieldConfig } from '../../configurations/fields/password-field';
|
|
4
4
|
import { BaseFieldComponentConfig } from '../base-field-component';
|
|
@@ -14,7 +14,6 @@ export declare class PasswordFieldComponent implements OnInit, AfterViewInit, On
|
|
|
14
14
|
private ngUnsubscribe;
|
|
15
15
|
passwordVisible: boolean;
|
|
16
16
|
private readonly formUtils;
|
|
17
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
18
17
|
ngOnInit(): void;
|
|
19
18
|
ngOnDestroy(): void;
|
|
20
19
|
onChangeVisible(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { InputMask } from 'primeng/inputmask';
|
|
4
4
|
import { FormFieldUtilsService } from '../../../services/form-field-utils.service';
|
|
@@ -15,7 +15,6 @@ export declare class TextFieldComponent implements OnInit, AfterViewInit, OnDest
|
|
|
15
15
|
onComplete: EventEmitter<any>;
|
|
16
16
|
inputRef: ElementRef | InputMask | null;
|
|
17
17
|
private ngUnsubscribe;
|
|
18
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
19
18
|
ngOnInit(): void;
|
|
20
19
|
ngAfterViewInit(): void;
|
|
21
20
|
ngOnDestroy(): void;
|
package/dynamic-form/dynamic-form/form-field/fields/text-area/text-area-field.component.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { TextAreaFieldConfig } from '../../configurations/fields/text-area-field';
|
|
4
4
|
import { BaseFieldComponentConfig } from '../base-field-component';
|
|
@@ -9,7 +9,6 @@ export declare class TextAreaFieldComponent implements BaseFieldComponentConfig,
|
|
|
9
9
|
formControl: import("@angular/core").InputSignal<FormControl<any>>;
|
|
10
10
|
private readonly formUtils;
|
|
11
11
|
private readonly onDestroy$;
|
|
12
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
13
12
|
ngOnInit(): void;
|
|
14
13
|
ngAfterViewInit(): void;
|
|
15
14
|
ngOnDestroy(): void;
|
|
@@ -31,6 +31,7 @@ export { type StarRatingFieldConfig } from './dynamic-form/form-field/configurat
|
|
|
31
31
|
export { type TextAreaFieldConfig } from './dynamic-form/form-field/configurations/fields/text-area-field';
|
|
32
32
|
export { type ContentGeneratorFieldConfig } from './dynamic-form/form-field/configurations/fields/content-generator-field';
|
|
33
33
|
export { type TextFieldConfig } from './dynamic-form/form-field/configurations/fields/text-field';
|
|
34
|
+
export { type LookupGridFields } from './dynamic-form/components/lookup/types/lookup-models';
|
|
34
35
|
export { FieldSize } from './dynamic-form/form-field/configurations/field-size';
|
|
35
36
|
export { NumberFieldComponent } from './dynamic-form/form-field/fields/number/number-field.component';
|
|
36
37
|
export type { DynamicType, FieldConfig, FieldType, FieldTypeMap, } from './dynamic-form/form-field/configurations/fields/field';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { CookieService } from 'ngx-cookie-service';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class EmptyStateGoBackComponent {
|
|
4
3
|
private readonly _cookieService;
|
|
@@ -6,7 +5,6 @@ export declare class EmptyStateGoBackComponent {
|
|
|
6
5
|
title: string;
|
|
7
6
|
description?: string;
|
|
8
7
|
primaryActionLabel?: string;
|
|
9
|
-
constructor(_cookieService: CookieService);
|
|
10
8
|
goBack(): void;
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateGoBackComponent, never>;
|
|
12
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateGoBackComponent, "s-empty-state-go-back", never, { "iconClass": { "alias": "iconClass"; "required": false; }; "title": { "alias": "title"; "required": true; }; "description": { "alias": "description"; "required": false; }; "primaryActionLabel": { "alias": "primaryActionLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -38,11 +38,11 @@ export class BadgeComponent {
|
|
|
38
38
|
}
|
|
39
39
|
enableTruncateText = input(false);
|
|
40
40
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
41
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: BadgeComponent, selector: "s-badge", inputs: { type: { classPropertyName: "type", publicName: "type", isSignal: false, isRequired: false, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: false, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: false, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: false, isRequired: false, transformFunction: null }, selectable: { classPropertyName: "selectable", publicName: "selectable", isSignal: false, isRequired: false, transformFunction: null }, iconClass: { classPropertyName: "iconClass", publicName: "iconClass", isSignal: false, isRequired: false, transformFunction: null }, iconPosition: { classPropertyName: "iconPosition", publicName: "iconPosition", isSignal: false, isRequired: false, transformFunction: null }, infoSign: { classPropertyName: "infoSign", publicName: "infoSign", isSignal: false, isRequired: false, transformFunction: null }, enableTruncateText: { classPropertyName: "enableTruncateText", publicName: "enableTruncateText", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selected: "selected" }, host: { listeners: { "click": "onClick()" } }, ngImport: i0, template: "<span\n class=\"badge\"\n [ngClass]=\"{\n 'badge--pill': type === 'pill',\n 'badge--chip': type === 'chip',\n 'badge--red': color === 'red',\n 'badge--orange': color === 'orange',\n 'badge--yellow': color === 'yellow',\n 'badge--blue': color === 'blue',\n 'badge--green': color === 'green',\n 'badge--gray': color === 'gray',\n 'badge--selectable': selectable,\n }\"\n>\n
|
|
41
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: BadgeComponent, selector: "s-badge", inputs: { type: { classPropertyName: "type", publicName: "type", isSignal: false, isRequired: false, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: false, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: false, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: false, isRequired: false, transformFunction: null }, selectable: { classPropertyName: "selectable", publicName: "selectable", isSignal: false, isRequired: false, transformFunction: null }, iconClass: { classPropertyName: "iconClass", publicName: "iconClass", isSignal: false, isRequired: false, transformFunction: null }, iconPosition: { classPropertyName: "iconPosition", publicName: "iconPosition", isSignal: false, isRequired: false, transformFunction: null }, infoSign: { classPropertyName: "infoSign", publicName: "infoSign", isSignal: false, isRequired: false, transformFunction: null }, enableTruncateText: { classPropertyName: "enableTruncateText", publicName: "enableTruncateText", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selected: "selected" }, host: { listeners: { "click": "onClick()" } }, ngImport: i0, template: "<span\n class=\"badge\"\n [ngClass]=\"{\n 'badge--pill': type === 'pill',\n 'badge--chip': type === 'chip',\n 'badge--red': color === 'red',\n 'badge--orange': color === 'orange',\n 'badge--yellow': color === 'yellow',\n 'badge--blue': color === 'blue',\n 'badge--green': color === 'green',\n 'badge--gray': color === 'gray',\n 'badge--selectable': selectable,\n }\"\n>\n @if (infoSign) {\n <span *sInfoSign=\"infoSign.text; displayTime: infoSign.displayTime ?? 0\"></span>\n }\n @if (iconClass) {\n <span\n [class]=\"'badge-icon ' + iconClass\"\n [ngClass]=\"{\n 'badge-icon--left': iconPosition === 'left' && text,\n 'badge-icon--right': iconPosition === 'right' && text,\n }\"\n >\n </span>\n }\n @if (title) {\n <span class=\"badge-title\">{{ title }}:</span>\n }\n @if (text) {\n <span\n class=\"badge-text\"\n [class.badge-text-truncated]=\"enableTruncateText()\"\n [sTooltip]=\"text\"\n [visible]=\"enableTruncateText()\"\n [checkTruncatedText]=\"enableTruncateText()\"\n >{{text}}</span>\n }\n</span>\n\n", styles: ["::ng-deep .info-sign .info-sign__icon{padding:0!important}.badge{align-items:center;max-width:100%;display:inline-flex;gap:.5rem;min-height:1.25rem;justify-content:center;min-width:20px;padding:0 .5rem}.badge--chip{border-radius:4px}.badge--pill{border-radius:12px}.badge .badge-title{color:#212533;font-family:Open Sans,sans-serif;font-size:12px;font-weight:700;line-height:150%;margin-right:.125rem}.badge-text{color:#212533;font-family:Open Sans,sans-serif;font-size:.75rem;font-weight:400;line-height:150%}.badge-text-truncated{text-overflow:ellipsis;overflow:hidden;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box}.badge .badge-icon{color:#212533;font-size:10px}.badge .badge-icon--right{order:2}.badge--red{background-color:#fcd2d2;border:1px solid #c13018}.badge--orange{background-color:#fce3ba;border:1px solid #f8931f}.badge--yellow{background-color:#fef4e3;border:1px solid #fcbf10}.badge--blue{background-color:#d5e8ec;border:1px solid #428bca}.badge--green{background-color:#e6ffb3;border:1px solid #0c9348}.badge--gray{background-color:#e5eaea;border:1px solid #697882}.badge--selectable{cursor:pointer;-webkit-user-select:none;user-select:none}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.InfoSignDirective, selector: "[sInfoSign]", inputs: ["sInfoSign", "sInfoSignDisplayTime", "sInfoSignFocusedInputRef", "sInfoSignUseFocusedInputRef"] }, { kind: "directive", type: i3.TooltipDirective, selector: "[sTooltip]", inputs: ["sTooltip", "tooltipPosition", "showDelay", "displayTime", "tooltipEvent", "escape", "visible", "mobileBehavior", "focusedInputRef", "checkTruncatedText"] }] });
|
|
42
42
|
}
|
|
43
43
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BadgeComponent, decorators: [{
|
|
44
44
|
type: Component,
|
|
45
|
-
args: [{ selector: 's-badge', template: "<span\n class=\"badge\"\n [ngClass]=\"{\n 'badge--pill': type === 'pill',\n 'badge--chip': type === 'chip',\n 'badge--red': color === 'red',\n 'badge--orange': color === 'orange',\n 'badge--yellow': color === 'yellow',\n 'badge--blue': color === 'blue',\n 'badge--green': color === 'green',\n 'badge--gray': color === 'gray',\n 'badge--selectable': selectable,\n }\"\n>\n
|
|
45
|
+
args: [{ selector: 's-badge', template: "<span\n class=\"badge\"\n [ngClass]=\"{\n 'badge--pill': type === 'pill',\n 'badge--chip': type === 'chip',\n 'badge--red': color === 'red',\n 'badge--orange': color === 'orange',\n 'badge--yellow': color === 'yellow',\n 'badge--blue': color === 'blue',\n 'badge--green': color === 'green',\n 'badge--gray': color === 'gray',\n 'badge--selectable': selectable,\n }\"\n>\n @if (infoSign) {\n <span *sInfoSign=\"infoSign.text; displayTime: infoSign.displayTime ?? 0\"></span>\n }\n @if (iconClass) {\n <span\n [class]=\"'badge-icon ' + iconClass\"\n [ngClass]=\"{\n 'badge-icon--left': iconPosition === 'left' && text,\n 'badge-icon--right': iconPosition === 'right' && text,\n }\"\n >\n </span>\n }\n @if (title) {\n <span class=\"badge-title\">{{ title }}:</span>\n }\n @if (text) {\n <span\n class=\"badge-text\"\n [class.badge-text-truncated]=\"enableTruncateText()\"\n [sTooltip]=\"text\"\n [visible]=\"enableTruncateText()\"\n [checkTruncatedText]=\"enableTruncateText()\"\n >{{text}}</span>\n }\n</span>\n\n", styles: ["::ng-deep .info-sign .info-sign__icon{padding:0!important}.badge{align-items:center;max-width:100%;display:inline-flex;gap:.5rem;min-height:1.25rem;justify-content:center;min-width:20px;padding:0 .5rem}.badge--chip{border-radius:4px}.badge--pill{border-radius:12px}.badge .badge-title{color:#212533;font-family:Open Sans,sans-serif;font-size:12px;font-weight:700;line-height:150%;margin-right:.125rem}.badge-text{color:#212533;font-family:Open Sans,sans-serif;font-size:.75rem;font-weight:400;line-height:150%}.badge-text-truncated{text-overflow:ellipsis;overflow:hidden;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box}.badge .badge-icon{color:#212533;font-size:10px}.badge .badge-icon--right{order:2}.badge--red{background-color:#fcd2d2;border:1px solid #c13018}.badge--orange{background-color:#fce3ba;border:1px solid #f8931f}.badge--yellow{background-color:#fef4e3;border:1px solid #fcbf10}.badge--blue{background-color:#d5e8ec;border:1px solid #428bca}.badge--green{background-color:#e6ffb3;border:1px solid #0c9348}.badge--gray{background-color:#e5eaea;border:1px solid #697882}.badge--selectable{cursor:pointer;-webkit-user-select:none;user-select:none}\n"] }]
|
|
46
46
|
}], propDecorators: { type: [{
|
|
47
47
|
type: Input
|
|
48
48
|
}], color: [{
|
|
@@ -65,4 +65,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
65
65
|
type: HostListener,
|
|
66
66
|
args: ['click']
|
|
67
67
|
}] } });
|
|
68
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
68
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1jb21wb25lbnRzL2JhZGdlL3NyYy9saWIvYmFkZ2UvYmFkZ2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1jb21wb25lbnRzL2JhZGdlL3NyYy9saWIvYmFkZ2UvYmFkZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQUs1Rjs7Ozs7Ozs7OztHQVVHO0FBTUgsTUFBTSxPQUFPLGNBQWM7SUFDdkIsNkRBQTZEO0lBRXRELElBQUksR0FBZ0IsTUFBTSxDQUFDO0lBRWxDLGlEQUFpRDtJQUUxQyxLQUFLLEdBQWlCLE1BQU0sQ0FBQztJQUVwQyxxREFBcUQ7SUFFOUMsS0FBSyxDQUFVO0lBRXRCLDREQUE0RDtJQUVyRCxJQUFJLENBQVU7SUFFckIsd0dBQXdHO0lBRWpHLFVBQVUsR0FBRyxLQUFLLENBQUM7SUFFMUIsZ0ZBQWdGO0lBRXpFLFNBQVMsQ0FBVTtJQUUxQix5RUFBeUU7SUFFbEUsWUFBWSxHQUFzQixNQUFNLENBQUM7SUFFaEQsdUdBQXVHO0lBQzlGLFFBQVEsQ0FBMEM7SUFFM0QsMkVBQTJFO0lBRXBFLFFBQVEsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFDO0lBR3RDLE9BQU87UUFDVixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDbEMsQ0FBQztJQUVELGtCQUFrQixHQUFHLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQzt3R0F6Q3pCLGNBQWM7NEZBQWQsY0FBYyx1eUNDckIzQiw2dkNBeUNBOzs0RkRwQmEsY0FBYztrQkFMMUIsU0FBUzsrQkFDSSxTQUFTOzhCQU9aLElBQUk7c0JBRFYsS0FBSztnQkFLQyxLQUFLO3NCQURYLEtBQUs7Z0JBS0MsS0FBSztzQkFEWCxLQUFLO2dCQUtDLElBQUk7c0JBRFYsS0FBSztnQkFLQyxVQUFVO3NCQURoQixLQUFLO2dCQUtDLFNBQVM7c0JBRGYsS0FBSztnQkFLQyxZQUFZO3NCQURsQixLQUFLO2dCQUlHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBSUMsUUFBUTtzQkFEZCxNQUFNO2dCQUlBLE9BQU87c0JBRGIsWUFBWTt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIEhvc3RMaXN0ZW5lciwgaW5wdXQsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgQmFkZ2VDb2xvcnMgfSBmcm9tICcuL3R5cGVzL2JhZGdlLWNvbG9ycyc7XG5pbXBvcnQgeyBCYWRnZVR5cGVzIH0gZnJvbSAnLi90eXBlcy9iYWRnZS10eXBlcyc7XG5cbi8qKlxuICogQGRlc2NyaXB0aW9uIENvbXBvbmVudGUgZGUgYmFkZ2UgKGV0aXF1ZXRhKSBwYXJhIGV4aWJpciByw7N0dWxvcyBjb2xvcmlkb3MgZSBjbGljw6F2ZWlzLFxuICogY29tIHN1cG9ydGUgYSDDrWNvbmVzLCB2YXJpYW50ZXMgdmlzdWFpcyAocGlsbCwgdGFnKSBlIGVzdGFkbyBzZWxlY2lvbsOhdmVsLlxuICpcbiAqIEBleGFtcGxlXG4gKiBgYGBodG1sXG4gKiA8cy1iYWRnZSBjb2xvcj1cImJsdWVcIiB0eXBlPVwicGlsbFwiIHRleHQ9XCJBdGl2b1wiIC8+XG4gKiBgYGBcbiAqXG4gKiBAY2F0ZWdvcnkgRmVlZGJhY2tcbiAqL1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdzLWJhZGdlJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFkZ2UuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2JhZGdlLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIEJhZGdlQ29tcG9uZW50IHtcbiAgICAvKiogQGRlc2NyaXB0aW9uIFZhcmlhbnRlIHZpc3VhbCBkbyBiYWRnZS4gQGRlZmF1bHQgJ3BpbGwnICovXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgdHlwZT86IEJhZGdlVHlwZXMgPSAncGlsbCc7XG5cbiAgICAvKiogQGRlc2NyaXB0aW9uIENvciBkbyBiYWRnZS4gQGRlZmF1bHQgJ2JsdWUnICovXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgY29sb3I/OiBCYWRnZUNvbG9ycyA9ICdibHVlJztcblxuICAgIC8qKiBAZGVzY3JpcHRpb24gVGV4dG8gZGUgdMOtdHVsbyBleGliaWRvIG5vIGJhZGdlLiAqL1xuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHRpdGxlPzogc3RyaW5nO1xuXG4gICAgLyoqIEBkZXNjcmlwdGlvbiBUZXh0byBwcmluY2lwYWwgZXhpYmlkbyBkZW50cm8gZG8gYmFkZ2UuICovXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgdGV4dD86IHN0cmluZztcblxuICAgIC8qKiBAZGVzY3JpcHRpb24gSGFiaWxpdGEgbyBtb2RvIHNlbGVjaW9uw6F2ZWwsIGVtaXRpbmRvIG8gZXZlbnRvIGBzZWxlY3RlZGAgYW8gY2xpY2FyLiBAZGVmYXVsdCBmYWxzZSAqL1xuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIHNlbGVjdGFibGUgPSBmYWxzZTtcblxuICAgIC8qKiBAZGVzY3JpcHRpb24gQ2xhc3NlIENTUyBkbyDDrWNvbmUgZXhpYmlkbyBubyBiYWRnZSAoZXguOiBgJ2ZhIGZhLWNoZWNrJ2ApLiAqL1xuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGljb25DbGFzcz86IHN0cmluZztcblxuICAgIC8qKiBAZGVzY3JpcHRpb24gUG9zacOnw6NvIGRvIMOtY29uZSBlbSByZWxhw6fDo28gYW8gdGV4dG8uIEBkZWZhdWx0ICdsZWZ0JyAqL1xuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGljb25Qb3NpdGlvbj86ICdsZWZ0JyB8ICdyaWdodCcgPSAnbGVmdCc7XG5cbiAgICAvKiogQGRlc2NyaXB0aW9uIENvbmZpZ3VyYcOnw6NvIGRvIGluZm8tc2lnbiBleGliaWRvIG5vIGJhZGdlLCBjb20gdGV4dG8gZSB0ZW1wbyBkZSBleGliacOnw6NvIG9wY2lvbmFsLiAqL1xuICAgIEBJbnB1dCgpIGluZm9TaWduITogeyB0ZXh0OiBzdHJpbmc7IGRpc3BsYXlUaW1lPzogbnVtYmVyIH07XG5cbiAgICAvKiogQGRlc2NyaXB0aW9uIEVtaXRpZG8gYW8gY2xpY2FyIG5vIGJhZGdlLCBlbnZpYW5kbyBvIHZhbG9yIGRlIGB0ZXh0YC4gKi9cbiAgICBAT3V0cHV0KClcbiAgICBwdWJsaWMgc2VsZWN0ZWQgPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcblxuICAgIEBIb3N0TGlzdGVuZXIoJ2NsaWNrJylcbiAgICBwdWJsaWMgb25DbGljaygpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5zZWxlY3RlZC5lbWl0KHRoaXMudGV4dCk7XG4gICAgfVxuXG4gICAgZW5hYmxlVHJ1bmNhdGVUZXh0ID0gaW5wdXQoZmFsc2UpO1xufVxuXG4iLCI8c3BhblxuICAgIGNsYXNzPVwiYmFkZ2VcIlxuICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICAgJ2JhZGdlLS1waWxsJzogdHlwZSA9PT0gJ3BpbGwnLFxuICAgICAgICAnYmFkZ2UtLWNoaXAnOiB0eXBlID09PSAnY2hpcCcsXG4gICAgICAgICdiYWRnZS0tcmVkJzogY29sb3IgPT09ICdyZWQnLFxuICAgICAgICAnYmFkZ2UtLW9yYW5nZSc6IGNvbG9yID09PSAnb3JhbmdlJyxcbiAgICAgICAgJ2JhZGdlLS15ZWxsb3cnOiBjb2xvciA9PT0gJ3llbGxvdycsXG4gICAgICAgICdiYWRnZS0tYmx1ZSc6IGNvbG9yID09PSAnYmx1ZScsXG4gICAgICAgICdiYWRnZS0tZ3JlZW4nOiBjb2xvciA9PT0gJ2dyZWVuJyxcbiAgICAgICAgJ2JhZGdlLS1ncmF5JzogY29sb3IgPT09ICdncmF5JyxcbiAgICAgICAgJ2JhZGdlLS1zZWxlY3RhYmxlJzogc2VsZWN0YWJsZSxcbiAgICB9XCJcbj5cbiAgICBAaWYgKGluZm9TaWduKSB7XG4gICAgICAgIDxzcGFuICpzSW5mb1NpZ249XCJpbmZvU2lnbi50ZXh0OyBkaXNwbGF5VGltZTogaW5mb1NpZ24uZGlzcGxheVRpbWUgPz8gMFwiPjwvc3Bhbj5cbiAgICB9XG4gICAgQGlmIChpY29uQ2xhc3MpIHtcbiAgICAgICAgPHNwYW5cbiAgICAgICAgICAgIFtjbGFzc109XCInYmFkZ2UtaWNvbiAnICsgaWNvbkNsYXNzXCJcbiAgICAgICAgICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICAgICAgICAgICAnYmFkZ2UtaWNvbi0tbGVmdCc6IGljb25Qb3NpdGlvbiA9PT0gJ2xlZnQnICYmIHRleHQsXG4gICAgICAgICAgICAgICAgJ2JhZGdlLWljb24tLXJpZ2h0JzogaWNvblBvc2l0aW9uID09PSAncmlnaHQnICYmIHRleHQsXG4gICAgICAgICAgICB9XCJcbiAgICAgICAgPlxuICAgICAgICA8L3NwYW4+XG4gICAgfVxuICAgIEBpZiAodGl0bGUpIHtcbiAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWRnZS10aXRsZVwiPnt7IHRpdGxlIH19Ojwvc3Bhbj5cbiAgICB9XG4gICAgQGlmICh0ZXh0KSB7XG4gICAgICAgIDxzcGFuXG4gICAgICAgICAgICBjbGFzcz1cImJhZGdlLXRleHRcIlxuICAgICAgICAgICAgW2NsYXNzLmJhZGdlLXRleHQtdHJ1bmNhdGVkXT1cImVuYWJsZVRydW5jYXRlVGV4dCgpXCJcbiAgICAgICAgICAgIFtzVG9vbHRpcF09XCJ0ZXh0XCJcbiAgICAgICAgICAgIFt2aXNpYmxlXT1cImVuYWJsZVRydW5jYXRlVGV4dCgpXCJcbiAgICAgICAgICAgIFtjaGVja1RydW5jYXRlZFRleHRdPVwiZW5hYmxlVHJ1bmNhdGVUZXh0KClcIlxuICAgICAgICA+e3t0ZXh0fX08L3NwYW4+XG4gICAgfVxuPC9zcGFuPlxuXG4iXX0=
|