@sankhyalabs/ezui 5.22.0-dev.5 → 5.22.0-dev.50
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/DataBinder-3b083480.js +445 -0
- package/dist/cjs/FocusResolver-885f2173.js +35 -0
- package/dist/cjs/ez-actions-button.cjs.entry.js +1 -1
- package/dist/cjs/ez-alert-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-alert.cjs.entry.js +1 -1
- package/dist/cjs/ez-application.cjs.entry.js +1 -1
- package/dist/cjs/ez-badge.cjs.entry.js +1 -1
- package/dist/cjs/ez-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/ez-button.cjs.entry.js +12 -6
- package/dist/cjs/ez-calendar.cjs.entry.js +1 -1
- package/dist/cjs/ez-card-item_3.cjs.entry.js +22 -7
- package/dist/cjs/ez-chart.cjs.entry.js +2 -2
- package/dist/cjs/ez-check.cjs.entry.js +2 -2
- 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.cjs.entry.js +65 -12
- package/dist/cjs/ez-custom-form-input_2.cjs.entry.js +37 -7
- package/dist/cjs/ez-date-input.cjs.entry.js +13 -4
- package/dist/cjs/ez-date-time-input.cjs.entry.js +10 -4
- package/dist/cjs/ez-dialog.cjs.entry.js +11 -3
- package/dist/cjs/{ez-dropdown.cjs.entry.js → ez-dropdown_2.cjs.entry.js} +76 -9
- package/dist/cjs/ez-file-item.cjs.entry.js +1 -1
- package/dist/cjs/ez-form-view.cjs.entry.js +6 -5
- package/dist/cjs/ez-form.cjs.entry.js +6 -326
- package/dist/cjs/ez-grid.cjs.entry.js +14702 -70253
- package/dist/cjs/ez-guide-navigator.cjs.entry.js +1 -1
- package/dist/cjs/ez-icon.cjs.entry.js +2 -2
- package/dist/cjs/ez-list.cjs.entry.js +7 -8
- package/dist/cjs/ez-loading-bar.cjs.entry.js +1 -1
- package/dist/cjs/ez-modal-container.cjs.entry.js +3 -2
- package/dist/cjs/ez-modal.cjs.entry.js +20 -5
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js +2 -2
- package/dist/cjs/ez-number-input.cjs.entry.js +14 -2
- package/dist/cjs/ez-popover.cjs.entry.js +1 -1
- package/dist/cjs/ez-popup.cjs.entry.js +22 -3
- package/dist/cjs/ez-radio-button.cjs.entry.js +1 -1
- package/dist/cjs/ez-scroller_2.cjs.entry.js +4 -4
- package/dist/cjs/ez-search.cjs.entry.js +108 -45
- package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +2 -2
- package/dist/cjs/ez-split-button.cjs.entry.js +3 -3
- package/dist/cjs/ez-split-item.cjs.entry.js +2 -2
- package/dist/cjs/ez-split-panel.cjs.entry.js +1 -1
- package/dist/cjs/ez-tabselector.cjs.entry.js +1 -1
- package/dist/cjs/ez-text-area.cjs.entry.js +68 -6
- package/dist/cjs/ez-text-input.cjs.entry.js +52 -6
- package/dist/cjs/ez-time-input.cjs.entry.js +7 -1
- package/dist/cjs/ez-toast.cjs.entry.js +1 -1
- package/dist/cjs/ez-tree.cjs.entry.js +1 -1
- package/dist/cjs/ez-upload.cjs.entry.js +1 -1
- package/dist/cjs/ez-view-stack.cjs.entry.js +1 -1
- package/dist/cjs/ezui.cjs.js +2 -2
- package/dist/cjs/filter-column.cjs.entry.js +1 -1
- package/dist/cjs/{index-9e5554cb.js → index-a7b0c73d.js} +2 -9
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/ez-button/ez-button.css +23 -13
- package/dist/collection/components/ez-button/ez-button.js +12 -6
- package/dist/collection/components/ez-card-item/ez-card-item.css +60 -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-collapsible-box/ez-collapsible-box.css +2 -2
- package/dist/collection/components/ez-combo-box/ez-combo-box.css +1 -1
- package/dist/collection/components/ez-combo-box/ez-combo-box.js +109 -13
- package/dist/collection/components/ez-date-input/ez-date-input.css +1 -1
- package/dist/collection/components/ez-date-input/ez-date-input.js +38 -4
- 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 +35 -4
- package/dist/collection/components/ez-dialog/ez-dialog.css +3 -3
- package/dist/collection/components/ez-dialog/ez-dialog.js +9 -1
- package/dist/collection/components/ez-dropdown/ez-dropdown.js +33 -8
- 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/fieldbuilder/templates/SearchInput.tpl.js +3 -2
- 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 +254 -53
- package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +107 -5
- 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/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 +4 -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 +17 -7
- package/dist/collection/components/ez-grid/ez-grid.js +181 -7
- package/dist/collection/components/ez-icon/ez-icon.css +153 -149
- package/dist/collection/components/ez-list/ez-list.css +2 -1
- package/dist/collection/components/ez-list/ez-list.js +6 -7
- package/dist/collection/components/ez-modal/ez-modal.css +5 -1
- package/dist/collection/components/ez-modal/ez-modal.js +38 -5
- package/dist/collection/components/ez-modal-container/ez-modal-container.js +20 -1
- 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.js +49 -1
- package/dist/collection/components/ez-popup/ez-popup.css +7 -3
- package/dist/collection/components/ez-popup/ez-popup.js +38 -1
- package/dist/collection/components/ez-scroller/ez-scroller.css +1 -0
- package/dist/collection/components/ez-search/ez-search.css +21 -10
- package/dist/collection/components/ez-search/ez-search.js +173 -48
- 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 +3 -1
- package/dist/collection/components/ez-split-button/ez-split-button.css +50 -14
- package/dist/collection/components/ez-split-button/ez-split-button.js +3 -3
- package/dist/collection/components/ez-split-panel/structure/item/ez-split-item.css +1 -0
- package/dist/collection/components/ez-text-area/ez-text-area.css +73 -28
- package/dist/collection/components/ez-text-area/ez-text-area.js +103 -3
- package/dist/collection/components/ez-text-input/ez-text-input.css +41 -71
- package/dist/collection/components/ez-text-input/ez-text-input.js +86 -4
- package/dist/collection/components/ez-time-input/ez-time-input.js +24 -0
- package/dist/collection/sw.js +46 -0
- package/dist/collection/utils/FocusResolver.js +31 -0
- package/dist/collection/utils/form/DataBinder.js +20 -5
- package/dist/collection/utils/form/FormMetadata.js +1 -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.js +15589 -70732
- package/dist/esm/DataBinder-02fa9bb9.js +441 -0
- package/dist/esm/FocusResolver-1ccbf850.js +33 -0
- package/dist/esm/ez-actions-button.entry.js +1 -1
- package/dist/esm/ez-alert-list.entry.js +1 -1
- package/dist/esm/ez-alert.entry.js +1 -1
- package/dist/esm/ez-application.entry.js +1 -1
- package/dist/esm/ez-badge.entry.js +1 -1
- package/dist/esm/ez-breadcrumb.entry.js +1 -1
- package/dist/esm/ez-button.entry.js +12 -6
- package/dist/esm/ez-calendar.entry.js +1 -1
- package/dist/esm/ez-card-item_3.entry.js +22 -7
- package/dist/esm/ez-chart.entry.js +2 -2
- package/dist/esm/ez-check.entry.js +2 -2
- 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.entry.js +66 -13
- package/dist/esm/ez-custom-form-input_2.entry.js +38 -8
- package/dist/esm/ez-date-input.entry.js +13 -4
- package/dist/esm/ez-date-time-input.entry.js +10 -4
- package/dist/esm/ez-dialog.entry.js +11 -3
- package/dist/esm/{ez-dropdown.entry.js → ez-dropdown_2.entry.js} +76 -10
- package/dist/esm/ez-file-item.entry.js +1 -1
- package/dist/esm/ez-form-view.entry.js +6 -5
- package/dist/esm/ez-form.entry.js +5 -325
- package/dist/esm/ez-grid.entry.js +14755 -70306
- package/dist/esm/ez-guide-navigator.entry.js +1 -1
- package/dist/esm/ez-icon.entry.js +2 -2
- package/dist/esm/ez-list.entry.js +7 -8
- package/dist/esm/ez-loading-bar.entry.js +1 -1
- package/dist/esm/ez-modal-container.entry.js +3 -2
- package/dist/esm/ez-modal.entry.js +20 -5
- package/dist/esm/ez-multi-selection-list.entry.js +2 -2
- package/dist/esm/ez-number-input.entry.js +14 -2
- package/dist/esm/ez-popover.entry.js +1 -1
- package/dist/esm/ez-popup.entry.js +22 -3
- package/dist/esm/ez-radio-button.entry.js +1 -1
- package/dist/esm/ez-scroller_2.entry.js +4 -4
- package/dist/esm/ez-search.entry.js +108 -45
- package/dist/esm/ez-sidebar-navigator.entry.js +2 -2
- package/dist/esm/ez-split-button.entry.js +3 -3
- package/dist/esm/ez-split-item.entry.js +2 -2
- package/dist/esm/ez-split-panel.entry.js +1 -1
- package/dist/esm/ez-tabselector.entry.js +1 -1
- package/dist/esm/ez-text-area.entry.js +68 -6
- package/dist/esm/ez-text-input.entry.js +52 -6
- package/dist/esm/ez-time-input.entry.js +7 -1
- package/dist/esm/ez-toast.entry.js +1 -1
- package/dist/esm/ez-tree.entry.js +1 -1
- package/dist/esm/ez-upload.entry.js +1 -1
- package/dist/esm/ez-view-stack.entry.js +1 -1
- package/dist/esm/ezui.js +3 -3
- package/dist/esm/filter-column.entry.js +1 -1
- package/dist/esm/{index-5a720e56.js → index-baa5e267.js} +3 -9
- package/dist/esm/loader.js +3 -3
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/{p-e6b38ade.entry.js → p-0306dff7.entry.js} +1 -1
- package/dist/ezui/{p-91ccae0c.entry.js → p-09de35a2.entry.js} +1 -1
- package/dist/ezui/p-0a75bb05.entry.js +1 -0
- package/dist/ezui/p-0db68715.entry.js +1 -0
- package/dist/ezui/{p-11b09aa1.entry.js → p-1285c902.entry.js} +1 -1
- package/dist/ezui/p-15d7af92.entry.js +1 -0
- package/dist/ezui/{p-b2f6bc0a.entry.js → p-17be134a.entry.js} +1 -1
- package/dist/ezui/p-19098a3f.entry.js +1 -0
- package/dist/ezui/{p-81461d2f.entry.js → p-1e7a8633.entry.js} +1 -1
- package/dist/ezui/{p-6b51c9cc.entry.js → p-1f50fa05.entry.js} +1 -1
- package/dist/ezui/p-1f830a2f.entry.js +1 -0
- package/dist/ezui/{p-e4c7eb39.js → p-23a36bb6.js} +2 -2
- package/dist/ezui/p-2aa8e4b2.entry.js +1 -0
- package/dist/ezui/p-2bb2a0c4.entry.js +1 -0
- package/dist/ezui/p-3175fe8c.entry.js +1 -0
- package/dist/ezui/{p-0378416a.entry.js → p-44caad9a.entry.js} +1 -1
- package/dist/ezui/p-455e737c.js +1 -0
- package/dist/ezui/p-4575d511.entry.js +1 -0
- package/dist/ezui/{p-7567ccdd.entry.js → p-555c9018.entry.js} +1 -1
- package/dist/ezui/{p-6fc26622.entry.js → p-5ed81457.entry.js} +1 -1
- package/dist/ezui/{p-f1c2c19e.entry.js → p-650e4b6d.entry.js} +1 -1
- package/dist/ezui/p-6d79930d.entry.js +1 -0
- package/dist/ezui/{p-fc194825.entry.js → p-6e429cff.entry.js} +1 -1
- package/dist/ezui/p-7409eeaa.entry.js +1 -0
- package/dist/ezui/{p-11bfeca3.entry.js → p-77a4bd35.entry.js} +1 -1
- package/dist/ezui/p-7ed30844.entry.js +1 -0
- package/dist/ezui/p-7fdd479f.entry.js +1 -0
- package/dist/ezui/{p-1b08bf3c.entry.js → p-8888d9ed.entry.js} +1 -1
- package/dist/ezui/{p-82fa4b09.entry.js → p-8df1ca33.entry.js} +1 -1
- package/dist/ezui/{p-31674f8e.entry.js → p-90bcd2ba.entry.js} +1 -1
- package/dist/ezui/p-97af4b13.entry.js +1 -0
- package/dist/ezui/p-98dc7ce3.entry.js +309 -0
- package/dist/ezui/p-990b4318.entry.js +1 -0
- package/dist/ezui/{p-c2b20f78.entry.js → p-9f5fa3f9.entry.js} +1 -1
- package/dist/ezui/p-a5b91a77.entry.js +1 -0
- package/dist/ezui/{p-dfca5946.entry.js → p-a80b1287.entry.js} +1 -1
- package/dist/ezui/{p-30951bd7.entry.js → p-baf80b13.entry.js} +1 -1
- package/dist/ezui/p-bc2f844e.entry.js +1 -0
- package/dist/ezui/{p-868b56f7.entry.js → p-bcb53f27.entry.js} +1 -1
- package/dist/ezui/p-bfad39eb.entry.js +1 -0
- package/dist/ezui/{p-92748142.entry.js → p-c0d9c4f8.entry.js} +1 -1
- package/dist/ezui/p-c3045972.entry.js +1 -0
- package/dist/ezui/{p-82ac8b06.entry.js → p-c4320a39.entry.js} +1 -1
- package/dist/ezui/p-cd2e78f0.entry.js +1 -0
- package/dist/ezui/p-d0ca26fe.entry.js +1 -0
- package/dist/ezui/p-d24a7b4c.entry.js +1 -0
- package/dist/ezui/p-dc628ed3.js +1 -0
- package/dist/ezui/p-dc8b36c3.entry.js +1 -0
- package/dist/ezui/{p-9aa27e69.entry.js → p-e347df9c.entry.js} +1 -1
- package/dist/ezui/p-f9e551de.entry.js +1 -0
- package/dist/ezui/p-fec696ab.entry.js +1 -0
- package/dist/ezui/p-ffd246f5.entry.js +1 -0
- package/dist/types/components/ez-button/ez-button.d.ts +2 -1
- package/dist/types/components/ez-card-item/ez-card-item.d.ts +5 -0
- package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +12 -1
- package/dist/types/components/ez-date-input/ez-date-input.d.ts +6 -1
- package/dist/types/components/ez-date-time-input/ez-date-time-input.d.ts +6 -1
- package/dist/types/components/ez-dialog/ez-dialog.d.ts +2 -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/SearchInput.tpl.d.ts +1 -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 +56 -4
- package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +32 -4
- package/dist/types/components/ez-grid/controller/ag-grid/DataSource.d.ts +23 -1
- 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 +27 -1
- package/dist/types/components/ez-modal/ez-modal.d.ts +7 -1
- package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +4 -0
- package/dist/types/components/ez-number-input/ez-number-input.d.ts +8 -0
- package/dist/types/components/ez-popup/ez-popup.d.ts +7 -0
- package/dist/types/components/ez-search/ez-search.d.ts +25 -5
- package/dist/types/components/ez-split-button/ez-split-button.d.ts +1 -1
- 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 +9 -0
- package/dist/types/components/ez-time-input/ez-time-input.d.ts +4 -0
- package/dist/types/components.d.ts +213 -20
- package/dist/types/utils/FocusResolver.d.ts +5 -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 +12 -4
- package/dist/cjs/RecordValidationProcessor-4c893e04.js +0 -102
- package/dist/cjs/ez-skeleton.cjs.entry.js +0 -67
- package/dist/esm/RecordValidationProcessor-b00b8b77.js +0 -99
- package/dist/esm/ez-skeleton.entry.js +0 -63
- package/dist/ezui/p-044d46d5.entry.js +0 -1
- package/dist/ezui/p-04f24913.js +0 -1
- package/dist/ezui/p-24ca32a3.entry.js +0 -1
- package/dist/ezui/p-2af4e2de.entry.js +0 -1
- package/dist/ezui/p-33792b2b.entry.js +0 -1
- package/dist/ezui/p-33b08253.entry.js +0 -304
- package/dist/ezui/p-36180f4d.entry.js +0 -1
- package/dist/ezui/p-3f8c33e0.entry.js +0 -1
- package/dist/ezui/p-5fefcdc9.entry.js +0 -1
- package/dist/ezui/p-6ec40dec.entry.js +0 -1
- package/dist/ezui/p-752c4069.entry.js +0 -1
- package/dist/ezui/p-81cffa53.entry.js +0 -1
- package/dist/ezui/p-81f99ace.entry.js +0 -1
- package/dist/ezui/p-8eef0f70.entry.js +0 -1
- package/dist/ezui/p-9634631d.entry.js +0 -1
- package/dist/ezui/p-9a11e223.entry.js +0 -1
- package/dist/ezui/p-9a23d513.entry.js +0 -1
- package/dist/ezui/p-9c2e2d68.entry.js +0 -1
- package/dist/ezui/p-a35b41e6.entry.js +0 -1
- package/dist/ezui/p-acbf0e76.entry.js +0 -1
- package/dist/ezui/p-b0e71d23.entry.js +0 -1
- package/dist/ezui/p-c3b7a23e.entry.js +0 -1
- package/dist/ezui/p-cd1a2e6b.entry.js +0 -1
- package/dist/ezui/p-dbeee5aa.entry.js +0 -1
- package/dist/ezui/p-de870657.entry.js +0 -1
- package/dist/ezui/p-e151e795.entry.js +0 -1
- package/dist/ezui/p-ee9315ff.entry.js +0 -1
- package/dist/ezui/p-f1c3f85d.entry.js +0 -1
- package/dist/ezui/p-f291db18.entry.js +0 -1
|
@@ -36,6 +36,10 @@ export class EzGrid {
|
|
|
36
36
|
this.recordsValidator = undefined;
|
|
37
37
|
this.canEdit = true;
|
|
38
38
|
this.autoFocus = true;
|
|
39
|
+
this.paginationCounterMode = 'show';
|
|
40
|
+
this.enableGridInsert = false;
|
|
41
|
+
this.enableContinuousInsert = true;
|
|
42
|
+
this.enableLockManger = true;
|
|
39
43
|
}
|
|
40
44
|
/**
|
|
41
45
|
* Aplica a definição de colunas.
|
|
@@ -160,6 +164,18 @@ export class EzGrid {
|
|
|
160
164
|
async setFocus() {
|
|
161
165
|
this._gridController.setFocus();
|
|
162
166
|
}
|
|
167
|
+
/**
|
|
168
|
+
* Para a edição da grade.
|
|
169
|
+
*/
|
|
170
|
+
async stopEdit() {
|
|
171
|
+
this._gridController.stopEdit();
|
|
172
|
+
}
|
|
173
|
+
async checkStopEditOutsideClick(event) {
|
|
174
|
+
var _a;
|
|
175
|
+
if ((_a = this._container) === null || _a === void 0 ? void 0 : _a.contains(event.target))
|
|
176
|
+
return;
|
|
177
|
+
this._gridController.stopEdit();
|
|
178
|
+
}
|
|
163
179
|
observeConfig(config) {
|
|
164
180
|
this._gridController.setColumnsState(config === null || config === void 0 ? void 0 : config.columns);
|
|
165
181
|
}
|
|
@@ -171,12 +187,23 @@ export class EzGrid {
|
|
|
171
187
|
this._refPaginationLabelTooltip.setAttribute('data-tooltip', this._getPaginationTooltip());
|
|
172
188
|
}
|
|
173
189
|
}
|
|
190
|
+
observePaginationCounterMode(newValue) {
|
|
191
|
+
if (newValue === 'hidden') {
|
|
192
|
+
this._hidePaginationDescription();
|
|
193
|
+
}
|
|
194
|
+
if (newValue === 'show') {
|
|
195
|
+
this._showPaginationDescription();
|
|
196
|
+
}
|
|
197
|
+
}
|
|
174
198
|
onSelectionChange(evt) {
|
|
175
199
|
this._currentPageSelected = evt.detail.selectionHeaderStatus === true;
|
|
176
200
|
if (this.dataUnit) {
|
|
177
201
|
this.setSelection(this.dataUnit.getSelectionInfo());
|
|
178
202
|
}
|
|
179
203
|
}
|
|
204
|
+
async handleClick(event) {
|
|
205
|
+
this.checkStopEditOutsideClick(event);
|
|
206
|
+
}
|
|
180
207
|
setSelection(selectionInfo) {
|
|
181
208
|
var _a;
|
|
182
209
|
this._selectionCount = (_a = selectionInfo === null || selectionInfo === void 0 ? void 0 : selectionInfo.length) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -332,13 +359,18 @@ export class EzGrid {
|
|
|
332
359
|
resetPaginationState() {
|
|
333
360
|
var _a;
|
|
334
361
|
this._paginationChangedByKeyboard = false;
|
|
335
|
-
(_a = this.
|
|
362
|
+
(_a = this._gridController) === null || _a === void 0 ? void 0 : _a.resetPaginationState();
|
|
363
|
+
}
|
|
364
|
+
resolvePaginationClassMode() {
|
|
365
|
+
if (this.paginationCounterMode == 'show')
|
|
366
|
+
return "pagination-expanded";
|
|
367
|
+
return "pagination-contracted";
|
|
336
368
|
}
|
|
337
369
|
getPaginationControl() {
|
|
338
370
|
if (!this._paginationInfo)
|
|
339
371
|
return null;
|
|
340
372
|
const { currentPage, hasMore } = this._paginationInfo;
|
|
341
|
-
return (h("div", { class:
|
|
373
|
+
return (h("div", { class: `grid-header__container grid-header__pagination ${this.resolvePaginationClassMode()}`, ref: ref => (this._refPaginationControl = ref) }, h("div", { class: "ez-text ez-text--primary ez-text--medium ez-margin-right--medium", ref: (element) => (this._refPaginationLabel = element) }, h("span", { class: "grid-header__pagination-label" }, this.paginationCounterMode == 'show' && h("strong", { class: "ez-text ez-text--primary ez-text--medium" }, this._getActualPageLabel()), this.paginationCounterMode == 'show' && this._getRemainingPageLabel())), h("div", { id: "grid-pagination-tooltip", ref: (element) => (this._refPaginationLabelTooltip = element), class: "ez-flex ez-margin-right--medium", title: `${this._getActualPageLabel()} ${this._getRemainingPageLabel()}` }, h("ez-button", { size: "small", class: "ez-margin-right--medium", iconName: "chevron-left", mode: "icon", enabled: currentPage > 0, onClick: () => this.previousPage(), label: "P\u00E1gina anterior" }), h("ez-button", { size: "small", iconName: "chevron-right", mode: "icon", enabled: hasMore, onClick: () => this.nextPage(), label: "Pr\u00F3xima P\u00E1gina" }))));
|
|
342
374
|
}
|
|
343
375
|
componentDidLoad() {
|
|
344
376
|
this._gridController.initDatagrid(this._container, {
|
|
@@ -362,11 +394,14 @@ export class EzGrid {
|
|
|
362
394
|
editionIsDisabled: () => !this.canEdit,
|
|
363
395
|
customFormatters: this._customFormatters,
|
|
364
396
|
autoFocus: this.autoFocus,
|
|
397
|
+
enableGridInsert: this.enableGridInsert,
|
|
398
|
+
enableContinuousInsert: this.enableContinuousInsert,
|
|
365
399
|
onRefresh: () => {
|
|
366
400
|
if (this.dataUnit) {
|
|
367
401
|
this.setSelection(this.dataUnit.getSelectionInfo());
|
|
368
402
|
}
|
|
369
|
-
}
|
|
403
|
+
},
|
|
404
|
+
enableLockManger: this.enableLockManger
|
|
370
405
|
});
|
|
371
406
|
if (this.config) {
|
|
372
407
|
this.observeConfig(this.config);
|
|
@@ -378,7 +413,8 @@ export class EzGrid {
|
|
|
378
413
|
this.setEvents();
|
|
379
414
|
this.componentReady.emit();
|
|
380
415
|
this._gridController.configFilterColumn(this._filterColumn);
|
|
381
|
-
this.
|
|
416
|
+
if (this.paginationCounterMode === 'auto')
|
|
417
|
+
this._initHeaderOverflowWatcher();
|
|
382
418
|
}
|
|
383
419
|
handlePaginationChange(selectFirstRecord, paginationInfo) {
|
|
384
420
|
var _a;
|
|
@@ -405,7 +441,8 @@ export class EzGrid {
|
|
|
405
441
|
return this._getActualPageLabel() + this._getRemainingPageLabel();
|
|
406
442
|
}
|
|
407
443
|
_initHeaderOverflowWatcher() {
|
|
408
|
-
|
|
444
|
+
if (this._refPaginationControl)
|
|
445
|
+
this._headerOverflowWatcher = new OverflowWatcher(this.buildOverFlowWatcherParams());
|
|
409
446
|
}
|
|
410
447
|
buildOverFlowWatcherParams() {
|
|
411
448
|
return {
|
|
@@ -436,8 +473,13 @@ export class EzGrid {
|
|
|
436
473
|
this._refPaginationLabelTooltip.removeAttribute('data-tooltip');
|
|
437
474
|
}
|
|
438
475
|
disconnectedCallback() {
|
|
439
|
-
var _a;
|
|
476
|
+
var _a, _b;
|
|
440
477
|
(_a = this._headerOverflowWatcher) === null || _a === void 0 ? void 0 : _a.destroy();
|
|
478
|
+
(_b = this._gridController) === null || _b === void 0 ? void 0 : _b.destroy();
|
|
479
|
+
}
|
|
480
|
+
connectedCallback() {
|
|
481
|
+
var _a;
|
|
482
|
+
(_a = this._gridController) === null || _a === void 0 ? void 0 : _a.registryListeners();
|
|
441
483
|
}
|
|
442
484
|
componentWillRender() {
|
|
443
485
|
this.configSelectionCounter();
|
|
@@ -454,6 +496,11 @@ export class EzGrid {
|
|
|
454
496
|
}
|
|
455
497
|
componentDidUpdate() {
|
|
456
498
|
this._gridController.setAutoFocus(this.autoFocus);
|
|
499
|
+
this._gridController.setEnableGridInsert(this.enableGridInsert);
|
|
500
|
+
this._gridController.setEnableContinuousInsert(this.enableContinuousInsert);
|
|
501
|
+
if (this.dataUnit) {
|
|
502
|
+
this.setSelection(this.dataUnit.getSelectionInfo());
|
|
503
|
+
}
|
|
457
504
|
}
|
|
458
505
|
getDataSource() {
|
|
459
506
|
var _a;
|
|
@@ -462,9 +509,14 @@ export class EzGrid {
|
|
|
462
509
|
hideHeader() {
|
|
463
510
|
return (!!this._element.getAttribute("no-header") && !this._paginationInfo);
|
|
464
511
|
}
|
|
512
|
+
resolveLeftHeaderClass() {
|
|
513
|
+
if (this.paginationCounterMode == 'show')
|
|
514
|
+
return "left__header-expanded";
|
|
515
|
+
return "left__header-contracted";
|
|
516
|
+
}
|
|
465
517
|
render() {
|
|
466
518
|
var _a;
|
|
467
|
-
return (h(Host, { "no-header": this.hideHeader() }, h("div", { class: "grid__container ez-grid", ref: elem => (this._container = elem) }), h("div", { class: "ez-box ez-box--shadow ez-padding--
|
|
519
|
+
return (h(Host, { "no-header": this.hideHeader() }, h("div", { class: "grid__container ez-grid", ref: elem => (this._container = elem) }), h("div", { class: "ez-box ez-box--shadow ez-padding--small grid-header" }, h("filter-column", { class: "grid-header__popover", noHeaderTaskBar: !this._hasLeftButtons, dataSource: this.getDataSource(), dataUnit: this.dataUnit, gridHeaderHidden: this.hideHeader(), ref: (element) => (this._filterColumn = element) }), h("div", { class: "grid-header__position" }, h("div", { class: `grid-header__container grid-header__left-container ${this.resolveLeftHeaderClass()}` }, h("slot", { name: "leftButtons" })), this.getPaginationControl())), h("div", { ref: (ref) => (this._gridSelectionCounter = ref), class: `grid__selection-counter ez-elevation--4
|
|
468
520
|
${this._showSelectionCounter ? 'grid__selection-counter--opened' : ''}
|
|
469
521
|
` }, h(SelectionCounter, { selectionCount: this._selectionCount, currentPageSelected: this._currentPageSelected, paginationInfo: this._paginationInfo, canSelectAll: (_a = this.selectionToastConfig) === null || _a === void 0 ? void 0 : _a.canSelectAll, allRecordSelected: this._isAllSelection, onSelectAll: () => this.onSelectAllRecords(), onSelectPage: () => this.onSelectPageRecords(), onClearAll: () => this.onClearSelectedRecords(), onClose: () => (this._showSelectionCounter = false) })), h("div", { class: "grid__footer" }, h("slot", { name: "footer" }))));
|
|
470
522
|
}
|
|
@@ -694,6 +746,78 @@ export class EzGrid {
|
|
|
694
746
|
"attribute": "auto-focus",
|
|
695
747
|
"reflect": false,
|
|
696
748
|
"defaultValue": "true"
|
|
749
|
+
},
|
|
750
|
+
"paginationCounterMode": {
|
|
751
|
+
"type": "string",
|
|
752
|
+
"mutable": false,
|
|
753
|
+
"complexType": {
|
|
754
|
+
"original": "'show' | 'hidden' | 'auto'",
|
|
755
|
+
"resolved": "\"auto\" | \"hidden\" | \"show\"",
|
|
756
|
+
"references": {}
|
|
757
|
+
},
|
|
758
|
+
"required": false,
|
|
759
|
+
"optional": true,
|
|
760
|
+
"docs": {
|
|
761
|
+
"tags": [],
|
|
762
|
+
"text": "Define se a grid ser\u00E1 focada ao ser carregada."
|
|
763
|
+
},
|
|
764
|
+
"attribute": "pagination-counter-mode",
|
|
765
|
+
"reflect": false,
|
|
766
|
+
"defaultValue": "'show'"
|
|
767
|
+
},
|
|
768
|
+
"enableGridInsert": {
|
|
769
|
+
"type": "boolean",
|
|
770
|
+
"mutable": false,
|
|
771
|
+
"complexType": {
|
|
772
|
+
"original": "boolean",
|
|
773
|
+
"resolved": "boolean",
|
|
774
|
+
"references": {}
|
|
775
|
+
},
|
|
776
|
+
"required": false,
|
|
777
|
+
"optional": true,
|
|
778
|
+
"docs": {
|
|
779
|
+
"tags": [],
|
|
780
|
+
"text": "Ativa inser\u00E7\u00E3o de registros no modo grade."
|
|
781
|
+
},
|
|
782
|
+
"attribute": "enable-grid-insert",
|
|
783
|
+
"reflect": false,
|
|
784
|
+
"defaultValue": "false"
|
|
785
|
+
},
|
|
786
|
+
"enableContinuousInsert": {
|
|
787
|
+
"type": "boolean",
|
|
788
|
+
"mutable": false,
|
|
789
|
+
"complexType": {
|
|
790
|
+
"original": "boolean",
|
|
791
|
+
"resolved": "boolean",
|
|
792
|
+
"references": {}
|
|
793
|
+
},
|
|
794
|
+
"required": false,
|
|
795
|
+
"optional": true,
|
|
796
|
+
"docs": {
|
|
797
|
+
"tags": [],
|
|
798
|
+
"text": "Ativa/desativa a inser\u00E7\u00E3o continua na grade\nS\u00F3 funciona quando a prop enableGridInsert est\u00E1 ativa"
|
|
799
|
+
},
|
|
800
|
+
"attribute": "enable-continuous-insert",
|
|
801
|
+
"reflect": false,
|
|
802
|
+
"defaultValue": "true"
|
|
803
|
+
},
|
|
804
|
+
"enableLockManger": {
|
|
805
|
+
"type": "boolean",
|
|
806
|
+
"mutable": false,
|
|
807
|
+
"complexType": {
|
|
808
|
+
"original": "boolean",
|
|
809
|
+
"resolved": "boolean",
|
|
810
|
+
"references": {}
|
|
811
|
+
},
|
|
812
|
+
"required": false,
|
|
813
|
+
"optional": true,
|
|
814
|
+
"docs": {
|
|
815
|
+
"tags": [],
|
|
816
|
+
"text": "Ativa inser\u00E7\u00E3o de registros no modo grade."
|
|
817
|
+
},
|
|
818
|
+
"attribute": "enable-lock-manger",
|
|
819
|
+
"reflect": false,
|
|
820
|
+
"defaultValue": "true"
|
|
697
821
|
}
|
|
698
822
|
};
|
|
699
823
|
}
|
|
@@ -1198,6 +1322,47 @@ export class EzGrid {
|
|
|
1198
1322
|
"text": "Atribui o foco para a grade.",
|
|
1199
1323
|
"tags": []
|
|
1200
1324
|
}
|
|
1325
|
+
},
|
|
1326
|
+
"stopEdit": {
|
|
1327
|
+
"complexType": {
|
|
1328
|
+
"signature": "() => Promise<void>",
|
|
1329
|
+
"parameters": [],
|
|
1330
|
+
"references": {
|
|
1331
|
+
"Promise": {
|
|
1332
|
+
"location": "global"
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
"return": "Promise<void>"
|
|
1336
|
+
},
|
|
1337
|
+
"docs": {
|
|
1338
|
+
"text": "Para a edi\u00E7\u00E3o da grade.",
|
|
1339
|
+
"tags": []
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"checkStopEditOutsideClick": {
|
|
1343
|
+
"complexType": {
|
|
1344
|
+
"signature": "(event: MouseEvent) => Promise<void>",
|
|
1345
|
+
"parameters": [{
|
|
1346
|
+
"tags": [],
|
|
1347
|
+
"text": ""
|
|
1348
|
+
}],
|
|
1349
|
+
"references": {
|
|
1350
|
+
"Promise": {
|
|
1351
|
+
"location": "global"
|
|
1352
|
+
},
|
|
1353
|
+
"MouseEvent": {
|
|
1354
|
+
"location": "global"
|
|
1355
|
+
},
|
|
1356
|
+
"Node": {
|
|
1357
|
+
"location": "global"
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
"return": "Promise<void>"
|
|
1361
|
+
},
|
|
1362
|
+
"docs": {
|
|
1363
|
+
"text": "",
|
|
1364
|
+
"tags": []
|
|
1365
|
+
}
|
|
1201
1366
|
}
|
|
1202
1367
|
};
|
|
1203
1368
|
}
|
|
@@ -1209,6 +1374,9 @@ export class EzGrid {
|
|
|
1209
1374
|
}, {
|
|
1210
1375
|
"propName": "_paginationInfo",
|
|
1211
1376
|
"methodName": "updatePaginationTooltip"
|
|
1377
|
+
}, {
|
|
1378
|
+
"propName": "paginationCounterMode",
|
|
1379
|
+
"methodName": "observePaginationCounterMode"
|
|
1212
1380
|
}];
|
|
1213
1381
|
}
|
|
1214
1382
|
static get listeners() {
|
|
@@ -1218,6 +1386,12 @@ export class EzGrid {
|
|
|
1218
1386
|
"target": undefined,
|
|
1219
1387
|
"capture": false,
|
|
1220
1388
|
"passive": false
|
|
1389
|
+
}, {
|
|
1390
|
+
"name": "click",
|
|
1391
|
+
"method": "handleClick",
|
|
1392
|
+
"target": undefined,
|
|
1393
|
+
"capture": true,
|
|
1394
|
+
"passive": false
|
|
1221
1395
|
}];
|
|
1222
1396
|
}
|
|
1223
1397
|
}
|
|
@@ -60,155 +60,159 @@ 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_menu:before { content: "\ea5b"; }
|
|
149
|
+
.ez-icon-home:before { content: "\ea5c"; }
|
|
150
|
+
.ez-icon-icons104:before { content: "\ea5d"; }
|
|
151
|
+
.ez-icon-language:before { content: "\ea5e"; }
|
|
152
|
+
.ez-icon-launch:before { content: "\ea5f"; }
|
|
153
|
+
.ez-icon-lightbulb:before { content: "\ea60"; }
|
|
154
|
+
.ez-icon-list:before { content: "\ea61"; }
|
|
155
|
+
.ez-icon-location:before { content: "\ea62"; }
|
|
156
|
+
.ez-icon-lock-outline:before { content: "\ea63"; }
|
|
157
|
+
.ez-icon-lock:before { content: "\ea64"; }
|
|
158
|
+
.ez-icon-menu:before { content: "\ea65"; }
|
|
159
|
+
.ez-icon-mid:before { content: "\ea66"; }
|
|
160
|
+
.ez-icon-minus:before { content: "\ea67"; }
|
|
161
|
+
.ez-icon-money-off:before { content: "\ea68"; }
|
|
162
|
+
.ez-icon-money:before { content: "\ea69"; }
|
|
163
|
+
.ez-icon-more:before { content: "\ea6a"; }
|
|
164
|
+
.ez-icon-mp3:before { content: "\ea6b"; }
|
|
165
|
+
.ez-icon-mp4:before { content: "\ea6c"; }
|
|
166
|
+
.ez-icon-multiple-files:before { content: "\ea6d"; }
|
|
167
|
+
.ez-icon-north-west:before { content: "\ea6e"; }
|
|
168
|
+
.ez-icon-number:before { content: "\ea6f"; }
|
|
169
|
+
.ez-icon-ordem-ascendente:before { content: "\ea70"; }
|
|
170
|
+
.ez-icon-ordem-descendente:before { content: "\ea71"; }
|
|
171
|
+
.ez-icon-parcelar:before { content: "\ea72"; }
|
|
172
|
+
.ez-icon-pause:before { content: "\ea73"; }
|
|
173
|
+
.ez-icon-payments:before { content: "\ea74"; }
|
|
174
|
+
.ez-icon-pdf:before { content: "\ea75"; }
|
|
175
|
+
.ez-icon-play:before { content: "\ea76"; }
|
|
176
|
+
.ez-icon-plus:before { content: "\ea77"; }
|
|
177
|
+
.ez-icon-png:before { content: "\ea78"; }
|
|
178
|
+
.ez-icon-power:before { content: "\ea79"; }
|
|
179
|
+
.ez-icon-pptx:before { content: "\ea7a"; }
|
|
180
|
+
.ez-icon-preview:before { content: "\ea7b"; }
|
|
181
|
+
.ez-icon-print:before { content: "\ea7c"; }
|
|
182
|
+
.ez-icon-push-pin:before { content: "\ea7d"; }
|
|
183
|
+
.ez-icon-rateio:before { content: "\ea7e"; }
|
|
184
|
+
.ez-icon-receipt:before { content: "\ea7f"; }
|
|
185
|
+
.ez-icon-recolher_card:before { content: "\ea80"; }
|
|
186
|
+
.ez-icon-remove-from-cart:before { content: "\ea81"; }
|
|
187
|
+
.ez-icon-restore:before { content: "\ea82"; }
|
|
188
|
+
.ez-icon-return:before { content: "\ea83"; }
|
|
189
|
+
.ez-icon-sankhya-place:before { content: "\ea84"; }
|
|
190
|
+
.ez-icon-save:before { content: "\ea85"; }
|
|
191
|
+
.ez-icon-search:before { content: "\ea86"; }
|
|
192
|
+
.ez-icon-settings-inverted:before { content: "\ea87"; }
|
|
193
|
+
.ez-icon-settings:before { content: "\ea88"; }
|
|
194
|
+
.ez-icon-share:before { content: "\ea89"; }
|
|
195
|
+
.ez-icon-shield:before { content: "\ea8a"; }
|
|
196
|
+
.ez-icon-show_menu:before { content: "\ea8b"; }
|
|
197
|
+
.ez-icon-south-east:before { content: "\ea8c"; }
|
|
198
|
+
.ez-icon-sync:before { content: "\ea8d"; }
|
|
199
|
+
.ez-icon-table:before { content: "\ea8e"; }
|
|
200
|
+
.ez-icon-tag_code:before { content: "\ea8f"; }
|
|
201
|
+
.ez-icon-text:before { content: "\ea90"; }
|
|
202
|
+
.ez-icon-timeline:before { content: "\ea91"; }
|
|
203
|
+
.ez-icon-timer-outline:before { content: "\ea92"; }
|
|
204
|
+
.ez-icon-trending-up:before { content: "\ea93"; }
|
|
205
|
+
.ez-icon-tune:before { content: "\ea94"; }
|
|
206
|
+
.ez-icon-txt:before { content: "\ea95"; }
|
|
207
|
+
.ez-icon-un-pin:before { content: "\ea96"; }
|
|
208
|
+
.ez-icon-unfold_less:before { content: "\ea97"; }
|
|
209
|
+
.ez-icon-unfold_more:before { content: "\ea98"; }
|
|
210
|
+
.ez-icon-user-circle:before { content: "\ea99"; }
|
|
211
|
+
.ez-icon-warning-outline:before { content: "\ea9a"; }
|
|
212
|
+
.ez-icon-warning_triangle:before { content: "\ea9b"; }
|
|
213
|
+
.ez-icon-whatshot:before { content: "\ea9c"; }
|
|
214
|
+
.ez-icon-xlsx:before { content: "\ea9d"; }
|
|
215
|
+
.ez-icon-zip:before { content: "\ea9e"; }
|
|
212
216
|
/*
|
|
213
217
|
END CSS GENERATED BY EZ-DESIGN ICONS
|
|
214
218
|
*/
|
|
@@ -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
|
|