@sankhyalabs/ezui 5.22.0-dev.10 → 5.22.0-dev.100
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/DataBinder-e92314c2.js +445 -0
- package/dist/cjs/FocusResolver-885f2173.js +35 -0
- package/dist/cjs/ez-actions-button.cjs.entry.js +4 -3
- 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 +1485 -0
- package/dist/cjs/ez-check.cjs.entry.js +1 -1
- package/dist/cjs/ez-chip.cjs.entry.js +1 -1
- package/dist/cjs/ez-collapsible-box.cjs.entry.js +1 -1
- package/dist/cjs/ez-combo-box-list_3.cjs.entry.js +387 -0
- package/dist/cjs/ez-combo-box.cjs.entry.js +82 -155
- package/dist/cjs/ez-date-input.cjs.entry.js +15 -19
- package/dist/cjs/ez-date-time-input.cjs.entry.js +14 -20
- package/dist/cjs/ez-dialog.cjs.entry.js +14 -7
- package/dist/cjs/ez-double-list.cjs.entry.js +287 -0
- package/dist/cjs/{ez-dropdown.cjs.entry.js → ez-dropdown_2.cjs.entry.js} +75 -8
- package/dist/cjs/ez-filter-input.cjs.entry.js +129 -0
- package/dist/cjs/ez-form-view.cjs.entry.js +26 -20
- package/dist/cjs/ez-form.cjs.entry.js +6 -325
- package/dist/cjs/ez-grid.cjs.entry.js +15067 -69836
- package/dist/cjs/ez-icon.cjs.entry.js +1 -1
- package/dist/cjs/ez-list.cjs.entry.js +258 -211
- package/dist/cjs/ez-modal-container.cjs.entry.js +2 -2
- package/dist/cjs/ez-modal.cjs.entry.js +12 -3
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js +2 -2
- package/dist/cjs/ez-number-input.cjs.entry.js +15 -3
- package/dist/cjs/ez-popover-plus_3.cjs.entry.js +198 -0
- package/dist/cjs/ez-popup.cjs.entry.js +24 -2
- package/dist/cjs/ez-scroller_2.cjs.entry.js +3 -3
- package/dist/cjs/ez-search.cjs.entry.js +119 -188
- package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +1 -1
- package/dist/cjs/ez-split-button.cjs.entry.js +2 -2
- package/dist/cjs/ez-split-item.cjs.entry.js +6 -3
- package/dist/cjs/ez-split-panel.cjs.entry.js +68 -6
- package/dist/cjs/ez-text-area.cjs.entry.js +68 -6
- package/dist/cjs/ez-text-input.cjs.entry.js +152 -16
- package/dist/cjs/ez-time-input.cjs.entry.js +7 -1
- package/dist/cjs/ez-tooltip.cjs.entry.js +55 -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 +10 -47
- package/dist/cjs/index-a7b0c73d.js +22 -10
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/searchFormatters-b7e1ed1e.js +23 -0
- package/dist/collection/collection-manifest.json +8 -2
- package/dist/collection/components/ez-actions-button/ez-actions-button.js +3 -2
- 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-check/ez-check.css +1 -6
- package/dist/collection/components/ez-chip/ez-chip.css +5 -1
- package/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css +2 -2
- 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 +129 -166
- package/dist/collection/components/ez-date-input/ez-date-input.css +1 -1
- package/dist/collection/components/ez-date-input/ez-date-input.js +40 -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 +39 -20
- package/dist/collection/components/ez-dialog/ez-dialog.css +3 -3
- package/dist/collection/components/ez-dialog/ez-dialog.js +14 -16
- 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 +1 -0
- 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 +5 -2
- package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +2 -1
- 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/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 +297 -63
- package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +151 -31
- package/dist/collection/components/ez-grid/controller/ag-grid/DataSourceInterceptor.js +2 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js +219 -42
- 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 +8 -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/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 +95 -10
- package/dist/collection/components/ez-grid/ez-grid.js +375 -12
- package/dist/collection/components/ez-grid/subcomponents/filter-column.css +4 -0
- package/dist/collection/components/ez-grid/subcomponents/filter-column.js +9 -46
- 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-list/ez-list.css +5 -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 +13 -4
- package/dist/collection/components/ez-modal-container/ez-modal-container.css +1 -0
- package/dist/collection/components/ez-modal-container/ez-modal-container.js +1 -1
- 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-number-input/ez-number-input.css +8 -0
- package/dist/collection/components/ez-number-input/ez-number-input.js +49 -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 +432 -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 +528 -0
- package/dist/collection/components/ez-popup/ez-popup.css +8 -3
- package/dist/collection/components/ez-popup/ez-popup.js +43 -3
- 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 +204 -203
- 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 +289 -0
- package/dist/collection/components/ez-search/utils/searchFormatters.js +18 -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.css +54 -34
- package/dist/collection/components/ez-split-button/ez-split-button.css +52 -14
- package/dist/collection/components/ez-split-button/ez-split-button.js +3 -3
- 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 +104 -4
- package/dist/collection/components/ez-text-input/ez-text-input.css +106 -91
- package/dist/collection/components/ez-text-input/ez-text-input.js +166 -15
- package/dist/collection/components/ez-time-input/ez-time-input.js +24 -0
- package/dist/collection/components/ez-tooltip/ez-tooltip.css +20 -0
- package/dist/collection/components/ez-tooltip/ez-tooltip.js +116 -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/ResponsiveInputUtils.js +26 -0
- package/dist/collection/utils/form/DataBinder.js +22 -7
- package/dist/collection/utils/form/FormMetadata.js +2 -1
- package/dist/collection/utils/interfaces/AbstractFieldMetadata.js +1 -1
- 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 +36 -0
- package/dist/custom-elements/index.js +18612 -70878
- package/dist/esm/{CSSVarsUtils-71ce76be.js → CSSVarsUtils-acba92d7.js} +1 -0
- package/dist/esm/DataBinder-9c877244.js +441 -0
- package/dist/esm/FocusResolver-1ccbf850.js +33 -0
- package/dist/esm/ez-actions-button.entry.js +4 -3
- 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 +1480 -0
- package/dist/esm/ez-check.entry.js +1 -1
- package/dist/esm/ez-chip.entry.js +1 -1
- package/dist/esm/ez-collapsible-box.entry.js +1 -1
- package/dist/esm/ez-combo-box-list_3.entry.js +381 -0
- package/dist/esm/ez-combo-box.entry.js +83 -156
- package/dist/esm/ez-date-input.entry.js +15 -19
- package/dist/esm/ez-date-time-input.entry.js +14 -20
- package/dist/esm/ez-dialog.entry.js +15 -8
- package/dist/esm/ez-double-list.entry.js +283 -0
- package/dist/esm/{ez-dropdown.entry.js → ez-dropdown_2.entry.js} +75 -9
- package/dist/esm/ez-filter-input.entry.js +125 -0
- package/dist/esm/ez-form-view.entry.js +26 -20
- package/dist/esm/ez-form.entry.js +5 -324
- package/dist/esm/ez-grid.entry.js +14989 -69758
- package/dist/esm/ez-icon.entry.js +1 -1
- package/dist/esm/ez-list.entry.js +258 -211
- package/dist/esm/ez-modal-container.entry.js +2 -2
- package/dist/esm/ez-modal.entry.js +12 -3
- package/dist/esm/ez-multi-selection-list.entry.js +2 -2
- package/dist/esm/ez-number-input.entry.js +15 -3
- package/dist/esm/ez-popover-plus_3.entry.js +192 -0
- package/dist/esm/ez-popup.entry.js +24 -2
- package/dist/esm/ez-scroller_2.entry.js +3 -3
- package/dist/esm/ez-search.entry.js +120 -189
- package/dist/esm/ez-sidebar-navigator.entry.js +1 -1
- package/dist/esm/ez-split-button.entry.js +2 -2
- package/dist/esm/ez-split-item.entry.js +6 -3
- package/dist/esm/ez-split-panel.entry.js +69 -7
- package/dist/esm/ez-text-area.entry.js +68 -6
- package/dist/esm/ez-text-input.entry.js +152 -16
- package/dist/esm/ez-time-input.entry.js +7 -1
- package/dist/esm/ez-tooltip.entry.js +51 -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 +10 -47
- package/dist/esm/index-baa5e267.js +22 -10
- package/dist/esm/loader.js +1 -1
- package/dist/esm/searchFormatters-8229207e.js +20 -0
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/p-0fa52b0f.entry.js +1 -0
- package/dist/ezui/p-17de16e5.entry.js +1 -0
- package/dist/ezui/p-17eabf46.entry.js +1 -0
- package/dist/ezui/p-1ad6c61b.entry.js +1 -0
- package/dist/ezui/p-20c024f7.entry.js +1 -0
- package/dist/ezui/p-20cb13fa.entry.js +1 -0
- package/dist/ezui/p-23b6128c.entry.js +1 -0
- package/dist/ezui/p-2872fd16.entry.js +1 -0
- package/dist/ezui/p-288631d1.entry.js +1 -0
- package/dist/ezui/p-2f45506d.entry.js +1 -0
- package/dist/ezui/p-3195a7a7.entry.js +1 -0
- package/dist/ezui/p-31b71e50.entry.js +1 -0
- package/dist/ezui/p-31da1b57.entry.js +1 -0
- package/dist/ezui/p-40a60148.js +1 -0
- package/dist/ezui/p-556468d9.entry.js +1 -0
- package/dist/ezui/p-56fe5341.entry.js +1 -0
- package/dist/ezui/p-5aca7386.entry.js +1 -0
- package/dist/ezui/p-6cdd3e0a.entry.js +1 -0
- package/dist/ezui/p-788467fe.entry.js +1 -0
- package/dist/ezui/p-7e677b7b.entry.js +1 -0
- package/dist/ezui/{p-bf79aaa1.entry.js → p-7fdd479f.entry.js} +1 -1
- package/dist/ezui/p-80dfc50b.js +1 -0
- package/dist/ezui/p-a4cee65d.entry.js +1 -0
- package/dist/ezui/p-acddfb2e.js +1 -0
- package/dist/ezui/p-b7706b43.entry.js +1 -0
- package/dist/ezui/p-c1527804.entry.js +1 -0
- package/dist/ezui/p-c297aa52.entry.js +1 -0
- package/dist/ezui/p-cb1535f7.entry.js +1 -0
- package/dist/ezui/p-cb5cd243.entry.js +309 -0
- package/dist/ezui/p-cf87aacb.entry.js +1 -0
- 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-dcf3c8e5.entry.js +1 -0
- package/dist/ezui/{p-17be134a.entry.js → p-e06a9886.entry.js} +1 -1
- package/dist/ezui/{p-84e439b9.entry.js → p-e347df9c.entry.js} +1 -1
- package/dist/ezui/p-e6a9041d.entry.js +1 -0
- package/dist/ezui/p-e75c7a23.entry.js +1 -0
- package/dist/ezui/p-ea54d056.entry.js +1 -0
- package/dist/ezui/p-ec7db713.js +1 -0
- package/dist/ezui/p-f5931caa.entry.js +1 -0
- package/dist/ezui/p-fa6732f2.entry.js +1 -0
- package/dist/ezui/p-fd0a19d6.entry.js +1 -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-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 +17 -15
- package/dist/types/components/ez-date-input/ez-date-input.d.ts +8 -3
- package/dist/types/components/ez-date-time-input/ez-date-time-input.d.ts +8 -3
- package/dist/types/components/ez-dialog/ez-dialog.d.ts +2 -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 +1 -1
- package/dist/types/components/ez-filter-input/ez-filter-input.d.ts +6 -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/fieldbuilder/templates/DateInput.tpl.d.ts +2 -1
- 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 +71 -4
- package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +37 -4
- package/dist/types/components/ez-grid/controller/ag-grid/DataSource.d.ts +25 -2
- package/dist/types/components/ez-grid/controller/ag-grid/GridEditionManager.d.ts +33 -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/mock/Server.d.ts +1 -1
- package/dist/types/components/ez-grid/ez-grid.d.ts +59 -1
- package/dist/types/components/ez-grid/subcomponents/filter-column.d.ts +0 -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-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 +2 -1
- package/dist/types/components/ez-number-input/ez-number-input.d.ts +8 -0
- package/dist/types/components/ez-popover-plus/ez-popover-plus.d.ts +76 -0
- package/dist/types/components/ez-popover-plus/subcomponent/ez-popover-core.d.ts +91 -0
- package/dist/types/components/ez-popup/ez-popup.d.ts +8 -1
- package/dist/types/components/ez-search/ez-search.d.ts +32 -18
- package/dist/types/components/ez-search/subcomponent/search-list/search-list.d.ts +23 -0
- package/dist/types/components/ez-search/utils/searchFormatters.d.ts +2 -0
- package/dist/types/components/ez-split-button/ez-split-button.d.ts +1 -1
- 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 +17 -0
- package/dist/types/components/ez-text-input/ez-text-input.d.ts +24 -2
- package/dist/types/components/ez-time-input/ez-time-input.d.ts +4 -0
- package/dist/types/components/ez-tooltip/ez-tooltip.d.ts +21 -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 +793 -29
- package/dist/types/utils/FocusResolver.d.ts +5 -0
- package/dist/types/utils/ResponsiveInputUtils.d.ts +6 -0
- package/dist/types/utils/customEditor/interfaces/ICustomEditor.d.ts +2 -0
- package/dist/types/utils/form/DataBinder.d.ts +3 -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 +11 -3
- package/react/components.d.ts +6 -0
- package/react/components.js +6 -0
- package/react/components.js.map +1 -1
- 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/cjs/ez-skeleton.cjs.entry.js +0 -67
- package/dist/esm/RecordValidationProcessor-b00b8b77.js +0 -99
- 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/esm/ez-skeleton.entry.js +0 -63
- package/dist/ezui/p-04f24913.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-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-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
|
@@ -1,62 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const COLUMN_FILTER_PATTERN = /FILTRO_COLUNA_(.+)/;
|
|
1
|
+
import { ColumnFilterManager as CoreColumnFilterManager } from "@sankhyalabs/core";
|
|
3
2
|
export class ColumnFilterManager {
|
|
4
3
|
static getColumnFilters(filters, fieldName) {
|
|
5
|
-
|
|
6
|
-
if (filters == undefined || filters.length == 0) {
|
|
7
|
-
return columnFilters;
|
|
8
|
-
}
|
|
9
|
-
filters.forEach(filter => {
|
|
10
|
-
const result = COLUMN_FILTER_PATTERN.exec(filter.name);
|
|
11
|
-
if (result) {
|
|
12
|
-
if (fieldName !== result[1]) {
|
|
13
|
-
columnFilters.set(filter.name, Object.assign({ columnName: result[1] }, filter));
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
return columnFilters;
|
|
4
|
+
return CoreColumnFilterManager.getColumnFilters(filters, fieldName);
|
|
18
5
|
}
|
|
19
6
|
static getFilterFunction(dataUnit, filters) {
|
|
20
|
-
|
|
21
|
-
return record => {
|
|
22
|
-
for (const filter of filters) {
|
|
23
|
-
if (!ColumnFilterManager.recordMatchesFilter(dataUnit, record, filter)) {
|
|
24
|
-
return false;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
return true;
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
return undefined;
|
|
31
|
-
}
|
|
32
|
-
static recordMatchesFilter(dataUnit, record, columnFilter) {
|
|
33
|
-
const fieldValue = record[columnFilter.columnName];
|
|
34
|
-
for (let param of columnFilter.params) {
|
|
35
|
-
const paramValue = dataUnit.valueFromString(columnFilter.columnName, param.value);
|
|
36
|
-
if (FieldComparator.compareValues(dataUnit.getField(columnFilter.columnName), fieldValue, paramValue) === 0) {
|
|
37
|
-
return true;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
return false;
|
|
7
|
+
return CoreColumnFilterManager.getFilterFunction(dataUnit, filters);
|
|
41
8
|
}
|
|
42
9
|
static compileDistinct(fieldName, dataUnit) {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
const filterFunciton = ColumnFilterManager.getFilterFunction(dataUnit, columnFilters);
|
|
48
|
-
if (filterFunciton != undefined) {
|
|
49
|
-
list = list.filter(filterFunciton);
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
const distinct = new Map(list.map(record => {
|
|
53
|
-
const fieldValue = record[fieldName];
|
|
54
|
-
if (fieldValue == undefined) {
|
|
55
|
-
return [null, { label: null, value: null, check: true }];
|
|
56
|
-
}
|
|
57
|
-
const item = { label: dataUnit.getFormattedValue(fieldName, fieldValue), value: fieldValue, check: true };
|
|
58
|
-
return [item.label, item];
|
|
59
|
-
}));
|
|
60
|
-
return Array.from(distinct.values());
|
|
10
|
+
return CoreColumnFilterManager.compileDistinct(fieldName, dataUnit);
|
|
11
|
+
}
|
|
12
|
+
static compileDistinctFromArray(fieldName, dataUnit, records) {
|
|
13
|
+
return CoreColumnFilterManager.compileDistinctFromArray(fieldName, dataUnit, records);
|
|
61
14
|
}
|
|
62
15
|
}
|
|
@@ -1,19 +1,35 @@
|
|
|
1
|
-
import { Action, ArrayUtils, DataType, DateUtils, FieldComparator, UserInterface } from '@sankhyalabs/core';
|
|
1
|
+
import { Action, ArrayUtils, DataType, DateUtils, FieldComparator, ObjectUtils, UserInterface, } from '@sankhyalabs/core';
|
|
2
2
|
import { ColumnFilterManager } from './ColumnFilterManager';
|
|
3
3
|
export default class InMemoryFilterColumnDataSource {
|
|
4
4
|
constructor(dataUnit) {
|
|
5
|
-
|
|
5
|
+
this.lastAppliedFilters = [];
|
|
6
|
+
this.FILTER_COLUMN_TERM = 'FILTRO_COLUNA_';
|
|
6
7
|
this.onDataUnitAction = (action) => {
|
|
8
|
+
var _a, _b;
|
|
7
9
|
if (action.type === Action.DATA_SAVED || action.type === Action.RECORDS_REMOVED) {
|
|
8
10
|
this.originalRecords = this.dataUnit.records;
|
|
11
|
+
return;
|
|
9
12
|
}
|
|
13
|
+
if (action.type !== Action.DATA_LOADED)
|
|
14
|
+
return;
|
|
15
|
+
const appliedFilters = this.getAppliedFilterNames((_b = (_a = action.payload) === null || _a === void 0 ? void 0 : _a.filters) !== null && _b !== void 0 ? _b : []);
|
|
16
|
+
if (this.originalRecords && ObjectUtils.equals(appliedFilters, this.lastAppliedFilters))
|
|
17
|
+
return;
|
|
18
|
+
this.originalRecords = action.payload.records;
|
|
19
|
+
this.lastAppliedFilters = appliedFilters;
|
|
10
20
|
};
|
|
11
21
|
this.dataUnit = dataUnit;
|
|
12
|
-
|
|
22
|
+
if (this.dataUnit.records.length > 0) {
|
|
23
|
+
this.originalRecords = this.dataUnit.records;
|
|
24
|
+
}
|
|
13
25
|
this.dataUnit.subscribe(this.onDataUnitAction);
|
|
14
26
|
}
|
|
27
|
+
getAppliedFilterNames(filters) {
|
|
28
|
+
const appliedFilters = filters.map(filter => filter.name);
|
|
29
|
+
return appliedFilters.filter(filterName => !filterName.includes(this.FILTER_COLUMN_TERM));
|
|
30
|
+
}
|
|
15
31
|
getStaticOptions(fieldName) {
|
|
16
|
-
return Promise.resolve(ColumnFilterManager.
|
|
32
|
+
return Promise.resolve(ColumnFilterManager.compileDistinctFromArray(fieldName, this.dataUnit, this.originalRecords));
|
|
17
33
|
}
|
|
18
34
|
fetchData(filterTerm, fieldName) {
|
|
19
35
|
return new Promise(resolve => {
|
|
@@ -60,155 +60,162 @@ svg {
|
|
|
60
60
|
.ez-icon-acao:before { content: "\ea03"; }
|
|
61
61
|
.ez-icon-account-outline:before { content: "\ea04"; }
|
|
62
62
|
.ez-icon-account:before { content: "\ea05"; }
|
|
63
|
-
.ez-icon-
|
|
64
|
-
.ez-icon-alert-circle:before { content: "\ea07"; }
|
|
65
|
-
.ez-icon-alert-
|
|
66
|
-
.ez-icon-alert-
|
|
67
|
-
.ez-icon-
|
|
68
|
-
.ez-icon-
|
|
69
|
-
.ez-icon-
|
|
70
|
-
.ez-icon-
|
|
71
|
-
.ez-icon-arrow-
|
|
72
|
-
.ez-icon-
|
|
73
|
-
.ez-icon-
|
|
74
|
-
.ez-icon-
|
|
75
|
-
.ez-icon-
|
|
76
|
-
.ez-icon-
|
|
77
|
-
.ez-icon-bell:before { content: "\ea14"; }
|
|
78
|
-
.ez-icon-
|
|
79
|
-
.ez-icon-
|
|
80
|
-
.ez-icon-
|
|
81
|
-
.ez-icon-
|
|
82
|
-
.ez-icon-calendar:before { content: "\ea19"; }
|
|
83
|
-
.ez-icon-
|
|
84
|
-
.ez-icon-
|
|
85
|
-
.ez-icon-
|
|
86
|
-
.ez-icon-check:before { content: "\ea1d"; }
|
|
87
|
-
.ez-icon-
|
|
88
|
-
.ez-icon-
|
|
89
|
-
.ez-icon-chevron-
|
|
90
|
-
.ez-icon-chevron-
|
|
91
|
-
.ez-icon-
|
|
92
|
-
.ez-icon-
|
|
93
|
-
.ez-icon-
|
|
94
|
-
.ez-icon-
|
|
95
|
-
.ez-icon-
|
|
96
|
-
.ez-icon-
|
|
97
|
-
.ez-icon-
|
|
98
|
-
.ez-icon-
|
|
99
|
-
.ez-icon-
|
|
100
|
-
.ez-icon-
|
|
101
|
-
.ez-icon-
|
|
102
|
-
.ez-icon-
|
|
103
|
-
.ez-icon-
|
|
104
|
-
.ez-icon-
|
|
105
|
-
.ez-icon-
|
|
106
|
-
.ez-icon-
|
|
107
|
-
.ez-icon-
|
|
108
|
-
.ez-icon-
|
|
109
|
-
.ez-icon-
|
|
110
|
-
.ez-icon-
|
|
111
|
-
.ez-icon-
|
|
112
|
-
.ez-icon-
|
|
113
|
-
.ez-icon-
|
|
114
|
-
.ez-icon-
|
|
115
|
-
.ez-icon-
|
|
116
|
-
.ez-icon-
|
|
117
|
-
.ez-icon-dual-chevron-
|
|
118
|
-
.ez-icon-
|
|
119
|
-
.ez-icon-
|
|
120
|
-
.ez-icon-
|
|
121
|
-
.ez-icon-edit-
|
|
122
|
-
.ez-icon-edit:before { content: "\ea41"; }
|
|
123
|
-
.ez-icon-
|
|
124
|
-
.ez-icon-
|
|
125
|
-
.ez-icon-
|
|
126
|
-
.ez-icon-
|
|
127
|
-
.ez-icon-
|
|
128
|
-
.ez-icon-
|
|
129
|
-
.ez-icon-
|
|
130
|
-
.ez-icon-
|
|
131
|
-
.ez-icon-
|
|
132
|
-
.ez-icon-
|
|
133
|
-
.ez-icon-
|
|
134
|
-
.ez-icon-
|
|
135
|
-
.ez-icon-
|
|
136
|
-
.ez-icon-
|
|
137
|
-
.ez-icon-
|
|
138
|
-
.ez-icon-
|
|
139
|
-
.ez-icon-
|
|
140
|
-
.ez-icon-
|
|
141
|
-
.ez-icon-
|
|
142
|
-
.ez-icon-
|
|
143
|
-
.ez-icon-
|
|
144
|
-
.ez-icon-
|
|
145
|
-
.ez-icon-
|
|
146
|
-
.ez-icon-
|
|
147
|
-
.ez-icon-
|
|
148
|
-
.ez-icon-
|
|
149
|
-
.ez-icon-
|
|
150
|
-
.ez-icon-
|
|
151
|
-
.ez-icon-
|
|
152
|
-
.ez-icon-
|
|
153
|
-
.ez-icon-
|
|
154
|
-
.ez-icon-
|
|
155
|
-
.ez-icon-
|
|
156
|
-
.ez-icon-
|
|
157
|
-
.ez-icon-
|
|
158
|
-
.ez-icon-
|
|
159
|
-
.ez-icon-
|
|
160
|
-
.ez-icon-
|
|
161
|
-
.ez-icon-
|
|
162
|
-
.ez-icon-
|
|
163
|
-
.ez-icon-
|
|
164
|
-
.ez-icon-
|
|
165
|
-
.ez-icon-
|
|
166
|
-
.ez-icon-
|
|
167
|
-
.ez-icon-
|
|
168
|
-
.ez-icon-
|
|
169
|
-
.ez-icon-
|
|
170
|
-
.ez-icon-
|
|
171
|
-
.ez-icon-
|
|
172
|
-
.ez-icon-
|
|
173
|
-
.ez-icon-
|
|
174
|
-
.ez-icon-
|
|
175
|
-
.ez-icon-
|
|
176
|
-
.ez-icon-
|
|
177
|
-
.ez-icon-
|
|
178
|
-
.ez-icon-
|
|
179
|
-
.ez-icon-
|
|
180
|
-
.ez-icon-
|
|
181
|
-
.ez-icon-
|
|
182
|
-
.ez-icon-
|
|
183
|
-
.ez-icon-
|
|
184
|
-
.ez-icon-
|
|
185
|
-
.ez-icon-
|
|
186
|
-
.ez-icon-
|
|
187
|
-
.ez-icon-
|
|
188
|
-
.ez-icon-
|
|
189
|
-
.ez-icon-
|
|
190
|
-
.ez-icon-
|
|
191
|
-
.ez-icon-
|
|
192
|
-
.ez-icon-
|
|
193
|
-
.ez-icon-
|
|
194
|
-
.ez-icon-
|
|
195
|
-
.ez-icon-
|
|
196
|
-
.ez-icon-
|
|
197
|
-
.ez-icon-
|
|
198
|
-
.ez-icon-
|
|
199
|
-
.ez-icon-
|
|
200
|
-
.ez-icon-
|
|
201
|
-
.ez-icon-
|
|
202
|
-
.ez-icon-
|
|
203
|
-
.ez-icon-
|
|
204
|
-
.ez-icon-
|
|
205
|
-
.ez-icon-
|
|
206
|
-
.ez-icon-
|
|
207
|
-
.ez-icon-
|
|
208
|
-
.ez-icon-
|
|
209
|
-
.ez-icon-
|
|
210
|
-
.ez-icon-
|
|
211
|
-
.ez-icon-
|
|
63
|
+
.ez-icon-add-to-cart:before { content: "\ea06"; }
|
|
64
|
+
.ez-icon-alert-circle-inverted:before { content: "\ea07"; }
|
|
65
|
+
.ez-icon-alert-circle:before { content: "\ea08"; }
|
|
66
|
+
.ez-icon-alert-mail:before { content: "\ea09"; }
|
|
67
|
+
.ez-icon-alert-popup:before { content: "\ea0a"; }
|
|
68
|
+
.ez-icon-anexo:before { content: "\ea0b"; }
|
|
69
|
+
.ez-icon-antecipação:before { content: "\ea0c"; }
|
|
70
|
+
.ez-icon-apps:before { content: "\ea0d"; }
|
|
71
|
+
.ez-icon-arrow-forward:before { content: "\ea0e"; }
|
|
72
|
+
.ez-icon-arrow-upward:before { content: "\ea0f"; }
|
|
73
|
+
.ez-icon-arrow_back:before { content: "\ea10"; }
|
|
74
|
+
.ez-icon-arrow_downward:before { content: "\ea11"; }
|
|
75
|
+
.ez-icon-baixa:before { content: "\ea12"; }
|
|
76
|
+
.ez-icon-balance:before { content: "\ea13"; }
|
|
77
|
+
.ez-icon-bell-inverted:before { content: "\ea14"; }
|
|
78
|
+
.ez-icon-bell:before { content: "\ea15"; }
|
|
79
|
+
.ez-icon-boleto:before { content: "\ea16"; }
|
|
80
|
+
.ez-icon-boolean:before { content: "\ea17"; }
|
|
81
|
+
.ez-icon-business-center:before { content: "\ea18"; }
|
|
82
|
+
.ez-icon-calendar-clock:before { content: "\ea19"; }
|
|
83
|
+
.ez-icon-calendar:before { content: "\ea1a"; }
|
|
84
|
+
.ez-icon-cart-history:before { content: "\ea1b"; }
|
|
85
|
+
.ez-icon-cash-remove:before { content: "\ea1c"; }
|
|
86
|
+
.ez-icon-check-circle-inverted:before { content: "\ea1d"; }
|
|
87
|
+
.ez-icon-check-circle:before { content: "\ea1e"; }
|
|
88
|
+
.ez-icon-check:before { content: "\ea1f"; }
|
|
89
|
+
.ez-icon-chevron-down:before { content: "\ea20"; }
|
|
90
|
+
.ez-icon-chevron-left:before { content: "\ea21"; }
|
|
91
|
+
.ez-icon-chevron-right:before { content: "\ea22"; }
|
|
92
|
+
.ez-icon-chevron-up:before { content: "\ea23"; }
|
|
93
|
+
.ez-icon-circle--medium:before { content: "\ea24"; }
|
|
94
|
+
.ez-icon-circle:before { content: "\ea25"; }
|
|
95
|
+
.ez-icon-clean-cart:before { content: "\ea26"; }
|
|
96
|
+
.ez-icon-cleaning:before { content: "\ea27"; }
|
|
97
|
+
.ez-icon-clipboard:before { content: "\ea28"; }
|
|
98
|
+
.ez-icon-clock-rotate-left:before { content: "\ea29"; }
|
|
99
|
+
.ez-icon-close:before { content: "\ea2a"; }
|
|
100
|
+
.ez-icon-cobrar:before { content: "\ea2b"; }
|
|
101
|
+
.ez-icon-code:before { content: "\ea2c"; }
|
|
102
|
+
.ez-icon-configuration:before { content: "\ea2d"; }
|
|
103
|
+
.ez-icon-content-cut:before { content: "\ea2e"; }
|
|
104
|
+
.ez-icon-copy:before { content: "\ea2f"; }
|
|
105
|
+
.ez-icon-credit_card:before { content: "\ea30"; }
|
|
106
|
+
.ez-icon-crop:before { content: "\ea31"; }
|
|
107
|
+
.ez-icon-custom:before { content: "\ea32"; }
|
|
108
|
+
.ez-icon-delete-file:before { content: "\ea33"; }
|
|
109
|
+
.ez-icon-delete:before { content: "\ea34"; }
|
|
110
|
+
.ez-icon-description:before { content: "\ea35"; }
|
|
111
|
+
.ez-icon-dividir:before { content: "\ea36"; }
|
|
112
|
+
.ez-icon-docx:before { content: "\ea37"; }
|
|
113
|
+
.ez-icon-dot-notification:before { content: "\ea38"; }
|
|
114
|
+
.ez-icon-dots-horizontal:before { content: "\ea39"; }
|
|
115
|
+
.ez-icon-dots-vertical:before { content: "\ea3a"; }
|
|
116
|
+
.ez-icon-drag-indicator:before { content: "\ea3b"; }
|
|
117
|
+
.ez-icon-dual-chevron-down:before { content: "\ea3c"; }
|
|
118
|
+
.ez-icon-dual-chevron-left:before { content: "\ea3d"; }
|
|
119
|
+
.ez-icon-dual-chevron-right:before { content: "\ea3e"; }
|
|
120
|
+
.ez-icon-dual-chevron-up:before { content: "\ea3f"; }
|
|
121
|
+
.ez-icon-edit-file:before { content: "\ea40"; }
|
|
122
|
+
.ez-icon-edit-table:before { content: "\ea41"; }
|
|
123
|
+
.ez-icon-edit-time:before { content: "\ea42"; }
|
|
124
|
+
.ez-icon-edit-value:before { content: "\ea43"; }
|
|
125
|
+
.ez-icon-edit:before { content: "\ea44"; }
|
|
126
|
+
.ez-icon-email:before { content: "\ea45"; }
|
|
127
|
+
.ez-icon-estorno:before { content: "\ea46"; }
|
|
128
|
+
.ez-icon-exe:before { content: "\ea47"; }
|
|
129
|
+
.ez-icon-expand:before { content: "\ea48"; }
|
|
130
|
+
.ez-icon-expandir_card:before { content: "\ea49"; }
|
|
131
|
+
.ez-icon-extrato:before { content: "\ea4a"; }
|
|
132
|
+
.ez-icon-eye-off:before { content: "\ea4b"; }
|
|
133
|
+
.ez-icon-eye:before { content: "\ea4c"; }
|
|
134
|
+
.ez-icon-favorite:before { content: "\ea4d"; }
|
|
135
|
+
.ez-icon-figma:before { content: "\ea4e"; }
|
|
136
|
+
.ez-icon-file-download:before { content: "\ea4f"; }
|
|
137
|
+
.ez-icon-file-upload:before { content: "\ea50"; }
|
|
138
|
+
.ez-icon-filter:before { content: "\ea51"; }
|
|
139
|
+
.ez-icon-find-file:before { content: "\ea52"; }
|
|
140
|
+
.ez-icon-find-page:before { content: "\ea53"; }
|
|
141
|
+
.ez-icon-format-color-fill:before { content: "\ea54"; }
|
|
142
|
+
.ez-icon-generic:before { content: "\ea55"; }
|
|
143
|
+
.ez-icon-gif:before { content: "\ea56"; }
|
|
144
|
+
.ez-icon-graph_bar:before { content: "\ea57"; }
|
|
145
|
+
.ez-icon-handshake:before { content: "\ea58"; }
|
|
146
|
+
.ez-icon-help-inverted:before { content: "\ea59"; }
|
|
147
|
+
.ez-icon-help:before { content: "\ea5a"; }
|
|
148
|
+
.ez-icon-hide-list:before { content: "\ea5b"; }
|
|
149
|
+
.ez-icon-hide_menu:before { content: "\ea5c"; }
|
|
150
|
+
.ez-icon-hierarchical-tree:before { content: "\ea5d"; }
|
|
151
|
+
.ez-icon-home:before { content: "\ea5e"; }
|
|
152
|
+
.ez-icon-icons104:before { content: "\ea5f"; }
|
|
153
|
+
.ez-icon-language:before { content: "\ea60"; }
|
|
154
|
+
.ez-icon-launch:before { content: "\ea61"; }
|
|
155
|
+
.ez-icon-lightbulb:before { content: "\ea62"; }
|
|
156
|
+
.ez-icon-list:before { content: "\ea63"; }
|
|
157
|
+
.ez-icon-location:before { content: "\ea64"; }
|
|
158
|
+
.ez-icon-lock-outline:before { content: "\ea65"; }
|
|
159
|
+
.ez-icon-lock:before { content: "\ea66"; }
|
|
160
|
+
.ez-icon-menu:before { content: "\ea67"; }
|
|
161
|
+
.ez-icon-mid:before { content: "\ea68"; }
|
|
162
|
+
.ez-icon-minus:before { content: "\ea69"; }
|
|
163
|
+
.ez-icon-money-off:before { content: "\ea6a"; }
|
|
164
|
+
.ez-icon-money:before { content: "\ea6b"; }
|
|
165
|
+
.ez-icon-more:before { content: "\ea6c"; }
|
|
166
|
+
.ez-icon-mp3:before { content: "\ea6d"; }
|
|
167
|
+
.ez-icon-mp4:before { content: "\ea6e"; }
|
|
168
|
+
.ez-icon-multiple-files:before { content: "\ea6f"; }
|
|
169
|
+
.ez-icon-north-west:before { content: "\ea70"; }
|
|
170
|
+
.ez-icon-number:before { content: "\ea71"; }
|
|
171
|
+
.ez-icon-ordem-ascendente:before { content: "\ea72"; }
|
|
172
|
+
.ez-icon-ordem-descendente:before { content: "\ea73"; }
|
|
173
|
+
.ez-icon-parcelar:before { content: "\ea74"; }
|
|
174
|
+
.ez-icon-pause:before { content: "\ea75"; }
|
|
175
|
+
.ez-icon-payments:before { content: "\ea76"; }
|
|
176
|
+
.ez-icon-pdf:before { content: "\ea77"; }
|
|
177
|
+
.ez-icon-play:before { content: "\ea78"; }
|
|
178
|
+
.ez-icon-plus:before { content: "\ea79"; }
|
|
179
|
+
.ez-icon-png:before { content: "\ea7a"; }
|
|
180
|
+
.ez-icon-power:before { content: "\ea7b"; }
|
|
181
|
+
.ez-icon-pptx:before { content: "\ea7c"; }
|
|
182
|
+
.ez-icon-preview:before { content: "\ea7d"; }
|
|
183
|
+
.ez-icon-print:before { content: "\ea7e"; }
|
|
184
|
+
.ez-icon-push-pin:before { content: "\ea7f"; }
|
|
185
|
+
.ez-icon-rateio:before { content: "\ea80"; }
|
|
186
|
+
.ez-icon-receipt:before { content: "\ea81"; }
|
|
187
|
+
.ez-icon-recolher_card:before { content: "\ea82"; }
|
|
188
|
+
.ez-icon-remove-from-cart:before { content: "\ea83"; }
|
|
189
|
+
.ez-icon-restore:before { content: "\ea84"; }
|
|
190
|
+
.ez-icon-return:before { content: "\ea85"; }
|
|
191
|
+
.ez-icon-sankhya-place:before { content: "\ea86"; }
|
|
192
|
+
.ez-icon-save:before { content: "\ea87"; }
|
|
193
|
+
.ez-icon-search:before { content: "\ea88"; }
|
|
194
|
+
.ez-icon-settings-inverted:before { content: "\ea89"; }
|
|
195
|
+
.ez-icon-settings:before { content: "\ea8a"; }
|
|
196
|
+
.ez-icon-share:before { content: "\ea8b"; }
|
|
197
|
+
.ez-icon-shield:before { content: "\ea8c"; }
|
|
198
|
+
.ez-icon-show-list:before { content: "\ea8d"; }
|
|
199
|
+
.ez-icon-show_menu:before { content: "\ea8e"; }
|
|
200
|
+
.ez-icon-south-east:before { content: "\ea8f"; }
|
|
201
|
+
.ez-icon-sync:before { content: "\ea90"; }
|
|
202
|
+
.ez-icon-table:before { content: "\ea91"; }
|
|
203
|
+
.ez-icon-tag_code:before { content: "\ea92"; }
|
|
204
|
+
.ez-icon-text:before { content: "\ea93"; }
|
|
205
|
+
.ez-icon-timeline:before { content: "\ea94"; }
|
|
206
|
+
.ez-icon-timer-outline:before { content: "\ea95"; }
|
|
207
|
+
.ez-icon-trending-up:before { content: "\ea96"; }
|
|
208
|
+
.ez-icon-tune:before { content: "\ea97"; }
|
|
209
|
+
.ez-icon-txt:before { content: "\ea98"; }
|
|
210
|
+
.ez-icon-un-pin:before { content: "\ea99"; }
|
|
211
|
+
.ez-icon-unfold_less:before { content: "\ea9a"; }
|
|
212
|
+
.ez-icon-unfold_more:before { content: "\ea9b"; }
|
|
213
|
+
.ez-icon-user-circle:before { content: "\ea9c"; }
|
|
214
|
+
.ez-icon-warning-outline:before { content: "\ea9d"; }
|
|
215
|
+
.ez-icon-warning_triangle:before { content: "\ea9e"; }
|
|
216
|
+
.ez-icon-whatshot:before { content: "\ea9f"; }
|
|
217
|
+
.ez-icon-xlsx:before { content: "\eaa0"; }
|
|
218
|
+
.ez-icon-zip:before { content: "\eaa1"; }
|
|
212
219
|
/*
|
|
213
220
|
END CSS GENERATED BY EZ-DESIGN ICONS
|
|
214
221
|
*/
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
--ez-list__item--color: var(--title--primary, #2b3a54);
|
|
22
22
|
|
|
23
23
|
/* @doc Define o estilo borda inferior do item da lista. */
|
|
24
|
-
--ez-list__item--border-bottom;
|
|
24
|
+
--ez-list__item--border-bottom: none;
|
|
25
25
|
|
|
26
26
|
/* @doc Define a cor da borda inferior do item da lista. */
|
|
27
|
-
--ez-list__item--border-bottom-color;
|
|
27
|
+
--ez-list__item--border-bottom-color: none;
|
|
28
28
|
|
|
29
29
|
/* @doc Define o estilo do texto do item da lista. */
|
|
30
30
|
--ez-list__item--font-family: var(--font-pattern, "Roboto");
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
/*@doc Define o raio da borda da barra de rolagem do componente.*/
|
|
90
90
|
--ez-list__scrollbar--border-radius: var(--border--radius-small, 6px);
|
|
91
91
|
/*@doc Define a largura da barra de rolagem do componente.*/
|
|
92
|
-
--ez-list__scrollbar--width: var(--space--
|
|
92
|
+
--ez-list__scrollbar--width: var(--space--small, 6px);
|
|
93
93
|
|
|
94
94
|
max-height: 100%;
|
|
95
95
|
width: 100%;
|
|
@@ -147,6 +147,7 @@ p {
|
|
|
147
147
|
|
|
148
148
|
.item-content {
|
|
149
149
|
display: flex;
|
|
150
|
+
align-items: center;
|
|
150
151
|
overflow: hidden;
|
|
151
152
|
justify-content: flex-start;
|
|
152
153
|
width: 100%;
|
|
@@ -176,7 +177,7 @@ p {
|
|
|
176
177
|
|
|
177
178
|
.draggable-list li > div {
|
|
178
179
|
/*public*/
|
|
179
|
-
padding: var(--space--
|
|
180
|
+
padding: var(--space--3xs, 4px) var(--space--3xs, 4px);
|
|
180
181
|
margin: var(--ez-list__item--margin);
|
|
181
182
|
}
|
|
182
183
|
|