@sankhyalabs/ezui 7.1.2 → 7.2.0-dev.10
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/dist/cjs/{ApplicationUtils-5cc05979.js → ApplicationUtils-88dfe345.js} +1 -1
- package/dist/cjs/FormLayout-fe8da83c.js +9 -0
- package/dist/cjs/{app-globals-2fbe4b17.js → app-globals-c1d07d68.js} +1 -1
- package/dist/cjs/{ez-combo-box-list_4.cjs.entry.js → classic-search-list_7.cjs.entry.js} +364 -5
- package/dist/cjs/ez-actions-button.cjs.entry.js +4 -3
- package/dist/cjs/ez-alert-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-avatar.cjs.entry.js +1 -1
- package/dist/cjs/ez-calendar.cjs.entry.js +1 -1
- package/dist/cjs/ez-chart.cjs.entry.js +1 -1
- package/dist/cjs/ez-classic-combo-box.cjs.entry.js +38 -15
- package/dist/cjs/ez-classic-date-input.cjs.entry.js +201 -0
- package/dist/cjs/ez-classic-date-time-input.cjs.entry.js +246 -0
- package/dist/cjs/ez-classic-input.cjs.entry.js +99 -18
- package/dist/cjs/ez-classic-number-input.cjs.entry.js +205 -0
- package/dist/cjs/ez-classic-search-plus.cjs.entry.js +420 -0
- package/dist/cjs/ez-classic-search.cjs.entry.js +683 -0
- package/dist/cjs/ez-classic-text-area.cjs.entry.js +13 -2
- package/dist/cjs/ez-classic-time-input.cjs.entry.js +198 -0
- package/dist/cjs/ez-collapsible-box.cjs.entry.js +4 -3
- package/dist/cjs/ez-combo-box.cjs.entry.js +4 -3
- package/dist/cjs/ez-date-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-date-time-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-dialog.cjs.entry.js +1 -1
- package/dist/cjs/ez-double-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/ez-empty-card.cjs.entry.js +1 -1
- package/dist/cjs/ez-file-item.cjs.entry.js +1 -1
- package/dist/cjs/ez-form-view.cjs.entry.js +130 -37
- package/dist/cjs/ez-form.cjs.entry.js +87 -46
- package/dist/cjs/ez-grid-pagination.cjs.entry.js +227 -0
- package/dist/cjs/ez-grid.cjs.entry.js +1003 -277
- package/dist/cjs/ez-guide-navigator.cjs.entry.js +1 -1
- package/dist/cjs/ez-icon.cjs.entry.js +1 -1
- package/dist/cjs/ez-link-builder_6.cjs.entry.js +1 -1
- package/dist/cjs/ez-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-modal-container.cjs.entry.js +1 -1
- package/dist/cjs/ez-modal.cjs.entry.js +2 -2
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-number-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-pagination.cjs.entry.js +1 -1
- package/dist/cjs/ez-popover-core.cjs.entry.js +1 -1
- package/dist/cjs/ez-popup.cjs.entry.js +1 -1
- package/dist/cjs/ez-record-navigation.cjs.entry.js +121 -0
- package/dist/cjs/ez-scroller_2.cjs.entry.js +81 -14
- package/dist/cjs/ez-search-plus.cjs.entry.js +18 -8
- package/dist/cjs/ez-search-result-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-search.cjs.entry.js +49 -11
- package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +1 -1
- package/dist/cjs/ez-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/ez-sortable-list.cjs.entry.js +2 -2
- package/dist/cjs/ez-spinner.cjs.entry.js +1 -1
- package/dist/cjs/ez-split-button.cjs.entry.js +16 -17
- package/dist/cjs/ez-split-item.cjs.entry.js +4 -3
- package/dist/cjs/ez-text-input.cjs.entry.js +37 -0
- package/dist/cjs/ez-time-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/ez-tree.cjs.entry.js +1 -1
- package/dist/cjs/ez-upload.cjs.entry.js +2 -2
- package/dist/cjs/ezui.cjs.js +3 -3
- package/dist/cjs/filter-column.cjs.entry.js +1 -1
- package/dist/cjs/{floating-ui.dom.esm-f4d87617.js → floating-ui.dom.esm-bea31048.js} +165 -119
- package/dist/cjs/{index-1be40f19.js → index-9739c242.js} +148 -30
- package/dist/cjs/index-a7b0c73d.js +50 -18
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{purify-8c74770b.js → purify-b30a5718.js} +1 -0
- package/dist/cjs/{search-column-00a916ae.js → search-column-9612bd3a.js} +12 -10
- package/dist/cjs/searchFormatters-051f8677.js +23 -0
- package/dist/cjs/{FormLayout-18853e70.js → types-6a5df0c7.js} +0 -6
- package/dist/collection/collection-manifest.json +64 -3
- package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.css +5 -0
- package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.js +96 -18
- package/dist/collection/components/ez-classic-date-input/ez-classic-date-input.css +44 -0
- package/dist/collection/components/ez-classic-date-input/ez-classic-date-input.js +541 -0
- package/dist/collection/components/ez-classic-date-time-input/ez-classic-date-time-input.css +44 -0
- package/dist/collection/components/ez-classic-date-time-input/ez-classic-date-time-input.js +586 -0
- package/dist/collection/components/ez-classic-input/ez-classic-input.css +33 -5
- package/dist/collection/components/ez-classic-input/ez-classic-input.js +155 -19
- package/dist/collection/components/ez-classic-number-input/ez-classic-number-input.css +16 -0
- package/dist/collection/components/ez-classic-number-input/ez-classic-number-input.js +583 -0
- package/dist/collection/components/ez-classic-search/ez-classic-search.css +126 -0
- package/dist/collection/components/ez-classic-search/ez-classic-search.js +1330 -0
- package/dist/collection/components/ez-classic-search/subcomponent/classic-search-list/classic-search-list.css +227 -0
- package/dist/collection/components/ez-classic-search/subcomponent/classic-search-list/classic-search-list.js +316 -0
- package/dist/collection/components/ez-classic-search/utils/searchFormatters.js +18 -0
- package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.css +428 -0
- package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.js +1003 -0
- package/dist/collection/components/ez-classic-search-plus/subcomponent/ez-search-result-list/ez-classic-search-result-list.css +221 -0
- package/dist/collection/components/ez-classic-search-plus/subcomponent/ez-search-result-list/ez-classic-search-result-list.js +298 -0
- package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.css +1 -0
- package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.js +32 -1
- package/dist/collection/components/ez-classic-time-input/ez-classic-time-input.css +14 -0
- package/dist/collection/components/ez-classic-time-input/ez-classic-time-input.js +512 -0
- package/dist/collection/components/ez-dropdown/ez-dropdown.css +1 -1
- package/dist/collection/components/ez-empty-card/ez-empty-card.js +7 -7
- package/dist/collection/components/ez-form/ez-form.js +30 -4
- package/dist/collection/components/ez-form-view/ez-form-view.css +27 -8
- package/dist/collection/components/ez-form-view/ez-form-view.js +62 -4
- package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +9 -4
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js +9 -6
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.js +8 -1
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.js +30 -6
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.js +1 -1
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/ImageInput.tpl.js +4 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.js +12 -5
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/RichText.tpl.js +1 -1
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js +9 -3
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.js +8 -1
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js +7 -1
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js +8 -1
- package/dist/collection/components/ez-form-view/structure/index.js +1 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +161 -26
- package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +11 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/gridColumnDefaultWidths.js +23 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/utils/AggFunctionResolver.js +24 -0
- package/dist/collection/components/ez-grid/ez-grid.css +1 -60
- package/dist/collection/components/ez-grid/ez-grid.js +52 -150
- package/dist/collection/components/ez-grid/interfaces/IAggegationFunc.js +1 -0
- package/dist/collection/components/ez-grid/utils/index.js +1 -0
- package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.css +111 -0
- package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.js +410 -0
- package/dist/collection/components/ez-icon/ez-icon.css +6 -5
- package/dist/collection/components/ez-image-input/ez-image-input.css +189 -0
- package/dist/collection/components/ez-image-input/ez-image-input.js +329 -0
- package/dist/collection/components/ez-modal/ez-modal.css +3 -0
- package/dist/collection/components/ez-record-navigation/ez-record-navigation.css +51 -0
- package/dist/collection/components/ez-record-navigation/ez-record-navigation.js +246 -0
- package/dist/collection/components/ez-scroller/EzScrollNavigationMode.js +5 -0
- package/dist/collection/components/ez-scroller/ez-scroller.css +117 -11
- package/dist/collection/components/ez-scroller/ez-scroller.js +118 -13
- package/dist/collection/components/ez-search/ez-search.css +4 -0
- package/dist/collection/components/ez-search/ez-search.js +75 -3
- package/dist/collection/components/ez-search-plus/ez-search-plus.js +11 -2
- package/dist/collection/components/ez-sortable-list/ez-sortable-list.css +1 -1
- package/dist/collection/components/ez-split-button/ez-split-button.css +1 -1
- package/dist/collection/components/ez-split-button/ez-split-button.js +20 -15
- package/dist/collection/components/ez-text-input/ez-text-input.js +38 -1
- package/dist/collection/utils/form/DataBinder.js +2 -2
- package/dist/collection/utils/form/FormMetadata.js +75 -39
- package/dist/collection/utils/form/interfaces/FormLayout.js +3 -1
- package/dist/collection/utils/i18n/locales/en-us.js +46 -4
- package/dist/collection/utils/i18n/locales/es-es.js +46 -4
- package/dist/collection/utils/i18n/locales/pt-br.js +46 -4
- package/dist/collection/utils/searchColumn/search-column.js +8 -6
- package/dist/custom-elements/index.d.ts +66 -0
- package/dist/custom-elements/index.js +4674 -756
- package/dist/esm/{ApplicationUtils-1569f757.js → ApplicationUtils-f7721533.js} +1 -1
- package/dist/esm/FormLayout-bda67973.js +9 -0
- package/dist/esm/{app-globals-c0ac93c0.js → app-globals-6e258867.js} +1 -1
- package/dist/esm/classic-search-list_7.entry.js +1022 -0
- package/dist/esm/ez-actions-button.entry.js +4 -3
- package/dist/esm/ez-alert-list.entry.js +1 -1
- package/dist/esm/ez-avatar.entry.js +1 -1
- package/dist/esm/ez-calendar.entry.js +1 -1
- package/dist/esm/ez-chart.entry.js +1 -1
- package/dist/esm/ez-classic-combo-box.entry.js +38 -15
- package/dist/esm/ez-classic-date-input.entry.js +197 -0
- package/dist/esm/ez-classic-date-time-input.entry.js +242 -0
- package/dist/esm/ez-classic-input.entry.js +100 -19
- package/dist/esm/ez-classic-number-input.entry.js +201 -0
- package/dist/esm/ez-classic-search-plus.entry.js +416 -0
- package/dist/esm/ez-classic-search.entry.js +679 -0
- package/dist/esm/ez-classic-text-area.entry.js +13 -2
- package/dist/esm/ez-classic-time-input.entry.js +194 -0
- package/dist/esm/ez-collapsible-box.entry.js +4 -3
- package/dist/esm/ez-combo-box.entry.js +4 -3
- package/dist/esm/ez-date-input.entry.js +1 -1
- package/dist/esm/ez-date-time-input.entry.js +1 -1
- package/dist/esm/ez-dialog.entry.js +1 -1
- package/dist/esm/ez-double-list.entry.js +1 -1
- package/dist/esm/ez-dropdown.entry.js +1 -1
- package/dist/esm/ez-empty-card.entry.js +1 -1
- package/dist/esm/ez-file-item.entry.js +1 -1
- package/dist/esm/ez-form-view.entry.js +130 -37
- package/dist/esm/ez-form.entry.js +87 -46
- package/dist/esm/ez-grid-pagination.entry.js +223 -0
- package/dist/esm/ez-grid.entry.js +1002 -276
- package/dist/esm/ez-guide-navigator.entry.js +1 -1
- package/dist/esm/ez-icon.entry.js +1 -1
- package/dist/esm/ez-link-builder_6.entry.js +1 -1
- package/dist/esm/ez-list.entry.js +1 -1
- package/dist/esm/ez-modal-container.entry.js +1 -1
- package/dist/esm/ez-modal.entry.js +2 -2
- package/dist/esm/ez-multi-selection-list.entry.js +1 -1
- package/dist/esm/ez-number-input.entry.js +1 -1
- package/dist/esm/ez-pagination.entry.js +1 -1
- package/dist/esm/ez-popover-core.entry.js +1 -1
- package/dist/esm/ez-popup.entry.js +1 -1
- package/dist/esm/ez-record-navigation.entry.js +117 -0
- package/dist/esm/ez-scroller_2.entry.js +81 -14
- package/dist/esm/ez-search-plus.entry.js +15 -5
- package/dist/esm/ez-search-result-list.entry.js +1 -1
- package/dist/esm/ez-search.entry.js +44 -6
- package/dist/esm/ez-sidebar-navigator.entry.js +1 -1
- package/dist/esm/ez-skeleton.entry.js +1 -1
- package/dist/esm/ez-sortable-list.entry.js +2 -2
- package/dist/esm/ez-spinner.entry.js +1 -1
- package/dist/esm/ez-split-button.entry.js +16 -17
- package/dist/esm/ez-split-item.entry.js +4 -3
- package/dist/esm/ez-text-input.entry.js +37 -0
- package/dist/esm/ez-time-input.entry.js +1 -1
- package/dist/esm/ez-tooltip.entry.js +1 -1
- package/dist/esm/ez-tree.entry.js +1 -1
- package/dist/esm/ez-upload.entry.js +2 -2
- package/dist/esm/ezui.js +3 -3
- package/dist/esm/filter-column.entry.js +1 -1
- package/dist/esm/{floating-ui.dom.esm-ad30f2f0.js → floating-ui.dom.esm-2964eae1.js} +165 -119
- package/dist/esm/{index-41363fa6.js → index-9e6dab5b.js} +148 -30
- package/dist/esm/index-baa5e267.js +50 -18
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{purify-ff423562.js → purify-9357603c.js} +1 -0
- package/dist/esm/{search-column-3984faec.js → search-column-dba4853a.js} +12 -10
- package/dist/esm/searchFormatters-6d9b06e4.js +20 -0
- package/dist/esm/{FormLayout-071d324c.js → types-6f6b2650.js} +1 -7
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/p-0592535f.entry.js +1 -0
- package/dist/ezui/{p-b3d8034b.entry.js → p-063bb342.entry.js} +1 -1
- package/dist/ezui/{p-3afa1c6e.entry.js → p-0ac8bd66.entry.js} +1 -1
- package/dist/ezui/p-0d80e3ec.entry.js +1 -0
- package/dist/ezui/{p-02d448bb.entry.js → p-108503ed.entry.js} +1 -1
- package/dist/ezui/p-1166b2d5.entry.js +1 -0
- package/dist/ezui/p-15873627.js +1 -0
- package/dist/ezui/p-160a268d.entry.js +1 -0
- package/dist/ezui/p-178cb9df.entry.js +1 -0
- package/dist/ezui/p-2856c545.entry.js +1 -0
- package/dist/ezui/{p-05c32903.entry.js → p-2ae127bc.entry.js} +1 -1
- package/dist/ezui/p-2ebd7383.entry.js +1 -0
- package/dist/ezui/p-30c5f48a.entry.js +1 -0
- package/dist/ezui/{p-ec730d4e.entry.js → p-312bd3c6.entry.js} +1 -1
- package/dist/ezui/p-3fae7072.entry.js +1 -0
- package/dist/ezui/p-42e1e733.js +1 -0
- package/dist/ezui/p-44183c39.entry.js +1 -0
- package/dist/ezui/{p-ce0b36d7.entry.js → p-45245c32.entry.js} +1 -1
- package/dist/ezui/{p-6c51ccd1.entry.js → p-46b1b2ac.entry.js} +1 -1
- package/dist/ezui/p-47e4a8ce.js +1 -0
- package/dist/ezui/{p-9b215871.entry.js → p-54af1af0.entry.js} +1 -1
- package/dist/ezui/p-5895e687.js +1 -0
- package/dist/ezui/p-6369a0cd.entry.js +1 -0
- package/dist/ezui/{p-7f37ee99.entry.js → p-66455069.entry.js} +1 -1
- package/dist/ezui/p-72e77b45.entry.js +1 -0
- package/dist/ezui/{p-34a476a9.entry.js → p-73461028.entry.js} +1 -1
- package/dist/ezui/{p-721fd999.entry.js → p-7424d520.entry.js} +1 -1
- package/dist/ezui/{p-39761eca.entry.js → p-7a07c50f.entry.js} +1 -1
- package/dist/ezui/p-7b078125.entry.js +1 -0
- package/dist/ezui/p-7dad8018.entry.js +1 -0
- package/dist/ezui/p-7df45688.entry.js +1 -0
- package/dist/ezui/{p-56fc1da0.js → p-83bddbbb.js} +1 -1
- package/dist/ezui/p-881abc22.entry.js +1 -0
- package/dist/ezui/p-88a115b3.js +1 -0
- package/dist/ezui/p-99556756.entry.js +1 -0
- package/dist/ezui/p-9bd3e28b.entry.js +1 -0
- package/dist/ezui/{p-a4083a7a.entry.js → p-9bd78d39.entry.js} +1 -1
- package/dist/ezui/p-a0f51b99.entry.js +1 -0
- package/dist/ezui/{p-351fb12f.entry.js → p-a4735a12.entry.js} +1 -1
- package/dist/ezui/{p-baec56c9.js → p-ad5e263d.js} +1 -1
- package/dist/ezui/p-b06294c9.entry.js +1 -0
- package/dist/ezui/{p-14ceb733.entry.js → p-b493757c.entry.js} +1 -1
- package/dist/ezui/{p-d5eb2fad.entry.js → p-b8cd501a.entry.js} +1 -1
- package/dist/ezui/{p-ecd6409d.entry.js → p-b986da95.entry.js} +2 -2
- package/dist/ezui/{p-948f0fb2.entry.js → p-c25a4d30.entry.js} +1 -1
- package/dist/ezui/{p-859e3134.entry.js → p-c37fb359.entry.js} +1 -1
- package/dist/ezui/{p-9b3f3c02.entry.js → p-cb00863d.entry.js} +1 -1
- package/dist/ezui/{p-4d30b703.entry.js → p-cf66ace0.entry.js} +1 -1
- package/dist/ezui/p-d2601b25.js +1 -0
- package/dist/ezui/{p-b989a33e.entry.js → p-d5684cdc.entry.js} +1 -1
- package/dist/ezui/{p-0f7971cf.entry.js → p-d70805e4.entry.js} +1 -1
- package/dist/ezui/p-d75f583b.entry.js +1 -0
- package/dist/ezui/p-d8b69419.entry.js +1 -0
- package/dist/ezui/{p-d6bb930d.entry.js → p-dfced8c7.entry.js} +1 -1
- package/dist/ezui/{p-5c440899.js → p-dff9862b.js} +1 -1
- package/dist/ezui/p-e2b3970c.entry.js +309 -0
- package/dist/ezui/{p-110cfb7d.entry.js → p-e3d6b544.entry.js} +1 -1
- package/dist/ezui/{p-4fe123b6.entry.js → p-e692c2a7.entry.js} +1 -1
- package/dist/ezui/p-e8cd003b.entry.js +1 -0
- package/dist/ezui/p-ed790867.entry.js +1 -0
- package/dist/ezui/p-f2e0acf5.entry.js +1 -0
- package/dist/ezui/{p-9ab2add9.entry.js → p-f498f6b5.entry.js} +1 -1
- package/dist/ezui/p-fb27b98d.entry.js +1 -0
- package/dist/ezui/p-fc11f5b9.entry.js +1 -0
- package/dist/ezui/{p-ef8bd3e8.entry.js → p-fc72aeb8.entry.js} +1 -1
- package/dist/types/components/ez-classic-combo-box/ez-classic-combo-box.d.ts +11 -3
- package/dist/types/components/ez-classic-date-input/ez-classic-date-input.d.ts +91 -0
- package/dist/types/components/ez-classic-date-time-input/ez-classic-date-time-input.d.ts +95 -0
- package/dist/types/components/ez-classic-input/ez-classic-input.d.ts +18 -1
- package/dist/types/components/ez-classic-number-input/ez-classic-number-input.d.ts +101 -0
- package/dist/types/components/ez-classic-search/ez-classic-search.d.ts +219 -0
- package/dist/types/components/ez-classic-search/subcomponent/classic-search-list/classic-search-list.d.ts +29 -0
- package/dist/types/components/ez-classic-search/utils/searchFormatters.d.ts +2 -0
- package/dist/types/components/ez-classic-search-plus/ez-classic-search-plus.d.ts +189 -0
- package/dist/types/components/ez-classic-search-plus/subcomponent/ez-search-result-list/ez-classic-search-result-list.d.ts +29 -0
- package/dist/types/components/ez-classic-text-area/ez-classic-text-area.d.ts +3 -0
- package/dist/types/components/ez-empty-card/ez-empty-card.d.ts +2 -2
- package/dist/types/components/ez-form/ez-form.d.ts +6 -0
- package/dist/types/components/ez-form-view/ez-form-view.d.ts +11 -0
- package/dist/types/components/ez-form-view/fieldbuilder/FieldBuilder.d.ts +8 -1
- package/dist/types/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.d.ts +3 -2
- package/dist/types/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.d.ts +2 -1
- package/dist/types/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.d.ts +5 -4
- package/dist/types/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.d.ts +2 -1
- package/dist/types/components/ez-form-view/fieldbuilder/templates/ImageInput.tpl.d.ts +2 -0
- package/dist/types/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.d.ts +3 -2
- package/dist/types/components/ez-form-view/fieldbuilder/templates/RichText.tpl.d.ts +2 -1
- package/dist/types/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.d.ts +2 -1
- package/dist/types/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.d.ts +2 -1
- package/dist/types/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.d.ts +2 -1
- package/dist/types/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.d.ts +2 -1
- package/dist/types/components/ez-grid/controller/EzGridController.d.ts +2 -0
- package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +16 -0
- package/dist/types/components/ez-grid/controller/ag-grid/gridColumnDefaultWidths.d.ts +4 -0
- package/dist/types/components/ez-grid/controller/ag-grid/utils/AggFunctionResolver.d.ts +2 -0
- package/dist/types/components/ez-grid/ez-grid.d.ts +10 -27
- package/dist/types/components/ez-grid/interfaces/IAggegationFunc.d.ts +3 -0
- package/dist/types/components/ez-grid/utils/index.d.ts +1 -0
- package/dist/types/components/ez-grid-pagination/ez-grid-pagination.d.ts +75 -0
- package/dist/types/components/ez-image-input/ez-image-input.d.ts +43 -0
- package/dist/types/components/ez-record-navigation/ez-record-navigation.d.ts +43 -0
- package/dist/types/components/ez-scroller/EzScrollNavigationMode.d.ts +4 -0
- package/dist/types/components/ez-scroller/ez-scroller.d.ts +16 -2
- package/dist/types/components/ez-search/ez-search.d.ts +12 -1
- package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +1 -0
- package/dist/types/components/ez-split-button/ez-split-button.d.ts +1 -2
- package/dist/types/components/ez-text-input/ez-text-input.d.ts +4 -0
- package/dist/types/components.d.ts +3407 -1976
- package/dist/types/utils/form/FormMetadata.d.ts +2 -1
- package/dist/types/utils/form/interfaces/FormLayout.d.ts +3 -1
- package/dist/types/utils/form/interfaces/IFormSheetMetadata.d.ts +3 -0
- package/dist/types/utils/form/interfaces/ITabConfig.d.ts +3 -0
- package/dist/types/utils/i18n/locales/en-us.d.ts +45 -3
- package/dist/types/utils/i18n/locales/es-es.d.ts +45 -3
- package/dist/types/utils/i18n/locales/pt-br.d.ts +45 -3
- package/dist/types/utils/i18n/translations.d.ts +135 -9
- package/package.json +5 -5
- package/react/components.d.ts +11 -0
- package/react/components.js +11 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/ApplicationUtils-5cc05979.js.gz +0 -0
- package/dist/cjs/CSSVarsUtils-f20973d1.js.gz +0 -0
- package/dist/cjs/CheckMode-ecb90b87.js.gz +0 -0
- package/dist/cjs/DialogType-2114c337.js.gz +0 -0
- package/dist/cjs/EzScrollDirection-b2c99895.js.gz +0 -0
- package/dist/cjs/FocusResolver-885f2173.js.gz +0 -0
- package/dist/cjs/FormLayout-18853e70.js.gz +0 -0
- package/dist/cjs/RichToolbarHelper-ea12328f.js.gz +0 -0
- package/dist/cjs/_commonjsHelpers-537d719a.js.gz +0 -0
- package/dist/cjs/app-globals-2fbe4b17.js.gz +0 -0
- package/dist/cjs/constants-72b7e05e.js.gz +0 -0
- package/dist/cjs/ez-actions-button.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-alert-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-alert.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-application.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-avatar.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-badge.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-breadcrumb.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-button.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-calendar.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-card-item.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-chart.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-check.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-chip.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-classic-combo-box.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-classic-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-classic-text-area.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-collapsible-box.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-combo-box-list_4.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-combo-box.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-date-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-date-time-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-dialog.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-double-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-dropdown.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-empty-card.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-file-item.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-filter-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-form-view.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-form.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-grid-view.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-grid.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-guide-navigator.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-icon.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-link-builder_6.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-list-item.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-loading-bar.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-modal-container.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-modal.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-number-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-pagination.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-popover-core.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-popover-plus_3.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-popover.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-popup.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-progress-bar.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-radio-button.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-rich-toolbar-item.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-scroller_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-search-plus.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-search-result-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-search.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-sidebar-navigator.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-skeleton.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-sortable-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-spinner.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-split-button.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-split-item.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-split-panel.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-tabselector.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-tag-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-tag.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-text-area.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-text-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-tile-medium.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-tile.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-time-input.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-toast.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-tooltip.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-tree.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-underface.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-upload.cjs.entry.js.gz +0 -0
- package/dist/cjs/ez-view-stack.cjs.entry.js.gz +0 -0
- package/dist/cjs/ezListHelper-0d3970b4.js.gz +0 -0
- package/dist/cjs/ezui.cjs.js.gz +0 -0
- package/dist/cjs/filter-column.cjs.entry.js.gz +0 -0
- package/dist/cjs/floating-ui.dom.esm-f4d87617.js.gz +0 -0
- package/dist/cjs/index-1be40f19.js.gz +0 -0
- package/dist/cjs/index-a7b0c73d.js.gz +0 -0
- package/dist/cjs/index.cjs.js.gz +0 -0
- package/dist/cjs/loader.cjs.js.gz +0 -0
- package/dist/cjs/purify-8c74770b.js.gz +0 -0
- package/dist/cjs/search-column-00a916ae.js.gz +0 -0
- package/dist/cjs/searchFormatters-b7e1ed1e.js.gz +0 -0
- package/dist/collection/components/ez-actions-button/ez-actions-button.css.gz +0 -0
- package/dist/collection/components/ez-actions-button/ez-actions-button.js.gz +0 -0
- package/dist/collection/components/ez-alert/ez-alert.css.gz +0 -0
- package/dist/collection/components/ez-alert/ez-alert.js.gz +0 -0
- package/dist/collection/components/ez-alert-list/ez-alert-list.css.gz +0 -0
- package/dist/collection/components/ez-alert-list/ez-alert-list.js.gz +0 -0
- package/dist/collection/components/ez-application/ez-application.css.gz +0 -0
- package/dist/collection/components/ez-application/ez-application.js.gz +0 -0
- package/dist/collection/components/ez-avatar/ez-avatar.css.gz +0 -0
- package/dist/collection/components/ez-avatar/ez-avatar.js.gz +0 -0
- package/dist/collection/components/ez-badge/enum/sizes.js.gz +0 -0
- package/dist/collection/components/ez-badge/ez-badge.css.gz +0 -0
- package/dist/collection/components/ez-badge/ez-badge.js.gz +0 -0
- package/dist/collection/components/ez-badge/interfaces/IPosition.js.gz +0 -0
- package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.css.gz +0 -0
- package/dist/collection/components/ez-breadcrumb/ez-breadcrumb.js.gz +0 -0
- package/dist/collection/components/ez-breadcrumb/subcomponents/breadcrumb-item.js.gz +0 -0
- package/dist/collection/components/ez-button/ez-button.css.gz +0 -0
- package/dist/collection/components/ez-button/ez-button.js.gz +0 -0
- package/dist/collection/components/ez-calendar/ez-calendar.css.gz +0 -0
- package/dist/collection/components/ez-calendar/ez-calendar.js.gz +0 -0
- package/dist/collection/components/ez-card-item/ez-card-item.css.gz +0 -0
- package/dist/collection/components/ez-card-item/ez-card-item.js.gz +0 -0
- package/dist/collection/components/ez-chart/components/BarChart.js.gz +0 -0
- package/dist/collection/components/ez-chart/components/ColumnChart.js.gz +0 -0
- package/dist/collection/components/ez-chart/components/DonutChart.js.gz +0 -0
- package/dist/collection/components/ez-chart/components/LineChart.js.gz +0 -0
- package/dist/collection/components/ez-chart/components/PieChart.js.gz +0 -0
- package/dist/collection/components/ez-chart/components/index.js.gz +0 -0
- package/dist/collection/components/ez-chart/ez-chart.css.gz +0 -0
- package/dist/collection/components/ez-chart/ez-chart.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartAxis.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartContext.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartOptions.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartSerie.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartStrategies.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartType.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/ChartTypeValue.js.gz +0 -0
- package/dist/collection/components/ez-chart/interfaces/index.js.gz +0 -0
- package/dist/collection/components/ez-chart/test/mock-chart.js.gz +0 -0
- package/dist/collection/components/ez-chart/types/BaseHighChartsRender.js.gz +0 -0
- package/dist/collection/components/ez-check/CheckMode.js.gz +0 -0
- package/dist/collection/components/ez-check/ez-check.css.gz +0 -0
- package/dist/collection/components/ez-check/ez-check.js.gz +0 -0
- package/dist/collection/components/ez-chip/ez-chip.css.gz +0 -0
- package/dist/collection/components/ez-chip/ez-chip.js.gz +0 -0
- package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.css.gz +0 -0
- package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.js.gz +0 -0
- package/dist/collection/components/ez-classic-combo-box/interfaces/IOption.js.gz +0 -0
- package/dist/collection/components/ez-classic-input/ez-classic-input.css.gz +0 -0
- package/dist/collection/components/ez-classic-input/ez-classic-input.js.gz +0 -0
- package/dist/collection/components/ez-classic-input/interfaces/optionsSetFocus.js.gz +0 -0
- package/dist/collection/components/ez-classic-input/utils/maskFormatter.js.gz +0 -0
- package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.css.gz +0 -0
- package/dist/collection/components/ez-classic-text-area/ez-classic-text-area.js.gz +0 -0
- package/dist/collection/components/ez-classic-text-area/interfaces/optionsSetFocus.js.gz +0 -0
- package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css.gz +0 -0
- package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.js.gz +0 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.css.gz +0 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js.gz +0 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box.css.gz +0 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box.js.gz +0 -0
- package/dist/collection/components/ez-date-input/ez-date-input.css.gz +0 -0
- package/dist/collection/components/ez-date-input/ez-date-input.js.gz +0 -0
- package/dist/collection/components/ez-date-time-input/ez-date-time-input.css.gz +0 -0
- package/dist/collection/components/ez-date-time-input/ez-date-time-input.js.gz +0 -0
- package/dist/collection/components/ez-dialog/DialogType.js.gz +0 -0
- package/dist/collection/components/ez-dialog/ez-dialog.css.gz +0 -0
- package/dist/collection/components/ez-dialog/ez-dialog.js.gz +0 -0
- package/dist/collection/components/ez-double-list/doubleListHelper.js.gz +0 -0
- package/dist/collection/components/ez-double-list/ez-double-list.css.gz +0 -0
- package/dist/collection/components/ez-double-list/ez-double-list.js.gz +0 -0
- package/dist/collection/components/ez-dropdown/ez-dropdown.css.gz +0 -0
- package/dist/collection/components/ez-dropdown/ez-dropdown.js.gz +0 -0
- package/dist/collection/components/ez-dropdown/structure/DropdownItem.js.gz +0 -0
- package/dist/collection/components/ez-dropdown/structure/SubmenuControl.js.gz +0 -0
- package/dist/collection/components/ez-empty-card/ez-empty-card.css.gz +0 -0
- package/dist/collection/components/ez-empty-card/ez-empty-card.js.gz +0 -0
- package/dist/collection/components/ez-file-item/ez-file-item.css.gz +0 -0
- package/dist/collection/components/ez-file-item/ez-file-item.js.gz +0 -0
- package/dist/collection/components/ez-filter-input/ez-filter-input.css.gz +0 -0
- package/dist/collection/components/ez-filter-input/ez-filter-input.js.gz +0 -0
- package/dist/collection/components/ez-form/ez-form.css.gz +0 -0
- package/dist/collection/components/ez-form/ez-form.js.gz +0 -0
- package/dist/collection/components/ez-form/store/form.slice.js.gz +0 -0
- package/dist/collection/components/ez-form-view/custom-input/ez-custom-form-input.js.gz +0 -0
- package/dist/collection/components/ez-form-view/ez-form-view.css.gz +0 -0
- package/dist/collection/components/ez-form-view/ez-form-view.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/RichText.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-form-view/interfaces/IFormViewField.js.gz +0 -0
- package/dist/collection/components/ez-form-view/interfaces/index.js.gz +0 -0
- package/dist/collection/components/ez-form-view/structure/index.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/EzGridController.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/DataSourceInterceptor.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellEditor.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellRender.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomHeader.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/cellRendererStatus.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/selectionHeader.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/test/constants/EzGridCustomCellEditorConstants.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/test/constants/EzGridCustomCellRenderConstants.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellEditor.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellRender.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/GridEditorUtils.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/IEditorMetadata.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/IUICellEditor.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/IUICellRender.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/ComboBox.tpl.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/DateInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/NumberInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/Search.tpl.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/SearchPlus.tpl.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/TextInput.tpl.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/mock/Server.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js.gz +0 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/utils/buildLocaleText.js.gz +0 -0
- package/dist/collection/components/ez-grid/ez-grid.css.gz +0 -0
- package/dist/collection/components/ez-grid/ez-grid.js.gz +0 -0
- package/dist/collection/components/ez-grid/interfaces/IColumnFilter.js.gz +0 -0
- package/dist/collection/components/ez-grid/interfaces/ICustomFormatter.js.gz +0 -0
- package/dist/collection/components/ez-grid/interfaces/IGridMode.js.gz +0 -0
- package/dist/collection/components/ez-grid/interfaces/ISelection.js.gz +0 -0
- package/dist/collection/components/ez-grid/interfaces/ISelectionToastConfig.js.gz +0 -0
- package/dist/collection/components/ez-grid/interfaces/index.js.gz +0 -0
- package/dist/collection/components/ez-grid/subcomponents/filter-column.css.gz +0 -0
- package/dist/collection/components/ez-grid/subcomponents/filter-column.js.gz +0 -0
- package/dist/collection/components/ez-grid/subcomponents/selection-counter.js.gz +0 -0
- package/dist/collection/components/ez-grid/subcomponents/utils/selectionCounterUtils.js.gz +0 -0
- package/dist/collection/components/ez-grid/test/resources/gridDataUnit.js.gz +0 -0
- package/dist/collection/components/ez-grid/utils/ColumnFilterManager.js.gz +0 -0
- package/dist/collection/components/ez-grid/utils/InMemoryFilterColumnDataSource.js.gz +0 -0
- package/dist/collection/components/ez-grid/utils/index.js.gz +0 -0
- package/dist/collection/components/ez-grid-view/ez-grid-view.css.gz +0 -0
- package/dist/collection/components/ez-grid-view/ez-grid-view.js.gz +0 -0
- package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.css.gz +0 -0
- package/dist/collection/components/ez-guide-navigator/ez-guide-navigator.js.gz +0 -0
- package/dist/collection/components/ez-guide-navigator/interfaces/IGuideItem.js.gz +0 -0
- package/dist/collection/components/ez-guide-navigator/interfaces/index.js.gz +0 -0
- package/dist/collection/components/ez-icon/ez-icon.css.gz +0 -0
- package/dist/collection/components/ez-icon/ez-icon.js.gz +0 -0
- package/dist/collection/components/ez-list/ez-list.css.gz +0 -0
- package/dist/collection/components/ez-list/ez-list.js.gz +0 -0
- package/dist/collection/components/ez-list/ezListHelper.js.gz +0 -0
- package/dist/collection/components/ez-list-item/ez-list-item.css.gz +0 -0
- package/dist/collection/components/ez-list-item/ez-list-item.js.gz +0 -0
- package/dist/collection/components/ez-loading-bar/ez-loading-bar.css.gz +0 -0
- package/dist/collection/components/ez-loading-bar/ez-loading-bar.js.gz +0 -0
- package/dist/collection/components/ez-modal/ez-modal.css.gz +0 -0
- package/dist/collection/components/ez-modal/ez-modal.js.gz +0 -0
- package/dist/collection/components/ez-modal-container/ez-modal-container.css.gz +0 -0
- package/dist/collection/components/ez-modal-container/ez-modal-container.js.gz +0 -0
- package/dist/collection/components/ez-modal-container/index.js.gz +0 -0
- package/dist/collection/components/ez-modal-container/modal-action.js.gz +0 -0
- package/dist/collection/components/ez-modal-container/modal-button-status.js.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.css.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/interfaces/IMultiSelectionListDataSource.js.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/interfaces/IMultiSelectionOption.js.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/interfaces/IStaticOptionsFetchConfig.js.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/subcomponents/multi-selection-box-message.css.gz +0 -0
- package/dist/collection/components/ez-multi-selection-list/subcomponents/multi-selection-box-message.js.gz +0 -0
- package/dist/collection/components/ez-number-input/ez-number-input.css.gz +0 -0
- package/dist/collection/components/ez-number-input/ez-number-input.js.gz +0 -0
- package/dist/collection/components/ez-pagination/ez-pagination.css.gz +0 -0
- package/dist/collection/components/ez-pagination/ez-pagination.js.gz +0 -0
- package/dist/collection/components/ez-popover/ez-popover.css.gz +0 -0
- package/dist/collection/components/ez-popover/ez-popover.js.gz +0 -0
- package/dist/collection/components/ez-popover-plus/ez-popover-plus.css.gz +0 -0
- package/dist/collection/components/ez-popover-plus/ez-popover-plus.js.gz +0 -0
- package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.css.gz +0 -0
- package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.js.gz +0 -0
- package/dist/collection/components/ez-popup/ez-popup.css.gz +0 -0
- package/dist/collection/components/ez-popup/ez-popup.js.gz +0 -0
- package/dist/collection/components/ez-popup/interfaces/EzButtonProps.js.gz +0 -0
- package/dist/collection/components/ez-progress-bar/ez-progress-bar.css.gz +0 -0
- package/dist/collection/components/ez-progress-bar/ez-progress-bar.js.gz +0 -0
- package/dist/collection/components/ez-radio-button/ez-radio-button.css.gz +0 -0
- package/dist/collection/components/ez-radio-button/ez-radio-button.js.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.css.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-link-builder/ez-link-builder.js.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-rich-text.css.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-rich-text.js.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/RichToolbarHelper.js.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.css.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-arrows/ez-rich-toolbar-arrows.js.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.css.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-configs/ez-rich-toolbar-configs.js.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.css.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-item/ez-rich-toolbar-item.js.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.css.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar-letters/ez-rich-toolbar-letters.js.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.css.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-rich-toolbar/ez-rich-toolbar.js.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.css.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/ez-simple-image-uploader.js.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/test/resource/imageBase64.js.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/fileToBase64.js.gz +0 -0
- package/dist/collection/components/ez-rich-text/ez-simple-image-uploader/utils/formatBytes.js.gz +0 -0
- package/dist/collection/components/ez-scroller/EzScrollDirection.js.gz +0 -0
- package/dist/collection/components/ez-scroller/ez-scroller.css.gz +0 -0
- package/dist/collection/components/ez-scroller/ez-scroller.js.gz +0 -0
- package/dist/collection/components/ez-search/ez-search.css.gz +0 -0
- package/dist/collection/components/ez-search/ez-search.js.gz +0 -0
- package/dist/collection/components/ez-search/subcomponent/search-list/search-list.css.gz +0 -0
- package/dist/collection/components/ez-search/subcomponent/search-list/search-list.js.gz +0 -0
- package/dist/collection/components/ez-search/utils/searchFormatters.js.gz +0 -0
- package/dist/collection/components/ez-search-plus/ez-search-plus.css.gz +0 -0
- package/dist/collection/components/ez-search-plus/ez-search-plus.js.gz +0 -0
- package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.css.gz +0 -0
- package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js.gz +0 -0
- package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.css.gz +0 -0
- package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.js.gz +0 -0
- package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.css.gz +0 -0
- package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.js.gz +0 -0
- package/dist/collection/components/ez-sidebar-navigator/interfaces/ModeMenuEnum.js.gz +0 -0
- package/dist/collection/components/ez-sidebar-navigator/interfaces/SizeMenuEnum.js.gz +0 -0
- package/dist/collection/components/ez-sidebar-navigator/interfaces/TypeMenuEnum.js.gz +0 -0
- package/dist/collection/components/ez-sidebar-navigator/interfaces/index.js.gz +0 -0
- package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js.gz +0 -0
- package/dist/collection/components/ez-skeleton/ez-skeleton.css.gz +0 -0
- package/dist/collection/components/ez-skeleton/ez-skeleton.js.gz +0 -0
- package/dist/collection/components/ez-sortable-list/ez-sortable-list.css.gz +0 -0
- package/dist/collection/components/ez-sortable-list/ez-sortable-list.js.gz +0 -0
- package/dist/collection/components/ez-spinner/ez-spinner.css.gz +0 -0
- package/dist/collection/components/ez-spinner/ez-spinner.js.gz +0 -0
- package/dist/collection/components/ez-split-button/ez-split-button.css.gz +0 -0
- package/dist/collection/components/ez-split-button/ez-split-button.js.gz +0 -0
- package/dist/collection/components/ez-split-button/test/dropdownItems.js.gz +0 -0
- package/dist/collection/components/ez-split-panel/ez-split-panel.css.gz +0 -0
- package/dist/collection/components/ez-split-panel/ez-split-panel.js.gz +0 -0
- package/dist/collection/components/ez-split-panel/interfaces/IPanelSizeInfo.js.gz +0 -0
- package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.css.gz +0 -0
- package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js.gz +0 -0
- package/dist/collection/components/ez-tabselector/ez-tabselector.css.gz +0 -0
- package/dist/collection/components/ez-tabselector/ez-tabselector.js.gz +0 -0
- package/dist/collection/components/ez-tag/ez-tag.css.gz +0 -0
- package/dist/collection/components/ez-tag/ez-tag.js.gz +0 -0
- package/dist/collection/components/ez-tag-input/ez-tag-input.css.gz +0 -0
- package/dist/collection/components/ez-tag-input/ez-tag-input.js.gz +0 -0
- package/dist/collection/components/ez-tag-input/interfaces/optionsSetFocus.js.gz +0 -0
- package/dist/collection/components/ez-text-area/ez-text-area.css.gz +0 -0
- package/dist/collection/components/ez-text-area/ez-text-area.js.gz +0 -0
- package/dist/collection/components/ez-text-edit/ez-text-edit.css.gz +0 -0
- package/dist/collection/components/ez-text-edit/ez-text-edit.js.gz +0 -0
- package/dist/collection/components/ez-text-input/ez-text-input.css.gz +0 -0
- package/dist/collection/components/ez-text-input/ez-text-input.js.gz +0 -0
- package/dist/collection/components/ez-tile/ez-tile.css.gz +0 -0
- package/dist/collection/components/ez-tile/ez-tile.js.gz +0 -0
- package/dist/collection/components/ez-tile-medium/ez-tile-medium.css.gz +0 -0
- package/dist/collection/components/ez-tile-medium/ez-tile-medium.js.gz +0 -0
- package/dist/collection/components/ez-time-input/ez-time-input.css.gz +0 -0
- package/dist/collection/components/ez-time-input/ez-time-input.js.gz +0 -0
- package/dist/collection/components/ez-toast/ez-toast.css.gz +0 -0
- package/dist/collection/components/ez-toast/ez-toast.js.gz +0 -0
- package/dist/collection/components/ez-tooltip/ez-tooltip.css.gz +0 -0
- package/dist/collection/components/ez-tooltip/ez-tooltip.js.gz +0 -0
- package/dist/collection/components/ez-tree/ez-tree.css.gz +0 -0
- package/dist/collection/components/ez-tree/ez-tree.js.gz +0 -0
- package/dist/collection/components/ez-tree/interfaces/ITree.js.gz +0 -0
- package/dist/collection/components/ez-tree/interfaces/ITreeItem.js.gz +0 -0
- package/dist/collection/components/ez-tree/interfaces/ITreeItemBadge.js.gz +0 -0
- package/dist/collection/components/ez-tree/subcomponents/DefaultIconResolver.js.gz +0 -0
- package/dist/collection/components/ez-tree/subcomponents/DefaultTooltipResolver.js.gz +0 -0
- package/dist/collection/components/ez-tree/subcomponents/TreeItem.js.gz +0 -0
- package/dist/collection/components/ez-tree/subcomponents/index.js.gz +0 -0
- package/dist/collection/components/ez-tree/types/Node.js.gz +0 -0
- package/dist/collection/components/ez-tree/types/Tree.js.gz +0 -0
- package/dist/collection/components/ez-tree/types/UpdateItemConfig.js.gz +0 -0
- package/dist/collection/components/ez-underface/ez-underface.css.gz +0 -0
- package/dist/collection/components/ez-underface/ez-underface.js.gz +0 -0
- package/dist/collection/components/ez-upload/RemoteFile.js.gz +0 -0
- package/dist/collection/components/ez-upload/ez-upload.css.gz +0 -0
- package/dist/collection/components/ez-upload/ez-upload.js.gz +0 -0
- package/dist/collection/components/ez-view-stack/ez-view-stack.css.gz +0 -0
- package/dist/collection/components/ez-view-stack/ez-view-stack.js.gz +0 -0
- package/dist/collection/global/app-init.js.gz +0 -0
- package/dist/collection/index.js.gz +0 -0
- package/dist/collection/servidor.js.gz +0 -0
- package/dist/collection/setupTests.js.gz +0 -0
- package/dist/collection/sw.js.gz +0 -0
- package/dist/collection/utils/ApplicationUtils.js.gz +0 -0
- package/dist/collection/utils/AssetsUtils.js.gz +0 -0
- package/dist/collection/utils/CSSVarsUtils.js.gz +0 -0
- package/dist/collection/utils/FocusResolver.js.gz +0 -0
- package/dist/collection/utils/ag-grid-license.js.gz +0 -0
- package/dist/collection/utils/constants.js.gz +0 -0
- package/dist/collection/utils/customEditor/interfaces/ICustomEditor.js.gz +0 -0
- package/dist/collection/utils/customEditor/interfaces/ICustomEditorInfo.js.gz +0 -0
- package/dist/collection/utils/customRender/interfaces/ICustomRender.js.gz +0 -0
- package/dist/collection/utils/customRender/interfaces/ICustomRenderInfo.js.gz +0 -0
- package/dist/collection/utils/form/DataBinder.js.gz +0 -0
- package/dist/collection/utils/form/FormMetadata.js.gz +0 -0
- package/dist/collection/utils/form/index.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/FormLayout.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/IDefaultConfig.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/IFormCardConfig.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/IFormConfig.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/IFormSheetMetadata.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/ISummaryField.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/ITabConfig.js.gz +0 -0
- package/dist/collection/utils/form/interfaces/index.js.gz +0 -0
- package/dist/collection/utils/form/test/DataBinder.test.js.gz +0 -0
- package/dist/collection/utils/form/test/resources/metadataTest.js.gz +0 -0
- package/dist/collection/utils/i18n/elanguages.js.gz +0 -0
- package/dist/collection/utils/i18n/index.js.gz +0 -0
- package/dist/collection/utils/i18n/locales/en-us.js.gz +0 -0
- package/dist/collection/utils/i18n/locales/es-es.js.gz +0 -0
- package/dist/collection/utils/i18n/locales/pt-br.js.gz +0 -0
- package/dist/collection/utils/i18n/translations.js.gz +0 -0
- package/dist/collection/utils/index.js.gz +0 -0
- package/dist/collection/utils/interfaces/AbstractFieldMetadata.js.gz +0 -0
- package/dist/collection/utils/interfaces/IAction.js.gz +0 -0
- package/dist/collection/utils/interfaces/IFieldConfig.js.gz +0 -0
- package/dist/collection/utils/mock/ez-upload-mock.js.gz +0 -0
- package/dist/collection/utils/search/types.js.gz +0 -0
- package/dist/collection/utils/searchColumn/search-column.js.gz +0 -0
- package/dist/collection/utils/utils.js.gz +0 -0
- package/dist/collection/utils/validators/recordvalidator/IInvalidCells.js.gz +0 -0
- package/dist/collection/utils/validators/recordvalidator/IInvalidField.js.gz +0 -0
- package/dist/collection/utils/validators/recordvalidator/IRecordValidator.js.gz +0 -0
- package/dist/collection/utils/validators/recordvalidator/IValidationResult.js.gz +0 -0
- package/dist/collection/utils/validators/recordvalidator/IValidationSource.js.gz +0 -0
- package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js.gz +0 -0
- package/dist/custom-elements/index.js.gz +0 -0
- package/dist/esm/ApplicationUtils-1569f757.js.gz +0 -0
- package/dist/esm/CSSVarsUtils-acba92d7.js.gz +0 -0
- package/dist/esm/CheckMode-bdb2ec19.js.gz +0 -0
- package/dist/esm/DialogType-54a62731.js.gz +0 -0
- package/dist/esm/EzScrollDirection-2df26c93.js.gz +0 -0
- package/dist/esm/FocusResolver-1ccbf850.js.gz +0 -0
- package/dist/esm/FormLayout-071d324c.js.gz +0 -0
- package/dist/esm/RichToolbarHelper-f3a149c4.js.gz +0 -0
- package/dist/esm/_commonjsHelpers-9943807e.js.gz +0 -0
- package/dist/esm/app-globals-c0ac93c0.js.gz +0 -0
- package/dist/esm/constants-3fabe81e.js.gz +0 -0
- package/dist/esm/ez-actions-button.entry.js.gz +0 -0
- package/dist/esm/ez-alert-list.entry.js.gz +0 -0
- package/dist/esm/ez-alert.entry.js.gz +0 -0
- package/dist/esm/ez-application.entry.js.gz +0 -0
- package/dist/esm/ez-avatar.entry.js.gz +0 -0
- package/dist/esm/ez-badge.entry.js.gz +0 -0
- package/dist/esm/ez-breadcrumb.entry.js.gz +0 -0
- package/dist/esm/ez-button.entry.js.gz +0 -0
- package/dist/esm/ez-calendar.entry.js.gz +0 -0
- package/dist/esm/ez-card-item.entry.js.gz +0 -0
- package/dist/esm/ez-chart.entry.js.gz +0 -0
- package/dist/esm/ez-check.entry.js.gz +0 -0
- package/dist/esm/ez-chip.entry.js.gz +0 -0
- package/dist/esm/ez-classic-combo-box.entry.js.gz +0 -0
- package/dist/esm/ez-classic-input.entry.js.gz +0 -0
- package/dist/esm/ez-classic-text-area.entry.js.gz +0 -0
- package/dist/esm/ez-collapsible-box.entry.js.gz +0 -0
- package/dist/esm/ez-combo-box-list_4.entry.js +0 -666
- package/dist/esm/ez-combo-box-list_4.entry.js.gz +0 -0
- package/dist/esm/ez-combo-box.entry.js.gz +0 -0
- package/dist/esm/ez-date-input.entry.js.gz +0 -0
- package/dist/esm/ez-date-time-input.entry.js.gz +0 -0
- package/dist/esm/ez-dialog.entry.js.gz +0 -0
- package/dist/esm/ez-double-list.entry.js.gz +0 -0
- package/dist/esm/ez-dropdown.entry.js.gz +0 -0
- package/dist/esm/ez-empty-card.entry.js.gz +0 -0
- package/dist/esm/ez-file-item.entry.js.gz +0 -0
- package/dist/esm/ez-filter-input.entry.js.gz +0 -0
- package/dist/esm/ez-form-view.entry.js.gz +0 -0
- package/dist/esm/ez-form.entry.js.gz +0 -0
- package/dist/esm/ez-grid-view.entry.js.gz +0 -0
- package/dist/esm/ez-grid.entry.js.gz +0 -0
- package/dist/esm/ez-guide-navigator.entry.js.gz +0 -0
- package/dist/esm/ez-icon.entry.js.gz +0 -0
- package/dist/esm/ez-link-builder_6.entry.js.gz +0 -0
- package/dist/esm/ez-list-item.entry.js.gz +0 -0
- package/dist/esm/ez-list.entry.js.gz +0 -0
- package/dist/esm/ez-loading-bar.entry.js.gz +0 -0
- package/dist/esm/ez-modal-container.entry.js.gz +0 -0
- package/dist/esm/ez-modal.entry.js.gz +0 -0
- package/dist/esm/ez-multi-selection-list.entry.js.gz +0 -0
- package/dist/esm/ez-number-input.entry.js.gz +0 -0
- package/dist/esm/ez-pagination.entry.js.gz +0 -0
- package/dist/esm/ez-popover-core.entry.js.gz +0 -0
- package/dist/esm/ez-popover-plus_3.entry.js.gz +0 -0
- package/dist/esm/ez-popover.entry.js.gz +0 -0
- package/dist/esm/ez-popup.entry.js.gz +0 -0
- package/dist/esm/ez-progress-bar.entry.js.gz +0 -0
- package/dist/esm/ez-radio-button.entry.js.gz +0 -0
- package/dist/esm/ez-rich-toolbar-item.entry.js.gz +0 -0
- package/dist/esm/ez-scroller_2.entry.js.gz +0 -0
- package/dist/esm/ez-search-plus.entry.js.gz +0 -0
- package/dist/esm/ez-search-result-list.entry.js.gz +0 -0
- package/dist/esm/ez-search.entry.js.gz +0 -0
- package/dist/esm/ez-sidebar-navigator.entry.js.gz +0 -0
- package/dist/esm/ez-skeleton.entry.js.gz +0 -0
- package/dist/esm/ez-sortable-list.entry.js.gz +0 -0
- package/dist/esm/ez-spinner.entry.js.gz +0 -0
- package/dist/esm/ez-split-button.entry.js.gz +0 -0
- package/dist/esm/ez-split-item.entry.js.gz +0 -0
- package/dist/esm/ez-split-panel.entry.js.gz +0 -0
- package/dist/esm/ez-tabselector.entry.js.gz +0 -0
- package/dist/esm/ez-tag-input.entry.js.gz +0 -0
- package/dist/esm/ez-tag.entry.js.gz +0 -0
- package/dist/esm/ez-text-area.entry.js.gz +0 -0
- package/dist/esm/ez-text-input.entry.js.gz +0 -0
- package/dist/esm/ez-tile-medium.entry.js.gz +0 -0
- package/dist/esm/ez-tile.entry.js.gz +0 -0
- package/dist/esm/ez-time-input.entry.js.gz +0 -0
- package/dist/esm/ez-toast.entry.js.gz +0 -0
- package/dist/esm/ez-tooltip.entry.js.gz +0 -0
- package/dist/esm/ez-tree.entry.js.gz +0 -0
- package/dist/esm/ez-underface.entry.js.gz +0 -0
- package/dist/esm/ez-upload.entry.js.gz +0 -0
- package/dist/esm/ez-view-stack.entry.js.gz +0 -0
- package/dist/esm/ezListHelper-00fb9b8d.js.gz +0 -0
- package/dist/esm/ezui.js.gz +0 -0
- package/dist/esm/filter-column.entry.js.gz +0 -0
- package/dist/esm/floating-ui.dom.esm-ad30f2f0.js.gz +0 -0
- package/dist/esm/index-41363fa6.js.gz +0 -0
- package/dist/esm/index-baa5e267.js.gz +0 -0
- package/dist/esm/index.js.gz +0 -0
- package/dist/esm/loader.js.gz +0 -0
- package/dist/esm/polyfills/core-js.js.gz +0 -0
- package/dist/esm/polyfills/css-shim.js.gz +0 -0
- package/dist/esm/polyfills/dom.js.gz +0 -0
- package/dist/esm/polyfills/es5-html-element.js.gz +0 -0
- package/dist/esm/polyfills/index.js.gz +0 -0
- package/dist/esm/polyfills/system.js.gz +0 -0
- package/dist/esm/purify-ff423562.js.gz +0 -0
- package/dist/esm/search-column-3984faec.js.gz +0 -0
- package/dist/esm/searchFormatters-8229207e.js.gz +0 -0
- package/dist/ezui/ezui.esm.js.gz +0 -0
- package/dist/ezui/index.esm.js.gz +0 -0
- package/dist/ezui/p-02d448bb.entry.js.gz +0 -0
- package/dist/ezui/p-05c32903.entry.js.gz +0 -0
- package/dist/ezui/p-0f7971cf.entry.js.gz +0 -0
- package/dist/ezui/p-110cfb7d.entry.js.gz +0 -0
- package/dist/ezui/p-112455b1.js.gz +0 -0
- package/dist/ezui/p-14ceb733.entry.js.gz +0 -0
- package/dist/ezui/p-18384b91.entry.js +0 -1
- package/dist/ezui/p-18384b91.entry.js.gz +0 -0
- package/dist/ezui/p-1e7a8633.entry.js.gz +0 -0
- package/dist/ezui/p-1f50fa05.entry.js.gz +0 -0
- package/dist/ezui/p-20c024f7.entry.js.gz +0 -0
- package/dist/ezui/p-23a36bb6.js.gz +0 -0
- package/dist/ezui/p-2528e988.entry.js.gz +0 -0
- package/dist/ezui/p-271a0ecb.entry.js +0 -1
- package/dist/ezui/p-271a0ecb.entry.js.gz +0 -0
- package/dist/ezui/p-288631d1.entry.js +0 -1
- package/dist/ezui/p-288631d1.entry.js.gz +0 -0
- package/dist/ezui/p-2a806303.js +0 -1
- package/dist/ezui/p-2a806303.js.gz +0 -0
- package/dist/ezui/p-30ffb9ed.js +0 -1
- package/dist/ezui/p-30ffb9ed.js.gz +0 -0
- package/dist/ezui/p-34a476a9.entry.js.gz +0 -0
- package/dist/ezui/p-351fb12f.entry.js.gz +0 -0
- package/dist/ezui/p-35bfaa88.entry.js +0 -1
- package/dist/ezui/p-35bfaa88.entry.js.gz +0 -0
- package/dist/ezui/p-39761eca.entry.js.gz +0 -0
- package/dist/ezui/p-3afa1c6e.entry.js.gz +0 -0
- package/dist/ezui/p-3ce867cf.entry.js +0 -1
- package/dist/ezui/p-3ce867cf.entry.js.gz +0 -0
- package/dist/ezui/p-3e767a74.js.gz +0 -0
- package/dist/ezui/p-40a60148.js.gz +0 -0
- package/dist/ezui/p-411c0222.entry.js.gz +0 -0
- package/dist/ezui/p-4314f87a.entry.js +0 -1
- package/dist/ezui/p-4314f87a.entry.js.gz +0 -0
- package/dist/ezui/p-43adc10c.entry.js +0 -1
- package/dist/ezui/p-43adc10c.entry.js.gz +0 -0
- package/dist/ezui/p-45e21e04.entry.js +0 -309
- package/dist/ezui/p-45e21e04.entry.js.gz +0 -0
- package/dist/ezui/p-48effc69.entry.js +0 -1
- package/dist/ezui/p-48effc69.entry.js.gz +0 -0
- package/dist/ezui/p-4d30b703.entry.js.gz +0 -0
- package/dist/ezui/p-4fe123b6.entry.js.gz +0 -0
- package/dist/ezui/p-5554704c.js +0 -1
- package/dist/ezui/p-5554704c.js.gz +0 -0
- package/dist/ezui/p-56fc1da0.js.gz +0 -0
- package/dist/ezui/p-5c440899.js.gz +0 -0
- package/dist/ezui/p-5ed81457.entry.js.gz +0 -0
- package/dist/ezui/p-6020f3d5.entry.js.gz +0 -0
- package/dist/ezui/p-6c51ccd1.entry.js.gz +0 -0
- package/dist/ezui/p-6ca0815e.entry.js +0 -1
- package/dist/ezui/p-6ca0815e.entry.js.gz +0 -0
- package/dist/ezui/p-6cb82d33.entry.js +0 -1
- package/dist/ezui/p-6cb82d33.entry.js.gz +0 -0
- package/dist/ezui/p-6d596a5a.entry.js.gz +0 -0
- package/dist/ezui/p-6f77a359.entry.js.gz +0 -0
- package/dist/ezui/p-721fd999.entry.js.gz +0 -0
- package/dist/ezui/p-7995dcb4.entry.js +0 -1
- package/dist/ezui/p-7995dcb4.entry.js.gz +0 -0
- package/dist/ezui/p-7f37ee99.entry.js.gz +0 -0
- package/dist/ezui/p-7f792043.entry.js.gz +0 -0
- package/dist/ezui/p-7fe97ef5.entry.js +0 -1
- package/dist/ezui/p-7fe97ef5.entry.js.gz +0 -0
- package/dist/ezui/p-80dfc50b.js.gz +0 -0
- package/dist/ezui/p-859e3134.entry.js.gz +0 -0
- package/dist/ezui/p-8d626d2b.entry.js +0 -1
- package/dist/ezui/p-8d626d2b.entry.js.gz +0 -0
- package/dist/ezui/p-8df1ca33.entry.js.gz +0 -0
- package/dist/ezui/p-91c9d50e.entry.js.gz +0 -0
- package/dist/ezui/p-93e1c917.entry.js.gz +0 -0
- package/dist/ezui/p-948f0fb2.entry.js.gz +0 -0
- package/dist/ezui/p-98bb8b16.js.gz +0 -0
- package/dist/ezui/p-9ab2add9.entry.js.gz +0 -0
- package/dist/ezui/p-9b215871.entry.js.gz +0 -0
- package/dist/ezui/p-9b2e6438.entry.js +0 -1
- package/dist/ezui/p-9b2e6438.entry.js.gz +0 -0
- package/dist/ezui/p-9b3f3c02.entry.js.gz +0 -0
- package/dist/ezui/p-9f5fa3f9.entry.js.gz +0 -0
- package/dist/ezui/p-a0bf1fc7.entry.js.gz +0 -0
- package/dist/ezui/p-a3075f52.entry.js.gz +0 -0
- package/dist/ezui/p-a3ada561.entry.js.gz +0 -0
- package/dist/ezui/p-a4083a7a.entry.js.gz +0 -0
- package/dist/ezui/p-a61fdd20.js +0 -1
- package/dist/ezui/p-a61fdd20.js.gz +0 -0
- package/dist/ezui/p-a63b20a0.entry.js +0 -1
- package/dist/ezui/p-a63b20a0.entry.js.gz +0 -0
- package/dist/ezui/p-a80b1287.entry.js.gz +0 -0
- package/dist/ezui/p-ab574d59.js.gz +0 -0
- package/dist/ezui/p-b1e45320.js.gz +0 -0
- package/dist/ezui/p-b3d8034b.entry.js.gz +0 -0
- package/dist/ezui/p-b853763b.js.gz +0 -0
- package/dist/ezui/p-b989a33e.entry.js.gz +0 -0
- package/dist/ezui/p-baec56c9.js.gz +0 -0
- package/dist/ezui/p-bc2f844e.entry.js.gz +0 -0
- package/dist/ezui/p-cde41310.entry.js +0 -1
- package/dist/ezui/p-cde41310.entry.js.gz +0 -0
- package/dist/ezui/p-ce0b36d7.entry.js.gz +0 -0
- package/dist/ezui/p-d2645bdf.entry.js +0 -1
- package/dist/ezui/p-d2645bdf.entry.js.gz +0 -0
- package/dist/ezui/p-d5eb2fad.entry.js.gz +0 -0
- package/dist/ezui/p-d6742c1e.entry.js.gz +0 -0
- package/dist/ezui/p-d6bb930d.entry.js.gz +0 -0
- package/dist/ezui/p-d6f50207.entry.js.gz +0 -0
- package/dist/ezui/p-d8cc640d.entry.js.gz +0 -0
- package/dist/ezui/p-dc628ed3.js.gz +0 -0
- package/dist/ezui/p-de862af4.entry.js +0 -1
- package/dist/ezui/p-de862af4.entry.js.gz +0 -0
- package/dist/ezui/p-dee18824.entry.js +0 -1
- package/dist/ezui/p-dee18824.entry.js.gz +0 -0
- package/dist/ezui/p-e75c7a23.entry.js.gz +0 -0
- package/dist/ezui/p-e7a7c594.entry.js.gz +0 -0
- package/dist/ezui/p-e8c57463.entry.js.gz +0 -0
- package/dist/ezui/p-ec730d4e.entry.js.gz +0 -0
- package/dist/ezui/p-ec7db713.js.gz +0 -0
- package/dist/ezui/p-ecd6409d.entry.js.gz +0 -0
- package/dist/ezui/p-ef8bd3e8.entry.js.gz +0 -0
- package/dist/ezui/p-f34ec732.entry.js.gz +0 -0
- package/dist/ezui/p-fa6732f2.entry.js.gz +0 -0
- package/dist/index.cjs.js.gz +0 -0
- package/dist/index.js.gz +0 -0
|
@@ -0,0 +1,1330 @@
|
|
|
1
|
+
import { h, Host } from "@stencil/core";
|
|
2
|
+
import CSSVarsUtils from "../../utils/CSSVarsUtils";
|
|
3
|
+
import { ElementIDUtils, ObjectUtils, StringUtils } from "@sankhyalabs/core";
|
|
4
|
+
import { ApplicationUtils, SearchMode } from "../../utils";
|
|
5
|
+
import { replaceHighlight, replaceQuotes } from "./utils/searchFormatters";
|
|
6
|
+
import initI18n from '../../utils/i18n';
|
|
7
|
+
export class EzClassicSearch {
|
|
8
|
+
constructor() {
|
|
9
|
+
this._changeDeboucingTimeout = null;
|
|
10
|
+
this._limitCharsToSearch = 3;
|
|
11
|
+
this._deboucingTime = 300;
|
|
12
|
+
this._maxWidthValue = 0;
|
|
13
|
+
this._tabPressed = false;
|
|
14
|
+
this._startHighlightTag = "<span class='card-item__highlight'>";
|
|
15
|
+
this._endHighlightTag = "</span>";
|
|
16
|
+
this._preSelection = undefined;
|
|
17
|
+
this._visibleOptions = undefined;
|
|
18
|
+
this._startLoading = false;
|
|
19
|
+
this._showLoading = true;
|
|
20
|
+
this._criteria = undefined;
|
|
21
|
+
this.value = undefined;
|
|
22
|
+
this.label = undefined;
|
|
23
|
+
this.enabled = true;
|
|
24
|
+
this.errorMessage = undefined;
|
|
25
|
+
this.size = "default";
|
|
26
|
+
this.optionLoader = undefined;
|
|
27
|
+
this.contextProperties = undefined;
|
|
28
|
+
this.showSelectedValue = true;
|
|
29
|
+
this.showOptionValue = true;
|
|
30
|
+
this.suppressEmptyOption = false;
|
|
31
|
+
this.stopPropagateEnterKeyEvent = false;
|
|
32
|
+
this.mode = "regular";
|
|
33
|
+
this.classic = false;
|
|
34
|
+
this.required = false;
|
|
35
|
+
this.canShowError = true;
|
|
36
|
+
this.hideErrorOnFocusOut = true;
|
|
37
|
+
this.listOptionsPosition = undefined;
|
|
38
|
+
this.isTextSearch = false;
|
|
39
|
+
this.ignoreLimitCharsToSearch = false;
|
|
40
|
+
this.options = undefined;
|
|
41
|
+
this.suppressSearch = false;
|
|
42
|
+
this.ensureClearButtonVisible = false;
|
|
43
|
+
this.suppressPreLoad = true;
|
|
44
|
+
this.autoFocus = false;
|
|
45
|
+
this.alternativePlaceholder = undefined;
|
|
46
|
+
this.showMore = undefined;
|
|
47
|
+
this.suppressInputPersist = false;
|
|
48
|
+
this.hideDescriptionInput = false;
|
|
49
|
+
}
|
|
50
|
+
observeErrorMessage() {
|
|
51
|
+
var _a;
|
|
52
|
+
if (this._textInput) {
|
|
53
|
+
this._textInput.errorMessage = this.errorMessage;
|
|
54
|
+
if (!((_a = this.errorMessage) === null || _a === void 0 ? void 0 : _a.trim()) && this.errorMessage) {
|
|
55
|
+
this.setInputValue();
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
getValue(val) {
|
|
60
|
+
return typeof val === 'object' ? val === null || val === void 0 ? void 0 : val.value : val;
|
|
61
|
+
}
|
|
62
|
+
validateNewValue(newValue, oldValue) {
|
|
63
|
+
const parsedNewValue = this.getValue(newValue);
|
|
64
|
+
const parsedOldValue = this.getValue(oldValue);
|
|
65
|
+
const newValueIsValid = parsedNewValue !== "[object Object]";
|
|
66
|
+
const valuesIsDifferent = parsedNewValue !== parsedOldValue;
|
|
67
|
+
if (newValueIsValid && valuesIsDifferent) {
|
|
68
|
+
return true;
|
|
69
|
+
}
|
|
70
|
+
return false;
|
|
71
|
+
}
|
|
72
|
+
async observeValue(newValue, oldValue) {
|
|
73
|
+
if (this._textInput && this.validateNewValue(newValue, oldValue)) {
|
|
74
|
+
if (typeof newValue === "string") {
|
|
75
|
+
await this.handleValueAsString(newValue);
|
|
76
|
+
return;
|
|
77
|
+
}
|
|
78
|
+
const newValueSelected = this.getSelectedOption(newValue);
|
|
79
|
+
const currentValue = this.getSelectedOption(this._currentValue);
|
|
80
|
+
if (this.isDifferentValues(currentValue, newValueSelected)) {
|
|
81
|
+
this._currentValue = newValueSelected;
|
|
82
|
+
this.setInputValue();
|
|
83
|
+
const valueEmitted = newValueSelected !== null && newValueSelected !== void 0 ? newValueSelected : undefined;
|
|
84
|
+
this.ezChange.emit(valueEmitted);
|
|
85
|
+
}
|
|
86
|
+
this.resetOptions();
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
observeOptions(newOptions, oldOptions) {
|
|
90
|
+
if (!newOptions.length && this.suppressPreLoad)
|
|
91
|
+
return;
|
|
92
|
+
if ((newOptions === null || newOptions === void 0 ? void 0 : newOptions.join('')) === (oldOptions === null || oldOptions === void 0 ? void 0 : oldOptions.join('')))
|
|
93
|
+
return;
|
|
94
|
+
this.loadOptions(SearchMode.PRELOAD);
|
|
95
|
+
}
|
|
96
|
+
/*
|
|
97
|
+
* Retorna uma promise com o valor da opção selecionada,
|
|
98
|
+
* que será resolvida quando o backend devolver este dado.
|
|
99
|
+
*/
|
|
100
|
+
async getValueAsync() {
|
|
101
|
+
if (!this._showLoading) {
|
|
102
|
+
return new Promise(resolve => resolve(this.value));
|
|
103
|
+
}
|
|
104
|
+
return new Promise(resolve => {
|
|
105
|
+
let id = setInterval(() => {
|
|
106
|
+
if (!this._showLoading) {
|
|
107
|
+
clearInterval(id);
|
|
108
|
+
resolve(this.value);
|
|
109
|
+
}
|
|
110
|
+
}, 100);
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Aplica o foco no campo.
|
|
115
|
+
*/
|
|
116
|
+
async setFocus(options) {
|
|
117
|
+
if (this._textInput) {
|
|
118
|
+
this._textInput.setFocus(options);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Remove o foco do campo.
|
|
123
|
+
*/
|
|
124
|
+
async setBlur() {
|
|
125
|
+
if (this._textInput) {
|
|
126
|
+
this._textInput.setBlur();
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Retorna se o conteúdo é inválido.
|
|
131
|
+
*/
|
|
132
|
+
async isInvalid() {
|
|
133
|
+
return typeof this.errorMessage === "string" && this.errorMessage.trim() !== "";
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* Limpa o valor do campo de pesquisa
|
|
137
|
+
*/
|
|
138
|
+
async clearValue() {
|
|
139
|
+
this.clearSearch();
|
|
140
|
+
}
|
|
141
|
+
async handleValueAsString(value) {
|
|
142
|
+
if (this.getSelectedOption(value)) {
|
|
143
|
+
this.setInputValue();
|
|
144
|
+
return;
|
|
145
|
+
}
|
|
146
|
+
await this.loadDescriptionValue(value);
|
|
147
|
+
if (!this._currentValue) {
|
|
148
|
+
return;
|
|
149
|
+
}
|
|
150
|
+
this.setInputValue();
|
|
151
|
+
this.ezChange.emit(this.value);
|
|
152
|
+
this._currentValue = this.value;
|
|
153
|
+
}
|
|
154
|
+
isDifferentValues(firstValue, secondValue) {
|
|
155
|
+
return ObjectUtils.objectToString(firstValue || {}) !== ObjectUtils.objectToString(secondValue || {});
|
|
156
|
+
}
|
|
157
|
+
getFormattedText(currentValue) {
|
|
158
|
+
if (currentValue == undefined) {
|
|
159
|
+
return;
|
|
160
|
+
}
|
|
161
|
+
let text = (!this.showSelectedValue || currentValue.value == undefined) ? currentValue.label : currentValue.label ? `${currentValue.value} - ${currentValue.label}` : currentValue.value;
|
|
162
|
+
text = text === null || text === void 0 ? void 0 : text.replace(new RegExp(this._startHighlightTag, 'g'), '').replace(new RegExp(this._endHighlightTag, 'g'), '');
|
|
163
|
+
return text;
|
|
164
|
+
}
|
|
165
|
+
getText() {
|
|
166
|
+
const currentValue = this.getSelectedOption(this._currentValue);
|
|
167
|
+
const text = this.getFormattedText(currentValue);
|
|
168
|
+
return replaceQuotes(text);
|
|
169
|
+
}
|
|
170
|
+
getSelectedOption(value) {
|
|
171
|
+
if (typeof value === "string" || value instanceof String) {
|
|
172
|
+
return this._visibleOptions.find(o => o.value === value);
|
|
173
|
+
}
|
|
174
|
+
if (value) {
|
|
175
|
+
return Object.assign(Object.assign({}, value), { value: replaceHighlight(value === null || value === void 0 ? void 0 : value.value), label: replaceHighlight(value === null || value === void 0 ? void 0 : value.label) });
|
|
176
|
+
}
|
|
177
|
+
return value;
|
|
178
|
+
}
|
|
179
|
+
updateVisibleOptions() {
|
|
180
|
+
let opts = this._source || [];
|
|
181
|
+
if (this.suppressEmptyOption) {
|
|
182
|
+
this._visibleOptions = opts;
|
|
183
|
+
}
|
|
184
|
+
else {
|
|
185
|
+
this._visibleOptions = [{ value: undefined, label: "" }].concat(opts);
|
|
186
|
+
}
|
|
187
|
+
this._maxWidthValue = this.getMaxWidthValue();
|
|
188
|
+
}
|
|
189
|
+
getMaxWidthValue() {
|
|
190
|
+
var _a;
|
|
191
|
+
const arrValues = [];
|
|
192
|
+
(_a = this._visibleOptions) === null || _a === void 0 ? void 0 : _a.forEach(opt => {
|
|
193
|
+
const widthValue = this.getWidthValue(opt.value);
|
|
194
|
+
if (!arrValues.includes(widthValue)) {
|
|
195
|
+
arrValues.push(widthValue);
|
|
196
|
+
}
|
|
197
|
+
});
|
|
198
|
+
return arrValues.length > 1 ? Math.max(...arrValues) : 0;
|
|
199
|
+
}
|
|
200
|
+
getWidthValue(value) {
|
|
201
|
+
if (this._itemValueBasis != undefined) {
|
|
202
|
+
const span = this._itemValueBasis;
|
|
203
|
+
if (value != undefined) {
|
|
204
|
+
span.innerHTML = value;
|
|
205
|
+
return span.clientWidth > 0 ? (span.clientWidth + 2) : 0;
|
|
206
|
+
}
|
|
207
|
+
else {
|
|
208
|
+
span.innerHTML = "";
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
return 0;
|
|
212
|
+
}
|
|
213
|
+
showOptions() {
|
|
214
|
+
if (!this.enabled)
|
|
215
|
+
return;
|
|
216
|
+
if (this.isOptionsVisible()) {
|
|
217
|
+
return;
|
|
218
|
+
}
|
|
219
|
+
this._ezPopOverPlusElement.showUnder(this._textInput);
|
|
220
|
+
}
|
|
221
|
+
hideOptions() {
|
|
222
|
+
this._ezPopOverPlusElement.hide();
|
|
223
|
+
}
|
|
224
|
+
isOptionsVisible() {
|
|
225
|
+
return this._ezPopOverPlusElement.opened;
|
|
226
|
+
}
|
|
227
|
+
selectCurrentOption(focusOnInput = true) {
|
|
228
|
+
if (this._preSelection !== undefined) {
|
|
229
|
+
this.selectOption(this._visibleOptions[this._preSelection], focusOnInput);
|
|
230
|
+
this._preSelection = undefined;
|
|
231
|
+
}
|
|
232
|
+
else {
|
|
233
|
+
this.controlListWithOnlyOne();
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
updateSource(source) {
|
|
237
|
+
this._startLoading = false;
|
|
238
|
+
if (source instanceof Promise) {
|
|
239
|
+
this._showLoading = true;
|
|
240
|
+
source.then(result => {
|
|
241
|
+
this.updateSource(result);
|
|
242
|
+
}).finally(() => {
|
|
243
|
+
this._showLoading = false;
|
|
244
|
+
});
|
|
245
|
+
this.updateVisibleOptions();
|
|
246
|
+
}
|
|
247
|
+
else {
|
|
248
|
+
this._showLoading = false;
|
|
249
|
+
if (Array.isArray(source)) {
|
|
250
|
+
this._source = source;
|
|
251
|
+
this.updateVisibleOptions();
|
|
252
|
+
if (this._tabPressed) {
|
|
253
|
+
this._tabPressed = false;
|
|
254
|
+
this.controlEmptySearch(false);
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
else {
|
|
258
|
+
this.selectOption(source);
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
clearSource() {
|
|
263
|
+
this._source = [];
|
|
264
|
+
this.updateVisibleOptions();
|
|
265
|
+
}
|
|
266
|
+
selectOption(newOption, focusOnInput = true) {
|
|
267
|
+
var _a, _b;
|
|
268
|
+
const currentValue = this.getSelectedOption(this.value);
|
|
269
|
+
const newOptionsReplaced = Object.assign(Object.assign({}, newOption), { value: replaceHighlight(newOption === null || newOption === void 0 ? void 0 : newOption.value), label: replaceHighlight(newOption === null || newOption === void 0 ? void 0 : newOption.label) });
|
|
270
|
+
const newOptionsFormatted = Object.assign(Object.assign({}, newOptionsReplaced), { value: replaceQuotes(newOptionsReplaced === null || newOptionsReplaced === void 0 ? void 0 : newOptionsReplaced.value), label: replaceQuotes(newOptionsReplaced === null || newOptionsReplaced === void 0 ? void 0 : newOptionsReplaced.label) });
|
|
271
|
+
if ((((_a = currentValue === null || currentValue === void 0 ? void 0 : currentValue.value) === null || _a === void 0 ? void 0 : _a.toString()) !== ((_b = newOptionsFormatted === null || newOptionsFormatted === void 0 ? void 0 : newOptionsFormatted.value) === null || _b === void 0 ? void 0 : _b.toString()))
|
|
272
|
+
|| (currentValue == undefined && newOptionsFormatted != undefined && "value" in newOptionsFormatted)) {
|
|
273
|
+
const adjustedOpt = !(newOptionsFormatted === null || newOptionsFormatted === void 0 ? void 0 : newOptionsFormatted.value) ? undefined : newOptionsFormatted;
|
|
274
|
+
this.value = adjustedOpt;
|
|
275
|
+
this._currentValue = adjustedOpt;
|
|
276
|
+
}
|
|
277
|
+
else {
|
|
278
|
+
this.setInputValue();
|
|
279
|
+
this.resetOptions();
|
|
280
|
+
}
|
|
281
|
+
this._visibleOptions = [];
|
|
282
|
+
this.clearSource();
|
|
283
|
+
if (focusOnInput) {
|
|
284
|
+
setTimeout(() => {
|
|
285
|
+
this.setFocus();
|
|
286
|
+
}, 0);
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
loadOptions(mode, argument = "") {
|
|
290
|
+
this._criteria = argument;
|
|
291
|
+
this._startLoading = true;
|
|
292
|
+
if (this.optionLoader) {
|
|
293
|
+
const searchArgument = { mode, argument };
|
|
294
|
+
this.updateSource(this.optionLoader(searchArgument, this.contextProperties));
|
|
295
|
+
}
|
|
296
|
+
else {
|
|
297
|
+
this.updateSource(this.options);
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
cancelPreselection() {
|
|
301
|
+
if (!this._textInput.value && this._currentValue && this._source.length > 0) {
|
|
302
|
+
this.selectOption(undefined);
|
|
303
|
+
}
|
|
304
|
+
else {
|
|
305
|
+
window.setTimeout(() => {
|
|
306
|
+
this.setInputValue();
|
|
307
|
+
}, this._deboucingTime);
|
|
308
|
+
}
|
|
309
|
+
this.resetOptions();
|
|
310
|
+
}
|
|
311
|
+
setInputValue(clearError = true) {
|
|
312
|
+
if (this.suppressInputPersist) {
|
|
313
|
+
this.clearSearch();
|
|
314
|
+
return;
|
|
315
|
+
}
|
|
316
|
+
const textValue = this.getText();
|
|
317
|
+
if ((this._textInput.value || '') !== textValue) {
|
|
318
|
+
this._textInput.value = textValue;
|
|
319
|
+
if (clearError) {
|
|
320
|
+
this.errorMessage = null;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
clearSearch() {
|
|
325
|
+
this.value = null;
|
|
326
|
+
this._currentValue = null;
|
|
327
|
+
this._textInput.value = "";
|
|
328
|
+
}
|
|
329
|
+
controlListWithOnlyOne(focusOnInput = true) {
|
|
330
|
+
var _a, _b;
|
|
331
|
+
const source = (_a = this._visibleOptions) === null || _a === void 0 ? void 0 : _a.filter((opt) => opt.label !== "" && opt.value != undefined);
|
|
332
|
+
if ((source === null || source === void 0 ? void 0 : source.length) > 0) {
|
|
333
|
+
const startHighlight = new RegExp(this._startHighlightTag, 'g');
|
|
334
|
+
const endHighlight = new RegExp(this._endHighlightTag, 'g');
|
|
335
|
+
let title = StringUtils.decodeHtmlEntities(source[0].label);
|
|
336
|
+
const option = {
|
|
337
|
+
value: (_b = source[0].value) === null || _b === void 0 ? void 0 : _b.replace(startHighlight, '').replace(endHighlight, ''),
|
|
338
|
+
label: title === null || title === void 0 ? void 0 : title.replace(startHighlight, '').replace(endHighlight, '')
|
|
339
|
+
};
|
|
340
|
+
this.selectOption(option, focusOnInput);
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
controlEmptySearch(focusOnInput = true) {
|
|
344
|
+
var _a;
|
|
345
|
+
if (!((_a = this._visibleOptions) === null || _a === void 0 ? void 0 : _a.length)) {
|
|
346
|
+
this.clearSearch();
|
|
347
|
+
ApplicationUtils.info(this.i18n("ez-classic-search.emptyList"));
|
|
348
|
+
}
|
|
349
|
+
else {
|
|
350
|
+
this.controlListWithOnlyOne(focusOnInput);
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
async loadDescriptionValue(argument) {
|
|
354
|
+
var _a, _b, _c;
|
|
355
|
+
if (argument == undefined) {
|
|
356
|
+
return;
|
|
357
|
+
}
|
|
358
|
+
if (((_a = this.options) === null || _a === void 0 ? void 0 : _a.length) > 0) {
|
|
359
|
+
this.loadOptionValue(argument);
|
|
360
|
+
return;
|
|
361
|
+
}
|
|
362
|
+
const searchMode = this.hideDescriptionInput ? SearchMode.LOAD_DESCRIPTION : SearchMode.PREDICTIVE;
|
|
363
|
+
const searchArgument = {
|
|
364
|
+
mode: searchMode,
|
|
365
|
+
argument
|
|
366
|
+
};
|
|
367
|
+
try {
|
|
368
|
+
const source = await ((_b = this.optionLoader) === null || _b === void 0 ? void 0 : _b.call(this, searchArgument, this.contextProperties));
|
|
369
|
+
if (source == undefined) {
|
|
370
|
+
return;
|
|
371
|
+
}
|
|
372
|
+
if (source instanceof Promise) {
|
|
373
|
+
source.then((result) => {
|
|
374
|
+
this.setDescriptionValue(result);
|
|
375
|
+
});
|
|
376
|
+
}
|
|
377
|
+
else {
|
|
378
|
+
this.setDescriptionValue(source);
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
catch (error) {
|
|
382
|
+
if (((_c = error === null || error === void 0 ? void 0 : error.constructor) === null || _c === void 0 ? void 0 : _c.name) === "WarningException") {
|
|
383
|
+
this.errorMessage = error.message;
|
|
384
|
+
}
|
|
385
|
+
throw error;
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
setDescriptionValue(source) {
|
|
389
|
+
const value = (source === null || source === void 0 ? void 0 : source[0]) || source;
|
|
390
|
+
if (value == undefined || !Object.keys(value).length) {
|
|
391
|
+
this.showNoResultMessage();
|
|
392
|
+
return;
|
|
393
|
+
}
|
|
394
|
+
this._currentValue = value ? Object.assign(Object.assign({}, value), { value: replaceHighlight(value.value), label: replaceHighlight(value.label) }) : value;
|
|
395
|
+
this.value = this._currentValue;
|
|
396
|
+
this.setTextInputValue();
|
|
397
|
+
}
|
|
398
|
+
setTextInputValue() {
|
|
399
|
+
if (this._textInput && (this._textInput.value === null || this._textInput.value === undefined)) {
|
|
400
|
+
if (this.value === undefined || this.value === null)
|
|
401
|
+
return;
|
|
402
|
+
const textValue = (typeof this.value === 'string') ? this.value : this.getFormattedText(this.value);
|
|
403
|
+
this._textInput.value = replaceQuotes(textValue);
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
loadOptionValue(argument) {
|
|
407
|
+
var _a;
|
|
408
|
+
const source = (_a = this.options) === null || _a === void 0 ? void 0 : _a.find((opt) => opt.value === argument);
|
|
409
|
+
if (source != undefined) {
|
|
410
|
+
this.selectOption(source);
|
|
411
|
+
}
|
|
412
|
+
else {
|
|
413
|
+
this.showNoResultMessage();
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
async showNoResultMessage() {
|
|
417
|
+
this.clearSearch();
|
|
418
|
+
ApplicationUtils.info(this.i18n("ez-classic-search.emptySearch", { field: this.getFieldLabel() }));
|
|
419
|
+
}
|
|
420
|
+
getFieldLabel() {
|
|
421
|
+
var _a;
|
|
422
|
+
return (_a = this.label) === null || _a === void 0 ? void 0 : _a.replace(this.i18n("app.requiredInfo"), "").toUpperCase();
|
|
423
|
+
}
|
|
424
|
+
resetOptions() {
|
|
425
|
+
if (this.showMore) {
|
|
426
|
+
this.handleResetOptionsWithShowMoreVisible();
|
|
427
|
+
return;
|
|
428
|
+
}
|
|
429
|
+
this.hideOptions();
|
|
430
|
+
this._criteria = undefined;
|
|
431
|
+
this._preSelection = undefined;
|
|
432
|
+
this.updateVisibleOptions();
|
|
433
|
+
}
|
|
434
|
+
handleResetOptionsWithShowMoreVisible() {
|
|
435
|
+
//Eh preciso adicionar um timeout para garantir que o evento seja escutado pelo botão de mostrar mais.
|
|
436
|
+
setTimeout(() => {
|
|
437
|
+
this.hideOptions();
|
|
438
|
+
this._criteria = undefined;
|
|
439
|
+
this._preSelection = undefined;
|
|
440
|
+
this.updateVisibleOptions();
|
|
441
|
+
}, 100);
|
|
442
|
+
}
|
|
443
|
+
async handleInitialValue() {
|
|
444
|
+
const valueIsValid = !!this.getValue(this.value);
|
|
445
|
+
if (!valueIsValid) {
|
|
446
|
+
return;
|
|
447
|
+
}
|
|
448
|
+
if (typeof this.value === "string") {
|
|
449
|
+
await this.handleValueAsString(this.value);
|
|
450
|
+
return;
|
|
451
|
+
}
|
|
452
|
+
let text = this.getFormattedText(this.value);
|
|
453
|
+
text = replaceQuotes(text);
|
|
454
|
+
this._textInput.value = text;
|
|
455
|
+
}
|
|
456
|
+
//---------------------------------------------
|
|
457
|
+
// Lifecycle web component
|
|
458
|
+
//---------------------------------------------
|
|
459
|
+
async componentWillLoad() {
|
|
460
|
+
this.i18n = await initI18n();
|
|
461
|
+
if (this.options === undefined) {
|
|
462
|
+
this.options = [];
|
|
463
|
+
const optionsTags = this.el.querySelectorAll("option");
|
|
464
|
+
if (optionsTags) {
|
|
465
|
+
optionsTags.forEach(e => {
|
|
466
|
+
let label = e.innerText;
|
|
467
|
+
let value = e.getAttribute("value");
|
|
468
|
+
let details = e.getAttribute("details");
|
|
469
|
+
if (!value) {
|
|
470
|
+
value = label;
|
|
471
|
+
}
|
|
472
|
+
this.options.push({ label, value, details });
|
|
473
|
+
e.hidden = true;
|
|
474
|
+
});
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
this.updateSource([]);
|
|
478
|
+
}
|
|
479
|
+
componentDidRender() {
|
|
480
|
+
var _a;
|
|
481
|
+
(_a = this._optionsList) === null || _a === void 0 ? void 0 : _a.querySelectorAll(".item").forEach((elem) => {
|
|
482
|
+
ElementIDUtils.addIDInfoIfNotExists(elem, "itemSearch");
|
|
483
|
+
});
|
|
484
|
+
}
|
|
485
|
+
async componentDidLoad() {
|
|
486
|
+
this._currentValue = this.value;
|
|
487
|
+
CSSVarsUtils.applyVarsTextInput(this.el, this._textInput);
|
|
488
|
+
this._resizeObserver = new ResizeObserver((entries) => {
|
|
489
|
+
window.requestAnimationFrame(() => {
|
|
490
|
+
if (!Array.isArray(entries) || !entries.length)
|
|
491
|
+
return;
|
|
492
|
+
});
|
|
493
|
+
});
|
|
494
|
+
this._intersectionObserver = new IntersectionObserver((entries) => {
|
|
495
|
+
entries.forEach(entry => {
|
|
496
|
+
if (!entry.isIntersecting && this._ezPopOverPlusElement) {
|
|
497
|
+
this._ezPopOverPlusElement.hide();
|
|
498
|
+
}
|
|
499
|
+
});
|
|
500
|
+
}, { threshold: 0.1 });
|
|
501
|
+
if (this._textInput) {
|
|
502
|
+
this._intersectionObserver.observe(this._textInput);
|
|
503
|
+
}
|
|
504
|
+
await this.handleInitialValue();
|
|
505
|
+
if (this.autoFocus) {
|
|
506
|
+
requestAnimationFrame(() => {
|
|
507
|
+
this.setFocus({ selectText: true });
|
|
508
|
+
});
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
disconnectedCallback() {
|
|
512
|
+
var _a, _b;
|
|
513
|
+
(_a = this._resizeObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
514
|
+
(_b = this._intersectionObserver) === null || _b === void 0 ? void 0 : _b.disconnect();
|
|
515
|
+
}
|
|
516
|
+
//---------------------------------------------
|
|
517
|
+
// Event handlers
|
|
518
|
+
//---------------------------------------------
|
|
519
|
+
handleClassicIconClick(event) {
|
|
520
|
+
const { icon } = event.detail;
|
|
521
|
+
if (icon === "left") {
|
|
522
|
+
this.loadOptions(SearchMode.ADVANCED);
|
|
523
|
+
return;
|
|
524
|
+
}
|
|
525
|
+
this.clearSearch();
|
|
526
|
+
}
|
|
527
|
+
buildNumberArgument(argument) {
|
|
528
|
+
if (this.isTextSearch) {
|
|
529
|
+
return NaN;
|
|
530
|
+
}
|
|
531
|
+
return Number(argument || undefined);
|
|
532
|
+
}
|
|
533
|
+
onTextInputChangeHandler(event) {
|
|
534
|
+
var _a;
|
|
535
|
+
this.clearDeboucingTimeout();
|
|
536
|
+
if (this._startLoading) {
|
|
537
|
+
this._changeDeboucingTimeout = window.setTimeout(() => {
|
|
538
|
+
this.onTextInputChangeHandler(event);
|
|
539
|
+
}, this._deboucingTime);
|
|
540
|
+
return;
|
|
541
|
+
}
|
|
542
|
+
const argument = (_a = event.target.value) === null || _a === void 0 ? void 0 : _a.trim();
|
|
543
|
+
const argumentNumber = this.buildNumberArgument(argument);
|
|
544
|
+
if (!this._criteria) {
|
|
545
|
+
this._textInput.value = event.data || argument;
|
|
546
|
+
}
|
|
547
|
+
this._criteria = argument;
|
|
548
|
+
if (argument) {
|
|
549
|
+
this._showLoading = false;
|
|
550
|
+
this.clearSource();
|
|
551
|
+
if (this.ignoreLimitCharsToSearch || !isNaN(argumentNumber) || argument.length >= this._limitCharsToSearch) {
|
|
552
|
+
this._showLoading = true;
|
|
553
|
+
this._changeDeboucingTimeout = window.setTimeout(() => {
|
|
554
|
+
this.loadOptions(SearchMode.PREDICTIVE, isNaN(argumentNumber) ? argument : argumentNumber.toString());
|
|
555
|
+
}, this._deboucingTime);
|
|
556
|
+
this.showOptions();
|
|
557
|
+
}
|
|
558
|
+
else {
|
|
559
|
+
this.hideOptions();
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
else {
|
|
563
|
+
this.hideOptions();
|
|
564
|
+
this._showLoading = false;
|
|
565
|
+
this.clearSource();
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
clearDeboucingTimeout() {
|
|
569
|
+
if (this._changeDeboucingTimeout) {
|
|
570
|
+
window.clearTimeout(this._changeDeboucingTimeout);
|
|
571
|
+
this._changeDeboucingTimeout = null;
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
async keyDownHandler(event) {
|
|
575
|
+
this._tabPressed = false;
|
|
576
|
+
if (event.ctrlKey) {
|
|
577
|
+
if (event.key === "f" || event.key === "F") {
|
|
578
|
+
this.loadOptions(SearchMode.ADVANCED);
|
|
579
|
+
//ATENÇÃO: Ctrl + F tem ação específica nos browsers
|
|
580
|
+
//nesse caso, como vamos abrir o popup de busca avançada,
|
|
581
|
+
//não é interessante deixar o evento propagar;
|
|
582
|
+
event.stopPropagation();
|
|
583
|
+
event.stopImmediatePropagation();
|
|
584
|
+
event.preventDefault();
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
switch (event.key) {
|
|
588
|
+
case "ArrowDown":
|
|
589
|
+
event.stopPropagation();
|
|
590
|
+
if (this.canShowListOptions()) {
|
|
591
|
+
event.preventDefault();
|
|
592
|
+
}
|
|
593
|
+
if (!this.isOptionsVisible()) {
|
|
594
|
+
this.showOptions();
|
|
595
|
+
}
|
|
596
|
+
await this._classicSearchList.nextOption();
|
|
597
|
+
break;
|
|
598
|
+
case "ArrowUp":
|
|
599
|
+
event.stopPropagation();
|
|
600
|
+
if (this.canShowListOptions()) {
|
|
601
|
+
event.preventDefault();
|
|
602
|
+
}
|
|
603
|
+
await this._classicSearchList.previousOption();
|
|
604
|
+
break;
|
|
605
|
+
case "Enter":
|
|
606
|
+
this.handleEventPropagation(event);
|
|
607
|
+
this.selectCurrentOption();
|
|
608
|
+
break;
|
|
609
|
+
case "Escape":
|
|
610
|
+
this.cancelPreselection();
|
|
611
|
+
break;
|
|
612
|
+
case "Tab":
|
|
613
|
+
this._tabPressed = true;
|
|
614
|
+
this.selectCurrentOption(false);
|
|
615
|
+
break;
|
|
616
|
+
}
|
|
617
|
+
//ATENÇÃO: Existe a necessidade de propagar o evento de teclado.
|
|
618
|
+
//Por exemplo, quando o usuário dá um Enter, além de selecionar
|
|
619
|
+
//um valor, também significa que a ateração finalizou,
|
|
620
|
+
//e o contexto pode reagir (fechar um popup por exemplo).
|
|
621
|
+
//event.stopPropagation();
|
|
622
|
+
}
|
|
623
|
+
//O evento deve ter sua propagação interrompida, apenas se a lista de opções estiver sendo exibida.
|
|
624
|
+
handleEventPropagation(event) {
|
|
625
|
+
if (this._ezPopOverPlusElement.opened && this.stopPropagateEnterKeyEvent) {
|
|
626
|
+
event.stopPropagation();
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
onTextInputFocusOutHandler() {
|
|
630
|
+
if (this.hideErrorOnFocusOut)
|
|
631
|
+
this.cancelPreselection();
|
|
632
|
+
}
|
|
633
|
+
canShowListOptions() {
|
|
634
|
+
return !this._showLoading && this._visibleOptions.length > 0;
|
|
635
|
+
}
|
|
636
|
+
onChangePreSelection(value) {
|
|
637
|
+
this._preSelection = value;
|
|
638
|
+
}
|
|
639
|
+
async handleClickShowMore() {
|
|
640
|
+
var _a, _b;
|
|
641
|
+
if (!this.optionLoader)
|
|
642
|
+
return;
|
|
643
|
+
const argument = (_b = (_a = this._textInput) === null || _a === void 0 ? void 0 : _a.value) !== null && _b !== void 0 ? _b : "";
|
|
644
|
+
const searchArgument = { mode: SearchMode.ADVANCED, argument };
|
|
645
|
+
const selectedOption = await this.optionLoader(searchArgument, this.contextProperties);
|
|
646
|
+
if (selectedOption && !Array.isArray(selectedOption)) {
|
|
647
|
+
this.selectOption(selectedOption);
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
renderShowMore() {
|
|
651
|
+
if (!this.showMore || this._showLoading)
|
|
652
|
+
return;
|
|
653
|
+
return (h("div", { style: { display: "flex", justifyContent: "center" }, "data-element-id": ElementIDUtils.getInternalIDInfo("showMore") }, h("ez-button", { onClick: async () => await this.handleClickShowMore(), variant: "tertiary", style: { width: "100%", justifyContent: "center" }, label: this.i18n("ez-classic-search.showMore") })));
|
|
654
|
+
}
|
|
655
|
+
render() {
|
|
656
|
+
var _a;
|
|
657
|
+
ElementIDUtils.addIDInfoIfNotExists(this.el, 'input');
|
|
658
|
+
const canClearSearch = !!(((_a = this._textInput) === null || _a === void 0 ? void 0 : _a.value) && (this._criteria || this.value)) || this.ensureClearButtonVisible;
|
|
659
|
+
return (h(Host, null, h("ez-classic-input", { "data-element-id": ElementIDUtils.getInternalIDInfo("textInput"), class: this.suppressSearch ? "suppressed-search-input" : "", ref: elem => this._textInput = elem, "data-slave-mode": "true", enabled: this.enabled && !this.suppressSearch, onInput: event => this.onTextInputChangeHandler(event), onFocusout: () => this.onTextInputFocusOutHandler(), onKeyDown: event => this.keyDownHandler(event), label: this.label, helpText: this.canShowError ? this.errorMessage : undefined, state: this.errorMessage && this.canShowError ? "error" : "default", size: this.size, placeholder: this.alternativePlaceholder, leftIconName: "search", leftIconClickable: true, rightIconName: canClearSearch ? "close" : null, rightIconClickable: true, required: this.required, onIconClick: (event) => this.handleClassicIconClick(event), onEzChange: (event) => event.stopPropagation() }), h("ez-popover-plus", { ref: elem => this._ezPopOverPlusElement = elem, autoClose: false, overlayType: "none", useAnchorSize: true, anchorElement: [this._textInput, this.el], "data-element-id": this.el.getAttribute("data-element-id"), onEzVisibilityChange: (event) => event.stopPropagation() }, h("div", null, h("classic-search-list", { ref: (ref) => this._classicSearchList = ref, showLoading: this._showLoading, visibleOptions: this._visibleOptions, textEmptyList: this.i18n("ez-classic-search.emptyList"), canShowListOptions: this.canShowListOptions(), value: this.value, showOptionValue: this.showOptionValue, preSelection: this._preSelection, onChangeValue: ({ detail }) => this.selectOption(detail), onChangePreSelection: ({ detail }) => this.onChangePreSelection(detail) }), this.renderShowMore()))));
|
|
660
|
+
}
|
|
661
|
+
static get is() { return "ez-classic-search"; }
|
|
662
|
+
static get encapsulation() { return "shadow"; }
|
|
663
|
+
static get originalStyleUrls() {
|
|
664
|
+
return {
|
|
665
|
+
"$": ["ez-classic-search.css"]
|
|
666
|
+
};
|
|
667
|
+
}
|
|
668
|
+
static get styleUrls() {
|
|
669
|
+
return {
|
|
670
|
+
"$": ["ez-classic-search.css"]
|
|
671
|
+
};
|
|
672
|
+
}
|
|
673
|
+
static get properties() {
|
|
674
|
+
return {
|
|
675
|
+
"value": {
|
|
676
|
+
"type": "string",
|
|
677
|
+
"mutable": true,
|
|
678
|
+
"complexType": {
|
|
679
|
+
"original": "IOption | string",
|
|
680
|
+
"resolved": "IOption | string",
|
|
681
|
+
"references": {
|
|
682
|
+
"IOption": {
|
|
683
|
+
"location": "local"
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"required": false,
|
|
688
|
+
"optional": false,
|
|
689
|
+
"docs": {
|
|
690
|
+
"tags": [],
|
|
691
|
+
"text": "Define o valor do campo."
|
|
692
|
+
},
|
|
693
|
+
"attribute": "value",
|
|
694
|
+
"reflect": true
|
|
695
|
+
},
|
|
696
|
+
"label": {
|
|
697
|
+
"type": "string",
|
|
698
|
+
"mutable": true,
|
|
699
|
+
"complexType": {
|
|
700
|
+
"original": "string",
|
|
701
|
+
"resolved": "string",
|
|
702
|
+
"references": {}
|
|
703
|
+
},
|
|
704
|
+
"required": false,
|
|
705
|
+
"optional": false,
|
|
706
|
+
"docs": {
|
|
707
|
+
"tags": [],
|
|
708
|
+
"text": "Texto a ser apresentado como t\u00EDtulo do campo."
|
|
709
|
+
},
|
|
710
|
+
"attribute": "label",
|
|
711
|
+
"reflect": true
|
|
712
|
+
},
|
|
713
|
+
"enabled": {
|
|
714
|
+
"type": "boolean",
|
|
715
|
+
"mutable": true,
|
|
716
|
+
"complexType": {
|
|
717
|
+
"original": "boolean",
|
|
718
|
+
"resolved": "boolean",
|
|
719
|
+
"references": {}
|
|
720
|
+
},
|
|
721
|
+
"required": false,
|
|
722
|
+
"optional": false,
|
|
723
|
+
"docs": {
|
|
724
|
+
"tags": [],
|
|
725
|
+
"text": "Se false o usu\u00E1rio n\u00E3o pode interagir com o campo."
|
|
726
|
+
},
|
|
727
|
+
"attribute": "enabled",
|
|
728
|
+
"reflect": true,
|
|
729
|
+
"defaultValue": "true"
|
|
730
|
+
},
|
|
731
|
+
"errorMessage": {
|
|
732
|
+
"type": "string",
|
|
733
|
+
"mutable": true,
|
|
734
|
+
"complexType": {
|
|
735
|
+
"original": "string",
|
|
736
|
+
"resolved": "string",
|
|
737
|
+
"references": {}
|
|
738
|
+
},
|
|
739
|
+
"required": false,
|
|
740
|
+
"optional": false,
|
|
741
|
+
"docs": {
|
|
742
|
+
"tags": [],
|
|
743
|
+
"text": "Define uma mensagem de orienta\u00E7\u00E3o ao usu\u00E1rio, colocando o campo em modo inv\u00E1lido."
|
|
744
|
+
},
|
|
745
|
+
"attribute": "error-message",
|
|
746
|
+
"reflect": true
|
|
747
|
+
},
|
|
748
|
+
"size": {
|
|
749
|
+
"type": "string",
|
|
750
|
+
"mutable": false,
|
|
751
|
+
"complexType": {
|
|
752
|
+
"original": "\"default\" | \"small\" | \"xsmall\"",
|
|
753
|
+
"resolved": "\"default\" | \"small\" | \"xsmall\"",
|
|
754
|
+
"references": {}
|
|
755
|
+
},
|
|
756
|
+
"required": false,
|
|
757
|
+
"optional": true,
|
|
758
|
+
"docs": {
|
|
759
|
+
"tags": [],
|
|
760
|
+
"text": "Tamanho do input"
|
|
761
|
+
},
|
|
762
|
+
"attribute": "size",
|
|
763
|
+
"reflect": false,
|
|
764
|
+
"defaultValue": "\"default\""
|
|
765
|
+
},
|
|
766
|
+
"optionLoader": {
|
|
767
|
+
"type": "unknown",
|
|
768
|
+
"mutable": false,
|
|
769
|
+
"complexType": {
|
|
770
|
+
"original": "(argument: ISearchArgument, ctxProperties?: any) => Promise<Array<IOption>> | Array<IOption> | IOption",
|
|
771
|
+
"resolved": "(argument: ISearchArgument, ctxProperties?: any) => IOption | IOption[] | Promise<IOption[]>",
|
|
772
|
+
"references": {
|
|
773
|
+
"ISearchArgument": {
|
|
774
|
+
"location": "local"
|
|
775
|
+
},
|
|
776
|
+
"Promise": {
|
|
777
|
+
"location": "global"
|
|
778
|
+
},
|
|
779
|
+
"Array": {
|
|
780
|
+
"location": "global"
|
|
781
|
+
},
|
|
782
|
+
"IOption": {
|
|
783
|
+
"location": "local"
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
"required": false,
|
|
788
|
+
"optional": false,
|
|
789
|
+
"docs": {
|
|
790
|
+
"tags": [],
|
|
791
|
+
"text": "Carrega as op\u00E7\u00F5es dinamicamente."
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"contextProperties": {
|
|
795
|
+
"type": "any",
|
|
796
|
+
"mutable": false,
|
|
797
|
+
"complexType": {
|
|
798
|
+
"original": "any",
|
|
799
|
+
"resolved": "any",
|
|
800
|
+
"references": {}
|
|
801
|
+
},
|
|
802
|
+
"required": false,
|
|
803
|
+
"optional": true,
|
|
804
|
+
"docs": {
|
|
805
|
+
"tags": [],
|
|
806
|
+
"text": "Propriedades de contexto da aplica\u00E7\u00E3o."
|
|
807
|
+
},
|
|
808
|
+
"attribute": "context-properties",
|
|
809
|
+
"reflect": false
|
|
810
|
+
},
|
|
811
|
+
"showSelectedValue": {
|
|
812
|
+
"type": "boolean",
|
|
813
|
+
"mutable": false,
|
|
814
|
+
"complexType": {
|
|
815
|
+
"original": "boolean",
|
|
816
|
+
"resolved": "boolean",
|
|
817
|
+
"references": {}
|
|
818
|
+
},
|
|
819
|
+
"required": false,
|
|
820
|
+
"optional": false,
|
|
821
|
+
"docs": {
|
|
822
|
+
"tags": [],
|
|
823
|
+
"text": "Se false a op\u00E7\u00E3o selecionada deve exibir somente o `label`."
|
|
824
|
+
},
|
|
825
|
+
"attribute": "show-selected-value",
|
|
826
|
+
"reflect": false,
|
|
827
|
+
"defaultValue": "true"
|
|
828
|
+
},
|
|
829
|
+
"showOptionValue": {
|
|
830
|
+
"type": "boolean",
|
|
831
|
+
"mutable": false,
|
|
832
|
+
"complexType": {
|
|
833
|
+
"original": "boolean",
|
|
834
|
+
"resolved": "boolean",
|
|
835
|
+
"references": {}
|
|
836
|
+
},
|
|
837
|
+
"required": false,
|
|
838
|
+
"optional": false,
|
|
839
|
+
"docs": {
|
|
840
|
+
"tags": [],
|
|
841
|
+
"text": "Se false cada op\u00E7\u00E3o na lista deve exibir somente o `label`."
|
|
842
|
+
},
|
|
843
|
+
"attribute": "show-option-value",
|
|
844
|
+
"reflect": false,
|
|
845
|
+
"defaultValue": "true"
|
|
846
|
+
},
|
|
847
|
+
"suppressEmptyOption": {
|
|
848
|
+
"type": "boolean",
|
|
849
|
+
"mutable": false,
|
|
850
|
+
"complexType": {
|
|
851
|
+
"original": "boolean",
|
|
852
|
+
"resolved": "boolean",
|
|
853
|
+
"references": {}
|
|
854
|
+
},
|
|
855
|
+
"required": false,
|
|
856
|
+
"optional": false,
|
|
857
|
+
"docs": {
|
|
858
|
+
"tags": [],
|
|
859
|
+
"text": "Se true remove a op\u00E7\u00E3o vazia da lista."
|
|
860
|
+
},
|
|
861
|
+
"attribute": "suppress-empty-option",
|
|
862
|
+
"reflect": false,
|
|
863
|
+
"defaultValue": "false"
|
|
864
|
+
},
|
|
865
|
+
"stopPropagateEnterKeyEvent": {
|
|
866
|
+
"type": "boolean",
|
|
867
|
+
"mutable": false,
|
|
868
|
+
"complexType": {
|
|
869
|
+
"original": "boolean",
|
|
870
|
+
"resolved": "boolean",
|
|
871
|
+
"references": {}
|
|
872
|
+
},
|
|
873
|
+
"required": false,
|
|
874
|
+
"optional": false,
|
|
875
|
+
"docs": {
|
|
876
|
+
"tags": [],
|
|
877
|
+
"text": "Se true, ineterrompe a propaga\u00E7\u00E3o do evento de KeyDown da tecla enter"
|
|
878
|
+
},
|
|
879
|
+
"attribute": "stop-propagate-enter-key-event",
|
|
880
|
+
"reflect": false,
|
|
881
|
+
"defaultValue": "false"
|
|
882
|
+
},
|
|
883
|
+
"mode": {
|
|
884
|
+
"type": "string",
|
|
885
|
+
"mutable": false,
|
|
886
|
+
"complexType": {
|
|
887
|
+
"original": "\"slim\" | \"regular\"",
|
|
888
|
+
"resolved": "\"regular\" | \"slim\"",
|
|
889
|
+
"references": {}
|
|
890
|
+
},
|
|
891
|
+
"required": false,
|
|
892
|
+
"optional": false,
|
|
893
|
+
"docs": {
|
|
894
|
+
"tags": [],
|
|
895
|
+
"text": "Define o tamanho do campo."
|
|
896
|
+
},
|
|
897
|
+
"attribute": "mode",
|
|
898
|
+
"reflect": true,
|
|
899
|
+
"defaultValue": "\"regular\""
|
|
900
|
+
},
|
|
901
|
+
"classic": {
|
|
902
|
+
"type": "boolean",
|
|
903
|
+
"mutable": false,
|
|
904
|
+
"complexType": {
|
|
905
|
+
"original": "boolean",
|
|
906
|
+
"resolved": "boolean",
|
|
907
|
+
"references": {}
|
|
908
|
+
},
|
|
909
|
+
"required": false,
|
|
910
|
+
"optional": false,
|
|
911
|
+
"docs": {
|
|
912
|
+
"tags": [],
|
|
913
|
+
"text": "Se true, muda o tipo do text-input para classic."
|
|
914
|
+
},
|
|
915
|
+
"attribute": "classic",
|
|
916
|
+
"reflect": true,
|
|
917
|
+
"defaultValue": "false"
|
|
918
|
+
},
|
|
919
|
+
"required": {
|
|
920
|
+
"type": "boolean",
|
|
921
|
+
"mutable": false,
|
|
922
|
+
"complexType": {
|
|
923
|
+
"original": "boolean",
|
|
924
|
+
"resolved": "boolean",
|
|
925
|
+
"references": {}
|
|
926
|
+
},
|
|
927
|
+
"required": false,
|
|
928
|
+
"optional": true,
|
|
929
|
+
"docs": {
|
|
930
|
+
"tags": [],
|
|
931
|
+
"text": "Define se o campo \u00E9 obrigat\u00F3rio"
|
|
932
|
+
},
|
|
933
|
+
"attribute": "required",
|
|
934
|
+
"reflect": false,
|
|
935
|
+
"defaultValue": "false"
|
|
936
|
+
},
|
|
937
|
+
"canShowError": {
|
|
938
|
+
"type": "boolean",
|
|
939
|
+
"mutable": false,
|
|
940
|
+
"complexType": {
|
|
941
|
+
"original": "boolean",
|
|
942
|
+
"resolved": "boolean",
|
|
943
|
+
"references": {}
|
|
944
|
+
},
|
|
945
|
+
"required": false,
|
|
946
|
+
"optional": false,
|
|
947
|
+
"docs": {
|
|
948
|
+
"tags": [],
|
|
949
|
+
"text": "Se false deixa de exibir a mensagem de erro dentro do campo."
|
|
950
|
+
},
|
|
951
|
+
"attribute": "can-show-error",
|
|
952
|
+
"reflect": true,
|
|
953
|
+
"defaultValue": "true"
|
|
954
|
+
},
|
|
955
|
+
"hideErrorOnFocusOut": {
|
|
956
|
+
"type": "boolean",
|
|
957
|
+
"mutable": false,
|
|
958
|
+
"complexType": {
|
|
959
|
+
"original": "boolean",
|
|
960
|
+
"resolved": "boolean",
|
|
961
|
+
"references": {}
|
|
962
|
+
},
|
|
963
|
+
"required": false,
|
|
964
|
+
"optional": false,
|
|
965
|
+
"docs": {
|
|
966
|
+
"tags": [],
|
|
967
|
+
"text": "Quando verdadeiro deixa de exibir a mensagem de erro (se existente) quando focar em um elemento diferente."
|
|
968
|
+
},
|
|
969
|
+
"attribute": "hide-error-on-focus-out",
|
|
970
|
+
"reflect": false,
|
|
971
|
+
"defaultValue": "true"
|
|
972
|
+
},
|
|
973
|
+
"listOptionsPosition": {
|
|
974
|
+
"type": "unknown",
|
|
975
|
+
"mutable": false,
|
|
976
|
+
"complexType": {
|
|
977
|
+
"original": "IEzCheckBoxListPosition",
|
|
978
|
+
"resolved": "IEzCheckBoxListPosition",
|
|
979
|
+
"references": {
|
|
980
|
+
"IEzCheckBoxListPosition": {
|
|
981
|
+
"location": "import",
|
|
982
|
+
"path": "../ez-combo-box/ez-combo-box"
|
|
983
|
+
}
|
|
984
|
+
}
|
|
985
|
+
},
|
|
986
|
+
"required": false,
|
|
987
|
+
"optional": false,
|
|
988
|
+
"docs": {
|
|
989
|
+
"tags": [],
|
|
990
|
+
"text": "Define um posicionamento fixo para a lista de op\u00E7\u00F5es do CheckBox."
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
"isTextSearch": {
|
|
994
|
+
"type": "boolean",
|
|
995
|
+
"mutable": false,
|
|
996
|
+
"complexType": {
|
|
997
|
+
"original": "boolean",
|
|
998
|
+
"resolved": "boolean",
|
|
999
|
+
"references": {}
|
|
1000
|
+
},
|
|
1001
|
+
"required": false,
|
|
1002
|
+
"optional": false,
|
|
1003
|
+
"docs": {
|
|
1004
|
+
"tags": [],
|
|
1005
|
+
"text": "Informa se a pesquisa \u00E9 do tipo texto."
|
|
1006
|
+
},
|
|
1007
|
+
"attribute": "is-text-search",
|
|
1008
|
+
"reflect": false,
|
|
1009
|
+
"defaultValue": "false"
|
|
1010
|
+
},
|
|
1011
|
+
"ignoreLimitCharsToSearch": {
|
|
1012
|
+
"type": "boolean",
|
|
1013
|
+
"mutable": false,
|
|
1014
|
+
"complexType": {
|
|
1015
|
+
"original": "boolean",
|
|
1016
|
+
"resolved": "boolean",
|
|
1017
|
+
"references": {}
|
|
1018
|
+
},
|
|
1019
|
+
"required": false,
|
|
1020
|
+
"optional": false,
|
|
1021
|
+
"docs": {
|
|
1022
|
+
"tags": [],
|
|
1023
|
+
"text": "Define se deve ignorar o limite de caracteres m\u00EDnimo para realizar uma pesquisa"
|
|
1024
|
+
},
|
|
1025
|
+
"attribute": "ignore-limit-chars-to-search",
|
|
1026
|
+
"reflect": false,
|
|
1027
|
+
"defaultValue": "false"
|
|
1028
|
+
},
|
|
1029
|
+
"options": {
|
|
1030
|
+
"type": "unknown",
|
|
1031
|
+
"mutable": true,
|
|
1032
|
+
"complexType": {
|
|
1033
|
+
"original": "Array<IOption>",
|
|
1034
|
+
"resolved": "IOption[]",
|
|
1035
|
+
"references": {
|
|
1036
|
+
"Array": {
|
|
1037
|
+
"location": "global"
|
|
1038
|
+
},
|
|
1039
|
+
"IOption": {
|
|
1040
|
+
"location": "local"
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
"required": false,
|
|
1045
|
+
"optional": false,
|
|
1046
|
+
"docs": {
|
|
1047
|
+
"tags": [],
|
|
1048
|
+
"text": "Array com as op\u00E7\u00F5es do ez-combo-box. Os elementos devem obedecer\no formato: `{value: string, label: string}`."
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"suppressSearch": {
|
|
1052
|
+
"type": "boolean",
|
|
1053
|
+
"mutable": false,
|
|
1054
|
+
"complexType": {
|
|
1055
|
+
"original": "boolean",
|
|
1056
|
+
"resolved": "boolean",
|
|
1057
|
+
"references": {}
|
|
1058
|
+
},
|
|
1059
|
+
"required": false,
|
|
1060
|
+
"optional": false,
|
|
1061
|
+
"docs": {
|
|
1062
|
+
"tags": [],
|
|
1063
|
+
"text": "Se true desabilita a digita\u00E7\u00E3o dentro do componente."
|
|
1064
|
+
},
|
|
1065
|
+
"attribute": "suppress-search",
|
|
1066
|
+
"reflect": false,
|
|
1067
|
+
"defaultValue": "false"
|
|
1068
|
+
},
|
|
1069
|
+
"ensureClearButtonVisible": {
|
|
1070
|
+
"type": "boolean",
|
|
1071
|
+
"mutable": false,
|
|
1072
|
+
"complexType": {
|
|
1073
|
+
"original": "boolean",
|
|
1074
|
+
"resolved": "boolean",
|
|
1075
|
+
"references": {}
|
|
1076
|
+
},
|
|
1077
|
+
"required": false,
|
|
1078
|
+
"optional": false,
|
|
1079
|
+
"docs": {
|
|
1080
|
+
"tags": [],
|
|
1081
|
+
"text": "Garante que o bot\u00E3o de limpar pesquisa est\u00E1 sempre vis\u00EDvel"
|
|
1082
|
+
},
|
|
1083
|
+
"attribute": "ensure-clear-button-visible",
|
|
1084
|
+
"reflect": false,
|
|
1085
|
+
"defaultValue": "false"
|
|
1086
|
+
},
|
|
1087
|
+
"suppressPreLoad": {
|
|
1088
|
+
"type": "boolean",
|
|
1089
|
+
"mutable": false,
|
|
1090
|
+
"complexType": {
|
|
1091
|
+
"original": "boolean",
|
|
1092
|
+
"resolved": "boolean",
|
|
1093
|
+
"references": {}
|
|
1094
|
+
},
|
|
1095
|
+
"required": false,
|
|
1096
|
+
"optional": false,
|
|
1097
|
+
"docs": {
|
|
1098
|
+
"tags": [],
|
|
1099
|
+
"text": "Se true, desabilita pr\u00E9-load das op\u00E7\u00F5es ao carregar componente"
|
|
1100
|
+
},
|
|
1101
|
+
"attribute": "suppress-pre-load",
|
|
1102
|
+
"reflect": false,
|
|
1103
|
+
"defaultValue": "true"
|
|
1104
|
+
},
|
|
1105
|
+
"autoFocus": {
|
|
1106
|
+
"type": "boolean",
|
|
1107
|
+
"mutable": false,
|
|
1108
|
+
"complexType": {
|
|
1109
|
+
"original": "boolean",
|
|
1110
|
+
"resolved": "boolean",
|
|
1111
|
+
"references": {}
|
|
1112
|
+
},
|
|
1113
|
+
"required": false,
|
|
1114
|
+
"optional": false,
|
|
1115
|
+
"docs": {
|
|
1116
|
+
"tags": [],
|
|
1117
|
+
"text": "Se true o campo de texto receber\u00E1 o foco ao ser renderizado."
|
|
1118
|
+
},
|
|
1119
|
+
"attribute": "auto-focus",
|
|
1120
|
+
"reflect": false,
|
|
1121
|
+
"defaultValue": "false"
|
|
1122
|
+
},
|
|
1123
|
+
"alternativePlaceholder": {
|
|
1124
|
+
"type": "string",
|
|
1125
|
+
"mutable": false,
|
|
1126
|
+
"complexType": {
|
|
1127
|
+
"original": "string",
|
|
1128
|
+
"resolved": "string",
|
|
1129
|
+
"references": {}
|
|
1130
|
+
},
|
|
1131
|
+
"required": false,
|
|
1132
|
+
"optional": false,
|
|
1133
|
+
"docs": {
|
|
1134
|
+
"tags": [],
|
|
1135
|
+
"text": "Texto alternativo a ser apresentado como t\u00EDtulo do campo."
|
|
1136
|
+
},
|
|
1137
|
+
"attribute": "alternative-placeholder",
|
|
1138
|
+
"reflect": true
|
|
1139
|
+
},
|
|
1140
|
+
"showMore": {
|
|
1141
|
+
"type": "boolean",
|
|
1142
|
+
"mutable": false,
|
|
1143
|
+
"complexType": {
|
|
1144
|
+
"original": "boolean",
|
|
1145
|
+
"resolved": "boolean",
|
|
1146
|
+
"references": {}
|
|
1147
|
+
},
|
|
1148
|
+
"required": false,
|
|
1149
|
+
"optional": false,
|
|
1150
|
+
"docs": {
|
|
1151
|
+
"tags": [],
|
|
1152
|
+
"text": "Informa se deve exibir a op\u00E7\u00E3o de mostrar mais resultados."
|
|
1153
|
+
},
|
|
1154
|
+
"attribute": "show-more",
|
|
1155
|
+
"reflect": false
|
|
1156
|
+
},
|
|
1157
|
+
"suppressInputPersist": {
|
|
1158
|
+
"type": "boolean",
|
|
1159
|
+
"mutable": true,
|
|
1160
|
+
"complexType": {
|
|
1161
|
+
"original": "boolean",
|
|
1162
|
+
"resolved": "boolean",
|
|
1163
|
+
"references": {}
|
|
1164
|
+
},
|
|
1165
|
+
"required": false,
|
|
1166
|
+
"optional": false,
|
|
1167
|
+
"docs": {
|
|
1168
|
+
"tags": [],
|
|
1169
|
+
"text": "Informa se o valor da op\u00E7\u00E3o selecionada deve persistir no input de texto."
|
|
1170
|
+
},
|
|
1171
|
+
"attribute": "suppress-input-persist",
|
|
1172
|
+
"reflect": false,
|
|
1173
|
+
"defaultValue": "false"
|
|
1174
|
+
},
|
|
1175
|
+
"hideDescriptionInput": {
|
|
1176
|
+
"type": "boolean",
|
|
1177
|
+
"mutable": true,
|
|
1178
|
+
"complexType": {
|
|
1179
|
+
"original": "boolean",
|
|
1180
|
+
"resolved": "boolean",
|
|
1181
|
+
"references": {}
|
|
1182
|
+
},
|
|
1183
|
+
"required": false,
|
|
1184
|
+
"optional": false,
|
|
1185
|
+
"docs": {
|
|
1186
|
+
"tags": [],
|
|
1187
|
+
"text": "Se true o campo de de apresenta\u00E7\u00E3o n\u00E3o ser\u00E1 exibido."
|
|
1188
|
+
},
|
|
1189
|
+
"attribute": "hide-description-input",
|
|
1190
|
+
"reflect": true,
|
|
1191
|
+
"defaultValue": "false"
|
|
1192
|
+
}
|
|
1193
|
+
};
|
|
1194
|
+
}
|
|
1195
|
+
static get states() {
|
|
1196
|
+
return {
|
|
1197
|
+
"_preSelection": {},
|
|
1198
|
+
"_visibleOptions": {},
|
|
1199
|
+
"_startLoading": {},
|
|
1200
|
+
"_showLoading": {},
|
|
1201
|
+
"_criteria": {}
|
|
1202
|
+
};
|
|
1203
|
+
}
|
|
1204
|
+
static get events() {
|
|
1205
|
+
return [{
|
|
1206
|
+
"method": "ezChange",
|
|
1207
|
+
"name": "ezChange",
|
|
1208
|
+
"bubbles": true,
|
|
1209
|
+
"cancelable": true,
|
|
1210
|
+
"composed": true,
|
|
1211
|
+
"docs": {
|
|
1212
|
+
"tags": [],
|
|
1213
|
+
"text": "Emitido quando acontece a altera\u00E7\u00E3o de valor do campo."
|
|
1214
|
+
},
|
|
1215
|
+
"complexType": {
|
|
1216
|
+
"original": "IOption",
|
|
1217
|
+
"resolved": "IOption",
|
|
1218
|
+
"references": {
|
|
1219
|
+
"IOption": {
|
|
1220
|
+
"location": "local"
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
}
|
|
1224
|
+
}];
|
|
1225
|
+
}
|
|
1226
|
+
static get methods() {
|
|
1227
|
+
return {
|
|
1228
|
+
"getValueAsync": {
|
|
1229
|
+
"complexType": {
|
|
1230
|
+
"signature": "() => Promise<unknown>",
|
|
1231
|
+
"parameters": [],
|
|
1232
|
+
"references": {
|
|
1233
|
+
"Promise": {
|
|
1234
|
+
"location": "global"
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
"return": "Promise<unknown>"
|
|
1238
|
+
},
|
|
1239
|
+
"docs": {
|
|
1240
|
+
"text": "",
|
|
1241
|
+
"tags": []
|
|
1242
|
+
}
|
|
1243
|
+
},
|
|
1244
|
+
"setFocus": {
|
|
1245
|
+
"complexType": {
|
|
1246
|
+
"signature": "(options?: OptionsSetFocus) => Promise<void>",
|
|
1247
|
+
"parameters": [{
|
|
1248
|
+
"tags": [],
|
|
1249
|
+
"text": ""
|
|
1250
|
+
}],
|
|
1251
|
+
"references": {
|
|
1252
|
+
"Promise": {
|
|
1253
|
+
"location": "global"
|
|
1254
|
+
},
|
|
1255
|
+
"OptionsSetFocus": {
|
|
1256
|
+
"location": "import",
|
|
1257
|
+
"path": "../ez-classic-input/interfaces/optionsSetFocus"
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"return": "Promise<void>"
|
|
1261
|
+
},
|
|
1262
|
+
"docs": {
|
|
1263
|
+
"text": "Aplica o foco no campo.",
|
|
1264
|
+
"tags": []
|
|
1265
|
+
}
|
|
1266
|
+
},
|
|
1267
|
+
"setBlur": {
|
|
1268
|
+
"complexType": {
|
|
1269
|
+
"signature": "() => Promise<void>",
|
|
1270
|
+
"parameters": [],
|
|
1271
|
+
"references": {
|
|
1272
|
+
"Promise": {
|
|
1273
|
+
"location": "global"
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
"return": "Promise<void>"
|
|
1277
|
+
},
|
|
1278
|
+
"docs": {
|
|
1279
|
+
"text": "Remove o foco do campo.",
|
|
1280
|
+
"tags": []
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
"isInvalid": {
|
|
1284
|
+
"complexType": {
|
|
1285
|
+
"signature": "() => Promise<boolean>",
|
|
1286
|
+
"parameters": [],
|
|
1287
|
+
"references": {
|
|
1288
|
+
"Promise": {
|
|
1289
|
+
"location": "global"
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
"return": "Promise<boolean>"
|
|
1293
|
+
},
|
|
1294
|
+
"docs": {
|
|
1295
|
+
"text": "Retorna se o conte\u00FAdo \u00E9 inv\u00E1lido.",
|
|
1296
|
+
"tags": []
|
|
1297
|
+
}
|
|
1298
|
+
},
|
|
1299
|
+
"clearValue": {
|
|
1300
|
+
"complexType": {
|
|
1301
|
+
"signature": "() => Promise<void>",
|
|
1302
|
+
"parameters": [],
|
|
1303
|
+
"references": {
|
|
1304
|
+
"Promise": {
|
|
1305
|
+
"location": "global"
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
"return": "Promise<void>"
|
|
1309
|
+
},
|
|
1310
|
+
"docs": {
|
|
1311
|
+
"text": "Limpa o valor do campo de pesquisa",
|
|
1312
|
+
"tags": []
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
};
|
|
1316
|
+
}
|
|
1317
|
+
static get elementRef() { return "el"; }
|
|
1318
|
+
static get watchers() {
|
|
1319
|
+
return [{
|
|
1320
|
+
"propName": "errorMessage",
|
|
1321
|
+
"methodName": "observeErrorMessage"
|
|
1322
|
+
}, {
|
|
1323
|
+
"propName": "value",
|
|
1324
|
+
"methodName": "observeValue"
|
|
1325
|
+
}, {
|
|
1326
|
+
"propName": "options",
|
|
1327
|
+
"methodName": "observeOptions"
|
|
1328
|
+
}];
|
|
1329
|
+
}
|
|
1330
|
+
}
|