@sankhyalabs/ezui 5.22.0-dev.14 → 5.22.0-dev.140
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/{CSSVarsUtils-10c9d5b4.js → CSSVarsUtils-f20973d1.js} +1 -0
- package/dist/cjs/FocusResolver-885f2173.js +35 -0
- package/dist/cjs/FormLayout-18853e70.js +27 -0
- package/dist/cjs/{constants-2714478b.js → constants-569271bc.js} +4 -0
- package/dist/cjs/ez-actions-button.cjs.entry.js +6 -5
- package/dist/cjs/ez-avatar.cjs.entry.js +50 -0
- package/dist/cjs/ez-badge.cjs.entry.js +14 -2
- package/dist/cjs/ez-button.cjs.entry.js +11 -5
- package/dist/cjs/ez-card-item_2.cjs.entry.js +267 -0
- package/dist/cjs/ez-chart.cjs.entry.js +3 -3
- package/dist/cjs/ez-check.cjs.entry.js +18 -10
- package/dist/cjs/ez-chip.cjs.entry.js +1 -1
- package/dist/cjs/ez-collapsible-box.cjs.entry.js +2 -2
- package/dist/cjs/ez-combo-box-list_3.cjs.entry.js +387 -0
- package/dist/cjs/ez-combo-box.cjs.entry.js +80 -158
- package/dist/cjs/ez-date-input.cjs.entry.js +16 -19
- package/dist/cjs/ez-date-time-input.cjs.entry.js +15 -20
- package/dist/cjs/ez-dialog.cjs.entry.js +18 -8
- package/dist/cjs/ez-double-list.cjs.entry.js +287 -0
- package/dist/cjs/ez-dropdown.cjs.entry.js +14 -8
- package/dist/cjs/ez-filter-input.cjs.entry.js +129 -0
- package/dist/cjs/ez-form-view.cjs.entry.js +41 -27
- package/dist/cjs/ez-form.cjs.entry.js +89 -327
- package/dist/cjs/ez-grid.cjs.entry.js +15312 -69830
- package/dist/cjs/ez-icon.cjs.entry.js +12 -6
- package/dist/cjs/ez-list.cjs.entry.js +258 -211
- package/dist/cjs/ez-modal-container.cjs.entry.js +7 -3
- package/dist/cjs/ez-modal.cjs.entry.js +17 -4
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js +2 -2
- package/dist/cjs/ez-number-input.cjs.entry.js +16 -3
- package/dist/cjs/ez-popover-plus_3.cjs.entry.js +238 -0
- package/dist/cjs/ez-popup.cjs.entry.js +29 -3
- package/dist/cjs/ez-scroller_2.cjs.entry.js +3 -3
- package/dist/cjs/ez-search-plus.cjs.entry.js +397 -0
- package/dist/cjs/ez-search-result-list.cjs.entry.js +97 -0
- package/dist/cjs/ez-search.cjs.entry.js +134 -191
- package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +1 -1
- package/dist/cjs/ez-skeleton.cjs.entry.js +118 -36
- package/dist/cjs/ez-split-button.cjs.entry.js +16 -7
- package/dist/cjs/ez-split-item.cjs.entry.js +7 -4
- package/dist/cjs/ez-split-panel.cjs.entry.js +68 -6
- package/dist/cjs/ez-text-area.cjs.entry.js +91 -8
- package/dist/cjs/ez-text-input.cjs.entry.js +150 -31
- package/dist/cjs/ez-time-input.cjs.entry.js +9 -2
- package/dist/cjs/ez-tooltip.cjs.entry.js +135 -0
- package/dist/cjs/ez-tree.cjs.entry.js +5 -4
- package/dist/cjs/ezListHelper-0d3970b4.js +90 -0
- package/dist/cjs/ezui.cjs.js +1 -1
- package/dist/cjs/filter-column.cjs.entry.js +24 -52
- package/dist/cjs/floating-ui.dom.esm-017acce4.js +1404 -0
- package/dist/cjs/index-a7b0c73d.js +36 -8
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/search-column-27d1f72f.js +505 -0
- package/dist/cjs/searchFormatters-b7e1ed1e.js +23 -0
- package/dist/collection/collection-manifest.json +21 -2
- package/dist/collection/components/ez-actions-button/ez-actions-button.css +2 -0
- package/dist/collection/components/ez-actions-button/ez-actions-button.js +3 -2
- package/dist/collection/components/ez-avatar/ez-avatar.css +139 -0
- package/dist/collection/components/ez-avatar/ez-avatar.js +143 -0
- package/dist/collection/components/ez-badge/ez-badge.css +12 -1
- package/dist/collection/components/ez-badge/ez-badge.js +31 -1
- package/dist/collection/components/ez-button/ez-button.css +24 -14
- package/dist/collection/components/ez-button/ez-button.js +12 -6
- package/dist/collection/components/ez-card-item/ez-card-item.css +58 -10
- package/dist/collection/components/ez-card-item/ez-card-item.js +30 -3
- package/dist/collection/components/ez-chart/ez-chart.js +2 -2
- package/dist/collection/components/ez-chart/interfaces/ChartTypeValue.js +1 -0
- package/dist/collection/components/ez-chart/types/BaseHighChartsRender.js +3 -3
- package/dist/collection/components/ez-check/ez-check.css +10 -6
- package/dist/collection/components/ez-check/ez-check.js +34 -9
- package/dist/collection/components/ez-chip/ez-chip.css +5 -1
- package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css +1 -1
- package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.css +205 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js +426 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box.css +8 -246
- package/dist/collection/components/ez-combo-box/ez-combo-box.js +141 -167
- package/dist/collection/components/ez-date-input/ez-date-input.css +1 -1
- package/dist/collection/components/ez-date-input/ez-date-input.js +58 -19
- package/dist/collection/components/ez-date-time-input/ez-date-time-input.css +1 -1
- package/dist/collection/components/ez-date-time-input/ez-date-time-input.js +57 -20
- package/dist/collection/components/ez-dialog/ez-dialog.css +27 -24
- package/dist/collection/components/ez-dialog/ez-dialog.js +18 -17
- package/dist/collection/components/ez-double-list/doubleListHelper.js +82 -0
- package/dist/collection/components/ez-double-list/ez-double-list.css +62 -0
- package/dist/collection/components/ez-double-list/ez-double-list.js +440 -0
- package/dist/collection/components/ez-dropdown/ez-dropdown.js +33 -8
- package/dist/collection/components/ez-filter-input/ez-filter-input.css +1 -1
- package/dist/collection/components/ez-filter-input/ez-filter-input.js +35 -4
- package/dist/collection/components/ez-form/ez-form.js +125 -4
- package/dist/collection/components/ez-form-view/custom-input/ez-custom-form-input.js +49 -6
- package/dist/collection/components/ez-form-view/ez-form-view.css +13 -2
- package/dist/collection/components/ez-form-view/ez-form-view.js +21 -2
- package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +5 -2
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js +1 -1
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/ComboBox.tpl.js +1 -1
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.js +8 -4
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/FileInput.tpl.js +1 -1
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/NumberInput.tpl.js +1 -1
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js +1 -1
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.js +6 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextArea.tpl.js +1 -1
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.js +2 -2
- package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +443 -76
- package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +172 -33
- package/dist/collection/components/ez-grid/controller/ag-grid/DataSourceInterceptor.js +2 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js +248 -43
- package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomCellEditor.js +16 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/components/EzGridCustomHeader.js +1 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/EzCellEditor.js +10 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/ComboBox.tpl.js +2 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/DateInput.tpl.js +1 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/NumberInput.tpl.js +1 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/Search.tpl.js +8 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/SearchPlus.tpl.js +15 -0
- package/dist/collection/components/ez-grid/controller/ag-grid/editor/templates/TextInput.tpl.js +4 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/test/constants/GridEditionMock.js +2 -0
- package/dist/collection/components/ez-grid/ez-grid.css +107 -10
- package/dist/collection/components/ez-grid/ez-grid.js +478 -22
- package/dist/collection/components/ez-grid/subcomponents/filter-column.css +4 -0
- package/dist/collection/components/ez-grid/subcomponents/filter-column.js +23 -51
- package/dist/collection/components/ez-grid/utils/ColumnFilterManager.js +7 -54
- package/dist/collection/components/ez-grid/utils/InMemoryFilterColumnDataSource.js +20 -4
- package/dist/collection/components/ez-icon/ez-icon.css +156 -149
- package/dist/collection/components/ez-icon/ez-icon.js +28 -5
- package/dist/collection/components/ez-list/ez-list.css +6 -4
- package/dist/collection/components/ez-list/ez-list.js +301 -212
- package/dist/collection/components/ez-list/ezListHelper.js +85 -0
- package/dist/collection/components/ez-modal/ez-modal.css +7 -2
- package/dist/collection/components/ez-modal/ez-modal.js +18 -5
- package/dist/collection/components/ez-modal-container/ez-modal-container.css +3 -1
- package/dist/collection/components/ez-modal-container/ez-modal-container.js +6 -2
- package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.css +3 -3
- package/dist/collection/components/ez-multi-selection-list/ez-multi-selection-list.js +1 -1
- package/dist/collection/components/ez-multi-selection-list/interfaces/IStaticOptionsFetchConfig.js +1 -0
- package/dist/collection/components/ez-number-input/ez-number-input.css +8 -0
- package/dist/collection/components/ez-number-input/ez-number-input.js +67 -1
- package/dist/collection/components/ez-popover-plus/ez-popover-plus.css +3 -0
- package/dist/collection/components/ez-popover-plus/ez-popover-plus.js +434 -0
- package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.css +67 -0
- package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.js +524 -0
- package/dist/collection/components/ez-popup/ez-popup.css +8 -3
- package/dist/collection/components/ez-popup/ez-popup.js +48 -4
- package/dist/collection/components/ez-scroller/ez-scroller.css +4 -0
- package/dist/collection/components/ez-search/ez-search.css +2 -210
- package/dist/collection/components/ez-search/ez-search.js +234 -204
- package/dist/collection/components/ez-search/subcomponent/search-list/search-list.css +227 -0
- package/dist/collection/components/ez-search/subcomponent/search-list/search-list.js +318 -0
- package/dist/collection/components/ez-search/utils/searchFormatters.js +18 -0
- package/dist/collection/components/ez-search-plus/ez-search-plus.css +373 -0
- package/dist/collection/components/ez-search-plus/ez-search-plus.js +960 -0
- package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.css +221 -0
- package/dist/collection/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.js +278 -0
- package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.css +3 -0
- package/dist/collection/components/ez-sidebar-button/ez-sidebar-button.js +1 -1
- package/dist/collection/components/ez-sidebar-navigator/ez-sidebar-navigator.css +4 -1
- package/dist/collection/components/ez-skeleton/ez-skeleton.constants.js +25 -1
- package/dist/collection/components/ez-skeleton/ez-skeleton.css +140 -78
- package/dist/collection/components/ez-skeleton/ez-skeleton.js +210 -46
- package/dist/collection/components/ez-split-button/ez-split-button.css +53 -15
- package/dist/collection/components/ez-split-button/ez-split-button.js +90 -13
- package/dist/collection/components/ez-split-panel/ez-split-panel.css +15 -0
- package/dist/collection/components/ez-split-panel/ez-split-panel.js +106 -5
- package/dist/collection/components/ez-split-panel/interfaces/IPanelSizeInfo.js +1 -0
- package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.css +14 -2
- package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.js +22 -1
- package/dist/collection/components/ez-text-area/ez-text-area.css +78 -29
- package/dist/collection/components/ez-text-area/ez-text-area.js +151 -6
- package/dist/collection/components/ez-text-input/ez-text-input.css +133 -93
- package/dist/collection/components/ez-text-input/ez-text-input.js +231 -29
- package/dist/collection/components/ez-time-input/ez-time-input.js +43 -1
- package/dist/collection/components/ez-tooltip/ez-tooltip.css +62 -0
- package/dist/collection/components/ez-tooltip/ez-tooltip.js +310 -0
- package/dist/collection/components/ez-tree/ez-tree.js +21 -1
- package/dist/collection/components/ez-tree/subcomponents/TreeItem.js +3 -3
- package/dist/collection/sw.js +46 -0
- package/dist/collection/utils/CSSVarsUtils.js +1 -0
- package/dist/collection/utils/FocusResolver.js +31 -0
- package/dist/collection/utils/constants.js +2 -0
- package/dist/collection/utils/form/DataBinder.js +65 -21
- package/dist/collection/utils/form/FormMetadata.js +2 -1
- package/dist/collection/utils/form/interfaces/FormLayout.js +5 -0
- package/dist/collection/utils/form/interfaces/index.js +1 -1
- package/dist/collection/utils/form/test/DataBinder.test.js +14 -0
- package/dist/collection/utils/index.js +3 -0
- package/dist/collection/utils/interfaces/AbstractFieldMetadata.js +1 -1
- package/dist/collection/utils/search/types.js +7 -0
- package/dist/collection/utils/searchColumn/search-column.js +35 -0
- package/dist/collection/utils/validators/recordvalidator/IInvalidCells.js +1 -0
- package/dist/collection/utils/validators/recordvalidator/RecordValidationProcessor.js +7 -1
- package/dist/custom-elements/index.d.ts +54 -0
- package/dist/custom-elements/index.js +20058 -70949
- package/dist/esm/{CSSVarsUtils-71ce76be.js → CSSVarsUtils-acba92d7.js} +1 -0
- package/dist/esm/FocusResolver-1ccbf850.js +33 -0
- package/dist/esm/FormLayout-071d324c.js +27 -0
- package/dist/esm/constants-b036528f.js +7 -0
- package/dist/esm/ez-actions-button.entry.js +6 -5
- package/dist/esm/ez-avatar.entry.js +46 -0
- package/dist/esm/ez-badge.entry.js +14 -2
- package/dist/esm/ez-button.entry.js +11 -5
- package/dist/esm/ez-card-item_2.entry.js +262 -0
- package/dist/esm/ez-chart.entry.js +3 -3
- package/dist/esm/ez-check.entry.js +18 -10
- package/dist/esm/ez-chip.entry.js +1 -1
- package/dist/esm/ez-collapsible-box.entry.js +2 -2
- package/dist/esm/ez-combo-box-list_3.entry.js +381 -0
- package/dist/esm/ez-combo-box.entry.js +81 -159
- package/dist/esm/ez-date-input.entry.js +16 -19
- package/dist/esm/ez-date-time-input.entry.js +15 -20
- package/dist/esm/ez-dialog.entry.js +19 -9
- package/dist/esm/ez-double-list.entry.js +283 -0
- package/dist/esm/ez-dropdown.entry.js +14 -8
- package/dist/esm/ez-filter-input.entry.js +125 -0
- package/dist/esm/ez-form-view.entry.js +42 -28
- package/dist/esm/ez-form.entry.js +88 -326
- package/dist/esm/ez-grid.entry.js +15275 -69793
- package/dist/esm/ez-icon.entry.js +12 -6
- package/dist/esm/ez-list.entry.js +258 -211
- package/dist/esm/ez-modal-container.entry.js +7 -3
- package/dist/esm/ez-modal.entry.js +17 -4
- package/dist/esm/ez-multi-selection-list.entry.js +2 -2
- package/dist/esm/ez-number-input.entry.js +16 -3
- package/dist/esm/ez-popover-plus_3.entry.js +232 -0
- package/dist/esm/ez-popup.entry.js +29 -3
- package/dist/esm/ez-scroller_2.entry.js +3 -3
- package/dist/esm/ez-search-plus.entry.js +393 -0
- package/dist/esm/ez-search-result-list.entry.js +93 -0
- package/dist/esm/ez-search.entry.js +135 -192
- package/dist/esm/ez-sidebar-navigator.entry.js +1 -1
- package/dist/esm/ez-skeleton.entry.js +118 -36
- package/dist/esm/ez-split-button.entry.js +16 -7
- package/dist/esm/ez-split-item.entry.js +7 -4
- package/dist/esm/ez-split-panel.entry.js +69 -7
- package/dist/esm/ez-text-area.entry.js +91 -8
- package/dist/esm/ez-text-input.entry.js +150 -31
- package/dist/esm/ez-time-input.entry.js +9 -2
- package/dist/esm/ez-tooltip.entry.js +131 -0
- package/dist/esm/ez-tree.entry.js +5 -4
- package/dist/esm/ezListHelper-00fb9b8d.js +87 -0
- package/dist/esm/ezui.js +1 -1
- package/dist/esm/filter-column.entry.js +24 -52
- package/dist/esm/floating-ui.dom.esm-5d3da819.js +1398 -0
- package/dist/esm/index-baa5e267.js +36 -8
- package/dist/esm/loader.js +1 -1
- package/dist/esm/search-column-e609d513.js +495 -0
- package/dist/esm/searchFormatters-8229207e.js +20 -0
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/p-07894c4a.entry.js +1 -0
- package/dist/ezui/p-0d9856a4.entry.js +1 -0
- package/dist/ezui/p-1bcfd88c.entry.js +1 -0
- package/dist/ezui/p-1eb34cad.entry.js +1 -0
- package/dist/ezui/p-20c024f7.entry.js +1 -0
- package/dist/ezui/p-26685c50.entry.js +1 -0
- package/dist/ezui/p-288631d1.entry.js +1 -0
- package/dist/ezui/p-2b42abbb.entry.js +1 -0
- package/dist/ezui/p-2b4df33d.entry.js +1 -0
- package/dist/ezui/p-30ffb9ed.js +1 -0
- package/dist/ezui/p-33326ac5.entry.js +1 -0
- package/dist/ezui/p-341da682.entry.js +1 -0
- package/dist/ezui/p-35115d5d.entry.js +1 -0
- package/dist/ezui/p-3ba9565c.entry.js +1 -0
- package/dist/ezui/p-40a60148.js +1 -0
- package/dist/ezui/p-496f7832.entry.js +1 -0
- package/dist/ezui/p-4b67138e.entry.js +1 -0
- package/dist/ezui/p-4bd6dd6a.entry.js +1 -0
- package/dist/ezui/p-4d30b703.entry.js +1 -0
- package/dist/ezui/p-57363cfd.entry.js +1 -0
- package/dist/ezui/p-58f69d24.entry.js +1 -0
- package/dist/ezui/{p-84e439b9.entry.js → p-5dde9df3.entry.js} +1 -1
- package/dist/ezui/p-5eea9886.js +1 -0
- package/dist/ezui/p-69937816.entry.js +1 -0
- package/dist/ezui/p-7019f782.entry.js +1 -0
- package/dist/ezui/p-79044c3e.entry.js +1 -0
- package/dist/ezui/p-7e677b7b.entry.js +1 -0
- package/dist/ezui/p-7eae6986.entry.js +1 -0
- package/dist/ezui/p-80dfc50b.js +1 -0
- package/dist/ezui/p-9478b13b.entry.js +1 -0
- package/dist/ezui/p-9567b31a.entry.js +1 -0
- package/dist/ezui/p-97c7cf51.entry.js +1 -0
- package/dist/ezui/p-998afb6a.entry.js +1 -0
- package/dist/ezui/p-9c5cd3b2.entry.js +1 -0
- package/dist/ezui/p-a148e994.entry.js +1 -0
- package/dist/ezui/p-a3bf8cf1.entry.js +1 -0
- package/dist/ezui/p-b81881ac.entry.js +1 -0
- package/dist/ezui/p-bac0f920.entry.js +1 -0
- package/dist/ezui/p-bff24a7b.js +1 -0
- package/dist/ezui/p-cb75eb46.entry.js +1 -0
- package/dist/ezui/{p-5b205c80.entry.js → p-d47dabdf.entry.js} +1 -1
- package/dist/ezui/p-da1b4a38.entry.js +1 -0
- package/dist/ezui/p-dc628ed3.js +1 -0
- package/dist/ezui/p-dc73e1fe.entry.js +1 -0
- package/dist/ezui/{p-17be134a.entry.js → p-e06a9886.entry.js} +1 -1
- package/dist/ezui/p-e07e4671.js +1 -0
- package/dist/ezui/p-e09514b6.entry.js +309 -0
- package/dist/ezui/p-e6a9041d.entry.js +1 -0
- package/dist/ezui/p-e75c7a23.entry.js +1 -0
- package/dist/ezui/p-ec7db713.js +1 -0
- package/dist/ezui/p-fa6732f2.entry.js +1 -0
- package/dist/types/components/ez-avatar/ez-avatar.d.ts +24 -0
- package/dist/types/components/ez-badge/ez-badge.d.ts +5 -0
- package/dist/types/components/ez-button/ez-button.d.ts +2 -1
- package/dist/types/components/ez-calendar/ez-calendar.d.ts +3 -3
- package/dist/types/components/ez-card-item/ez-card-item.d.ts +5 -0
- package/dist/types/components/ez-chart/interfaces/ChartAxis.d.ts +2 -0
- package/dist/types/components/ez-chart/interfaces/ChartTypeValue.d.ts +1 -0
- package/dist/types/components/ez-check/ez-check.d.ts +7 -2
- package/dist/types/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.d.ts +104 -0
- package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +19 -15
- package/dist/types/components/ez-date-input/ez-date-input.d.ts +12 -3
- package/dist/types/components/ez-date-time-input/ez-date-time-input.d.ts +12 -3
- package/dist/types/components/ez-dialog/ez-dialog.d.ts +3 -1
- package/dist/types/components/ez-double-list/doubleListHelper.d.ts +10 -0
- package/dist/types/components/ez-double-list/ez-double-list.d.ts +87 -0
- package/dist/types/components/ez-dropdown/ez-dropdown.d.ts +4 -0
- package/dist/types/components/ez-dropdown/structure/DropdownItem.d.ts +4 -4
- package/dist/types/components/ez-filter-input/ez-filter-input.d.ts +6 -1
- package/dist/types/components/ez-form/ez-form.d.ts +23 -1
- package/dist/types/components/ez-form-view/custom-input/ez-custom-form-input.d.ts +7 -1
- package/dist/types/components/ez-form-view/ez-form-view.d.ts +4 -0
- package/dist/types/components/ez-form-view/fieldbuilder/templates/DateInput.tpl.d.ts +2 -1
- package/dist/types/components/ez-form-view/fieldbuilder/templates/SearchInputPlus.tpl.d.ts +2 -0
- package/dist/types/components/ez-form-view/fieldbuilder/templates/TextInput.tpl.d.ts +1 -1
- package/dist/types/components/ez-grid/controller/EzGridController.d.ts +84 -5
- package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +47 -7
- package/dist/types/components/ez-grid/controller/ag-grid/DataSource.d.ts +26 -2
- package/dist/types/components/ez-grid/controller/ag-grid/GridEditionManager.d.ts +34 -7
- package/dist/types/components/ez-grid/controller/ag-grid/components/EzGridCustomCellEditor.d.ts +4 -1
- package/dist/types/components/ez-grid/controller/ag-grid/components/EzGridCustomCellRender.d.ts +1 -1
- package/dist/types/components/ez-grid/controller/ag-grid/components/EzGridCustomHeader.d.ts +1 -1
- package/dist/types/components/ez-grid/controller/ag-grid/components/cellRendererStatus.d.ts +1 -1
- package/dist/types/components/ez-grid/controller/ag-grid/components/selectionHeader.d.ts +1 -1
- package/dist/types/components/ez-grid/controller/ag-grid/editor/EzCellEditor.d.ts +2 -1
- package/dist/types/components/ez-grid/controller/ag-grid/editor/EzCellRender.d.ts +1 -1
- package/dist/types/components/ez-grid/controller/ag-grid/editor/IUICellEditor.d.ts +1 -0
- package/dist/types/components/ez-grid/controller/ag-grid/editor/templates/SearchPlus.tpl.d.ts +3 -0
- package/dist/types/components/ez-grid/controller/ag-grid/mock/Server.d.ts +1 -1
- package/dist/types/components/ez-grid/ez-grid.d.ts +74 -1
- package/dist/types/components/ez-grid/subcomponents/filter-column.d.ts +1 -11
- package/dist/types/components/ez-grid/utils/ColumnFilterManager.d.ts +1 -1
- package/dist/types/components/ez-grid/utils/InMemoryFilterColumnDataSource.d.ts +3 -0
- package/dist/types/components/ez-icon/ez-icon.d.ts +5 -0
- package/dist/types/components/ez-list/ez-list.d.ts +23 -2
- package/dist/types/components/ez-list/ezListHelper.d.ts +20 -0
- package/dist/types/components/ez-modal/ez-modal.d.ts +4 -1
- package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +2 -0
- package/dist/types/components/ez-multi-selection-list/interfaces/IMultiSelectionListDataSource.d.ts +2 -1
- package/dist/types/components/ez-multi-selection-list/interfaces/IStaticOptionsFetchConfig.d.ts +3 -0
- package/dist/types/components/ez-number-input/ez-number-input.d.ts +12 -0
- package/dist/types/components/ez-popover-plus/ez-popover-plus.d.ts +74 -0
- package/dist/types/components/ez-popover-plus/subcomponent/ez-popover-core.d.ts +89 -0
- package/dist/types/components/ez-popup/ez-popup.d.ts +10 -1
- package/dist/types/components/ez-search/ez-search.d.ts +37 -18
- package/dist/types/components/ez-search/subcomponent/search-list/search-list.d.ts +29 -0
- package/dist/types/components/ez-search/utils/searchFormatters.d.ts +2 -0
- package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +186 -0
- package/dist/types/components/ez-search-plus/subcomponent/ez-search-result-list/ez-search-result-list.d.ts +26 -0
- package/dist/types/components/ez-skeleton/ez-skeleton.constants.d.ts +55 -1
- package/dist/types/components/ez-skeleton/ez-skeleton.d.ts +50 -22
- package/dist/types/components/ez-split-button/ez-split-button.d.ts +15 -3
- package/dist/types/components/ez-split-panel/ez-split-panel.d.ts +11 -0
- package/dist/types/components/ez-split-panel/interfaces/IPanelSizeInfo.d.ts +9 -0
- package/dist/types/components/ez-split-panel/structure/item/ez-split-item.d.ts +5 -0
- package/dist/types/components/ez-text-area/ez-text-area.d.ts +25 -0
- package/dist/types/components/ez-text-input/ez-text-input.d.ts +37 -3
- package/dist/types/components/ez-time-input/ez-time-input.d.ts +8 -0
- package/dist/types/components/ez-tooltip/ez-tooltip.d.ts +57 -0
- package/dist/types/components/ez-tree/ez-tree.d.ts +4 -0
- package/dist/types/components/ez-tree/interfaces/ITreeItem.d.ts +1 -0
- package/dist/types/components/ez-tree/subcomponents/TreeItem.d.ts +1 -0
- package/dist/types/components.d.ts +1386 -58
- package/dist/types/utils/FocusResolver.d.ts +5 -0
- package/dist/types/utils/constants.d.ts +2 -0
- package/dist/types/utils/customEditor/interfaces/ICustomEditor.d.ts +2 -0
- package/dist/types/utils/form/DataBinder.d.ts +7 -2
- package/dist/types/utils/form/interfaces/FormLayout.d.ts +4 -0
- package/dist/types/utils/form/interfaces/index.d.ts +1 -0
- package/dist/types/utils/index.d.ts +3 -0
- package/dist/types/utils/search/types.d.ts +12 -0
- package/dist/types/utils/searchColumn/search-column.d.ts +9 -0
- package/dist/types/utils/validators/recordvalidator/IInvalidCells.d.ts +5 -0
- package/dist/types/utils/validators/recordvalidator/RecordValidationProcessor.d.ts +1 -1
- package/package.json +16 -7
- package/react/components.d.ts +63 -54
- package/react/components.js +9 -0
- package/react/components.js.map +1 -1
- package/react/react-component-lib/createComponent.d.ts +1 -1
- package/react/react-component-lib/createComponent.js.map +1 -1
- package/react/react-component-lib/createOverlayComponent.js.map +1 -1
- package/react/react-component-lib/interfaces.js +1 -0
- package/react/react-component-lib/utils/attachProps.d.ts +1 -1
- package/react/react-component-lib/utils/attachProps.js.map +1 -1
- package/react/react-component-lib/utils/dev.js.map +1 -1
- package/react/react-component-lib/utils/index.d.ts +2 -2
- package/react/react-component-lib/utils/index.js.map +1 -1
- package/dist/cjs/ICustomRender-6fafffce.js +0 -13
- package/dist/cjs/RecordValidationProcessor-4c893e04.js +0 -102
- package/dist/cjs/ez-card-item_3.cjs.entry.js +0 -183
- package/dist/cjs/ez-custom-form-input_2.cjs.entry.js +0 -206
- package/dist/esm/ICustomRender-875b5a40.js +0 -13
- package/dist/esm/RecordValidationProcessor-b00b8b77.js +0 -99
- package/dist/esm/constants-4e0d35b7.js +0 -5
- package/dist/esm/ez-card-item_3.entry.js +0 -177
- package/dist/esm/ez-custom-form-input_2.entry.js +0 -201
- package/dist/ezui/p-04f24913.js +0 -1
- package/dist/ezui/p-05e1f4e7.js +0 -1
- package/dist/ezui/p-072e6347.entry.js +0 -1
- package/dist/ezui/p-1285c902.entry.js +0 -1
- package/dist/ezui/p-13d2fe2d.entry.js +0 -1
- package/dist/ezui/p-2097d0cf.entry.js +0 -1
- package/dist/ezui/p-32e553e5.entry.js +0 -304
- package/dist/ezui/p-34b6916c.entry.js +0 -1
- package/dist/ezui/p-3b4eeeb6.entry.js +0 -1
- package/dist/ezui/p-3faa2b46.entry.js +0 -1
- package/dist/ezui/p-42533ea4.entry.js +0 -1
- package/dist/ezui/p-4607fb89.js +0 -1
- package/dist/ezui/p-49456b34.entry.js +0 -1
- package/dist/ezui/p-4d5235f1.entry.js +0 -1
- package/dist/ezui/p-5bd5e68f.entry.js +0 -1
- package/dist/ezui/p-650e4b6d.entry.js +0 -1
- package/dist/ezui/p-784fe207.entry.js +0 -1
- package/dist/ezui/p-7922142b.entry.js +0 -1
- package/dist/ezui/p-7af81663.entry.js +0 -1
- package/dist/ezui/p-7bc07c31.entry.js +0 -1
- package/dist/ezui/p-85c8baae.entry.js +0 -1
- package/dist/ezui/p-8888d9ed.entry.js +0 -1
- package/dist/ezui/p-9050d2cd.entry.js +0 -1
- package/dist/ezui/p-922ac38b.entry.js +0 -1
- package/dist/ezui/p-9e11fc7b.js +0 -1
- package/dist/ezui/p-a31b9c90.entry.js +0 -1
- package/dist/ezui/p-aba3da00.entry.js +0 -1
- package/dist/ezui/p-af95cd16.entry.js +0 -1
- package/dist/ezui/p-bae4e180.entry.js +0 -1
- package/dist/ezui/p-baf80b13.entry.js +0 -1
- package/dist/ezui/p-bcb53f27.entry.js +0 -1
- package/dist/ezui/p-bf79aaa1.entry.js +0 -1
- package/dist/ezui/p-cdc472cc.entry.js +0 -1
- package/dist/ezui/p-d9401ea0.entry.js +0 -1
- package/dist/ezui/p-e85c48d7.entry.js +0 -1
- package/dist/ezui/p-ecc2c1ec.entry.js +0 -1
- package/dist/ezui/p-fcf0acce.entry.js +0 -1
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { IAction } from "./utils";
|
|
9
9
|
import { AlertItem } from "./components/ez-alert-list/ez-alert-list";
|
|
10
|
-
import { SlotBuilder } from "./components/ez-list/ez-list";
|
|
10
|
+
import { ListItem, SlotBuilder } from "./components/ez-list/ez-list";
|
|
11
11
|
import { IPosition } from "./components/ez-badge/interfaces/IPosition";
|
|
12
12
|
import { IBreadcrumbItem } from "./components/ez-breadcrumb/ez-breadcrumb";
|
|
13
13
|
import { CardItem } from "./components/ez-card-item/ez-card-item";
|
|
@@ -15,6 +15,8 @@ import { ChartAxis, ChartType } from "./components/ez-chart/interfaces";
|
|
|
15
15
|
import { ChartSerie, SerieClickEvent } from "./components/ez-chart/interfaces/ChartSerie";
|
|
16
16
|
import { CheckMode } from "./components/ez-check/CheckMode";
|
|
17
17
|
import { IEzCheckBoxListPosition, IOption, ISearchArgument } from "./components/ez-combo-box/ez-combo-box";
|
|
18
|
+
import { TFocusOptions } from "./components/ez-text-input/ez-text-input";
|
|
19
|
+
import { IEzCheckBoxListPosition as IEzCheckBoxListPosition1, IOption as IOption1 } from "./components/ez-combo-box/ez-combo-box";
|
|
18
20
|
import { ICustomEditor } from "./utils/customEditor/interfaces/ICustomEditor";
|
|
19
21
|
import { IFormViewField } from "./components/ez-form-view/interfaces";
|
|
20
22
|
import { DataUnit, Record, WaitingChange } from "@sankhyalabs/core";
|
|
@@ -28,23 +30,28 @@ import { ICustomFormatter, ISelection, ISelectionToastConfig } from "./component
|
|
|
28
30
|
import { IMultiSelectionListDataSource } from "./components/ez-multi-selection-list/interfaces/IMultiSelectionListDataSource";
|
|
29
31
|
import { ICustomRender } from "./utils/customRender/interfaces/ICustomRender";
|
|
30
32
|
import { IGuideItem } from "./components/ez-guide-navigator/interfaces";
|
|
31
|
-
import { ListGroup, ListItem, SlotBuilder as SlotBuilder1, TListMode } from "./components/ez-list/ez-list";
|
|
33
|
+
import { ListGroup, ListItem as ListItem1, SlotBuilder as SlotBuilder1, TListMode } from "./components/ez-list/ez-list";
|
|
32
34
|
import { THeightMode } from "./components/ez-modal/ez-modal";
|
|
33
35
|
import { IMultiSelectionOption } from "./components/ez-multi-selection-list/interfaces/IMultiSelectionOption";
|
|
34
|
-
import { TFocusOptions } from "./components/ez-text-input/ez-text-input";
|
|
35
36
|
import { IEzPopoverAnchorOptions } from "./components/ez-popover/ez-popover";
|
|
37
|
+
import { IEzPopoverAnchorOptions as IEzPopoverAnchorOptions1 } from "./components/ez-popover-plus/subcomponent/ez-popover-core";
|
|
38
|
+
import { IEzPopoverAnchorOptions as IEzPopoverAnchorOptions2 } from "./components/ez-popover-plus/ez-popover-plus";
|
|
36
39
|
import { Radio } from "./components/ez-radio-button/ez-radio-button";
|
|
37
40
|
import { EzScrollDirection } from "./components/ez-scroller/EzScrollDirection";
|
|
38
|
-
import { IOption as
|
|
39
|
-
import {
|
|
41
|
+
import { IOption as IOption2, ISearchArgument as ISearchArgument1 } from "./components/ez-search/ez-search";
|
|
42
|
+
import { IOption as IOption3, OptionLoaderFunction } from "./components/ez-search-plus/ez-search-plus";
|
|
43
|
+
import { IOption as IOption4 } from "./components/ez-search-plus/ez-search-plus";
|
|
40
44
|
import { ModeMenuEnum, SizeMenuEnum, TypeMenuEnum } from "./components/ez-sidebar-navigator/interfaces";
|
|
45
|
+
import { SkeletonAnimation, SkeletonVariant } from "./components/ez-skeleton/ez-skeleton.constants";
|
|
41
46
|
import { Tab } from "./components/ez-tabselector/ez-tabselector";
|
|
42
47
|
import { IStyled } from "./components/ez-text-edit/ez-text-edit";
|
|
43
48
|
import { TFocusOptions as TFocusOptions1 } from "./components/ez-text-input/ez-text-input";
|
|
49
|
+
import { Placement } from "@floating-ui/dom";
|
|
44
50
|
import { ITreeItem } from "./components/ez-tree/interfaces/ITreeItem";
|
|
45
51
|
import { Node } from "./components/ez-tree/types/Node";
|
|
46
52
|
import { EzFile } from "./components/ez-upload/ez-upload";
|
|
47
53
|
import { IAppliedFilterColumnOptions, IFilterColumnConfigs } from "./components/ez-grid/subcomponents/filter-column";
|
|
54
|
+
import { IOption as IOption5 } from "./components/ez-search/ez-search";
|
|
48
55
|
export namespace Components {
|
|
49
56
|
interface EzActionsButton {
|
|
50
57
|
/**
|
|
@@ -130,7 +137,33 @@ export namespace Components {
|
|
|
130
137
|
}
|
|
131
138
|
interface EzApplication {
|
|
132
139
|
}
|
|
140
|
+
interface EzAvatar {
|
|
141
|
+
/**
|
|
142
|
+
* URL da imagem do Avatar.
|
|
143
|
+
*/
|
|
144
|
+
"imageSrc"?: string;
|
|
145
|
+
/**
|
|
146
|
+
* Se true, o Avatar será interativo. Caso contrário, será estático.
|
|
147
|
+
*/
|
|
148
|
+
"isInteractive": boolean;
|
|
149
|
+
/**
|
|
150
|
+
* Nome do usuário para exibição da inicial.
|
|
151
|
+
*/
|
|
152
|
+
"name"?: string;
|
|
153
|
+
/**
|
|
154
|
+
* Define o formato do Avatar: 'circle' ou 'square'.
|
|
155
|
+
*/
|
|
156
|
+
"shape": 'circle' | 'square';
|
|
157
|
+
/**
|
|
158
|
+
* Tamanho do Avatar (valores permitidos): '320x320', '300x300', '280x280', '260x260', '240x240', '220x220', '200x200', '180x180', '160x160', '140x140', '120x120', '100x100', '80x80', '60x60'.
|
|
159
|
+
*/
|
|
160
|
+
"size": '320' | '300' | '280' | '260' | '240' | '220' | '200' | '180' | '160' | '140' | '120' | '100' | '80' | '60';
|
|
161
|
+
}
|
|
133
162
|
interface EzBadge {
|
|
163
|
+
/**
|
|
164
|
+
* Define a posição do ícone em relação ao elemento.
|
|
165
|
+
*/
|
|
166
|
+
"alignItems": "center" | "flex-end" | "flex-start";
|
|
134
167
|
/**
|
|
135
168
|
* Define o ícone a ser usado no lado esquerdo do badge: [ez-icons](https://sankhyalabs-storybook.herokuapp.com/themes/default/icons/fonts/index.html)
|
|
136
169
|
*/
|
|
@@ -202,7 +235,7 @@ export namespace Components {
|
|
|
202
235
|
/**
|
|
203
236
|
* Define o tamanho do ez-button.
|
|
204
237
|
*/
|
|
205
|
-
"size": "small" | "medium" | "large" | undefined;
|
|
238
|
+
"size": "x-small" | "small" | "medium" | "large" | undefined;
|
|
206
239
|
}
|
|
207
240
|
interface EzCalendar {
|
|
208
241
|
/**
|
|
@@ -239,6 +272,10 @@ export namespace Components {
|
|
|
239
272
|
"value": Date;
|
|
240
273
|
}
|
|
241
274
|
interface EzCardItem {
|
|
275
|
+
/**
|
|
276
|
+
* Determina se o componente será apresentado no modo compacto.
|
|
277
|
+
*/
|
|
278
|
+
"compacted": boolean;
|
|
242
279
|
/**
|
|
243
280
|
* Determina se a chave do item deve ser exibida.
|
|
244
281
|
*/
|
|
@@ -287,6 +324,10 @@ export namespace Components {
|
|
|
287
324
|
"yAxis": ChartAxis | Array<ChartAxis>;
|
|
288
325
|
}
|
|
289
326
|
interface EzCheck {
|
|
327
|
+
/**
|
|
328
|
+
* Texto alternativo a ser apresentado como título do campo.
|
|
329
|
+
*/
|
|
330
|
+
"alternativePlaceholder": string;
|
|
290
331
|
/**
|
|
291
332
|
* Define o modo compacto com espaçamento menor entre label e o input
|
|
292
333
|
*/
|
|
@@ -409,6 +450,14 @@ export namespace Components {
|
|
|
409
450
|
"value": boolean;
|
|
410
451
|
}
|
|
411
452
|
interface EzComboBox {
|
|
453
|
+
/**
|
|
454
|
+
* Texto alternativo a ser apresentado como título do campo.
|
|
455
|
+
*/
|
|
456
|
+
"alternativePlaceholder": string;
|
|
457
|
+
/**
|
|
458
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
459
|
+
*/
|
|
460
|
+
"autoFocus": boolean;
|
|
412
461
|
/**
|
|
413
462
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
414
463
|
*/
|
|
@@ -469,7 +518,7 @@ export namespace Components {
|
|
|
469
518
|
/**
|
|
470
519
|
* Aplica o foco no campo.
|
|
471
520
|
*/
|
|
472
|
-
"setFocus": () => Promise<void>;
|
|
521
|
+
"setFocus": (options?: TFocusOptions) => Promise<void>;
|
|
473
522
|
/**
|
|
474
523
|
* Se true cada opção na lista exibe o `value` junto com `label`.
|
|
475
524
|
*/
|
|
@@ -478,6 +527,10 @@ export namespace Components {
|
|
|
478
527
|
* Se true a opção selecionada exibe o `value` junto com `label`.
|
|
479
528
|
*/
|
|
480
529
|
"showSelectedValue": boolean;
|
|
530
|
+
/**
|
|
531
|
+
* Se true, ineterrompe a propagação do evento de KeyDown da tecla enter
|
|
532
|
+
*/
|
|
533
|
+
"stopPropagateEnterKeyEvent": boolean;
|
|
481
534
|
/**
|
|
482
535
|
* Se true remove a opção vazia da lista.
|
|
483
536
|
*/
|
|
@@ -491,6 +544,68 @@ export namespace Components {
|
|
|
491
544
|
*/
|
|
492
545
|
"value": IOption | string;
|
|
493
546
|
}
|
|
547
|
+
interface EzComboBoxList {
|
|
548
|
+
/**
|
|
549
|
+
* Largura máxima da lista, em pixels.
|
|
550
|
+
* @tipo {number}
|
|
551
|
+
*/
|
|
552
|
+
"maxWidth": number;
|
|
553
|
+
/**
|
|
554
|
+
* Move a seleção para a próxima opção na lista.
|
|
555
|
+
*/
|
|
556
|
+
"nextOption": () => Promise<void>;
|
|
557
|
+
/**
|
|
558
|
+
* Callback chamado quando o mouse passa sobre uma opção.
|
|
559
|
+
* @param index O índice da opção em foco.
|
|
560
|
+
* @tipo {(index: number) => void}
|
|
561
|
+
*/
|
|
562
|
+
"onOptionHover": (index: number) => void;
|
|
563
|
+
/**
|
|
564
|
+
* Callback chamado quando uma opção é selecionada.
|
|
565
|
+
* @param option A opção selecionada.
|
|
566
|
+
* @tipo {(option: IOption) => void}
|
|
567
|
+
*/
|
|
568
|
+
"onOptionSelect": (option: IOption1) => void;
|
|
569
|
+
/**
|
|
570
|
+
* Índice da opção pré-selecionada na lista.
|
|
571
|
+
* @tipo {number}
|
|
572
|
+
*/
|
|
573
|
+
"preSelection": number;
|
|
574
|
+
/**
|
|
575
|
+
* Move a seleção para a opção anterior na lista, sem ultrapassar o início.
|
|
576
|
+
*/
|
|
577
|
+
"previousOption": () => Promise<void>;
|
|
578
|
+
/**
|
|
579
|
+
* Seleciona a opção atualmente pré-selecionada.
|
|
580
|
+
*/
|
|
581
|
+
"selectCurrentOption": () => Promise<void>;
|
|
582
|
+
/**
|
|
583
|
+
* Indica se o indicador de carregamento deve ser exibido.
|
|
584
|
+
* @tipo {boolean}
|
|
585
|
+
*/
|
|
586
|
+
"showLoading": boolean;
|
|
587
|
+
/**
|
|
588
|
+
* Indica se o valor de cada opção deve ser exibido junto com o rótulo.
|
|
589
|
+
* @tipo {boolean}
|
|
590
|
+
*/
|
|
591
|
+
"showOptionValue": boolean;
|
|
592
|
+
/**
|
|
593
|
+
* Mensagem exibida quando a lista de opções está vazia.
|
|
594
|
+
* @padrão "Nenhum resultado encontrado"
|
|
595
|
+
* @tipo {string}
|
|
596
|
+
*/
|
|
597
|
+
"textEmptyList": string;
|
|
598
|
+
/**
|
|
599
|
+
* Lista de opções visíveis que serão exibidas no componente.
|
|
600
|
+
* @tipo {Array<IOption>}
|
|
601
|
+
*/
|
|
602
|
+
"visibleOptions": Array<IOption1>;
|
|
603
|
+
/**
|
|
604
|
+
* Largura fixa da lista, em pixels.
|
|
605
|
+
* @tipo {number}
|
|
606
|
+
*/
|
|
607
|
+
"width": number;
|
|
608
|
+
}
|
|
494
609
|
interface EzCustomFormInput {
|
|
495
610
|
/**
|
|
496
611
|
* Builder original do FormView que será chamado caso o custom não retorne nenhum valor.
|
|
@@ -530,6 +645,14 @@ export namespace Components {
|
|
|
530
645
|
"value": any;
|
|
531
646
|
}
|
|
532
647
|
interface EzDateInput {
|
|
648
|
+
/**
|
|
649
|
+
* Texto alternativo ser apresentado como título do campo.
|
|
650
|
+
*/
|
|
651
|
+
"alternativePlaceholder": string;
|
|
652
|
+
/**
|
|
653
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
654
|
+
*/
|
|
655
|
+
"autoFocus": boolean;
|
|
533
656
|
/**
|
|
534
657
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
535
658
|
*/
|
|
@@ -562,13 +685,21 @@ export namespace Components {
|
|
|
562
685
|
/**
|
|
563
686
|
* Aplica o foco no campo.
|
|
564
687
|
*/
|
|
565
|
-
"setFocus": () => Promise<void>;
|
|
688
|
+
"setFocus": (options?: TFocusOptions) => Promise<void>;
|
|
566
689
|
/**
|
|
567
690
|
* Define o valor do campo.
|
|
568
691
|
*/
|
|
569
692
|
"value": Date;
|
|
570
693
|
}
|
|
571
694
|
interface EzDateTimeInput {
|
|
695
|
+
/**
|
|
696
|
+
* Texto alternativo ser apresentado como título do campo.
|
|
697
|
+
*/
|
|
698
|
+
"alternativePlaceholder": string;
|
|
699
|
+
/**
|
|
700
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
701
|
+
*/
|
|
702
|
+
"autoFocus": boolean;
|
|
572
703
|
/**
|
|
573
704
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
574
705
|
*/
|
|
@@ -601,7 +732,7 @@ export namespace Components {
|
|
|
601
732
|
/**
|
|
602
733
|
* Aplica o foco no campo.
|
|
603
734
|
*/
|
|
604
|
-
"setFocus": () => Promise<void>;
|
|
735
|
+
"setFocus": (options?: TFocusOptions) => Promise<void>;
|
|
605
736
|
/**
|
|
606
737
|
* Se true considera segundos.
|
|
607
738
|
*/
|
|
@@ -645,6 +776,41 @@ export namespace Components {
|
|
|
645
776
|
*/
|
|
646
777
|
"show": (title: string, message: string, dialogType: DialogType, confirm: boolean, icon: string, labelCancel: string, labelConfirm: string, btnConfirmDanger: boolean, beforeClose: Function) => Promise<boolean>;
|
|
647
778
|
}
|
|
779
|
+
interface EzDoubleList {
|
|
780
|
+
/**
|
|
781
|
+
* Nome da entidade listada. Exemplo: "Campo", "Item", "Empresa".
|
|
782
|
+
*/
|
|
783
|
+
"entityLabel": string;
|
|
784
|
+
/**
|
|
785
|
+
* Variação plura do nome da entidade listada. Exemplo: "Campos", "Itens", "Empresas".
|
|
786
|
+
*/
|
|
787
|
+
"entityLabelPlural": string;
|
|
788
|
+
/**
|
|
789
|
+
* Define a lista origem.
|
|
790
|
+
*/
|
|
791
|
+
"leftList": ListItem[];
|
|
792
|
+
/**
|
|
793
|
+
* Rótulo da lista esquerda.
|
|
794
|
+
*/
|
|
795
|
+
"leftListLabel": string;
|
|
796
|
+
/**
|
|
797
|
+
* Define o título da lista origem.
|
|
798
|
+
*/
|
|
799
|
+
"leftTitle": string;
|
|
800
|
+
"resetSelectedLists": () => Promise<void>;
|
|
801
|
+
/**
|
|
802
|
+
* Define a lista destino.
|
|
803
|
+
*/
|
|
804
|
+
"rightList": ListItem[];
|
|
805
|
+
/**
|
|
806
|
+
* Rótulo da lista direita.
|
|
807
|
+
*/
|
|
808
|
+
"rightListLabel": string;
|
|
809
|
+
/**
|
|
810
|
+
* Define o título da lista destino.
|
|
811
|
+
*/
|
|
812
|
+
"rightTitle": string;
|
|
813
|
+
}
|
|
648
814
|
interface EzDropdown {
|
|
649
815
|
/**
|
|
650
816
|
* Função builder que possibilita alterar como o item da lista vai ser apresentado. Observação: No react ele se transforma em VNode e não como HTMLElement.
|
|
@@ -686,6 +852,10 @@ export namespace Components {
|
|
|
686
852
|
* Define se o campo irá funcionar de forma assíncrona.
|
|
687
853
|
*/
|
|
688
854
|
"asyncSearch": boolean;
|
|
855
|
+
/**
|
|
856
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
857
|
+
*/
|
|
858
|
+
"autoFocus": boolean;
|
|
689
859
|
/**
|
|
690
860
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
691
861
|
*/
|
|
@@ -725,7 +895,7 @@ export namespace Components {
|
|
|
725
895
|
/**
|
|
726
896
|
* Aplica o foco no campo.
|
|
727
897
|
*/
|
|
728
|
-
"setFocus": () => Promise<void>;
|
|
898
|
+
"setFocus": (options?: TFocusOptions) => Promise<void>;
|
|
729
899
|
/**
|
|
730
900
|
* Método responsável por setar um novo valor ao campo.
|
|
731
901
|
*/
|
|
@@ -748,6 +918,10 @@ export namespace Components {
|
|
|
748
918
|
* Unidade de dados. Responsável pelo controle de edição de registros e informações pertinentes aos campos.
|
|
749
919
|
*/
|
|
750
920
|
"dataUnit": DataUnit;
|
|
921
|
+
/**
|
|
922
|
+
* Define uma ancoragem
|
|
923
|
+
*/
|
|
924
|
+
"elementFocusSearchField": HTMLElement;
|
|
751
925
|
/**
|
|
752
926
|
* Determina o campo que deve ficar em evidência.
|
|
753
927
|
*/
|
|
@@ -764,6 +938,10 @@ export namespace Components {
|
|
|
764
938
|
* Altera/adiciona uma propriedade nos metadados do campo.
|
|
765
939
|
*/
|
|
766
940
|
"setFieldProp": (fieldName: string, propName: string, value: any) => Promise<void>;
|
|
941
|
+
/**
|
|
942
|
+
* Define se o formulario deve exibir um buscador de coluna com uso do Ctrl+F
|
|
943
|
+
*/
|
|
944
|
+
"useSearchField": boolean;
|
|
767
945
|
/**
|
|
768
946
|
* Realiza validação no conteúdo de todos os campos.
|
|
769
947
|
*/
|
|
@@ -787,6 +965,10 @@ export namespace Components {
|
|
|
787
965
|
*/
|
|
788
966
|
"setFieldProp": (fieldName: string, propName: string, value: any) => Promise<void>;
|
|
789
967
|
"showUp": () => Promise<void>;
|
|
968
|
+
/**
|
|
969
|
+
* Define se o formulario deve possuir apenas 1 coluna.
|
|
970
|
+
*/
|
|
971
|
+
"singleColumn": boolean;
|
|
790
972
|
}
|
|
791
973
|
interface EzGrid {
|
|
792
974
|
/**
|
|
@@ -813,10 +995,15 @@ export namespace Components {
|
|
|
813
995
|
* Define se a edição está habilitada na grid.
|
|
814
996
|
*/
|
|
815
997
|
"canEdit": boolean;
|
|
998
|
+
"checkStopEditOutsideClick": (event: MouseEvent) => Promise<void>;
|
|
816
999
|
/**
|
|
817
1000
|
* Define um `IMultiSelectionListDataSource` responsável por alimentar o filtro de colunas.
|
|
818
1001
|
*/
|
|
819
1002
|
"columnfilterDataSource": IMultiSelectionListDataSource;
|
|
1003
|
+
/**
|
|
1004
|
+
* Define se a grade deve ser exibida em modo compacto
|
|
1005
|
+
*/
|
|
1006
|
+
"compact"?: boolean;
|
|
820
1007
|
/**
|
|
821
1008
|
* Configuração de exibição da grade.
|
|
822
1009
|
*/
|
|
@@ -825,6 +1012,26 @@ export namespace Components {
|
|
|
825
1012
|
* Unidade de dados. Responsável pelo controle de edição de registros e informações pertinentes aos campos.
|
|
826
1013
|
*/
|
|
827
1014
|
"dataUnit": DataUnit;
|
|
1015
|
+
/**
|
|
1016
|
+
* Ativa/desativa a inserção continua na grade Só funciona quando a prop enableGridInsert está ativa
|
|
1017
|
+
*/
|
|
1018
|
+
"enableContinuousInsert"?: boolean;
|
|
1019
|
+
/**
|
|
1020
|
+
* Ativa inserção de registros no modo grade.
|
|
1021
|
+
*/
|
|
1022
|
+
"enableGridInsert"?: boolean;
|
|
1023
|
+
/**
|
|
1024
|
+
* Define se o componente deve usar o LockManager para controle de carregamento da aplicação
|
|
1025
|
+
*/
|
|
1026
|
+
"enableLockManagerLoadingComp"?: boolean;
|
|
1027
|
+
/**
|
|
1028
|
+
* Ativa inserção de registros no modo grade pela Taskbar.
|
|
1029
|
+
*/
|
|
1030
|
+
"enableLockManagerTaskbarClick"?: boolean;
|
|
1031
|
+
/**
|
|
1032
|
+
* Ativa modo de linhas com cores alternadas.
|
|
1033
|
+
*/
|
|
1034
|
+
"enableRowTableStriped"?: boolean;
|
|
828
1035
|
/**
|
|
829
1036
|
* Usa um argumento para filtrar as colunas po label
|
|
830
1037
|
*/
|
|
@@ -853,6 +1060,14 @@ export namespace Components {
|
|
|
853
1060
|
* Habilita a seleção de várias linhas.
|
|
854
1061
|
*/
|
|
855
1062
|
"multipleSelection": boolean;
|
|
1063
|
+
/**
|
|
1064
|
+
* Altera visualmente as sombras e bordas do componente Quando false, aplica o padrão de sombras ao componente (Utilizar quando for o elemento principal do layout) Quando true, aplica o padrão de outline ao componente (Utilizar quando estiver contido em outro elemento como um painel ou pop-up)
|
|
1065
|
+
*/
|
|
1066
|
+
"outlineMode"?: boolean;
|
|
1067
|
+
/**
|
|
1068
|
+
* Define se a grid será focada ao ser carregada.
|
|
1069
|
+
*/
|
|
1070
|
+
"paginationCounterMode"?: 'show' | 'hidden' | 'auto';
|
|
856
1071
|
/**
|
|
857
1072
|
* Aplica um filtro rápido.
|
|
858
1073
|
*/
|
|
@@ -897,10 +1112,26 @@ export namespace Components {
|
|
|
897
1112
|
* Define um `IStatusResolver` responsável pelo estado da coluna de status.
|
|
898
1113
|
*/
|
|
899
1114
|
"statusResolver": IStatusResolver | StatusResolverFunction;
|
|
1115
|
+
/**
|
|
1116
|
+
* Para a edição da grade.
|
|
1117
|
+
*/
|
|
1118
|
+
"stopEdit": () => Promise<void>;
|
|
1119
|
+
/**
|
|
1120
|
+
* Informa se a coluna de chechbox deve ser suprimida
|
|
1121
|
+
*/
|
|
1122
|
+
"suppressCheckboxColumn"?: boolean;
|
|
1123
|
+
/**
|
|
1124
|
+
* Define se a grade deve suprimir o scroll horizontal.
|
|
1125
|
+
*/
|
|
1126
|
+
"suppressHorizontalScroll": boolean;
|
|
900
1127
|
/**
|
|
901
1128
|
* Quando verdadeiro, o ENTER fará a navegação como se fosse a tecla TAB na grade.
|
|
902
1129
|
*/
|
|
903
1130
|
"useEnterLikeTab": boolean;
|
|
1131
|
+
/**
|
|
1132
|
+
* Define se a grade deve exibir um buscador de coluna com uso do Ctrl+F
|
|
1133
|
+
*/
|
|
1134
|
+
"useSearchColumn": boolean;
|
|
904
1135
|
}
|
|
905
1136
|
interface EzGuideNavigator {
|
|
906
1137
|
/**
|
|
@@ -955,6 +1186,10 @@ export namespace Components {
|
|
|
955
1186
|
"updateItem": (item: IGuideItem | Array<IGuideItem>) => Promise<void>;
|
|
956
1187
|
}
|
|
957
1188
|
interface EzIcon {
|
|
1189
|
+
/**
|
|
1190
|
+
* Define o tamanho da fonte.
|
|
1191
|
+
*/
|
|
1192
|
+
"fontSize"?: number | string;
|
|
958
1193
|
/**
|
|
959
1194
|
* Define o endereço da imagem quando não contempladas na biblioteca de ícones.
|
|
960
1195
|
*/
|
|
@@ -977,6 +1212,10 @@ export namespace Components {
|
|
|
977
1212
|
* Define a lista inicial do componente.
|
|
978
1213
|
*/
|
|
979
1214
|
"dataSource": Array<ListGroup | ListItem>;
|
|
1215
|
+
/**
|
|
1216
|
+
* Habilita seleção de múltiplos items.
|
|
1217
|
+
*/
|
|
1218
|
+
"enableMultipleSelection": boolean;
|
|
980
1219
|
/**
|
|
981
1220
|
* Se true habilita `drag and drop` para os itens.
|
|
982
1221
|
*/
|
|
@@ -1020,7 +1259,7 @@ export namespace Components {
|
|
|
1020
1259
|
/**
|
|
1021
1260
|
* Aplica seleção nas linhas da lista.
|
|
1022
1261
|
*/
|
|
1023
|
-
"setSelection": (selectedItem: ListItem, scrollToOption?: boolean) => Promise<void>;
|
|
1262
|
+
"setSelection": (selectedItem: ListItem, scrollToOption?: boolean, shitkey?: boolean, ctrlKey?: boolean) => Promise<void>;
|
|
1024
1263
|
/**
|
|
1025
1264
|
* Se true os grupos serão exibidos.
|
|
1026
1265
|
*/
|
|
@@ -1068,7 +1307,7 @@ export namespace Components {
|
|
|
1068
1307
|
/**
|
|
1069
1308
|
* Define o tipo de scrim a ser aplicado no overlay do modal
|
|
1070
1309
|
*/
|
|
1071
|
-
"scrim": "medium" | "light";
|
|
1310
|
+
"scrim": "medium" | "light" | "none";
|
|
1072
1311
|
}
|
|
1073
1312
|
interface EzModalContainer {
|
|
1074
1313
|
/**
|
|
@@ -1128,6 +1367,18 @@ export namespace Components {
|
|
|
1128
1367
|
"useOptions": boolean;
|
|
1129
1368
|
}
|
|
1130
1369
|
interface EzNumberInput {
|
|
1370
|
+
/**
|
|
1371
|
+
* Se false, o input não aceitará números negativos.
|
|
1372
|
+
*/
|
|
1373
|
+
"allowNegative": boolean;
|
|
1374
|
+
/**
|
|
1375
|
+
* Texto alternativo a ser apresentado como título do campo.
|
|
1376
|
+
*/
|
|
1377
|
+
"alternativePlaceholder": string;
|
|
1378
|
+
/**
|
|
1379
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
1380
|
+
*/
|
|
1381
|
+
"autoFocus": boolean;
|
|
1131
1382
|
/**
|
|
1132
1383
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
1133
1384
|
*/
|
|
@@ -1212,7 +1463,127 @@ export namespace Components {
|
|
|
1212
1463
|
*/
|
|
1213
1464
|
"updatePosition": (top?: string, left?: string) => Promise<void>;
|
|
1214
1465
|
}
|
|
1466
|
+
interface EzPopoverCore {
|
|
1467
|
+
/**
|
|
1468
|
+
* Define o elemento de ancoragem.
|
|
1469
|
+
*/
|
|
1470
|
+
"anchorElement": Array<HTMLElement | string> | HTMLElement | string;
|
|
1471
|
+
/**
|
|
1472
|
+
* Define se será fechado automaticamente quando o usuário clicar fora do conteúdo.
|
|
1473
|
+
*/
|
|
1474
|
+
"autoClose": boolean;
|
|
1475
|
+
/**
|
|
1476
|
+
* Ajusta o comportamento da largura do popover.
|
|
1477
|
+
*/
|
|
1478
|
+
"boxWidth": "full-width" | "fit-content";
|
|
1479
|
+
/**
|
|
1480
|
+
* Oculta o ez-popover.
|
|
1481
|
+
*/
|
|
1482
|
+
"hide": () => Promise<void>;
|
|
1483
|
+
/**
|
|
1484
|
+
* Define a largura mínima do elemento (apenas será considerada caso a propriedade useAnchorSize seja verdadeira).
|
|
1485
|
+
*/
|
|
1486
|
+
"minWidth": number;
|
|
1487
|
+
/**
|
|
1488
|
+
* Define se o ez-popover está aberto.
|
|
1489
|
+
*/
|
|
1490
|
+
"opened": boolean;
|
|
1491
|
+
/**
|
|
1492
|
+
* Define as opções do elemento.
|
|
1493
|
+
*/
|
|
1494
|
+
"options": IEzPopoverAnchorOptions;
|
|
1495
|
+
/**
|
|
1496
|
+
* Define o tipo de overlay do popover.
|
|
1497
|
+
*/
|
|
1498
|
+
"overlayType": "medium" | "light" | "none";
|
|
1499
|
+
/**
|
|
1500
|
+
* Altera o elemento de ancoragem.
|
|
1501
|
+
*/
|
|
1502
|
+
"setAnchorElement": (anchor: HTMLElement | string) => Promise<void>;
|
|
1503
|
+
/**
|
|
1504
|
+
* Altera as opções.
|
|
1505
|
+
*/
|
|
1506
|
+
"setOptions": (options: IEzPopoverAnchorOptions) => Promise<void>;
|
|
1507
|
+
/**
|
|
1508
|
+
* Exibe o ez-popover.
|
|
1509
|
+
*/
|
|
1510
|
+
"show": (top?: string | number, left?: string | number) => Promise<void>;
|
|
1511
|
+
/**
|
|
1512
|
+
* Ancora a exibição do popOver a um elemento HTML.
|
|
1513
|
+
*/
|
|
1514
|
+
"showUnder": (element: HTMLElement | string, options?: IEzPopoverAnchorOptions) => Promise<void>;
|
|
1515
|
+
/**
|
|
1516
|
+
* Atualiza a posição do popover.
|
|
1517
|
+
*/
|
|
1518
|
+
"updatePosition": (top?: string, left?: string) => Promise<void>;
|
|
1519
|
+
/**
|
|
1520
|
+
* Define se o elemento manterá o mesmo tamanho do componente de ancora.
|
|
1521
|
+
*/
|
|
1522
|
+
"useAnchorSize": boolean;
|
|
1523
|
+
}
|
|
1524
|
+
interface EzPopoverPlus {
|
|
1525
|
+
/**
|
|
1526
|
+
* Define o elemento de ancoragem.
|
|
1527
|
+
*/
|
|
1528
|
+
"anchorElement": Array<HTMLElement | string> | HTMLElement | string;
|
|
1529
|
+
/**
|
|
1530
|
+
* Define que será fechado automaticamente quando o usuário clicar fora do conteúdo.
|
|
1531
|
+
*/
|
|
1532
|
+
"autoClose": boolean;
|
|
1533
|
+
/**
|
|
1534
|
+
* Ajusta o comportamento da largura do popover.
|
|
1535
|
+
*/
|
|
1536
|
+
"boxWidth": "full-width" | "fit-content";
|
|
1537
|
+
/**
|
|
1538
|
+
* Oculta o ez-popover.
|
|
1539
|
+
*/
|
|
1540
|
+
"hide": () => Promise<void>;
|
|
1541
|
+
/**
|
|
1542
|
+
* Define a largura mínima do elemento (apenas será considerada caso a propriedade useAnchorSize seja verdadeira).
|
|
1543
|
+
*/
|
|
1544
|
+
"minWidth": number;
|
|
1545
|
+
/**
|
|
1546
|
+
* Define se o ez-popover está aberto.
|
|
1547
|
+
*/
|
|
1548
|
+
"opened": boolean;
|
|
1549
|
+
/**
|
|
1550
|
+
* Define as opções do elemento.
|
|
1551
|
+
*/
|
|
1552
|
+
"options": IEzPopoverAnchorOptions;
|
|
1553
|
+
/**
|
|
1554
|
+
* Define o tipo de overlay do popover.
|
|
1555
|
+
*/
|
|
1556
|
+
"overlayType": "medium" | "light" | "none";
|
|
1557
|
+
/**
|
|
1558
|
+
* Altera o elemento de ancoragem.
|
|
1559
|
+
*/
|
|
1560
|
+
"setAnchorElement": (anchor: HTMLElement | string) => Promise<void>;
|
|
1561
|
+
/**
|
|
1562
|
+
* Altera as opções.
|
|
1563
|
+
*/
|
|
1564
|
+
"setOptions": (options: IEzPopoverAnchorOptions) => Promise<void>;
|
|
1565
|
+
/**
|
|
1566
|
+
* Exibe o ez-popover.
|
|
1567
|
+
*/
|
|
1568
|
+
"show": (top?: string | number, left?: string | number) => Promise<void>;
|
|
1569
|
+
/**
|
|
1570
|
+
* Ancora a exibição do popOver a um elemento HTML.
|
|
1571
|
+
*/
|
|
1572
|
+
"showUnder": (element: HTMLElement | string, options?: IEzPopoverAnchorOptions) => Promise<void>;
|
|
1573
|
+
/**
|
|
1574
|
+
* Atualiza a posição do popover.
|
|
1575
|
+
*/
|
|
1576
|
+
"updatePosition": (top?: string, left?: string) => Promise<void>;
|
|
1577
|
+
/**
|
|
1578
|
+
* Define se o elemento manterá o mesmo tamanho do componente de ancora.
|
|
1579
|
+
*/
|
|
1580
|
+
"useAnchorSize": boolean;
|
|
1581
|
+
}
|
|
1215
1582
|
interface EzPopup {
|
|
1583
|
+
/**
|
|
1584
|
+
* Possibilita scroll vertical no conteúdo interno do componente
|
|
1585
|
+
*/
|
|
1586
|
+
"enabledScroll": boolean;
|
|
1216
1587
|
/**
|
|
1217
1588
|
* Texto a ser apresentado como título do componente.
|
|
1218
1589
|
*/
|
|
@@ -1228,7 +1599,7 @@ export namespace Components {
|
|
|
1228
1599
|
/**
|
|
1229
1600
|
* Define a largura do ez-popup.
|
|
1230
1601
|
*/
|
|
1231
|
-
"size": "x-small" | "small" | "medium" | "large" | "x-large";
|
|
1602
|
+
"size": "x-small" | "small" | "medium" | "large" | "x-large" | "auto";
|
|
1232
1603
|
/**
|
|
1233
1604
|
* Define se o componente utilizará cabeçalho.
|
|
1234
1605
|
*/
|
|
@@ -1271,6 +1642,14 @@ export namespace Components {
|
|
|
1271
1642
|
"locked": boolean;
|
|
1272
1643
|
}
|
|
1273
1644
|
interface EzSearch {
|
|
1645
|
+
/**
|
|
1646
|
+
* Texto alternativo a ser apresentado como título do campo.
|
|
1647
|
+
*/
|
|
1648
|
+
"alternativePlaceholder": string;
|
|
1649
|
+
/**
|
|
1650
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
1651
|
+
*/
|
|
1652
|
+
"autoFocus": boolean;
|
|
1274
1653
|
/**
|
|
1275
1654
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
1276
1655
|
*/
|
|
@@ -1279,18 +1658,22 @@ export namespace Components {
|
|
|
1279
1658
|
* Limpa o valor do campo de pesquisa
|
|
1280
1659
|
*/
|
|
1281
1660
|
"clearValue": () => Promise<void>;
|
|
1661
|
+
/**
|
|
1662
|
+
* Propriedades de contexto da aplicação.
|
|
1663
|
+
*/
|
|
1664
|
+
"contextProperties"?: any;
|
|
1282
1665
|
/**
|
|
1283
1666
|
* Se false o usuário não pode interagir com o campo.
|
|
1284
1667
|
*/
|
|
1285
1668
|
"enabled": boolean;
|
|
1286
1669
|
/**
|
|
1287
|
-
*
|
|
1670
|
+
* Garante que o botão de limpar pesquisa está sempre visível
|
|
1288
1671
|
*/
|
|
1289
|
-
"
|
|
1672
|
+
"ensureClearButtonVisible": boolean;
|
|
1290
1673
|
/**
|
|
1291
|
-
*
|
|
1674
|
+
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
1292
1675
|
*/
|
|
1293
|
-
"
|
|
1676
|
+
"errorMessage": string;
|
|
1294
1677
|
"getValueAsync": () => Promise<unknown>;
|
|
1295
1678
|
/**
|
|
1296
1679
|
* Quando verdadeiro deixa de exibir a mensagem de erro (se existente) quando focar em um elemento diferente.
|
|
@@ -1323,7 +1706,7 @@ export namespace Components {
|
|
|
1323
1706
|
/**
|
|
1324
1707
|
* Carrega as opções dinamicamente.
|
|
1325
1708
|
*/
|
|
1326
|
-
"optionLoader": (argument: ISearchArgument) => Promise<Array<IOption>> | Array<IOption> | IOption;
|
|
1709
|
+
"optionLoader": (argument: ISearchArgument, ctxProperties?: any) => Promise<Array<IOption>> | Array<IOption> | IOption;
|
|
1327
1710
|
/**
|
|
1328
1711
|
* Array com as opções do ez-combo-box. Os elementos devem obedecer o formato: `{value: string, label: string}`.
|
|
1329
1712
|
*/
|
|
@@ -1335,7 +1718,7 @@ export namespace Components {
|
|
|
1335
1718
|
/**
|
|
1336
1719
|
* Aplica o foco no campo.
|
|
1337
1720
|
*/
|
|
1338
|
-
"setFocus": () => Promise<void>;
|
|
1721
|
+
"setFocus": (options?: TFocusOptions) => Promise<void>;
|
|
1339
1722
|
/**
|
|
1340
1723
|
* Se false cada opção na lista deve exibir somente o `label`.
|
|
1341
1724
|
*/
|
|
@@ -1344,10 +1727,18 @@ export namespace Components {
|
|
|
1344
1727
|
* Se false a opção selecionada deve exibir somente o `label`.
|
|
1345
1728
|
*/
|
|
1346
1729
|
"showSelectedValue": boolean;
|
|
1730
|
+
/**
|
|
1731
|
+
* Se true, ineterrompe a propagação do evento de KeyDown da tecla enter
|
|
1732
|
+
*/
|
|
1733
|
+
"stopPropagateEnterKeyEvent": boolean;
|
|
1347
1734
|
/**
|
|
1348
1735
|
* Se true remove a opção vazia da lista.
|
|
1349
1736
|
*/
|
|
1350
1737
|
"suppressEmptyOption": boolean;
|
|
1738
|
+
/**
|
|
1739
|
+
* Se true, desabilita pré-load das opções ao carregar componente
|
|
1740
|
+
*/
|
|
1741
|
+
"suppressPreLoad": boolean;
|
|
1351
1742
|
/**
|
|
1352
1743
|
* Se true desabilita a digitação dentro do componente.
|
|
1353
1744
|
*/
|
|
@@ -1357,37 +1748,165 @@ export namespace Components {
|
|
|
1357
1748
|
*/
|
|
1358
1749
|
"value": IOption | string;
|
|
1359
1750
|
}
|
|
1360
|
-
interface
|
|
1361
|
-
}
|
|
1362
|
-
interface EzSidebarNavigator {
|
|
1751
|
+
interface EzSearchPlus {
|
|
1363
1752
|
/**
|
|
1364
|
-
*
|
|
1753
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
1365
1754
|
*/
|
|
1366
|
-
"
|
|
1755
|
+
"autoFocus": boolean;
|
|
1367
1756
|
/**
|
|
1368
|
-
*
|
|
1757
|
+
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
1369
1758
|
*/
|
|
1370
|
-
"
|
|
1759
|
+
"canShowError": boolean;
|
|
1371
1760
|
/**
|
|
1372
|
-
*
|
|
1761
|
+
* Limpa o valor do campo de pesquisa
|
|
1373
1762
|
*/
|
|
1374
|
-
"
|
|
1763
|
+
"clearValue": () => Promise<void>;
|
|
1375
1764
|
/**
|
|
1376
|
-
*
|
|
1765
|
+
* Texto a ser apresentado no input de código.
|
|
1377
1766
|
*/
|
|
1378
|
-
"
|
|
1767
|
+
"codLabel": string;
|
|
1379
1768
|
/**
|
|
1380
|
-
*
|
|
1769
|
+
* Propriedades de contexto da aplicação.
|
|
1381
1770
|
*/
|
|
1382
|
-
"
|
|
1771
|
+
"contextProperties"?: any;
|
|
1383
1772
|
/**
|
|
1384
|
-
*
|
|
1773
|
+
* Se true o campo de código ficara desabilitado.
|
|
1385
1774
|
*/
|
|
1386
|
-
"
|
|
1775
|
+
"disableCodeInput": boolean;
|
|
1387
1776
|
/**
|
|
1388
|
-
*
|
|
1777
|
+
* Se true o campo de de apresentação ficara desabilitado.
|
|
1389
1778
|
*/
|
|
1390
|
-
"
|
|
1779
|
+
"disableDescriptionInput": boolean;
|
|
1780
|
+
/**
|
|
1781
|
+
* Se false o usuário não pode interagir com o campo.
|
|
1782
|
+
*/
|
|
1783
|
+
"enabled": boolean;
|
|
1784
|
+
/**
|
|
1785
|
+
* Garante que o botão de limpar pesquisa está sempre visível
|
|
1786
|
+
*/
|
|
1787
|
+
"ensureClearButtonVisible": boolean;
|
|
1788
|
+
/**
|
|
1789
|
+
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
1790
|
+
*/
|
|
1791
|
+
"errorMessage": string;
|
|
1792
|
+
/**
|
|
1793
|
+
* Obtém o valor do componente só após a compo de apresentação ter sido resolvido pelo option loader quando necessário
|
|
1794
|
+
*/
|
|
1795
|
+
"getValueAsync": () => Promise<IOption>;
|
|
1796
|
+
/**
|
|
1797
|
+
* Se true o campo de de apresentação não será exibido.
|
|
1798
|
+
*/
|
|
1799
|
+
"hideDescriptionInput": boolean;
|
|
1800
|
+
/**
|
|
1801
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
1802
|
+
*/
|
|
1803
|
+
"hideErrorOnFocusOut": boolean;
|
|
1804
|
+
/**
|
|
1805
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
1806
|
+
*/
|
|
1807
|
+
"ignoreLimitCharsToSearch": boolean;
|
|
1808
|
+
/**
|
|
1809
|
+
* Retorna se o conteúdo é inválido.
|
|
1810
|
+
*/
|
|
1811
|
+
"isInvalid": () => Promise<boolean>;
|
|
1812
|
+
/**
|
|
1813
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
1814
|
+
*/
|
|
1815
|
+
"isTextSearch": boolean;
|
|
1816
|
+
/**
|
|
1817
|
+
* Texto a ser apresentado como título do campo.
|
|
1818
|
+
*/
|
|
1819
|
+
"label": string;
|
|
1820
|
+
/**
|
|
1821
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
1822
|
+
*/
|
|
1823
|
+
"listOptionsPosition": IEzCheckBoxListPosition1;
|
|
1824
|
+
/**
|
|
1825
|
+
* Define o tamanho do campo.
|
|
1826
|
+
*/
|
|
1827
|
+
"mode": "slim" | "regular";
|
|
1828
|
+
/**
|
|
1829
|
+
* Carrega as opções dinamicamente.
|
|
1830
|
+
*/
|
|
1831
|
+
"optionLoader": OptionLoaderFunction;
|
|
1832
|
+
/**
|
|
1833
|
+
* Remove o foco do campo.
|
|
1834
|
+
*/
|
|
1835
|
+
"setBlur": () => Promise<void>;
|
|
1836
|
+
/**
|
|
1837
|
+
* Aplica o foco no campo.
|
|
1838
|
+
*/
|
|
1839
|
+
"setFocus": (options?: TFocusOptions) => Promise<void>;
|
|
1840
|
+
/**
|
|
1841
|
+
* Se false cada opção na lista deve exibir somente o `label`.
|
|
1842
|
+
*/
|
|
1843
|
+
"showOptionValue": boolean;
|
|
1844
|
+
/**
|
|
1845
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
1846
|
+
*/
|
|
1847
|
+
"showSelectedValue": boolean;
|
|
1848
|
+
/**
|
|
1849
|
+
* Se true, interrompe a propagação do evento de KeyDown da tecla enter
|
|
1850
|
+
*/
|
|
1851
|
+
"stopPropagateEnterKeyEvent": boolean;
|
|
1852
|
+
/**
|
|
1853
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
1854
|
+
*/
|
|
1855
|
+
"suppressEmptyOption": boolean;
|
|
1856
|
+
/**
|
|
1857
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
1858
|
+
*/
|
|
1859
|
+
"suppressPreLoad": boolean;
|
|
1860
|
+
/**
|
|
1861
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
1862
|
+
*/
|
|
1863
|
+
"suppressSearch": boolean;
|
|
1864
|
+
/**
|
|
1865
|
+
* Define o valor do campo.
|
|
1866
|
+
*/
|
|
1867
|
+
"value": IOption | string;
|
|
1868
|
+
}
|
|
1869
|
+
interface EzSearchResultList {
|
|
1870
|
+
"cancelSelection": () => Promise<void>;
|
|
1871
|
+
"nextOption": () => Promise<void>;
|
|
1872
|
+
"previousOption": () => Promise<void>;
|
|
1873
|
+
"selectCurrentItem": () => Promise<void>;
|
|
1874
|
+
"showLoading": boolean;
|
|
1875
|
+
"showOptionValue": boolean;
|
|
1876
|
+
"value": IOption4 | string;
|
|
1877
|
+
"visibleOptions": Array<IOption4>;
|
|
1878
|
+
}
|
|
1879
|
+
interface EzSidebarButton {
|
|
1880
|
+
}
|
|
1881
|
+
interface EzSidebarNavigator {
|
|
1882
|
+
/**
|
|
1883
|
+
* Método para fixar/desafixar o menu, emitindo o evento ezChangeMode.
|
|
1884
|
+
*/
|
|
1885
|
+
"changeModeMenu": () => Promise<void>;
|
|
1886
|
+
/**
|
|
1887
|
+
* Método para fechar o menu automaticamente após uma ação, fluxo, etc.
|
|
1888
|
+
*/
|
|
1889
|
+
"closeSidebar": () => Promise<void>;
|
|
1890
|
+
/**
|
|
1891
|
+
* Define se terá responsividade, Controle deverá ser pelo CSS.
|
|
1892
|
+
*/
|
|
1893
|
+
"isResponsive": boolean;
|
|
1894
|
+
/**
|
|
1895
|
+
* Define se o menu será do tipo FIXED ou FLOAT.
|
|
1896
|
+
*/
|
|
1897
|
+
"mode": ModeMenuEnum;
|
|
1898
|
+
/**
|
|
1899
|
+
* Método para abrir o menu automaticamente após uma ação, fluxo, etc.
|
|
1900
|
+
*/
|
|
1901
|
+
"openSidebar": () => Promise<void>;
|
|
1902
|
+
/**
|
|
1903
|
+
* Define se o botão de "Recolher Menu" será exibido
|
|
1904
|
+
*/
|
|
1905
|
+
"showCollapseMenu": boolean;
|
|
1906
|
+
/**
|
|
1907
|
+
* Define se o botão de "Fixar Menu" será exibido
|
|
1908
|
+
*/
|
|
1909
|
+
"showFixedButton": boolean;
|
|
1391
1910
|
/**
|
|
1392
1911
|
* Define o tamanho do menu (small, medium, large).
|
|
1393
1912
|
*/
|
|
@@ -1404,10 +1923,10 @@ export namespace Components {
|
|
|
1404
1923
|
interface EzSkeleton {
|
|
1405
1924
|
/**
|
|
1406
1925
|
* Animation type
|
|
1407
|
-
* @type {('progress' | '
|
|
1926
|
+
* @type {('progress' | 'pulse' | 'false')}
|
|
1408
1927
|
* @memberof Skeleton
|
|
1409
1928
|
*/
|
|
1410
|
-
"animation":
|
|
1929
|
+
"animation": SkeletonAnimation;
|
|
1411
1930
|
/**
|
|
1412
1931
|
* Number of rows of current skeleton type
|
|
1413
1932
|
* @memberof Skeleton
|
|
@@ -1425,12 +1944,35 @@ export namespace Components {
|
|
|
1425
1944
|
* @memberof Skeleton
|
|
1426
1945
|
*/
|
|
1427
1946
|
"marginBottom": string;
|
|
1947
|
+
/**
|
|
1948
|
+
* MarginLeft of the skeleton ex. 10px, 0 etc.
|
|
1949
|
+
* @type {string}
|
|
1950
|
+
* @memberof Skeleton
|
|
1951
|
+
*/
|
|
1952
|
+
"marginLeft": string;
|
|
1953
|
+
/**
|
|
1954
|
+
* MarginRight of the skeleton ex. 10px, 0 etc.
|
|
1955
|
+
* @type {string}
|
|
1956
|
+
* @memberof Skeleton
|
|
1957
|
+
*/
|
|
1958
|
+
"marginRight": string;
|
|
1959
|
+
/**
|
|
1960
|
+
* MarginTop of the skeleton ex. 10px, 0 etc.
|
|
1961
|
+
* @type {string}
|
|
1962
|
+
* @memberof Skeleton
|
|
1963
|
+
*/
|
|
1964
|
+
"marginTop": string;
|
|
1965
|
+
/**
|
|
1966
|
+
* The template to be used for the skeleton. Can be an HTMLElement or a string.
|
|
1967
|
+
* @prop {HTMLElement | string} template - The template to be used for the skeleton.
|
|
1968
|
+
*/
|
|
1969
|
+
"template": HTMLElement | string;
|
|
1428
1970
|
/**
|
|
1429
1971
|
* Variant of the skeleton - circle or row
|
|
1430
|
-
* @type {('circle'
|
|
1972
|
+
* @type {('circle' , 'rect', 'text')}
|
|
1431
1973
|
* @memberof Skeleton
|
|
1432
1974
|
*/
|
|
1433
|
-
"variant":
|
|
1975
|
+
"variant": SkeletonVariant;
|
|
1434
1976
|
/**
|
|
1435
1977
|
* Width of the skeleton ex. 100px, 100%, auto etc.
|
|
1436
1978
|
* @type {string}
|
|
@@ -1451,6 +1993,14 @@ export namespace Components {
|
|
|
1451
1993
|
* Define o caminho usado nos modos `icon-only` e `icon-left` para imagens não contempladas na biblioteca de ícones.
|
|
1452
1994
|
*/
|
|
1453
1995
|
"image": string;
|
|
1996
|
+
/**
|
|
1997
|
+
* Informa se a lista de ações está aberta.
|
|
1998
|
+
*/
|
|
1999
|
+
"isOpenedDropdown": () => Promise<boolean>;
|
|
2000
|
+
/**
|
|
2001
|
+
* Função builder que possibilita alterar como o item da lista vai ser apresentado. Observação: No react ele se transforma em VNode e não como HTMLElement.
|
|
2002
|
+
*/
|
|
2003
|
+
"itemBuilder": (item: IDropdownItem, level: number) => HTMLElement | string;
|
|
1454
2004
|
/**
|
|
1455
2005
|
* Define o conteúdo do dropdown.
|
|
1456
2006
|
*/
|
|
@@ -1483,10 +2033,15 @@ export namespace Components {
|
|
|
1483
2033
|
* Aplica o foco no botão do dropdown.
|
|
1484
2034
|
*/
|
|
1485
2035
|
"setRightButtonFocus": () => Promise<void>;
|
|
2036
|
+
"show": boolean;
|
|
1486
2037
|
/**
|
|
1487
2038
|
* Define o tamanho do ez-split-button.
|
|
1488
2039
|
*/
|
|
1489
|
-
"size": 'medium' | 'large';
|
|
2040
|
+
"size": 'small' | 'medium' | 'large';
|
|
2041
|
+
/**
|
|
2042
|
+
* Abre ou Fecha o dropdown do Split Button.
|
|
2043
|
+
*/
|
|
2044
|
+
"toggleDropdown": () => Promise<void>;
|
|
1490
2045
|
}
|
|
1491
2046
|
interface EzSplitItem {
|
|
1492
2047
|
/**
|
|
@@ -1502,6 +2057,10 @@ export namespace Components {
|
|
|
1502
2057
|
* @values '%', 'fr'
|
|
1503
2058
|
*/
|
|
1504
2059
|
"size"?: string;
|
|
2060
|
+
/**
|
|
2061
|
+
* Define se o painel está sendo utilizado como estrutura para apresentação de outro item
|
|
2062
|
+
*/
|
|
2063
|
+
"structural": boolean;
|
|
1505
2064
|
}
|
|
1506
2065
|
interface EzSplitPanel {
|
|
1507
2066
|
/**
|
|
@@ -1510,6 +2069,10 @@ export namespace Components {
|
|
|
1510
2069
|
"anchorToExpand": boolean;
|
|
1511
2070
|
"direction": 'row' | 'column';
|
|
1512
2071
|
"rebuildLayout": () => Promise<void>;
|
|
2072
|
+
/**
|
|
2073
|
+
* Define se o painel está sendo utilizado como estrutura para apresentação de outro item
|
|
2074
|
+
*/
|
|
2075
|
+
"structural": boolean;
|
|
1513
2076
|
}
|
|
1514
2077
|
interface EzTabselector {
|
|
1515
2078
|
"goToTab": (tabIndex: number, silent?: boolean) => Promise<void>;
|
|
@@ -1527,11 +2090,23 @@ export namespace Components {
|
|
|
1527
2090
|
"tabs": string | Array<Tab>;
|
|
1528
2091
|
}
|
|
1529
2092
|
interface EzTextArea {
|
|
2093
|
+
/**
|
|
2094
|
+
* Texto alternativo a ser apresentado como título do campo.
|
|
2095
|
+
*/
|
|
2096
|
+
"alternativePlaceholder": string;
|
|
1530
2097
|
/**
|
|
1531
2098
|
* Adiciona o argumento text no value do text area, seguindo as regras: - Se o cursor do mouse está posicionado em algum local do texto, o argumento será adicionado nesse local. - Se existir uma seleção no texto, o trecho selecionado deve ser substituído pelo argumento. - Se não existir seleção nem posicionamento do cursor do mouse, o argumento será adicionado no final do texto.
|
|
1532
2099
|
* @param text : texto que irá ser adicionado
|
|
1533
2100
|
*/
|
|
1534
2101
|
"appendTextToSelection": (text: string) => Promise<void>;
|
|
2102
|
+
/**
|
|
2103
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
2104
|
+
*/
|
|
2105
|
+
"autoFocus": boolean;
|
|
2106
|
+
/**
|
|
2107
|
+
* Ativa a opção de fazer as linhas do componente serem baseados na altura máxima.
|
|
2108
|
+
*/
|
|
2109
|
+
"autoRows": boolean;
|
|
1535
2110
|
/**
|
|
1536
2111
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
1537
2112
|
*/
|
|
@@ -1592,10 +2167,22 @@ export namespace Components {
|
|
|
1592
2167
|
"value": string;
|
|
1593
2168
|
}
|
|
1594
2169
|
interface EzTextInput {
|
|
2170
|
+
/**
|
|
2171
|
+
* Texto alternativo a ser apresentado como título do campo.
|
|
2172
|
+
*/
|
|
2173
|
+
"alternativePlaceholder": string;
|
|
2174
|
+
/**
|
|
2175
|
+
* Se true o campo receberá o foco ao ser renderizado.
|
|
2176
|
+
*/
|
|
2177
|
+
"autoFocus": boolean;
|
|
1595
2178
|
/**
|
|
1596
2179
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
1597
2180
|
*/
|
|
1598
2181
|
"canShowError": boolean;
|
|
2182
|
+
/**
|
|
2183
|
+
* Para remover a máscara quando fizer um apply no formulário.
|
|
2184
|
+
*/
|
|
2185
|
+
"cleanValueMask": boolean;
|
|
1599
2186
|
/**
|
|
1600
2187
|
* Se false o usuário não pode interagir com o campo.
|
|
1601
2188
|
*/
|
|
@@ -1604,6 +2191,10 @@ export namespace Components {
|
|
|
1604
2191
|
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
1605
2192
|
*/
|
|
1606
2193
|
"errorMessage": string;
|
|
2194
|
+
/**
|
|
2195
|
+
* Define se o campo está em estado inválido (bordas vermelhas).
|
|
2196
|
+
*/
|
|
2197
|
+
"hasInvalid": boolean;
|
|
1607
2198
|
/**
|
|
1608
2199
|
* Retorna se o conteúdo é inválido.
|
|
1609
2200
|
*/
|
|
@@ -1646,6 +2237,14 @@ export namespace Components {
|
|
|
1646
2237
|
"value": string;
|
|
1647
2238
|
}
|
|
1648
2239
|
interface EzTimeInput {
|
|
2240
|
+
/**
|
|
2241
|
+
* Texto alternativo ser apresentado como título do campo.
|
|
2242
|
+
*/
|
|
2243
|
+
"alternativePlaceholder": string;
|
|
2244
|
+
/**
|
|
2245
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
2246
|
+
*/
|
|
2247
|
+
"autoFocus": boolean;
|
|
1649
2248
|
/**
|
|
1650
2249
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
1651
2250
|
*/
|
|
@@ -1709,6 +2308,44 @@ export namespace Components {
|
|
|
1709
2308
|
*/
|
|
1710
2309
|
"useIcon": boolean;
|
|
1711
2310
|
}
|
|
2311
|
+
interface EzTooltip {
|
|
2312
|
+
/**
|
|
2313
|
+
* Define se o tooltip está ativo.
|
|
2314
|
+
*/
|
|
2315
|
+
"active": boolean;
|
|
2316
|
+
/**
|
|
2317
|
+
* Elemento HTML que será utilizado como ancoragem do tooltip.
|
|
2318
|
+
*/
|
|
2319
|
+
"anchoringElement": HTMLElement;
|
|
2320
|
+
/**
|
|
2321
|
+
* Tempo de espera para exibir o tooltip após o evento de mouseenter.
|
|
2322
|
+
*/
|
|
2323
|
+
"debouncingTime": number;
|
|
2324
|
+
/**
|
|
2325
|
+
* Define o espaçamento entre o tooltip e o elemento de ancoragem.
|
|
2326
|
+
*/
|
|
2327
|
+
"gapOptions": { horizontalGap: number; verticalGap: number; };
|
|
2328
|
+
/**
|
|
2329
|
+
* Define a largura máxima do elemento.
|
|
2330
|
+
*/
|
|
2331
|
+
"maxWidth": number;
|
|
2332
|
+
/**
|
|
2333
|
+
* Mensagem que será apresentada no tooltip.
|
|
2334
|
+
*/
|
|
2335
|
+
"message": string;
|
|
2336
|
+
/**
|
|
2337
|
+
* Define a posição do tooltip em relação ao elemento de ancoragem.
|
|
2338
|
+
*/
|
|
2339
|
+
"placement": Placement;
|
|
2340
|
+
/**
|
|
2341
|
+
* Define o tipo de tooltip a ser exibido.
|
|
2342
|
+
*/
|
|
2343
|
+
"type": 'default' | 'success' | 'error' | 'warning';
|
|
2344
|
+
/**
|
|
2345
|
+
* Define se o elemento manterá o mesmo tamanho do componente de ancora.
|
|
2346
|
+
*/
|
|
2347
|
+
"useAnchorSize": boolean;
|
|
2348
|
+
}
|
|
1712
2349
|
interface EzTree {
|
|
1713
2350
|
/**
|
|
1714
2351
|
* Adiciona um ou mais itens. Opcionalmente pode-se determinar a qual item da árvore será anexado o item. Caso não informado parentId, adiciona no item selecionado. Observação para carga dinâmica (Lazyload): O parentId deve ser um item carregado atualmente na árvore.
|
|
@@ -1851,6 +2488,17 @@ export namespace Components {
|
|
|
1851
2488
|
interface MultiSelectionBoxMessage {
|
|
1852
2489
|
"message": string;
|
|
1853
2490
|
}
|
|
2491
|
+
interface SearchList {
|
|
2492
|
+
"canShowListOptions": boolean;
|
|
2493
|
+
"nextOption": () => Promise<void>;
|
|
2494
|
+
"preSelection": number;
|
|
2495
|
+
"previousOption": () => Promise<void>;
|
|
2496
|
+
"showLoading": boolean;
|
|
2497
|
+
"showOptionValue": boolean;
|
|
2498
|
+
"textEmptyList": string;
|
|
2499
|
+
"value": IOption5 | string;
|
|
2500
|
+
"visibleOptions": Array<IOption5>;
|
|
2501
|
+
}
|
|
1854
2502
|
}
|
|
1855
2503
|
export interface EzActionsButtonCustomEvent<T> extends CustomEvent<T> {
|
|
1856
2504
|
detail: T;
|
|
@@ -1904,6 +2552,10 @@ export interface EzDialogCustomEvent<T> extends CustomEvent<T> {
|
|
|
1904
2552
|
detail: T;
|
|
1905
2553
|
target: HTMLEzDialogElement;
|
|
1906
2554
|
}
|
|
2555
|
+
export interface EzDoubleListCustomEvent<T> extends CustomEvent<T> {
|
|
2556
|
+
detail: T;
|
|
2557
|
+
target: HTMLEzDoubleListElement;
|
|
2558
|
+
}
|
|
1907
2559
|
export interface EzDropdownCustomEvent<T> extends CustomEvent<T> {
|
|
1908
2560
|
detail: T;
|
|
1909
2561
|
target: HTMLEzDropdownElement;
|
|
@@ -1956,6 +2608,14 @@ export interface EzPopoverCustomEvent<T> extends CustomEvent<T> {
|
|
|
1956
2608
|
detail: T;
|
|
1957
2609
|
target: HTMLEzPopoverElement;
|
|
1958
2610
|
}
|
|
2611
|
+
export interface EzPopoverCoreCustomEvent<T> extends CustomEvent<T> {
|
|
2612
|
+
detail: T;
|
|
2613
|
+
target: HTMLEzPopoverCoreElement;
|
|
2614
|
+
}
|
|
2615
|
+
export interface EzPopoverPlusCustomEvent<T> extends CustomEvent<T> {
|
|
2616
|
+
detail: T;
|
|
2617
|
+
target: HTMLEzPopoverPlusElement;
|
|
2618
|
+
}
|
|
1959
2619
|
export interface EzPopupCustomEvent<T> extends CustomEvent<T> {
|
|
1960
2620
|
detail: T;
|
|
1961
2621
|
target: HTMLEzPopupElement;
|
|
@@ -1968,6 +2628,14 @@ export interface EzSearchCustomEvent<T> extends CustomEvent<T> {
|
|
|
1968
2628
|
detail: T;
|
|
1969
2629
|
target: HTMLEzSearchElement;
|
|
1970
2630
|
}
|
|
2631
|
+
export interface EzSearchPlusCustomEvent<T> extends CustomEvent<T> {
|
|
2632
|
+
detail: T;
|
|
2633
|
+
target: HTMLEzSearchPlusElement;
|
|
2634
|
+
}
|
|
2635
|
+
export interface EzSearchResultListCustomEvent<T> extends CustomEvent<T> {
|
|
2636
|
+
detail: T;
|
|
2637
|
+
target: HTMLEzSearchResultListElement;
|
|
2638
|
+
}
|
|
1971
2639
|
export interface EzSidebarButtonCustomEvent<T> extends CustomEvent<T> {
|
|
1972
2640
|
detail: T;
|
|
1973
2641
|
target: HTMLEzSidebarButtonElement;
|
|
@@ -1980,6 +2648,10 @@ export interface EzSplitButtonCustomEvent<T> extends CustomEvent<T> {
|
|
|
1980
2648
|
detail: T;
|
|
1981
2649
|
target: HTMLEzSplitButtonElement;
|
|
1982
2650
|
}
|
|
2651
|
+
export interface EzSplitPanelCustomEvent<T> extends CustomEvent<T> {
|
|
2652
|
+
detail: T;
|
|
2653
|
+
target: HTMLEzSplitPanelElement;
|
|
2654
|
+
}
|
|
1983
2655
|
export interface EzTabselectorCustomEvent<T> extends CustomEvent<T> {
|
|
1984
2656
|
detail: T;
|
|
1985
2657
|
target: HTMLEzTabselectorElement;
|
|
@@ -2012,6 +2684,10 @@ export interface FilterColumnCustomEvent<T> extends CustomEvent<T> {
|
|
|
2012
2684
|
detail: T;
|
|
2013
2685
|
target: HTMLFilterColumnElement;
|
|
2014
2686
|
}
|
|
2687
|
+
export interface SearchListCustomEvent<T> extends CustomEvent<T> {
|
|
2688
|
+
detail: T;
|
|
2689
|
+
target: HTMLSearchListElement;
|
|
2690
|
+
}
|
|
2015
2691
|
declare global {
|
|
2016
2692
|
interface HTMLEzActionsButtonElement extends Components.EzActionsButton, HTMLStencilElement {
|
|
2017
2693
|
}
|
|
@@ -2037,6 +2713,12 @@ declare global {
|
|
|
2037
2713
|
prototype: HTMLEzApplicationElement;
|
|
2038
2714
|
new (): HTMLEzApplicationElement;
|
|
2039
2715
|
};
|
|
2716
|
+
interface HTMLEzAvatarElement extends Components.EzAvatar, HTMLStencilElement {
|
|
2717
|
+
}
|
|
2718
|
+
var HTMLEzAvatarElement: {
|
|
2719
|
+
prototype: HTMLEzAvatarElement;
|
|
2720
|
+
new (): HTMLEzAvatarElement;
|
|
2721
|
+
};
|
|
2040
2722
|
interface HTMLEzBadgeElement extends Components.EzBadge, HTMLStencilElement {
|
|
2041
2723
|
}
|
|
2042
2724
|
var HTMLEzBadgeElement: {
|
|
@@ -2097,6 +2779,12 @@ declare global {
|
|
|
2097
2779
|
prototype: HTMLEzComboBoxElement;
|
|
2098
2780
|
new (): HTMLEzComboBoxElement;
|
|
2099
2781
|
};
|
|
2782
|
+
interface HTMLEzComboBoxListElement extends Components.EzComboBoxList, HTMLStencilElement {
|
|
2783
|
+
}
|
|
2784
|
+
var HTMLEzComboBoxListElement: {
|
|
2785
|
+
prototype: HTMLEzComboBoxListElement;
|
|
2786
|
+
new (): HTMLEzComboBoxListElement;
|
|
2787
|
+
};
|
|
2100
2788
|
interface HTMLEzCustomFormInputElement extends Components.EzCustomFormInput, HTMLStencilElement {
|
|
2101
2789
|
}
|
|
2102
2790
|
var HTMLEzCustomFormInputElement: {
|
|
@@ -2121,6 +2809,12 @@ declare global {
|
|
|
2121
2809
|
prototype: HTMLEzDialogElement;
|
|
2122
2810
|
new (): HTMLEzDialogElement;
|
|
2123
2811
|
};
|
|
2812
|
+
interface HTMLEzDoubleListElement extends Components.EzDoubleList, HTMLStencilElement {
|
|
2813
|
+
}
|
|
2814
|
+
var HTMLEzDoubleListElement: {
|
|
2815
|
+
prototype: HTMLEzDoubleListElement;
|
|
2816
|
+
new (): HTMLEzDoubleListElement;
|
|
2817
|
+
};
|
|
2124
2818
|
interface HTMLEzDropdownElement extends Components.EzDropdown, HTMLStencilElement {
|
|
2125
2819
|
}
|
|
2126
2820
|
var HTMLEzDropdownElement: {
|
|
@@ -2211,6 +2905,18 @@ declare global {
|
|
|
2211
2905
|
prototype: HTMLEzPopoverElement;
|
|
2212
2906
|
new (): HTMLEzPopoverElement;
|
|
2213
2907
|
};
|
|
2908
|
+
interface HTMLEzPopoverCoreElement extends Components.EzPopoverCore, HTMLStencilElement {
|
|
2909
|
+
}
|
|
2910
|
+
var HTMLEzPopoverCoreElement: {
|
|
2911
|
+
prototype: HTMLEzPopoverCoreElement;
|
|
2912
|
+
new (): HTMLEzPopoverCoreElement;
|
|
2913
|
+
};
|
|
2914
|
+
interface HTMLEzPopoverPlusElement extends Components.EzPopoverPlus, HTMLStencilElement {
|
|
2915
|
+
}
|
|
2916
|
+
var HTMLEzPopoverPlusElement: {
|
|
2917
|
+
prototype: HTMLEzPopoverPlusElement;
|
|
2918
|
+
new (): HTMLEzPopoverPlusElement;
|
|
2919
|
+
};
|
|
2214
2920
|
interface HTMLEzPopupElement extends Components.EzPopup, HTMLStencilElement {
|
|
2215
2921
|
}
|
|
2216
2922
|
var HTMLEzPopupElement: {
|
|
@@ -2235,6 +2941,18 @@ declare global {
|
|
|
2235
2941
|
prototype: HTMLEzSearchElement;
|
|
2236
2942
|
new (): HTMLEzSearchElement;
|
|
2237
2943
|
};
|
|
2944
|
+
interface HTMLEzSearchPlusElement extends Components.EzSearchPlus, HTMLStencilElement {
|
|
2945
|
+
}
|
|
2946
|
+
var HTMLEzSearchPlusElement: {
|
|
2947
|
+
prototype: HTMLEzSearchPlusElement;
|
|
2948
|
+
new (): HTMLEzSearchPlusElement;
|
|
2949
|
+
};
|
|
2950
|
+
interface HTMLEzSearchResultListElement extends Components.EzSearchResultList, HTMLStencilElement {
|
|
2951
|
+
}
|
|
2952
|
+
var HTMLEzSearchResultListElement: {
|
|
2953
|
+
prototype: HTMLEzSearchResultListElement;
|
|
2954
|
+
new (): HTMLEzSearchResultListElement;
|
|
2955
|
+
};
|
|
2238
2956
|
interface HTMLEzSidebarButtonElement extends Components.EzSidebarButton, HTMLStencilElement {
|
|
2239
2957
|
}
|
|
2240
2958
|
var HTMLEzSidebarButtonElement: {
|
|
@@ -2307,6 +3025,12 @@ declare global {
|
|
|
2307
3025
|
prototype: HTMLEzToastElement;
|
|
2308
3026
|
new (): HTMLEzToastElement;
|
|
2309
3027
|
};
|
|
3028
|
+
interface HTMLEzTooltipElement extends Components.EzTooltip, HTMLStencilElement {
|
|
3029
|
+
}
|
|
3030
|
+
var HTMLEzTooltipElement: {
|
|
3031
|
+
prototype: HTMLEzTooltipElement;
|
|
3032
|
+
new (): HTMLEzTooltipElement;
|
|
3033
|
+
};
|
|
2310
3034
|
interface HTMLEzTreeElement extends Components.EzTree, HTMLStencilElement {
|
|
2311
3035
|
}
|
|
2312
3036
|
var HTMLEzTreeElement: {
|
|
@@ -2337,11 +3061,18 @@ declare global {
|
|
|
2337
3061
|
prototype: HTMLMultiSelectionBoxMessageElement;
|
|
2338
3062
|
new (): HTMLMultiSelectionBoxMessageElement;
|
|
2339
3063
|
};
|
|
3064
|
+
interface HTMLSearchListElement extends Components.SearchList, HTMLStencilElement {
|
|
3065
|
+
}
|
|
3066
|
+
var HTMLSearchListElement: {
|
|
3067
|
+
prototype: HTMLSearchListElement;
|
|
3068
|
+
new (): HTMLSearchListElement;
|
|
3069
|
+
};
|
|
2340
3070
|
interface HTMLElementTagNameMap {
|
|
2341
3071
|
"ez-actions-button": HTMLEzActionsButtonElement;
|
|
2342
3072
|
"ez-alert": HTMLEzAlertElement;
|
|
2343
3073
|
"ez-alert-list": HTMLEzAlertListElement;
|
|
2344
3074
|
"ez-application": HTMLEzApplicationElement;
|
|
3075
|
+
"ez-avatar": HTMLEzAvatarElement;
|
|
2345
3076
|
"ez-badge": HTMLEzBadgeElement;
|
|
2346
3077
|
"ez-breadcrumb": HTMLEzBreadcrumbElement;
|
|
2347
3078
|
"ez-button": HTMLEzButtonElement;
|
|
@@ -2352,10 +3083,12 @@ declare global {
|
|
|
2352
3083
|
"ez-chip": HTMLEzChipElement;
|
|
2353
3084
|
"ez-collapsible-box": HTMLEzCollapsibleBoxElement;
|
|
2354
3085
|
"ez-combo-box": HTMLEzComboBoxElement;
|
|
3086
|
+
"ez-combo-box-list": HTMLEzComboBoxListElement;
|
|
2355
3087
|
"ez-custom-form-input": HTMLEzCustomFormInputElement;
|
|
2356
3088
|
"ez-date-input": HTMLEzDateInputElement;
|
|
2357
3089
|
"ez-date-time-input": HTMLEzDateTimeInputElement;
|
|
2358
3090
|
"ez-dialog": HTMLEzDialogElement;
|
|
3091
|
+
"ez-double-list": HTMLEzDoubleListElement;
|
|
2359
3092
|
"ez-dropdown": HTMLEzDropdownElement;
|
|
2360
3093
|
"ez-file-item": HTMLEzFileItemElement;
|
|
2361
3094
|
"ez-filter-input": HTMLEzFilterInputElement;
|
|
@@ -2371,10 +3104,14 @@ declare global {
|
|
|
2371
3104
|
"ez-multi-selection-list": HTMLEzMultiSelectionListElement;
|
|
2372
3105
|
"ez-number-input": HTMLEzNumberInputElement;
|
|
2373
3106
|
"ez-popover": HTMLEzPopoverElement;
|
|
3107
|
+
"ez-popover-core": HTMLEzPopoverCoreElement;
|
|
3108
|
+
"ez-popover-plus": HTMLEzPopoverPlusElement;
|
|
2374
3109
|
"ez-popup": HTMLEzPopupElement;
|
|
2375
3110
|
"ez-radio-button": HTMLEzRadioButtonElement;
|
|
2376
3111
|
"ez-scroller": HTMLEzScrollerElement;
|
|
2377
3112
|
"ez-search": HTMLEzSearchElement;
|
|
3113
|
+
"ez-search-plus": HTMLEzSearchPlusElement;
|
|
3114
|
+
"ez-search-result-list": HTMLEzSearchResultListElement;
|
|
2378
3115
|
"ez-sidebar-button": HTMLEzSidebarButtonElement;
|
|
2379
3116
|
"ez-sidebar-navigator": HTMLEzSidebarNavigatorElement;
|
|
2380
3117
|
"ez-skeleton": HTMLEzSkeletonElement;
|
|
@@ -2387,11 +3124,13 @@ declare global {
|
|
|
2387
3124
|
"ez-text-input": HTMLEzTextInputElement;
|
|
2388
3125
|
"ez-time-input": HTMLEzTimeInputElement;
|
|
2389
3126
|
"ez-toast": HTMLEzToastElement;
|
|
3127
|
+
"ez-tooltip": HTMLEzTooltipElement;
|
|
2390
3128
|
"ez-tree": HTMLEzTreeElement;
|
|
2391
3129
|
"ez-upload": HTMLEzUploadElement;
|
|
2392
3130
|
"ez-view-stack": HTMLEzViewStackElement;
|
|
2393
3131
|
"filter-column": HTMLFilterColumnElement;
|
|
2394
3132
|
"multi-selection-box-message": HTMLMultiSelectionBoxMessageElement;
|
|
3133
|
+
"search-list": HTMLSearchListElement;
|
|
2395
3134
|
}
|
|
2396
3135
|
}
|
|
2397
3136
|
declare namespace LocalJSX {
|
|
@@ -2483,7 +3222,33 @@ declare namespace LocalJSX {
|
|
|
2483
3222
|
*/
|
|
2484
3223
|
"onApplicationLoaded"?: (event: EzApplicationCustomEvent<boolean>) => void;
|
|
2485
3224
|
}
|
|
3225
|
+
interface EzAvatar {
|
|
3226
|
+
/**
|
|
3227
|
+
* URL da imagem do Avatar.
|
|
3228
|
+
*/
|
|
3229
|
+
"imageSrc"?: string;
|
|
3230
|
+
/**
|
|
3231
|
+
* Se true, o Avatar será interativo. Caso contrário, será estático.
|
|
3232
|
+
*/
|
|
3233
|
+
"isInteractive"?: boolean;
|
|
3234
|
+
/**
|
|
3235
|
+
* Nome do usuário para exibição da inicial.
|
|
3236
|
+
*/
|
|
3237
|
+
"name"?: string;
|
|
3238
|
+
/**
|
|
3239
|
+
* Define o formato do Avatar: 'circle' ou 'square'.
|
|
3240
|
+
*/
|
|
3241
|
+
"shape"?: 'circle' | 'square';
|
|
3242
|
+
/**
|
|
3243
|
+
* Tamanho do Avatar (valores permitidos): '320x320', '300x300', '280x280', '260x260', '240x240', '220x220', '200x200', '180x180', '160x160', '140x140', '120x120', '100x100', '80x80', '60x60'.
|
|
3244
|
+
*/
|
|
3245
|
+
"size"?: '320' | '300' | '280' | '260' | '240' | '220' | '200' | '180' | '160' | '140' | '120' | '100' | '80' | '60';
|
|
3246
|
+
}
|
|
2486
3247
|
interface EzBadge {
|
|
3248
|
+
/**
|
|
3249
|
+
* Define a posição do ícone em relação ao elemento.
|
|
3250
|
+
*/
|
|
3251
|
+
"alignItems"?: "center" | "flex-end" | "flex-start";
|
|
2487
3252
|
/**
|
|
2488
3253
|
* Define o ícone a ser usado no lado esquerdo do badge: [ez-icons](https://sankhyalabs-storybook.herokuapp.com/themes/default/icons/fonts/index.html)
|
|
2489
3254
|
*/
|
|
@@ -2551,7 +3316,7 @@ declare namespace LocalJSX {
|
|
|
2551
3316
|
/**
|
|
2552
3317
|
* Define o tamanho do ez-button.
|
|
2553
3318
|
*/
|
|
2554
|
-
"size"?: "small" | "medium" | "large" | undefined;
|
|
3319
|
+
"size"?: "x-small" | "small" | "medium" | "large" | undefined;
|
|
2555
3320
|
}
|
|
2556
3321
|
interface EzCalendar {
|
|
2557
3322
|
/**
|
|
@@ -2576,6 +3341,10 @@ declare namespace LocalJSX {
|
|
|
2576
3341
|
"value"?: Date;
|
|
2577
3342
|
}
|
|
2578
3343
|
interface EzCardItem {
|
|
3344
|
+
/**
|
|
3345
|
+
* Determina se o componente será apresentado no modo compacto.
|
|
3346
|
+
*/
|
|
3347
|
+
"compacted"?: boolean;
|
|
2579
3348
|
/**
|
|
2580
3349
|
* Determina se a chave do item deve ser exibida.
|
|
2581
3350
|
*/
|
|
@@ -2632,6 +3401,10 @@ declare namespace LocalJSX {
|
|
|
2632
3401
|
"yAxis"?: ChartAxis | Array<ChartAxis>;
|
|
2633
3402
|
}
|
|
2634
3403
|
interface EzCheck {
|
|
3404
|
+
/**
|
|
3405
|
+
* Texto alternativo a ser apresentado como título do campo.
|
|
3406
|
+
*/
|
|
3407
|
+
"alternativePlaceholder"?: string;
|
|
2635
3408
|
/**
|
|
2636
3409
|
* Define o modo compacto com espaçamento menor entre label e o input
|
|
2637
3410
|
*/
|
|
@@ -2758,6 +3531,14 @@ declare namespace LocalJSX {
|
|
|
2758
3531
|
"value"?: boolean;
|
|
2759
3532
|
}
|
|
2760
3533
|
interface EzComboBox {
|
|
3534
|
+
/**
|
|
3535
|
+
* Texto alternativo a ser apresentado como título do campo.
|
|
3536
|
+
*/
|
|
3537
|
+
"alternativePlaceholder"?: string;
|
|
3538
|
+
/**
|
|
3539
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
3540
|
+
*/
|
|
3541
|
+
"autoFocus"?: boolean;
|
|
2761
3542
|
/**
|
|
2762
3543
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
2763
3544
|
*/
|
|
@@ -2814,6 +3595,10 @@ declare namespace LocalJSX {
|
|
|
2814
3595
|
* Se true a opção selecionada exibe o `value` junto com `label`.
|
|
2815
3596
|
*/
|
|
2816
3597
|
"showSelectedValue"?: boolean;
|
|
3598
|
+
/**
|
|
3599
|
+
* Se true, ineterrompe a propagação do evento de KeyDown da tecla enter
|
|
3600
|
+
*/
|
|
3601
|
+
"stopPropagateEnterKeyEvent"?: boolean;
|
|
2817
3602
|
/**
|
|
2818
3603
|
* Se true remove a opção vazia da lista.
|
|
2819
3604
|
*/
|
|
@@ -2827,6 +3612,56 @@ declare namespace LocalJSX {
|
|
|
2827
3612
|
*/
|
|
2828
3613
|
"value"?: IOption | string;
|
|
2829
3614
|
}
|
|
3615
|
+
interface EzComboBoxList {
|
|
3616
|
+
/**
|
|
3617
|
+
* Largura máxima da lista, em pixels.
|
|
3618
|
+
* @tipo {number}
|
|
3619
|
+
*/
|
|
3620
|
+
"maxWidth"?: number;
|
|
3621
|
+
/**
|
|
3622
|
+
* Callback chamado quando o mouse passa sobre uma opção.
|
|
3623
|
+
* @param index O índice da opção em foco.
|
|
3624
|
+
* @tipo {(index: number) => void}
|
|
3625
|
+
*/
|
|
3626
|
+
"onOptionHover"?: (index: number) => void;
|
|
3627
|
+
/**
|
|
3628
|
+
* Callback chamado quando uma opção é selecionada.
|
|
3629
|
+
* @param option A opção selecionada.
|
|
3630
|
+
* @tipo {(option: IOption) => void}
|
|
3631
|
+
*/
|
|
3632
|
+
"onOptionSelect"?: (option: IOption1) => void;
|
|
3633
|
+
/**
|
|
3634
|
+
* Índice da opção pré-selecionada na lista.
|
|
3635
|
+
* @tipo {number}
|
|
3636
|
+
*/
|
|
3637
|
+
"preSelection"?: number;
|
|
3638
|
+
/**
|
|
3639
|
+
* Indica se o indicador de carregamento deve ser exibido.
|
|
3640
|
+
* @tipo {boolean}
|
|
3641
|
+
*/
|
|
3642
|
+
"showLoading"?: boolean;
|
|
3643
|
+
/**
|
|
3644
|
+
* Indica se o valor de cada opção deve ser exibido junto com o rótulo.
|
|
3645
|
+
* @tipo {boolean}
|
|
3646
|
+
*/
|
|
3647
|
+
"showOptionValue"?: boolean;
|
|
3648
|
+
/**
|
|
3649
|
+
* Mensagem exibida quando a lista de opções está vazia.
|
|
3650
|
+
* @padrão "Nenhum resultado encontrado"
|
|
3651
|
+
* @tipo {string}
|
|
3652
|
+
*/
|
|
3653
|
+
"textEmptyList"?: string;
|
|
3654
|
+
/**
|
|
3655
|
+
* Lista de opções visíveis que serão exibidas no componente.
|
|
3656
|
+
* @tipo {Array<IOption>}
|
|
3657
|
+
*/
|
|
3658
|
+
"visibleOptions"?: Array<IOption1>;
|
|
3659
|
+
/**
|
|
3660
|
+
* Largura fixa da lista, em pixels.
|
|
3661
|
+
* @tipo {number}
|
|
3662
|
+
*/
|
|
3663
|
+
"width"?: number;
|
|
3664
|
+
}
|
|
2830
3665
|
interface EzCustomFormInput {
|
|
2831
3666
|
/**
|
|
2832
3667
|
* Builder original do FormView que será chamado caso o custom não retorne nenhum valor.
|
|
@@ -2854,6 +3689,14 @@ declare namespace LocalJSX {
|
|
|
2854
3689
|
"value"?: any;
|
|
2855
3690
|
}
|
|
2856
3691
|
interface EzDateInput {
|
|
3692
|
+
/**
|
|
3693
|
+
* Texto alternativo ser apresentado como título do campo.
|
|
3694
|
+
*/
|
|
3695
|
+
"alternativePlaceholder"?: string;
|
|
3696
|
+
/**
|
|
3697
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
3698
|
+
*/
|
|
3699
|
+
"autoFocus"?: boolean;
|
|
2857
3700
|
/**
|
|
2858
3701
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
2859
3702
|
*/
|
|
@@ -2893,13 +3736,21 @@ declare namespace LocalJSX {
|
|
|
2893
3736
|
}
|
|
2894
3737
|
interface EzDateTimeInput {
|
|
2895
3738
|
/**
|
|
2896
|
-
*
|
|
3739
|
+
* Texto alternativo ser apresentado como título do campo.
|
|
2897
3740
|
*/
|
|
2898
|
-
"
|
|
3741
|
+
"alternativePlaceholder"?: string;
|
|
2899
3742
|
/**
|
|
2900
|
-
* Se
|
|
3743
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
2901
3744
|
*/
|
|
2902
|
-
"
|
|
3745
|
+
"autoFocus"?: boolean;
|
|
3746
|
+
/**
|
|
3747
|
+
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
3748
|
+
*/
|
|
3749
|
+
"canShowError"?: boolean;
|
|
3750
|
+
/**
|
|
3751
|
+
* Se false o usuário não pode interagir com o campo.
|
|
3752
|
+
*/
|
|
3753
|
+
"enabled"?: boolean;
|
|
2903
3754
|
/**
|
|
2904
3755
|
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
2905
3756
|
*/
|
|
@@ -2971,6 +3822,42 @@ declare namespace LocalJSX {
|
|
|
2971
3822
|
*/
|
|
2972
3823
|
"personalizedIconPath"?: string;
|
|
2973
3824
|
}
|
|
3825
|
+
interface EzDoubleList {
|
|
3826
|
+
/**
|
|
3827
|
+
* Nome da entidade listada. Exemplo: "Campo", "Item", "Empresa".
|
|
3828
|
+
*/
|
|
3829
|
+
"entityLabel"?: string;
|
|
3830
|
+
/**
|
|
3831
|
+
* Variação plura do nome da entidade listada. Exemplo: "Campos", "Itens", "Empresas".
|
|
3832
|
+
*/
|
|
3833
|
+
"entityLabelPlural"?: string;
|
|
3834
|
+
/**
|
|
3835
|
+
* Define a lista origem.
|
|
3836
|
+
*/
|
|
3837
|
+
"leftList"?: ListItem[];
|
|
3838
|
+
/**
|
|
3839
|
+
* Rótulo da lista esquerda.
|
|
3840
|
+
*/
|
|
3841
|
+
"leftListLabel"?: string;
|
|
3842
|
+
/**
|
|
3843
|
+
* Define o título da lista origem.
|
|
3844
|
+
*/
|
|
3845
|
+
"leftTitle"?: string;
|
|
3846
|
+
"onEzLeftListChanged"?: (event: EzDoubleListCustomEvent<Array<ListItem>>) => void;
|
|
3847
|
+
"onEzRightListChanged"?: (event: EzDoubleListCustomEvent<Array<ListItem>>) => void;
|
|
3848
|
+
/**
|
|
3849
|
+
* Define a lista destino.
|
|
3850
|
+
*/
|
|
3851
|
+
"rightList"?: ListItem[];
|
|
3852
|
+
/**
|
|
3853
|
+
* Rótulo da lista direita.
|
|
3854
|
+
*/
|
|
3855
|
+
"rightListLabel"?: string;
|
|
3856
|
+
/**
|
|
3857
|
+
* Define o título da lista destino.
|
|
3858
|
+
*/
|
|
3859
|
+
"rightTitle"?: string;
|
|
3860
|
+
}
|
|
2974
3861
|
interface EzDropdown {
|
|
2975
3862
|
/**
|
|
2976
3863
|
* Função builder que possibilita alterar como o item da lista vai ser apresentado. Observação: No react ele se transforma em VNode e não como HTMLElement.
|
|
@@ -2984,6 +3871,10 @@ declare namespace LocalJSX {
|
|
|
2984
3871
|
* Emitido quando ocorrer um click em um item da lista, o IDropdownItem que recebeu o click deve ser enviado como data do evento.
|
|
2985
3872
|
*/
|
|
2986
3873
|
"onEzClick"?: (event: EzDropdownCustomEvent<IDropdownItem>) => void;
|
|
3874
|
+
/**
|
|
3875
|
+
* Emitido quando ocorrer o ponteiro do mouse é colocado sobre um item.
|
|
3876
|
+
*/
|
|
3877
|
+
"onEzHover"?: (event: EzDropdownCustomEvent<IDropdownItem>) => void;
|
|
2987
3878
|
/**
|
|
2988
3879
|
* Emitido quando ocorrer um click fora do componente.
|
|
2989
3880
|
*/
|
|
@@ -3032,6 +3923,10 @@ declare namespace LocalJSX {
|
|
|
3032
3923
|
* Define se o campo irá funcionar de forma assíncrona.
|
|
3033
3924
|
*/
|
|
3034
3925
|
"asyncSearch"?: boolean;
|
|
3926
|
+
/**
|
|
3927
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
3928
|
+
*/
|
|
3929
|
+
"autoFocus"?: boolean;
|
|
3035
3930
|
/**
|
|
3036
3931
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
3037
3932
|
*/
|
|
@@ -3082,6 +3977,10 @@ declare namespace LocalJSX {
|
|
|
3082
3977
|
* Unidade de dados. Responsável pelo controle de edição de registros e informações pertinentes aos campos.
|
|
3083
3978
|
*/
|
|
3084
3979
|
"dataUnit"?: DataUnit;
|
|
3980
|
+
/**
|
|
3981
|
+
* Define uma ancoragem
|
|
3982
|
+
*/
|
|
3983
|
+
"elementFocusSearchField"?: HTMLElement;
|
|
3085
3984
|
/**
|
|
3086
3985
|
* Determina o campo que deve ficar em evidência.
|
|
3087
3986
|
*/
|
|
@@ -3110,6 +4009,10 @@ declare namespace LocalJSX {
|
|
|
3110
4009
|
* Define um validador responsável pela integridade dos registros.
|
|
3111
4010
|
*/
|
|
3112
4011
|
"recordsValidator"?: IRecordValidator;
|
|
4012
|
+
/**
|
|
4013
|
+
* Define se o formulario deve exibir um buscador de coluna com uso do Ctrl+F
|
|
4014
|
+
*/
|
|
4015
|
+
"useSearchField"?: boolean;
|
|
3113
4016
|
}
|
|
3114
4017
|
interface EzFormView {
|
|
3115
4018
|
/**
|
|
@@ -3128,6 +4031,10 @@ declare namespace LocalJSX {
|
|
|
3128
4031
|
* Define os registros da linha selecionada.
|
|
3129
4032
|
*/
|
|
3130
4033
|
"selectedRecord"?: Record;
|
|
4034
|
+
/**
|
|
4035
|
+
* Define se o formulario deve possuir apenas 1 coluna.
|
|
4036
|
+
*/
|
|
4037
|
+
"singleColumn"?: boolean;
|
|
3131
4038
|
}
|
|
3132
4039
|
interface EzGrid {
|
|
3133
4040
|
/**
|
|
@@ -3142,6 +4049,10 @@ declare namespace LocalJSX {
|
|
|
3142
4049
|
* Define um `IMultiSelectionListDataSource` responsável por alimentar o filtro de colunas.
|
|
3143
4050
|
*/
|
|
3144
4051
|
"columnfilterDataSource"?: IMultiSelectionListDataSource;
|
|
4052
|
+
/**
|
|
4053
|
+
* Define se a grade deve ser exibida em modo compacto
|
|
4054
|
+
*/
|
|
4055
|
+
"compact"?: boolean;
|
|
3145
4056
|
/**
|
|
3146
4057
|
* Configuração de exibição da grade.
|
|
3147
4058
|
*/
|
|
@@ -3150,6 +4061,26 @@ declare namespace LocalJSX {
|
|
|
3150
4061
|
* Unidade de dados. Responsável pelo controle de edição de registros e informações pertinentes aos campos.
|
|
3151
4062
|
*/
|
|
3152
4063
|
"dataUnit"?: DataUnit;
|
|
4064
|
+
/**
|
|
4065
|
+
* Ativa/desativa a inserção continua na grade Só funciona quando a prop enableGridInsert está ativa
|
|
4066
|
+
*/
|
|
4067
|
+
"enableContinuousInsert"?: boolean;
|
|
4068
|
+
/**
|
|
4069
|
+
* Ativa inserção de registros no modo grade.
|
|
4070
|
+
*/
|
|
4071
|
+
"enableGridInsert"?: boolean;
|
|
4072
|
+
/**
|
|
4073
|
+
* Define se o componente deve usar o LockManager para controle de carregamento da aplicação
|
|
4074
|
+
*/
|
|
4075
|
+
"enableLockManagerLoadingComp"?: boolean;
|
|
4076
|
+
/**
|
|
4077
|
+
* Ativa inserção de registros no modo grade pela Taskbar.
|
|
4078
|
+
*/
|
|
4079
|
+
"enableLockManagerTaskbarClick"?: boolean;
|
|
4080
|
+
/**
|
|
4081
|
+
* Ativa modo de linhas com cores alternadas.
|
|
4082
|
+
*/
|
|
4083
|
+
"enableRowTableStriped"?: boolean;
|
|
3153
4084
|
/**
|
|
3154
4085
|
* Habilita a seleção de várias linhas.
|
|
3155
4086
|
*/
|
|
@@ -3174,6 +4105,14 @@ declare namespace LocalJSX {
|
|
|
3174
4105
|
* Emitido quando acontece a alteração de seleção de linhas.
|
|
3175
4106
|
*/
|
|
3176
4107
|
"onEzSelectionChange"?: (event: EzGridCustomEvent<ISelection>) => void;
|
|
4108
|
+
/**
|
|
4109
|
+
* Altera visualmente as sombras e bordas do componente Quando false, aplica o padrão de sombras ao componente (Utilizar quando for o elemento principal do layout) Quando true, aplica o padrão de outline ao componente (Utilizar quando estiver contido em outro elemento como um painel ou pop-up)
|
|
4110
|
+
*/
|
|
4111
|
+
"outlineMode"?: boolean;
|
|
4112
|
+
/**
|
|
4113
|
+
* Define se a grid será focada ao ser carregada.
|
|
4114
|
+
*/
|
|
4115
|
+
"paginationCounterMode"?: 'show' | 'hidden' | 'auto';
|
|
3177
4116
|
/**
|
|
3178
4117
|
* Define um validador responsável pela integridade dos registros.
|
|
3179
4118
|
*/
|
|
@@ -3190,10 +4129,22 @@ declare namespace LocalJSX {
|
|
|
3190
4129
|
* Define um `IStatusResolver` responsável pelo estado da coluna de status.
|
|
3191
4130
|
*/
|
|
3192
4131
|
"statusResolver"?: IStatusResolver | StatusResolverFunction;
|
|
4132
|
+
/**
|
|
4133
|
+
* Informa se a coluna de chechbox deve ser suprimida
|
|
4134
|
+
*/
|
|
4135
|
+
"suppressCheckboxColumn"?: boolean;
|
|
4136
|
+
/**
|
|
4137
|
+
* Define se a grade deve suprimir o scroll horizontal.
|
|
4138
|
+
*/
|
|
4139
|
+
"suppressHorizontalScroll"?: boolean;
|
|
3193
4140
|
/**
|
|
3194
4141
|
* Quando verdadeiro, o ENTER fará a navegação como se fosse a tecla TAB na grade.
|
|
3195
4142
|
*/
|
|
3196
4143
|
"useEnterLikeTab"?: boolean;
|
|
4144
|
+
/**
|
|
4145
|
+
* Define se a grade deve exibir um buscador de coluna com uso do Ctrl+F
|
|
4146
|
+
*/
|
|
4147
|
+
"useSearchColumn"?: boolean;
|
|
3197
4148
|
}
|
|
3198
4149
|
interface EzGuideNavigator {
|
|
3199
4150
|
/**
|
|
@@ -3218,6 +4169,10 @@ declare namespace LocalJSX {
|
|
|
3218
4169
|
"tooltipResolver"?: (item: IGuideItem, enabled: boolean, level: number) => string;
|
|
3219
4170
|
}
|
|
3220
4171
|
interface EzIcon {
|
|
4172
|
+
/**
|
|
4173
|
+
* Define o tamanho da fonte.
|
|
4174
|
+
*/
|
|
4175
|
+
"fontSize"?: number | string;
|
|
3221
4176
|
/**
|
|
3222
4177
|
* Define o endereço da imagem quando não contempladas na biblioteca de ícones.
|
|
3223
4178
|
*/
|
|
@@ -3236,6 +4191,10 @@ declare namespace LocalJSX {
|
|
|
3236
4191
|
* Define a lista inicial do componente.
|
|
3237
4192
|
*/
|
|
3238
4193
|
"dataSource"?: Array<ListGroup | ListItem>;
|
|
4194
|
+
/**
|
|
4195
|
+
* Habilita seleção de múltiplos items.
|
|
4196
|
+
*/
|
|
4197
|
+
"enableMultipleSelection"?: boolean;
|
|
3239
4198
|
/**
|
|
3240
4199
|
* Se true habilita `drag and drop` para os itens.
|
|
3241
4200
|
*/
|
|
@@ -3276,6 +4235,10 @@ declare namespace LocalJSX {
|
|
|
3276
4235
|
* Emitido sempre que um item da lista for selecionado.
|
|
3277
4236
|
*/
|
|
3278
4237
|
"onEzSelectItem"?: (event: EzListCustomEvent<ListItem>) => void;
|
|
4238
|
+
/**
|
|
4239
|
+
* Emitido sempre que um ou vários item da lista for selecionado.
|
|
4240
|
+
*/
|
|
4241
|
+
"onEzSelectMultipleItems"?: (event: EzListCustomEvent<ListItem[]>) => void;
|
|
3279
4242
|
/**
|
|
3280
4243
|
* Se true os grupos serão exibidos.
|
|
3281
4244
|
*/
|
|
@@ -3327,7 +4290,7 @@ declare namespace LocalJSX {
|
|
|
3327
4290
|
/**
|
|
3328
4291
|
* Define o tipo de scrim a ser aplicado no overlay do modal
|
|
3329
4292
|
*/
|
|
3330
|
-
"scrim"?: "medium" | "light";
|
|
4293
|
+
"scrim"?: "medium" | "light" | "none";
|
|
3331
4294
|
}
|
|
3332
4295
|
interface EzModalContainer {
|
|
3333
4296
|
/**
|
|
@@ -3394,6 +4357,18 @@ declare namespace LocalJSX {
|
|
|
3394
4357
|
"useOptions"?: boolean;
|
|
3395
4358
|
}
|
|
3396
4359
|
interface EzNumberInput {
|
|
4360
|
+
/**
|
|
4361
|
+
* Se false, o input não aceitará números negativos.
|
|
4362
|
+
*/
|
|
4363
|
+
"allowNegative"?: boolean;
|
|
4364
|
+
/**
|
|
4365
|
+
* Texto alternativo a ser apresentado como título do campo.
|
|
4366
|
+
*/
|
|
4367
|
+
"alternativePlaceholder"?: string;
|
|
4368
|
+
/**
|
|
4369
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
4370
|
+
*/
|
|
4371
|
+
"autoFocus"?: boolean;
|
|
3397
4372
|
/**
|
|
3398
4373
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
3399
4374
|
*/
|
|
@@ -3465,7 +4440,87 @@ declare namespace LocalJSX {
|
|
|
3465
4440
|
*/
|
|
3466
4441
|
"overlayType"?: "medium" | "light" | "none";
|
|
3467
4442
|
}
|
|
4443
|
+
interface EzPopoverCore {
|
|
4444
|
+
/**
|
|
4445
|
+
* Define o elemento de ancoragem.
|
|
4446
|
+
*/
|
|
4447
|
+
"anchorElement"?: Array<HTMLElement | string> | HTMLElement | string;
|
|
4448
|
+
/**
|
|
4449
|
+
* Define se será fechado automaticamente quando o usuário clicar fora do conteúdo.
|
|
4450
|
+
*/
|
|
4451
|
+
"autoClose"?: boolean;
|
|
4452
|
+
/**
|
|
4453
|
+
* Ajusta o comportamento da largura do popover.
|
|
4454
|
+
*/
|
|
4455
|
+
"boxWidth"?: "full-width" | "fit-content";
|
|
4456
|
+
/**
|
|
4457
|
+
* Define a largura mínima do elemento (apenas será considerada caso a propriedade useAnchorSize seja verdadeira).
|
|
4458
|
+
*/
|
|
4459
|
+
"minWidth"?: number;
|
|
4460
|
+
/**
|
|
4461
|
+
* Emitido quando acontece a alteração de estado do componente.
|
|
4462
|
+
*/
|
|
4463
|
+
"onEzVisibilityChange"?: (event: EzPopoverCoreCustomEvent<boolean>) => void;
|
|
4464
|
+
/**
|
|
4465
|
+
* Define se o ez-popover está aberto.
|
|
4466
|
+
*/
|
|
4467
|
+
"opened"?: boolean;
|
|
4468
|
+
/**
|
|
4469
|
+
* Define as opções do elemento.
|
|
4470
|
+
*/
|
|
4471
|
+
"options"?: IEzPopoverAnchorOptions;
|
|
4472
|
+
/**
|
|
4473
|
+
* Define o tipo de overlay do popover.
|
|
4474
|
+
*/
|
|
4475
|
+
"overlayType"?: "medium" | "light" | "none";
|
|
4476
|
+
/**
|
|
4477
|
+
* Define se o elemento manterá o mesmo tamanho do componente de ancora.
|
|
4478
|
+
*/
|
|
4479
|
+
"useAnchorSize"?: boolean;
|
|
4480
|
+
}
|
|
4481
|
+
interface EzPopoverPlus {
|
|
4482
|
+
/**
|
|
4483
|
+
* Define o elemento de ancoragem.
|
|
4484
|
+
*/
|
|
4485
|
+
"anchorElement"?: Array<HTMLElement | string> | HTMLElement | string;
|
|
4486
|
+
/**
|
|
4487
|
+
* Define que será fechado automaticamente quando o usuário clicar fora do conteúdo.
|
|
4488
|
+
*/
|
|
4489
|
+
"autoClose"?: boolean;
|
|
4490
|
+
/**
|
|
4491
|
+
* Ajusta o comportamento da largura do popover.
|
|
4492
|
+
*/
|
|
4493
|
+
"boxWidth"?: "full-width" | "fit-content";
|
|
4494
|
+
/**
|
|
4495
|
+
* Define a largura mínima do elemento (apenas será considerada caso a propriedade useAnchorSize seja verdadeira).
|
|
4496
|
+
*/
|
|
4497
|
+
"minWidth"?: number;
|
|
4498
|
+
/**
|
|
4499
|
+
* Emitido quando acontece a alteração de estado do componente.
|
|
4500
|
+
*/
|
|
4501
|
+
"onEzVisibilityChange"?: (event: EzPopoverPlusCustomEvent<boolean>) => void;
|
|
4502
|
+
/**
|
|
4503
|
+
* Define se o ez-popover está aberto.
|
|
4504
|
+
*/
|
|
4505
|
+
"opened"?: boolean;
|
|
4506
|
+
/**
|
|
4507
|
+
* Define as opções do elemento.
|
|
4508
|
+
*/
|
|
4509
|
+
"options"?: IEzPopoverAnchorOptions;
|
|
4510
|
+
/**
|
|
4511
|
+
* Define o tipo de overlay do popover.
|
|
4512
|
+
*/
|
|
4513
|
+
"overlayType"?: "medium" | "light" | "none";
|
|
4514
|
+
/**
|
|
4515
|
+
* Define se o elemento manterá o mesmo tamanho do componente de ancora.
|
|
4516
|
+
*/
|
|
4517
|
+
"useAnchorSize"?: boolean;
|
|
4518
|
+
}
|
|
3468
4519
|
interface EzPopup {
|
|
4520
|
+
/**
|
|
4521
|
+
* Possibilita scroll vertical no conteúdo interno do componente
|
|
4522
|
+
*/
|
|
4523
|
+
"enabledScroll"?: boolean;
|
|
3469
4524
|
/**
|
|
3470
4525
|
* Texto a ser apresentado como título do componente.
|
|
3471
4526
|
*/
|
|
@@ -3489,7 +4544,7 @@ declare namespace LocalJSX {
|
|
|
3489
4544
|
/**
|
|
3490
4545
|
* Define a largura do ez-popup.
|
|
3491
4546
|
*/
|
|
3492
|
-
"size"?: "x-small" | "small" | "medium" | "large" | "x-large";
|
|
4547
|
+
"size"?: "x-small" | "small" | "medium" | "large" | "x-large" | "auto";
|
|
3493
4548
|
/**
|
|
3494
4549
|
* Define se o componente utilizará cabeçalho.
|
|
3495
4550
|
*/
|
|
@@ -3536,22 +4591,34 @@ declare namespace LocalJSX {
|
|
|
3536
4591
|
"locked"?: boolean;
|
|
3537
4592
|
}
|
|
3538
4593
|
interface EzSearch {
|
|
4594
|
+
/**
|
|
4595
|
+
* Texto alternativo a ser apresentado como título do campo.
|
|
4596
|
+
*/
|
|
4597
|
+
"alternativePlaceholder"?: string;
|
|
4598
|
+
/**
|
|
4599
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
4600
|
+
*/
|
|
4601
|
+
"autoFocus"?: boolean;
|
|
3539
4602
|
/**
|
|
3540
4603
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
3541
4604
|
*/
|
|
3542
4605
|
"canShowError"?: boolean;
|
|
4606
|
+
/**
|
|
4607
|
+
* Propriedades de contexto da aplicação.
|
|
4608
|
+
*/
|
|
4609
|
+
"contextProperties"?: any;
|
|
3543
4610
|
/**
|
|
3544
4611
|
* Se false o usuário não pode interagir com o campo.
|
|
3545
4612
|
*/
|
|
3546
4613
|
"enabled"?: boolean;
|
|
3547
4614
|
/**
|
|
3548
|
-
*
|
|
4615
|
+
* Garante que o botão de limpar pesquisa está sempre visível
|
|
3549
4616
|
*/
|
|
3550
|
-
"
|
|
4617
|
+
"ensureClearButtonVisible"?: boolean;
|
|
3551
4618
|
/**
|
|
3552
|
-
*
|
|
4619
|
+
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
3553
4620
|
*/
|
|
3554
|
-
"
|
|
4621
|
+
"errorMessage"?: string;
|
|
3555
4622
|
/**
|
|
3556
4623
|
* Quando verdadeiro deixa de exibir a mensagem de erro (se existente) quando focar em um elemento diferente.
|
|
3557
4624
|
*/
|
|
@@ -3583,7 +4650,7 @@ declare namespace LocalJSX {
|
|
|
3583
4650
|
/**
|
|
3584
4651
|
* Carrega as opções dinamicamente.
|
|
3585
4652
|
*/
|
|
3586
|
-
"optionLoader"?: (argument: ISearchArgument) => Promise<Array<IOption>> | Array<IOption> | IOption;
|
|
4653
|
+
"optionLoader"?: (argument: ISearchArgument, ctxProperties?: any) => Promise<Array<IOption>> | Array<IOption> | IOption;
|
|
3587
4654
|
/**
|
|
3588
4655
|
* Array com as opções do ez-combo-box. Os elementos devem obedecer o formato: `{value: string, label: string}`.
|
|
3589
4656
|
*/
|
|
@@ -3596,10 +4663,18 @@ declare namespace LocalJSX {
|
|
|
3596
4663
|
* Se false a opção selecionada deve exibir somente o `label`.
|
|
3597
4664
|
*/
|
|
3598
4665
|
"showSelectedValue"?: boolean;
|
|
4666
|
+
/**
|
|
4667
|
+
* Se true, ineterrompe a propagação do evento de KeyDown da tecla enter
|
|
4668
|
+
*/
|
|
4669
|
+
"stopPropagateEnterKeyEvent"?: boolean;
|
|
3599
4670
|
/**
|
|
3600
4671
|
* Se true remove a opção vazia da lista.
|
|
3601
4672
|
*/
|
|
3602
4673
|
"suppressEmptyOption"?: boolean;
|
|
4674
|
+
/**
|
|
4675
|
+
* Se true, desabilita pré-load das opções ao carregar componente
|
|
4676
|
+
*/
|
|
4677
|
+
"suppressPreLoad"?: boolean;
|
|
3603
4678
|
/**
|
|
3604
4679
|
* Se true desabilita a digitação dentro do componente.
|
|
3605
4680
|
*/
|
|
@@ -3609,6 +4684,115 @@ declare namespace LocalJSX {
|
|
|
3609
4684
|
*/
|
|
3610
4685
|
"value"?: IOption | string;
|
|
3611
4686
|
}
|
|
4687
|
+
interface EzSearchPlus {
|
|
4688
|
+
/**
|
|
4689
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
4690
|
+
*/
|
|
4691
|
+
"autoFocus"?: boolean;
|
|
4692
|
+
/**
|
|
4693
|
+
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
4694
|
+
*/
|
|
4695
|
+
"canShowError"?: boolean;
|
|
4696
|
+
/**
|
|
4697
|
+
* Texto a ser apresentado no input de código.
|
|
4698
|
+
*/
|
|
4699
|
+
"codLabel"?: string;
|
|
4700
|
+
/**
|
|
4701
|
+
* Propriedades de contexto da aplicação.
|
|
4702
|
+
*/
|
|
4703
|
+
"contextProperties"?: any;
|
|
4704
|
+
/**
|
|
4705
|
+
* Se true o campo de código ficara desabilitado.
|
|
4706
|
+
*/
|
|
4707
|
+
"disableCodeInput"?: boolean;
|
|
4708
|
+
/**
|
|
4709
|
+
* Se true o campo de de apresentação ficara desabilitado.
|
|
4710
|
+
*/
|
|
4711
|
+
"disableDescriptionInput"?: boolean;
|
|
4712
|
+
/**
|
|
4713
|
+
* Se false o usuário não pode interagir com o campo.
|
|
4714
|
+
*/
|
|
4715
|
+
"enabled"?: boolean;
|
|
4716
|
+
/**
|
|
4717
|
+
* Garante que o botão de limpar pesquisa está sempre visível
|
|
4718
|
+
*/
|
|
4719
|
+
"ensureClearButtonVisible"?: boolean;
|
|
4720
|
+
/**
|
|
4721
|
+
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
4722
|
+
*/
|
|
4723
|
+
"errorMessage"?: string;
|
|
4724
|
+
/**
|
|
4725
|
+
* Se true o campo de de apresentação não será exibido.
|
|
4726
|
+
*/
|
|
4727
|
+
"hideDescriptionInput"?: boolean;
|
|
4728
|
+
/**
|
|
4729
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
4730
|
+
*/
|
|
4731
|
+
"hideErrorOnFocusOut"?: boolean;
|
|
4732
|
+
/**
|
|
4733
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
4734
|
+
*/
|
|
4735
|
+
"ignoreLimitCharsToSearch"?: boolean;
|
|
4736
|
+
/**
|
|
4737
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
4738
|
+
*/
|
|
4739
|
+
"isTextSearch"?: boolean;
|
|
4740
|
+
/**
|
|
4741
|
+
* Texto a ser apresentado como título do campo.
|
|
4742
|
+
*/
|
|
4743
|
+
"label"?: string;
|
|
4744
|
+
/**
|
|
4745
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
4746
|
+
*/
|
|
4747
|
+
"listOptionsPosition"?: IEzCheckBoxListPosition1;
|
|
4748
|
+
/**
|
|
4749
|
+
* Define o tamanho do campo.
|
|
4750
|
+
*/
|
|
4751
|
+
"mode"?: "slim" | "regular";
|
|
4752
|
+
/**
|
|
4753
|
+
* Emitido quando acontece a alteração de valor do campo.
|
|
4754
|
+
*/
|
|
4755
|
+
"onEzChange"?: (event: EzSearchPlusCustomEvent<IOption>) => void;
|
|
4756
|
+
/**
|
|
4757
|
+
* Carrega as opções dinamicamente.
|
|
4758
|
+
*/
|
|
4759
|
+
"optionLoader"?: OptionLoaderFunction;
|
|
4760
|
+
/**
|
|
4761
|
+
* Se false cada opção na lista deve exibir somente o `label`.
|
|
4762
|
+
*/
|
|
4763
|
+
"showOptionValue"?: boolean;
|
|
4764
|
+
/**
|
|
4765
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
4766
|
+
*/
|
|
4767
|
+
"showSelectedValue"?: boolean;
|
|
4768
|
+
/**
|
|
4769
|
+
* Se true, interrompe a propagação do evento de KeyDown da tecla enter
|
|
4770
|
+
*/
|
|
4771
|
+
"stopPropagateEnterKeyEvent"?: boolean;
|
|
4772
|
+
/**
|
|
4773
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
4774
|
+
*/
|
|
4775
|
+
"suppressEmptyOption"?: boolean;
|
|
4776
|
+
/**
|
|
4777
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
4778
|
+
*/
|
|
4779
|
+
"suppressPreLoad"?: boolean;
|
|
4780
|
+
/**
|
|
4781
|
+
* Propriedade depreciada na nova versão do componente de pesquisa.
|
|
4782
|
+
*/
|
|
4783
|
+
"suppressSearch"?: boolean;
|
|
4784
|
+
/**
|
|
4785
|
+
* Define o valor do campo.
|
|
4786
|
+
*/
|
|
4787
|
+
"value"?: IOption | string;
|
|
4788
|
+
}
|
|
4789
|
+
interface EzSearchResultList {
|
|
4790
|
+
"onChangeValue"?: (event: EzSearchResultListCustomEvent<IOption4>) => void;
|
|
4791
|
+
"showLoading"?: boolean;
|
|
4792
|
+
"showOptionValue"?: boolean;
|
|
4793
|
+
"value"?: IOption4 | string;
|
|
4794
|
+
"visibleOptions"?: Array<IOption4>;
|
|
4795
|
+
}
|
|
3612
4796
|
interface EzSidebarButton {
|
|
3613
4797
|
/**
|
|
3614
4798
|
* Emitido sempre que o ez-sidebar-button é clicado.
|
|
@@ -3652,10 +4836,10 @@ declare namespace LocalJSX {
|
|
|
3652
4836
|
interface EzSkeleton {
|
|
3653
4837
|
/**
|
|
3654
4838
|
* Animation type
|
|
3655
|
-
* @type {('progress' | '
|
|
4839
|
+
* @type {('progress' | 'pulse' | 'false')}
|
|
3656
4840
|
* @memberof Skeleton
|
|
3657
4841
|
*/
|
|
3658
|
-
"animation"?:
|
|
4842
|
+
"animation"?: SkeletonAnimation;
|
|
3659
4843
|
/**
|
|
3660
4844
|
* Number of rows of current skeleton type
|
|
3661
4845
|
* @memberof Skeleton
|
|
@@ -3673,12 +4857,35 @@ declare namespace LocalJSX {
|
|
|
3673
4857
|
* @memberof Skeleton
|
|
3674
4858
|
*/
|
|
3675
4859
|
"marginBottom"?: string;
|
|
4860
|
+
/**
|
|
4861
|
+
* MarginLeft of the skeleton ex. 10px, 0 etc.
|
|
4862
|
+
* @type {string}
|
|
4863
|
+
* @memberof Skeleton
|
|
4864
|
+
*/
|
|
4865
|
+
"marginLeft"?: string;
|
|
4866
|
+
/**
|
|
4867
|
+
* MarginRight of the skeleton ex. 10px, 0 etc.
|
|
4868
|
+
* @type {string}
|
|
4869
|
+
* @memberof Skeleton
|
|
4870
|
+
*/
|
|
4871
|
+
"marginRight"?: string;
|
|
4872
|
+
/**
|
|
4873
|
+
* MarginTop of the skeleton ex. 10px, 0 etc.
|
|
4874
|
+
* @type {string}
|
|
4875
|
+
* @memberof Skeleton
|
|
4876
|
+
*/
|
|
4877
|
+
"marginTop"?: string;
|
|
4878
|
+
/**
|
|
4879
|
+
* The template to be used for the skeleton. Can be an HTMLElement or a string.
|
|
4880
|
+
* @prop {HTMLElement | string} template - The template to be used for the skeleton.
|
|
4881
|
+
*/
|
|
4882
|
+
"template"?: HTMLElement | string;
|
|
3676
4883
|
/**
|
|
3677
4884
|
* Variant of the skeleton - circle or row
|
|
3678
|
-
* @type {('circle'
|
|
4885
|
+
* @type {('circle' , 'rect', 'text')}
|
|
3679
4886
|
* @memberof Skeleton
|
|
3680
4887
|
*/
|
|
3681
|
-
"variant"?:
|
|
4888
|
+
"variant"?: SkeletonVariant;
|
|
3682
4889
|
/**
|
|
3683
4890
|
* Width of the skeleton ex. 100px, 100%, auto etc.
|
|
3684
4891
|
* @type {string}
|
|
@@ -3699,6 +4906,10 @@ declare namespace LocalJSX {
|
|
|
3699
4906
|
* Define o caminho usado nos modos `icon-only` e `icon-left` para imagens não contempladas na biblioteca de ícones.
|
|
3700
4907
|
*/
|
|
3701
4908
|
"image"?: string;
|
|
4909
|
+
/**
|
|
4910
|
+
* Função builder que possibilita alterar como o item da lista vai ser apresentado. Observação: No react ele se transforma em VNode e não como HTMLElement.
|
|
4911
|
+
*/
|
|
4912
|
+
"itemBuilder"?: (item: IDropdownItem, level: number) => HTMLElement | string;
|
|
3702
4913
|
/**
|
|
3703
4914
|
* Define o conteúdo do dropdown.
|
|
3704
4915
|
*/
|
|
@@ -3731,10 +4942,11 @@ declare namespace LocalJSX {
|
|
|
3731
4942
|
* Texto a ser apresentado como title do botão dropdown
|
|
3732
4943
|
*/
|
|
3733
4944
|
"rightTitle"?: string;
|
|
4945
|
+
"show"?: boolean;
|
|
3734
4946
|
/**
|
|
3735
4947
|
* Define o tamanho do ez-split-button.
|
|
3736
4948
|
*/
|
|
3737
|
-
"size"?: 'medium' | 'large';
|
|
4949
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
3738
4950
|
}
|
|
3739
4951
|
interface EzSplitItem {
|
|
3740
4952
|
/**
|
|
@@ -3750,6 +4962,10 @@ declare namespace LocalJSX {
|
|
|
3750
4962
|
* @values '%', 'fr'
|
|
3751
4963
|
*/
|
|
3752
4964
|
"size"?: string;
|
|
4965
|
+
/**
|
|
4966
|
+
* Define se o painel está sendo utilizado como estrutura para apresentação de outro item
|
|
4967
|
+
*/
|
|
4968
|
+
"structural"?: boolean;
|
|
3753
4969
|
}
|
|
3754
4970
|
interface EzSplitPanel {
|
|
3755
4971
|
/**
|
|
@@ -3757,6 +4973,11 @@ declare namespace LocalJSX {
|
|
|
3757
4973
|
*/
|
|
3758
4974
|
"anchorToExpand"?: boolean;
|
|
3759
4975
|
"direction"?: 'row' | 'column';
|
|
4976
|
+
"onResizeEnd"?: (event: EzSplitPanelCustomEvent<IPanelSizeInfo>) => void;
|
|
4977
|
+
/**
|
|
4978
|
+
* Define se o painel está sendo utilizado como estrutura para apresentação de outro item
|
|
4979
|
+
*/
|
|
4980
|
+
"structural"?: boolean;
|
|
3760
4981
|
}
|
|
3761
4982
|
interface EzTabselector {
|
|
3762
4983
|
/**
|
|
@@ -3777,6 +4998,18 @@ declare namespace LocalJSX {
|
|
|
3777
4998
|
"tabs"?: string | Array<Tab>;
|
|
3778
4999
|
}
|
|
3779
5000
|
interface EzTextArea {
|
|
5001
|
+
/**
|
|
5002
|
+
* Texto alternativo a ser apresentado como título do campo.
|
|
5003
|
+
*/
|
|
5004
|
+
"alternativePlaceholder"?: string;
|
|
5005
|
+
/**
|
|
5006
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
5007
|
+
*/
|
|
5008
|
+
"autoFocus"?: boolean;
|
|
5009
|
+
/**
|
|
5010
|
+
* Ativa a opção de fazer as linhas do componente serem baseados na altura máxima.
|
|
5011
|
+
*/
|
|
5012
|
+
"autoRows"?: boolean;
|
|
3780
5013
|
/**
|
|
3781
5014
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
3782
5015
|
*/
|
|
@@ -3833,10 +5066,22 @@ declare namespace LocalJSX {
|
|
|
3833
5066
|
"value"?: string;
|
|
3834
5067
|
}
|
|
3835
5068
|
interface EzTextInput {
|
|
5069
|
+
/**
|
|
5070
|
+
* Texto alternativo a ser apresentado como título do campo.
|
|
5071
|
+
*/
|
|
5072
|
+
"alternativePlaceholder"?: string;
|
|
5073
|
+
/**
|
|
5074
|
+
* Se true o campo receberá o foco ao ser renderizado.
|
|
5075
|
+
*/
|
|
5076
|
+
"autoFocus"?: boolean;
|
|
3836
5077
|
/**
|
|
3837
5078
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
3838
5079
|
*/
|
|
3839
5080
|
"canShowError"?: boolean;
|
|
5081
|
+
/**
|
|
5082
|
+
* Para remover a máscara quando fizer um apply no formulário.
|
|
5083
|
+
*/
|
|
5084
|
+
"cleanValueMask"?: boolean;
|
|
3840
5085
|
/**
|
|
3841
5086
|
* Se false o usuário não pode interagir com o campo.
|
|
3842
5087
|
*/
|
|
@@ -3845,6 +5090,10 @@ declare namespace LocalJSX {
|
|
|
3845
5090
|
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
3846
5091
|
*/
|
|
3847
5092
|
"errorMessage"?: string;
|
|
5093
|
+
/**
|
|
5094
|
+
* Define se o campo está em estado inválido (bordas vermelhas).
|
|
5095
|
+
*/
|
|
5096
|
+
"hasInvalid"?: boolean;
|
|
3848
5097
|
/**
|
|
3849
5098
|
* Texto a ser apresentado como título do campo.
|
|
3850
5099
|
*/
|
|
@@ -3879,6 +5128,14 @@ declare namespace LocalJSX {
|
|
|
3879
5128
|
"value"?: string;
|
|
3880
5129
|
}
|
|
3881
5130
|
interface EzTimeInput {
|
|
5131
|
+
/**
|
|
5132
|
+
* Texto alternativo ser apresentado como título do campo.
|
|
5133
|
+
*/
|
|
5134
|
+
"alternativePlaceholder"?: string;
|
|
5135
|
+
/**
|
|
5136
|
+
* Se true o campo de texto receberá o foco ao ser renderizado.
|
|
5137
|
+
*/
|
|
5138
|
+
"autoFocus"?: boolean;
|
|
3882
5139
|
/**
|
|
3883
5140
|
* Se false deixa de exibir a mensagem de erro dentro do campo.
|
|
3884
5141
|
*/
|
|
@@ -3938,6 +5195,44 @@ declare namespace LocalJSX {
|
|
|
3938
5195
|
*/
|
|
3939
5196
|
"useIcon"?: boolean;
|
|
3940
5197
|
}
|
|
5198
|
+
interface EzTooltip {
|
|
5199
|
+
/**
|
|
5200
|
+
* Define se o tooltip está ativo.
|
|
5201
|
+
*/
|
|
5202
|
+
"active"?: boolean;
|
|
5203
|
+
/**
|
|
5204
|
+
* Elemento HTML que será utilizado como ancoragem do tooltip.
|
|
5205
|
+
*/
|
|
5206
|
+
"anchoringElement"?: HTMLElement;
|
|
5207
|
+
/**
|
|
5208
|
+
* Tempo de espera para exibir o tooltip após o evento de mouseenter.
|
|
5209
|
+
*/
|
|
5210
|
+
"debouncingTime"?: number;
|
|
5211
|
+
/**
|
|
5212
|
+
* Define o espaçamento entre o tooltip e o elemento de ancoragem.
|
|
5213
|
+
*/
|
|
5214
|
+
"gapOptions"?: { horizontalGap: number; verticalGap: number; };
|
|
5215
|
+
/**
|
|
5216
|
+
* Define a largura máxima do elemento.
|
|
5217
|
+
*/
|
|
5218
|
+
"maxWidth"?: number;
|
|
5219
|
+
/**
|
|
5220
|
+
* Mensagem que será apresentada no tooltip.
|
|
5221
|
+
*/
|
|
5222
|
+
"message"?: string;
|
|
5223
|
+
/**
|
|
5224
|
+
* Define a posição do tooltip em relação ao elemento de ancoragem.
|
|
5225
|
+
*/
|
|
5226
|
+
"placement"?: Placement;
|
|
5227
|
+
/**
|
|
5228
|
+
* Define o tipo de tooltip a ser exibido.
|
|
5229
|
+
*/
|
|
5230
|
+
"type"?: 'default' | 'success' | 'error' | 'warning';
|
|
5231
|
+
/**
|
|
5232
|
+
* Define se o elemento manterá o mesmo tamanho do componente de ancora.
|
|
5233
|
+
*/
|
|
5234
|
+
"useAnchorSize"?: boolean;
|
|
5235
|
+
}
|
|
3941
5236
|
interface EzTree {
|
|
3942
5237
|
/**
|
|
3943
5238
|
* Define uma função que vai resolver o ícone daquele item. Retorna o nome do ícone da lib de icones do DS.
|
|
@@ -3951,6 +5246,10 @@ declare namespace LocalJSX {
|
|
|
3951
5246
|
* Emitido quando um item é selecionado na árvore.
|
|
3952
5247
|
*/
|
|
3953
5248
|
"onEzChange"?: (event: EzTreeCustomEvent<ITreeItem>) => void;
|
|
5249
|
+
/**
|
|
5250
|
+
* Emitido ao dar clique duplo em um item da árvore.
|
|
5251
|
+
*/
|
|
5252
|
+
"onEzDbClickItem"?: (event: EzTreeCustomEvent<ITreeItem>) => void;
|
|
3954
5253
|
/**
|
|
3955
5254
|
* Emitido quando um item é aberto na árvore.
|
|
3956
5255
|
*/
|
|
@@ -4034,11 +5333,23 @@ declare namespace LocalJSX {
|
|
|
4034
5333
|
interface MultiSelectionBoxMessage {
|
|
4035
5334
|
"message"?: string;
|
|
4036
5335
|
}
|
|
5336
|
+
interface SearchList {
|
|
5337
|
+
"canShowListOptions"?: boolean;
|
|
5338
|
+
"onChangePreSelection"?: (event: SearchListCustomEvent<number>) => void;
|
|
5339
|
+
"onChangeValue"?: (event: SearchListCustomEvent<IOption5>) => void;
|
|
5340
|
+
"preSelection"?: number;
|
|
5341
|
+
"showLoading"?: boolean;
|
|
5342
|
+
"showOptionValue"?: boolean;
|
|
5343
|
+
"textEmptyList"?: string;
|
|
5344
|
+
"value"?: IOption5 | string;
|
|
5345
|
+
"visibleOptions"?: Array<IOption5>;
|
|
5346
|
+
}
|
|
4037
5347
|
interface IntrinsicElements {
|
|
4038
5348
|
"ez-actions-button": EzActionsButton;
|
|
4039
5349
|
"ez-alert": EzAlert;
|
|
4040
5350
|
"ez-alert-list": EzAlertList;
|
|
4041
5351
|
"ez-application": EzApplication;
|
|
5352
|
+
"ez-avatar": EzAvatar;
|
|
4042
5353
|
"ez-badge": EzBadge;
|
|
4043
5354
|
"ez-breadcrumb": EzBreadcrumb;
|
|
4044
5355
|
"ez-button": EzButton;
|
|
@@ -4049,10 +5360,12 @@ declare namespace LocalJSX {
|
|
|
4049
5360
|
"ez-chip": EzChip;
|
|
4050
5361
|
"ez-collapsible-box": EzCollapsibleBox;
|
|
4051
5362
|
"ez-combo-box": EzComboBox;
|
|
5363
|
+
"ez-combo-box-list": EzComboBoxList;
|
|
4052
5364
|
"ez-custom-form-input": EzCustomFormInput;
|
|
4053
5365
|
"ez-date-input": EzDateInput;
|
|
4054
5366
|
"ez-date-time-input": EzDateTimeInput;
|
|
4055
5367
|
"ez-dialog": EzDialog;
|
|
5368
|
+
"ez-double-list": EzDoubleList;
|
|
4056
5369
|
"ez-dropdown": EzDropdown;
|
|
4057
5370
|
"ez-file-item": EzFileItem;
|
|
4058
5371
|
"ez-filter-input": EzFilterInput;
|
|
@@ -4068,10 +5381,14 @@ declare namespace LocalJSX {
|
|
|
4068
5381
|
"ez-multi-selection-list": EzMultiSelectionList;
|
|
4069
5382
|
"ez-number-input": EzNumberInput;
|
|
4070
5383
|
"ez-popover": EzPopover;
|
|
5384
|
+
"ez-popover-core": EzPopoverCore;
|
|
5385
|
+
"ez-popover-plus": EzPopoverPlus;
|
|
4071
5386
|
"ez-popup": EzPopup;
|
|
4072
5387
|
"ez-radio-button": EzRadioButton;
|
|
4073
5388
|
"ez-scroller": EzScroller;
|
|
4074
5389
|
"ez-search": EzSearch;
|
|
5390
|
+
"ez-search-plus": EzSearchPlus;
|
|
5391
|
+
"ez-search-result-list": EzSearchResultList;
|
|
4075
5392
|
"ez-sidebar-button": EzSidebarButton;
|
|
4076
5393
|
"ez-sidebar-navigator": EzSidebarNavigator;
|
|
4077
5394
|
"ez-skeleton": EzSkeleton;
|
|
@@ -4084,11 +5401,13 @@ declare namespace LocalJSX {
|
|
|
4084
5401
|
"ez-text-input": EzTextInput;
|
|
4085
5402
|
"ez-time-input": EzTimeInput;
|
|
4086
5403
|
"ez-toast": EzToast;
|
|
5404
|
+
"ez-tooltip": EzTooltip;
|
|
4087
5405
|
"ez-tree": EzTree;
|
|
4088
5406
|
"ez-upload": EzUpload;
|
|
4089
5407
|
"ez-view-stack": EzViewStack;
|
|
4090
5408
|
"filter-column": FilterColumn;
|
|
4091
5409
|
"multi-selection-box-message": MultiSelectionBoxMessage;
|
|
5410
|
+
"search-list": SearchList;
|
|
4092
5411
|
}
|
|
4093
5412
|
}
|
|
4094
5413
|
export { LocalJSX as JSX };
|
|
@@ -4099,6 +5418,7 @@ declare module "@stencil/core" {
|
|
|
4099
5418
|
"ez-alert": LocalJSX.EzAlert & JSXBase.HTMLAttributes<HTMLEzAlertElement>;
|
|
4100
5419
|
"ez-alert-list": LocalJSX.EzAlertList & JSXBase.HTMLAttributes<HTMLEzAlertListElement>;
|
|
4101
5420
|
"ez-application": LocalJSX.EzApplication & JSXBase.HTMLAttributes<HTMLEzApplicationElement>;
|
|
5421
|
+
"ez-avatar": LocalJSX.EzAvatar & JSXBase.HTMLAttributes<HTMLEzAvatarElement>;
|
|
4102
5422
|
"ez-badge": LocalJSX.EzBadge & JSXBase.HTMLAttributes<HTMLEzBadgeElement>;
|
|
4103
5423
|
"ez-breadcrumb": LocalJSX.EzBreadcrumb & JSXBase.HTMLAttributes<HTMLEzBreadcrumbElement>;
|
|
4104
5424
|
"ez-button": LocalJSX.EzButton & JSXBase.HTMLAttributes<HTMLEzButtonElement>;
|
|
@@ -4109,10 +5429,12 @@ declare module "@stencil/core" {
|
|
|
4109
5429
|
"ez-chip": LocalJSX.EzChip & JSXBase.HTMLAttributes<HTMLEzChipElement>;
|
|
4110
5430
|
"ez-collapsible-box": LocalJSX.EzCollapsibleBox & JSXBase.HTMLAttributes<HTMLEzCollapsibleBoxElement>;
|
|
4111
5431
|
"ez-combo-box": LocalJSX.EzComboBox & JSXBase.HTMLAttributes<HTMLEzComboBoxElement>;
|
|
5432
|
+
"ez-combo-box-list": LocalJSX.EzComboBoxList & JSXBase.HTMLAttributes<HTMLEzComboBoxListElement>;
|
|
4112
5433
|
"ez-custom-form-input": LocalJSX.EzCustomFormInput & JSXBase.HTMLAttributes<HTMLEzCustomFormInputElement>;
|
|
4113
5434
|
"ez-date-input": LocalJSX.EzDateInput & JSXBase.HTMLAttributes<HTMLEzDateInputElement>;
|
|
4114
5435
|
"ez-date-time-input": LocalJSX.EzDateTimeInput & JSXBase.HTMLAttributes<HTMLEzDateTimeInputElement>;
|
|
4115
5436
|
"ez-dialog": LocalJSX.EzDialog & JSXBase.HTMLAttributes<HTMLEzDialogElement>;
|
|
5437
|
+
"ez-double-list": LocalJSX.EzDoubleList & JSXBase.HTMLAttributes<HTMLEzDoubleListElement>;
|
|
4116
5438
|
"ez-dropdown": LocalJSX.EzDropdown & JSXBase.HTMLAttributes<HTMLEzDropdownElement>;
|
|
4117
5439
|
"ez-file-item": LocalJSX.EzFileItem & JSXBase.HTMLAttributes<HTMLEzFileItemElement>;
|
|
4118
5440
|
"ez-filter-input": LocalJSX.EzFilterInput & JSXBase.HTMLAttributes<HTMLEzFilterInputElement>;
|
|
@@ -4128,10 +5450,14 @@ declare module "@stencil/core" {
|
|
|
4128
5450
|
"ez-multi-selection-list": LocalJSX.EzMultiSelectionList & JSXBase.HTMLAttributes<HTMLEzMultiSelectionListElement>;
|
|
4129
5451
|
"ez-number-input": LocalJSX.EzNumberInput & JSXBase.HTMLAttributes<HTMLEzNumberInputElement>;
|
|
4130
5452
|
"ez-popover": LocalJSX.EzPopover & JSXBase.HTMLAttributes<HTMLEzPopoverElement>;
|
|
5453
|
+
"ez-popover-core": LocalJSX.EzPopoverCore & JSXBase.HTMLAttributes<HTMLEzPopoverCoreElement>;
|
|
5454
|
+
"ez-popover-plus": LocalJSX.EzPopoverPlus & JSXBase.HTMLAttributes<HTMLEzPopoverPlusElement>;
|
|
4131
5455
|
"ez-popup": LocalJSX.EzPopup & JSXBase.HTMLAttributes<HTMLEzPopupElement>;
|
|
4132
5456
|
"ez-radio-button": LocalJSX.EzRadioButton & JSXBase.HTMLAttributes<HTMLEzRadioButtonElement>;
|
|
4133
5457
|
"ez-scroller": LocalJSX.EzScroller & JSXBase.HTMLAttributes<HTMLEzScrollerElement>;
|
|
4134
5458
|
"ez-search": LocalJSX.EzSearch & JSXBase.HTMLAttributes<HTMLEzSearchElement>;
|
|
5459
|
+
"ez-search-plus": LocalJSX.EzSearchPlus & JSXBase.HTMLAttributes<HTMLEzSearchPlusElement>;
|
|
5460
|
+
"ez-search-result-list": LocalJSX.EzSearchResultList & JSXBase.HTMLAttributes<HTMLEzSearchResultListElement>;
|
|
4135
5461
|
"ez-sidebar-button": LocalJSX.EzSidebarButton & JSXBase.HTMLAttributes<HTMLEzSidebarButtonElement>;
|
|
4136
5462
|
"ez-sidebar-navigator": LocalJSX.EzSidebarNavigator & JSXBase.HTMLAttributes<HTMLEzSidebarNavigatorElement>;
|
|
4137
5463
|
"ez-skeleton": LocalJSX.EzSkeleton & JSXBase.HTMLAttributes<HTMLEzSkeletonElement>;
|
|
@@ -4144,11 +5470,13 @@ declare module "@stencil/core" {
|
|
|
4144
5470
|
"ez-text-input": LocalJSX.EzTextInput & JSXBase.HTMLAttributes<HTMLEzTextInputElement>;
|
|
4145
5471
|
"ez-time-input": LocalJSX.EzTimeInput & JSXBase.HTMLAttributes<HTMLEzTimeInputElement>;
|
|
4146
5472
|
"ez-toast": LocalJSX.EzToast & JSXBase.HTMLAttributes<HTMLEzToastElement>;
|
|
5473
|
+
"ez-tooltip": LocalJSX.EzTooltip & JSXBase.HTMLAttributes<HTMLEzTooltipElement>;
|
|
4147
5474
|
"ez-tree": LocalJSX.EzTree & JSXBase.HTMLAttributes<HTMLEzTreeElement>;
|
|
4148
5475
|
"ez-upload": LocalJSX.EzUpload & JSXBase.HTMLAttributes<HTMLEzUploadElement>;
|
|
4149
5476
|
"ez-view-stack": LocalJSX.EzViewStack & JSXBase.HTMLAttributes<HTMLEzViewStackElement>;
|
|
4150
5477
|
"filter-column": LocalJSX.FilterColumn & JSXBase.HTMLAttributes<HTMLFilterColumnElement>;
|
|
4151
5478
|
"multi-selection-box-message": LocalJSX.MultiSelectionBoxMessage & JSXBase.HTMLAttributes<HTMLMultiSelectionBoxMessageElement>;
|
|
5479
|
+
"search-list": LocalJSX.SearchList & JSXBase.HTMLAttributes<HTMLSearchListElement>;
|
|
4152
5480
|
}
|
|
4153
5481
|
}
|
|
4154
5482
|
}
|