@sankhyalabs/ezui 5.22.0-dev.14 → 5.22.0-dev.141
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 +15290 -69794
- 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 +518 -23
- package/dist/collection/components/ez-grid/interfaces/IGridMode.js +1 -0
- package/dist/collection/components/ez-grid/interfaces/index.js +1 -0
- 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 +20072 -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 +15289 -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-b38411b4.entry.js +309 -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-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 +80 -2
- package/dist/types/components/ez-grid/interfaces/IGridMode.d.ts +1 -0
- package/dist/types/components/ez-grid/interfaces/index.d.ts +1 -0
- 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 +1390 -54
- 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
|
@@ -5,13 +5,27 @@
|
|
|
5
5
|
/*@doc Define a largura do componente.*/
|
|
6
6
|
--ez-text-input--width: 100%;
|
|
7
7
|
/*@doc Define a largura do slot que contém o ícone.*/
|
|
8
|
-
--ez-text-input__icon--width:
|
|
8
|
+
--ez-text-input__icon--width: 30px;
|
|
9
9
|
/*@doc Define a altura do componente em modo "slim".*/
|
|
10
10
|
--ez-text-input--height--slim: 32px;
|
|
11
|
+
/*@doc Define a largura maxima do componente.*/
|
|
12
|
+
--ez-text-input__min-width: 0px;
|
|
13
|
+
/*@doc Define a largura minima do componente.*/
|
|
14
|
+
--ez-text-input__max-width: 100%;
|
|
11
15
|
|
|
12
16
|
/* general */
|
|
13
17
|
/*@doc Define o raio da borda do input do componente.*/
|
|
14
18
|
--ez-text-input--border-radius: var(--border--radius-medium, 12px);
|
|
19
|
+
|
|
20
|
+
/*@doc Define o raio da borda no top esquerdo do componente.*/
|
|
21
|
+
--ez-text-input--border-top-left-radius: var(--ez-text-input--border-radius);
|
|
22
|
+
/*@doc Define o raio da borda inferior esquerda do componente.*/
|
|
23
|
+
--ez-text-input--border-bottom-left-radius: var(--ez-text-input--border-radius);
|
|
24
|
+
/*@doc Define o raio da borda no top direito do componente.*/
|
|
25
|
+
--ez-text-input--border-top-right-radius: var(--ez-text-input--border-radius);
|
|
26
|
+
/*@doc Define o raio da borda inferior direita do componente.*/
|
|
27
|
+
--ez-text-input--border-bottom-right-radius: var(--ez-text-input--border-radius);
|
|
28
|
+
|
|
15
29
|
/*@doc Define o tamanho da fonte do input e label do componente.*/
|
|
16
30
|
--ez-text-input--font-size: var(--text--medium, 14px);
|
|
17
31
|
/*@doc Define a família da fonte do input, label e caixa de mensagem do componente.*/
|
|
@@ -20,35 +34,41 @@
|
|
|
20
34
|
--ez-text-input--font-weight: var(--text-weight--medium, 400);
|
|
21
35
|
/*@doc Define a cor da fonte do input e label do componente.*/
|
|
22
36
|
--ez-text-input--color: var(--title--primary, #2B3A54);
|
|
37
|
+
/*@doc Define a margem abaixo do componente.*/
|
|
38
|
+
--ez-text-input__margin-bottom: var(--space--small);
|
|
23
39
|
|
|
24
40
|
/* input */
|
|
25
41
|
/*@doc Define a cor de fundo do input.*/
|
|
26
|
-
--ez-text-input__input--background-color: var(--background--
|
|
42
|
+
--ez-text-input__input--background-color: var(--background--light, #ffffff);
|
|
27
43
|
/*@doc Define o estilo da borda do input.*/
|
|
28
|
-
--ez-text-input__input--border: var(--border--
|
|
44
|
+
--ez-text-input__input--border: var(--border--small, 1px solid);
|
|
29
45
|
/*@doc Define a cor da borda do input.*/
|
|
30
|
-
--ez-text-input__input--border-color: var(--
|
|
31
|
-
/*no modo normal usamos a borda com a mesma cor do bg*/
|
|
46
|
+
--ez-text-input__input--border-color: var(--color--strokes,#DCE0E8);
|
|
32
47
|
/*@doc Define a cor da borda do input quando focado.*/
|
|
33
48
|
--ez-text-input__input--focus--border-color: var(--color--primary, #008561);
|
|
49
|
+
|
|
50
|
+
/* input disabled */
|
|
34
51
|
/*@doc Define a cor de fundo do input quando desabilitado.*/
|
|
35
|
-
--ez-text-input__input--disabled--background-color: var(--
|
|
52
|
+
--ez-text-input__input--disabled--background-color: var(--background--medium, #F0F3F7);
|
|
36
53
|
/*@doc Define a cor do texto do input.*/
|
|
37
|
-
--ez-text-input__input--disabled--color: var(--text--
|
|
54
|
+
--ez-text-input__input--disabled--color: var(--text--primary, #626E82);
|
|
55
|
+
|
|
56
|
+
/* input error */
|
|
38
57
|
/*@doc Define a cor da borda do input quando com erro.*/
|
|
39
|
-
--ez-text-input__input--error--border-color:
|
|
58
|
+
--ez-text-input__input--error--border-color: var(--color-alert--error-800,#BD0025);
|
|
59
|
+
|
|
60
|
+
|
|
40
61
|
/*@doc Define a cor do input quando não possuir borda*/
|
|
41
62
|
--ez-text-input__input--noborder-color: white;
|
|
42
63
|
/*@doc Define o padding do input*/
|
|
43
64
|
--ez-text-input__input--padding: var(--space--medium, 6px);
|
|
65
|
+
/*@doc Define a cor do placeholder do input.*/
|
|
66
|
+
--ez-text-input__placeholder--color: var(--text--secondary, #a2abb9);
|
|
67
|
+
|
|
44
68
|
|
|
45
|
-
/*
|
|
46
|
-
/*@doc Define o tamanho da fonte da mensagem abaixo do input.*/
|
|
47
|
-
--ez-text-input__message_box--font-size: var(--text--small, 12px);
|
|
48
|
-
/*@doc Define a cor da fonte da mensagem quando info.*/
|
|
49
|
-
--ez-text-input__message_box--info--color: var(--color--success, #22085d);
|
|
69
|
+
/* tooltip icon */
|
|
50
70
|
/*@doc Define a cor da fonte da mensagem quando erro.*/
|
|
51
|
-
--ez-text-
|
|
71
|
+
--ez-text-input__tooltip_icon--error--color: var(--color-alert--error-800,#BD0025);
|
|
52
72
|
|
|
53
73
|
/* label */
|
|
54
74
|
/*@doc Define o posicionamento do label.*/
|
|
@@ -61,7 +81,20 @@
|
|
|
61
81
|
--ez-text-input__label--padding-right: 12px;
|
|
62
82
|
|
|
63
83
|
/*@doc Define a cor do ícone do slot.*/
|
|
64
|
-
--ez-text-input__input--focus--icon-color: var(--
|
|
84
|
+
--ez-text-input__input--focus--icon-color: var(--title--primary, #2B3A54);
|
|
85
|
+
/*@doc Define a cor do ícone do slot quando disabled.*/
|
|
86
|
+
--ez-text-input__input--disabled--focus--icon-color: var(--text--primary, #626E82);
|
|
87
|
+
|
|
88
|
+
/*Error icon*/
|
|
89
|
+
/*@doc Define o espaçamento lateral do icone de erro.*/
|
|
90
|
+
--ez-text-input__tooltip-icon--spacing: var(--space--large);
|
|
91
|
+
/*@doc Define a largura do icone de erro.*/
|
|
92
|
+
--ez-text-input__tooltip-icon---width: var(--space--large);
|
|
93
|
+
/*@doc Define a margem horizontal do icone de erro.*/
|
|
94
|
+
--ez-text-input__tooltip-icon---horizontal-margin: var(--space--medium, 12px);
|
|
95
|
+
/*@doc Define a margem vertical do icone de erro.*/
|
|
96
|
+
--ez-text-input__tooltip-icon---vertical-margin: 10px;
|
|
97
|
+
|
|
65
98
|
|
|
66
99
|
|
|
67
100
|
/***************
|
|
@@ -73,6 +106,8 @@
|
|
|
73
106
|
position: relative;
|
|
74
107
|
/*public*/
|
|
75
108
|
width: var(--ez-text-input--width);
|
|
109
|
+
min-width: var(--ez-text-input__min-width);
|
|
110
|
+
max-width: var(--ez-text-input__max-width);
|
|
76
111
|
}
|
|
77
112
|
|
|
78
113
|
:host(.grid_editor){
|
|
@@ -83,10 +118,16 @@ input {
|
|
|
83
118
|
/*private*/
|
|
84
119
|
width: 100%;
|
|
85
120
|
box-sizing: border-box;
|
|
121
|
+
text-overflow: ellipsis;
|
|
122
|
+
overflow: hidden;
|
|
123
|
+
white-space: nowrap;
|
|
86
124
|
|
|
87
125
|
/*public*/
|
|
88
126
|
height: var(--ez-text-input--height);
|
|
89
|
-
border-radius: var(--ez-text-input--border-radius);
|
|
127
|
+
border-top-left-radius: var(--ez-text-input--border-top-left-radius);
|
|
128
|
+
border-bottom-left-radius: var(--ez-text-input--border-bottom-left-radius);
|
|
129
|
+
border-top-right-radius: var(--ez-text-input--border-top-right-radius);
|
|
130
|
+
border-bottom-right-radius: var(--ez-text-input--border-bottom-right-radius);
|
|
90
131
|
font-family: var(--ez-text-input--font-family);
|
|
91
132
|
font-size: var(--ez-text-input--font-size);
|
|
92
133
|
border: var(--ez-text-input__input--border);
|
|
@@ -95,17 +136,31 @@ input {
|
|
|
95
136
|
color: var(--ez-text-input--color);
|
|
96
137
|
font-weight: var(--ez-text-input--font-weight);
|
|
97
138
|
padding: var(--ez-text-input__input--padding);
|
|
139
|
+
margin-bottom: var(--ez-text-input__margin-bottom);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
input.no--margin {
|
|
143
|
+
--ez-text-input__margin-bottom: 0;
|
|
98
144
|
}
|
|
99
145
|
|
|
100
146
|
input:disabled {
|
|
101
147
|
/*public*/
|
|
102
148
|
background-color: var(--ez-text-input__input--disabled--background-color);
|
|
103
149
|
color: var(--ez-text-input__input--disabled--color);
|
|
150
|
+
cursor: not-allowed;
|
|
104
151
|
}
|
|
105
152
|
|
|
106
153
|
input:focus {
|
|
107
154
|
/*private*/
|
|
108
155
|
outline: none;
|
|
156
|
+
border: var(--border--medium, 2px solid);
|
|
157
|
+
/*public*/
|
|
158
|
+
border-color: var(--ez-text-input__input--focus--border-color);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
input.focused{
|
|
162
|
+
/*private*/
|
|
163
|
+
border: var(--border--medium, 2px solid);
|
|
109
164
|
/*public*/
|
|
110
165
|
border-color: var(--ez-text-input__input--focus--border-color);
|
|
111
166
|
}
|
|
@@ -113,14 +168,22 @@ input:focus {
|
|
|
113
168
|
input.icon--left {
|
|
114
169
|
padding-left: var(--ez-text-input__icon--width);
|
|
115
170
|
}
|
|
171
|
+
input.icon--left.hasError {
|
|
172
|
+
padding-right: var(--ez-text-input__icon--width);
|
|
173
|
+
}
|
|
116
174
|
|
|
117
175
|
input.icon--right {
|
|
118
176
|
padding-right: var(--ez-text-input__icon--width);
|
|
119
177
|
}
|
|
178
|
+
input.icon--right.hasError {
|
|
179
|
+
padding-right: calc(var(--ez-text-input__icon--width) + var(--ez-text-input__tooltip-icon--spacing));
|
|
180
|
+
}
|
|
120
181
|
|
|
121
182
|
input.hasError {
|
|
122
183
|
color: var(--ez-text-input--color);
|
|
184
|
+
border: var(--border--medium, 2px solid);
|
|
123
185
|
border-color: var(--ez-text-input__input--error--border-color);
|
|
186
|
+
padding-right: calc(var(--ez-text-input__tooltip-icon---width) + (2*var(--ez-text-input__tooltip-icon---horizontal-margin)));
|
|
124
187
|
}
|
|
125
188
|
|
|
126
189
|
input:disabled.hasError {
|
|
@@ -131,29 +194,14 @@ input.text--right {
|
|
|
131
194
|
text-align: right;
|
|
132
195
|
}
|
|
133
196
|
|
|
197
|
+
input:disabled,
|
|
134
198
|
input:read-only {
|
|
135
|
-
cursor:
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.message-box {
|
|
139
|
-
/*private*/
|
|
140
|
-
min-height: 16px;
|
|
141
|
-
min-width: 100%;
|
|
142
|
-
margin-top: 3px;
|
|
143
|
-
line-height: 12px;
|
|
144
|
-
overflow: hidden;
|
|
145
|
-
text-overflow: ellipsis;
|
|
146
|
-
white-space: nowrap;
|
|
147
|
-
|
|
148
|
-
/*public*/
|
|
149
|
-
font-family: var(--ez-text-input--font-family);
|
|
150
|
-
font-size: var(--ez-text-input__message_box--font-size);
|
|
151
|
-
color: var(--ez-text-input__message_box--info--color);
|
|
199
|
+
cursor: not-allowed;
|
|
152
200
|
}
|
|
153
201
|
|
|
154
202
|
.hasError {
|
|
155
203
|
/*public*/
|
|
156
|
-
color: var(--ez-text-
|
|
204
|
+
color: var(--ez-text-input__tooltip_icon--error--color);
|
|
157
205
|
}
|
|
158
206
|
|
|
159
207
|
.input__label {
|
|
@@ -178,7 +226,9 @@ input:read-only {
|
|
|
178
226
|
left: var(--ez-text-input__label--padding-left);
|
|
179
227
|
padding-right: var(--ez-text-input__label--padding-right);
|
|
180
228
|
}
|
|
181
|
-
|
|
229
|
+
.input__label.hasError {
|
|
230
|
+
width: calc(100% - 2*(var(--ez-text-input__tooltip-icon--spacing)));
|
|
231
|
+
}
|
|
182
232
|
.input__label--floated {
|
|
183
233
|
font-family: var(--ez-text-input--font-family);
|
|
184
234
|
font-size: var(--text--extra-small);
|
|
@@ -188,6 +238,7 @@ input:read-only {
|
|
|
188
238
|
|
|
189
239
|
.input__label--disabled {
|
|
190
240
|
color: var(--ez-text-input__input--disabled--color);
|
|
241
|
+
cursor: not-allowed;
|
|
191
242
|
}
|
|
192
243
|
|
|
193
244
|
.input__label--left {
|
|
@@ -198,17 +249,25 @@ input:read-only {
|
|
|
198
249
|
width: calc(100% - var(--ez-text-input__icon--width));
|
|
199
250
|
}
|
|
200
251
|
|
|
252
|
+
.input__label--left.hasError {
|
|
253
|
+
width: calc(100% - var(--ez-text-input__icon--width) - var(--ez-text-input__tooltip-icon--spacing));
|
|
254
|
+
}
|
|
255
|
+
|
|
201
256
|
.input__label--right {
|
|
202
257
|
/*public*/
|
|
203
258
|
right: var(--ez-text-input__icon--width);
|
|
204
259
|
width: calc(100% - var(--ez-text-input__icon--width));
|
|
205
260
|
}
|
|
261
|
+
.input__label--right.hasError {
|
|
262
|
+
width: calc(100% - var(--ez-text-input__icon--width) - var(--ez-text-input__tooltip-icon--spacing));
|
|
263
|
+
}
|
|
206
264
|
|
|
207
265
|
/* ISSO TA ERRADO CRIAR INPUT__LABEL--BOTH */
|
|
208
266
|
.input__label--left.input__label--right {
|
|
209
267
|
left: calc(var(--ez-text-input__icon--width) + 2px);
|
|
210
268
|
/*borda*/
|
|
211
269
|
width: calc(100% - var(--ez-text-input__icon--width) * 2);
|
|
270
|
+
|
|
212
271
|
}
|
|
213
272
|
|
|
214
273
|
.input--with--label {
|
|
@@ -228,66 +287,23 @@ input:read-only {
|
|
|
228
287
|
font-weight: bold;
|
|
229
288
|
}
|
|
230
289
|
|
|
231
|
-
.input--slim::-webkit-input-placeholder
|
|
232
|
-
/*
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
font-size: var(--ez-text-input--font-size);
|
|
243
|
-
font-weight: var(--ez-text-input--font-weight);
|
|
244
|
-
color: var(--ez-text-input--color);
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.input--slim::-moz-placeholder { /* Mozilla Firefox 19+ */
|
|
248
|
-
/*public*/
|
|
249
|
-
font-family: var(--ez-text-input--font-family);
|
|
250
|
-
font-size: var(--ez-text-input--font-size);
|
|
251
|
-
font-weight: var(--ez-text-input--font-weight);
|
|
252
|
-
color: var(--ez-text-input--color);
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.input--slim:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
|
256
|
-
/*public*/
|
|
257
|
-
font-family: var(--ez-text-input--font-family);
|
|
258
|
-
font-size: var(--ez-text-input--font-size);
|
|
259
|
-
font-weight: var(--ez-text-input--font-weight);
|
|
260
|
-
color: var(--ez-text-input--color);
|
|
261
|
-
}
|
|
290
|
+
.input--slim::-webkit-input-placeholder, /* Edge */
|
|
291
|
+
.input--slim:-moz-placeholder, /* Firefox 4-18 */
|
|
292
|
+
.input--slim::-moz-placeholder, /* Firefox 19+ */
|
|
293
|
+
.input--slim:-ms-input-placeholder, /* IE 10-11 */
|
|
294
|
+
.input--slim::placeholder { /* Modern browsers */
|
|
295
|
+
/*public*/
|
|
296
|
+
font-family: var(--ez-text-input--font-family);
|
|
297
|
+
font-size: var(--ez-text-input--font-size);
|
|
298
|
+
font-weight: var(--ez-text-input--font-weight);
|
|
299
|
+
color: var(--ez-text-input__placeholder--color);
|
|
300
|
+
}
|
|
262
301
|
|
|
263
|
-
.input--slim::placeholder {
|
|
264
|
-
/*public*/
|
|
265
|
-
font-family: var(--ez-text-input--font-family);
|
|
266
|
-
font-size: var(--ez-text-input--font-size);
|
|
267
|
-
font-weight: var(--ez-text-input--font-weight);
|
|
268
|
-
color: var(--ez-text-input--color);
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
.input--slim:disabled::-webkit-input-placeholder { /* WebKit browsers */
|
|
272
|
-
/*public*/
|
|
273
|
-
color: var(--ez-text-input__input--disabled--color);
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.input--slim:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
|
|
277
|
-
/*public*/
|
|
278
|
-
color: var(--ez-text-input__input--disabled--color);
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.input--slim:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
|
|
282
|
-
/*public*/
|
|
283
|
-
color: var(--ez-text-input__input--disabled--color);
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.input--slim:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
|
|
287
|
-
/*public*/
|
|
288
|
-
color: var(--ez-text-input__input--disabled--color);
|
|
289
|
-
}
|
|
290
302
|
|
|
303
|
+
.input--slim:disabled::-webkit-input-placeholder, /* WebKit browsers */
|
|
304
|
+
.input--slim:disabled:-moz-placeholder, /* Mozilla Firefox 4 to 18 */
|
|
305
|
+
.input--slim:disabled::-moz-placeholder, /* Mozilla Firefox 19+ */
|
|
306
|
+
.input--slim:disabled:-ms-input-placeholder, /* Internet Explorer 10+ */
|
|
291
307
|
.input--slim:disabled::placeholder {
|
|
292
308
|
/*public*/
|
|
293
309
|
color: var(--ez-text-input__input--disabled--color);
|
|
@@ -298,4 +314,28 @@ input.input__slim--noborder {
|
|
|
298
314
|
border: 0 none;
|
|
299
315
|
outline: 0;
|
|
300
316
|
background: var(--ez-text-input__input--noborder-color);
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
ez-icon.tooltip-icon {
|
|
320
|
+
position: absolute;
|
|
321
|
+
display: flex;
|
|
322
|
+
align-items: center;
|
|
323
|
+
justify-content: center;
|
|
324
|
+
overflow: hidden;
|
|
325
|
+
width: var(--ez-text-input__tooltip-icon---width);
|
|
326
|
+
height: 22px;
|
|
327
|
+
margin: var(--ez-text-input__tooltip-icon---vertical-margin) var(--ez-text-input__tooltip-icon---horizontal-margin);
|
|
328
|
+
top: 0;
|
|
329
|
+
right: 0;
|
|
330
|
+
z-index: var(--elevation--4);
|
|
331
|
+
border-radius: var(--ez-text-input--border-radius);
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
}
|
|
335
|
+
ez-icon.tooltip-icon.rightIconSlot{
|
|
336
|
+
right: var(--ez-text-input__tooltip-icon--spacing);
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
ez-icon.tooltip-icon.hasError{
|
|
340
|
+
--ez-icon--color: var(--ez-text-input__tooltip_icon--error--color);
|
|
301
341
|
}
|