@sankhyalabs/ezui 7.2.0-dev.2 → 7.2.0-dev.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ApplicationUtils-006ca96f.js → ApplicationUtils-88dfe345.js} +1 -1
- package/dist/cjs/{app-globals-5cb12916.js → app-globals-c1d07d68.js} +1 -1
- package/dist/cjs/classic-search-list_7.cjs.entry.js +9 -4
- package/dist/cjs/ez-actions-button.cjs.entry.js +2 -2
- package/dist/cjs/ez-alert-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-avatar.cjs.entry.js +1 -1
- package/dist/cjs/ez-calendar.cjs.entry.js +1 -1
- package/dist/cjs/ez-classic-combo-box.cjs.entry.js +2 -1
- package/dist/cjs/ez-classic-date-input.cjs.entry.js +2 -2
- package/dist/cjs/ez-classic-date-time-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-classic-input.cjs.entry.js +49 -3
- package/dist/cjs/ez-classic-number-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-classic-search-plus.cjs.entry.js +26 -13
- package/dist/cjs/ez-classic-search.cjs.entry.js +2 -2
- package/dist/cjs/ez-classic-time-input.cjs.entry.js +4 -3
- package/dist/cjs/ez-collapsible-box.cjs.entry.js +2 -2
- package/dist/cjs/ez-combo-box.cjs.entry.js +2 -2
- package/dist/cjs/ez-date-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-date-time-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-dialog.cjs.entry.js +1 -1
- package/dist/cjs/ez-double-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/ez-empty-card.cjs.entry.js +1 -1
- package/dist/cjs/ez-file-item.cjs.entry.js +1 -1
- package/dist/cjs/ez-form-view.cjs.entry.js +1 -1
- package/dist/cjs/ez-form.cjs.entry.js +3 -3
- package/dist/cjs/ez-grid-pagination.cjs.entry.js +227 -0
- package/dist/cjs/ez-grid.cjs.entry.js +45 -162
- package/dist/cjs/ez-guide-navigator.cjs.entry.js +1 -1
- package/dist/cjs/ez-icon.cjs.entry.js +1 -1
- package/dist/cjs/ez-link-builder_6.cjs.entry.js +1 -1
- package/dist/cjs/ez-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-modal-container.cjs.entry.js +1 -1
- package/dist/cjs/ez-modal.cjs.entry.js +1 -1
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-number-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-pagination.cjs.entry.js +1 -1
- package/dist/cjs/ez-popover-core.cjs.entry.js +1 -1
- package/dist/cjs/ez-popup.cjs.entry.js +4 -4
- package/dist/cjs/ez-record-navigation.cjs.entry.js +121 -0
- package/dist/cjs/ez-scroller_2.cjs.entry.js +81 -14
- package/dist/cjs/ez-search-plus.cjs.entry.js +13 -4
- package/dist/cjs/ez-search-result-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-search.cjs.entry.js +3 -3
- package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +1 -1
- package/dist/cjs/ez-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/ez-sortable-list.cjs.entry.js +2 -2
- package/dist/cjs/ez-spinner.cjs.entry.js +1 -1
- package/dist/cjs/ez-split-button.cjs.entry.js +4 -4
- package/dist/cjs/ez-split-item.cjs.entry.js +2 -2
- package/dist/cjs/ez-text-input.cjs.entry.js +21 -15
- package/dist/cjs/ez-time-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/ez-tree.cjs.entry.js +1 -1
- package/dist/cjs/ez-upload.cjs.entry.js +2 -2
- package/dist/cjs/ezui.cjs.js +3 -3
- package/dist/cjs/filter-column.cjs.entry.js +2 -1
- package/dist/cjs/{floating-ui.dom.esm-f4d87617.js → floating-ui.dom.esm-bea31048.js} +165 -119
- package/dist/cjs/{index-350d0fa0.js → index-9739c242.js} +91 -30
- package/dist/cjs/index-a7b0c73d.js +8 -0
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{search-column-fbf680d7.js → search-column-6e90fb19.js} +18 -9
- package/dist/collection/collection-manifest.json +7 -0
- package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.js +2 -1
- package/dist/collection/components/ez-classic-date-input/ez-classic-date-input.js +1 -1
- package/dist/collection/components/ez-classic-input/ez-classic-input.js +47 -2
- package/dist/collection/components/ez-classic-input/utils/maskFormatter.js +2 -1
- package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.css +22 -0
- package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.js +26 -11
- package/dist/collection/components/ez-classic-time-input/ez-classic-time-input.js +3 -2
- package/dist/collection/components/ez-dropdown/ez-dropdown.css +1 -1
- package/dist/collection/components/ez-empty-card/ez-empty-card.js +7 -7
- package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +25 -14
- package/dist/collection/components/ez-grid/ez-grid.css +1 -60
- package/dist/collection/components/ez-grid/ez-grid.js +52 -150
- package/dist/collection/components/ez-grid/subcomponents/filter-column.js +1 -0
- package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.css +111 -0
- package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.js +410 -0
- package/dist/collection/components/ez-icon/ez-icon.css +1152 -1145
- package/dist/collection/components/ez-image-input/ez-image-input.css +24 -8
- package/dist/collection/components/ez-image-input/ez-image-input.js +6 -1
- package/dist/collection/components/ez-popup/ez-popup.js +3 -3
- package/dist/collection/components/ez-record-navigation/ez-record-navigation.css +51 -0
- package/dist/collection/components/ez-record-navigation/ez-record-navigation.js +246 -0
- package/dist/collection/components/ez-scroller/EzScrollNavigationMode.js +5 -0
- package/dist/collection/components/ez-scroller/ez-scroller.css +117 -11
- package/dist/collection/components/ez-scroller/ez-scroller.js +118 -13
- package/dist/collection/components/ez-search/ez-search.css +4 -0
- package/dist/collection/components/ez-search-plus/ez-search-plus.js +11 -2
- package/dist/collection/components/ez-sortable-list/ez-sortable-list.css +1 -1
- package/dist/collection/components/ez-split-button/ez-split-button.css +1 -1
- package/dist/collection/components/ez-split-button/ez-split-button.js +2 -2
- package/dist/collection/components/ez-text-input/ez-text-input.js +21 -15
- package/dist/collection/utils/i18n/locales/en-us.js +27 -4
- package/dist/collection/utils/i18n/locales/es-es.js +27 -4
- package/dist/collection/utils/i18n/locales/pt-br.js +27 -4
- package/dist/collection/utils/interfaces/AbstractFieldMetadata.js +14 -2
- package/dist/collection/utils/searchColumn/search-column.js +2 -5
- package/dist/custom-elements/index.d.ts +12 -0
- package/dist/custom-elements/index.js +856 -371
- package/dist/esm/{ApplicationUtils-0c5cb207.js → ApplicationUtils-f7721533.js} +1 -1
- package/dist/esm/{app-globals-1db10325.js → app-globals-6e258867.js} +1 -1
- package/dist/esm/classic-search-list_7.entry.js +9 -4
- package/dist/esm/ez-actions-button.entry.js +2 -2
- package/dist/esm/ez-alert-list.entry.js +1 -1
- package/dist/esm/ez-avatar.entry.js +1 -1
- package/dist/esm/ez-calendar.entry.js +1 -1
- package/dist/esm/ez-classic-combo-box.entry.js +2 -1
- package/dist/esm/ez-classic-date-input.entry.js +2 -2
- package/dist/esm/ez-classic-date-time-input.entry.js +1 -1
- package/dist/esm/ez-classic-input.entry.js +49 -3
- package/dist/esm/ez-classic-number-input.entry.js +1 -1
- package/dist/esm/ez-classic-search-plus.entry.js +26 -13
- package/dist/esm/ez-classic-search.entry.js +2 -2
- package/dist/esm/ez-classic-time-input.entry.js +4 -3
- package/dist/esm/ez-collapsible-box.entry.js +2 -2
- package/dist/esm/ez-combo-box.entry.js +2 -2
- package/dist/esm/ez-date-input.entry.js +1 -1
- package/dist/esm/ez-date-time-input.entry.js +1 -1
- package/dist/esm/ez-dialog.entry.js +1 -1
- package/dist/esm/ez-double-list.entry.js +1 -1
- package/dist/esm/ez-dropdown.entry.js +1 -1
- package/dist/esm/ez-empty-card.entry.js +1 -1
- package/dist/esm/ez-file-item.entry.js +1 -1
- package/dist/esm/ez-form-view.entry.js +1 -1
- package/dist/esm/ez-form.entry.js +3 -3
- package/dist/esm/ez-grid-pagination.entry.js +223 -0
- package/dist/esm/ez-grid.entry.js +46 -163
- package/dist/esm/ez-guide-navigator.entry.js +1 -1
- package/dist/esm/ez-icon.entry.js +1 -1
- package/dist/esm/ez-link-builder_6.entry.js +1 -1
- package/dist/esm/ez-list.entry.js +1 -1
- package/dist/esm/ez-modal-container.entry.js +1 -1
- package/dist/esm/ez-modal.entry.js +1 -1
- package/dist/esm/ez-multi-selection-list.entry.js +1 -1
- package/dist/esm/ez-number-input.entry.js +1 -1
- package/dist/esm/ez-pagination.entry.js +1 -1
- package/dist/esm/ez-popover-core.entry.js +1 -1
- package/dist/esm/ez-popup.entry.js +4 -4
- package/dist/esm/ez-record-navigation.entry.js +117 -0
- package/dist/esm/ez-scroller_2.entry.js +81 -14
- package/dist/esm/ez-search-plus.entry.js +13 -4
- package/dist/esm/ez-search-result-list.entry.js +1 -1
- package/dist/esm/ez-search.entry.js +3 -3
- package/dist/esm/ez-sidebar-navigator.entry.js +1 -1
- package/dist/esm/ez-skeleton.entry.js +1 -1
- package/dist/esm/ez-sortable-list.entry.js +2 -2
- package/dist/esm/ez-spinner.entry.js +1 -1
- package/dist/esm/ez-split-button.entry.js +4 -4
- package/dist/esm/ez-split-item.entry.js +2 -2
- package/dist/esm/ez-text-input.entry.js +21 -15
- package/dist/esm/ez-time-input.entry.js +1 -1
- package/dist/esm/ez-tooltip.entry.js +1 -1
- package/dist/esm/ez-tree.entry.js +1 -1
- package/dist/esm/ez-upload.entry.js +2 -2
- package/dist/esm/ezui.js +3 -3
- package/dist/esm/filter-column.entry.js +2 -1
- package/dist/esm/{floating-ui.dom.esm-ad30f2f0.js → floating-ui.dom.esm-2964eae1.js} +165 -119
- package/dist/esm/{index-225aa0c3.js → index-9e6dab5b.js} +91 -30
- package/dist/esm/index-baa5e267.js +8 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{search-column-40a78cac.js → search-column-7d7f0331.js} +18 -9
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/p-0592535f.entry.js +1 -0
- package/dist/ezui/{p-544605c4.entry.js → p-063bb342.entry.js} +1 -1
- package/dist/ezui/{p-c56ee8c0.entry.js → p-0ac8bd66.entry.js} +1 -1
- package/dist/ezui/p-0d80e3ec.entry.js +1 -0
- package/dist/ezui/{p-729bd1be.entry.js → p-108503ed.entry.js} +1 -1
- package/dist/ezui/{p-e3cd5080.entry.js → p-1166b2d5.entry.js} +1 -1
- package/dist/ezui/p-15873627.js +1 -0
- package/dist/ezui/p-178cb9df.entry.js +1 -0
- package/dist/ezui/p-1d253dd5.entry.js +1 -0
- package/dist/ezui/p-2856c545.entry.js +1 -0
- package/dist/ezui/{p-bea06aae.entry.js → p-28601589.entry.js} +46 -46
- package/dist/ezui/{p-df802548.entry.js → p-2ae127bc.entry.js} +1 -1
- package/dist/ezui/{p-556bf329.entry.js → p-2ebd7383.entry.js} +1 -1
- package/dist/ezui/{p-b36475f9.entry.js → p-30c5f48a.entry.js} +1 -1
- package/dist/ezui/{p-62c149cb.entry.js → p-3fae7072.entry.js} +1 -1
- package/dist/ezui/p-42e1e733.js +1 -0
- package/dist/ezui/{p-4e869617.entry.js → p-45245c32.entry.js} +1 -1
- package/dist/ezui/{p-a872c642.entry.js → p-46b1b2ac.entry.js} +1 -1
- package/dist/ezui/{p-5abb220b.entry.js → p-54af1af0.entry.js} +1 -1
- package/dist/ezui/p-55434123.entry.js +1 -0
- package/dist/ezui/{p-a4351519.entry.js → p-66455069.entry.js} +1 -1
- package/dist/ezui/p-6791d05f.entry.js +1 -0
- package/dist/ezui/p-72e77b45.entry.js +1 -0
- package/dist/ezui/{p-7edc3ef7.entry.js → p-73461028.entry.js} +1 -1
- package/dist/ezui/{p-f5552540.entry.js → p-7424d520.entry.js} +1 -1
- package/dist/ezui/{p-b705b342.entry.js → p-7a07c50f.entry.js} +1 -1
- package/dist/ezui/p-7b078125.entry.js +1 -0
- package/dist/ezui/{p-d5dc6b01.entry.js → p-7dad8018.entry.js} +1 -1
- package/dist/ezui/{p-b0a716ef.entry.js → p-881abc22.entry.js} +1 -1
- package/dist/ezui/{p-7953ecb9.entry.js → p-97fe3252.entry.js} +1 -1
- package/dist/ezui/{p-7134726a.entry.js → p-99556756.entry.js} +1 -1
- package/dist/ezui/{p-97312709.entry.js → p-9bd78d39.entry.js} +1 -1
- package/dist/ezui/{p-351fb12f.entry.js → p-a4735a12.entry.js} +1 -1
- package/dist/ezui/{p-9825c1d2.js → p-ad5e263d.js} +1 -1
- package/dist/ezui/{p-26cd4c2e.entry.js → p-b06294c9.entry.js} +1 -1
- package/dist/ezui/{p-2da9faf1.entry.js → p-b8cd501a.entry.js} +1 -1
- package/dist/ezui/{p-bf2a7f94.entry.js → p-b986da95.entry.js} +2 -2
- package/dist/ezui/{p-4c2a4435.entry.js → p-c25a4d30.entry.js} +1 -1
- package/dist/ezui/{p-4f7ad3ee.entry.js → p-c37fb359.entry.js} +1 -1
- package/dist/ezui/{p-e2972977.entry.js → p-cb00863d.entry.js} +1 -1
- package/dist/ezui/{p-4d30b703.entry.js → p-cf66ace0.entry.js} +1 -1
- package/dist/ezui/{p-e493ad57.entry.js → p-cfe41b07.entry.js} +1 -1
- package/dist/ezui/p-d2601b25.js +1 -0
- package/dist/ezui/{p-e3a42f47.entry.js → p-d5684cdc.entry.js} +1 -1
- package/dist/ezui/{p-6ac056d7.entry.js → p-d70805e4.entry.js} +1 -1
- package/dist/ezui/{p-a3bad8f8.entry.js → p-d75f583b.entry.js} +1 -1
- package/dist/ezui/p-d8b69419.entry.js +1 -0
- package/dist/ezui/p-df6173c8.entry.js +1 -0
- package/dist/ezui/{p-56565777.entry.js → p-dfced8c7.entry.js} +1 -1
- package/dist/ezui/{p-0248846f.entry.js → p-e3d6b544.entry.js} +1 -1
- package/dist/ezui/p-e63a0479.js +1 -0
- package/dist/ezui/{p-4c76b365.entry.js → p-e692c2a7.entry.js} +1 -1
- package/dist/ezui/{p-8e5f1c74.entry.js → p-e8cd003b.entry.js} +1 -1
- package/dist/ezui/p-ed790867.entry.js +1 -0
- package/dist/ezui/p-f2e0acf5.entry.js +1 -0
- package/dist/ezui/{p-34d459e4.entry.js → p-f498f6b5.entry.js} +1 -1
- package/dist/ezui/{p-4af745e1.entry.js → p-fb27b98d.entry.js} +1 -1
- package/dist/ezui/{p-987185c4.entry.js → p-fc11f5b9.entry.js} +1 -1
- package/dist/ezui/{p-ef8bd3e8.entry.js → p-fc72aeb8.entry.js} +1 -1
- package/dist/types/components/ez-classic-input/ez-classic-input.d.ts +6 -0
- package/dist/types/components/ez-classic-search-plus/ez-classic-search-plus.d.ts +3 -0
- package/dist/types/components/ez-empty-card/ez-empty-card.d.ts +2 -2
- package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +2 -0
- package/dist/types/components/ez-grid/ez-grid.d.ts +10 -27
- package/dist/types/components/ez-grid-pagination/ez-grid-pagination.d.ts +75 -0
- package/dist/types/components/ez-image-input/ez-image-input.d.ts +1 -0
- package/dist/types/components/ez-popup/ez-popup.d.ts +1 -0
- package/dist/types/components/ez-record-navigation/ez-record-navigation.d.ts +43 -0
- package/dist/types/components/ez-scroller/EzScrollNavigationMode.d.ts +4 -0
- package/dist/types/components/ez-scroller/ez-scroller.d.ts +16 -2
- package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +1 -0
- package/dist/types/components/ez-text-input/ez-text-input.d.ts +1 -0
- package/dist/types/components.d.ts +154 -6
- package/dist/types/utils/i18n/locales/en-us.d.ts +26 -3
- package/dist/types/utils/i18n/locales/es-es.d.ts +26 -3
- package/dist/types/utils/i18n/locales/pt-br.d.ts +26 -3
- package/dist/types/utils/i18n/translations.d.ts +78 -9
- package/package.json +5 -5
- package/react/components.d.ts +2 -0
- package/react/components.js +2 -0
- package/react/components.js.map +1 -1
- package/dist/ezui/p-0625743b.entry.js +0 -1
- package/dist/ezui/p-07fb22c3.entry.js +0 -1
- package/dist/ezui/p-288631d1.entry.js +0 -1
- package/dist/ezui/p-2a806303.js +0 -1
- package/dist/ezui/p-2de94faf.entry.js +0 -1
- package/dist/ezui/p-44183c39.entry.js +0 -1
- package/dist/ezui/p-619225ce.entry.js +0 -1
- package/dist/ezui/p-6a794336.js +0 -1
- package/dist/ezui/p-a0f51b99.entry.js +0 -1
- package/dist/ezui/p-a813a748.entry.js +0 -1
- package/dist/ezui/p-c0ae79fa.entry.js +0 -1
- package/dist/ezui/p-c178730b.js +0 -1
- package/dist/ezui/p-d2645bdf.entry.js +0 -1
- package/dist/ezui/p-f969b65d.entry.js +0 -1
- package/dist/ezui/p-ff4312d5.js +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HTMLElement as HTMLElement$1, createEvent, h, Host, forceUpdate, Fragment, proxyCustomElement } from '@stencil/core/internal/client';
|
|
2
2
|
export { setAssetPath, setPlatformOptions } from '@stencil/core/internal/client';
|
|
3
|
-
import { ApplicationContext, LangUtils, StringUtils as StringUtils$1, UserInterface, DateUtils as DateUtils$1, Action, ObjectUtils as ObjectUtils$1, WaitingChangeException, DataUnitAction, FloatingManager, ElementIDUtils, JSUtils, KeyboardManager, TimeFormatter, MaskFormatter as MaskFormatter$1, NumberUtils as NumberUtils$1, HTMLBuilder, DataUnit, LockManager, LockManagerOperation, DataType, SortMode, ColumnFilterManager as ColumnFilterManager$1, ArrayUtils as ArrayUtils$1, FieldComparator,
|
|
3
|
+
import { ApplicationContext, LangUtils, StringUtils as StringUtils$1, UserInterface, DateUtils as DateUtils$1, Action, ObjectUtils as ObjectUtils$1, WaitingChangeException, DataUnitAction, FloatingManager, ElementIDUtils, JSUtils, KeyboardManager, TimeFormatter, MaskFormatter as MaskFormatter$1, NumberUtils as NumberUtils$1, HTMLBuilder, DataUnit, LockManager, LockManagerOperation, DataType, SortMode, ColumnFilterManager as ColumnFilterManager$1, ArrayUtils as ArrayUtils$1, FieldComparator, RECORD_DATE_FORMAT, DataUnitInMemoryLoader } from '@sankhyalabs/core';
|
|
4
4
|
import { SelectionMode } from '@sankhyalabs/core/dist/dataunit/DataUnit';
|
|
5
5
|
|
|
6
6
|
const isString = obj => typeof obj === 'string';
|
|
@@ -2369,10 +2369,8 @@ class I18n extends EventEmitter {
|
|
|
2369
2369
|
const instance = I18n.createInstance();
|
|
2370
2370
|
instance.createInstance = I18n.createInstance;
|
|
2371
2371
|
|
|
2372
|
-
function _classCallCheck(
|
|
2373
|
-
if (!(
|
|
2374
|
-
throw new TypeError("Cannot call a class as a function");
|
|
2375
|
-
}
|
|
2372
|
+
function _classCallCheck(a, n) {
|
|
2373
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
2376
2374
|
}
|
|
2377
2375
|
|
|
2378
2376
|
function _typeof$1(o) {
|
|
@@ -2401,22 +2399,16 @@ function toPropertyKey(t) {
|
|
|
2401
2399
|
return "symbol" == _typeof$1(i) ? i : i + "";
|
|
2402
2400
|
}
|
|
2403
2401
|
|
|
2404
|
-
function _defineProperties(
|
|
2405
|
-
for (var
|
|
2406
|
-
var
|
|
2407
|
-
|
|
2408
|
-
descriptor.configurable = true;
|
|
2409
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
2410
|
-
Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor);
|
|
2402
|
+
function _defineProperties(e, r) {
|
|
2403
|
+
for (var t = 0; t < r.length; t++) {
|
|
2404
|
+
var o = r[t];
|
|
2405
|
+
o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);
|
|
2411
2406
|
}
|
|
2412
2407
|
}
|
|
2413
|
-
function _createClass(
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
writable: false
|
|
2418
|
-
});
|
|
2419
|
-
return Constructor;
|
|
2408
|
+
function _createClass(e, r, t) {
|
|
2409
|
+
return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
|
|
2410
|
+
writable: !1
|
|
2411
|
+
}), e;
|
|
2420
2412
|
}
|
|
2421
2413
|
|
|
2422
2414
|
var arr = [];
|
|
@@ -2824,6 +2816,7 @@ const ptBrTranslations = {
|
|
|
2824
2816
|
defaultLabel: "Enviar Imagem",
|
|
2825
2817
|
imageAlt: "Imagem carregada",
|
|
2826
2818
|
removeImage: "Remover imagem",
|
|
2819
|
+
editImage: "Editar imagem",
|
|
2827
2820
|
invalidFileType: "O arquivo selecionado não é uma imagem válida.",
|
|
2828
2821
|
fileTooLarge: "A imagem deve ter menos de {{maxSize}}.",
|
|
2829
2822
|
imagePreview: "Visualizar Imagem",
|
|
@@ -2871,6 +2864,9 @@ const ptBrTranslations = {
|
|
|
2871
2864
|
"ez-date-input": {
|
|
2872
2865
|
invalidDate: "O valor digitado não é uma data válida"
|
|
2873
2866
|
},
|
|
2867
|
+
"ez-classic-date-input": {
|
|
2868
|
+
invalidDate: "O valor digitado não é uma data válida"
|
|
2869
|
+
},
|
|
2874
2870
|
"ez-dialog": {
|
|
2875
2871
|
confirmButton: "Botão de confirmação ou OK",
|
|
2876
2872
|
closeButton: "Botão de fechar ou X"
|
|
@@ -2888,16 +2884,27 @@ const ptBrTranslations = {
|
|
|
2888
2884
|
"ez-file-item": {
|
|
2889
2885
|
invalidProgress: "O progresso de upload deve ser um número entre 0 e 100."
|
|
2890
2886
|
},
|
|
2887
|
+
"ez-record-navigation": {
|
|
2888
|
+
previousRecord: "Registro anterior",
|
|
2889
|
+
nextRecord: "Próximo registro",
|
|
2890
|
+
},
|
|
2891
|
+
"ez-grid-pagination": {
|
|
2892
|
+
cancelPagination: "Cancelar paginação",
|
|
2893
|
+
firstPage: 'Primeira página',
|
|
2894
|
+
lastPage: 'Última página',
|
|
2895
|
+
previousPage: "Página anterior",
|
|
2896
|
+
nextPage: "Próxima página",
|
|
2897
|
+
remainingPageLabel: " de {{count}} ou mais",
|
|
2898
|
+
remainingTotalLabel: " de {{total}}",
|
|
2899
|
+
pageCounter: "Página {{currentPage}} de {{totalPages}}",
|
|
2900
|
+
},
|
|
2891
2901
|
"ez-grid": {
|
|
2892
2902
|
filterAppliedSuccess: "Filtro de coluna aplicado com sucesso!",
|
|
2893
|
-
cancelPagination: "Cancelar paginação",
|
|
2894
2903
|
pageLabel: "Página {{currentPage}}",
|
|
2895
2904
|
previousPage: "Página anterior",
|
|
2896
2905
|
nextPage: "Próxima página",
|
|
2897
2906
|
returnToPreviousPage: "Retorna à página anterior.",
|
|
2898
2907
|
goToNextPage: "Avança para a próxima página.",
|
|
2899
|
-
remainingPageLabel: " de {{count}} ou mais",
|
|
2900
|
-
remainingTotalLabel: " de {{total}}",
|
|
2901
2908
|
nextRecord: "Avança para o próximo registro.",
|
|
2902
2909
|
previousRecord: "Retorna ao registro anterior.",
|
|
2903
2910
|
searchColumn: "Busca por coluna.",
|
|
@@ -2917,7 +2924,7 @@ const ptBrTranslations = {
|
|
|
2917
2924
|
last: "Último",
|
|
2918
2925
|
first: "Primeiro",
|
|
2919
2926
|
previous: "Anterior",
|
|
2920
|
-
loadingOoo: "
|
|
2927
|
+
loadingOoo: "",
|
|
2921
2928
|
selectAll: "Selecionar tudo",
|
|
2922
2929
|
searchOoo: "Procurar",
|
|
2923
2930
|
blanks: "Vazio",
|
|
@@ -3059,6 +3066,7 @@ const ptBrTranslations = {
|
|
|
3059
3066
|
emptyList: "Nenhum resultado encontrado",
|
|
3060
3067
|
optionLoaderNotDefined: "optionLoader não definido",
|
|
3061
3068
|
defaultCodeLabel: "Cód.",
|
|
3069
|
+
clearValue: "Limpar valor",
|
|
3062
3070
|
},
|
|
3063
3071
|
"ez-sortable-list": {
|
|
3064
3072
|
emptyMessage: "Nenhum item na lista",
|
|
@@ -3076,6 +3084,9 @@ const ptBrTranslations = {
|
|
|
3076
3084
|
"ez-time-input": {
|
|
3077
3085
|
invalidTime: "Favor inserir um horário válido.",
|
|
3078
3086
|
},
|
|
3087
|
+
"ez-classic-time-input": {
|
|
3088
|
+
invalidTime: "Favor inserir um horário válido.",
|
|
3089
|
+
},
|
|
3079
3090
|
"ez-sidebar": {
|
|
3080
3091
|
unPinMenu: "Desafixar menu",
|
|
3081
3092
|
pushPinMenu: "Fixar menu",
|
|
@@ -3097,6 +3108,10 @@ const ptBrTranslations = {
|
|
|
3097
3108
|
},
|
|
3098
3109
|
spinner: {
|
|
3099
3110
|
loading: "Carregando..."
|
|
3111
|
+
},
|
|
3112
|
+
"ez-scroller": {
|
|
3113
|
+
previousButton: "Anterior",
|
|
3114
|
+
nextButton: "Próximo"
|
|
3100
3115
|
}
|
|
3101
3116
|
}
|
|
3102
3117
|
};
|
|
@@ -3137,6 +3152,7 @@ const enUsTranslations = {
|
|
|
3137
3152
|
defaultLabel: "Upload Image",
|
|
3138
3153
|
imageAlt: "Uploaded image",
|
|
3139
3154
|
removeImage: "Remove image",
|
|
3155
|
+
editImage: "Edit image",
|
|
3140
3156
|
invalidFileType: "The selected file is not a valid image.",
|
|
3141
3157
|
fileTooLarge: "The image must be less than {{maxSize}}.",
|
|
3142
3158
|
imagePreview: "Image Preview",
|
|
@@ -3184,6 +3200,9 @@ const enUsTranslations = {
|
|
|
3184
3200
|
"ez-date-input": {
|
|
3185
3201
|
invalidDate: "The entered value is not a valid date"
|
|
3186
3202
|
},
|
|
3203
|
+
"ez-classic-date-input": {
|
|
3204
|
+
invalidDate: "The entered value is not a valid date"
|
|
3205
|
+
},
|
|
3187
3206
|
"ez-dialog": {
|
|
3188
3207
|
confirmButton: "Confirm or OK button",
|
|
3189
3208
|
closeButton: "Close or X button"
|
|
@@ -3201,16 +3220,27 @@ const enUsTranslations = {
|
|
|
3201
3220
|
"ez-file-item": {
|
|
3202
3221
|
invalidProgress: "The upload progress must be a number between 0 and 100."
|
|
3203
3222
|
},
|
|
3223
|
+
"ez-record-navigation": {
|
|
3224
|
+
previousRecord: "Previous record",
|
|
3225
|
+
nextRecord: "Next record",
|
|
3226
|
+
},
|
|
3227
|
+
"ez-grid-pagination": {
|
|
3228
|
+
cancelPagination: "Cancel pagination",
|
|
3229
|
+
firstPage: 'First page',
|
|
3230
|
+
lastPage: 'Last page',
|
|
3231
|
+
previousPage: "Previous page",
|
|
3232
|
+
nextPage: "Next page",
|
|
3233
|
+
remainingPageLabel: " from {{count}} or more",
|
|
3234
|
+
remainingTotalLabel: " from {{total}}",
|
|
3235
|
+
pageCounter: "Page {{currentPage}} from {{totalPages}}",
|
|
3236
|
+
},
|
|
3204
3237
|
"ez-grid": {
|
|
3205
3238
|
filterAppliedSuccess: "Column filter applied successfully!",
|
|
3206
|
-
cancelPagination: "Cancel pagination",
|
|
3207
3239
|
pageLabel: "Page {{currentPage}}",
|
|
3208
3240
|
previousPage: "Previous page",
|
|
3209
3241
|
nextPage: "Next page",
|
|
3210
3242
|
returnToPreviousPage: "Return to the previous page.",
|
|
3211
3243
|
goToNextPage: "Move to the next page.",
|
|
3212
|
-
remainingPageLabel: " from {{count}} or more",
|
|
3213
|
-
remainingTotalLabel: " from {{total}}",
|
|
3214
3244
|
nextRecord: "Move to the next record.",
|
|
3215
3245
|
previousRecord: "Return to the previous record.",
|
|
3216
3246
|
searchColumn: "Search by column.",
|
|
@@ -3230,7 +3260,7 @@ const enUsTranslations = {
|
|
|
3230
3260
|
last: "Last",
|
|
3231
3261
|
first: "First",
|
|
3232
3262
|
previous: "Previous",
|
|
3233
|
-
loadingOoo: "
|
|
3263
|
+
loadingOoo: "",
|
|
3234
3264
|
selectAll: "Select all",
|
|
3235
3265
|
searchOoo: "Search",
|
|
3236
3266
|
blanks: "Blanks",
|
|
@@ -3372,6 +3402,7 @@ const enUsTranslations = {
|
|
|
3372
3402
|
emptyList: "No results found",
|
|
3373
3403
|
optionLoaderNotDefined: "optionLoader not defined",
|
|
3374
3404
|
defaultCodeLabel: "Code",
|
|
3405
|
+
clearValue: "Clear value",
|
|
3375
3406
|
},
|
|
3376
3407
|
"ez-sortable-list": {
|
|
3377
3408
|
emptyMessage: "No items in the list",
|
|
@@ -3389,6 +3420,9 @@ const enUsTranslations = {
|
|
|
3389
3420
|
"ez-time-input": {
|
|
3390
3421
|
invalidTime: "Please enter a valid time.",
|
|
3391
3422
|
},
|
|
3423
|
+
"ez-classic-time-input": {
|
|
3424
|
+
invalidTime: "Please enter a valid time.",
|
|
3425
|
+
},
|
|
3392
3426
|
"ez-sidebar": {
|
|
3393
3427
|
unPinMenu: "Unpin menu",
|
|
3394
3428
|
pushPinMenu: "Pin menu",
|
|
@@ -3410,6 +3444,10 @@ const enUsTranslations = {
|
|
|
3410
3444
|
},
|
|
3411
3445
|
spinner: {
|
|
3412
3446
|
loading: "Loading..."
|
|
3447
|
+
},
|
|
3448
|
+
"ez-scroller": {
|
|
3449
|
+
previousButton: "Previous",
|
|
3450
|
+
nextButton: "Next"
|
|
3413
3451
|
}
|
|
3414
3452
|
}
|
|
3415
3453
|
};
|
|
@@ -3450,6 +3488,7 @@ const esEsTranslations = {
|
|
|
3450
3488
|
defaultLabel: "Subir Imagen",
|
|
3451
3489
|
imageAlt: "Imagen cargada",
|
|
3452
3490
|
removeImage: "Eliminar imagen",
|
|
3491
|
+
editImage: "Editar imagen",
|
|
3453
3492
|
invalidFileType: "El archivo seleccionado no es una imagen válida.",
|
|
3454
3493
|
fileTooLarge: "La imagen debe tener menos de {{maxSize}}.",
|
|
3455
3494
|
imagePreview: "Vista Previa de Imagen",
|
|
@@ -3497,6 +3536,9 @@ const esEsTranslations = {
|
|
|
3497
3536
|
"ez-date-input": {
|
|
3498
3537
|
invalidDate: "El valor ingresado no es una fecha válida"
|
|
3499
3538
|
},
|
|
3539
|
+
"ez-classic-date-input": {
|
|
3540
|
+
invalidDate: "El valor ingresado no es una fecha válida"
|
|
3541
|
+
},
|
|
3500
3542
|
"ez-dialog": {
|
|
3501
3543
|
confirmButton: "Botón de confirmación o OK",
|
|
3502
3544
|
closeButton: "Botón de cerrar o X"
|
|
@@ -3514,16 +3556,27 @@ const esEsTranslations = {
|
|
|
3514
3556
|
"ez-file-item": {
|
|
3515
3557
|
invalidProgress: "El progreso de carga debe ser un número entre 0 y 100."
|
|
3516
3558
|
},
|
|
3559
|
+
"ez-record-navigation": {
|
|
3560
|
+
previousRecord: "Registro anterior",
|
|
3561
|
+
nextRecord: "Siguiente registro",
|
|
3562
|
+
},
|
|
3563
|
+
"ez-grid-pagination": {
|
|
3564
|
+
cancelPagination: "Cancelar paginación",
|
|
3565
|
+
firstPage: 'Primeira página',
|
|
3566
|
+
lastPage: 'Última página',
|
|
3567
|
+
previousPage: "Página anterior",
|
|
3568
|
+
nextPage: "Página siguiente",
|
|
3569
|
+
remainingPageLabel: " de {{count}} o más",
|
|
3570
|
+
remainingTotalLabel: " de {{total}}",
|
|
3571
|
+
pageCounter: "Página {{currentPage}} de {{totalPages}}",
|
|
3572
|
+
},
|
|
3517
3573
|
"ez-grid": {
|
|
3518
3574
|
filterAppliedSuccess: "¡Filtro de columna aplicado con éxito!",
|
|
3519
|
-
cancelPagination: "Cancelar paginación",
|
|
3520
3575
|
pageLabel: "Página {{currentPage}}",
|
|
3521
3576
|
previousPage: "Página anterior",
|
|
3522
3577
|
nextPage: "Página siguiente",
|
|
3523
3578
|
returnToPreviousPage: "Volver a la página anterior.",
|
|
3524
3579
|
goToNextPage: "Avanzar a la página siguiente.",
|
|
3525
|
-
remainingPageLabel: " de {{count}} o más",
|
|
3526
|
-
remainingTotalLabel: " de {{total}}",
|
|
3527
3580
|
nextRecord: "Avanzar al siguiente registro.",
|
|
3528
3581
|
previousRecord: "Volver al registro anterior.",
|
|
3529
3582
|
searchColumn: "Buscar por columna.",
|
|
@@ -3543,7 +3596,7 @@ const esEsTranslations = {
|
|
|
3543
3596
|
last: "Último",
|
|
3544
3597
|
first: "Primero",
|
|
3545
3598
|
previous: "Anterior",
|
|
3546
|
-
loadingOoo: "
|
|
3599
|
+
loadingOoo: "",
|
|
3547
3600
|
selectAll: "Seleccionar todo",
|
|
3548
3601
|
searchOoo: "Buscar",
|
|
3549
3602
|
blanks: "Vacío",
|
|
@@ -3685,6 +3738,7 @@ const esEsTranslations = {
|
|
|
3685
3738
|
emptyList: "No se encontraron resultados",
|
|
3686
3739
|
optionLoaderNotDefined: "optionLoader no definido",
|
|
3687
3740
|
defaultCodeLabel: "Cód.",
|
|
3741
|
+
clearValue: "Limpiar valor",
|
|
3688
3742
|
},
|
|
3689
3743
|
"ez-sortable-list": {
|
|
3690
3744
|
emptyMessage: "No hay elementos en la lista",
|
|
@@ -3702,6 +3756,9 @@ const esEsTranslations = {
|
|
|
3702
3756
|
"ez-time-input": {
|
|
3703
3757
|
invalidTime: "Por favor, ingrese una hora válida.",
|
|
3704
3758
|
},
|
|
3759
|
+
"ez-classic-time-input": {
|
|
3760
|
+
invalidTime: "Por favor, ingrese una hora válida.",
|
|
3761
|
+
},
|
|
3705
3762
|
"ez-sidebar": {
|
|
3706
3763
|
unPinMenu: "Desanclar menú",
|
|
3707
3764
|
pushPinMenu: "Anclar menú",
|
|
@@ -3723,6 +3780,10 @@ const esEsTranslations = {
|
|
|
3723
3780
|
},
|
|
3724
3781
|
spinner: {
|
|
3725
3782
|
loading: "Cargando...",
|
|
3783
|
+
},
|
|
3784
|
+
"ez-scroller": {
|
|
3785
|
+
previousButton: "Anterior",
|
|
3786
|
+
nextButton: "Siguiente"
|
|
3726
3787
|
}
|
|
3727
3788
|
}
|
|
3728
3789
|
};
|
|
@@ -4229,6 +4290,14 @@ var CheckMode;
|
|
|
4229
4290
|
CheckMode["SWITCH"] = "SWITCH";
|
|
4230
4291
|
})(CheckMode || (CheckMode = {}));
|
|
4231
4292
|
|
|
4293
|
+
const isSystemRequired = (descriptor) => {
|
|
4294
|
+
var _a;
|
|
4295
|
+
return (descriptor === null || descriptor === void 0 ? void 0 : descriptor.required) === true || ((_a = descriptor === null || descriptor === void 0 ? void 0 : descriptor.properties) === null || _a === void 0 ? void 0 : _a.systemRequired) === 'S';
|
|
4296
|
+
};
|
|
4297
|
+
const isSystemReadOnly = (descriptor) => {
|
|
4298
|
+
var _a;
|
|
4299
|
+
return (descriptor === null || descriptor === void 0 ? void 0 : descriptor.readOnly) === true || ((_a = descriptor === null || descriptor === void 0 ? void 0 : descriptor.properties) === null || _a === void 0 ? void 0 : _a.systemReadOnly) === 'S';
|
|
4300
|
+
};
|
|
4232
4301
|
const buildFieldMetadata = (descriptor, config) => {
|
|
4233
4302
|
var _a, _b;
|
|
4234
4303
|
let { name, label, group } = Object.assign({}, config);
|
|
@@ -4238,8 +4307,12 @@ const buildFieldMetadata = (descriptor, config) => {
|
|
|
4238
4307
|
if (descriptor) {
|
|
4239
4308
|
label = label || descriptor.label;
|
|
4240
4309
|
name = name || descriptor.name;
|
|
4241
|
-
required = (
|
|
4242
|
-
|
|
4310
|
+
required = isSystemRequired(descriptor)
|
|
4311
|
+
? true
|
|
4312
|
+
: ((_a = config === null || config === void 0 ? void 0 : config.required) !== null && _a !== void 0 ? _a : descriptor.required);
|
|
4313
|
+
readOnly = isSystemReadOnly(descriptor)
|
|
4314
|
+
? true
|
|
4315
|
+
: ((_b = config === null || config === void 0 ? void 0 : config.readOnly) !== null && _b !== void 0 ? _b : descriptor.readOnly);
|
|
4243
4316
|
props = descriptor.properties;
|
|
4244
4317
|
userInterface = descriptor.userInterface;
|
|
4245
4318
|
}
|
|
@@ -4980,12 +5053,9 @@ var FormLayout;
|
|
|
4980
5053
|
|
|
4981
5054
|
const SHORTCUT_SEARCH_FIELD = "ctrl+f";
|
|
4982
5055
|
const SEARCH_FIELD_FULL_WIDTH = 240;
|
|
4983
|
-
const SEARCH_FIELD_MARGIN_BOTTOM = "0px";
|
|
4984
|
-
const SEARCH_FIELD_WIDTH = String(SEARCH_FIELD_FULL_WIDTH - 30) + "px";
|
|
4985
5056
|
const buildFieldSearch = (action, optionLoader, onSelectField) => {
|
|
4986
|
-
return h("ez-search", { class: 'ez-padding--
|
|
4987
|
-
"--ez-
|
|
4988
|
-
"--ez-search--width": SEARCH_FIELD_WIDTH
|
|
5057
|
+
return h("ez-search", { class: 'ez-padding--medium', style: {
|
|
5058
|
+
"--ez-search--min-width": `${SEARCH_FIELD_FULL_WIDTH}px`
|
|
4989
5059
|
}, canShowError: false, showSelectedValue: false, showOptionValue: false, suppressEmptyOption: true, label: action.label, value: null, optionLoader: optionLoader, onEzChange: (evt) => {
|
|
4990
5060
|
window.dispatchEvent(new CustomEvent('ezCloseSplitButtonDropdown', { detail: { action, value: evt.detail } }));
|
|
4991
5061
|
requestAnimationFrame(() => {
|
|
@@ -7124,12 +7194,13 @@ const EzClassicComboBox$1 = class extends HTMLElement$1 {
|
|
|
7124
7194
|
this.filterOptions('');
|
|
7125
7195
|
}
|
|
7126
7196
|
async valueChanged(newValue, oldValue) {
|
|
7197
|
+
var _a;
|
|
7127
7198
|
if (this.compareOptionValues(newValue, oldValue)) {
|
|
7128
7199
|
return;
|
|
7129
7200
|
}
|
|
7130
7201
|
if (newValue) {
|
|
7131
7202
|
this.value = this.getFullOption(newValue);
|
|
7132
|
-
this.inputValue = this.value.label;
|
|
7203
|
+
this.inputValue = (_a = this.value) === null || _a === void 0 ? void 0 : _a.label;
|
|
7133
7204
|
this.setHighlightedIndexToValue();
|
|
7134
7205
|
}
|
|
7135
7206
|
else {
|
|
@@ -7524,7 +7595,7 @@ const EzClassicDateInput$1 = class extends HTMLElement$1 {
|
|
|
7524
7595
|
}
|
|
7525
7596
|
render() {
|
|
7526
7597
|
ElementIDUtils.addIDInfoIfNotExists(this._elem, 'input');
|
|
7527
|
-
return (h(Host, null, h("ez-classic-input", { "data-element-id": ElementIDUtils.getInternalIDInfo("textInput"), ref: (elem) => this._textInput = elem, "data-slave-mode": "true", label: this.label, onBlur: () => this.handleBlur(), onInput: (evt) => this.handleInput(evt),
|
|
7598
|
+
return (h(Host, null, h("ez-classic-input", { "data-element-id": ElementIDUtils.getInternalIDInfo("textInput"), ref: (elem) => this._textInput = elem, "data-slave-mode": "true", label: this.label, onBlur: () => this.handleBlur(), onInput: (evt) => this.handleInput(evt), mask: "##/##/####", enabled: this.enabled, errorMessage: this.errorMessage, mode: this.mode, size: this.size, canShowError: this.canShowError, alternativePlaceholder: this.alternativePlaceholder, required: this.required, leftIconName: "calendar", leftIconClickable: this.enabled, onIconClick: () => { var _a; return (_a = this._popover) === null || _a === void 0 ? void 0 : _a.showUnder(this._textInput); }, onEzChange: (event) => event.stopPropagation() }), h("ez-popover-plus", { ref: elem => this._popover = elem, anchorElement: this._textInput, autoClose: true, boxWidth: 'fit-content', overlayType: 'none', "data-element-id": this._elem.getAttribute("data-element-id"), onEzVisibilityChange: (event) => event.stopPropagation() }, h("ez-calendar", { ref: elem => this._calendar = elem, "data-element-id": ElementIDUtils.getInternalIDInfo("calendar"), onEzChange: (event) => this.handleChangeCalendar(event), value: this.value }))));
|
|
7528
7599
|
}
|
|
7529
7600
|
get _elem() { return this; }
|
|
7530
7601
|
static get watchers() { return {
|
|
@@ -7781,6 +7852,7 @@ class MaskFormatter {
|
|
|
7781
7852
|
'U': (char) => /[a-zA-Z]/.test(char),
|
|
7782
7853
|
'L': (char) => /[a-zA-Z]/.test(char),
|
|
7783
7854
|
'A': (char) => /[a-zA-Z0-9]/.test(char),
|
|
7855
|
+
'Z': (char) => /[a-zA-Z0-9]/.test(char),
|
|
7784
7856
|
'?': (char) => /[a-zA-Z]/.test(char),
|
|
7785
7857
|
'*': () => true
|
|
7786
7858
|
};
|
|
@@ -7810,7 +7882,7 @@ class MaskFormatter {
|
|
|
7810
7882
|
}
|
|
7811
7883
|
if (this.maskChars[maskChar]) {
|
|
7812
7884
|
if (this.maskChars[maskChar](inputChar)) {
|
|
7813
|
-
if (maskChar === 'U') {
|
|
7885
|
+
if (maskChar === 'U' || maskChar === 'Z') {
|
|
7814
7886
|
formattedValue += inputChar.toUpperCase();
|
|
7815
7887
|
}
|
|
7816
7888
|
else if (maskChar === 'L') {
|
|
@@ -8083,12 +8155,57 @@ const EzClassicInput$1 = class extends HTMLElement$1 {
|
|
|
8083
8155
|
const cleanValue = this._maskFormatter.removeMask(formattedValue);
|
|
8084
8156
|
return { formattedValue, cleanValue };
|
|
8085
8157
|
}
|
|
8158
|
+
isDataChar(char) {
|
|
8159
|
+
return /[a-zA-Z0-9]/.test(char);
|
|
8160
|
+
}
|
|
8161
|
+
countDataCharsBefore(value, pos) {
|
|
8162
|
+
let count = 0;
|
|
8163
|
+
for (let i = 0; i < pos && i < value.length; i++) {
|
|
8164
|
+
if (this.isDataChar(value[i]))
|
|
8165
|
+
count++;
|
|
8166
|
+
}
|
|
8167
|
+
return count;
|
|
8168
|
+
}
|
|
8169
|
+
skipLeadingSeparators(value, pos) {
|
|
8170
|
+
while (pos < value.length && !this.isDataChar(value[pos])) {
|
|
8171
|
+
pos++;
|
|
8172
|
+
}
|
|
8173
|
+
return pos;
|
|
8174
|
+
}
|
|
8175
|
+
findPositionAfterDataChars(formattedValue, targetCount) {
|
|
8176
|
+
let count = 0;
|
|
8177
|
+
for (let i = 0; i <= formattedValue.length; i++) {
|
|
8178
|
+
if (count === targetCount) {
|
|
8179
|
+
return this.skipLeadingSeparators(formattedValue, i);
|
|
8180
|
+
}
|
|
8181
|
+
if (i < formattedValue.length && this.isDataChar(formattedValue[i])) {
|
|
8182
|
+
count++;
|
|
8183
|
+
}
|
|
8184
|
+
}
|
|
8185
|
+
return formattedValue.length;
|
|
8186
|
+
}
|
|
8187
|
+
getCursorPositionAfterFormat(rawValue, formattedValue, cursorPos) {
|
|
8188
|
+
const dataCharCount = this.countDataCharsBefore(rawValue, cursorPos);
|
|
8189
|
+
return this.findPositionAfterDataChars(formattedValue, dataCharCount);
|
|
8190
|
+
}
|
|
8191
|
+
restoreCursorSelection(inputElement, rawValue, formattedValue, savedStart, savedEnd) {
|
|
8192
|
+
const newStart = this.getCursorPositionAfterFormat(rawValue, formattedValue, savedStart);
|
|
8193
|
+
const newEnd = savedStart === savedEnd
|
|
8194
|
+
? newStart
|
|
8195
|
+
: this.getCursorPositionAfterFormat(rawValue, formattedValue, savedEnd);
|
|
8196
|
+
inputElement.setSelectionRange(newStart, newEnd);
|
|
8197
|
+
}
|
|
8086
8198
|
updateInputValue(inputElement, formattedValue, cleanValue) {
|
|
8199
|
+
const rawValue = inputElement.value;
|
|
8200
|
+
const savedStart = inputElement.selectionStart;
|
|
8201
|
+
const savedEnd = inputElement.selectionEnd;
|
|
8087
8202
|
inputElement.value = formattedValue;
|
|
8203
|
+
if (savedStart !== null && savedEnd !== null) {
|
|
8204
|
+
this.restoreCursorSelection(inputElement, rawValue, formattedValue, savedStart, savedEnd);
|
|
8205
|
+
}
|
|
8088
8206
|
this._internalValueChange = true;
|
|
8089
8207
|
this.value = cleanValue;
|
|
8090
|
-
|
|
8091
|
-
this.ezChange.emit(emitValue);
|
|
8208
|
+
this.ezChange.emit(this.emitMaskedValue ? formattedValue : cleanValue);
|
|
8092
8209
|
}
|
|
8093
8210
|
updateInputValueWithoutMask(inputValue) {
|
|
8094
8211
|
this._internalValueChange = true;
|
|
@@ -9049,7 +9166,7 @@ const EzClassicSearch$1 = class extends HTMLElement$1 {
|
|
|
9049
9166
|
static get style() { return ezClassicSearchCss; }
|
|
9050
9167
|
};
|
|
9051
9168
|
|
|
9052
|
-
const ezClassicSearchPlusCss = ":host{--ez-classic-search--height:42px;--ez-classic-search--width:100%;--ez-classic-search__icon--width:48px;--ez-classic-search--border-radius:var(--border--radius-medium, 12px);--ez-classic-search--border-radius-small:var(--border--radius-small, 6px);--ez-classic-search--font-size:var(--text--medium, 14px);--ez-classic-search--font-family:var(--font-pattern, Arial);--ez-classic-search--font-weight--large:var(--text-weight--large, 500);--ez-classic-search--font-weight--medium:var(--text-weight--medium, 400);--ez-classic-search--background-color--xlight:var(--background--xlight, #fff);--ez-classic-search--background-medium:var(--background--medium, #f0f3f7);--ez-classic-search--line-height:calc(var(--text--medium, 14px) + 4px);--ez-classic-search__input--background-color:var(--background--medium, #e0e0e0);--ez-classic-search__input--border:var(--border--medium, 2px solid);--ez-classic-search__input--border-color:var(--ez-classic-search__input--background-color);--ez-classic-search__input--focus--border-color:var(--color--primary, #008561);--ez-classic-search__input--disabled--background-color:var(--color--disable-secondary, #F2F5F8);--ez-classic-search__input--disabled--color:var(--text--disable, #AFB6C0);--ez-classic-search__input--error--border-color:#CC2936;--ez-classic-search__btn--color:var(--title--primary, #2B3A54);--ez-classic-search__btn-disabled--color:var(--text--disable, #AFB6C0);--ez-classic-search__btn-hover--color:var(--color--primary, #4e4e4e);--ez-classic-search__label--color:var(--title--primary, #2B3A54);--ez-classic-search__list-title--primary:var(--title--primary, #2B3A54);--ez-classic-search__list-text--primary:var(--text--primary, #626e82);--ez-classic-search__list-height:calc(var(--ez-classic-search--font-size) + var(--ez-classic-search--space--medium) + 4px);--ez-classic-search__list-min-width:64px;--ez-classic-search--space--medium:var(--space--medium, 12px);--ez-classic-search--space--small:var(--space--small, 6px);--ez-classic-search__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-classic-search__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--ez-classic-search__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-classic-search__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-classic-search__scrollbar--border-radius:var(--border--radius-small, 6px);--ez-classic-search__scrollbar--width:var(--space--medium, 12px);display:flex;flex-wrap:wrap;position:relative;width:var(--ez-classic-search--width)}ez-icon{--ez-icon--color:inherit;font-weight:var(--text-weight--large, 600)}.suppressed-search-input{--ez-classic-input__input--border-color:var(--color--strokes, #dce0e8);--ez-classic-input__input--disabled--background-color:var(--background--xlight, #fff);--ez-classic-input__input--disabled--color:var(--title--primary, #2B3A54)}.list-container{min-width:var(--ez-classic-search__list-min-width);overflow:auto;position:relative;width:100%}.list-wrapper{display:flex;flex-direction:column;box-sizing:border-box;width:0;z-index:var(--more-visible, 2);max-height:350px;min-width:150px;background-color:var(--ez-classic-search--background-color--xlight);border-radius:var(--ez-classic-search--border-radius);box-shadow:var(--shadow, 0px 0px 16px 0px #000)}.list-options{margin-top:0px;box-sizing:border-box;width:100%;height:100%;padding:0;display:flex;flex-direction:column;scroll-behavior:smooth;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--ez-classic-search__scrollbar--color-clicked) var(--ez-classic-search__scrollbar--color-background)}.list-options::-webkit-scrollbar{background-color:var(--scrollbar--background);width:var(--space--small);max-width:var(--space--small);min-width:var(--space--small);height:var(--space--small);max-height:var(--space--small);min-height:var(--space--small)}.list-options::-webkit-scrollbar-track{background-color:var(--ez-classic-search__scrollbar--color-background);border-radius:var(--ez-classic-search__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb{background-color:var(--ez-classic-search__scrollbar--color-default);border-radius:var(--ez-classic-search__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb:vertical:hover,.list-options::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--ez-classic-search__scrollbar--color-hover)}.list-options::-webkit-scrollbar-thumb:vertical:active,.list-options::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--ez-classic-search__scrollbar--color-clicked)}.item{display:flex;align-items:center;width:100%;box-sizing:border-box;list-style-type:none;cursor:pointer;border-radius:var(--ez-classic-search--border-radius-small);gap:var(--space--small, 6px)}.item__value,.item__label{flex-basis:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ez-classic-search__list-title--primary);font-family:var(--ez-classic-search--font-family);font-size:var(--ez-classic-search--font-size);line-height:var(--ez-classic-search--line-height)}.item__label{font-weight:var(--ez-classic-search--font-weight--medium)}.item__label--bold{font-weight:var(--ez-classic-search--font-weight--large)}.item__value{text-align:center;color:var(--ez-classic-search__list-text--primary);font-weight:var(--ez-classic-search--font-weight--large)}.item__value--hidden{visibility:hidden;position:absolute;white-space:nowrap;z-index:-1;top:0;left:0}.item__label{text-align:left}.message{text-align:center;display:flex;justify-content:center;align-items:center;list-style-type:none;min-height:var(--ez-classic-search__list-height)}.message__no-result{color:var(--ez-classic-search__list-title--primary);font-family:var(--ez-classic-search--font-family);font-size:var(--ez-classic-search--font-size)}.message__loading{border-radius:50%;width:14px;height:14px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:3px solid var(--ez-classic-search__list-title--primary);border-top:3px solid transparent}.item__list>li:hover{background-color:var(--ez-classic-search--background-medium)}.preselected{background-color:var(--background--medium)}.btn{outline:none;border:none;background:none;cursor:pointer;color:var(--ez-classic-search__btn--color)}.btn:disabled{cursor:not-allowed;color:var(--ez-classic-search__btn-disabled--color)}.btn:disabled:hover{cursor:not-allowed;color:var(--ez-classic-search__btn-disabled--color)}.btn:hover{color:var(--ez-classic-search__btn-hover--color)}.btn__close{visibility:hidden}ez-classic-input:hover .btn__close,ez-c-input:focus .btn__close{visibility:visible}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@supports not (scrollbar-width: thin){.item{padding-right:8px}}.ez-classic-search-plus__container{display:flex;flex-grow:1;gap:3px}.ez-classic-search-plus__wrapper{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.ez-classic-search-plus__label-container{display:flex;flex-grow:1;gap:3px;overflow:hidden}.ez-classic-search-plus__label-container label{overflow:hidden;text-overflow:ellipsis;font-family:var(--font--pattern, Arial, sans-serif);font-size:var(--font-size--default, 14px);white-space:nowrap}.ez-classic-search-plus__text-input{--ez-classic-input--border-top-left-radius:0px;--ez-classic-input--border-bottom-left-radius:0px;outline:none}.ez-classic-search-plus__code-input-no-border{--ez-classic-input--border-top-right-radius:0px;--ez-classic-input--border-bottom-right-radius:0px}.ez-classic-search-plus__code-input{max-width:85px;--ez-classic-input--padding-inline:6px;--ez-classic-input--gap:6px}.ez-classic-search-plus__code-input-full{width:100%}.description-input-container{width:100%;outline:none}.required-indicator{font-size:var(--font--size--default, 14px);font-family:var(--font--pattern, 'Roboto');color:var(--color--red-600, #BD0025);margin-left:var(--space--4, 4px);vertical-align:top}";
|
|
9169
|
+
const ezClassicSearchPlusCss = ":host{--ez-classic-search--height:42px;--ez-classic-search--width:100%;--ez-classic-search__icon--width:48px;--ez-classic-search--border-radius:var(--border--radius-medium, 12px);--ez-classic-search--border-radius-small:var(--border--radius-small, 6px);--ez-classic-search--font-size:var(--text--medium, 14px);--ez-classic-search--font-family:var(--font-pattern, Arial);--ez-classic-search--font-weight--large:var(--text-weight--large, 500);--ez-classic-search--font-weight--medium:var(--text-weight--medium, 400);--ez-classic-search--background-color--xlight:var(--background--xlight, #fff);--ez-classic-search--background-medium:var(--background--medium, #f0f3f7);--ez-classic-search--line-height:calc(var(--text--medium, 14px) + 4px);--ez-classic-search__input--background-color:var(--background--medium, #e0e0e0);--ez-classic-search__input--border:var(--border--medium, 2px solid);--ez-classic-search__input--border-color:var(--ez-classic-search__input--background-color);--ez-classic-search__input--focus--border-color:var(--color--primary, #008561);--ez-classic-search__input--disabled--background-color:var(--color--disable-secondary, #F2F5F8);--ez-classic-search__input--disabled--color:var(--text--disable, #AFB6C0);--ez-classic-search__input--error--border-color:#CC2936;--ez-classic-search__btn--color:var(--title--primary, #2B3A54);--ez-classic-search__btn-disabled--color:var(--text--disable, #AFB6C0);--ez-classic-search__btn-hover--color:var(--color--primary, #4e4e4e);--ez-classic-search__label--color:var(--title--primary, #2B3A54);--ez-classic-search__list-title--primary:var(--title--primary, #2B3A54);--ez-classic-search__list-text--primary:var(--text--primary, #626e82);--ez-classic-search__list-height:calc(var(--ez-classic-search--font-size) + var(--ez-classic-search--space--medium) + 4px);--ez-classic-search__list-min-width:64px;--ez-classic-search--space--medium:var(--space--medium, 12px);--ez-classic-search--space--small:var(--space--small, 6px);--ez-classic-search__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-classic-search__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--ez-classic-search__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-classic-search__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-classic-search__scrollbar--border-radius:var(--border--radius-small, 6px);--ez-classic-search__scrollbar--width:var(--space--medium, 12px);--ez-classic-input--helptext-color:var(--color--ocean-green-1000, #00281D);display:flex;flex-wrap:wrap;position:relative;width:var(--ez-classic-search--width);font-family:var(--font--pattern, Arial, sans-serif)}ez-icon{--ez-icon--color:inherit;font-weight:var(--text-weight--large, 600)}.suppressed-search-input{--ez-classic-input__input--border-color:var(--color--strokes, #dce0e8);--ez-classic-input__input--disabled--background-color:var(--background--xlight, #fff);--ez-classic-input__input--disabled--color:var(--title--primary, #2B3A54)}.list-container{min-width:var(--ez-classic-search__list-min-width);overflow:auto;position:relative;width:100%}.list-wrapper{display:flex;flex-direction:column;box-sizing:border-box;width:0;z-index:var(--more-visible, 2);max-height:350px;min-width:150px;background-color:var(--ez-classic-search--background-color--xlight);border-radius:var(--ez-classic-search--border-radius);box-shadow:var(--shadow, 0px 0px 16px 0px #000)}.list-options{margin-top:0px;box-sizing:border-box;width:100%;height:100%;padding:0;display:flex;flex-direction:column;scroll-behavior:smooth;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--ez-classic-search__scrollbar--color-clicked) var(--ez-classic-search__scrollbar--color-background)}.list-options::-webkit-scrollbar{background-color:var(--scrollbar--background);width:var(--space--small);max-width:var(--space--small);min-width:var(--space--small);height:var(--space--small);max-height:var(--space--small);min-height:var(--space--small)}.list-options::-webkit-scrollbar-track{background-color:var(--ez-classic-search__scrollbar--color-background);border-radius:var(--ez-classic-search__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb{background-color:var(--ez-classic-search__scrollbar--color-default);border-radius:var(--ez-classic-search__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb:vertical:hover,.list-options::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--ez-classic-search__scrollbar--color-hover)}.list-options::-webkit-scrollbar-thumb:vertical:active,.list-options::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--ez-classic-search__scrollbar--color-clicked)}.item{display:flex;align-items:center;width:100%;box-sizing:border-box;list-style-type:none;cursor:pointer;border-radius:var(--ez-classic-search--border-radius-small);gap:var(--space--small, 6px)}.item__value,.item__label{flex-basis:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ez-classic-search__list-title--primary);font-family:var(--ez-classic-search--font-family);font-size:var(--ez-classic-search--font-size);line-height:var(--ez-classic-search--line-height)}.item__label{font-weight:var(--ez-classic-search--font-weight--medium)}.item__label--bold{font-weight:var(--ez-classic-search--font-weight--large)}.item__value{text-align:center;color:var(--ez-classic-search__list-text--primary);font-weight:var(--ez-classic-search--font-weight--large)}.item__value--hidden{visibility:hidden;position:absolute;white-space:nowrap;z-index:-1;top:0;left:0}.item__label{text-align:left}.message{text-align:center;display:flex;justify-content:center;align-items:center;list-style-type:none;min-height:var(--ez-classic-search__list-height)}.message__no-result{color:var(--ez-classic-search__list-title--primary);font-family:var(--ez-classic-search--font-family);font-size:var(--ez-classic-search--font-size)}.message__loading{border-radius:50%;width:14px;height:14px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:3px solid var(--ez-classic-search__list-title--primary);border-top:3px solid transparent}.item__list>li:hover{background-color:var(--ez-classic-search--background-medium)}.preselected{background-color:var(--background--medium)}.btn{outline:none;border:none;background:none;cursor:pointer;color:var(--ez-classic-search__btn--color)}.btn:disabled{cursor:not-allowed;color:var(--ez-classic-search__btn-disabled--color)}.btn:disabled:hover{cursor:not-allowed;color:var(--ez-classic-search__btn-disabled--color)}.btn:hover{color:var(--ez-classic-search__btn-hover--color)}.btn__close{visibility:hidden}ez-classic-input:hover .btn__close,ez-c-input:focus .btn__close{visibility:visible}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@supports not (scrollbar-width: thin){.item{padding-right:8px}}.ez-classic-search-plus__container{display:flex;flex-grow:1;gap:3px}.ez-classic-search-plus__wrapper{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.ez-classic-search-plus__label-container{display:flex;flex-grow:1;gap:3px;overflow:hidden}.ez-classic-search-plus__label-container label{overflow:hidden;text-overflow:ellipsis;font-family:var(--font--pattern, Arial, sans-serif);font-size:var(--font-size--default, 14px);white-space:nowrap}.ez-classic-search-plus__text-input{--ez-classic-input--border-top-left-radius:0px;--ez-classic-input--border-bottom-left-radius:0px;outline:none}.ez-classic-search-plus__code-input-no-border{--ez-classic-input--border-top-right-radius:0px;--ez-classic-input--border-bottom-right-radius:0px}.ez-classic-search-plus__code-input{max-width:85px;--ez-classic-input--padding-inline:6px;--ez-classic-input--gap:6px}.ez-classic-search-plus__code-input-full{width:100%}.description-input-container{width:100%;outline:none}.required-indicator{font-size:var(--font--size--default, 14px);font-family:var(--font--pattern, 'Roboto');color:var(--color--red-600, #BD0025);margin-left:var(--space--4, 4px);vertical-align:top}.ez-classic-search-plus__error-container{display:flex;flex-grow:1;gap:3px;overflow:hidden}.ez-classic-search-plus__error-container span{font-size:var(--font-size--xsmall, 10px);line-height:var(--line-height--16, 16px);overflow:hidden;text-overflow:ellipsis;animation:ez-helptext-fadein 0.3s ease;color:var(--ez-classic-input--helptext-color)}";
|
|
9053
9170
|
|
|
9054
9171
|
const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
9055
9172
|
constructor() {
|
|
@@ -9091,6 +9208,8 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9091
9208
|
this.searchDescriptionIsOpen = false;
|
|
9092
9209
|
this.visibleOptions = undefined;
|
|
9093
9210
|
this.showLoading = true;
|
|
9211
|
+
this.canShowClearButton = false;
|
|
9212
|
+
this.isHoveringDescription = false;
|
|
9094
9213
|
}
|
|
9095
9214
|
async observeValue(newValue, oldValue) {
|
|
9096
9215
|
var _a;
|
|
@@ -9104,11 +9223,11 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9104
9223
|
return;
|
|
9105
9224
|
}
|
|
9106
9225
|
if (newNormalizedValue === undefined) {
|
|
9107
|
-
this.
|
|
9108
|
-
this.descriptionValue = undefined;
|
|
9226
|
+
this.clearSearch();
|
|
9109
9227
|
this.ezChange.emit(undefined);
|
|
9110
9228
|
return;
|
|
9111
9229
|
}
|
|
9230
|
+
this.canShowClearButton = this.getClearButtonStatus();
|
|
9112
9231
|
this.codeValue = newNormalizedValue;
|
|
9113
9232
|
try {
|
|
9114
9233
|
this.descriptionValue = await this.normalizeCodeToDescriptionValue(newValue);
|
|
@@ -9202,12 +9321,14 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9202
9321
|
}
|
|
9203
9322
|
}
|
|
9204
9323
|
clearSearch() {
|
|
9205
|
-
this.value = null;
|
|
9206
|
-
this.codeValue = null;
|
|
9207
|
-
this.descriptionValue = null;
|
|
9324
|
+
this._textInputCodeValue.value = null;
|
|
9208
9325
|
if (!this.hideDescriptionInput) {
|
|
9209
9326
|
this._textInputDescriptionValue.value = null;
|
|
9210
9327
|
}
|
|
9328
|
+
this.value = null;
|
|
9329
|
+
this.codeValue = null;
|
|
9330
|
+
this.descriptionValue = null;
|
|
9331
|
+
this.canShowClearButton = false;
|
|
9211
9332
|
}
|
|
9212
9333
|
async normalizeCodeToDescriptionValue(valueToNormalize) {
|
|
9213
9334
|
if (!valueToNormalize) {
|
|
@@ -9251,7 +9372,7 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9251
9372
|
}
|
|
9252
9373
|
async loadDescriptionValueByCode(codeValue) {
|
|
9253
9374
|
if (!this.optionLoader) {
|
|
9254
|
-
console.warn(this.i18n("ez-search-plus.optionLoaderNotDefined"));
|
|
9375
|
+
console.warn(this.i18n("ez-classic-search-plus.optionLoaderNotDefined"));
|
|
9255
9376
|
return "";
|
|
9256
9377
|
}
|
|
9257
9378
|
try {
|
|
@@ -9281,7 +9402,7 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9281
9402
|
}
|
|
9282
9403
|
async loadAdvancedSearch() {
|
|
9283
9404
|
if (!this.optionLoader) {
|
|
9284
|
-
console.warn(this.i18n("ez-search-plus.optionLoaderNotDefined"));
|
|
9405
|
+
console.warn(this.i18n("ez-classic-search-plus.optionLoaderNotDefined"));
|
|
9285
9406
|
return;
|
|
9286
9407
|
}
|
|
9287
9408
|
const searchArgument = { mode: SearchMode$1.ADVANCED, argument: "" };
|
|
@@ -9308,6 +9429,7 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9308
9429
|
this._popover.showUnder(this.el);
|
|
9309
9430
|
}
|
|
9310
9431
|
const argument = event.target.value;
|
|
9432
|
+
this.canShowClearButton = this.getClearButtonStatus();
|
|
9311
9433
|
await this.debounceLoaderOptions(argument);
|
|
9312
9434
|
}
|
|
9313
9435
|
async debounceLoaderOptions(argument) {
|
|
@@ -9426,15 +9548,23 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9426
9548
|
event.stopPropagation();
|
|
9427
9549
|
this.searchDescriptionIsOpen = event.detail;
|
|
9428
9550
|
}
|
|
9429
|
-
|
|
9551
|
+
getClearButtonStatus() {
|
|
9430
9552
|
var _a, _b;
|
|
9553
|
+
if (this.ensureClearButtonVisible) {
|
|
9554
|
+
return true;
|
|
9555
|
+
}
|
|
9556
|
+
if (((_a = this._textInputCodeValue) === null || _a === void 0 ? void 0 : _a.value) || ((_b = this._textInputDescriptionValue) === null || _b === void 0 ? void 0 : _b.value)) {
|
|
9557
|
+
return true;
|
|
9558
|
+
}
|
|
9559
|
+
return !!this.value;
|
|
9560
|
+
}
|
|
9561
|
+
render() {
|
|
9431
9562
|
ElementIDUtils.addIDInfoIfNotExists(this.el, 'input');
|
|
9432
|
-
const canShowClearButton = !this.ensureClearButtonVisible && (!this.value && !((_a = this._textInputCodeValue) === null || _a === void 0 ? void 0 : _a.value) && !((_b = this._textInputDescriptionValue) === null || _b === void 0 ? void 0 : _b.value));
|
|
9433
9563
|
return (h(Host, null, h("div", { class: "ez-classic-search-plus__wrapper" }, h("div", { class: "ez-classic-search-plus__label-container" }, h("label", { title: this.label }, this.label), this.required && h("span", { class: "required-indicator" }, "*")), h("div", { class: "ez-classic-search-plus__container" }, h("ez-classic-input", { ref: (elem) => this._textInputCodeValue = elem, class: {
|
|
9434
9564
|
"ez-classic-search-plus__code-input": !this.hideDescriptionInput,
|
|
9435
9565
|
"ez-classic-search-plus__code-input-no-border": !this.hideDescriptionInput,
|
|
9436
9566
|
"ez-classic-search-plus__code-input-full": this.hideDescriptionInput
|
|
9437
|
-
}, "data-element-id": ElementIDUtils.getInternalIDInfo("codeInput"), "data-slave-mode": "true", enabled: !this.disableCodeInput && this.enabled, size: this.size, label: null, errorMessage: this.hideDescriptionInput ? this.errorMessage : "", value: this.codeValue, onFocusout: () => this.handleCodeInputFocusOut(), onFocus: () => this.handleCodeInputFocus(), leftIconName: "search", leftIconClickable: this.enabled, onIconClick: () => this.handleSearchClick(), onEzChange: (event) => event.stopPropagation() }), !this.hideDescriptionInput && (h("div", { class: "description-input-container" }, h("ez-classic-input", { ref: (elem) => this._textInputDescriptionValue = elem, tabIndex: -1, class: { "ez-classic-search-plus__text-input": true }, "data-element-id": ElementIDUtils.getInternalIDInfo("textInput"), "data-slave-mode": "true", enabled: !this.disableDescriptionInput && this.enabled, label: null,
|
|
9567
|
+
}, "data-element-id": ElementIDUtils.getInternalIDInfo("codeInput"), "data-slave-mode": "true", enabled: !this.disableCodeInput && this.enabled, size: this.size, label: null, errorMessage: this.hideDescriptionInput ? this.errorMessage : "", value: this.codeValue, onFocusout: () => this.handleCodeInputFocusOut(), onFocus: () => this.handleCodeInputFocus(), leftIconName: "search", leftIconClickable: this.enabled, onIconClick: () => this.handleSearchClick(), onEzChange: (event) => event.stopPropagation(), state: this.errorMessage && this.canShowError ? "error" : "default" }), !this.hideDescriptionInput && (h("div", { class: "description-input-container", onMouseEnter: () => this.isHoveringDescription = true, onMouseLeave: () => this.isHoveringDescription = false }, h("ez-classic-input", { ref: (elem) => this._textInputDescriptionValue = elem, tabIndex: -1, class: { "ez-classic-search-plus__text-input": true }, "data-element-id": ElementIDUtils.getInternalIDInfo("textInput"), "data-slave-mode": "true", enabled: !this.disableDescriptionInput && this.enabled, label: null, size: this.size, value: this.descriptionValue, onInput: (event) => this.handleTextInputChangeHandler(event), onFocus: () => this.handleDescriptionInputFocus(), rightIconName: this.canShowClearButton && this.isHoveringDescription ? "close" : null, rightIconClickable: this.enabled, onIconClick: () => this.clearSearch(), onEzChange: (event) => event.stopPropagation(), rightIconTooltip: this.i18n("ez-classic-search-plus.clearValue"), state: this.errorMessage && this.canShowError ? "error" : "default" }), h("ez-popover-plus", { ref: elem => this._popover = elem, anchorElement: this.el, autoClose: true, boxWidth: 'fit-content', overlayType: 'none', useAnchorSize: true, onEzVisibilityChange: (event) => this.handleOnEzVisibilityChange(event), "data-element-id": this.el.getAttribute("data-element-id") }, h("ez-classic-search-result-list", { ref: (ref) => this._classicSearchList = ref, showLoading: this.showLoading, visibleOptions: this.visibleOptions, value: this.value, showOptionValue: this.showOptionValue, onChangeValue: (evt) => this.handleSelectItem(evt) }))))), h("div", { class: "ez-classic-search-plus__error-container" }, h("span", null, this.errorMessage)))));
|
|
9438
9568
|
}
|
|
9439
9569
|
get el() { return this; }
|
|
9440
9570
|
static get watchers() { return {
|
|
@@ -9808,7 +9938,7 @@ const EzClassicTimeInput$1 = class extends HTMLElement$1 {
|
|
|
9808
9938
|
value: this._viewValue,
|
|
9809
9939
|
enabled: this.enabled,
|
|
9810
9940
|
label: this.label,
|
|
9811
|
-
|
|
9941
|
+
mask: this.showSeconds ? "##:##:##" : "##:##",
|
|
9812
9942
|
onBlur: () => this.handleBlur(),
|
|
9813
9943
|
onInput: () => this.handleInput(),
|
|
9814
9944
|
errorMessage: this.errorMessage,
|
|
@@ -9816,7 +9946,8 @@ const EzClassicTimeInput$1 = class extends HTMLElement$1 {
|
|
|
9816
9946
|
size: this.size,
|
|
9817
9947
|
canShowError: this.canShowError,
|
|
9818
9948
|
alternativePlaceholder: this.alternativePlaceholder,
|
|
9819
|
-
required: this.required
|
|
9949
|
+
required: this.required,
|
|
9950
|
+
onEzChange: (event) => event.stopPropagation()
|
|
9820
9951
|
};
|
|
9821
9952
|
return (h(Host, null, h("ez-classic-input", Object.assign({}, inputProps, { leftIconName: "timer-outline" }))));
|
|
9822
9953
|
}
|
|
@@ -12093,7 +12224,7 @@ class SubmenuControl {
|
|
|
12093
12224
|
}
|
|
12094
12225
|
}
|
|
12095
12226
|
|
|
12096
|
-
const ezDropdownCss = ":host{--ez-dropdown--z-index:var(--more-visible, 2);--ez-dropdown--padding:var(--space--
|
|
12227
|
+
const ezDropdownCss = ":host{--ez-dropdown--z-index:var(--more-visible, 2);--ez-dropdown--padding:var(--space--16, 16px);--ez-dropdown--box-shadow:var(--shadow--medium, 0px 8px 24px rgba(0, 38, 111, 0.1));--ez-dropdown--border-radius:var(--border--radius-medium, 12px);--ez-dropdown--background-color:var(--background--xlight, #fff);--ez-dropdown--font-family:var(--font-pattern, 'Roboto');--ez-dropdown--max-height:415px;--ez-dropdown__item--padding:var(--space--small, 6px);--ez-dropdown__item--gap:var(--space--small, 6px);--ez-dropdown__item--border-radius:var(--border--radius-small, 6px);--ez-dropdown__item--color:var(--title--primary, #2b3a54);--ez-dropdown__item--font-weight:var(--text-weight--medium, 400);--ez-dropdown__item--font-size:var(--text--medium, 14px);--ez-dropdown__item--line-height:calc(var(--ez-dropdown__item--font-size) + 4px);--ez-dropdown__item--background-color:var(--background--medium, #f0f3f7);--ez-dropdown__item--transition:var(--transition, .2s linear);--ez-dropdown__item-label--margin-right:var(--space--medium, 12px);--ez-dropdown__icon--size:var(--icon--medium, 18px);--ez-dropdown__divider--background-color:var(--color--disable-secondary, #f2f5f8);--ez-dropdown__divider--margin:var(--space--extra-small, 3px) 0;--ez-dropdown__group-label--color:var(--text--secondary, #A2ABB9);--ez-dropdown__group-label--font-weight:var(--text-weight--large, 600);--ez-dropdown__group-label--font-size:var(--text--small, 12px);--ez-dropdown__group-label--line-height:var(--text--medium, 14px);--ez-dropdown__group-label--padding:var(--space--small, 6px);--ez-dropdown__submenu--z-index:var(--most-visible, 3);--ez-dropdown__link--font-weight:var(--text-weight--large, 600);--ez-dropdown__link--primary--color:var(--color--primary, #008561);--ez-dropdown__link--critical--color:var(--color-alert--error-800, #BD0025);--ez-dropdown__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-dropdown__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--ez-dropdown__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-dropdown__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-dropdown__scrollbar--border-radius:var(--border--radius-small, 6px);--ez-dropdown__scrollbar--width:var(--space--small, 6px);--ez-dropdown__scrollbar--padding-right:var(--space--extra-small, 3px);display:flex;flex-direction:column;height:fit-content;user-select:none;box-sizing:border-box;position:fixed;z-index:var(--ez-dropdown--z-index)}:host *{box-sizing:border-box}.ez-dropdown{display:flex;padding:var(--ez-dropdown--padding);box-shadow:var(--ez-dropdown--box-shadow);border-radius:var(--ez-dropdown--border-radius);background-color:var(--ez-dropdown--background-color);max-width:var(--ez-dropdown--max-width)}.ez-dropdown__max-height{max-height:var(--ez-dropdown--max-height)}.ez-dropdown *{font-family:var(--ez-dropdown--font-family)}.ez-dropdown__container{display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;flex:auto;scrollbar-color:var(--ez-dropdown__scrollbar--color-clicked) var(--ez-dropdown__scrollbar--color-background)}.ez-dropdown__container::-webkit-scrollbar{background-color:var(--ez-dropdown__scrollbar--color-background);width:var(--ez-dropdown__scrollbar--width);max-width:var(--ez-dropdown__scrollbar--width);min-width:var(--ez-dropdown__scrollbar--width)}.ez-dropdown__container::-webkit-scrollbar-track{background-color:var(--ez-dropdown__scrollbar--color-background);border-radius:var(--ez-dropdown__scrollbar--border-radius)}.ez-dropdown__container::-webkit-scrollbar-thumb{background-color:var(--ez-dropdown__scrollbar--color-default);border-radius:var(--ez-dropdown__scrollbar--border-radius)}.ez-dropdown__container::-webkit-scrollbar-thumb:vertical:hover,.ez-dropdown__container::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--ez-dropdown__scrollbar--color-hover)}.ez-dropdown__container::-webkit-scrollbar-thumb:vertical:active,.ez-dropdown__container::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--ez-dropdown__scrollbar--color-clicked)}.ez-dropdown__container--spacer{padding-right:var(--ez-dropdown__scrollbar--padding-right)}.ez-dropdown__item{display:flex;align-items:center;background-color:transparent;border-radius:var(--ez-dropdown__item--border-radius);transition:var(--ez-dropdown__item--transition)}.ez-dropdown__item:hover{background-color:var(--ez-dropdown__item--background-color)}.ez-dropdown__item-wrapper{display:flex;align-items:center;position:relative;cursor:pointer;width:100%;margin:0;white-space:nowrap;gap:var(--ez-dropdown__item--gap);color:var(--ez-dropdown__item--color);font-weight:var(--ez-dropdown__item--font-weight);font-size:var(--ez-dropdown__item--font-size);line-height:var(--ez-dropdown__item--line-height);padding:var(--ez-dropdown__item--padding)}.ez-dropdown__item-wrapper ez-icon{display:flex;justify-content:center;align-items:center;width:var(--ez-dropdown__icon--size);height:var(--ez-dropdown__icon--size);min-width:var(--ez-dropdown__icon--size);min-height:var(--ez-dropdown__icon--size)}.ez-dropdown__item-content{display:flex;align-items:center;flex:auto;overflow:hidden;gap:var(--ez-dropdown__item--gap)}.ez-dropdown__item-label{text-align:left;text-overflow:ellipsis;overflow:hidden;flex:auto}.ez-dropdown__item-label:not(:last-child){margin-right:var(--ez-dropdown__item-label--margin-right)}.ez-dropdown__item-content+.ez-dropdown__link{margin-left:var(--ez-dropdown__item-label--margin-right);margin-right:var(--ez-dropdown__item--padding)}.ez-dropdown__item-builder{flex:auto}.ez-dropdown__divider{width:100%;height:2px;border-radius:1px;border:none;display:block;background-color:var(--ez-dropdown__divider--background-color);margin:var(--ez-dropdown__divider--margin)}.ez-dropdown__hidden{visibility:hidden}.ez-dropdown__group{display:flex;flex-direction:column}.ez-dropdown__group-label{display:block;width:100%;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ez-dropdown__group-label--color);font-weight:var(--ez-dropdown__group-label--font-weight);font-size:var(--ez-dropdown__group-label--font-size);line-height:var(--ez-dropdown__group-label--line-height);padding:var(--ez-dropdown__group-label--padding)}.ez-dropdown__icon-right{margin-left:auto}.ez-dropdown__submenu{position:fixed;z-index:var(--ez-dropdown__submenu--z-index);margin-top:calc(var(--ez-dropdown__item--padding) * -1)}.ez-dropdown__submenu--hide{display:none}.ez-dropdown__link{display:block;margin-left:auto;cursor:pointer;text-overflow:ellipsis;overflow:hidden;font-weight:var(--ez-dropdown__link--font-weight);max-width:calc(var(--ez-dropdown--max-width) * 0.43)}.ez-dropdown__link--primary{color:var(--ez-dropdown__link--primary--color)}.ez-dropdown__link--critical{color:var(--ez-dropdown__link--critical--color)}.ez-dropdown__link:hover{text-decoration:underline}";
|
|
12097
12228
|
|
|
12098
12229
|
const EzDropdown$1 = class extends HTMLElement$1 {
|
|
12099
12230
|
constructor() {
|
|
@@ -12361,7 +12492,7 @@ const EzEmptyCard$1 = class extends HTMLElement$1 {
|
|
|
12361
12492
|
}
|
|
12362
12493
|
}
|
|
12363
12494
|
render() {
|
|
12364
|
-
const customStyleVars = Object.assign(Object.assign({}, (this.height ? { '--ez-empty-card--custom-height': `${this.height}px` } : {})), (this.width ? { '--ez-empty-card--custom-width': `${this.width}px` } : {}));
|
|
12495
|
+
const customStyleVars = Object.assign(Object.assign({}, (this.height ? { '--ez-empty-card--custom-height': `${this.height}${typeof this.height == "number" ? 'px' : ''}` } : {})), (this.width ? { '--ez-empty-card--custom-width': `${this.width}${typeof this.width == "number" ? 'px' : ''}` } : {}));
|
|
12365
12496
|
return (h(Host, { style: customStyleVars }, h("div", { ref: element => this._container = element, class: `card_container ${this.color}` }, h("slot", null))));
|
|
12366
12497
|
}
|
|
12367
12498
|
get _element() { return this; }
|
|
@@ -79837,6 +79968,7 @@ class AgGridController {
|
|
|
79837
79968
|
this.DEFAULT_FONT_SIZE_HTML5 = 32;
|
|
79838
79969
|
this.DEFAULT_ICON_SIZE = 40;
|
|
79839
79970
|
this.DEFAULT_MAX_SIZE = 300;
|
|
79971
|
+
this.MULTI_VALUES_PROP = '__multiValues';
|
|
79840
79972
|
this._menuItems = [];
|
|
79841
79973
|
this._idAttribName = '__record__id__';
|
|
79842
79974
|
this._gridConfig = [];
|
|
@@ -79915,21 +80047,24 @@ class AgGridController {
|
|
|
79915
80047
|
const params = [];
|
|
79916
80048
|
let isNullIncluded;
|
|
79917
80049
|
checkedOptions.forEach(option => {
|
|
79918
|
-
const
|
|
79919
|
-
|
|
79920
|
-
|
|
79921
|
-
|
|
79922
|
-
|
|
79923
|
-
|
|
79924
|
-
|
|
79925
|
-
|
|
79926
|
-
|
|
79927
|
-
|
|
79928
|
-
if (placeholders.length > 0) {
|
|
79929
|
-
placeholders = placeholders + ',';
|
|
80050
|
+
const optionValues = this.resolveColumnFilterValues(option);
|
|
80051
|
+
optionValues.forEach(value => {
|
|
80052
|
+
const paramName = `PARAM_${column}_${params.length + 1}`;
|
|
80053
|
+
params.push({
|
|
80054
|
+
dataType: dataType === DataType.OBJECT ? DataType.TEXT : dataType,
|
|
80055
|
+
name: paramName,
|
|
80056
|
+
value,
|
|
80057
|
+
});
|
|
80058
|
+
if (value == undefined) {
|
|
80059
|
+
isNullIncluded = true;
|
|
79930
80060
|
}
|
|
79931
|
-
|
|
79932
|
-
|
|
80061
|
+
else {
|
|
80062
|
+
if (placeholders.length > 0) {
|
|
80063
|
+
placeholders = placeholders + ',';
|
|
80064
|
+
}
|
|
80065
|
+
placeholders = `${placeholders}:${paramName}`;
|
|
80066
|
+
}
|
|
80067
|
+
});
|
|
79933
80068
|
});
|
|
79934
80069
|
return {
|
|
79935
80070
|
name: `${DISTINCT_FILTER_NAME_PREFIX}${column}`,
|
|
@@ -79951,6 +80086,13 @@ class AgGridController {
|
|
|
79951
80086
|
}
|
|
79952
80087
|
return `${columnExpression} in (${placeholders})`;
|
|
79953
80088
|
}
|
|
80089
|
+
resolveColumnFilterValues(option) {
|
|
80090
|
+
const multiValues = option === null || option === void 0 ? void 0 : option[this.MULTI_VALUES_PROP];
|
|
80091
|
+
if (Array.isArray(multiValues) && multiValues.length > 0) {
|
|
80092
|
+
return multiValues;
|
|
80093
|
+
}
|
|
80094
|
+
return [option.value];
|
|
80095
|
+
}
|
|
79954
80096
|
initDatagrid(container, options) {
|
|
79955
80097
|
var _a;
|
|
79956
80098
|
this._options = options;
|
|
@@ -81380,7 +81522,7 @@ class InMemoryFilterColumnDataSource {
|
|
|
81380
81522
|
}
|
|
81381
81523
|
}
|
|
81382
81524
|
|
|
81383
|
-
const ezGridCss = ".sc-ez-grid-h{display:grid;grid-template-rows:auto 1fr auto;height:100%;width:100%;--ez-grid__header--background-color:var(--background--xlight, #FFF);--ez-grid__selection-counter--z-index:var(--visible, 1);--ez-grid__container--shadow:var(--shadow);--ez-grid--min-height:300px;--ez-grid__container--shadow--outline:var(--shadow--outline) var(--color--strokes);--ez-grid__header--shadow:var(--shadow--xsmall);--ez-grid__header--shadow--outline:var(--shadow--outline) var(--color--strokes);--ez-grid__header--outline:none;--ez-grid__header--border:none;min-height:var(--ez-grid--min-height)}.grid-header.sc-ez-grid{display:grid;justify-content:space-between;align-items:center;grid-row-start:1;grid-template-columns:1fr;background-color:var(--ez-grid__header--background-color, #FFF)}.grid-header.shadow-mode.sc-ez-grid{box-shadow:var(--ez-grid__header--shadow);border:var(--ez-grid__header--border);outline:var(--ez-grid__header--outline)}.grid-header.outline-mode.sc-ez-grid{box-shadow:var(--ez-grid__header--shadow--outline);border:var(--ez-grid__header--border);outline:var(--ez-grid__header--outline)}.header-overlay.sc-ez-grid{padding-top:15px;margin-top:-12px}.grid__container.sc-ez-grid{outline:none;
|
|
81525
|
+
const ezGridCss = ".sc-ez-grid-h{display:grid;grid-template-rows:auto 1fr auto;height:100%;width:100%;--ez-grid__header--background-color:var(--background--xlight, #FFF);--ez-grid__selection-counter--z-index:var(--visible, 1);--ez-grid__container--shadow:var(--shadow);--ez-grid--min-height:300px;--ez-grid__container--shadow--outline:var(--shadow--outline) var(--color--strokes);--ez-grid__header--shadow:var(--shadow--xsmall);--ez-grid__header--shadow--outline:var(--shadow--outline) var(--color--strokes);--ez-grid__header--outline:none;--ez-grid__header--border:none;min-height:var(--ez-grid--min-height)}.grid-header.sc-ez-grid{display:grid;justify-content:space-between;align-items:center;grid-row-start:1;grid-template-columns:1fr;background-color:var(--ez-grid__header--background-color, #FFF)}.grid-header.shadow-mode.sc-ez-grid{box-shadow:var(--ez-grid__header--shadow);border:var(--ez-grid__header--border);outline:var(--ez-grid__header--outline)}.grid-header.outline-mode.sc-ez-grid{box-shadow:var(--ez-grid__header--shadow--outline);border:var(--ez-grid__header--border);outline:var(--ez-grid__header--outline)}.header-overlay.sc-ez-grid{padding-top:15px;margin-top:-12px}.grid__container.sc-ez-grid{outline:none;background-color:var(--ez-grid__header--background-color);border-radius:var(--border--radius-12, 12px) var(--border--radius-12, 12px) 0 0}.grid__container.no-scroll.sc-ez-grid{width:100vw}.sc-ez-grid-h:not([no-header]) .grid__container.sc-ez-grid{border:none}.grid__container.outline-mode.sc-ez-grid{box-shadow:var(--ez-grid__container--shadow--outline);border:none;outline:none}.grid-header__popover.sc-ez-grid{position:relative;top:var(--space--sm, 16px)}.grid-header__container.sc-ez-grid{display:flex;align-items:center;flex-grow:1;flex-shrink:1}.grid-header__position.sc-ez-grid{display:flex;align-items:center;justify-content:space-between}.grid__selection-counter.sc-ez-grid{position:fixed;white-space:nowrap;transform:translate(-50%, 0px);left:50%;opacity:0;bottom:-100%;transition:opacity 0.1s, bottom 0.5s}.grid__selection-counter--opened.sc-ez-grid{opacity:1;bottom:0px}.grid__btn-close.sc-ez-grid{display:flex;align-items:center;justify-content:center;padding:0;outline:none;width:20px;height:20px;border:none;background-color:unset;cursor:pointer}.grid__btn-clear.sc-ez-grid{--ez-button--link-color:var(--color--alert-warning-900, #8C6B00);--ez-button--link--hover-color:var(--color--alert-warning-900, #8C6B00)}[no-header].sc-ez-grid-h .grid-header.sc-ez-grid{height:0;padding:0}.overflowed.sc-ez-grid{display:none}.left__header-contracted.sc-ez-grid{width:auto}.left__header-expanded.sc-ez-grid{flex-grow:1}.grid__footer.sc-ez-grid{background-color:var(--background--xlight, #FFF)}";
|
|
81384
81526
|
|
|
81385
81527
|
const windowInstace$1 = window;
|
|
81386
81528
|
const matches$1 = (text, filter) => {
|
|
@@ -81434,6 +81576,7 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81434
81576
|
this.useSearchColumn = true;
|
|
81435
81577
|
this.suppressHorizontalScroll = false;
|
|
81436
81578
|
this.mode = "complete";
|
|
81579
|
+
this.hidePagination = false;
|
|
81437
81580
|
}
|
|
81438
81581
|
/**
|
|
81439
81582
|
* Aplica a definição de colunas.
|
|
@@ -81583,26 +81726,17 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81583
81726
|
return;
|
|
81584
81727
|
this._gridController.stopEdit();
|
|
81585
81728
|
}
|
|
81729
|
+
/**
|
|
81730
|
+
* Manipula a mudança de página da grid.
|
|
81731
|
+
*/
|
|
81732
|
+
async handlePageChange() {
|
|
81733
|
+
this.resetPaginationState();
|
|
81734
|
+
this._gridController.setFocusFirstRow();
|
|
81735
|
+
this.ezPageChangedChanged.emit();
|
|
81736
|
+
}
|
|
81586
81737
|
observeConfig(config) {
|
|
81587
81738
|
this._gridController.setColumnsState(config === null || config === void 0 ? void 0 : config.columns);
|
|
81588
81739
|
}
|
|
81589
|
-
updatePaginationTooltip() {
|
|
81590
|
-
this.handleShowCancelPagination();
|
|
81591
|
-
if (!this._refPaginationLabelTooltip)
|
|
81592
|
-
return;
|
|
81593
|
-
const alreadyDefined = this._refPaginationLabelTooltip.getAttribute('data-tooltip');
|
|
81594
|
-
if (alreadyDefined) {
|
|
81595
|
-
this._refPaginationLabelTooltip.setAttribute('data-tooltip', this._getPaginationTooltip());
|
|
81596
|
-
}
|
|
81597
|
-
}
|
|
81598
|
-
observePaginationCounterMode(newValue) {
|
|
81599
|
-
if (newValue === 'hidden') {
|
|
81600
|
-
this._hidePaginationDescription();
|
|
81601
|
-
}
|
|
81602
|
-
if (newValue === 'show') {
|
|
81603
|
-
this._showPaginationDescription();
|
|
81604
|
-
}
|
|
81605
|
-
}
|
|
81606
81740
|
async observeModeChange(newMode = this.mode) {
|
|
81607
81741
|
if (newMode === "simple") {
|
|
81608
81742
|
this.canEdit = false;
|
|
@@ -81765,23 +81899,6 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81765
81899
|
ElementIDUtils.addIDInfo(this._refPaginationControl, 'pagination', dtInfo);
|
|
81766
81900
|
}
|
|
81767
81901
|
}
|
|
81768
|
-
handlePageChange() {
|
|
81769
|
-
this.resetPaginationState();
|
|
81770
|
-
this._gridController.setFocusFirstRow();
|
|
81771
|
-
this.ezPageChangedChanged.emit();
|
|
81772
|
-
}
|
|
81773
|
-
previousPage() {
|
|
81774
|
-
if (this.dataUnit) {
|
|
81775
|
-
this.dataUnit.previousPage()
|
|
81776
|
-
.then(() => this.handlePageChange());
|
|
81777
|
-
}
|
|
81778
|
-
}
|
|
81779
|
-
nextPage() {
|
|
81780
|
-
if (this.dataUnit) {
|
|
81781
|
-
this.dataUnit.nextPage()
|
|
81782
|
-
.then(() => this.handlePageChange());
|
|
81783
|
-
}
|
|
81784
|
-
}
|
|
81785
81902
|
nextRecord() {
|
|
81786
81903
|
if (this.dataUnit) {
|
|
81787
81904
|
if (this.dataUnit.getSelectionInfo().records.length === 0) {
|
|
@@ -81801,38 +81918,6 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81801
81918
|
this._paginationChangedByKeyboard = false;
|
|
81802
81919
|
(_a = this._gridController) === null || _a === void 0 ? void 0 : _a.resetPaginationState();
|
|
81803
81920
|
}
|
|
81804
|
-
resolvePaginationClassMode() {
|
|
81805
|
-
if (this.shouldPresentPaginationLabel())
|
|
81806
|
-
return "pagination-expanded";
|
|
81807
|
-
return "pagination-contracted";
|
|
81808
|
-
}
|
|
81809
|
-
async handleCancelPagination() {
|
|
81810
|
-
var _a;
|
|
81811
|
-
this.dataUnit.cancelPagination = true;
|
|
81812
|
-
await ((_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide());
|
|
81813
|
-
}
|
|
81814
|
-
renderCancelPagination() {
|
|
81815
|
-
return (h("ez-popover", { ref: (element) => (this._cancelPaginationPopoverElement = element), "overlay-type": 'none', autoClose: false }, h("div", { class: 'cancel-pagination' }, h("ez-icon", { iconName: "sync", size: "x-large", class: "spin" }), h("span", { onClick: () => this.handleCancelPagination(), class: 'cancel-pagination-btn' }, this.i18n("ez-grid.cancelPagination")))));
|
|
81816
|
-
}
|
|
81817
|
-
handleShowCancelPagination() {
|
|
81818
|
-
var _a, _b, _c;
|
|
81819
|
-
if (!this._hasToShowCancelPagination()) {
|
|
81820
|
-
(_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide();
|
|
81821
|
-
return;
|
|
81822
|
-
}
|
|
81823
|
-
if ((_b = this._cancelPaginationPopoverElement) === null || _b === void 0 ? void 0 : _b.opened)
|
|
81824
|
-
return;
|
|
81825
|
-
(_c = this._cancelPaginationPopoverElement) === null || _c === void 0 ? void 0 : _c.show("15px");
|
|
81826
|
-
}
|
|
81827
|
-
getPaginationControl() {
|
|
81828
|
-
if (!this._paginationInfo)
|
|
81829
|
-
return null;
|
|
81830
|
-
const { currentPage, hasMore } = this._paginationInfo;
|
|
81831
|
-
return (h("div", { class: `grid-header__container grid-header__pagination ${this.resolvePaginationClassMode()}`, ref: ref => (this._refPaginationControl = ref) }, this.renderCancelPagination(), 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.shouldPresentPaginationLabel() && h("strong", { class: "ez-text ez-text--primary ez-text--medium" }, this._getActualPageLabel()), this.shouldPresentPaginationLabel() && 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: this.i18n("ez-grid.previousPage") }), h("ez-button", { size: "small", iconName: "chevron-right", mode: "icon", enabled: hasMore, onClick: () => this.nextPage(), label: this.i18n("ez-grid.nextPage") }))));
|
|
81832
|
-
}
|
|
81833
|
-
shouldPresentPaginationLabel() {
|
|
81834
|
-
return this.paginationCounterMode === 'show' || this.paginationCounterMode === 'auto';
|
|
81835
|
-
}
|
|
81836
81921
|
componentDidLoad() {
|
|
81837
81922
|
const _application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
|
81838
81923
|
this.enableLockManagerLoadingComp = (!_application || (_application === null || _application === void 0 ? void 0 : _application.enableLockManagerLoadingApp)) ? this.enableLockManagerLoadingComp : false;
|
|
@@ -81897,76 +81982,9 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81897
81982
|
}
|
|
81898
81983
|
this._paginationInfo = paginationInfo;
|
|
81899
81984
|
}
|
|
81900
|
-
_getActualPageLabel() {
|
|
81901
|
-
const { firstRecord, lastRecord } = this._paginationInfo;
|
|
81902
|
-
return `${firstRecord}-${lastRecord}`;
|
|
81903
|
-
}
|
|
81904
|
-
_getRemainingPageLabel() {
|
|
81905
|
-
const { total, count } = this._paginationInfo;
|
|
81906
|
-
return `${total == undefined ? this.i18n("ez-grid.remainingPageLabel", { count: count + 1 }) : this.i18n("ez-grid.remainingTotalLabel", { total })}`;
|
|
81907
|
-
}
|
|
81908
|
-
_hasToShowCancelPagination() {
|
|
81909
|
-
var _a;
|
|
81910
|
-
const { total, count } = (_a = this._paginationInfo) !== null && _a !== void 0 ? _a : {};
|
|
81911
|
-
const hasMore = (total === undefined);
|
|
81912
|
-
return !this.dataUnit.cancelPagination && hasMore && count > this.dataUnit.pageSize;
|
|
81913
|
-
}
|
|
81914
|
-
_getPaginationTooltip() {
|
|
81915
|
-
return this._getActualPageLabel() + this._getRemainingPageLabel();
|
|
81916
|
-
}
|
|
81917
|
-
_initHeaderOverflowWatcher() {
|
|
81918
|
-
var _a;
|
|
81919
|
-
(_a = this._headerOverflowWatcher) === null || _a === void 0 ? void 0 : _a.destroy();
|
|
81920
|
-
if (this._refPaginationControl)
|
|
81921
|
-
this._headerOverflowWatcher = new OverflowWatcher(this.buildOverFlowWatcherParams());
|
|
81922
|
-
}
|
|
81923
|
-
buildOverFlowWatcherParams() {
|
|
81924
|
-
return {
|
|
81925
|
-
element: this._refPaginationControl,
|
|
81926
|
-
callback: this.handleOverFlow.bind(this),
|
|
81927
|
-
notOverFlow: ["grid-pagination-tooltip"]
|
|
81928
|
-
};
|
|
81929
|
-
}
|
|
81930
|
-
handleOverFlow() {
|
|
81931
|
-
if (!this._refPaginationLabel || !this._refPaginationControl)
|
|
81932
|
-
return;
|
|
81933
|
-
const controlWidth = this._refPaginationControl.clientWidth;
|
|
81934
|
-
const labelWidth = this._refPaginationLabel.scrollWidth;
|
|
81935
|
-
const buttonsElement = this._refPaginationControl.querySelector('#grid-pagination-tooltip');
|
|
81936
|
-
const buttonsWidth = (buttonsElement === null || buttonsElement === void 0 ? void 0 : buttonsElement.clientWidth) || 0;
|
|
81937
|
-
const totalMargins = this._getElementMargins(this._refPaginationLabel) + (buttonsElement ? this._getElementMargins(buttonsElement) : 0);
|
|
81938
|
-
const paginationWidthWithoutDescription = labelWidth + buttonsWidth + totalMargins;
|
|
81939
|
-
const paginationWidthWithDescription = paginationWidthWithoutDescription + this._getPaginationDescriptionWidth();
|
|
81940
|
-
if (controlWidth > paginationWidthWithDescription) {
|
|
81941
|
-
this._showPaginationDescription();
|
|
81942
|
-
}
|
|
81943
|
-
else if (controlWidth <= paginationWidthWithoutDescription) {
|
|
81944
|
-
this._hidePaginationDescription();
|
|
81945
|
-
}
|
|
81946
|
-
}
|
|
81947
|
-
_getPaginationDescriptionWidth() {
|
|
81948
|
-
var _a;
|
|
81949
|
-
return ((_a = this._refPaginationLabelTooltip) === null || _a === void 0 ? void 0 : _a.scrollWidth) || 0;
|
|
81950
|
-
}
|
|
81951
|
-
_getElementMargins(element) {
|
|
81952
|
-
const style = getComputedStyle(element);
|
|
81953
|
-
return parseFloat(style.marginLeft) + parseFloat(style.marginRight);
|
|
81954
|
-
}
|
|
81955
|
-
_hidePaginationDescription() {
|
|
81956
|
-
this._refPaginationLabel.classList.add(OVERFLOWED_CLASS_NAME);
|
|
81957
|
-
this._refPaginationLabelTooltip.setAttribute('data-flow', 'bottom');
|
|
81958
|
-
this._refPaginationLabelTooltip.setAttribute('data-tooltip', this._getPaginationTooltip());
|
|
81959
|
-
}
|
|
81960
|
-
;
|
|
81961
|
-
_showPaginationDescription() {
|
|
81962
|
-
this._refPaginationLabel.classList.remove(OVERFLOWED_CLASS_NAME);
|
|
81963
|
-
this._refPaginationLabelTooltip.removeAttribute('data-flow');
|
|
81964
|
-
this._refPaginationLabelTooltip.removeAttribute('data-tooltip');
|
|
81965
|
-
}
|
|
81966
81985
|
disconnectedCallback() {
|
|
81967
|
-
var _a
|
|
81968
|
-
(_a = this.
|
|
81969
|
-
(_b = this._gridController) === null || _b === void 0 ? void 0 : _b.destroy();
|
|
81986
|
+
var _a;
|
|
81987
|
+
(_a = this._gridController) === null || _a === void 0 ? void 0 : _a.destroy();
|
|
81970
81988
|
this.removeShortcuts();
|
|
81971
81989
|
}
|
|
81972
81990
|
connectedCallback() {
|
|
@@ -81995,8 +82013,6 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81995
82013
|
if (this.dataUnit && this._showSelectionCounter) {
|
|
81996
82014
|
this.setSelection(this.dataUnit.getSelectionInfo());
|
|
81997
82015
|
}
|
|
81998
|
-
if (this.paginationCounterMode === 'auto')
|
|
81999
|
-
this._initHeaderOverflowWatcher();
|
|
82000
82016
|
}
|
|
82001
82017
|
getDataSource() {
|
|
82002
82018
|
if (!this.columnfilterDataSource) {
|
|
@@ -82008,7 +82024,7 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
82008
82024
|
if (this.mode === "simple") {
|
|
82009
82025
|
return true;
|
|
82010
82026
|
}
|
|
82011
|
-
return !this._hasLeftButtons
|
|
82027
|
+
return !this._hasLeftButtons;
|
|
82012
82028
|
}
|
|
82013
82029
|
resolveLeftHeaderClass() {
|
|
82014
82030
|
if (this.paginationCounterMode == 'show')
|
|
@@ -82033,7 +82049,7 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
82033
82049
|
return;
|
|
82034
82050
|
const { currentPage } = this._paginationInfo;
|
|
82035
82051
|
if (currentPage > 0) {
|
|
82036
|
-
this.previousPage();
|
|
82052
|
+
this._refGridPagination.previousPage();
|
|
82037
82053
|
}
|
|
82038
82054
|
}, { description: this.i18n("ez-grid.previousPage"), element: this._element })
|
|
82039
82055
|
.bind("ctrl + alt + ArrowRight", () => {
|
|
@@ -82041,7 +82057,7 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
82041
82057
|
return;
|
|
82042
82058
|
const { hasMore } = this._paginationInfo;
|
|
82043
82059
|
if (hasMore) {
|
|
82044
|
-
this.nextPage();
|
|
82060
|
+
this._refGridPagination.nextPage();
|
|
82045
82061
|
}
|
|
82046
82062
|
}, { description: this.i18n("ez-grid.nextPage"), element: this._element });
|
|
82047
82063
|
if (this.useSearchColumn) {
|
|
@@ -82094,21 +82110,239 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
82094
82110
|
'ez-box ez-padding--small grid-header': true,
|
|
82095
82111
|
'outline-mode': this.outlineMode,
|
|
82096
82112
|
'shadow-mode': !this.outlineMode && !this.hideHeader(),
|
|
82097
|
-
}, tabindex: "0" }, 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" }))
|
|
82113
|
+
}, tabindex: "0" }, 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" })))), h("ez-popover", { ref: elem => (this._ezPopoverSearchColumn = elem), overlayType: "none" }, this.renderFieldSearchColumn()), h("div", { ref: (ref) => (this._gridSelectionCounter = ref), class: `grid__selection-counter ez-elevation--4
|
|
82098
82114
|
${this._showSelectionCounter ? 'grid__selection-counter--opened' : ''}
|
|
82099
|
-
` }, 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, i18n: this.i18n, onSelectAll: () => this.onSelectAllRecords(), onSelectPage: () => this.onSelectPageRecords(), onClearAll: () => this.onClearSelectedRecords(), onClose: () => (this._showSelectionCounter = false) })), h("div", { class: "grid__footer" }, h("slot", { name: "footer" }))));
|
|
82115
|
+
` }, 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, i18n: this.i18n, onSelectAll: () => this.onSelectAllRecords(), onSelectPage: () => this.onSelectPageRecords(), onClearAll: () => this.onClearSelectedRecords(), onClose: () => (this._showSelectionCounter = false) })), h("div", { class: "grid__footer" }, (this.mode !== "simple" && !this.hidePagination) && (h("ez-grid-pagination", { class: `ez-flex ez-flex--content-end`, ref: ref => (this._refGridPagination = ref), dataUnit: this.dataUnit, paginationCounterMode: this.paginationCounterMode, onPageChange: () => this.handlePageChange() })), h("slot", { name: "footer" }))));
|
|
82100
82116
|
}
|
|
82101
82117
|
static get assetsDirs() { return ["../assets"]; }
|
|
82102
82118
|
get _element() { return this; }
|
|
82103
82119
|
static get watchers() { return {
|
|
82104
82120
|
"config": ["observeConfig"],
|
|
82105
|
-
"_paginationInfo": ["updatePaginationTooltip"],
|
|
82106
|
-
"paginationCounterMode": ["observePaginationCounterMode"],
|
|
82107
82121
|
"mode": ["observeModeChange"]
|
|
82108
82122
|
}; }
|
|
82109
82123
|
static get style() { return ezGridCss; }
|
|
82110
82124
|
};
|
|
82111
82125
|
|
|
82126
|
+
const ezGridPaginationCss = ":host{display:block}.pagination__container{display:flex;align-items:center;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:flex-end}.pagination__buttons-container{display:flex;border-radius:50%;background-color:var(--color--ocean-green-90, #E1E2E5);cursor:pointer}.pagination__buttons-container ez-icon{--ez-icon--color:var(--color--ocean-green-600, #008561)}.pagination__buttons-container.disabled{background-color:#DEDEDE;cursor:not-allowed;pointer-events:auto}.pagination__buttons-container.disabled ez-icon{--ez-icon--color:var(--color--petroleum-300, #848D9C);pointer-events:none}.pagination__page-navigator{display:flex;align-items:center}.pagination__row-summary-panel{font-size:var(--font-size--default, 14px);font-family:var(--font--pattern, 'Roboto');color:var(--color--petroleum-300, #848D9C);font-weight:var(--font-weight--regular, 400);padding:var(--space--8, 8px) var(--space--16, 16px)}.pagination__page-summary-panel{display:flex;align-items:center;padding:var(--space--8, 8px) var(--space--16, 16px);gap:var(--space--4, 4px)}.pagination__container-label{margin:0 var(--space--8, 8px)}.pagination-contracted{width:100px}.pagination-expanded{min-width:150px}.pagination__label{font-family:var(--font--pattern, 'Roboto');color:var(--color--petroleum-300, #848D9C);font-weight:var(--font-weight--regular, 400);width:100%;white-space:nowrap}.cancel-pagination{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--space--4, 4px);padding:var(--space--8, 8px)}.spin{animation-name:spin;animation-duration:5000ms;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.cancel-pagination-btn{color:var(--color--red-600, #BD0025);font-size:var(--font-size--medium, 16px);font-weight:var(--font-weight--semi-bold, 600);font-family:var(--font--pattern, 'Roboto');text-wrap:nowrap;cursor:pointer}.pagination-text-right{flex-direction:row-reverse}";
|
|
82127
|
+
|
|
82128
|
+
const EzGridPagination$1 = class extends HTMLElement$1 {
|
|
82129
|
+
constructor() {
|
|
82130
|
+
super();
|
|
82131
|
+
this.__registerHost();
|
|
82132
|
+
this.__attachShadow();
|
|
82133
|
+
this.pageChange = createEvent(this, "pageChange", 7);
|
|
82134
|
+
this._dataUnitInitialized = false;
|
|
82135
|
+
this.paginationInfo = undefined;
|
|
82136
|
+
this.leftButtonDisabled = undefined;
|
|
82137
|
+
this.rightButtonDisabled = undefined;
|
|
82138
|
+
this.paginationCounterMode = 'auto';
|
|
82139
|
+
this.dataUnit = undefined;
|
|
82140
|
+
this.paginationTextPosition = 'left';
|
|
82141
|
+
this.buttonsSize = 'large';
|
|
82142
|
+
}
|
|
82143
|
+
/**
|
|
82144
|
+
* Navega para a página anterior.
|
|
82145
|
+
*/
|
|
82146
|
+
async previousPage() {
|
|
82147
|
+
if (!this.dataUnit) {
|
|
82148
|
+
return;
|
|
82149
|
+
}
|
|
82150
|
+
await this.dataUnit.previousPage();
|
|
82151
|
+
this.handlePageChange('previous');
|
|
82152
|
+
}
|
|
82153
|
+
/**
|
|
82154
|
+
* Navega para a próxima página.
|
|
82155
|
+
*/
|
|
82156
|
+
async nextPage() {
|
|
82157
|
+
if (!this.dataUnit) {
|
|
82158
|
+
return;
|
|
82159
|
+
}
|
|
82160
|
+
await this.dataUnit.nextPage();
|
|
82161
|
+
this.handlePageChange('next');
|
|
82162
|
+
}
|
|
82163
|
+
/**
|
|
82164
|
+
* Navega para a primeira página.
|
|
82165
|
+
*/
|
|
82166
|
+
async firstPage() {
|
|
82167
|
+
if (!this.dataUnit) {
|
|
82168
|
+
return;
|
|
82169
|
+
}
|
|
82170
|
+
await this.dataUnit.gotoPage(0);
|
|
82171
|
+
this.handlePageChange('previous');
|
|
82172
|
+
}
|
|
82173
|
+
/**
|
|
82174
|
+
* Navega para a primeira página.
|
|
82175
|
+
*/
|
|
82176
|
+
async lastPage() {
|
|
82177
|
+
if (!this.dataUnit) {
|
|
82178
|
+
return;
|
|
82179
|
+
}
|
|
82180
|
+
await this.dataUnit.gotoPage(this.getTotalPages() - 1);
|
|
82181
|
+
this.handlePageChange('next');
|
|
82182
|
+
}
|
|
82183
|
+
onDataUnitChange() {
|
|
82184
|
+
this.initializeDataUnit();
|
|
82185
|
+
}
|
|
82186
|
+
shouldPresentPaginationLabel() {
|
|
82187
|
+
return this.paginationCounterMode !== 'hidden';
|
|
82188
|
+
}
|
|
82189
|
+
getRemainingPageLabel() {
|
|
82190
|
+
var _a;
|
|
82191
|
+
if (!this.paginationInfo)
|
|
82192
|
+
return '';
|
|
82193
|
+
return `${this.paginationInfo.total == undefined
|
|
82194
|
+
? this.i18n('ez-grid-pagination.remainingPageLabel', { count: ((_a = this.paginationInfo.count) !== null && _a !== void 0 ? _a : 0) + 1 })
|
|
82195
|
+
: this.i18n('ez-grid-pagination.remainingTotalLabel', { total: this.paginationInfo.total, count: this.paginationInfo.count })}`;
|
|
82196
|
+
}
|
|
82197
|
+
getActualPageLabel() {
|
|
82198
|
+
var _a, _b;
|
|
82199
|
+
if (!this.paginationInfo)
|
|
82200
|
+
return '0-0';
|
|
82201
|
+
return `${(_a = this.paginationInfo.firstRecord) !== null && _a !== void 0 ? _a : 0} - ${(_b = this.paginationInfo.lastRecord) !== null && _b !== void 0 ? _b : 0}`;
|
|
82202
|
+
}
|
|
82203
|
+
getPaginationCount() {
|
|
82204
|
+
var _a;
|
|
82205
|
+
if (!this.paginationInfo || !this.dataUnit)
|
|
82206
|
+
return '0-0';
|
|
82207
|
+
const currentPage = ((_a = this.paginationInfo.currentPage) !== null && _a !== void 0 ? _a : 0) + 1;
|
|
82208
|
+
let totalPages = this.getTotalPages();
|
|
82209
|
+
return this.i18n('ez-grid-pagination.pageCounter', { currentPage, totalPages });
|
|
82210
|
+
}
|
|
82211
|
+
getTotalPages() {
|
|
82212
|
+
var _a;
|
|
82213
|
+
if (this.paginationInfo.total !== undefined) {
|
|
82214
|
+
return Math.ceil(this.paginationInfo.total / this.dataUnit.pageSize);
|
|
82215
|
+
}
|
|
82216
|
+
else {
|
|
82217
|
+
return Math.ceil(((_a = this.paginationInfo.count) !== null && _a !== void 0 ? _a : 0) / this.dataUnit.pageSize);
|
|
82218
|
+
}
|
|
82219
|
+
}
|
|
82220
|
+
handlePageChange(direction) {
|
|
82221
|
+
this.setPaginationInfo();
|
|
82222
|
+
this.setStatusButtonPagination();
|
|
82223
|
+
this.pageChange.emit(direction);
|
|
82224
|
+
}
|
|
82225
|
+
async handleCancelPagination() {
|
|
82226
|
+
var _a;
|
|
82227
|
+
if (!this.dataUnit)
|
|
82228
|
+
return;
|
|
82229
|
+
this.dataUnit.cancelPagination = true;
|
|
82230
|
+
await ((_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide());
|
|
82231
|
+
}
|
|
82232
|
+
handleShowCancelPagination() {
|
|
82233
|
+
var _a, _b, _c;
|
|
82234
|
+
if (!this.hasToShowCancelPagination()) {
|
|
82235
|
+
(_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide();
|
|
82236
|
+
return;
|
|
82237
|
+
}
|
|
82238
|
+
if ((_b = this._cancelPaginationPopoverElement) === null || _b === void 0 ? void 0 : _b.opened)
|
|
82239
|
+
return;
|
|
82240
|
+
(_c = this._cancelPaginationPopoverElement) === null || _c === void 0 ? void 0 : _c.show('15px');
|
|
82241
|
+
}
|
|
82242
|
+
hasToShowCancelPagination() {
|
|
82243
|
+
if (!this.dataUnit || !this.paginationInfo)
|
|
82244
|
+
return false;
|
|
82245
|
+
const hasMore = this.paginationInfo.total === undefined;
|
|
82246
|
+
return !this.dataUnit.cancelPagination && hasMore && this.paginationInfo.count > this.dataUnit.pageSize;
|
|
82247
|
+
}
|
|
82248
|
+
setPaginationInfo() {
|
|
82249
|
+
if (!this.dataUnit) {
|
|
82250
|
+
this.paginationInfo = null;
|
|
82251
|
+
return;
|
|
82252
|
+
}
|
|
82253
|
+
this.paginationInfo = this.dataUnit.getPaginationInfo() || null;
|
|
82254
|
+
}
|
|
82255
|
+
dataUnitObserver(action) {
|
|
82256
|
+
switch (action.type) {
|
|
82257
|
+
case Action.PAGINATION_UPDATED:
|
|
82258
|
+
this.setPaginationInfo();
|
|
82259
|
+
this.setStatusButtonPagination();
|
|
82260
|
+
this.handleShowCancelPagination();
|
|
82261
|
+
break;
|
|
82262
|
+
case Action.DATA_LOADED:
|
|
82263
|
+
this.setPaginationInfo();
|
|
82264
|
+
break;
|
|
82265
|
+
}
|
|
82266
|
+
}
|
|
82267
|
+
getLeftButtonDisabledStatus() {
|
|
82268
|
+
var _a, _b;
|
|
82269
|
+
if (!this.dataUnit)
|
|
82270
|
+
return true;
|
|
82271
|
+
return ((_b = (_a = this.paginationInfo) === null || _a === void 0 ? void 0 : _a.currentPage) !== null && _b !== void 0 ? _b : 0) <= 0;
|
|
82272
|
+
}
|
|
82273
|
+
getRightButtonDisabledStatus() {
|
|
82274
|
+
var _a;
|
|
82275
|
+
if (!this.dataUnit)
|
|
82276
|
+
return true;
|
|
82277
|
+
return !((_a = this.paginationInfo) === null || _a === void 0 ? void 0 : _a.hasMore);
|
|
82278
|
+
}
|
|
82279
|
+
setStatusButtonPagination() {
|
|
82280
|
+
this.leftButtonDisabled = this.getLeftButtonDisabledStatus();
|
|
82281
|
+
this.rightButtonDisabled = this.getRightButtonDisabledStatus();
|
|
82282
|
+
}
|
|
82283
|
+
initializeDataUnit() {
|
|
82284
|
+
if (!this.dataUnit || this._dataUnitInitialized) {
|
|
82285
|
+
return;
|
|
82286
|
+
}
|
|
82287
|
+
this.setPaginationInfo();
|
|
82288
|
+
this.setStatusButtonPagination();
|
|
82289
|
+
this._dataUnitObserverBound = this.dataUnitObserver.bind(this);
|
|
82290
|
+
this.dataUnit.subscribe(this._dataUnitObserverBound);
|
|
82291
|
+
this._dataUnitInitialized = true;
|
|
82292
|
+
}
|
|
82293
|
+
addInfoId() {
|
|
82294
|
+
if (this._element) {
|
|
82295
|
+
ElementIDUtils.addIDInfo(this._element);
|
|
82296
|
+
}
|
|
82297
|
+
}
|
|
82298
|
+
renderCancelPagination() {
|
|
82299
|
+
return (h("ez-popover", { ref: (element) => (this._cancelPaginationPopoverElement = element), "overlay-type": "none", autoClose: false }, h("div", { class: 'cancel-pagination' }, h("ez-icon", { iconName: "sync", size: "x-large", class: "spin" }), h("span", { onClick: () => this.handleCancelPagination(), class: 'cancel-pagination-btn' }, this.i18n('ez-grid-pagination.cancelPagination')))));
|
|
82300
|
+
}
|
|
82301
|
+
async connectedCallback() {
|
|
82302
|
+
this.i18n = await initI18n();
|
|
82303
|
+
this.initializeDataUnit();
|
|
82304
|
+
}
|
|
82305
|
+
componentDidLoad() {
|
|
82306
|
+
this.addInfoId();
|
|
82307
|
+
}
|
|
82308
|
+
disconnectedCallback() {
|
|
82309
|
+
if (this.dataUnit && this._dataUnitInitialized && this._dataUnitObserverBound) {
|
|
82310
|
+
this.dataUnit.unsubscribe(this._dataUnitObserverBound);
|
|
82311
|
+
}
|
|
82312
|
+
}
|
|
82313
|
+
render() {
|
|
82314
|
+
return (h(Host, null, h("div", { id: 'grid-pagination--container', class: {
|
|
82315
|
+
'pagination__container': true,
|
|
82316
|
+
'pagination-expanded': this.paginationCounterMode !== 'hidden',
|
|
82317
|
+
'pagination-contracted': this.paginationCounterMode === 'hidden',
|
|
82318
|
+
'pagination-text-right': this.paginationTextPosition === 'right',
|
|
82319
|
+
} }, h("div", { id: "grid-pagination--page-navigator", class: "pagination__page-navigator" }, h("div", { id: 'grid-pagination--row-summary-panel', class: "pagination__row-summary-panel" }, h("span", { class: "pagination__label", "aria-live": "polite", "aria-atomic": "true", title: `${this.getActualPageLabel()} ${this.getRemainingPageLabel()}` }, this.shouldPresentPaginationLabel() && this.getActualPageLabel(), this.shouldPresentPaginationLabel() && this.getRemainingPageLabel())), this.renderCancelPagination(), h("div", { id: 'grid-pagination--page-summary-panel', class: {
|
|
82320
|
+
'pagination__page-summary-panel': true,
|
|
82321
|
+
'pagination__container': true,
|
|
82322
|
+
'pagination-expanded': this.paginationCounterMode !== 'hidden',
|
|
82323
|
+
'pagination-contracted': this.paginationCounterMode === 'hidden',
|
|
82324
|
+
'pagination-text-right': this.paginationTextPosition === 'right',
|
|
82325
|
+
} }, h("div", { id: 'grid-pagination--first-tooltip', class: {
|
|
82326
|
+
'pagination__buttons-container': true,
|
|
82327
|
+
'disabled': this.leftButtonDisabled
|
|
82328
|
+
} }, h("ez-tooltip", { message: this.i18n('ez-grid-pagination.firstPage') }, h("ez-icon", { size: this.buttonsSize, iconName: "dual-chevron-left", onClick: () => !this.leftButtonDisabled && this.firstPage() }))), h("div", { id: 'grid-pagination--previous-tooltip', class: {
|
|
82329
|
+
'pagination__buttons-container': true,
|
|
82330
|
+
'disabled': this.leftButtonDisabled
|
|
82331
|
+
} }, h("ez-tooltip", { message: this.i18n('ez-grid-pagination.previousPage') }, h("ez-icon", { size: this.buttonsSize, iconName: "chevron-left", onClick: () => !this.leftButtonDisabled && this.previousPage() }))), h("div", { class: "pagination__container-label" }, h("span", { class: "pagination__label", "aria-live": "polite", "aria-atomic": "true", title: `${this.getActualPageLabel()} ${this.getRemainingPageLabel()}` }, this.shouldPresentPaginationLabel() && this.getPaginationCount())), h("div", { id: 'grid-pagination--next-tooltip', class: {
|
|
82332
|
+
'pagination__buttons-container': true,
|
|
82333
|
+
'disabled': this.rightButtonDisabled
|
|
82334
|
+
} }, h("ez-tooltip", { message: this.i18n('ez-grid-pagination.nextPage') }, h("ez-icon", { size: this.buttonsSize, iconName: "chevron-right", onClick: () => !this.rightButtonDisabled && this.nextPage() }))), h("div", { id: 'grid-pagination--last-tooltip', class: {
|
|
82335
|
+
'pagination__buttons-container': true,
|
|
82336
|
+
'disabled': this.rightButtonDisabled
|
|
82337
|
+
} }, h("ez-tooltip", { message: this.i18n('ez-grid-pagination.lastPage') }, h("ez-icon", { size: this.buttonsSize, iconName: "dual-chevron-right", onClick: () => !this.rightButtonDisabled && this.lastPage() }))))))));
|
|
82338
|
+
}
|
|
82339
|
+
get _element() { return this; }
|
|
82340
|
+
static get watchers() { return {
|
|
82341
|
+
"dataUnit": ["onDataUnitChange"]
|
|
82342
|
+
}; }
|
|
82343
|
+
static get style() { return ezGridPaginationCss; }
|
|
82344
|
+
};
|
|
82345
|
+
|
|
82112
82346
|
const ezGridViewCss = "";
|
|
82113
82347
|
|
|
82114
82348
|
const EzGridView$1 = class extends HTMLElement$1 {
|
|
@@ -82397,7 +82631,7 @@ const EzGuideNavigator$1 = class extends HTMLElement$1 {
|
|
|
82397
82631
|
static get style() { return ezGuideNavigatorCss; }
|
|
82398
82632
|
};
|
|
82399
82633
|
|
|
82400
|
-
const ezIconCss = ":host{display:flex;overflow:hidden;position:relative;justify-content:center;--ez-icon--color:var(--icon--color, var(--color--gray-70, #ffffff))}svg{display:flex;justify-content:center;align-items:center;fill:var(--ez-icon--color)}.x-small{width:var(--space--12, 12px);height:var(--space--12, 12px)}.small{width:var(--space--16, 16px);height:var(--space--16, 16px)}.medium{width:var(--space--20, 20px);height:var(--space--20, 20px)}.large{width:var(--space--24, 24px);height:var(--space--24, 24px)}.x-large{width:var(--space--30, 30px);height:var(--space--30, 30px)}[class^=\"ez-icon-\"],[class*=\" ez-icon-\"]{color:var(--ez-icon--color)}[class^=\"ez-icon-\"],[class*=\" ez-icon-\"]{font-family:'ez-icons' !important;font-size:var(--font-size--medium, 16px);font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ez-icon-0-plus:before{content:\"\\ea01\"}.ez-icon-10-plus:before{content:\"\\ea02\"}.ez-icon-12-plus:before{content:\"\\ea03\"}.ez-icon-13-plus:before{content:\"\\ea04\"}.ez-icon-16-plus:before{content:\"\\ea05\"}.ez-icon-17-plus:before{content:\"\\ea06\"}.ez-icon-18-plus:before{content:\"\\ea07\"}.ez-icon-21-plus:before{content:\"\\ea08\"}.ez-icon-2chevron-down:before{content:\"\\ea09\"}.ez-icon-2chevron-up:before{content:\"\\ea0a\"}.ez-icon-3-plus:before{content:\"\\ea0b\"}.ez-icon-500px:before{content:\"\\ea0c\"}.ez-icon-6-plus:before{content:\"\\ea0d\"}.ez-icon-abacus:before{content:\"\\ea0e\"}.ez-icon-acao:before{content:\"\\ea0f\"}.ez-icon-account-outline:before{content:\"\\ea10\"}.ez-icon-account:before{content:\"\\ea11\"}.ez-icon-add-to-cart:before{content:\"\\ea12\"}.ez-icon-adjust-alt:before{content:\"\\ea13\"}.ez-icon-adjust-circle:before{content:\"\\ea14\"}.ez-icon-adjust-half:before{content:\"\\ea15\"}.ez-icon-adjust:before{content:\"\\ea16\"}.ez-icon-adobe-alt:before{content:\"\\ea17\"}.ez-icon-adobe:before{content:\"\\ea18\"}.ez-icon-airplay:before{content:\"\\ea19\"}.ez-icon-alert-circle-inverted:before{content:\"\\ea1a\"}.ez-icon-alert-circle:before{content:\"\\ea1b\"}.ez-icon-alert-mail:before{content:\"\\ea1c\"}.ez-icon-alert-popup:before{content:\"\\ea1d\"}.ez-icon-align-alt:before{content:\"\\ea1e\"}.ez-icon-align-center-alt:before{content:\"\\ea1f\"}.ez-icon-align-center-h:before{content:\"\\ea20\"}.ez-icon-align-center-justify:before{content:\"\\ea21\"}.ez-icon-align-center-v:before{content:\"\\ea22\"}.ez-icon-align-center:before{content:\"\\ea23\"}.ez-icon-align-justify:before{content:\"\\ea24\"}.ez-icon-align-left-justify:before{content:\"\\ea25\"}.ez-icon-align-left:before{content:\"\\ea26\"}.ez-icon-align-letter-right:before{content:\"\\ea27\"}.ez-icon-align-right-justify:before{content:\"\\ea28\"}.ez-icon-align-right:before{content:\"\\ea29\"}.ez-icon-align:before{content:\"\\ea2a\"}.ez-icon-amazon:before{content:\"\\ea2b\"}.ez-icon-ambulance:before{content:\"\\ea2c\"}.ez-icon-analysis:before{content:\"\\ea2d\"}.ez-icon-analytics:before{content:\"\\ea2e\"}.ez-icon-anchor:before{content:\"\\ea2f\"}.ez-icon-android-alt:before{content:\"\\ea30\"}.ez-icon-android-phone-slash:before{content:\"\\ea31\"}.ez-icon-android:before{content:\"\\ea32\"}.ez-icon-anexo:before{content:\"\\ea33\"}.ez-icon-angle-double-down:before{content:\"\\ea34\"}.ez-icon-angle-double-left:before{content:\"\\ea35\"}.ez-icon-angle-double-right:before{content:\"\\ea36\"}.ez-icon-angle-double-up:before{content:\"\\ea37\"}.ez-icon-angle-down:before{content:\"\\ea38\"}.ez-icon-angle-left-b:before{content:\"\\ea39\"}.ez-icon-angle-left:before{content:\"\\ea3a\"}.ez-icon-angle-right-b:before{content:\"\\ea3b\"}.ez-icon-angle-right:before{content:\"\\ea3c\"}.ez-icon-angle-up:before{content:\"\\ea3d\"}.ez-icon-angry:before{content:\"\\ea3e\"}.ez-icon-ankh:before{content:\"\\ea3f\"}.ez-icon-annoyed-alt:before{content:\"\\ea40\"}.ez-icon-annoyed:before{content:\"\\ea41\"}.ez-icon-antecipação:before{content:\"\\ea42\"}.ez-icon-apple-alt:before{content:\"\\ea43\"}.ez-icon-apple:before{content:\"\\ea44\"}.ez-icon-apps-2:before{content:\"\\ea45\"}.ez-icon-apps:before{content:\"\\ea46\"}.ez-icon-archive-alt:before{content:\"\\ea47\"}.ez-icon-archive:before{content:\"\\ea48\"}.ez-icon-archway:before{content:\"\\ea49\"}.ez-icon-arrow-break:before{content:\"\\ea4a\"}.ez-icon-arrow-circle-down:before{content:\"\\ea4b\"}.ez-icon-arrow-circle-left:before{content:\"\\ea4c\"}.ez-icon-arrow-circle-right:before{content:\"\\ea4d\"}.ez-icon-arrow-circle-up:before{content:\"\\ea4e\"}.ez-icon-arrow-compress-h:before{content:\"\\ea4f\"}.ez-icon-arrow-down-left:before{content:\"\\ea50\"}.ez-icon-arrow-down-right:before{content:\"\\ea51\"}.ez-icon-arrow-down:before{content:\"\\ea52\"}.ez-icon-arrow-forward:before{content:\"\\ea53\"}.ez-icon-arrow-from-right:before{content:\"\\ea54\"}.ez-icon-arrow-from-top:before{content:\"\\ea55\"}.ez-icon-arrow-growth:before{content:\"\\ea56\"}.ez-icon-arrow-left:before{content:\"\\ea57\"}.ez-icon-arrow-random:before{content:\"\\ea58\"}.ez-icon-arrow-resize-diagonal:before{content:\"\\ea59\"}.ez-icon-arrow-right:before{content:\"\\ea5a\"}.ez-icon-arrow-to-bottom:before{content:\"\\ea5b\"}.ez-icon-arrow-to-right:before{content:\"\\ea5c\"}.ez-icon-arrow-up-left:before{content:\"\\ea5d\"}.ez-icon-arrow-up-right:before{content:\"\\ea5e\"}.ez-icon-arrow-up:before{content:\"\\ea5f\"}.ez-icon-arrow-upward:before{content:\"\\ea60\"}.ez-icon-arrow:before{content:\"\\ea61\"}.ez-icon-arrow_back:before{content:\"\\ea62\"}.ez-icon-arrow_downward:before{content:\"\\ea63\"}.ez-icon-arrows-h-alt:before{content:\"\\ea64\"}.ez-icon-arrows-h:before{content:\"\\ea65\"}.ez-icon-arrows-left-down:before{content:\"\\ea66\"}.ez-icon-arrows-maximize:before{content:\"\\ea67\"}.ez-icon-arrows-merge:before{content:\"\\ea68\"}.ez-icon-arrows-resize-h:before{content:\"\\ea69\"}.ez-icon-arrows-resize-v:before{content:\"\\ea6a\"}.ez-icon-arrows-resize:before{content:\"\\ea6b\"}.ez-icon-arrows-right-down:before{content:\"\\ea6c\"}.ez-icon-arrows-shrink-h:before{content:\"\\ea6d\"}.ez-icon-arrows-shrink-v:before{content:\"\\ea6e\"}.ez-icon-arrows-up-right:before{content:\"\\ea6f\"}.ez-icon-arrows-v-alt:before{content:\"\\ea70\"}.ez-icon-arrows-v:before{content:\"\\ea71\"}.ez-icon-assistive-listening-systems:before{content:\"\\ea72\"}.ez-icon-asterisk:before{content:\"\\ea73\"}.ez-icon-at:before{content:\"\\ea74\"}.ez-icon-atom:before{content:\"\\ea75\"}.ez-icon-auto-flash:before{content:\"\\ea76\"}.ez-icon-award-alt:before{content:\"\\ea77\"}.ez-icon-award:before{content:\"\\ea78\"}.ez-icon-baby-carriage:before{content:\"\\ea79\"}.ez-icon-backpack:before{content:\"\\ea7a\"}.ez-icon-backspace:before{content:\"\\ea7b\"}.ez-icon-backward:before{content:\"\\ea7c\"}.ez-icon-bag-alt:before{content:\"\\ea7d\"}.ez-icon-bag-slash:before{content:\"\\ea7e\"}.ez-icon-bag:before{content:\"\\ea7f\"}.ez-icon-baixa:before{content:\"\\ea80\"}.ez-icon-balance-scale:before{content:\"\\ea81\"}.ez-icon-balance:before{content:\"\\ea82\"}.ez-icon-ban:before{content:\"\\ea83\"}.ez-icon-band-aid:before{content:\"\\ea84\"}.ez-icon-bars:before{content:\"\\ea85\"}.ez-icon-baseball-ball:before{content:\"\\ea86\"}.ez-icon-basketball-hoop:before{content:\"\\ea87\"}.ez-icon-basketball:before{content:\"\\ea88\"}.ez-icon-bath:before{content:\"\\ea89\"}.ez-icon-battery-bolt:before{content:\"\\ea8a\"}.ez-icon-battery-empty:before{content:\"\\ea8b\"}.ez-icon-bed-double:before{content:\"\\ea8c\"}.ez-icon-bed:before{content:\"\\ea8d\"}.ez-icon-behance-alt:before{content:\"\\ea8e\"}.ez-icon-behance:before{content:\"\\ea8f\"}.ez-icon-bell-2:before{content:\"\\ea90\"}.ez-icon-bell-inverted:before{content:\"\\ea91\"}.ez-icon-bell-school:before{content:\"\\ea92\"}.ez-icon-bell-slash:before{content:\"\\ea93\"}.ez-icon-bell:before{content:\"\\ea94\"}.ez-icon-bill:before{content:\"\\ea95\"}.ez-icon-bing:before{content:\"\\ea96\"}.ez-icon-bitcoin-alt:before{content:\"\\ea97\"}.ez-icon-bitcoin-circle:before{content:\"\\ea98\"}.ez-icon-bitcoin-sign:before{content:\"\\ea99\"}.ez-icon-bitcoin:before{content:\"\\ea9a\"}.ez-icon-black-berry:before{content:\"\\ea9b\"}.ez-icon-blogger-alt:before{content:\"\\ea9c\"}.ez-icon-blogger:before{content:\"\\ea9d\"}.ez-icon-bluetooth-b:before{content:\"\\ea9e\"}.ez-icon-bold:before{content:\"\\ea9f\"}.ez-icon-boleto:before{content:\"\\eaa0\"}.ez-icon-bolt-alt:before{content:\"\\eaa1\"}.ez-icon-bolt-slash:before{content:\"\\eaa2\"}.ez-icon-bolt:before{content:\"\\eaa3\"}.ez-icon-book-alt:before{content:\"\\eaa4\"}.ez-icon-book-medical:before{content:\"\\eaa5\"}.ez-icon-book-open:before{content:\"\\eaa6\"}.ez-icon-book-reader:before{content:\"\\eaa7\"}.ez-icon-book:before{content:\"\\eaa8\"}.ez-icon-bookmark-full:before{content:\"\\eaa9\"}.ez-icon-bookmark:before{content:\"\\eaaa\"}.ez-icon-books:before{content:\"\\eaab\"}.ez-icon-boolean:before{content:\"\\eaac\"}.ez-icon-boombox:before{content:\"\\eaad\"}.ez-icon-border-alt:before{content:\"\\eaae\"}.ez-icon-border-bottom:before{content:\"\\eaaf\"}.ez-icon-border-clear:before{content:\"\\eab0\"}.ez-icon-border-horizontal:before{content:\"\\eab1\"}.ez-icon-border-inner:before{content:\"\\eab2\"}.ez-icon-border-left:before{content:\"\\eab3\"}.ez-icon-border-out:before{content:\"\\eab4\"}.ez-icon-border-right:before{content:\"\\eab5\"}.ez-icon-border-top:before{content:\"\\eab6\"}.ez-icon-border-vertical:before{content:\"\\eab7\"}.ez-icon-bowling-ball:before{content:\"\\eab8\"}.ez-icon-box:before{content:\"\\eab9\"}.ez-icon-brackets-curly:before{content:\"\\eaba\"}.ez-icon-brain:before{content:\"\\eabb\"}.ez-icon-briefcase-alt:before{content:\"\\eabc\"}.ez-icon-briefcase:before{content:\"\\eabd\"}.ez-icon-bright:before{content:\"\\eabe\"}.ez-icon-brightness-empty:before{content:\"\\eabf\"}.ez-icon-brightness-half:before{content:\"\\eac0\"}.ez-icon-brightness-low:before{content:\"\\eac1\"}.ez-icon-brightness-minus:before{content:\"\\eac2\"}.ez-icon-brightness-plus:before{content:\"\\eac3\"}.ez-icon-brightness:before{content:\"\\eac4\"}.ez-icon-bring-bottom:before{content:\"\\eac5\"}.ez-icon-bring-front:before{content:\"\\eac6\"}.ez-icon-browser:before{content:\"\\eac7\"}.ez-icon-brush-alt:before{content:\"\\eac8\"}.ez-icon-bug:before{content:\"\\eac9\"}.ez-icon-building:before{content:\"\\eaca\"}.ez-icon-bullseye:before{content:\"\\eacb\"}.ez-icon-bus-alt:before{content:\"\\eacc\"}.ez-icon-bus-school:before{content:\"\\eacd\"}.ez-icon-bus:before{content:\"\\eace\"}.ez-icon-business-center:before{content:\"\\eacf\"}.ez-icon-calculator-alt:before{content:\"\\ead0\"}.ez-icon-calculator:before{content:\"\\ead1\"}.ez-icon-calendar-2:before{content:\"\\ead2\"}.ez-icon-calendar-alt:before{content:\"\\ead3\"}.ez-icon-calendar-clock:before{content:\"\\ead4\"}.ez-icon-calendar-slash:before{content:\"\\ead5\"}.ez-icon-calendar:before{content:\"\\ead6\"}.ez-icon-calender:before{content:\"\\ead7\"}.ez-icon-calling:before{content:\"\\ead8\"}.ez-icon-camera-change:before{content:\"\\ead9\"}.ez-icon-camera-plus:before{content:\"\\eada\"}.ez-icon-camera-slash:before{content:\"\\eadb\"}.ez-icon-camera:before{content:\"\\eadc\"}.ez-icon-cancel:before{content:\"\\eadd\"}.ez-icon-capsule:before{content:\"\\eade\"}.ez-icon-capture:before{content:\"\\eadf\"}.ez-icon-car-sideview:before{content:\"\\eae0\"}.ez-icon-car-slash:before{content:\"\\eae1\"}.ez-icon-car-wash:before{content:\"\\eae2\"}.ez-icon-car:before{content:\"\\eae3\"}.ez-icon-card-atm:before{content:\"\\eae4\"}.ez-icon-caret-right:before{content:\"\\eae5\"}.ez-icon-cart-history:before{content:\"\\eae6\"}.ez-icon-cash-remove:before{content:\"\\eae7\"}.ez-icon-cell:before{content:\"\\eae8\"}.ez-icon-celsius:before{content:\"\\eae9\"}.ez-icon-channel-add:before{content:\"\\eaea\"}.ez-icon-channel:before{content:\"\\eaeb\"}.ez-icon-chart-bar-alt:before{content:\"\\eaec\"}.ez-icon-chart-bar:before{content:\"\\eaed\"}.ez-icon-chart-down:before{content:\"\\eaee\"}.ez-icon-chart-growth-alt:before{content:\"\\eaef\"}.ez-icon-chart-growth:before{content:\"\\eaf0\"}.ez-icon-chart-line:before{content:\"\\eaf1\"}.ez-icon-chart-pie-alt:before{content:\"\\eaf2\"}.ez-icon-chart-pie:before{content:\"\\eaf3\"}.ez-icon-chart:before{content:\"\\eaf4\"}.ez-icon-chat-bubble-user:before{content:\"\\eaf5\"}.ez-icon-chat-info:before{content:\"\\eaf6\"}.ez-icon-chat:before{content:\"\\eaf7\"}.ez-icon-check-2:before{content:\"\\eaf8\"}.ez-icon-check-circle-2:before{content:\"\\eaf9\"}.ez-icon-check-circle-inverted:before{content:\"\\eafa\"}.ez-icon-check-circle:before{content:\"\\eafb\"}.ez-icon-check-square:before{content:\"\\eafc\"}.ez-icon-check:before{content:\"\\eafd\"}.ez-icon-chevron-down:before{content:\"\\eafe\"}.ez-icon-chevron-left:before{content:\"\\eaff\"}.ez-icon-chevron-right:before{content:\"\\eb00\"}.ez-icon-chevron-up:before{content:\"\\eb01\"}.ez-icon-circle--medium:before{content:\"\\eb02\"}.ez-icon-circle-2:before{content:\"\\eb03\"}.ez-icon-circle-layer:before{content:\"\\eb04\"}.ez-icon-circle:before{content:\"\\eb05\"}.ez-icon-circuit:before{content:\"\\eb06\"}.ez-icon-clapper-board:before{content:\"\\eb07\"}.ez-icon-clean-cart:before{content:\"\\eb08\"}.ez-icon-cleaning:before{content:\"\\eb09\"}.ez-icon-clinic-medical:before{content:\"\\eb0a\"}.ez-icon-clipboard-2:before{content:\"\\eb0b\"}.ez-icon-clipboard-alt:before{content:\"\\eb0c\"}.ez-icon-clipboard-blank:before{content:\"\\eb0d\"}.ez-icon-clipboard-notes:before{content:\"\\eb0e\"}.ez-icon-clipboard:before{content:\"\\eb0f\"}.ez-icon-clock-eight:before{content:\"\\eb10\"}.ez-icon-clock-five:before{content:\"\\eb11\"}.ez-icon-clock-nine:before{content:\"\\eb12\"}.ez-icon-clock-rotate-left:before{content:\"\\eb13\"}.ez-icon-clock-seven:before{content:\"\\eb14\"}.ez-icon-clock-ten:before{content:\"\\eb15\"}.ez-icon-clock-three:before{content:\"\\eb16\"}.ez-icon-clock-two:before{content:\"\\eb17\"}.ez-icon-clock:before{content:\"\\eb18\"}.ez-icon-close:before{content:\"\\eb19\"}.ez-icon-closed-captioning-slash:before{content:\"\\eb1a\"}.ez-icon-closed-captioning:before{content:\"\\eb1b\"}.ez-icon-cloud-block:before{content:\"\\eb1c\"}.ez-icon-cloud-bookmark:before{content:\"\\eb1d\"}.ez-icon-cloud-check:before{content:\"\\eb1e\"}.ez-icon-cloud-computing:before{content:\"\\eb1f\"}.ez-icon-cloud-data-connection:before{content:\"\\eb20\"}.ez-icon-cloud-database-tree:before{content:\"\\eb21\"}.ez-icon-cloud-download:before{content:\"\\eb22\"}.ez-icon-cloud-drizzle:before{content:\"\\eb23\"}.ez-icon-cloud-exclamation:before{content:\"\\eb24\"}.ez-icon-cloud-hail:before{content:\"\\eb25\"}.ez-icon-cloud-heart:before{content:\"\\eb26\"}.ez-icon-cloud-info:before{content:\"\\eb27\"}.ez-icon-cloud-lock:before{content:\"\\eb28\"}.ez-icon-cloud-meatball:before{content:\"\\eb29\"}.ez-icon-cloud-moon-hail:before{content:\"\\eb2a\"}.ez-icon-cloud-moon-meatball:before{content:\"\\eb2b\"}.ez-icon-cloud-moon-rain:before{content:\"\\eb2c\"}.ez-icon-cloud-moon-showers:before{content:\"\\eb2d\"}.ez-icon-cloud-moon-tear:before{content:\"\\eb2e\"}.ez-icon-cloud-moon:before{content:\"\\eb2f\"}.ez-icon-cloud-question:before{content:\"\\eb30\"}.ez-icon-cloud-rain-sun:before{content:\"\\eb31\"}.ez-icon-cloud-rain:before{content:\"\\eb32\"}.ez-icon-cloud-redo:before{content:\"\\eb33\"}.ez-icon-cloud-share:before{content:\"\\eb34\"}.ez-icon-cloud-shield:before{content:\"\\eb35\"}.ez-icon-cloud-showers-alt:before{content:\"\\eb36\"}.ez-icon-cloud-showers-heavy:before{content:\"\\eb37\"}.ez-icon-cloud-showers:before{content:\"\\eb38\"}.ez-icon-cloud-slash:before{content:\"\\eb39\"}.ez-icon-cloud-sun-hail:before{content:\"\\eb3a\"}.ez-icon-cloud-sun-meatball:before{content:\"\\eb3b\"}.ez-icon-cloud-sun-rain-alt:before{content:\"\\eb3c\"}.ez-icon-cloud-sun-rain:before{content:\"\\eb3d\"}.ez-icon-cloud-sun-tear:before{content:\"\\eb3e\"}.ez-icon-cloud-sun:before{content:\"\\eb3f\"}.ez-icon-cloud-times:before{content:\"\\eb40\"}.ez-icon-cloud-unlock:before{content:\"\\eb41\"}.ez-icon-cloud-upload:before{content:\"\\eb42\"}.ez-icon-cloud-wifi:before{content:\"\\eb43\"}.ez-icon-cloud-wind:before{content:\"\\eb44\"}.ez-icon-cloud:before{content:\"\\eb45\"}.ez-icon-clouds:before{content:\"\\eb46\"}.ez-icon-club:before{content:\"\\eb47\"}.ez-icon-cobrar:before{content:\"\\eb48\"}.ez-icon-code-branch:before{content:\"\\eb49\"}.ez-icon-code:before{content:\"\\eb4a\"}.ez-icon-coffee:before{content:\"\\eb4b\"}.ez-icon-cog:before{content:\"\\eb4c\"}.ez-icon-coins:before{content:\"\\eb4d\"}.ez-icon-columns:before{content:\"\\eb4e\"}.ez-icon-comment-add:before{content:\"\\eb4f\"}.ez-icon-comment-alt-block:before{content:\"\\eb50\"}.ez-icon-comment-alt-chart-lines:before{content:\"\\eb51\"}.ez-icon-comment-alt-check:before{content:\"\\eb52\"}.ez-icon-comment-alt-dots:before{content:\"\\eb53\"}.ez-icon-comment-alt-download:before{content:\"\\eb54\"}.ez-icon-comment-alt-edit:before{content:\"\\eb55\"}.ez-icon-comment-alt-exclamation:before{content:\"\\eb56\"}.ez-icon-comment-alt-heart:before{content:\"\\eb57\"}.ez-icon-comment-alt-image:before{content:\"\\eb58\"}.ez-icon-comment-alt-info:before{content:\"\\eb59\"}.ez-icon-comment-alt-lines:before{content:\"\\eb5a\"}.ez-icon-comment-alt-lock:before{content:\"\\eb5b\"}.ez-icon-comment-alt-medical:before{content:\"\\eb5c\"}.ez-icon-comment-alt-message:before{content:\"\\eb5d\"}.ez-icon-comment-alt-notes:before{content:\"\\eb5e\"}.ez-icon-comment-alt-plus:before{content:\"\\eb5f\"}.ez-icon-comment-alt-question:before{content:\"\\eb60\"}.ez-icon-comment-alt-redo:before{content:\"\\eb61\"}.ez-icon-comment-alt-search:before{content:\"\\eb62\"}.ez-icon-comment-alt-share:before{content:\"\\eb63\"}.ez-icon-comment-alt-shield:before{content:\"\\eb64\"}.ez-icon-comment-alt-slash:before{content:\"\\eb65\"}.ez-icon-comment-alt-upload:before{content:\"\\eb66\"}.ez-icon-comment-alt-verify:before{content:\"\\eb67\"}.ez-icon-comment-alt:before{content:\"\\eb68\"}.ez-icon-comment-block:before{content:\"\\eb69\"}.ez-icon-comment-chart-line:before{content:\"\\eb6a\"}.ez-icon-comment-check:before{content:\"\\eb6b\"}.ez-icon-comment-dots:before{content:\"\\eb6c\"}.ez-icon-comment-download:before{content:\"\\eb6d\"}.ez-icon-comment-edit:before{content:\"\\eb6e\"}.ez-icon-comment-exclamation:before{content:\"\\eb6f\"}.ez-icon-comment-heart:before{content:\"\\eb70\"}.ez-icon-comment-image:before{content:\"\\eb71\"}.ez-icon-comment-info-alt:before{content:\"\\eb72\"}.ez-icon-comment-info:before{content:\"\\eb73\"}.ez-icon-comment-lines:before{content:\"\\eb74\"}.ez-icon-comment-lock:before{content:\"\\eb75\"}.ez-icon-comment-medical:before{content:\"\\eb76\"}.ez-icon-comment-message:before{content:\"\\eb77\"}.ez-icon-comment-notes:before{content:\"\\eb78\"}.ez-icon-comment-plus:before{content:\"\\eb79\"}.ez-icon-comment-question:before{content:\"\\eb7a\"}.ez-icon-comment-redo:before{content:\"\\eb7b\"}.ez-icon-comment-search:before{content:\"\\eb7c\"}.ez-icon-comment-share:before{content:\"\\eb7d\"}.ez-icon-comment-shield:before{content:\"\\eb7e\"}.ez-icon-comment-slash:before{content:\"\\eb7f\"}.ez-icon-comment-upload:before{content:\"\\eb80\"}.ez-icon-comment-verify:before{content:\"\\eb81\"}.ez-icon-comment:before{content:\"\\eb82\"}.ez-icon-comments-alt:before{content:\"\\eb83\"}.ez-icon-comments:before{content:\"\\eb84\"}.ez-icon-compact-disc:before{content:\"\\eb85\"}.ez-icon-comparison:before{content:\"\\eb86\"}.ez-icon-compass:before{content:\"\\eb87\"}.ez-icon-compress-alt-left:before{content:\"\\eb88\"}.ez-icon-compress-alt:before{content:\"\\eb89\"}.ez-icon-compress-arrows:before{content:\"\\eb8a\"}.ez-icon-compress-lines:before{content:\"\\eb8b\"}.ez-icon-compress-point:before{content:\"\\eb8c\"}.ez-icon-compress-v:before{content:\"\\eb8d\"}.ez-icon-compress:before{content:\"\\eb8e\"}.ez-icon-configuration:before{content:\"\\eb8f\"}.ez-icon-confused:before{content:\"\\eb90\"}.ez-icon-constructor:before{content:\"\\eb91\"}.ez-icon-content-cut:before{content:\"\\eb92\"}.ez-icon-copy-2:before{content:\"\\eb93\"}.ez-icon-copy-alt:before{content:\"\\eb94\"}.ez-icon-copy-landscape:before{content:\"\\eb95\"}.ez-icon-copy:before{content:\"\\eb96\"}.ez-icon-copyright:before{content:\"\\eb97\"}.ez-icon-corner-down-left:before{content:\"\\eb98\"}.ez-icon-corner-down-right-alt:before{content:\"\\eb99\"}.ez-icon-corner-down-right:before{content:\"\\eb9a\"}.ez-icon-corner-left-down:before{content:\"\\eb9b\"}.ez-icon-corner-right-down:before{content:\"\\eb9c\"}.ez-icon-corner-up-left-alt:before{content:\"\\eb9d\"}.ez-icon-corner-up-left:before{content:\"\\eb9e\"}.ez-icon-corner-up-right-alt:before{content:\"\\eb9f\"}.ez-icon-corner-up-right:before{content:\"\\eba0\"}.ez-icon-coronavirus:before{content:\"\\eba1\"}.ez-icon-create-dashboard:before{content:\"\\eba2\"}.ez-icon-creative-commons-pd:before{content:\"\\eba3\"}.ez-icon-credit-card-search:before{content:\"\\eba4\"}.ez-icon-credit-card:before{content:\"\\eba5\"}.ez-icon-credit_card:before{content:\"\\eba6\"}.ez-icon-crockery:before{content:\"\\eba7\"}.ez-icon-crop-alt-rotate-left:before{content:\"\\eba8\"}.ez-icon-crop-alt-rotate-right:before{content:\"\\eba9\"}.ez-icon-crop-alt:before{content:\"\\ebaa\"}.ez-icon-crop:before{content:\"\\ebab\"}.ez-icon-crosshair-alt:before{content:\"\\ebac\"}.ez-icon-crosshair:before{content:\"\\ebad\"}.ez-icon-crosshairs:before{content:\"\\ebae\"}.ez-icon-css3-simple:before{content:\"\\ebaf\"}.ez-icon-cube:before{content:\"\\ebb0\"}.ez-icon-custom:before{content:\"\\ebb1\"}.ez-icon-dashboard:before{content:\"\\ebb2\"}.ez-icon-data-sharing:before{content:\"\\ebb3\"}.ez-icon-database-alt:before{content:\"\\ebb4\"}.ez-icon-database:before{content:\"\\ebb5\"}.ez-icon-delete-file:before{content:\"\\ebb6\"}.ez-icon-delete:before{content:\"\\ebb7\"}.ez-icon-description:before{content:\"\\ebb8\"}.ez-icon-desert:before{content:\"\\ebb9\"}.ez-icon-desktop-alt-slash:before{content:\"\\ebba\"}.ez-icon-desktop-alt:before{content:\"\\ebbb\"}.ez-icon-desktop-cloud-alt:before{content:\"\\ebbc\"}.ez-icon-desktop-slash:before{content:\"\\ebbd\"}.ez-icon-desktop:before{content:\"\\ebbe\"}.ez-icon-dialpad-alt:before{content:\"\\ebbf\"}.ez-icon-dialpad:before{content:\"\\ebc0\"}.ez-icon-diamond:before{content:\"\\ebc1\"}.ez-icon-diary-alt:before{content:\"\\ebc2\"}.ez-icon-diary:before{content:\"\\ebc3\"}.ez-icon-dice-five:before{content:\"\\ebc4\"}.ez-icon-dice-four:before{content:\"\\ebc5\"}.ez-icon-dice-one:before{content:\"\\ebc6\"}.ez-icon-dice-six:before{content:\"\\ebc7\"}.ez-icon-dice-three:before{content:\"\\ebc8\"}.ez-icon-dice-two:before{content:\"\\ebc9\"}.ez-icon-direction:before{content:\"\\ebca\"}.ez-icon-directions:before{content:\"\\ebcb\"}.ez-icon-discord:before{content:\"\\ebcc\"}.ez-icon-dividir:before{content:\"\\ebcd\"}.ez-icon-dizzy-meh:before{content:\"\\ebce\"}.ez-icon-dna:before{content:\"\\ebcf\"}.ez-icon-docker:before{content:\"\\ebd0\"}.ez-icon-document-info:before{content:\"\\ebd1\"}.ez-icon-document-layout-center:before{content:\"\\ebd2\"}.ez-icon-document-layout-left:before{content:\"\\ebd3\"}.ez-icon-document-layout-right:before{content:\"\\ebd4\"}.ez-icon-docx:before{content:\"\\ebd5\"}.ez-icon-dollar-alt:before{content:\"\\ebd6\"}.ez-icon-dollar-sign-alt:before{content:\"\\ebd7\"}.ez-icon-dollar-sign:before{content:\"\\ebd8\"}.ez-icon-dot-notification:before{content:\"\\ebd9\"}.ez-icon-dots-horizontal:before{content:\"\\ebda\"}.ez-icon-dots-vertical:before{content:\"\\ebdb\"}.ez-icon-download-alt:before{content:\"\\ebdc\"}.ez-icon-drag-indicator:before{content:\"\\ebdd\"}.ez-icon-draggabledots:before{content:\"\\ebde\"}.ez-icon-dribbble:before{content:\"\\ebdf\"}.ez-icon-drill:before{content:\"\\ebe0\"}.ez-icon-dropbox:before{content:\"\\ebe1\"}.ez-icon-dual-chevron-down:before{content:\"\\ebe2\"}.ez-icon-dual-chevron-left:before{content:\"\\ebe3\"}.ez-icon-dual-chevron-right:before{content:\"\\ebe4\"}.ez-icon-dual-chevron-up:before{content:\"\\ebe5\"}.ez-icon-dumbbell:before{content:\"\\ebe6\"}.ez-icon-ear:before{content:\"\\ebe7\"}.ez-icon-edit-2:before{content:\"\\ebe8\"}.ez-icon-edit-alt:before{content:\"\\ebe9\"}.ez-icon-edit-file:before{content:\"\\ebea\"}.ez-icon-edit-table:before{content:\"\\ebeb\"}.ez-icon-edit-time:before{content:\"\\ebec\"}.ez-icon-edit-value:before{content:\"\\ebed\"}.ez-icon-edit:before{content:\"\\ebee\"}.ez-icon-elipsis-double-v-alt:before{content:\"\\ebef\"}.ez-icon-ellipsis-h:before{content:\"\\ebf0\"}.ez-icon-ellipsis-v:before{content:\"\\ebf1\"}.ez-icon-email:before{content:\"\\ebf2\"}.ez-icon-emoji:before{content:\"\\ebf3\"}.ez-icon-english-to-chinese:before{content:\"\\ebf4\"}.ez-icon-enter:before{content:\"\\ebf5\"}.ez-icon-envelope-add:before{content:\"\\ebf6\"}.ez-icon-envelope-alt:before{content:\"\\ebf7\"}.ez-icon-envelope-block:before{content:\"\\ebf8\"}.ez-icon-envelope-bookmark:before{content:\"\\ebf9\"}.ez-icon-envelope-check:before{content:\"\\ebfa\"}.ez-icon-envelope-download-alt:before{content:\"\\ebfb\"}.ez-icon-envelope-download:before{content:\"\\ebfc\"}.ez-icon-envelope-edit:before{content:\"\\ebfd\"}.ez-icon-envelope-exclamation:before{content:\"\\ebfe\"}.ez-icon-envelope-heart:before{content:\"\\ebff\"}.ez-icon-envelope-info:before{content:\"\\ec00\"}.ez-icon-envelope-lock:before{content:\"\\ec01\"}.ez-icon-envelope-minus:before{content:\"\\ec02\"}.ez-icon-envelope-open:before{content:\"\\ec03\"}.ez-icon-envelope-question:before{content:\"\\ec04\"}.ez-icon-envelope-receive:before{content:\"\\ec05\"}.ez-icon-envelope-redo:before{content:\"\\ec06\"}.ez-icon-envelope-search:before{content:\"\\ec07\"}.ez-icon-envelope-send:before{content:\"\\ec08\"}.ez-icon-envelope-share:before{content:\"\\ec09\"}.ez-icon-envelope-shield:before{content:\"\\ec0a\"}.ez-icon-envelope-star:before{content:\"\\ec0b\"}.ez-icon-envelope-times:before{content:\"\\ec0c\"}.ez-icon-envelope-upload-alt:before{content:\"\\ec0d\"}.ez-icon-envelope-upload:before{content:\"\\ec0e\"}.ez-icon-envelope:before{content:\"\\ec0f\"}.ez-icon-envelopes:before{content:\"\\ec10\"}.ez-icon-equal-circle:before{content:\"\\ec11\"}.ez-icon-estate:before{content:\"\\ec12\"}.ez-icon-estorno:before{content:\"\\ec13\"}.ez-icon-euro-circle:before{content:\"\\ec14\"}.ez-icon-euro:before{content:\"\\ec15\"}.ez-icon-exchange-alt:before{content:\"\\ec16\"}.ez-icon-exchange:before{content:\"\\ec17\"}.ez-icon-exclamation-circle:before{content:\"\\ec18\"}.ez-icon-exclamation-octagon:before{content:\"\\ec19\"}.ez-icon-exclamation-triangle:before{content:\"\\ec1a\"}.ez-icon-exclamation:before{content:\"\\ec1b\"}.ez-icon-exclude:before{content:\"\\ec1c\"}.ez-icon-exe:before{content:\"\\ec1d\"}.ez-icon-exit:before{content:\"\\ec1e\"}.ez-icon-expand-alt:before{content:\"\\ec1f\"}.ez-icon-expand-arrows-alt:before{content:\"\\ec20\"}.ez-icon-expand-arrows:before{content:\"\\ec21\"}.ez-icon-expand-from-corner:before{content:\"\\ec22\"}.ez-icon-expand-left:before{content:\"\\ec23\"}.ez-icon-expand-right:before{content:\"\\ec24\"}.ez-icon-expand:before{content:\"\\ec25\"}.ez-icon-expandir_card:before{content:\"\\ec26\"}.ez-icon-export:before{content:\"\\ec27\"}.ez-icon-exposure-alt:before{content:\"\\ec28\"}.ez-icon-exposure-increase:before{content:\"\\ec29\"}.ez-icon-external-link-alt:before{content:\"\\ec2a\"}.ez-icon-extrato:before{content:\"\\ec2b\"}.ez-icon-eye-2:before{content:\"\\ec2c\"}.ez-icon-eye-off:before{content:\"\\ec2d\"}.ez-icon-eye-slash:before{content:\"\\ec2e\"}.ez-icon-eye:before{content:\"\\ec2f\"}.ez-icon-facebook-f:before{content:\"\\ec30\"}.ez-icon-facebook-messenger-alt:before{content:\"\\ec31\"}.ez-icon-facebook-messenger:before{content:\"\\ec32\"}.ez-icon-facebook:before{content:\"\\ec33\"}.ez-icon-fahrenheit:before{content:\"\\ec34\"}.ez-icon-fast-mail-alt:before{content:\"\\ec35\"}.ez-icon-fast-mail:before{content:\"\\ec36\"}.ez-icon-favorite-2:before{content:\"\\ec37\"}.ez-icon-favorite:before{content:\"\\ec38\"}.ez-icon-feedback:before{content:\"\\ec39\"}.ez-icon-fidget-spinner:before{content:\"\\ec3a\"}.ez-icon-figma:before{content:\"\\ec3b\"}.ez-icon-file-alt:before{content:\"\\ec3c\"}.ez-icon-file-blank:before{content:\"\\ec3d\"}.ez-icon-file-block-alt:before{content:\"\\ec3e\"}.ez-icon-file-bookmark-alt:before{content:\"\\ec3f\"}.ez-icon-file-check-alt:before{content:\"\\ec40\"}.ez-icon-file-check:before{content:\"\\ec41\"}.ez-icon-file-contract-dollar:before{content:\"\\ec42\"}.ez-icon-file-contract:before{content:\"\\ec43\"}.ez-icon-file-copy-alt:before{content:\"\\ec44\"}.ez-icon-file-download-:before{content:\"\\ec45\"}.ez-icon-file-download-alt:before{content:\"\\ec46\"}.ez-icon-file-download:before{content:\"\\ec47\"}.ez-icon-file-edit-alt:before{content:\"\\ec48\"}.ez-icon-file-exclamation-alt:before{content:\"\\ec49\"}.ez-icon-file-exclamation:before{content:\"\\ec4a\"}.ez-icon-file-export:before{content:\"\\ec4b\"}.ez-icon-file-graph:before{content:\"\\ec4c\"}.ez-icon-file-heart:before{content:\"\\ec4d\"}.ez-icon-file-import:before{content:\"\\ec4e\"}.ez-icon-file-info-alt:before{content:\"\\ec4f\"}.ez-icon-file-landscape-alt:before{content:\"\\ec50\"}.ez-icon-file-landscape:before{content:\"\\ec51\"}.ez-icon-file-lanscape-slash:before{content:\"\\ec52\"}.ez-icon-file-lock-alt:before{content:\"\\ec53\"}.ez-icon-file-medical-alt:before{content:\"\\ec54\"}.ez-icon-file-medical:before{content:\"\\ec55\"}.ez-icon-file-minus-alt:before{content:\"\\ec56\"}.ez-icon-file-minus:before{content:\"\\ec57\"}.ez-icon-file-network:before{content:\"\\ec58\"}.ez-icon-file-plus-alt:before{content:\"\\ec59\"}.ez-icon-file-plus:before{content:\"\\ec5a\"}.ez-icon-file-question-alt:before{content:\"\\ec5b\"}.ez-icon-file-question:before{content:\"\\ec5c\"}.ez-icon-file-redo-alt:before{content:\"\\ec5d\"}.ez-icon-file-search-alt:before{content:\"\\ec5e\"}.ez-icon-file-share-alt:before{content:\"\\ec5f\"}.ez-icon-file-shield-alt:before{content:\"\\ec60\"}.ez-icon-file-slash:before{content:\"\\ec61\"}.ez-icon-file-times-alt:before{content:\"\\ec62\"}.ez-icon-file-times:before{content:\"\\ec63\"}.ez-icon-file-upload-2:before{content:\"\\ec64\"}.ez-icon-file-upload-alt:before{content:\"\\ec65\"}.ez-icon-file-upload:before{content:\"\\ec66\"}.ez-icon-file:before{content:\"\\ec67\"}.ez-icon-files-landscapes-alt:before{content:\"\\ec68\"}.ez-icon-files-landscapes:before{content:\"\\ec69\"}.ez-icon-film:before{content:\"\\ec6a\"}.ez-icon-filter-2:before{content:\"\\ec6b\"}.ez-icon-filter-slash:before{content:\"\\ec6c\"}.ez-icon-filter:before{content:\"\\ec6d\"}.ez-icon-find-file:before{content:\"\\ec6e\"}.ez-icon-find-page:before{content:\"\\ec6f\"}.ez-icon-fire:before{content:\"\\ec70\"}.ez-icon-flask-potion:before{content:\"\\ec71\"}.ez-icon-flask:before{content:\"\\ec72\"}.ez-icon-flip-h-alt:before{content:\"\\ec73\"}.ez-icon-flip-h:before{content:\"\\ec74\"}.ez-icon-flip-v-alt:before{content:\"\\ec75\"}.ez-icon-flip-v:before{content:\"\\ec76\"}.ez-icon-flower:before{content:\"\\ec77\"}.ez-icon-focus-add:before{content:\"\\ec78\"}.ez-icon-focus-target:before{content:\"\\ec79\"}.ez-icon-focus:before{content:\"\\ec7a\"}.ez-icon-folder-check:before{content:\"\\ec7b\"}.ez-icon-folder-download:before{content:\"\\ec7c\"}.ez-icon-folder-exclamation:before{content:\"\\ec7d\"}.ez-icon-folder-heart:before{content:\"\\ec7e\"}.ez-icon-folder-info:before{content:\"\\ec7f\"}.ez-icon-folder-lock:before{content:\"\\ec80\"}.ez-icon-folder-medical:before{content:\"\\ec81\"}.ez-icon-folder-minus:before{content:\"\\ec82\"}.ez-icon-folder-network:before{content:\"\\ec83\"}.ez-icon-folder-open:before{content:\"\\ec84\"}.ez-icon-folder-plus:before{content:\"\\ec85\"}.ez-icon-folder-question:before{content:\"\\ec86\"}.ez-icon-folder-slash:before{content:\"\\ec87\"}.ez-icon-folder-times:before{content:\"\\ec88\"}.ez-icon-folder-upload:before{content:\"\\ec89\"}.ez-icon-folder:before{content:\"\\ec8a\"}.ez-icon-font:before{content:\"\\ec8b\"}.ez-icon-football-american:before{content:\"\\ec8c\"}.ez-icon-football-ball:before{content:\"\\ec8d\"}.ez-icon-football:before{content:\"\\ec8e\"}.ez-icon-forecastcloud-moon-tear:before{content:\"\\ec8f\"}.ez-icon-format-color-fill:before{content:\"\\ec90\"}.ez-icon-forwaded-call:before{content:\"\\ec91\"}.ez-icon-forward:before{content:\"\\ec92\"}.ez-icon-frown:before{content:\"\\ec93\"}.ez-icon-game-structure:before{content:\"\\ec94\"}.ez-icon-generic:before{content:\"\\ec95\"}.ez-icon-gif:before{content:\"\\ec96\"}.ez-icon-gift:before{content:\"\\ec97\"}.ez-icon-github-alt:before{content:\"\\ec98\"}.ez-icon-github:before{content:\"\\ec99\"}.ez-icon-gitlab:before{content:\"\\ec9a\"}.ez-icon-glass-martini-alt-slash:before{content:\"\\ec9b\"}.ez-icon-glass-martini-alt:before{content:\"\\ec9c\"}.ez-icon-glass-martini:before{content:\"\\ec9d\"}.ez-icon-glass-tea:before{content:\"\\ec9e\"}.ez-icon-glass:before{content:\"\\ec9f\"}.ez-icon-globe:before{content:\"\\eca0\"}.ez-icon-gold:before{content:\"\\eca1\"}.ez-icon-golf-ball:before{content:\"\\eca2\"}.ez-icon-google-drive-alt:before{content:\"\\eca3\"}.ez-icon-google-drive:before{content:\"\\eca4\"}.ez-icon-google-hangouts-alt:before{content:\"\\eca5\"}.ez-icon-google-hangouts:before{content:\"\\eca6\"}.ez-icon-google-play:before{content:\"\\eca7\"}.ez-icon-google:before{content:\"\\eca8\"}.ez-icon-graduation-cap:before{content:\"\\eca9\"}.ez-icon-graph-bar:before{content:\"\\ecaa\"}.ez-icon-graph_bar:before{content:\"\\ecab\"}.ez-icon-grid:before{content:\"\\ecac\"}.ez-icon-grids:before{content:\"\\ecad\"}.ez-icon-grin-tongue-wink-alt:before{content:\"\\ecae\"}.ez-icon-grin-tongue-wink:before{content:\"\\ecaf\"}.ez-icon-grin:before{content:\"\\ecb0\"}.ez-icon-grip-horizontal-line:before{content:\"\\ecb1\"}.ez-icon-handshake:before{content:\"\\ecb2\"}.ez-icon-hard-hat:before{content:\"\\ecb3\"}.ez-icon-head-side-cough:before{content:\"\\ecb4\"}.ez-icon-head-side-mask:before{content:\"\\ecb5\"}.ez-icon-head-side:before{content:\"\\ecb6\"}.ez-icon-headphone-slash:before{content:\"\\ecb7\"}.ez-icon-headphones-alt:before{content:\"\\ecb8\"}.ez-icon-headphones:before{content:\"\\ecb9\"}.ez-icon-heart-alt:before{content:\"\\ecba\"}.ez-icon-heart-break:before{content:\"\\ecbb\"}.ez-icon-heart-medical:before{content:\"\\ecbc\"}.ez-icon-heart-rate:before{content:\"\\ecbd\"}.ez-icon-heart-sign:before{content:\"\\ecbe\"}.ez-icon-heart:before{content:\"\\ecbf\"}.ez-icon-heartbeat:before{content:\"\\ecc0\"}.ez-icon-help-inverted:before{content:\"\\ecc1\"}.ez-icon-help:before{content:\"\\ecc2\"}.ez-icon-hide-list:before{content:\"\\ecc3\"}.ez-icon-hide_menu:before{content:\"\\ecc4\"}.ez-icon-hierarchical-tree:before{content:\"\\ecc5\"}.ez-icon-hindi-to-chinese:before{content:\"\\ecc6\"}.ez-icon-hipchat:before{content:\"\\ecc7\"}.ez-icon-history-alt:before{content:\"\\ecc8\"}.ez-icon-history:before{content:\"\\ecc9\"}.ez-icon-home-2:before{content:\"\\ecca\"}.ez-icon-home-alt:before{content:\"\\eccb\"}.ez-icon-home:before{content:\"\\eccc\"}.ez-icon-horizontal-align-center:before{content:\"\\eccd\"}.ez-icon-horizontal-align-left:before{content:\"\\ecce\"}.ez-icon-horizontal-align-right:before{content:\"\\eccf\"}.ez-icon-horizontal-distribution-center:before{content:\"\\ecd0\"}.ez-icon-horizontal-distribution-left:before{content:\"\\ecd1\"}.ez-icon-horizontal-distribution-right:before{content:\"\\ecd2\"}.ez-icon-hospital-square-sign:before{content:\"\\ecd3\"}.ez-icon-hospital-symbol:before{content:\"\\ecd4\"}.ez-icon-hospital:before{content:\"\\ecd5\"}.ez-icon-hourglass:before{content:\"\\ecd6\"}.ez-icon-house-user:before{content:\"\\ecd7\"}.ez-icon-html3-alt:before{content:\"\\ecd8\"}.ez-icon-html3:before{content:\"\\ecd9\"}.ez-icon-html5-alt:before{content:\"\\ecda\"}.ez-icon-html5:before{content:\"\\ecdb\"}.ez-icon-hunting:before{content:\"\\ecdc\"}.ez-icon-icons:before{content:\"\\ecdd\"}.ez-icon-icons104:before{content:\"\\ecde\"}.ez-icon-illustration:before{content:\"\\ecdf\"}.ez-icon-image-alt-slash:before{content:\"\\ece0\"}.ez-icon-image-block:before{content:\"\\ece1\"}.ez-icon-image-broken:before{content:\"\\ece2\"}.ez-icon-image-check:before{content:\"\\ece3\"}.ez-icon-image-download:before{content:\"\\ece4\"}.ez-icon-image-edit:before{content:\"\\ece5\"}.ez-icon-image-lock:before{content:\"\\ece6\"}.ez-icon-image-minus:before{content:\"\\ece7\"}.ez-icon-image-plus:before{content:\"\\ece8\"}.ez-icon-image-question:before{content:\"\\ece9\"}.ez-icon-image-redo:before{content:\"\\ecea\"}.ez-icon-image-resize-landscape:before{content:\"\\eceb\"}.ez-icon-image-resize-square:before{content:\"\\ecec\"}.ez-icon-image-search:before{content:\"\\eced\"}.ez-icon-image-share:before{content:\"\\ecee\"}.ez-icon-image-shield:before{content:\"\\ecef\"}.ez-icon-image-slash:before{content:\"\\ecf0\"}.ez-icon-image-times:before{content:\"\\ecf1\"}.ez-icon-image-upload:before{content:\"\\ecf2\"}.ez-icon-image-v:before{content:\"\\ecf3\"}.ez-icon-image:before{content:\"\\ecf4\"}.ez-icon-images:before{content:\"\\ecf5\"}.ez-icon-import:before{content:\"\\ecf6\"}.ez-icon-inbox:before{content:\"\\ecf7\"}.ez-icon-incoming-call:before{content:\"\\ecf8\"}.ez-icon-info-circle:before{content:\"\\ecf9\"}.ez-icon-info:before{content:\"\\ecfa\"}.ez-icon-instagram-alt:before{content:\"\\ecfb\"}.ez-icon-instagram:before{content:\"\\ecfc\"}.ez-icon-intercom-alt:before{content:\"\\ecfd\"}.ez-icon-intercom:before{content:\"\\ecfe\"}.ez-icon-invoice:before{content:\"\\ecff\"}.ez-icon-italic:before{content:\"\\ed00\"}.ez-icon-jackhammer:before{content:\"\\ed01\"}.ez-icon-java-script:before{content:\"\\ed02\"}.ez-icon-kayak:before{content:\"\\ed03\"}.ez-icon-key-skeleton-alt:before{content:\"\\ed04\"}.ez-icon-key-skeleton:before{content:\"\\ed05\"}.ez-icon-keyboard-alt:before{content:\"\\ed06\"}.ez-icon-keyboard-hide:before{content:\"\\ed07\"}.ez-icon-keyboard-show:before{content:\"\\ed08\"}.ez-icon-keyboard:before{content:\"\\ed09\"}.ez-icon-keyhole-circle:before{content:\"\\ed0a\"}.ez-icon-keyhole-square-full:before{content:\"\\ed0b\"}.ez-icon-keyhole-square:before{content:\"\\ed0c\"}.ez-icon-kid:before{content:\"\\ed0d\"}.ez-icon-label-alt:before{content:\"\\ed0e\"}.ez-icon-label:before{content:\"\\ed0f\"}.ez-icon-lamp:before{content:\"\\ed10\"}.ez-icon-language-2:before{content:\"\\ed11\"}.ez-icon-language:before{content:\"\\ed12\"}.ez-icon-laptop-cloud:before{content:\"\\ed13\"}.ez-icon-laptop-connection:before{content:\"\\ed14\"}.ez-icon-laptop:before{content:\"\\ed15\"}.ez-icon-laughing:before{content:\"\\ed16\"}.ez-icon-launch:before{content:\"\\ed17\"}.ez-icon-layer-group-slash:before{content:\"\\ed18\"}.ez-icon-layer-group:before{content:\"\\ed19\"}.ez-icon-layers-alt:before{content:\"\\ed1a\"}.ez-icon-layers-slash:before{content:\"\\ed1b\"}.ez-icon-layers:before{content:\"\\ed1c\"}.ez-icon-left-arrow-from-left:before{content:\"\\ed1d\"}.ez-icon-left-arrow-to-left:before{content:\"\\ed1e\"}.ez-icon-left-indent-alt:before{content:\"\\ed1f\"}.ez-icon-left-indent:before{content:\"\\ed20\"}.ez-icon-left-to-right-text-direction:before{content:\"\\ed21\"}.ez-icon-left:before{content:\"\\ed22\"}.ez-icon-letter-chinese-a:before{content:\"\\ed23\"}.ez-icon-letter-english-a:before{content:\"\\ed24\"}.ez-icon-letter-hindi-a:before{content:\"\\ed25\"}.ez-icon-letter-japanese-a:before{content:\"\\ed26\"}.ez-icon-life-ring:before{content:\"\\ed27\"}.ez-icon-lightbulb-2:before{content:\"\\ed28\"}.ez-icon-lightbulb-alt:before{content:\"\\ed29\"}.ez-icon-lightbulb:before{content:\"\\ed2a\"}.ez-icon-line-alt:before{content:\"\\ed2b\"}.ez-icon-line-spacing:before{content:\"\\ed2c\"}.ez-icon-line:before{content:\"\\ed2d\"}.ez-icon-link-add:before{content:\"\\ed2e\"}.ez-icon-link-alt:before{content:\"\\ed2f\"}.ez-icon-link-broken:before{content:\"\\ed30\"}.ez-icon-link-h:before{content:\"\\ed31\"}.ez-icon-link:before{content:\"\\ed32\"}.ez-icon-linkedin-alt:before{content:\"\\ed33\"}.ez-icon-linkedin:before{content:\"\\ed34\"}.ez-icon-linux:before{content:\"\\ed35\"}.ez-icon-lira-sign:before{content:\"\\ed36\"}.ez-icon-list-ol-alt:before{content:\"\\ed37\"}.ez-icon-list-ol:before{content:\"\\ed38\"}.ez-icon-list-ui-alt:before{content:\"\\ed39\"}.ez-icon-list-ul:before{content:\"\\ed3a\"}.ez-icon-list:before{content:\"\\ed3b\"}.ez-icon-location-arrow-alt:before{content:\"\\ed3c\"}.ez-icon-location-arrow:before{content:\"\\ed3d\"}.ez-icon-location-pin-alt:before{content:\"\\ed3e\"}.ez-icon-location-point:before{content:\"\\ed3f\"}.ez-icon-location:before{content:\"\\ed40\"}.ez-icon-lock-2:before{content:\"\\ed41\"}.ez-icon-lock-access:before{content:\"\\ed42\"}.ez-icon-lock-alt:before{content:\"\\ed43\"}.ez-icon-lock-open-alt:before{content:\"\\ed44\"}.ez-icon-lock-outline:before{content:\"\\ed45\"}.ez-icon-lock-slash:before{content:\"\\ed46\"}.ez-icon-lock:before{content:\"\\ed47\"}.ez-icon-lottiefiles-alt:before{content:\"\\ed48\"}.ez-icon-lottiefiles:before{content:\"\\ed49\"}.ez-icon-luggage-cart:before{content:\"\\ed4a\"}.ez-icon-mailbox-alt:before{content:\"\\ed4b\"}.ez-icon-mailbox:before{content:\"\\ed4c\"}.ez-icon-map-marker-alt:before{content:\"\\ed4d\"}.ez-icon-map-marker-edit:before{content:\"\\ed4e\"}.ez-icon-map-marker-info:before{content:\"\\ed4f\"}.ez-icon-map-marker-minus:before{content:\"\\ed50\"}.ez-icon-map-marker-plus:before{content:\"\\ed51\"}.ez-icon-map-marker-question:before{content:\"\\ed52\"}.ez-icon-map-marker-shield:before{content:\"\\ed53\"}.ez-icon-map-marker-slash:before{content:\"\\ed54\"}.ez-icon-map-marker:before{content:\"\\ed55\"}.ez-icon-map-pin-alt:before{content:\"\\ed56\"}.ez-icon-map-pin:before{content:\"\\ed57\"}.ez-icon-map:before{content:\"\\ed58\"}.ez-icon-mars:before{content:\"\\ed59\"}.ez-icon-master-card:before{content:\"\\ed5a\"}.ez-icon-maximize-left:before{content:\"\\ed5b\"}.ez-icon-medal:before{content:\"\\ed5c\"}.ez-icon-medical-drip:before{content:\"\\ed5d\"}.ez-icon-medical-square-full:before{content:\"\\ed5e\"}.ez-icon-medical-square:before{content:\"\\ed5f\"}.ez-icon-medium-m:before{content:\"\\ed60\"}.ez-icon-medkit:before{content:\"\\ed61\"}.ez-icon-meeting-board:before{content:\"\\ed62\"}.ez-icon-megaphone:before{content:\"\\ed63\"}.ez-icon-meh-alt:before{content:\"\\ed64\"}.ez-icon-meh-closed-eye:before{content:\"\\ed65\"}.ez-icon-meh:before{content:\"\\ed66\"}.ez-icon-menu:before{content:\"\\ed67\"}.ez-icon-message:before{content:\"\\ed68\"}.ez-icon-metro:before{content:\"\\ed69\"}.ez-icon-microphone-slash:before{content:\"\\ed6a\"}.ez-icon-microphone:before{content:\"\\ed6b\"}.ez-icon-microscope:before{content:\"\\ed6c\"}.ez-icon-microsoft:before{content:\"\\ed6d\"}.ez-icon-mid:before{content:\"\\ed6e\"}.ez-icon-minus-2:before{content:\"\\ed6f\"}.ez-icon-minus-circle:before{content:\"\\ed70\"}.ez-icon-minus-path:before{content:\"\\ed71\"}.ez-icon-minus-square-full:before{content:\"\\ed72\"}.ez-icon-minus-square:before{content:\"\\ed73\"}.ez-icon-minus:before{content:\"\\ed74\"}.ez-icon-missed-call:before{content:\"\\ed75\"}.ez-icon-mobile-android-alt:before{content:\"\\ed76\"}.ez-icon-mobile-android:before{content:\"\\ed77\"}.ez-icon-mobile-vibrate:before{content:\"\\ed78\"}.ez-icon-modem:before{content:\"\\ed79\"}.ez-icon-money-bill-slash:before{content:\"\\ed7a\"}.ez-icon-money-bill-stack:before{content:\"\\ed7b\"}.ez-icon-money-bill:before{content:\"\\ed7c\"}.ez-icon-money-insert:before{content:\"\\ed7d\"}.ez-icon-money-off:before{content:\"\\ed7e\"}.ez-icon-money-stack:before{content:\"\\ed7f\"}.ez-icon-money-withdraw:before{content:\"\\ed80\"}.ez-icon-money-withdrawal:before{content:\"\\ed81\"}.ez-icon-money:before{content:\"\\ed82\"}.ez-icon-moneybag-alt:before{content:\"\\ed83\"}.ez-icon-moneybag:before{content:\"\\ed84\"}.ez-icon-monitor-heart-rate:before{content:\"\\ed85\"}.ez-icon-monitor:before{content:\"\\ed86\"}.ez-icon-moon-eclipse:before{content:\"\\ed87\"}.ez-icon-moon:before{content:\"\\ed88\"}.ez-icon-moonset:before{content:\"\\ed89\"}.ez-icon-more:before{content:\"\\ed8a\"}.ez-icon-mountains-sun:before{content:\"\\ed8b\"}.ez-icon-mountains:before{content:\"\\ed8c\"}.ez-icon-mouse-alt-2:before{content:\"\\ed8d\"}.ez-icon-mouse-alt:before{content:\"\\ed8e\"}.ez-icon-mouse:before{content:\"\\ed8f\"}.ez-icon-mp3:before{content:\"\\ed90\"}.ez-icon-mp4:before{content:\"\\ed91\"}.ez-icon-multiple-files:before{content:\"\\ed92\"}.ez-icon-multiply:before{content:\"\\ed93\"}.ez-icon-music-note:before{content:\"\\ed94\"}.ez-icon-music-tune-slash:before{content:\"\\ed95\"}.ez-icon-music:before{content:\"\\ed96\"}.ez-icon-n-a:before{content:\"\\ed97\"}.ez-icon-navigator:before{content:\"\\ed98\"}.ez-icon-nerd:before{content:\"\\ed99\"}.ez-icon-newspaper:before{content:\"\\ed9a\"}.ez-icon-ninja:before{content:\"\\ed9b\"}.ez-icon-no-entry:before{content:\"\\ed9c\"}.ez-icon-north-west:before{content:\"\\ed9d\"}.ez-icon-notebooks:before{content:\"\\ed9e\"}.ez-icon-notes:before{content:\"\\ed9f\"}.ez-icon-number:before{content:\"\\eda0\"}.ez-icon-object-group:before{content:\"\\eda1\"}.ez-icon-object-ungroup:before{content:\"\\eda2\"}.ez-icon-octagon:before{content:\"\\eda3\"}.ez-icon-okta:before{content:\"\\eda4\"}.ez-icon-opera-alt:before{content:\"\\eda5\"}.ez-icon-opera:before{content:\"\\eda6\"}.ez-icon-ordem-ascendente:before{content:\"\\eda7\"}.ez-icon-ordem-descendente:before{content:\"\\eda8\"}.ez-icon-outgoing-call:before{content:\"\\eda9\"}.ez-icon-package:before{content:\"\\edaa\"}.ez-icon-padlock:before{content:\"\\edab\"}.ez-icon-pagelines:before{content:\"\\edac\"}.ez-icon-pagerduty:before{content:\"\\edad\"}.ez-icon-paint-tool:before{content:\"\\edae\"}.ez-icon-palette:before{content:\"\\edaf\"}.ez-icon-panel-add:before{content:\"\\edb0\"}.ez-icon-panorama-h-alt:before{content:\"\\edb1\"}.ez-icon-panorama-h:before{content:\"\\edb2\"}.ez-icon-panorama-v:before{content:\"\\edb3\"}.ez-icon-paperclip:before{content:\"\\edb4\"}.ez-icon-paragraph:before{content:\"\\edb5\"}.ez-icon-parcel:before{content:\"\\edb6\"}.ez-icon-parcelar:before{content:\"\\edb7\"}.ez-icon-parking-circle:before{content:\"\\edb8\"}.ez-icon-parking-square:before{content:\"\\edb9\"}.ez-icon-pathfinder-unite:before{content:\"\\edba\"}.ez-icon-pathfinder:before{content:\"\\edbb\"}.ez-icon-pause-circle:before{content:\"\\edbc\"}.ez-icon-pause:before{content:\"\\edbd\"}.ez-icon-payments:before{content:\"\\edbe\"}.ez-icon-paypal:before{content:\"\\edbf\"}.ez-icon-pdf:before{content:\"\\edc0\"}.ez-icon-pen:before{content:\"\\edc1\"}.ez-icon-pentagon:before{content:\"\\edc2\"}.ez-icon-percentage:before{content:\"\\edc3\"}.ez-icon-phone-alt:before{content:\"\\edc4\"}.ez-icon-phone-pause:before{content:\"\\edc5\"}.ez-icon-phone-slash:before{content:\"\\edc6\"}.ez-icon-phone-times:before{content:\"\\edc7\"}.ez-icon-phone-volume:before{content:\"\\edc8\"}.ez-icon-phone:before{content:\"\\edc9\"}.ez-icon-picture:before{content:\"\\edca\"}.ez-icon-pizza-slice:before{content:\"\\edcb\"}.ez-icon-plane-arrival:before{content:\"\\edcc\"}.ez-icon-plane-departure:before{content:\"\\edcd\"}.ez-icon-plane-fly:before{content:\"\\edce\"}.ez-icon-plane:before{content:\"\\edcf\"}.ez-icon-play-2:before{content:\"\\edd0\"}.ez-icon-play-circle:before{content:\"\\edd1\"}.ez-icon-play:before{content:\"\\edd2\"}.ez-icon-plug:before{content:\"\\edd3\"}.ez-icon-plus-2:before{content:\"\\edd4\"}.ez-icon-plus-circle:before{content:\"\\edd5\"}.ez-icon-plus-square:before{content:\"\\edd6\"}.ez-icon-plus:before{content:\"\\edd7\"}.ez-icon-png:before{content:\"\\edd8\"}.ez-icon-podium:before{content:\"\\edd9\"}.ez-icon-polygon:before{content:\"\\edda\"}.ez-icon-post-stamp:before{content:\"\\eddb\"}.ez-icon-postcard:before{content:\"\\eddc\"}.ez-icon-pound-circle:before{content:\"\\eddd\"}.ez-icon-pound:before{content:\"\\edde\"}.ez-icon-power-2:before{content:\"\\eddf\"}.ez-icon-power:before{content:\"\\ede0\"}.ez-icon-pptx:before{content:\"\\ede1\"}.ez-icon-prescription-bottle:before{content:\"\\ede2\"}.ez-icon-presentation-check:before{content:\"\\ede3\"}.ez-icon-presentation-edit:before{content:\"\\ede4\"}.ez-icon-presentation-line:before{content:\"\\ede5\"}.ez-icon-presentation-lines-alt:before{content:\"\\ede6\"}.ez-icon-presentation-minus:before{content:\"\\ede7\"}.ez-icon-presentation-play:before{content:\"\\ede8\"}.ez-icon-presentation-plus:before{content:\"\\ede9\"}.ez-icon-presentation-times:before{content:\"\\edea\"}.ez-icon-presentation:before{content:\"\\edeb\"}.ez-icon-preview:before{content:\"\\edec\"}.ez-icon-previous:before{content:\"\\eded\"}.ez-icon-pricetag-alt:before{content:\"\\edee\"}.ez-icon-print-2:before{content:\"\\edef\"}.ez-icon-print-slash:before{content:\"\\edf0\"}.ez-icon-print:before{content:\"\\edf1\"}.ez-icon-process:before{content:\"\\edf2\"}.ez-icon-processor:before{content:\"\\edf3\"}.ez-icon-programming-language:before{content:\"\\edf4\"}.ez-icon-pump:before{content:\"\\edf5\"}.ez-icon-push-pin:before{content:\"\\edf6\"}.ez-icon-puzzle-piece:before{content:\"\\edf7\"}.ez-icon-qrcode-scan:before{content:\"\\edf8\"}.ez-icon-question-circle:before{content:\"\\edf9\"}.ez-icon-question:before{content:\"\\edfa\"}.ez-icon-rainbow:before{content:\"\\edfb\"}.ez-icon-raindrops-alt:before{content:\"\\edfc\"}.ez-icon-raindrops:before{content:\"\\edfd\"}.ez-icon-rateio:before{content:\"\\edfe\"}.ez-icon-react:before{content:\"\\edff\"}.ez-icon-receipt-2:before{content:\"\\ee00\"}.ez-icon-receipt-alt:before{content:\"\\ee01\"}.ez-icon-receipt:before{content:\"\\ee02\"}.ez-icon-recolher_card:before{content:\"\\ee03\"}.ez-icon-record-audio:before{content:\"\\ee04\"}.ez-icon-reddit-alien-alt:before{content:\"\\ee05\"}.ez-icon-redo:before{content:\"\\ee06\"}.ez-icon-refresh:before{content:\"\\ee07\"}.ez-icon-registered:before{content:\"\\ee08\"}.ez-icon-remove-from-cart:before{content:\"\\ee09\"}.ez-icon-repeat:before{content:\"\\ee0a\"}.ez-icon-restaurant:before{content:\"\\ee0b\"}.ez-icon-restore:before{content:\"\\ee0c\"}.ez-icon-return:before{content:\"\\ee0d\"}.ez-icon-right-indent-alt:before{content:\"\\ee0e\"}.ez-icon-right-to-left-text-direction:before{content:\"\\ee0f\"}.ez-icon-robot:before{content:\"\\ee10\"}.ez-icon-rocket:before{content:\"\\ee11\"}.ez-icon-rope-way:before{content:\"\\ee12\"}.ez-icon-rotate-360:before{content:\"\\ee13\"}.ez-icon-rss-alt:before{content:\"\\ee14\"}.ez-icon-rss-interface:before{content:\"\\ee15\"}.ez-icon-rss:before{content:\"\\ee16\"}.ez-icon-ruler-combined:before{content:\"\\ee17\"}.ez-icon-ruler:before{content:\"\\ee18\"}.ez-icon-rupee-sign:before{content:\"\\ee19\"}.ez-icon-sad-cry:before{content:\"\\ee1a\"}.ez-icon-sad-crying:before{content:\"\\ee1b\"}.ez-icon-sad-dizzy:before{content:\"\\ee1c\"}.ez-icon-sad-squint:before{content:\"\\ee1d\"}.ez-icon-sad:before{content:\"\\ee1e\"}.ez-icon-sanitizer-alt:before{content:\"\\ee1f\"}.ez-icon-sanitizer:before{content:\"\\ee20\"}.ez-icon-sankhya-place:before{content:\"\\ee21\"}.ez-icon-save-2:before{content:\"\\ee22\"}.ez-icon-save:before{content:\"\\ee23\"}.ez-icon-scaling-left:before{content:\"\\ee24\"}.ez-icon-scaling-right:before{content:\"\\ee25\"}.ez-icon-scenery:before{content:\"\\ee26\"}.ez-icon-schedule:before{content:\"\\ee27\"}.ez-icon-screw:before{content:\"\\ee28\"}.ez-icon-scroll-h:before{content:\"\\ee29\"}.ez-icon-scroll:before{content:\"\\ee2a\"}.ez-icon-search-2:before{content:\"\\ee2b\"}.ez-icon-search-alt:before{content:\"\\ee2c\"}.ez-icon-search-minus:before{content:\"\\ee2d\"}.ez-icon-search-plus:before{content:\"\\ee2e\"}.ez-icon-search:before{content:\"\\ee2f\"}.ez-icon-selfie:before{content:\"\\ee30\"}.ez-icon-server-alt:before{content:\"\\ee31\"}.ez-icon-server-connection:before{content:\"\\ee32\"}.ez-icon-server-network-alt:before{content:\"\\ee33\"}.ez-icon-server-network:before{content:\"\\ee34\"}.ez-icon-server:before{content:\"\\ee35\"}.ez-icon-servers:before{content:\"\\ee36\"}.ez-icon-servicemark:before{content:\"\\ee37\"}.ez-icon-setting:before{content:\"\\ee38\"}.ez-icon-settings-inverted:before{content:\"\\ee39\"}.ez-icon-settings:before{content:\"\\ee3a\"}.ez-icon-share-2:before{content:\"\\ee3b\"}.ez-icon-share-alt:before{content:\"\\ee3c\"}.ez-icon-share:before{content:\"\\ee3d\"}.ez-icon-shield-2:before{content:\"\\ee3e\"}.ez-icon-shield-check:before{content:\"\\ee3f\"}.ez-icon-shield-exclamation:before{content:\"\\ee40\"}.ez-icon-shield-plus:before{content:\"\\ee41\"}.ez-icon-shield-question:before{content:\"\\ee42\"}.ez-icon-shield-slash:before{content:\"\\ee43\"}.ez-icon-shield:before{content:\"\\ee44\"}.ez-icon-ship:before{content:\"\\ee45\"}.ez-icon-shop:before{content:\"\\ee46\"}.ez-icon-shopping-bag:before{content:\"\\ee47\"}.ez-icon-shopping-basket:before{content:\"\\ee48\"}.ez-icon-shopping-cart-alt:before{content:\"\\ee49\"}.ez-icon-shopping-cart:before{content:\"\\ee4a\"}.ez-icon-shovel:before{content:\"\\ee4b\"}.ez-icon-show-list:before{content:\"\\ee4c\"}.ez-icon-show_menu:before{content:\"\\ee4d\"}.ez-icon-shrink:before{content:\"\\ee4e\"}.ez-icon-shuffle:before{content:\"\\ee4f\"}.ez-icon-shutter-alt:before{content:\"\\ee50\"}.ez-icon-shutter:before{content:\"\\ee51\"}.ez-icon-sick:before{content:\"\\ee52\"}.ez-icon-sigma:before{content:\"\\ee53\"}.ez-icon-sign-alt:before{content:\"\\ee54\"}.ez-icon-sign-in-alt:before{content:\"\\ee55\"}.ez-icon-sign-left:before{content:\"\\ee56\"}.ez-icon-sign-out-alt:before{content:\"\\ee57\"}.ez-icon-sign-right:before{content:\"\\ee58\"}.ez-icon-signal-alt-3:before{content:\"\\ee59\"}.ez-icon-signal-alt:before{content:\"\\ee5a\"}.ez-icon-signal:before{content:\"\\ee5b\"}.ez-icon-signin:before{content:\"\\ee5c\"}.ez-icon-signout:before{content:\"\\ee5d\"}.ez-icon-silence:before{content:\"\\ee5e\"}.ez-icon-silent-squint:before{content:\"\\ee5f\"}.ez-icon-sim-card:before{content:\"\\ee60\"}.ez-icon-sitemap:before{content:\"\\ee61\"}.ez-icon-skip-forward-alt:before{content:\"\\ee62\"}.ez-icon-skip-forward-circle:before{content:\"\\ee63\"}.ez-icon-skip-forward:before{content:\"\\ee64\"}.ez-icon-skype-alt:before{content:\"\\ee65\"}.ez-icon-skype:before{content:\"\\ee66\"}.ez-icon-slack-alt:before{content:\"\\ee67\"}.ez-icon-slack:before{content:\"\\ee68\"}.ez-icon-sleep:before{content:\"\\ee69\"}.ez-icon-slider-h-range:before{content:\"\\ee6a\"}.ez-icon-slider-h:before{content:\"\\ee6b\"}.ez-icon-sliders-v-alt:before{content:\"\\ee6c\"}.ez-icon-sliders-v:before{content:\"\\ee6d\"}.ez-icon-smile-beam:before{content:\"\\ee6e\"}.ez-icon-smile-dizzy:before{content:\"\\ee6f\"}.ez-icon-smile-squint-wink-alt:before{content:\"\\ee70\"}.ez-icon-smile-squint-wink:before{content:\"\\ee71\"}.ez-icon-smile-wink-alt:before{content:\"\\ee72\"}.ez-icon-smile-wink:before{content:\"\\ee73\"}.ez-icon-smile:before{content:\"\\ee74\"}.ez-icon-snapchat-alt:before{content:\"\\ee75\"}.ez-icon-snapchat-ghost:before{content:\"\\ee76\"}.ez-icon-snapchat-square:before{content:\"\\ee77\"}.ez-icon-snow-flake:before{content:\"\\ee78\"}.ez-icon-snowflake-alt:before{content:\"\\ee79\"}.ez-icon-snowflake:before{content:\"\\ee7a\"}.ez-icon-social-distancing:before{content:\"\\ee7b\"}.ez-icon-solid:before{content:\"\\ee7c\"}.ez-icon-sort-amount-down:before{content:\"\\ee7d\"}.ez-icon-sort-amount-up:before{content:\"\\ee7e\"}.ez-icon-sort:before{content:\"\\ee7f\"}.ez-icon-sorting:before{content:\"\\ee80\"}.ez-icon-south-east:before{content:\"\\ee81\"}.ez-icon-space-key:before{content:\"\\ee82\"}.ez-icon-spade:before{content:\"\\ee83\"}.ez-icon-sperms:before{content:\"\\ee84\"}.ez-icon-spin:before{content:\"\\ee85\"}.ez-icon-spinner-alt:before{content:\"\\ee86\"}.ez-icon-spinner:before{content:\"\\ee87\"}.ez-icon-square-full:before{content:\"\\ee88\"}.ez-icon-square-shape:before{content:\"\\ee89\"}.ez-icon-square:before{content:\"\\ee8a\"}.ez-icon-squint:before{content:\"\\ee8b\"}.ez-icon-star-half-alt:before{content:\"\\ee8c\"}.ez-icon-star:before{content:\"\\ee8d\"}.ez-icon-statistics:before{content:\"\\ee8e\"}.ez-icon-step-backward-alt:before{content:\"\\ee8f\"}.ez-icon-step-backward-circle:before{content:\"\\ee90\"}.ez-icon-step-backward:before{content:\"\\ee91\"}.ez-icon-step-forward:before{content:\"\\ee92\"}.ez-icon-stethoscope-alt:before{content:\"\\ee93\"}.ez-icon-stethoscope:before{content:\"\\ee94\"}.ez-icon-stop-circle:before{content:\"\\ee95\"}.ez-icon-stopwatch-slash:before{content:\"\\ee96\"}.ez-icon-stopwatch:before{content:\"\\ee97\"}.ez-icon-store-alt:before{content:\"\\ee98\"}.ez-icon-store-slash:before{content:\"\\ee99\"}.ez-icon-store:before{content:\"\\ee9a\"}.ez-icon-stretcher:before{content:\"\\ee9b\"}.ez-icon-stroller:before{content:\"\\ee9c\"}.ez-icon-subject:before{content:\"\\ee9d\"}.ez-icon-subway-alt:before{content:\"\\ee9e\"}.ez-icon-subway:before{content:\"\\ee9f\"}.ez-icon-suitcase-alt:before{content:\"\\eea0\"}.ez-icon-suitcase:before{content:\"\\eea1\"}.ez-icon-sun:before{content:\"\\eea2\"}.ez-icon-sunset:before{content:\"\\eea3\"}.ez-icon-surprise:before{content:\"\\eea4\"}.ez-icon-swatchbook:before{content:\"\\eea5\"}.ez-icon-swiggy:before{content:\"\\eea6\"}.ez-icon-swimmer:before{content:\"\\eea7\"}.ez-icon-sync-2:before{content:\"\\eea8\"}.ez-icon-sync-exclamation:before{content:\"\\eea9\"}.ez-icon-sync-slash:before{content:\"\\eeaa\"}.ez-icon-sync:before{content:\"\\eeab\"}.ez-icon-syringe:before{content:\"\\eeac\"}.ez-icon-table-2:before{content:\"\\eead\"}.ez-icon-table-tennis:before{content:\"\\eeae\"}.ez-icon-table:before{content:\"\\eeaf\"}.ez-icon-tablet:before{content:\"\\eeb0\"}.ez-icon-tablets:before{content:\"\\eeb1\"}.ez-icon-tachometer-fast-alt:before{content:\"\\eeb2\"}.ez-icon-tachometer-fast:before{content:\"\\eeb3\"}.ez-icon-tag-alt:before{content:\"\\eeb4\"}.ez-icon-tag:before{content:\"\\eeb5\"}.ez-icon-tag_code:before{content:\"\\eeb6\"}.ez-icon-tape:before{content:\"\\eeb7\"}.ez-icon-taxi:before{content:\"\\eeb8\"}.ez-icon-tear:before{content:\"\\eeb9\"}.ez-icon-telegram-alt:before{content:\"\\eeba\"}.ez-icon-telegram:before{content:\"\\eebb\"}.ez-icon-telescope:before{content:\"\\eebc\"}.ez-icon-temperature-empty:before{content:\"\\eebd\"}.ez-icon-temperature-half:before{content:\"\\eebe\"}.ez-icon-temperature-minus:before{content:\"\\eebf\"}.ez-icon-temperature-plus:before{content:\"\\eec0\"}.ez-icon-temperature-quarter:before{content:\"\\eec1\"}.ez-icon-temperature-three-quarter:before{content:\"\\eec2\"}.ez-icon-temperature:before{content:\"\\eec3\"}.ez-icon-tennis-ball:before{content:\"\\eec4\"}.ez-icon-text-2:before{content:\"\\eec5\"}.ez-icon-text-fields:before{content:\"\\eec6\"}.ez-icon-text-size:before{content:\"\\eec7\"}.ez-icon-text-strike-through:before{content:\"\\eec8\"}.ez-icon-text:before{content:\"\\eec9\"}.ez-icon-th-large:before{content:\"\\eeca\"}.ez-icon-th-slash:before{content:\"\\eecb\"}.ez-icon-th:before{content:\"\\eecc\"}.ez-icon-thermometer:before{content:\"\\eecd\"}.ez-icon-thumbs-down:before{content:\"\\eece\"}.ez-icon-thumbs-up:before{content:\"\\eecf\"}.ez-icon-thunderstorm-moon:before{content:\"\\eed0\"}.ez-icon-thunderstorm-sun:before{content:\"\\eed1\"}.ez-icon-thunderstorm:before{content:\"\\eed2\"}.ez-icon-ticket:before{content:\"\\eed3\"}.ez-icon-timeline:before{content:\"\\eed4\"}.ez-icon-timer-outline:before{content:\"\\eed5\"}.ez-icon-times-circle:before{content:\"\\eed6\"}.ez-icon-times-square:before{content:\"\\eed7\"}.ez-icon-times:before{content:\"\\eed8\"}.ez-icon-toggle-off:before{content:\"\\eed9\"}.ez-icon-toggle-on:before{content:\"\\eeda\"}.ez-icon-toilet-paper:before{content:\"\\eedb\"}.ez-icon-top-arrow-from-top:before{content:\"\\eedc\"}.ez-icon-top-arrow-to-top:before{content:\"\\eedd\"}.ez-icon-tornado:before{content:\"\\eede\"}.ez-icon-trademark-circle:before{content:\"\\eedf\"}.ez-icon-trademark:before{content:\"\\eee0\"}.ez-icon-traffic-barrier:before{content:\"\\eee1\"}.ez-icon-traffic-light:before{content:\"\\eee2\"}.ez-icon-transaction:before{content:\"\\eee3\"}.ez-icon-trash-alt:before{content:\"\\eee4\"}.ez-icon-trash:before{content:\"\\eee5\"}.ez-icon-trees:before{content:\"\\eee6\"}.ez-icon-trending-up:before{content:\"\\eee7\"}.ez-icon-triangle:before{content:\"\\eee8\"}.ez-icon-trophy:before{content:\"\\eee9\"}.ez-icon-trowel:before{content:\"\\eeea\"}.ez-icon-truck-loading:before{content:\"\\eeeb\"}.ez-icon-truck:before{content:\"\\eeec\"}.ez-icon-tumblr-alt:before{content:\"\\eeed\"}.ez-icon-tumblr-square:before{content:\"\\eeee\"}.ez-icon-tumblr:before{content:\"\\eeef\"}.ez-icon-tune:before{content:\"\\eef0\"}.ez-icon-tv-retro-slash:before{content:\"\\eef1\"}.ez-icon-tv-retro:before{content:\"\\eef2\"}.ez-icon-twitter-alt:before{content:\"\\eef3\"}.ez-icon-twitter:before{content:\"\\eef4\"}.ez-icon-txt:before{content:\"\\eef5\"}.ez-icon-umbrella:before{content:\"\\eef6\"}.ez-icon-un-pin:before{content:\"\\eef7\"}.ez-icon-unamused:before{content:\"\\eef8\"}.ez-icon-underline:before{content:\"\\eef9\"}.ez-icon-undo:before{content:\"\\eefa\"}.ez-icon-unfold_less:before{content:\"\\eefb\"}.ez-icon-unfold_more:before{content:\"\\eefc\"}.ez-icon-university:before{content:\"\\eefd\"}.ez-icon-unlock-alt:before{content:\"\\eefe\"}.ez-icon-unlock:before{content:\"\\eeff\"}.ez-icon-upload-alt:before{content:\"\\ef00\"}.ez-icon-upload:before{content:\"\\ef01\"}.ez-icon-usd-circle:before{content:\"\\ef02\"}.ez-icon-usd-square:before{content:\"\\ef03\"}.ez-icon-user-arrows:before{content:\"\\ef04\"}.ez-icon-user-check:before{content:\"\\ef05\"}.ez-icon-user-circle-2:before{content:\"\\ef06\"}.ez-icon-user-circle:before{content:\"\\ef07\"}.ez-icon-user-exclamation:before{content:\"\\ef08\"}.ez-icon-user-location:before{content:\"\\ef09\"}.ez-icon-user-md:before{content:\"\\ef0a\"}.ez-icon-user-minus:before{content:\"\\ef0b\"}.ez-icon-user-nurse:before{content:\"\\ef0c\"}.ez-icon-user-plus:before{content:\"\\ef0d\"}.ez-icon-user-square:before{content:\"\\ef0e\"}.ez-icon-user-times:before{content:\"\\ef0f\"}.ez-icon-user:before{content:\"\\ef10\"}.ez-icon-users-alt:before{content:\"\\ef11\"}.ez-icon-utensils-alt:before{content:\"\\ef12\"}.ez-icon-utensils:before{content:\"\\ef13\"}.ez-icon-vector-square-alt:before{content:\"\\ef14\"}.ez-icon-vector-square:before{content:\"\\ef15\"}.ez-icon-venus:before{content:\"\\ef16\"}.ez-icon-vertical-align-bottom:before{content:\"\\ef17\"}.ez-icon-vertical-align-center:before{content:\"\\ef18\"}.ez-icon-vertical-align-top:before{content:\"\\ef19\"}.ez-icon-vertical-distribute-bottom:before{content:\"\\ef1a\"}.ez-icon-vertical-distribution-center:before{content:\"\\ef1b\"}.ez-icon-vertical-distribution-top:before{content:\"\\ef1c\"}.ez-icon-video-question:before{content:\"\\ef1d\"}.ez-icon-video-slash:before{content:\"\\ef1e\"}.ez-icon-video:before{content:\"\\ef1f\"}.ez-icon-virus-slash:before{content:\"\\ef20\"}.ez-icon-visual-studio:before{content:\"\\ef21\"}.ez-icon-vk-alt:before{content:\"\\ef22\"}.ez-icon-vk:before{content:\"\\ef23\"}.ez-icon-voicemail-rectangle:before{content:\"\\ef24\"}.ez-icon-voicemail:before{content:\"\\ef25\"}.ez-icon-volume-down:before{content:\"\\ef26\"}.ez-icon-volume-mute:before{content:\"\\ef27\"}.ez-icon-volume-off:before{content:\"\\ef28\"}.ez-icon-volume-up:before{content:\"\\ef29\"}.ez-icon-volume:before{content:\"\\ef2a\"}.ez-icon-vuejs-alt:before{content:\"\\ef2b\"}.ez-icon-vuejs:before{content:\"\\ef2c\"}.ez-icon-wall:before{content:\"\\ef2d\"}.ez-icon-wallet:before{content:\"\\ef2e\"}.ez-icon-warning-outline:before{content:\"\\ef2f\"}.ez-icon-warning_triangle:before{content:\"\\ef30\"}.ez-icon-watch-alt:before{content:\"\\ef31\"}.ez-icon-watch:before{content:\"\\ef32\"}.ez-icon-water-drop-slash:before{content:\"\\ef33\"}.ez-icon-water-glass:before{content:\"\\ef34\"}.ez-icon-water:before{content:\"\\ef35\"}.ez-icon-web-grid-alt:before{content:\"\\ef36\"}.ez-icon-web-grid:before{content:\"\\ef37\"}.ez-icon-web-section-alt:before{content:\"\\ef38\"}.ez-icon-web-section:before{content:\"\\ef39\"}.ez-icon-webcam:before{content:\"\\ef3a\"}.ez-icon-weight:before{content:\"\\ef3b\"}.ez-icon-whatsapp-alt:before{content:\"\\ef3c\"}.ez-icon-whatsapp:before{content:\"\\ef3d\"}.ez-icon-whatshot:before{content:\"\\ef3e\"}.ez-icon-wheel-barrow:before{content:\"\\ef3f\"}.ez-icon-wheelchair-alt:before{content:\"\\ef40\"}.ez-icon-wheelchair:before{content:\"\\ef41\"}.ez-icon-wifi-router:before{content:\"\\ef42\"}.ez-icon-wifi-slash:before{content:\"\\ef43\"}.ez-icon-wifi:before{content:\"\\ef44\"}.ez-icon-wind-moon:before{content:\"\\ef45\"}.ez-icon-wind-sun:before{content:\"\\ef46\"}.ez-icon-wind:before{content:\"\\ef47\"}.ez-icon-window-grid:before{content:\"\\ef48\"}.ez-icon-window-maximize:before{content:\"\\ef49\"}.ez-icon-window-restore:before{content:\"\\ef4a\"}.ez-icon-window-section:before{content:\"\\ef4b\"}.ez-icon-window:before{content:\"\\ef4c\"}.ez-icon-windows:before{content:\"\\ef4d\"}.ez-icon-windsock:before{content:\"\\ef4e\"}.ez-icon-windy:before{content:\"\\ef4f\"}.ez-icon-wordpress-simple:before{content:\"\\ef50\"}.ez-icon-wordpress:before{content:\"\\ef51\"}.ez-icon-wrap-text:before{content:\"\\ef52\"}.ez-icon-wrench:before{content:\"\\ef53\"}.ez-icon-x-add:before{content:\"\\ef54\"}.ez-icon-x:before{content:\"\\ef55\"}.ez-icon-xlsx:before{content:\"\\ef56\"}.ez-icon-yen-circle:before{content:\"\\ef57\"}.ez-icon-yen:before{content:\"\\ef58\"}.ez-icon-yin-yang:before{content:\"\\ef59\"}.ez-icon-youtube:before{content:\"\\ef5a\"}.ez-icon-zip:before{content:\"\\ef5b\"}.x-small--font{font-size:var(--font-size--small, 12px);line-height:var(--line-height--16, 16px)}.small--font{font-size:var(--font-size--medium, 16px);line-height:var(--line-height--20, 20px)}.medium--font{font-size:var(--font-size--xlarge, 20px);line-height:var(--line-height--24, 24px)}.large--font{font-size:var(--font-size--xxxlarge, 24px);line-height:var(--line-height--28, 28px)}.x-large--font{font-size:var(--font-size--6xlarge, 30px);line-height:var(--line-height--34, 34px)}";
|
|
82634
|
+
const ezIconCss = ":host{display:flex;overflow:hidden;position:relative;justify-content:center;--ez-icon--color:var(--icon--color, var(--color--gray-70, #ffffff))}svg{display:flex;justify-content:center;align-items:center;fill:var(--ez-icon--color)}.x-small{width:var(--space--12, 12px);height:var(--space--12, 12px)}.small{width:var(--space--16, 16px);height:var(--space--16, 16px)}.medium{width:var(--space--20, 20px);height:var(--space--20, 20px)}.large{width:var(--space--24, 24px);height:var(--space--24, 24px)}.x-large{width:var(--space--30, 30px);height:var(--space--30, 30px)}[class^=\"ez-icon-\"],[class*=\" ez-icon-\"]{color:var(--ez-icon--color)}[class^=\"ez-icon-\"],[class*=\" ez-icon-\"]{font-family:'ez-icons' !important;font-size:var(--font-size--medium, 16px);font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ez-icon-0-plus:before{content:\"\\ea01\"}.ez-icon-10-plus:before{content:\"\\ea02\"}.ez-icon-12-plus:before{content:\"\\ea03\"}.ez-icon-13-plus:before{content:\"\\ea04\"}.ez-icon-16-plus:before{content:\"\\ea05\"}.ez-icon-17-plus:before{content:\"\\ea06\"}.ez-icon-18-plus:before{content:\"\\ea07\"}.ez-icon-21-plus:before{content:\"\\ea08\"}.ez-icon-2chevron-down:before{content:\"\\ea09\"}.ez-icon-2chevron-up:before{content:\"\\ea0a\"}.ez-icon-3-plus:before{content:\"\\ea0b\"}.ez-icon-500px:before{content:\"\\ea0c\"}.ez-icon-6-plus:before{content:\"\\ea0d\"}.ez-icon-abacus:before{content:\"\\ea0e\"}.ez-icon-acao:before{content:\"\\ea0f\"}.ez-icon-account-outline:before{content:\"\\ea10\"}.ez-icon-account:before{content:\"\\ea11\"}.ez-icon-add-to-cart:before{content:\"\\ea12\"}.ez-icon-adjust-alt:before{content:\"\\ea13\"}.ez-icon-adjust-circle:before{content:\"\\ea14\"}.ez-icon-adjust-half:before{content:\"\\ea15\"}.ez-icon-adjust:before{content:\"\\ea16\"}.ez-icon-adobe-alt:before{content:\"\\ea17\"}.ez-icon-adobe:before{content:\"\\ea18\"}.ez-icon-airplay:before{content:\"\\ea19\"}.ez-icon-alert-circle-inverted:before{content:\"\\ea1a\"}.ez-icon-alert-circle:before{content:\"\\ea1b\"}.ez-icon-alert-mail:before{content:\"\\ea1c\"}.ez-icon-alert-popup:before{content:\"\\ea1d\"}.ez-icon-align-alt:before{content:\"\\ea1e\"}.ez-icon-align-center-alt:before{content:\"\\ea1f\"}.ez-icon-align-center-h:before{content:\"\\ea20\"}.ez-icon-align-center-justify:before{content:\"\\ea21\"}.ez-icon-align-center-v:before{content:\"\\ea22\"}.ez-icon-align-center:before{content:\"\\ea23\"}.ez-icon-align-justify:before{content:\"\\ea24\"}.ez-icon-align-left-justify:before{content:\"\\ea25\"}.ez-icon-align-left:before{content:\"\\ea26\"}.ez-icon-align-letter-right:before{content:\"\\ea27\"}.ez-icon-align-right-justify:before{content:\"\\ea28\"}.ez-icon-align-right:before{content:\"\\ea29\"}.ez-icon-align:before{content:\"\\ea2a\"}.ez-icon-amazon:before{content:\"\\ea2b\"}.ez-icon-ambulance:before{content:\"\\ea2c\"}.ez-icon-analysis:before{content:\"\\ea2d\"}.ez-icon-analytics:before{content:\"\\ea2e\"}.ez-icon-anchor:before{content:\"\\ea2f\"}.ez-icon-android-alt:before{content:\"\\ea30\"}.ez-icon-android-phone-slash:before{content:\"\\ea31\"}.ez-icon-android:before{content:\"\\ea32\"}.ez-icon-anexo:before{content:\"\\ea33\"}.ez-icon-angle-double-down:before{content:\"\\ea34\"}.ez-icon-angle-double-left:before{content:\"\\ea35\"}.ez-icon-angle-double-right:before{content:\"\\ea36\"}.ez-icon-angle-double-up:before{content:\"\\ea37\"}.ez-icon-angle-down:before{content:\"\\ea38\"}.ez-icon-angle-left-b:before{content:\"\\ea39\"}.ez-icon-angle-left:before{content:\"\\ea3a\"}.ez-icon-angle-right-b:before{content:\"\\ea3b\"}.ez-icon-angle-right:before{content:\"\\ea3c\"}.ez-icon-angle-up:before{content:\"\\ea3d\"}.ez-icon-angry:before{content:\"\\ea3e\"}.ez-icon-ankh:before{content:\"\\ea3f\"}.ez-icon-annoyed-alt:before{content:\"\\ea40\"}.ez-icon-annoyed:before{content:\"\\ea41\"}.ez-icon-antecipação:before{content:\"\\ea42\"}.ez-icon-apple-alt:before{content:\"\\ea43\"}.ez-icon-apple:before{content:\"\\ea44\"}.ez-icon-apps-2:before{content:\"\\ea45\"}.ez-icon-apps:before{content:\"\\ea46\"}.ez-icon-archive-alt:before{content:\"\\ea47\"}.ez-icon-archive:before{content:\"\\ea48\"}.ez-icon-archway:before{content:\"\\ea49\"}.ez-icon-arrow-break:before{content:\"\\ea4a\"}.ez-icon-arrow-circle-down:before{content:\"\\ea4b\"}.ez-icon-arrow-circle-left:before{content:\"\\ea4c\"}.ez-icon-arrow-circle-right:before{content:\"\\ea4d\"}.ez-icon-arrow-circle-up:before{content:\"\\ea4e\"}.ez-icon-arrow-compress-h:before{content:\"\\ea4f\"}.ez-icon-arrow-down-left:before{content:\"\\ea50\"}.ez-icon-arrow-down-right:before{content:\"\\ea51\"}.ez-icon-arrow-down:before{content:\"\\ea52\"}.ez-icon-arrow-forward:before{content:\"\\ea53\"}.ez-icon-arrow-from-right:before{content:\"\\ea54\"}.ez-icon-arrow-from-top:before{content:\"\\ea55\"}.ez-icon-arrow-growth:before{content:\"\\ea56\"}.ez-icon-arrow-left:before{content:\"\\ea57\"}.ez-icon-arrow-random:before{content:\"\\ea58\"}.ez-icon-arrow-resize-diagonal:before{content:\"\\ea59\"}.ez-icon-arrow-right:before{content:\"\\ea5a\"}.ez-icon-arrow-to-bottom:before{content:\"\\ea5b\"}.ez-icon-arrow-to-right:before{content:\"\\ea5c\"}.ez-icon-arrow-up-left:before{content:\"\\ea5d\"}.ez-icon-arrow-up-right:before{content:\"\\ea5e\"}.ez-icon-arrow-up:before{content:\"\\ea5f\"}.ez-icon-arrow-upward:before{content:\"\\ea60\"}.ez-icon-arrow:before{content:\"\\ea61\"}.ez-icon-arrow_back:before{content:\"\\ea62\"}.ez-icon-arrow_downward:before{content:\"\\ea63\"}.ez-icon-arrows-h-alt:before{content:\"\\ea64\"}.ez-icon-arrows-h:before{content:\"\\ea65\"}.ez-icon-arrows-left-down:before{content:\"\\ea66\"}.ez-icon-arrows-maximize:before{content:\"\\ea67\"}.ez-icon-arrows-merge:before{content:\"\\ea68\"}.ez-icon-arrows-resize-h:before{content:\"\\ea69\"}.ez-icon-arrows-resize-v:before{content:\"\\ea6a\"}.ez-icon-arrows-resize:before{content:\"\\ea6b\"}.ez-icon-arrows-right-down:before{content:\"\\ea6c\"}.ez-icon-arrows-shrink-h:before{content:\"\\ea6d\"}.ez-icon-arrows-shrink-v:before{content:\"\\ea6e\"}.ez-icon-arrows-up-right:before{content:\"\\ea6f\"}.ez-icon-arrows-v-alt:before{content:\"\\ea70\"}.ez-icon-arrows-v:before{content:\"\\ea71\"}.ez-icon-assistive-listening-systems:before{content:\"\\ea72\"}.ez-icon-asterisk:before{content:\"\\ea73\"}.ez-icon-at:before{content:\"\\ea74\"}.ez-icon-atom:before{content:\"\\ea75\"}.ez-icon-auto-flash:before{content:\"\\ea76\"}.ez-icon-award-alt:before{content:\"\\ea77\"}.ez-icon-award:before{content:\"\\ea78\"}.ez-icon-baby-carriage:before{content:\"\\ea79\"}.ez-icon-backpack:before{content:\"\\ea7a\"}.ez-icon-backspace:before{content:\"\\ea7b\"}.ez-icon-backward:before{content:\"\\ea7c\"}.ez-icon-bag-alt:before{content:\"\\ea7d\"}.ez-icon-bag-slash:before{content:\"\\ea7e\"}.ez-icon-bag:before{content:\"\\ea7f\"}.ez-icon-baixa:before{content:\"\\ea80\"}.ez-icon-balance-scale:before{content:\"\\ea81\"}.ez-icon-balance:before{content:\"\\ea82\"}.ez-icon-ban:before{content:\"\\ea83\"}.ez-icon-band-aid:before{content:\"\\ea84\"}.ez-icon-bars:before{content:\"\\ea85\"}.ez-icon-baseball-ball:before{content:\"\\ea86\"}.ez-icon-basketball-hoop:before{content:\"\\ea87\"}.ez-icon-basketball:before{content:\"\\ea88\"}.ez-icon-bath:before{content:\"\\ea89\"}.ez-icon-battery-bolt:before{content:\"\\ea8a\"}.ez-icon-battery-empty:before{content:\"\\ea8b\"}.ez-icon-bed-double:before{content:\"\\ea8c\"}.ez-icon-bed:before{content:\"\\ea8d\"}.ez-icon-behance-alt:before{content:\"\\ea8e\"}.ez-icon-behance:before{content:\"\\ea8f\"}.ez-icon-bell-2:before{content:\"\\ea90\"}.ez-icon-bell-inverted:before{content:\"\\ea91\"}.ez-icon-bell-school:before{content:\"\\ea92\"}.ez-icon-bell-slash:before{content:\"\\ea93\"}.ez-icon-bell:before{content:\"\\ea94\"}.ez-icon-bill:before{content:\"\\ea95\"}.ez-icon-bing:before{content:\"\\ea96\"}.ez-icon-bitcoin-alt:before{content:\"\\ea97\"}.ez-icon-bitcoin-circle:before{content:\"\\ea98\"}.ez-icon-bitcoin-sign:before{content:\"\\ea99\"}.ez-icon-bitcoin:before{content:\"\\ea9a\"}.ez-icon-black-berry:before{content:\"\\ea9b\"}.ez-icon-blogger-alt:before{content:\"\\ea9c\"}.ez-icon-blogger:before{content:\"\\ea9d\"}.ez-icon-bluetooth-b:before{content:\"\\ea9e\"}.ez-icon-bold:before{content:\"\\ea9f\"}.ez-icon-boleto:before{content:\"\\eaa0\"}.ez-icon-bolt-alt:before{content:\"\\eaa1\"}.ez-icon-bolt-slash:before{content:\"\\eaa2\"}.ez-icon-bolt:before{content:\"\\eaa3\"}.ez-icon-book-alt:before{content:\"\\eaa4\"}.ez-icon-book-medical:before{content:\"\\eaa5\"}.ez-icon-book-open:before{content:\"\\eaa6\"}.ez-icon-book-reader:before{content:\"\\eaa7\"}.ez-icon-book:before{content:\"\\eaa8\"}.ez-icon-bookmark-full:before{content:\"\\eaa9\"}.ez-icon-bookmark:before{content:\"\\eaaa\"}.ez-icon-books:before{content:\"\\eaab\"}.ez-icon-boolean:before{content:\"\\eaac\"}.ez-icon-boombox:before{content:\"\\eaad\"}.ez-icon-border-alt:before{content:\"\\eaae\"}.ez-icon-border-bottom:before{content:\"\\eaaf\"}.ez-icon-border-clear:before{content:\"\\eab0\"}.ez-icon-border-horizontal:before{content:\"\\eab1\"}.ez-icon-border-inner:before{content:\"\\eab2\"}.ez-icon-border-left:before{content:\"\\eab3\"}.ez-icon-border-out:before{content:\"\\eab4\"}.ez-icon-border-right:before{content:\"\\eab5\"}.ez-icon-border-top:before{content:\"\\eab6\"}.ez-icon-border-vertical:before{content:\"\\eab7\"}.ez-icon-bowling-ball:before{content:\"\\eab8\"}.ez-icon-box:before{content:\"\\eab9\"}.ez-icon-brackets-curly:before{content:\"\\eaba\"}.ez-icon-brain:before{content:\"\\eabb\"}.ez-icon-briefcase-alt:before{content:\"\\eabc\"}.ez-icon-briefcase:before{content:\"\\eabd\"}.ez-icon-bright:before{content:\"\\eabe\"}.ez-icon-brightness-empty:before{content:\"\\eabf\"}.ez-icon-brightness-half:before{content:\"\\eac0\"}.ez-icon-brightness-low:before{content:\"\\eac1\"}.ez-icon-brightness-minus:before{content:\"\\eac2\"}.ez-icon-brightness-plus:before{content:\"\\eac3\"}.ez-icon-brightness:before{content:\"\\eac4\"}.ez-icon-bring-bottom:before{content:\"\\eac5\"}.ez-icon-bring-front:before{content:\"\\eac6\"}.ez-icon-browser:before{content:\"\\eac7\"}.ez-icon-brush-alt:before{content:\"\\eac8\"}.ez-icon-bug:before{content:\"\\eac9\"}.ez-icon-building:before{content:\"\\eaca\"}.ez-icon-bullseye:before{content:\"\\eacb\"}.ez-icon-bus-alt:before{content:\"\\eacc\"}.ez-icon-bus-school:before{content:\"\\eacd\"}.ez-icon-bus:before{content:\"\\eace\"}.ez-icon-business-center:before{content:\"\\eacf\"}.ez-icon-calculator-alt:before{content:\"\\ead0\"}.ez-icon-calculator:before{content:\"\\ead1\"}.ez-icon-calendar-2:before{content:\"\\ead2\"}.ez-icon-calendar-alt:before{content:\"\\ead3\"}.ez-icon-calendar-clock:before{content:\"\\ead4\"}.ez-icon-calendar-slash:before{content:\"\\ead5\"}.ez-icon-calendar:before{content:\"\\ead6\"}.ez-icon-calender:before{content:\"\\ead7\"}.ez-icon-calling:before{content:\"\\ead8\"}.ez-icon-camera-change:before{content:\"\\ead9\"}.ez-icon-camera-plus:before{content:\"\\eada\"}.ez-icon-camera-slash:before{content:\"\\eadb\"}.ez-icon-camera:before{content:\"\\eadc\"}.ez-icon-cancel:before{content:\"\\eadd\"}.ez-icon-capsule:before{content:\"\\eade\"}.ez-icon-capture:before{content:\"\\eadf\"}.ez-icon-car-sideview:before{content:\"\\eae0\"}.ez-icon-car-slash:before{content:\"\\eae1\"}.ez-icon-car-wash:before{content:\"\\eae2\"}.ez-icon-car:before{content:\"\\eae3\"}.ez-icon-card-atm:before{content:\"\\eae4\"}.ez-icon-caret-right:before{content:\"\\eae5\"}.ez-icon-cart-history:before{content:\"\\eae6\"}.ez-icon-cash-remove:before{content:\"\\eae7\"}.ez-icon-cc:before{content:\"\\eae8\"}.ez-icon-cell:before{content:\"\\eae9\"}.ez-icon-celsius:before{content:\"\\eaea\"}.ez-icon-channel-add:before{content:\"\\eaeb\"}.ez-icon-channel:before{content:\"\\eaec\"}.ez-icon-chart-bar-alt:before{content:\"\\eaed\"}.ez-icon-chart-bar:before{content:\"\\eaee\"}.ez-icon-chart-down:before{content:\"\\eaef\"}.ez-icon-chart-growth-alt:before{content:\"\\eaf0\"}.ez-icon-chart-growth:before{content:\"\\eaf1\"}.ez-icon-chart-line:before{content:\"\\eaf2\"}.ez-icon-chart-pie-alt:before{content:\"\\eaf3\"}.ez-icon-chart-pie:before{content:\"\\eaf4\"}.ez-icon-chart:before{content:\"\\eaf5\"}.ez-icon-chat-bubble-user:before{content:\"\\eaf6\"}.ez-icon-chat-info:before{content:\"\\eaf7\"}.ez-icon-chat:before{content:\"\\eaf8\"}.ez-icon-check-2:before{content:\"\\eaf9\"}.ez-icon-check-circle-2:before{content:\"\\eafa\"}.ez-icon-check-circle-inverted:before{content:\"\\eafb\"}.ez-icon-check-circle:before{content:\"\\eafc\"}.ez-icon-check-square:before{content:\"\\eafd\"}.ez-icon-check:before{content:\"\\eafe\"}.ez-icon-chevron-down:before{content:\"\\eaff\"}.ez-icon-chevron-left:before{content:\"\\eb00\"}.ez-icon-chevron-right:before{content:\"\\eb01\"}.ez-icon-chevron-up:before{content:\"\\eb02\"}.ez-icon-circle--medium:before{content:\"\\eb03\"}.ez-icon-circle-2:before{content:\"\\eb04\"}.ez-icon-circle-layer:before{content:\"\\eb05\"}.ez-icon-circle:before{content:\"\\eb06\"}.ez-icon-circuit:before{content:\"\\eb07\"}.ez-icon-clapper-board:before{content:\"\\eb08\"}.ez-icon-clean-cart:before{content:\"\\eb09\"}.ez-icon-cleaning:before{content:\"\\eb0a\"}.ez-icon-clinic-medical:before{content:\"\\eb0b\"}.ez-icon-clipboard-2:before{content:\"\\eb0c\"}.ez-icon-clipboard-alt:before{content:\"\\eb0d\"}.ez-icon-clipboard-blank:before{content:\"\\eb0e\"}.ez-icon-clipboard-notes:before{content:\"\\eb0f\"}.ez-icon-clipboard:before{content:\"\\eb10\"}.ez-icon-clock-eight:before{content:\"\\eb11\"}.ez-icon-clock-five:before{content:\"\\eb12\"}.ez-icon-clock-nine:before{content:\"\\eb13\"}.ez-icon-clock-rotate-left:before{content:\"\\eb14\"}.ez-icon-clock-seven:before{content:\"\\eb15\"}.ez-icon-clock-ten:before{content:\"\\eb16\"}.ez-icon-clock-three:before{content:\"\\eb17\"}.ez-icon-clock-two:before{content:\"\\eb18\"}.ez-icon-clock:before{content:\"\\eb19\"}.ez-icon-close:before{content:\"\\eb1a\"}.ez-icon-closed-captioning-slash:before{content:\"\\eb1b\"}.ez-icon-closed-captioning:before{content:\"\\eb1c\"}.ez-icon-cloud-block:before{content:\"\\eb1d\"}.ez-icon-cloud-bookmark:before{content:\"\\eb1e\"}.ez-icon-cloud-check:before{content:\"\\eb1f\"}.ez-icon-cloud-computing:before{content:\"\\eb20\"}.ez-icon-cloud-data-connection:before{content:\"\\eb21\"}.ez-icon-cloud-database-tree:before{content:\"\\eb22\"}.ez-icon-cloud-download:before{content:\"\\eb23\"}.ez-icon-cloud-drizzle:before{content:\"\\eb24\"}.ez-icon-cloud-exclamation:before{content:\"\\eb25\"}.ez-icon-cloud-hail:before{content:\"\\eb26\"}.ez-icon-cloud-heart:before{content:\"\\eb27\"}.ez-icon-cloud-info:before{content:\"\\eb28\"}.ez-icon-cloud-lock:before{content:\"\\eb29\"}.ez-icon-cloud-meatball:before{content:\"\\eb2a\"}.ez-icon-cloud-moon-hail:before{content:\"\\eb2b\"}.ez-icon-cloud-moon-meatball:before{content:\"\\eb2c\"}.ez-icon-cloud-moon-rain:before{content:\"\\eb2d\"}.ez-icon-cloud-moon-showers:before{content:\"\\eb2e\"}.ez-icon-cloud-moon-tear:before{content:\"\\eb2f\"}.ez-icon-cloud-moon:before{content:\"\\eb30\"}.ez-icon-cloud-question:before{content:\"\\eb31\"}.ez-icon-cloud-rain-sun:before{content:\"\\eb32\"}.ez-icon-cloud-rain:before{content:\"\\eb33\"}.ez-icon-cloud-redo:before{content:\"\\eb34\"}.ez-icon-cloud-share:before{content:\"\\eb35\"}.ez-icon-cloud-shield:before{content:\"\\eb36\"}.ez-icon-cloud-showers-alt:before{content:\"\\eb37\"}.ez-icon-cloud-showers-heavy:before{content:\"\\eb38\"}.ez-icon-cloud-showers:before{content:\"\\eb39\"}.ez-icon-cloud-slash:before{content:\"\\eb3a\"}.ez-icon-cloud-sun-hail:before{content:\"\\eb3b\"}.ez-icon-cloud-sun-meatball:before{content:\"\\eb3c\"}.ez-icon-cloud-sun-rain-alt:before{content:\"\\eb3d\"}.ez-icon-cloud-sun-rain:before{content:\"\\eb3e\"}.ez-icon-cloud-sun-tear:before{content:\"\\eb3f\"}.ez-icon-cloud-sun:before{content:\"\\eb40\"}.ez-icon-cloud-times:before{content:\"\\eb41\"}.ez-icon-cloud-unlock:before{content:\"\\eb42\"}.ez-icon-cloud-upload:before{content:\"\\eb43\"}.ez-icon-cloud-wifi:before{content:\"\\eb44\"}.ez-icon-cloud-wind:before{content:\"\\eb45\"}.ez-icon-cloud:before{content:\"\\eb46\"}.ez-icon-clouds:before{content:\"\\eb47\"}.ez-icon-club:before{content:\"\\eb48\"}.ez-icon-cobrar:before{content:\"\\eb49\"}.ez-icon-code-branch:before{content:\"\\eb4a\"}.ez-icon-code:before{content:\"\\eb4b\"}.ez-icon-coffee:before{content:\"\\eb4c\"}.ez-icon-cog:before{content:\"\\eb4d\"}.ez-icon-coins:before{content:\"\\eb4e\"}.ez-icon-columns:before{content:\"\\eb4f\"}.ez-icon-comment-add:before{content:\"\\eb50\"}.ez-icon-comment-alt-block:before{content:\"\\eb51\"}.ez-icon-comment-alt-chart-lines:before{content:\"\\eb52\"}.ez-icon-comment-alt-check:before{content:\"\\eb53\"}.ez-icon-comment-alt-dots:before{content:\"\\eb54\"}.ez-icon-comment-alt-download:before{content:\"\\eb55\"}.ez-icon-comment-alt-edit:before{content:\"\\eb56\"}.ez-icon-comment-alt-exclamation:before{content:\"\\eb57\"}.ez-icon-comment-alt-heart:before{content:\"\\eb58\"}.ez-icon-comment-alt-image:before{content:\"\\eb59\"}.ez-icon-comment-alt-info:before{content:\"\\eb5a\"}.ez-icon-comment-alt-lines:before{content:\"\\eb5b\"}.ez-icon-comment-alt-lock:before{content:\"\\eb5c\"}.ez-icon-comment-alt-medical:before{content:\"\\eb5d\"}.ez-icon-comment-alt-message:before{content:\"\\eb5e\"}.ez-icon-comment-alt-notes:before{content:\"\\eb5f\"}.ez-icon-comment-alt-plus:before{content:\"\\eb60\"}.ez-icon-comment-alt-question:before{content:\"\\eb61\"}.ez-icon-comment-alt-redo:before{content:\"\\eb62\"}.ez-icon-comment-alt-search:before{content:\"\\eb63\"}.ez-icon-comment-alt-share:before{content:\"\\eb64\"}.ez-icon-comment-alt-shield:before{content:\"\\eb65\"}.ez-icon-comment-alt-slash:before{content:\"\\eb66\"}.ez-icon-comment-alt-upload:before{content:\"\\eb67\"}.ez-icon-comment-alt-verify:before{content:\"\\eb68\"}.ez-icon-comment-alt:before{content:\"\\eb69\"}.ez-icon-comment-block:before{content:\"\\eb6a\"}.ez-icon-comment-chart-line:before{content:\"\\eb6b\"}.ez-icon-comment-check:before{content:\"\\eb6c\"}.ez-icon-comment-dots:before{content:\"\\eb6d\"}.ez-icon-comment-download:before{content:\"\\eb6e\"}.ez-icon-comment-edit:before{content:\"\\eb6f\"}.ez-icon-comment-exclamation:before{content:\"\\eb70\"}.ez-icon-comment-heart:before{content:\"\\eb71\"}.ez-icon-comment-image:before{content:\"\\eb72\"}.ez-icon-comment-info-alt:before{content:\"\\eb73\"}.ez-icon-comment-info:before{content:\"\\eb74\"}.ez-icon-comment-lines:before{content:\"\\eb75\"}.ez-icon-comment-lock:before{content:\"\\eb76\"}.ez-icon-comment-medical:before{content:\"\\eb77\"}.ez-icon-comment-message:before{content:\"\\eb78\"}.ez-icon-comment-notes:before{content:\"\\eb79\"}.ez-icon-comment-plus:before{content:\"\\eb7a\"}.ez-icon-comment-question:before{content:\"\\eb7b\"}.ez-icon-comment-redo:before{content:\"\\eb7c\"}.ez-icon-comment-search:before{content:\"\\eb7d\"}.ez-icon-comment-share:before{content:\"\\eb7e\"}.ez-icon-comment-shield:before{content:\"\\eb7f\"}.ez-icon-comment-slash:before{content:\"\\eb80\"}.ez-icon-comment-upload:before{content:\"\\eb81\"}.ez-icon-comment-verify:before{content:\"\\eb82\"}.ez-icon-comment:before{content:\"\\eb83\"}.ez-icon-comments-alt:before{content:\"\\eb84\"}.ez-icon-comments:before{content:\"\\eb85\"}.ez-icon-compact-disc:before{content:\"\\eb86\"}.ez-icon-comparison:before{content:\"\\eb87\"}.ez-icon-compass:before{content:\"\\eb88\"}.ez-icon-compress-alt-left:before{content:\"\\eb89\"}.ez-icon-compress-alt:before{content:\"\\eb8a\"}.ez-icon-compress-arrows:before{content:\"\\eb8b\"}.ez-icon-compress-lines:before{content:\"\\eb8c\"}.ez-icon-compress-point:before{content:\"\\eb8d\"}.ez-icon-compress-v:before{content:\"\\eb8e\"}.ez-icon-compress:before{content:\"\\eb8f\"}.ez-icon-configuration:before{content:\"\\eb90\"}.ez-icon-confused:before{content:\"\\eb91\"}.ez-icon-constructor:before{content:\"\\eb92\"}.ez-icon-content-cut:before{content:\"\\eb93\"}.ez-icon-copy-2:before{content:\"\\eb94\"}.ez-icon-copy-alt:before{content:\"\\eb95\"}.ez-icon-copy-landscape:before{content:\"\\eb96\"}.ez-icon-copy:before{content:\"\\eb97\"}.ez-icon-copyright:before{content:\"\\eb98\"}.ez-icon-corner-down-left:before{content:\"\\eb99\"}.ez-icon-corner-down-right-alt:before{content:\"\\eb9a\"}.ez-icon-corner-down-right:before{content:\"\\eb9b\"}.ez-icon-corner-left-down:before{content:\"\\eb9c\"}.ez-icon-corner-right-down:before{content:\"\\eb9d\"}.ez-icon-corner-up-left-alt:before{content:\"\\eb9e\"}.ez-icon-corner-up-left:before{content:\"\\eb9f\"}.ez-icon-corner-up-right-alt:before{content:\"\\eba0\"}.ez-icon-corner-up-right:before{content:\"\\eba1\"}.ez-icon-coronavirus:before{content:\"\\eba2\"}.ez-icon-create-dashboard:before{content:\"\\eba3\"}.ez-icon-creative-commons-pd:before{content:\"\\eba4\"}.ez-icon-credit-card-search:before{content:\"\\eba5\"}.ez-icon-credit-card:before{content:\"\\eba6\"}.ez-icon-credit_card:before{content:\"\\eba7\"}.ez-icon-crockery:before{content:\"\\eba8\"}.ez-icon-crop-alt-rotate-left:before{content:\"\\eba9\"}.ez-icon-crop-alt-rotate-right:before{content:\"\\ebaa\"}.ez-icon-crop-alt:before{content:\"\\ebab\"}.ez-icon-crop:before{content:\"\\ebac\"}.ez-icon-crosshair-alt:before{content:\"\\ebad\"}.ez-icon-crosshair:before{content:\"\\ebae\"}.ez-icon-crosshairs:before{content:\"\\ebaf\"}.ez-icon-css3-simple:before{content:\"\\ebb0\"}.ez-icon-cube:before{content:\"\\ebb1\"}.ez-icon-custom:before{content:\"\\ebb2\"}.ez-icon-dashboard:before{content:\"\\ebb3\"}.ez-icon-data-sharing:before{content:\"\\ebb4\"}.ez-icon-database-alt:before{content:\"\\ebb5\"}.ez-icon-database:before{content:\"\\ebb6\"}.ez-icon-delete-file:before{content:\"\\ebb7\"}.ez-icon-delete:before{content:\"\\ebb8\"}.ez-icon-description:before{content:\"\\ebb9\"}.ez-icon-desert:before{content:\"\\ebba\"}.ez-icon-desktop-alt-slash:before{content:\"\\ebbb\"}.ez-icon-desktop-alt:before{content:\"\\ebbc\"}.ez-icon-desktop-cloud-alt:before{content:\"\\ebbd\"}.ez-icon-desktop-slash:before{content:\"\\ebbe\"}.ez-icon-desktop:before{content:\"\\ebbf\"}.ez-icon-dialpad-alt:before{content:\"\\ebc0\"}.ez-icon-dialpad:before{content:\"\\ebc1\"}.ez-icon-diamond:before{content:\"\\ebc2\"}.ez-icon-diary-alt:before{content:\"\\ebc3\"}.ez-icon-diary:before{content:\"\\ebc4\"}.ez-icon-dice-five:before{content:\"\\ebc5\"}.ez-icon-dice-four:before{content:\"\\ebc6\"}.ez-icon-dice-one:before{content:\"\\ebc7\"}.ez-icon-dice-six:before{content:\"\\ebc8\"}.ez-icon-dice-three:before{content:\"\\ebc9\"}.ez-icon-dice-two:before{content:\"\\ebca\"}.ez-icon-direction:before{content:\"\\ebcb\"}.ez-icon-directions:before{content:\"\\ebcc\"}.ez-icon-discord:before{content:\"\\ebcd\"}.ez-icon-dividir:before{content:\"\\ebce\"}.ez-icon-dizzy-meh:before{content:\"\\ebcf\"}.ez-icon-dna:before{content:\"\\ebd0\"}.ez-icon-docker:before{content:\"\\ebd1\"}.ez-icon-document-info:before{content:\"\\ebd2\"}.ez-icon-document-layout-center:before{content:\"\\ebd3\"}.ez-icon-document-layout-left:before{content:\"\\ebd4\"}.ez-icon-document-layout-right:before{content:\"\\ebd5\"}.ez-icon-docx:before{content:\"\\ebd6\"}.ez-icon-dollar-alt:before{content:\"\\ebd7\"}.ez-icon-dollar-sign-alt:before{content:\"\\ebd8\"}.ez-icon-dollar-sign:before{content:\"\\ebd9\"}.ez-icon-dot-notification:before{content:\"\\ebda\"}.ez-icon-dots-horizontal:before{content:\"\\ebdb\"}.ez-icon-dots-vertical:before{content:\"\\ebdc\"}.ez-icon-download-alt:before{content:\"\\ebdd\"}.ez-icon-drag-indicator:before{content:\"\\ebde\"}.ez-icon-draggabledots:before{content:\"\\ebdf\"}.ez-icon-dribbble:before{content:\"\\ebe0\"}.ez-icon-drill:before{content:\"\\ebe1\"}.ez-icon-dropbox:before{content:\"\\ebe2\"}.ez-icon-dual-chevron-down:before{content:\"\\ebe3\"}.ez-icon-dual-chevron-left:before{content:\"\\ebe4\"}.ez-icon-dual-chevron-right:before{content:\"\\ebe5\"}.ez-icon-dual-chevron-up:before{content:\"\\ebe6\"}.ez-icon-dumbbell:before{content:\"\\ebe7\"}.ez-icon-ear:before{content:\"\\ebe8\"}.ez-icon-edit-2:before{content:\"\\ebe9\"}.ez-icon-edit-alt:before{content:\"\\ebea\"}.ez-icon-edit-file:before{content:\"\\ebeb\"}.ez-icon-edit-table:before{content:\"\\ebec\"}.ez-icon-edit-time:before{content:\"\\ebed\"}.ez-icon-edit-value:before{content:\"\\ebee\"}.ez-icon-edit:before{content:\"\\ebef\"}.ez-icon-elipsis-double-v-alt:before{content:\"\\ebf0\"}.ez-icon-ellipsis-h:before{content:\"\\ebf1\"}.ez-icon-ellipsis-v:before{content:\"\\ebf2\"}.ez-icon-email:before{content:\"\\ebf3\"}.ez-icon-emoji:before{content:\"\\ebf4\"}.ez-icon-english-to-chinese:before{content:\"\\ebf5\"}.ez-icon-enter:before{content:\"\\ebf6\"}.ez-icon-envelope-add:before{content:\"\\ebf7\"}.ez-icon-envelope-alt:before{content:\"\\ebf8\"}.ez-icon-envelope-block:before{content:\"\\ebf9\"}.ez-icon-envelope-bookmark:before{content:\"\\ebfa\"}.ez-icon-envelope-check:before{content:\"\\ebfb\"}.ez-icon-envelope-download-alt:before{content:\"\\ebfc\"}.ez-icon-envelope-download:before{content:\"\\ebfd\"}.ez-icon-envelope-edit:before{content:\"\\ebfe\"}.ez-icon-envelope-exclamation:before{content:\"\\ebff\"}.ez-icon-envelope-heart:before{content:\"\\ec00\"}.ez-icon-envelope-info:before{content:\"\\ec01\"}.ez-icon-envelope-lock:before{content:\"\\ec02\"}.ez-icon-envelope-minus:before{content:\"\\ec03\"}.ez-icon-envelope-open:before{content:\"\\ec04\"}.ez-icon-envelope-question:before{content:\"\\ec05\"}.ez-icon-envelope-receive:before{content:\"\\ec06\"}.ez-icon-envelope-redo:before{content:\"\\ec07\"}.ez-icon-envelope-search:before{content:\"\\ec08\"}.ez-icon-envelope-send:before{content:\"\\ec09\"}.ez-icon-envelope-share:before{content:\"\\ec0a\"}.ez-icon-envelope-shield:before{content:\"\\ec0b\"}.ez-icon-envelope-star:before{content:\"\\ec0c\"}.ez-icon-envelope-times:before{content:\"\\ec0d\"}.ez-icon-envelope-upload-alt:before{content:\"\\ec0e\"}.ez-icon-envelope-upload:before{content:\"\\ec0f\"}.ez-icon-envelope:before{content:\"\\ec10\"}.ez-icon-envelopes:before{content:\"\\ec11\"}.ez-icon-equal-circle:before{content:\"\\ec12\"}.ez-icon-estate:before{content:\"\\ec13\"}.ez-icon-estorno:before{content:\"\\ec14\"}.ez-icon-euro-circle:before{content:\"\\ec15\"}.ez-icon-euro:before{content:\"\\ec16\"}.ez-icon-exchange-alt:before{content:\"\\ec17\"}.ez-icon-exchange:before{content:\"\\ec18\"}.ez-icon-exclamation-circle:before{content:\"\\ec19\"}.ez-icon-exclamation-octagon:before{content:\"\\ec1a\"}.ez-icon-exclamation-triangle:before{content:\"\\ec1b\"}.ez-icon-exclamation:before{content:\"\\ec1c\"}.ez-icon-exclude:before{content:\"\\ec1d\"}.ez-icon-exe:before{content:\"\\ec1e\"}.ez-icon-exit:before{content:\"\\ec1f\"}.ez-icon-expand-alt:before{content:\"\\ec20\"}.ez-icon-expand-arrows-alt:before{content:\"\\ec21\"}.ez-icon-expand-arrows:before{content:\"\\ec22\"}.ez-icon-expand-from-corner:before{content:\"\\ec23\"}.ez-icon-expand-left:before{content:\"\\ec24\"}.ez-icon-expand-right:before{content:\"\\ec25\"}.ez-icon-expand:before{content:\"\\ec26\"}.ez-icon-expandir_card:before{content:\"\\ec27\"}.ez-icon-export:before{content:\"\\ec28\"}.ez-icon-exposure-alt:before{content:\"\\ec29\"}.ez-icon-exposure-increase:before{content:\"\\ec2a\"}.ez-icon-external-link-alt:before{content:\"\\ec2b\"}.ez-icon-extrato:before{content:\"\\ec2c\"}.ez-icon-eye-2:before{content:\"\\ec2d\"}.ez-icon-eye-off:before{content:\"\\ec2e\"}.ez-icon-eye-slash:before{content:\"\\ec2f\"}.ez-icon-eye:before{content:\"\\ec30\"}.ez-icon-facebook-f:before{content:\"\\ec31\"}.ez-icon-facebook-messenger-alt:before{content:\"\\ec32\"}.ez-icon-facebook-messenger:before{content:\"\\ec33\"}.ez-icon-facebook:before{content:\"\\ec34\"}.ez-icon-fahrenheit:before{content:\"\\ec35\"}.ez-icon-fast-mail-alt:before{content:\"\\ec36\"}.ez-icon-fast-mail:before{content:\"\\ec37\"}.ez-icon-favorite-2:before{content:\"\\ec38\"}.ez-icon-favorite-full:before{content:\"\\ec39\"}.ez-icon-favorite:before{content:\"\\ec3a\"}.ez-icon-feedback:before{content:\"\\ec3b\"}.ez-icon-fidget-spinner:before{content:\"\\ec3c\"}.ez-icon-figma:before{content:\"\\ec3d\"}.ez-icon-file-alt:before{content:\"\\ec3e\"}.ez-icon-file-blank:before{content:\"\\ec3f\"}.ez-icon-file-block-alt:before{content:\"\\ec40\"}.ez-icon-file-bookmark-alt:before{content:\"\\ec41\"}.ez-icon-file-check-alt:before{content:\"\\ec42\"}.ez-icon-file-check:before{content:\"\\ec43\"}.ez-icon-file-contract-dollar:before{content:\"\\ec44\"}.ez-icon-file-contract:before{content:\"\\ec45\"}.ez-icon-file-copy-alt:before{content:\"\\ec46\"}.ez-icon-file-download-:before{content:\"\\ec47\"}.ez-icon-file-download-alt:before{content:\"\\ec48\"}.ez-icon-file-download:before{content:\"\\ec49\"}.ez-icon-file-edit-alt:before{content:\"\\ec4a\"}.ez-icon-file-exclamation-alt:before{content:\"\\ec4b\"}.ez-icon-file-exclamation:before{content:\"\\ec4c\"}.ez-icon-file-export:before{content:\"\\ec4d\"}.ez-icon-file-graph:before{content:\"\\ec4e\"}.ez-icon-file-heart:before{content:\"\\ec4f\"}.ez-icon-file-import:before{content:\"\\ec50\"}.ez-icon-file-info-alt:before{content:\"\\ec51\"}.ez-icon-file-landscape-alt:before{content:\"\\ec52\"}.ez-icon-file-landscape:before{content:\"\\ec53\"}.ez-icon-file-lanscape-slash:before{content:\"\\ec54\"}.ez-icon-file-lock-alt:before{content:\"\\ec55\"}.ez-icon-file-medical-alt:before{content:\"\\ec56\"}.ez-icon-file-medical:before{content:\"\\ec57\"}.ez-icon-file-minus-alt:before{content:\"\\ec58\"}.ez-icon-file-minus:before{content:\"\\ec59\"}.ez-icon-file-network:before{content:\"\\ec5a\"}.ez-icon-file-plus-alt:before{content:\"\\ec5b\"}.ez-icon-file-plus:before{content:\"\\ec5c\"}.ez-icon-file-question-alt:before{content:\"\\ec5d\"}.ez-icon-file-question:before{content:\"\\ec5e\"}.ez-icon-file-redo-alt:before{content:\"\\ec5f\"}.ez-icon-file-search-alt:before{content:\"\\ec60\"}.ez-icon-file-share-alt:before{content:\"\\ec61\"}.ez-icon-file-shield-alt:before{content:\"\\ec62\"}.ez-icon-file-slash:before{content:\"\\ec63\"}.ez-icon-file-times-alt:before{content:\"\\ec64\"}.ez-icon-file-times:before{content:\"\\ec65\"}.ez-icon-file-upload-2:before{content:\"\\ec66\"}.ez-icon-file-upload-alt:before{content:\"\\ec67\"}.ez-icon-file-upload:before{content:\"\\ec68\"}.ez-icon-file:before{content:\"\\ec69\"}.ez-icon-files-landscapes-alt:before{content:\"\\ec6a\"}.ez-icon-files-landscapes:before{content:\"\\ec6b\"}.ez-icon-film:before{content:\"\\ec6c\"}.ez-icon-filter-2:before{content:\"\\ec6d\"}.ez-icon-filter-3:before{content:\"\\ec6e\"}.ez-icon-filter-slash:before{content:\"\\ec6f\"}.ez-icon-filter:before{content:\"\\ec70\"}.ez-icon-find-file:before{content:\"\\ec71\"}.ez-icon-find-page:before{content:\"\\ec72\"}.ez-icon-fire:before{content:\"\\ec73\"}.ez-icon-flask-potion:before{content:\"\\ec74\"}.ez-icon-flask:before{content:\"\\ec75\"}.ez-icon-flip-h-alt:before{content:\"\\ec76\"}.ez-icon-flip-h:before{content:\"\\ec77\"}.ez-icon-flip-v-alt:before{content:\"\\ec78\"}.ez-icon-flip-v:before{content:\"\\ec79\"}.ez-icon-flower:before{content:\"\\ec7a\"}.ez-icon-focus-add:before{content:\"\\ec7b\"}.ez-icon-focus-target:before{content:\"\\ec7c\"}.ez-icon-focus:before{content:\"\\ec7d\"}.ez-icon-folder-check:before{content:\"\\ec7e\"}.ez-icon-folder-download:before{content:\"\\ec7f\"}.ez-icon-folder-exclamation:before{content:\"\\ec80\"}.ez-icon-folder-heart:before{content:\"\\ec81\"}.ez-icon-folder-info:before{content:\"\\ec82\"}.ez-icon-folder-lock:before{content:\"\\ec83\"}.ez-icon-folder-medical:before{content:\"\\ec84\"}.ez-icon-folder-minus:before{content:\"\\ec85\"}.ez-icon-folder-network:before{content:\"\\ec86\"}.ez-icon-folder-open:before{content:\"\\ec87\"}.ez-icon-folder-plus:before{content:\"\\ec88\"}.ez-icon-folder-question:before{content:\"\\ec89\"}.ez-icon-folder-slash:before{content:\"\\ec8a\"}.ez-icon-folder-times:before{content:\"\\ec8b\"}.ez-icon-folder-upload:before{content:\"\\ec8c\"}.ez-icon-folder:before{content:\"\\ec8d\"}.ez-icon-font:before{content:\"\\ec8e\"}.ez-icon-football-american:before{content:\"\\ec8f\"}.ez-icon-football-ball:before{content:\"\\ec90\"}.ez-icon-football:before{content:\"\\ec91\"}.ez-icon-forecastcloud-moon-tear:before{content:\"\\ec92\"}.ez-icon-format-color-fill:before{content:\"\\ec93\"}.ez-icon-forwaded-call:before{content:\"\\ec94\"}.ez-icon-forward:before{content:\"\\ec95\"}.ez-icon-frown:before{content:\"\\ec96\"}.ez-icon-game-structure:before{content:\"\\ec97\"}.ez-icon-generic:before{content:\"\\ec98\"}.ez-icon-gif:before{content:\"\\ec99\"}.ez-icon-gift:before{content:\"\\ec9a\"}.ez-icon-github-alt:before{content:\"\\ec9b\"}.ez-icon-github:before{content:\"\\ec9c\"}.ez-icon-gitlab:before{content:\"\\ec9d\"}.ez-icon-glass-martini-alt-slash:before{content:\"\\ec9e\"}.ez-icon-glass-martini-alt:before{content:\"\\ec9f\"}.ez-icon-glass-martini:before{content:\"\\eca0\"}.ez-icon-glass-tea:before{content:\"\\eca1\"}.ez-icon-glass:before{content:\"\\eca2\"}.ez-icon-globe:before{content:\"\\eca3\"}.ez-icon-gold:before{content:\"\\eca4\"}.ez-icon-golf-ball:before{content:\"\\eca5\"}.ez-icon-google-drive-alt:before{content:\"\\eca6\"}.ez-icon-google-drive:before{content:\"\\eca7\"}.ez-icon-google-hangouts-alt:before{content:\"\\eca8\"}.ez-icon-google-hangouts:before{content:\"\\eca9\"}.ez-icon-google-play:before{content:\"\\ecaa\"}.ez-icon-google:before{content:\"\\ecab\"}.ez-icon-graduation-cap:before{content:\"\\ecac\"}.ez-icon-graph-bar:before{content:\"\\ecad\"}.ez-icon-graph_bar:before{content:\"\\ecae\"}.ez-icon-grid:before{content:\"\\ecaf\"}.ez-icon-grids:before{content:\"\\ecb0\"}.ez-icon-grin-tongue-wink-alt:before{content:\"\\ecb1\"}.ez-icon-grin-tongue-wink:before{content:\"\\ecb2\"}.ez-icon-grin:before{content:\"\\ecb3\"}.ez-icon-grip-horizontal-line:before{content:\"\\ecb4\"}.ez-icon-handshake:before{content:\"\\ecb5\"}.ez-icon-hard-hat:before{content:\"\\ecb6\"}.ez-icon-head-side-cough:before{content:\"\\ecb7\"}.ez-icon-head-side-mask:before{content:\"\\ecb8\"}.ez-icon-head-side:before{content:\"\\ecb9\"}.ez-icon-headphone-slash:before{content:\"\\ecba\"}.ez-icon-headphones-alt:before{content:\"\\ecbb\"}.ez-icon-headphones:before{content:\"\\ecbc\"}.ez-icon-heart-alt:before{content:\"\\ecbd\"}.ez-icon-heart-break:before{content:\"\\ecbe\"}.ez-icon-heart-medical:before{content:\"\\ecbf\"}.ez-icon-heart-rate:before{content:\"\\ecc0\"}.ez-icon-heart-sign:before{content:\"\\ecc1\"}.ez-icon-heart:before{content:\"\\ecc2\"}.ez-icon-heartbeat:before{content:\"\\ecc3\"}.ez-icon-help-inverted:before{content:\"\\ecc4\"}.ez-icon-help:before{content:\"\\ecc5\"}.ez-icon-hide-list:before{content:\"\\ecc6\"}.ez-icon-hide_menu:before{content:\"\\ecc7\"}.ez-icon-hierarchical-tree:before{content:\"\\ecc8\"}.ez-icon-hindi-to-chinese:before{content:\"\\ecc9\"}.ez-icon-hipchat:before{content:\"\\ecca\"}.ez-icon-history-alt:before{content:\"\\eccb\"}.ez-icon-history:before{content:\"\\eccc\"}.ez-icon-home-2:before{content:\"\\eccd\"}.ez-icon-home-alt:before{content:\"\\ecce\"}.ez-icon-home:before{content:\"\\eccf\"}.ez-icon-horizontal-align-center:before{content:\"\\ecd0\"}.ez-icon-horizontal-align-left:before{content:\"\\ecd1\"}.ez-icon-horizontal-align-right:before{content:\"\\ecd2\"}.ez-icon-horizontal-distribution-center:before{content:\"\\ecd3\"}.ez-icon-horizontal-distribution-left:before{content:\"\\ecd4\"}.ez-icon-horizontal-distribution-right:before{content:\"\\ecd5\"}.ez-icon-hospital-square-sign:before{content:\"\\ecd6\"}.ez-icon-hospital-symbol:before{content:\"\\ecd7\"}.ez-icon-hospital:before{content:\"\\ecd8\"}.ez-icon-hourglass:before{content:\"\\ecd9\"}.ez-icon-house-user:before{content:\"\\ecda\"}.ez-icon-html3-alt:before{content:\"\\ecdb\"}.ez-icon-html3:before{content:\"\\ecdc\"}.ez-icon-html5-alt:before{content:\"\\ecdd\"}.ez-icon-html5:before{content:\"\\ecde\"}.ez-icon-hunting:before{content:\"\\ecdf\"}.ez-icon-icons:before{content:\"\\ece0\"}.ez-icon-icons104:before{content:\"\\ece1\"}.ez-icon-illustration:before{content:\"\\ece2\"}.ez-icon-image-alt-slash:before{content:\"\\ece3\"}.ez-icon-image-block:before{content:\"\\ece4\"}.ez-icon-image-broken:before{content:\"\\ece5\"}.ez-icon-image-check:before{content:\"\\ece6\"}.ez-icon-image-download:before{content:\"\\ece7\"}.ez-icon-image-edit:before{content:\"\\ece8\"}.ez-icon-image-lock:before{content:\"\\ece9\"}.ez-icon-image-minus:before{content:\"\\ecea\"}.ez-icon-image-plus:before{content:\"\\eceb\"}.ez-icon-image-question:before{content:\"\\ecec\"}.ez-icon-image-redo:before{content:\"\\eced\"}.ez-icon-image-resize-landscape:before{content:\"\\ecee\"}.ez-icon-image-resize-square:before{content:\"\\ecef\"}.ez-icon-image-search:before{content:\"\\ecf0\"}.ez-icon-image-share:before{content:\"\\ecf1\"}.ez-icon-image-shield:before{content:\"\\ecf2\"}.ez-icon-image-slash:before{content:\"\\ecf3\"}.ez-icon-image-times:before{content:\"\\ecf4\"}.ez-icon-image-upload:before{content:\"\\ecf5\"}.ez-icon-image-v:before{content:\"\\ecf6\"}.ez-icon-image:before{content:\"\\ecf7\"}.ez-icon-images:before{content:\"\\ecf8\"}.ez-icon-import:before{content:\"\\ecf9\"}.ez-icon-inbox:before{content:\"\\ecfa\"}.ez-icon-incoming-call:before{content:\"\\ecfb\"}.ez-icon-industry:before{content:\"\\ecfc\"}.ez-icon-info-circle:before{content:\"\\ecfd\"}.ez-icon-info:before{content:\"\\ecfe\"}.ez-icon-instagram-alt:before{content:\"\\ecff\"}.ez-icon-instagram:before{content:\"\\ed00\"}.ez-icon-intercom-alt:before{content:\"\\ed01\"}.ez-icon-intercom:before{content:\"\\ed02\"}.ez-icon-invoice:before{content:\"\\ed03\"}.ez-icon-italic:before{content:\"\\ed04\"}.ez-icon-jackhammer:before{content:\"\\ed05\"}.ez-icon-java-script:before{content:\"\\ed06\"}.ez-icon-kayak:before{content:\"\\ed07\"}.ez-icon-key-skeleton-alt:before{content:\"\\ed08\"}.ez-icon-key-skeleton:before{content:\"\\ed09\"}.ez-icon-keyboard-alt:before{content:\"\\ed0a\"}.ez-icon-keyboard-hide:before{content:\"\\ed0b\"}.ez-icon-keyboard-show:before{content:\"\\ed0c\"}.ez-icon-keyboard:before{content:\"\\ed0d\"}.ez-icon-keyhole-circle:before{content:\"\\ed0e\"}.ez-icon-keyhole-square-full:before{content:\"\\ed0f\"}.ez-icon-keyhole-square:before{content:\"\\ed10\"}.ez-icon-kid:before{content:\"\\ed11\"}.ez-icon-label-alt:before{content:\"\\ed12\"}.ez-icon-label:before{content:\"\\ed13\"}.ez-icon-lamp:before{content:\"\\ed14\"}.ez-icon-language-2:before{content:\"\\ed15\"}.ez-icon-language:before{content:\"\\ed16\"}.ez-icon-laptop-cloud:before{content:\"\\ed17\"}.ez-icon-laptop-connection:before{content:\"\\ed18\"}.ez-icon-laptop:before{content:\"\\ed19\"}.ez-icon-laughing:before{content:\"\\ed1a\"}.ez-icon-launch:before{content:\"\\ed1b\"}.ez-icon-layer-group-slash:before{content:\"\\ed1c\"}.ez-icon-layer-group:before{content:\"\\ed1d\"}.ez-icon-layers-alt:before{content:\"\\ed1e\"}.ez-icon-layers-slash:before{content:\"\\ed1f\"}.ez-icon-layers:before{content:\"\\ed20\"}.ez-icon-left-arrow-from-left:before{content:\"\\ed21\"}.ez-icon-left-arrow-to-left:before{content:\"\\ed22\"}.ez-icon-left-indent-alt:before{content:\"\\ed23\"}.ez-icon-left-indent:before{content:\"\\ed24\"}.ez-icon-left-to-right-text-direction:before{content:\"\\ed25\"}.ez-icon-left:before{content:\"\\ed26\"}.ez-icon-letter-chinese-a:before{content:\"\\ed27\"}.ez-icon-letter-english-a:before{content:\"\\ed28\"}.ez-icon-letter-hindi-a:before{content:\"\\ed29\"}.ez-icon-letter-japanese-a:before{content:\"\\ed2a\"}.ez-icon-life-ring:before{content:\"\\ed2b\"}.ez-icon-lightbulb-2:before{content:\"\\ed2c\"}.ez-icon-lightbulb-alt:before{content:\"\\ed2d\"}.ez-icon-lightbulb:before{content:\"\\ed2e\"}.ez-icon-line-alt:before{content:\"\\ed2f\"}.ez-icon-line-spacing:before{content:\"\\ed30\"}.ez-icon-line:before{content:\"\\ed31\"}.ez-icon-link-add:before{content:\"\\ed32\"}.ez-icon-link-alt:before{content:\"\\ed33\"}.ez-icon-link-broken:before{content:\"\\ed34\"}.ez-icon-link-h:before{content:\"\\ed35\"}.ez-icon-link:before{content:\"\\ed36\"}.ez-icon-linkedin-alt:before{content:\"\\ed37\"}.ez-icon-linkedin:before{content:\"\\ed38\"}.ez-icon-linux:before{content:\"\\ed39\"}.ez-icon-lira-sign:before{content:\"\\ed3a\"}.ez-icon-list-ol-alt:before{content:\"\\ed3b\"}.ez-icon-list-ol:before{content:\"\\ed3c\"}.ez-icon-list-ui-alt:before{content:\"\\ed3d\"}.ez-icon-list-ul:before{content:\"\\ed3e\"}.ez-icon-list:before{content:\"\\ed3f\"}.ez-icon-location-arrow-alt:before{content:\"\\ed40\"}.ez-icon-location-arrow:before{content:\"\\ed41\"}.ez-icon-location-pin-alt:before{content:\"\\ed42\"}.ez-icon-location-point:before{content:\"\\ed43\"}.ez-icon-location:before{content:\"\\ed44\"}.ez-icon-lock-2:before{content:\"\\ed45\"}.ez-icon-lock-access:before{content:\"\\ed46\"}.ez-icon-lock-alt:before{content:\"\\ed47\"}.ez-icon-lock-open-alt:before{content:\"\\ed48\"}.ez-icon-lock-outline:before{content:\"\\ed49\"}.ez-icon-lock-slash:before{content:\"\\ed4a\"}.ez-icon-lock:before{content:\"\\ed4b\"}.ez-icon-lottiefiles-alt:before{content:\"\\ed4c\"}.ez-icon-lottiefiles:before{content:\"\\ed4d\"}.ez-icon-luggage-cart:before{content:\"\\ed4e\"}.ez-icon-mailbox-alt:before{content:\"\\ed4f\"}.ez-icon-mailbox:before{content:\"\\ed50\"}.ez-icon-map-marker-alt:before{content:\"\\ed51\"}.ez-icon-map-marker-edit:before{content:\"\\ed52\"}.ez-icon-map-marker-info:before{content:\"\\ed53\"}.ez-icon-map-marker-minus:before{content:\"\\ed54\"}.ez-icon-map-marker-plus:before{content:\"\\ed55\"}.ez-icon-map-marker-question:before{content:\"\\ed56\"}.ez-icon-map-marker-shield:before{content:\"\\ed57\"}.ez-icon-map-marker-slash:before{content:\"\\ed58\"}.ez-icon-map-marker:before{content:\"\\ed59\"}.ez-icon-map-pin-alt:before{content:\"\\ed5a\"}.ez-icon-map-pin:before{content:\"\\ed5b\"}.ez-icon-map:before{content:\"\\ed5c\"}.ez-icon-mars:before{content:\"\\ed5d\"}.ez-icon-master-card:before{content:\"\\ed5e\"}.ez-icon-maximize-left:before{content:\"\\ed5f\"}.ez-icon-medal:before{content:\"\\ed60\"}.ez-icon-medical-drip:before{content:\"\\ed61\"}.ez-icon-medical-square-full:before{content:\"\\ed62\"}.ez-icon-medical-square:before{content:\"\\ed63\"}.ez-icon-medium-m:before{content:\"\\ed64\"}.ez-icon-medkit:before{content:\"\\ed65\"}.ez-icon-meeting-board:before{content:\"\\ed66\"}.ez-icon-megaphone:before{content:\"\\ed67\"}.ez-icon-meh-alt:before{content:\"\\ed68\"}.ez-icon-meh-closed-eye:before{content:\"\\ed69\"}.ez-icon-meh:before{content:\"\\ed6a\"}.ez-icon-menu:before{content:\"\\ed6b\"}.ez-icon-message:before{content:\"\\ed6c\"}.ez-icon-metro:before{content:\"\\ed6d\"}.ez-icon-microphone-slash:before{content:\"\\ed6e\"}.ez-icon-microphone:before{content:\"\\ed6f\"}.ez-icon-microscope:before{content:\"\\ed70\"}.ez-icon-microsoft:before{content:\"\\ed71\"}.ez-icon-mid:before{content:\"\\ed72\"}.ez-icon-minus-2:before{content:\"\\ed73\"}.ez-icon-minus-circle:before{content:\"\\ed74\"}.ez-icon-minus-path:before{content:\"\\ed75\"}.ez-icon-minus-square-full:before{content:\"\\ed76\"}.ez-icon-minus-square:before{content:\"\\ed77\"}.ez-icon-minus:before{content:\"\\ed78\"}.ez-icon-missed-call:before{content:\"\\ed79\"}.ez-icon-mobile-android-alt:before{content:\"\\ed7a\"}.ez-icon-mobile-android:before{content:\"\\ed7b\"}.ez-icon-mobile-vibrate:before{content:\"\\ed7c\"}.ez-icon-modem:before{content:\"\\ed7d\"}.ez-icon-module-empty:before{content:\"\\ed7e\"}.ez-icon-money-bill-slash:before{content:\"\\ed7f\"}.ez-icon-money-bill-stack:before{content:\"\\ed80\"}.ez-icon-money-bill:before{content:\"\\ed81\"}.ez-icon-money-insert:before{content:\"\\ed82\"}.ez-icon-money-off:before{content:\"\\ed83\"}.ez-icon-money-stack:before{content:\"\\ed84\"}.ez-icon-money-withdraw:before{content:\"\\ed85\"}.ez-icon-money-withdrawal:before{content:\"\\ed86\"}.ez-icon-money:before{content:\"\\ed87\"}.ez-icon-moneybag-alt:before{content:\"\\ed88\"}.ez-icon-moneybag:before{content:\"\\ed89\"}.ez-icon-monitor-heart-rate:before{content:\"\\ed8a\"}.ez-icon-monitor:before{content:\"\\ed8b\"}.ez-icon-moon-eclipse:before{content:\"\\ed8c\"}.ez-icon-moon:before{content:\"\\ed8d\"}.ez-icon-moonset:before{content:\"\\ed8e\"}.ez-icon-more:before{content:\"\\ed8f\"}.ez-icon-mountains-sun:before{content:\"\\ed90\"}.ez-icon-mountains:before{content:\"\\ed91\"}.ez-icon-mouse-alt-2:before{content:\"\\ed92\"}.ez-icon-mouse-alt:before{content:\"\\ed93\"}.ez-icon-mouse:before{content:\"\\ed94\"}.ez-icon-mp3:before{content:\"\\ed95\"}.ez-icon-mp4:before{content:\"\\ed96\"}.ez-icon-multiple-files:before{content:\"\\ed97\"}.ez-icon-multiply:before{content:\"\\ed98\"}.ez-icon-music-note:before{content:\"\\ed99\"}.ez-icon-music-tune-slash:before{content:\"\\ed9a\"}.ez-icon-music:before{content:\"\\ed9b\"}.ez-icon-n-a:before{content:\"\\ed9c\"}.ez-icon-navigator:before{content:\"\\ed9d\"}.ez-icon-nerd:before{content:\"\\ed9e\"}.ez-icon-newspaper:before{content:\"\\ed9f\"}.ez-icon-ninja:before{content:\"\\eda0\"}.ez-icon-no-entry:before{content:\"\\eda1\"}.ez-icon-north-west:before{content:\"\\eda2\"}.ez-icon-notebooks:before{content:\"\\eda3\"}.ez-icon-notes:before{content:\"\\eda4\"}.ez-icon-number:before{content:\"\\eda5\"}.ez-icon-object-group:before{content:\"\\eda6\"}.ez-icon-object-ungroup:before{content:\"\\eda7\"}.ez-icon-octagon:before{content:\"\\eda8\"}.ez-icon-okta:before{content:\"\\eda9\"}.ez-icon-opera-alt:before{content:\"\\edaa\"}.ez-icon-opera:before{content:\"\\edab\"}.ez-icon-ordem-ascendente:before{content:\"\\edac\"}.ez-icon-ordem-descendente:before{content:\"\\edad\"}.ez-icon-outgoing-call:before{content:\"\\edae\"}.ez-icon-package:before{content:\"\\edaf\"}.ez-icon-padlock:before{content:\"\\edb0\"}.ez-icon-pagelines:before{content:\"\\edb1\"}.ez-icon-pagerduty:before{content:\"\\edb2\"}.ez-icon-paint-tool:before{content:\"\\edb3\"}.ez-icon-palette:before{content:\"\\edb4\"}.ez-icon-panel-add:before{content:\"\\edb5\"}.ez-icon-panorama-h-alt:before{content:\"\\edb6\"}.ez-icon-panorama-h:before{content:\"\\edb7\"}.ez-icon-panorama-v:before{content:\"\\edb8\"}.ez-icon-paperclip:before{content:\"\\edb9\"}.ez-icon-paragraph:before{content:\"\\edba\"}.ez-icon-parcel:before{content:\"\\edbb\"}.ez-icon-parcelar:before{content:\"\\edbc\"}.ez-icon-parking-circle:before{content:\"\\edbd\"}.ez-icon-parking-square:before{content:\"\\edbe\"}.ez-icon-pathfinder-unite:before{content:\"\\edbf\"}.ez-icon-pathfinder:before{content:\"\\edc0\"}.ez-icon-pause-circle:before{content:\"\\edc1\"}.ez-icon-pause:before{content:\"\\edc2\"}.ez-icon-payments:before{content:\"\\edc3\"}.ez-icon-paypal:before{content:\"\\edc4\"}.ez-icon-pdf:before{content:\"\\edc5\"}.ez-icon-pen:before{content:\"\\edc6\"}.ez-icon-pentagon:before{content:\"\\edc7\"}.ez-icon-percentage:before{content:\"\\edc8\"}.ez-icon-phone-alt:before{content:\"\\edc9\"}.ez-icon-phone-pause:before{content:\"\\edca\"}.ez-icon-phone-slash:before{content:\"\\edcb\"}.ez-icon-phone-times:before{content:\"\\edcc\"}.ez-icon-phone-volume:before{content:\"\\edcd\"}.ez-icon-phone:before{content:\"\\edce\"}.ez-icon-picture:before{content:\"\\edcf\"}.ez-icon-pizza-slice:before{content:\"\\edd0\"}.ez-icon-plane-arrival:before{content:\"\\edd1\"}.ez-icon-plane-departure:before{content:\"\\edd2\"}.ez-icon-plane-fly:before{content:\"\\edd3\"}.ez-icon-plane:before{content:\"\\edd4\"}.ez-icon-play-2:before{content:\"\\edd5\"}.ez-icon-play-circle:before{content:\"\\edd6\"}.ez-icon-play:before{content:\"\\edd7\"}.ez-icon-plug:before{content:\"\\edd8\"}.ez-icon-plus-2:before{content:\"\\edd9\"}.ez-icon-plus-circle:before{content:\"\\edda\"}.ez-icon-plus-square:before{content:\"\\eddb\"}.ez-icon-plus:before{content:\"\\eddc\"}.ez-icon-png:before{content:\"\\eddd\"}.ez-icon-podium:before{content:\"\\edde\"}.ez-icon-polygon:before{content:\"\\eddf\"}.ez-icon-post-stamp:before{content:\"\\ede0\"}.ez-icon-postcard:before{content:\"\\ede1\"}.ez-icon-pound-circle:before{content:\"\\ede2\"}.ez-icon-pound:before{content:\"\\ede3\"}.ez-icon-power-2:before{content:\"\\ede4\"}.ez-icon-power:before{content:\"\\ede5\"}.ez-icon-pptx:before{content:\"\\ede6\"}.ez-icon-prescription-bottle:before{content:\"\\ede7\"}.ez-icon-presentation-check:before{content:\"\\ede8\"}.ez-icon-presentation-edit:before{content:\"\\ede9\"}.ez-icon-presentation-line:before{content:\"\\edea\"}.ez-icon-presentation-lines-alt:before{content:\"\\edeb\"}.ez-icon-presentation-minus:before{content:\"\\edec\"}.ez-icon-presentation-play:before{content:\"\\eded\"}.ez-icon-presentation-plus:before{content:\"\\edee\"}.ez-icon-presentation-times:before{content:\"\\edef\"}.ez-icon-presentation:before{content:\"\\edf0\"}.ez-icon-preview:before{content:\"\\edf1\"}.ez-icon-previous:before{content:\"\\edf2\"}.ez-icon-pricetag-alt:before{content:\"\\edf3\"}.ez-icon-print-2:before{content:\"\\edf4\"}.ez-icon-print-slash:before{content:\"\\edf5\"}.ez-icon-print:before{content:\"\\edf6\"}.ez-icon-process:before{content:\"\\edf7\"}.ez-icon-processor:before{content:\"\\edf8\"}.ez-icon-production-fit:before{content:\"\\edf9\"}.ez-icon-production:before{content:\"\\edfa\"}.ez-icon-programming-language:before{content:\"\\edfb\"}.ez-icon-pump:before{content:\"\\edfc\"}.ez-icon-push-pin:before{content:\"\\edfd\"}.ez-icon-puzzle-piece:before{content:\"\\edfe\"}.ez-icon-qrcode-scan:before{content:\"\\edff\"}.ez-icon-question-circle:before{content:\"\\ee00\"}.ez-icon-question:before{content:\"\\ee01\"}.ez-icon-rainbow:before{content:\"\\ee02\"}.ez-icon-raindrops-alt:before{content:\"\\ee03\"}.ez-icon-raindrops:before{content:\"\\ee04\"}.ez-icon-rateio:before{content:\"\\ee05\"}.ez-icon-react:before{content:\"\\ee06\"}.ez-icon-receipt-2:before{content:\"\\ee07\"}.ez-icon-receipt-alt:before{content:\"\\ee08\"}.ez-icon-receipt:before{content:\"\\ee09\"}.ez-icon-recolher_card:before{content:\"\\ee0a\"}.ez-icon-record-audio:before{content:\"\\ee0b\"}.ez-icon-reddit-alien-alt:before{content:\"\\ee0c\"}.ez-icon-redo:before{content:\"\\ee0d\"}.ez-icon-refresh:before{content:\"\\ee0e\"}.ez-icon-registered:before{content:\"\\ee0f\"}.ez-icon-remove-from-cart:before{content:\"\\ee10\"}.ez-icon-repeat:before{content:\"\\ee11\"}.ez-icon-restaurant:before{content:\"\\ee12\"}.ez-icon-restore:before{content:\"\\ee13\"}.ez-icon-return:before{content:\"\\ee14\"}.ez-icon-right-indent-alt:before{content:\"\\ee15\"}.ez-icon-right-to-left-text-direction:before{content:\"\\ee16\"}.ez-icon-robot:before{content:\"\\ee17\"}.ez-icon-rocket:before{content:\"\\ee18\"}.ez-icon-rope-way:before{content:\"\\ee19\"}.ez-icon-rotate-360:before{content:\"\\ee1a\"}.ez-icon-rss-alt:before{content:\"\\ee1b\"}.ez-icon-rss-interface:before{content:\"\\ee1c\"}.ez-icon-rss:before{content:\"\\ee1d\"}.ez-icon-ruler-combined:before{content:\"\\ee1e\"}.ez-icon-ruler:before{content:\"\\ee1f\"}.ez-icon-rupee-sign:before{content:\"\\ee20\"}.ez-icon-sad-cry:before{content:\"\\ee21\"}.ez-icon-sad-crying:before{content:\"\\ee22\"}.ez-icon-sad-dizzy:before{content:\"\\ee23\"}.ez-icon-sad-squint:before{content:\"\\ee24\"}.ez-icon-sad:before{content:\"\\ee25\"}.ez-icon-sanitizer-alt:before{content:\"\\ee26\"}.ez-icon-sanitizer:before{content:\"\\ee27\"}.ez-icon-sankhya-place:before{content:\"\\ee28\"}.ez-icon-save-2:before{content:\"\\ee29\"}.ez-icon-save:before{content:\"\\ee2a\"}.ez-icon-scaling-left:before{content:\"\\ee2b\"}.ez-icon-scaling-right:before{content:\"\\ee2c\"}.ez-icon-scenery:before{content:\"\\ee2d\"}.ez-icon-schedule:before{content:\"\\ee2e\"}.ez-icon-screw:before{content:\"\\ee2f\"}.ez-icon-scroll-h:before{content:\"\\ee30\"}.ez-icon-scroll:before{content:\"\\ee31\"}.ez-icon-search-2:before{content:\"\\ee32\"}.ez-icon-search-alt:before{content:\"\\ee33\"}.ez-icon-search-minus:before{content:\"\\ee34\"}.ez-icon-search-plus:before{content:\"\\ee35\"}.ez-icon-search:before{content:\"\\ee36\"}.ez-icon-selfie:before{content:\"\\ee37\"}.ez-icon-server-alt:before{content:\"\\ee38\"}.ez-icon-server-connection:before{content:\"\\ee39\"}.ez-icon-server-network-alt:before{content:\"\\ee3a\"}.ez-icon-server-network:before{content:\"\\ee3b\"}.ez-icon-server:before{content:\"\\ee3c\"}.ez-icon-servers:before{content:\"\\ee3d\"}.ez-icon-servicemark:before{content:\"\\ee3e\"}.ez-icon-setting:before{content:\"\\ee3f\"}.ez-icon-settings-inverted:before{content:\"\\ee40\"}.ez-icon-settings:before{content:\"\\ee41\"}.ez-icon-share-2:before{content:\"\\ee42\"}.ez-icon-share-alt:before{content:\"\\ee43\"}.ez-icon-share:before{content:\"\\ee44\"}.ez-icon-shield-2:before{content:\"\\ee45\"}.ez-icon-shield-check:before{content:\"\\ee46\"}.ez-icon-shield-exclamation:before{content:\"\\ee47\"}.ez-icon-shield-plus:before{content:\"\\ee48\"}.ez-icon-shield-question:before{content:\"\\ee49\"}.ez-icon-shield-slash:before{content:\"\\ee4a\"}.ez-icon-shield:before{content:\"\\ee4b\"}.ez-icon-ship:before{content:\"\\ee4c\"}.ez-icon-shop:before{content:\"\\ee4d\"}.ez-icon-shopping-bag:before{content:\"\\ee4e\"}.ez-icon-shopping-basket:before{content:\"\\ee4f\"}.ez-icon-shopping-cart-alt:before{content:\"\\ee50\"}.ez-icon-shopping-cart:before{content:\"\\ee51\"}.ez-icon-shovel:before{content:\"\\ee52\"}.ez-icon-show-list:before{content:\"\\ee53\"}.ez-icon-show_menu:before{content:\"\\ee54\"}.ez-icon-shrink:before{content:\"\\ee55\"}.ez-icon-shuffle:before{content:\"\\ee56\"}.ez-icon-shutter-alt:before{content:\"\\ee57\"}.ez-icon-shutter:before{content:\"\\ee58\"}.ez-icon-sick:before{content:\"\\ee59\"}.ez-icon-sigma:before{content:\"\\ee5a\"}.ez-icon-sign-alt:before{content:\"\\ee5b\"}.ez-icon-sign-in-alt:before{content:\"\\ee5c\"}.ez-icon-sign-left:before{content:\"\\ee5d\"}.ez-icon-sign-out-alt:before{content:\"\\ee5e\"}.ez-icon-sign-right:before{content:\"\\ee5f\"}.ez-icon-signal-alt-3:before{content:\"\\ee60\"}.ez-icon-signal-alt:before{content:\"\\ee61\"}.ez-icon-signal:before{content:\"\\ee62\"}.ez-icon-signin:before{content:\"\\ee63\"}.ez-icon-signout:before{content:\"\\ee64\"}.ez-icon-silence:before{content:\"\\ee65\"}.ez-icon-silent-squint:before{content:\"\\ee66\"}.ez-icon-sim-card:before{content:\"\\ee67\"}.ez-icon-sitemap:before{content:\"\\ee68\"}.ez-icon-skip-forward-alt:before{content:\"\\ee69\"}.ez-icon-skip-forward-circle:before{content:\"\\ee6a\"}.ez-icon-skip-forward:before{content:\"\\ee6b\"}.ez-icon-skype-alt:before{content:\"\\ee6c\"}.ez-icon-skype:before{content:\"\\ee6d\"}.ez-icon-slack-alt:before{content:\"\\ee6e\"}.ez-icon-slack:before{content:\"\\ee6f\"}.ez-icon-sleep:before{content:\"\\ee70\"}.ez-icon-slider-h-range:before{content:\"\\ee71\"}.ez-icon-slider-h:before{content:\"\\ee72\"}.ez-icon-sliders-v-alt:before{content:\"\\ee73\"}.ez-icon-sliders-v:before{content:\"\\ee74\"}.ez-icon-smile-beam:before{content:\"\\ee75\"}.ez-icon-smile-dizzy:before{content:\"\\ee76\"}.ez-icon-smile-squint-wink-alt:before{content:\"\\ee77\"}.ez-icon-smile-squint-wink:before{content:\"\\ee78\"}.ez-icon-smile-wink-alt:before{content:\"\\ee79\"}.ez-icon-smile-wink:before{content:\"\\ee7a\"}.ez-icon-smile:before{content:\"\\ee7b\"}.ez-icon-snapchat-alt:before{content:\"\\ee7c\"}.ez-icon-snapchat-ghost:before{content:\"\\ee7d\"}.ez-icon-snapchat-square:before{content:\"\\ee7e\"}.ez-icon-snow-flake:before{content:\"\\ee7f\"}.ez-icon-snowflake-alt:before{content:\"\\ee80\"}.ez-icon-snowflake:before{content:\"\\ee81\"}.ez-icon-social-distancing:before{content:\"\\ee82\"}.ez-icon-solid:before{content:\"\\ee83\"}.ez-icon-sort-amount-down:before{content:\"\\ee84\"}.ez-icon-sort-amount-up:before{content:\"\\ee85\"}.ez-icon-sort:before{content:\"\\ee86\"}.ez-icon-sorting:before{content:\"\\ee87\"}.ez-icon-south-east:before{content:\"\\ee88\"}.ez-icon-space-key:before{content:\"\\ee89\"}.ez-icon-spade:before{content:\"\\ee8a\"}.ez-icon-sperms:before{content:\"\\ee8b\"}.ez-icon-spin:before{content:\"\\ee8c\"}.ez-icon-spinner-alt:before{content:\"\\ee8d\"}.ez-icon-spinner:before{content:\"\\ee8e\"}.ez-icon-square-full:before{content:\"\\ee8f\"}.ez-icon-square-shape:before{content:\"\\ee90\"}.ez-icon-square:before{content:\"\\ee91\"}.ez-icon-squint:before{content:\"\\ee92\"}.ez-icon-star-half-alt:before{content:\"\\ee93\"}.ez-icon-star:before{content:\"\\ee94\"}.ez-icon-statistics:before{content:\"\\ee95\"}.ez-icon-step-backward-alt:before{content:\"\\ee96\"}.ez-icon-step-backward-circle:before{content:\"\\ee97\"}.ez-icon-step-backward:before{content:\"\\ee98\"}.ez-icon-step-forward:before{content:\"\\ee99\"}.ez-icon-stethoscope-alt:before{content:\"\\ee9a\"}.ez-icon-stethoscope:before{content:\"\\ee9b\"}.ez-icon-stop-circle:before{content:\"\\ee9c\"}.ez-icon-stopwatch-slash:before{content:\"\\ee9d\"}.ez-icon-stopwatch:before{content:\"\\ee9e\"}.ez-icon-store-alt:before{content:\"\\ee9f\"}.ez-icon-store-slash:before{content:\"\\eea0\"}.ez-icon-store:before{content:\"\\eea1\"}.ez-icon-stretcher:before{content:\"\\eea2\"}.ez-icon-stroller:before{content:\"\\eea3\"}.ez-icon-subject:before{content:\"\\eea4\"}.ez-icon-subway-alt:before{content:\"\\eea5\"}.ez-icon-subway:before{content:\"\\eea6\"}.ez-icon-suitcase-alt:before{content:\"\\eea7\"}.ez-icon-suitcase:before{content:\"\\eea8\"}.ez-icon-sun:before{content:\"\\eea9\"}.ez-icon-sunset:before{content:\"\\eeaa\"}.ez-icon-surprise:before{content:\"\\eeab\"}.ez-icon-swatchbook:before{content:\"\\eeac\"}.ez-icon-swiggy:before{content:\"\\eead\"}.ez-icon-swimmer:before{content:\"\\eeae\"}.ez-icon-sync-2:before{content:\"\\eeaf\"}.ez-icon-sync-exclamation:before{content:\"\\eeb0\"}.ez-icon-sync-slash:before{content:\"\\eeb1\"}.ez-icon-sync:before{content:\"\\eeb2\"}.ez-icon-syringe:before{content:\"\\eeb3\"}.ez-icon-table-2:before{content:\"\\eeb4\"}.ez-icon-table-tennis:before{content:\"\\eeb5\"}.ez-icon-table:before{content:\"\\eeb6\"}.ez-icon-tablet:before{content:\"\\eeb7\"}.ez-icon-tablets:before{content:\"\\eeb8\"}.ez-icon-tachometer-fast-alt:before{content:\"\\eeb9\"}.ez-icon-tachometer-fast:before{content:\"\\eeba\"}.ez-icon-tag-alt:before{content:\"\\eebb\"}.ez-icon-tag:before{content:\"\\eebc\"}.ez-icon-tag_code:before{content:\"\\eebd\"}.ez-icon-tape:before{content:\"\\eebe\"}.ez-icon-taxi:before{content:\"\\eebf\"}.ez-icon-tear:before{content:\"\\eec0\"}.ez-icon-telegram-alt:before{content:\"\\eec1\"}.ez-icon-telegram:before{content:\"\\eec2\"}.ez-icon-telescope:before{content:\"\\eec3\"}.ez-icon-temperature-empty:before{content:\"\\eec4\"}.ez-icon-temperature-half:before{content:\"\\eec5\"}.ez-icon-temperature-minus:before{content:\"\\eec6\"}.ez-icon-temperature-plus:before{content:\"\\eec7\"}.ez-icon-temperature-quarter:before{content:\"\\eec8\"}.ez-icon-temperature-three-quarter:before{content:\"\\eec9\"}.ez-icon-temperature:before{content:\"\\eeca\"}.ez-icon-tennis-ball:before{content:\"\\eecb\"}.ez-icon-text-2:before{content:\"\\eecc\"}.ez-icon-text-fields:before{content:\"\\eecd\"}.ez-icon-text-size:before{content:\"\\eece\"}.ez-icon-text-strike-through:before{content:\"\\eecf\"}.ez-icon-text:before{content:\"\\eed0\"}.ez-icon-th-large:before{content:\"\\eed1\"}.ez-icon-th-slash:before{content:\"\\eed2\"}.ez-icon-th:before{content:\"\\eed3\"}.ez-icon-thermometer:before{content:\"\\eed4\"}.ez-icon-thumbs-down:before{content:\"\\eed5\"}.ez-icon-thumbs-up:before{content:\"\\eed6\"}.ez-icon-thunderstorm-moon:before{content:\"\\eed7\"}.ez-icon-thunderstorm-sun:before{content:\"\\eed8\"}.ez-icon-thunderstorm:before{content:\"\\eed9\"}.ez-icon-ticket:before{content:\"\\eeda\"}.ez-icon-timeline:before{content:\"\\eedb\"}.ez-icon-timer-outline:before{content:\"\\eedc\"}.ez-icon-times-circle:before{content:\"\\eedd\"}.ez-icon-times-square:before{content:\"\\eede\"}.ez-icon-times:before{content:\"\\eedf\"}.ez-icon-toggle-off:before{content:\"\\eee0\"}.ez-icon-toggle-on:before{content:\"\\eee1\"}.ez-icon-toilet-paper:before{content:\"\\eee2\"}.ez-icon-top-arrow-from-top:before{content:\"\\eee3\"}.ez-icon-top-arrow-to-top:before{content:\"\\eee4\"}.ez-icon-tornado:before{content:\"\\eee5\"}.ez-icon-trademark-circle:before{content:\"\\eee6\"}.ez-icon-trademark:before{content:\"\\eee7\"}.ez-icon-traffic-barrier:before{content:\"\\eee8\"}.ez-icon-traffic-light:before{content:\"\\eee9\"}.ez-icon-transaction:before{content:\"\\eeea\"}.ez-icon-trash-alt:before{content:\"\\eeeb\"}.ez-icon-trash:before{content:\"\\eeec\"}.ez-icon-trees:before{content:\"\\eeed\"}.ez-icon-trending-up:before{content:\"\\eeee\"}.ez-icon-triangle:before{content:\"\\eeef\"}.ez-icon-trophy:before{content:\"\\eef0\"}.ez-icon-trowel:before{content:\"\\eef1\"}.ez-icon-truck-loading:before{content:\"\\eef2\"}.ez-icon-truck:before{content:\"\\eef3\"}.ez-icon-tumblr-alt:before{content:\"\\eef4\"}.ez-icon-tumblr-square:before{content:\"\\eef5\"}.ez-icon-tumblr:before{content:\"\\eef6\"}.ez-icon-tune:before{content:\"\\eef7\"}.ez-icon-tv-retro-slash:before{content:\"\\eef8\"}.ez-icon-tv-retro:before{content:\"\\eef9\"}.ez-icon-twitter-alt:before{content:\"\\eefa\"}.ez-icon-twitter:before{content:\"\\eefb\"}.ez-icon-txt:before{content:\"\\eefc\"}.ez-icon-umbrella:before{content:\"\\eefd\"}.ez-icon-un-pin:before{content:\"\\eefe\"}.ez-icon-unamused:before{content:\"\\eeff\"}.ez-icon-underline:before{content:\"\\ef00\"}.ez-icon-undo:before{content:\"\\ef01\"}.ez-icon-unfold_less:before{content:\"\\ef02\"}.ez-icon-unfold_more:before{content:\"\\ef03\"}.ez-icon-university:before{content:\"\\ef04\"}.ez-icon-unlock-alt:before{content:\"\\ef05\"}.ez-icon-unlock:before{content:\"\\ef06\"}.ez-icon-upload-alt:before{content:\"\\ef07\"}.ez-icon-upload:before{content:\"\\ef08\"}.ez-icon-usd-circle:before{content:\"\\ef09\"}.ez-icon-usd-square:before{content:\"\\ef0a\"}.ez-icon-user-arrows:before{content:\"\\ef0b\"}.ez-icon-user-check:before{content:\"\\ef0c\"}.ez-icon-user-circle-2:before{content:\"\\ef0d\"}.ez-icon-user-circle:before{content:\"\\ef0e\"}.ez-icon-user-exclamation:before{content:\"\\ef0f\"}.ez-icon-user-location:before{content:\"\\ef10\"}.ez-icon-user-md:before{content:\"\\ef11\"}.ez-icon-user-minus:before{content:\"\\ef12\"}.ez-icon-user-nurse:before{content:\"\\ef13\"}.ez-icon-user-plus:before{content:\"\\ef14\"}.ez-icon-user-square:before{content:\"\\ef15\"}.ez-icon-user-times:before{content:\"\\ef16\"}.ez-icon-user:before{content:\"\\ef17\"}.ez-icon-users-alt:before{content:\"\\ef18\"}.ez-icon-utensils-alt:before{content:\"\\ef19\"}.ez-icon-utensils:before{content:\"\\ef1a\"}.ez-icon-vector-square-alt:before{content:\"\\ef1b\"}.ez-icon-vector-square:before{content:\"\\ef1c\"}.ez-icon-venus:before{content:\"\\ef1d\"}.ez-icon-vertical-align-bottom:before{content:\"\\ef1e\"}.ez-icon-vertical-align-center:before{content:\"\\ef1f\"}.ez-icon-vertical-align-top:before{content:\"\\ef20\"}.ez-icon-vertical-distribute-bottom:before{content:\"\\ef21\"}.ez-icon-vertical-distribution-center:before{content:\"\\ef22\"}.ez-icon-vertical-distribution-top:before{content:\"\\ef23\"}.ez-icon-video-question:before{content:\"\\ef24\"}.ez-icon-video-slash:before{content:\"\\ef25\"}.ez-icon-video:before{content:\"\\ef26\"}.ez-icon-virus-slash:before{content:\"\\ef27\"}.ez-icon-visual-studio:before{content:\"\\ef28\"}.ez-icon-vk-alt:before{content:\"\\ef29\"}.ez-icon-vk:before{content:\"\\ef2a\"}.ez-icon-voicemail-rectangle:before{content:\"\\ef2b\"}.ez-icon-voicemail:before{content:\"\\ef2c\"}.ez-icon-volume-down:before{content:\"\\ef2d\"}.ez-icon-volume-mute:before{content:\"\\ef2e\"}.ez-icon-volume-off:before{content:\"\\ef2f\"}.ez-icon-volume-up:before{content:\"\\ef30\"}.ez-icon-volume:before{content:\"\\ef31\"}.ez-icon-vuejs-alt:before{content:\"\\ef32\"}.ez-icon-vuejs:before{content:\"\\ef33\"}.ez-icon-wall:before{content:\"\\ef34\"}.ez-icon-wallet:before{content:\"\\ef35\"}.ez-icon-warning-outline:before{content:\"\\ef36\"}.ez-icon-warning_triangle:before{content:\"\\ef37\"}.ez-icon-watch-alt:before{content:\"\\ef38\"}.ez-icon-watch:before{content:\"\\ef39\"}.ez-icon-water-drop-slash:before{content:\"\\ef3a\"}.ez-icon-water-glass:before{content:\"\\ef3b\"}.ez-icon-water:before{content:\"\\ef3c\"}.ez-icon-web-grid-alt:before{content:\"\\ef3d\"}.ez-icon-web-grid:before{content:\"\\ef3e\"}.ez-icon-web-section-alt:before{content:\"\\ef3f\"}.ez-icon-web-section:before{content:\"\\ef40\"}.ez-icon-webcam:before{content:\"\\ef41\"}.ez-icon-weight:before{content:\"\\ef42\"}.ez-icon-whatsapp-alt:before{content:\"\\ef43\"}.ez-icon-whatsapp:before{content:\"\\ef44\"}.ez-icon-whatshot:before{content:\"\\ef45\"}.ez-icon-wheel-barrow:before{content:\"\\ef46\"}.ez-icon-wheelchair-alt:before{content:\"\\ef47\"}.ez-icon-wheelchair:before{content:\"\\ef48\"}.ez-icon-wifi-router:before{content:\"\\ef49\"}.ez-icon-wifi-slash:before{content:\"\\ef4a\"}.ez-icon-wifi:before{content:\"\\ef4b\"}.ez-icon-wind-moon:before{content:\"\\ef4c\"}.ez-icon-wind-sun:before{content:\"\\ef4d\"}.ez-icon-wind:before{content:\"\\ef4e\"}.ez-icon-window-grid:before{content:\"\\ef4f\"}.ez-icon-window-maximize:before{content:\"\\ef50\"}.ez-icon-window-restore:before{content:\"\\ef51\"}.ez-icon-window-section:before{content:\"\\ef52\"}.ez-icon-window:before{content:\"\\ef53\"}.ez-icon-windows:before{content:\"\\ef54\"}.ez-icon-windsock:before{content:\"\\ef55\"}.ez-icon-windy:before{content:\"\\ef56\"}.ez-icon-wordpress-simple:before{content:\"\\ef57\"}.ez-icon-wordpress:before{content:\"\\ef58\"}.ez-icon-wrap-text:before{content:\"\\ef59\"}.ez-icon-wrench:before{content:\"\\ef5a\"}.ez-icon-x-add:before{content:\"\\ef5b\"}.ez-icon-x:before{content:\"\\ef5c\"}.ez-icon-xlsx:before{content:\"\\ef5d\"}.ez-icon-yen-circle:before{content:\"\\ef5e\"}.ez-icon-yen:before{content:\"\\ef5f\"}.ez-icon-yin-yang:before{content:\"\\ef60\"}.ez-icon-youtube:before{content:\"\\ef61\"}.ez-icon-zip:before{content:\"\\ef62\"}.x-small--font{font-size:var(--font-size--small, 12px);line-height:var(--line-height--12, 12px)}.small--font{font-size:var(--font-size--medium, 16px);line-height:var(--line-height--16, 16px)}.medium--font{font-size:var(--font-size--xlarge, 20px);line-height:var(--line-height--20, 20px)}.large--font{font-size:var(--font-size--xxxlarge, 24px);line-height:var(--line-height--24, 24px)}.x-large--font{font-size:var(--font-size--6xlarge, 30px);line-height:var(--line-height--30, 30px)}";
|
|
82401
82635
|
|
|
82402
82636
|
const EzIcon$1 = class extends HTMLElement$1 {
|
|
82403
82637
|
constructor() {
|
|
@@ -82441,7 +82675,7 @@ const EzIcon$1 = class extends HTMLElement$1 {
|
|
|
82441
82675
|
static get style() { return ezIconCss; }
|
|
82442
82676
|
};
|
|
82443
82677
|
|
|
82444
|
-
const ezImageInputCss = ":host{display:block;--ez-image-input--container-height:200px;--ez-image-input--container-width:280px;--ez-image-input--background-color:var(--color--gray-80);--ez-image-input--border-color:var(--color--gray-200);--ez-image-input--border-color-hover:var(--color--ocean-green-600);--ez-image-input--border-color-dragging:var(--color--ocean-green-500);--ez-image-input--border-color-disabled:var(--color--gray-200);--ez-image-input--label-color:var(--color--petroleum-900);--ez-image-input--icon-color:var(--color--gray-400);--ez-image-input--border-radius:var(--border--radius-24);--ez-image-input--border-width:2px;--ez-image-input--remove-button-bg:var(--color--red-600);--ez-image-input--remove-button-bg-hover:var(--color--red-700);--ez-image-input--remove-button-color:var(--color--gray-70);--ez-image-input--remove-button-border:1px solid var(--color--red-700)}.image-input__container{display:flex;align-items:center;justify-content:center;position:relative;height:var(--ez-image-input--container-height);width:var(--ez-image-input--container-width);border:var(--ez-image-input--border-width) dashed var(--ez-image-input--border-color);border-radius:var(--ez-image-input--border-radius);background-color:var(--ez-image-input--background-color);cursor:pointer;transition:all 0.3s ease;overflow:hidden}.image-input__container:hover:not(.image-input__container--disabled){border-color:var(--ez-image-input--border-color-hover)}.image-input__container--dragging{border-color:var(--ez-image-input--border-color-dragging);background-color:var(--color--ocean-green-90)}.image-input__container--disabled{cursor:not-allowed;opacity:0.6;border-color:var(--ez-image-input--border-color-disabled)}.image-input__container--has-image{border-style:solid;padding:var(--space--0)}.image-input__file-input{display:none}.image-input__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space--16);padding:var(--space--24);text-align:center}.image-input__dropzone ez-icon{color:var(--ez-image-input--icon-color)}.image-input__label{font-family:var(--font--pattern);font-size:var(--font-size--default);font-weight:var(--font-weight--medium);color:var(--ez-image-input--label-color);line-height:var(--line-height--20)}.image-input__preview{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.image-input__image{height:100%;object-fit:cover;border-radius:calc(var(--ez-image-input--border-radius) - var(--ez-image-input--border-width))}
|
|
82678
|
+
const ezImageInputCss = ":host{display:block;--ez-image-input--container-height:200px;--ez-image-input--container-width:280px;--ez-image-input--background-color:var(--color--gray-80);--ez-image-input--border-color:var(--color--gray-200);--ez-image-input--border-color-hover:var(--color--ocean-green-600);--ez-image-input--border-color-dragging:var(--color--ocean-green-500);--ez-image-input--border-color-disabled:var(--color--gray-200);--ez-image-input--label-color:var(--color--petroleum-900);--ez-image-input--icon-color:var(--color--gray-400);--ez-image-input--border-radius:var(--border--radius-24);--ez-image-input--border-width:2px;--ez-image-input--remove-button-bg:var(--color--red-600);--ez-image-input--remove-button-bg-hover:var(--color--red-700);--ez-image-input--remove-button-color:var(--color--gray-70);--ez-image-input--remove-button-border:1px solid var(--color--red-700)}.image-input__container{display:flex;align-items:center;justify-content:center;position:relative;height:var(--ez-image-input--container-height);width:var(--ez-image-input--container-width);border:var(--ez-image-input--border-width) dashed var(--ez-image-input--border-color);border-radius:var(--ez-image-input--border-radius);background-color:var(--ez-image-input--background-color);cursor:pointer;transition:all 0.3s ease;overflow:hidden}.image-input__container:hover:not(.image-input__container--disabled){border-color:var(--ez-image-input--border-color-hover)}.image-input__container--dragging{border-color:var(--ez-image-input--border-color-dragging);background-color:var(--color--ocean-green-90)}.image-input__container--disabled{cursor:not-allowed;opacity:0.6;border-color:var(--ez-image-input--border-color-disabled)}.image-input__container--has-image{border-style:solid;padding:var(--space--0)}.image-input__file-input{display:none}.image-input__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space--16);padding:var(--space--24);text-align:center}.image-input__dropzone ez-icon{color:var(--ez-image-input--icon-color)}.image-input__label{font-family:var(--font--pattern);font-size:var(--font-size--default);font-weight:var(--font-weight--medium);color:var(--ez-image-input--label-color);line-height:var(--line-height--20)}.image-input__preview{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.image-input__image{height:100%;object-fit:cover;border-radius:calc(var(--ez-image-input--border-radius) - var(--ez-image-input--border-width))}.image-input__actions{position:absolute;top:var(--space--8);right:var(--space--8);display:flex;flex-direction:column;gap:var(--space--4);opacity:0;transition:opacity 0.2s ease}.image-input__container:hover .image-input__actions{opacity:1}.image-input__remove-button{--ez-button--background-color:var(--ez-image-input--remove-button-bg);--ez-button--hover--background-color:var(--ez-image-input--remove-button-bg-hover);--ez-button--color:var(--ez-image-input--remove-button-color);--ez-button--border:var(--ez-image-input--remove-button-border);--ez-button--hover--border:var(--ez-image-input--remove-button-border)}.image-input__edit-button{--ez-button--background-color:var(--ez-image-input--edit-button-bg);--ez-button--hover--background-color:var(--ez-image-input--edit-button-bg-hover);--ez-button--color:var(--ez-image-input--edit-button-color);--ez-button--border:var(--ez-image-input--edit-button-border);--ez-button--hover--border:var(--ez-image-input--edit-button-border);--ez-button--left-icon--color:var(--ez-image-input--edit-button-color);--ez-button--right-icon--color:var(--ez-image-input--edit-button-color)}.image-input__popup-content{display:flex;align-items:center;justify-content:center;padding:var(--space--16);height:100%}.image-input__popup-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:var(--border--radius-8)}.image-input__image{height:100%;object-fit:cover;border-radius:calc(var(--ez-image-input--border-radius) - var(--ez-image-input--border-width));cursor:pointer;transition:transform 0.2s ease}.image-input__image:hover{transform:scale(1.02)}ez-skeleton{--skeleton-width:var(--ez-image-input--container-width);--skeleton-height:var(--ez-image-input--container-height)}";
|
|
82445
82679
|
|
|
82446
82680
|
const EzImageInput$1 = class extends HTMLElement$1 {
|
|
82447
82681
|
constructor() {
|
|
@@ -82489,6 +82723,11 @@ const EzImageInput$1 = class extends HTMLElement$1 {
|
|
|
82489
82723
|
}
|
|
82490
82724
|
this.ezChange.emit('');
|
|
82491
82725
|
};
|
|
82726
|
+
this.handleEditImage = (event) => {
|
|
82727
|
+
var _a;
|
|
82728
|
+
event.stopPropagation();
|
|
82729
|
+
(_a = this._inputElem) === null || _a === void 0 ? void 0 : _a.click();
|
|
82730
|
+
};
|
|
82492
82731
|
this.handleClickDropZone = () => {
|
|
82493
82732
|
var _a;
|
|
82494
82733
|
if (this.enabled && !this._hasImage) {
|
|
@@ -82580,7 +82819,7 @@ const EzImageInput$1 = class extends HTMLElement$1 {
|
|
|
82580
82819
|
'image-input__container--disabled': !this.enabled,
|
|
82581
82820
|
'image-input__container--dragging': this._isDragging,
|
|
82582
82821
|
'image-input__container--has-image': this._hasImage
|
|
82583
|
-
}, "data-enabled": this.enabled.toString(), "data-has-image": this._hasImage.toString(), onClick: this.handleClickDropZone, onDrop: this.handleDrop, onDragOver: this.handleDragOver, onDragLeave: this.handleDragLeave, role: "button", "aria-label": dropZoneLabel, tabindex: this.enabled ? 0 : -1 }, h("input", { ref: (el) => (this._inputElem = el), type: "file", accept: this.accept, name: this.name, disabled: !this.enabled, onChange: this.handleFileSelect, class: "image-input__file-input", "aria-hidden": "true" }), this._hasImage && this.value ? (h("div", { class: "image-input__preview" }, h("img", { src: this.value, alt: this.i18n('ez-image-input.imageAlt'), class: "image-input__image", onClick: this.handleImageClick }), this.enabled && (h("ez-button", { class: "image-input__remove-button", variant: "primary", type: "button", mode: "icon", size: "small", iconName: "trash-alt", onClick: this.handleRemoveImage, "aria-label": this.i18n('ez-image-input.removeImage'), title: this.i18n('ez-image-input.removeImage') })))) : (h("div", { class: "image-input__dropzone" }, h("ez-icon", { iconName: "image", size: "x-large" }), h("span", { class: "image-input__label" }, dropZoneLabel)))), h("ez-popup", { opened: this._showImagePopup, ezTitle: this.i18n('ez-image-input.imagePreview'), size: "large", heightMode: "auto", onEzPopupAction: this.handlePopupAction, onEzClosePopup: this.handleClosePopup }, h("div", { class: "image-input__popup-content" }, h("img", { src: this.value, alt: this.i18n('ez-image-input.imageAlt'), class: "image-input__popup-image" })))));
|
|
82822
|
+
}, "data-enabled": this.enabled.toString(), "data-has-image": this._hasImage.toString(), onClick: this.handleClickDropZone, onDrop: this.handleDrop, onDragOver: this.handleDragOver, onDragLeave: this.handleDragLeave, role: "button", "aria-label": dropZoneLabel, tabindex: this.enabled ? 0 : -1 }, h("input", { ref: (el) => (this._inputElem = el), type: "file", accept: this.accept, name: this.name, disabled: !this.enabled, onChange: this.handleFileSelect, class: "image-input__file-input", "aria-hidden": "true" }), this._hasImage && this.value ? (h("div", { class: "image-input__preview" }, h("img", { src: this.value, alt: this.i18n('ez-image-input.imageAlt'), class: "image-input__image", onClick: this.handleImageClick }), this.enabled && (h("div", { class: "image-input__actions" }, h("ez-button", { class: "image-input__remove-button", variant: "primary", type: "button", mode: "icon", size: "small", iconName: "trash-alt", onClick: this.handleRemoveImage, "aria-label": this.i18n('ez-image-input.removeImage'), title: this.i18n('ez-image-input.removeImage') }), h("ez-button", { class: "image-input__edit-button", variant: "secondary", type: "button", mode: "icon", size: "small", iconName: "edit", onClick: this.handleEditImage, "aria-label": this.i18n('ez-image-input.editImage'), title: this.i18n('ez-image-input.editImage') }))))) : (h("div", { class: "image-input__dropzone" }, h("ez-icon", { iconName: "image", size: "x-large" }), h("span", { class: "image-input__label" }, dropZoneLabel)))), h("ez-popup", { opened: this._showImagePopup, ezTitle: this.i18n('ez-image-input.imagePreview'), size: "large", heightMode: "auto", onEzPopupAction: this.handlePopupAction, onEzClosePopup: this.handleClosePopup }, h("div", { class: "image-input__popup-content" }, h("img", { src: this.value, alt: this.i18n('ez-image-input.imageAlt'), class: "image-input__popup-image" })))));
|
|
82584
82823
|
}
|
|
82585
82824
|
get _element() { return this; }
|
|
82586
82825
|
static get watchers() { return {
|
|
@@ -84180,8 +84419,9 @@ function getOppositeAxis(axis) {
|
|
|
84180
84419
|
function getAxisLength(axis) {
|
|
84181
84420
|
return axis === 'y' ? 'height' : 'width';
|
|
84182
84421
|
}
|
|
84422
|
+
const yAxisSides = /*#__PURE__*/new Set(['top', 'bottom']);
|
|
84183
84423
|
function getSideAxis(placement) {
|
|
84184
|
-
return
|
|
84424
|
+
return yAxisSides.has(getSide(placement)) ? 'y' : 'x';
|
|
84185
84425
|
}
|
|
84186
84426
|
function getAlignmentAxis(placement) {
|
|
84187
84427
|
return getOppositeAxis(getSideAxis(placement));
|
|
@@ -84206,19 +84446,19 @@ function getExpandedPlacements(placement) {
|
|
|
84206
84446
|
function getOppositeAlignmentPlacement(placement) {
|
|
84207
84447
|
return placement.replace(/start|end/g, alignment => oppositeAlignmentMap[alignment]);
|
|
84208
84448
|
}
|
|
84449
|
+
const lrPlacement = ['left', 'right'];
|
|
84450
|
+
const rlPlacement = ['right', 'left'];
|
|
84451
|
+
const tbPlacement = ['top', 'bottom'];
|
|
84452
|
+
const btPlacement = ['bottom', 'top'];
|
|
84209
84453
|
function getSideList(side, isStart, rtl) {
|
|
84210
|
-
const lr = ['left', 'right'];
|
|
84211
|
-
const rl = ['right', 'left'];
|
|
84212
|
-
const tb = ['top', 'bottom'];
|
|
84213
|
-
const bt = ['bottom', 'top'];
|
|
84214
84454
|
switch (side) {
|
|
84215
84455
|
case 'top':
|
|
84216
84456
|
case 'bottom':
|
|
84217
|
-
if (rtl) return isStart ?
|
|
84218
|
-
return isStart ?
|
|
84457
|
+
if (rtl) return isStart ? rlPlacement : lrPlacement;
|
|
84458
|
+
return isStart ? lrPlacement : rlPlacement;
|
|
84219
84459
|
case 'left':
|
|
84220
84460
|
case 'right':
|
|
84221
|
-
return isStart ?
|
|
84461
|
+
return isStart ? tbPlacement : btPlacement;
|
|
84222
84462
|
default:
|
|
84223
84463
|
return [];
|
|
84224
84464
|
}
|
|
@@ -84329,6 +84569,71 @@ function computeCoordsFromPlacement(_ref, placement, rtl) {
|
|
|
84329
84569
|
return coords;
|
|
84330
84570
|
}
|
|
84331
84571
|
|
|
84572
|
+
/**
|
|
84573
|
+
* Resolves with an object of overflow side offsets that determine how much the
|
|
84574
|
+
* element is overflowing a given clipping boundary on each side.
|
|
84575
|
+
* - positive = overflowing the boundary by that number of pixels
|
|
84576
|
+
* - negative = how many pixels left before it will overflow
|
|
84577
|
+
* - 0 = lies flush with the boundary
|
|
84578
|
+
* @see https://floating-ui.com/docs/detectOverflow
|
|
84579
|
+
*/
|
|
84580
|
+
async function detectOverflow(state, options) {
|
|
84581
|
+
var _await$platform$isEle;
|
|
84582
|
+
if (options === void 0) {
|
|
84583
|
+
options = {};
|
|
84584
|
+
}
|
|
84585
|
+
const {
|
|
84586
|
+
x,
|
|
84587
|
+
y,
|
|
84588
|
+
platform,
|
|
84589
|
+
rects,
|
|
84590
|
+
elements,
|
|
84591
|
+
strategy
|
|
84592
|
+
} = state;
|
|
84593
|
+
const {
|
|
84594
|
+
boundary = 'clippingAncestors',
|
|
84595
|
+
rootBoundary = 'viewport',
|
|
84596
|
+
elementContext = 'floating',
|
|
84597
|
+
altBoundary = false,
|
|
84598
|
+
padding = 0
|
|
84599
|
+
} = evaluate(options, state);
|
|
84600
|
+
const paddingObject = getPaddingObject(padding);
|
|
84601
|
+
const altContext = elementContext === 'floating' ? 'reference' : 'floating';
|
|
84602
|
+
const element = elements[altBoundary ? altContext : elementContext];
|
|
84603
|
+
const clippingClientRect = rectToClientRect(await platform.getClippingRect({
|
|
84604
|
+
element: ((_await$platform$isEle = await (platform.isElement == null ? void 0 : platform.isElement(element))) != null ? _await$platform$isEle : true) ? element : element.contextElement || (await (platform.getDocumentElement == null ? void 0 : platform.getDocumentElement(elements.floating))),
|
|
84605
|
+
boundary,
|
|
84606
|
+
rootBoundary,
|
|
84607
|
+
strategy
|
|
84608
|
+
}));
|
|
84609
|
+
const rect = elementContext === 'floating' ? {
|
|
84610
|
+
x,
|
|
84611
|
+
y,
|
|
84612
|
+
width: rects.floating.width,
|
|
84613
|
+
height: rects.floating.height
|
|
84614
|
+
} : rects.reference;
|
|
84615
|
+
const offsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(elements.floating));
|
|
84616
|
+
const offsetScale = (await (platform.isElement == null ? void 0 : platform.isElement(offsetParent))) ? (await (platform.getScale == null ? void 0 : platform.getScale(offsetParent))) || {
|
|
84617
|
+
x: 1,
|
|
84618
|
+
y: 1
|
|
84619
|
+
} : {
|
|
84620
|
+
x: 1,
|
|
84621
|
+
y: 1
|
|
84622
|
+
};
|
|
84623
|
+
const elementClientRect = rectToClientRect(platform.convertOffsetParentRelativeRectToViewportRelativeRect ? await platform.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
84624
|
+
elements,
|
|
84625
|
+
rect,
|
|
84626
|
+
offsetParent,
|
|
84627
|
+
strategy
|
|
84628
|
+
}) : rect);
|
|
84629
|
+
return {
|
|
84630
|
+
top: (clippingClientRect.top - elementClientRect.top + paddingObject.top) / offsetScale.y,
|
|
84631
|
+
bottom: (elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom) / offsetScale.y,
|
|
84632
|
+
left: (clippingClientRect.left - elementClientRect.left + paddingObject.left) / offsetScale.x,
|
|
84633
|
+
right: (elementClientRect.right - clippingClientRect.right + paddingObject.right) / offsetScale.x
|
|
84634
|
+
};
|
|
84635
|
+
}
|
|
84636
|
+
|
|
84332
84637
|
/**
|
|
84333
84638
|
* Computes the `x` and `y` coordinates that will place the floating element
|
|
84334
84639
|
* next to a given reference element.
|
|
@@ -84358,6 +84663,7 @@ const computePosition$1 = async (reference, floating, config) => {
|
|
|
84358
84663
|
let middlewareData = {};
|
|
84359
84664
|
let resetCount = 0;
|
|
84360
84665
|
for (let i = 0; i < validMiddleware.length; i++) {
|
|
84666
|
+
var _platform$detectOverf;
|
|
84361
84667
|
const {
|
|
84362
84668
|
name,
|
|
84363
84669
|
fn
|
|
@@ -84375,7 +84681,10 @@ const computePosition$1 = async (reference, floating, config) => {
|
|
|
84375
84681
|
strategy,
|
|
84376
84682
|
middlewareData,
|
|
84377
84683
|
rects,
|
|
84378
|
-
platform
|
|
84684
|
+
platform: {
|
|
84685
|
+
...platform,
|
|
84686
|
+
detectOverflow: (_platform$detectOverf = platform.detectOverflow) != null ? _platform$detectOverf : detectOverflow
|
|
84687
|
+
},
|
|
84379
84688
|
elements: {
|
|
84380
84689
|
reference,
|
|
84381
84690
|
floating
|
|
@@ -84420,71 +84729,6 @@ const computePosition$1 = async (reference, floating, config) => {
|
|
|
84420
84729
|
};
|
|
84421
84730
|
};
|
|
84422
84731
|
|
|
84423
|
-
/**
|
|
84424
|
-
* Resolves with an object of overflow side offsets that determine how much the
|
|
84425
|
-
* element is overflowing a given clipping boundary on each side.
|
|
84426
|
-
* - positive = overflowing the boundary by that number of pixels
|
|
84427
|
-
* - negative = how many pixels left before it will overflow
|
|
84428
|
-
* - 0 = lies flush with the boundary
|
|
84429
|
-
* @see https://floating-ui.com/docs/detectOverflow
|
|
84430
|
-
*/
|
|
84431
|
-
async function detectOverflow(state, options) {
|
|
84432
|
-
var _await$platform$isEle;
|
|
84433
|
-
if (options === void 0) {
|
|
84434
|
-
options = {};
|
|
84435
|
-
}
|
|
84436
|
-
const {
|
|
84437
|
-
x,
|
|
84438
|
-
y,
|
|
84439
|
-
platform,
|
|
84440
|
-
rects,
|
|
84441
|
-
elements,
|
|
84442
|
-
strategy
|
|
84443
|
-
} = state;
|
|
84444
|
-
const {
|
|
84445
|
-
boundary = 'clippingAncestors',
|
|
84446
|
-
rootBoundary = 'viewport',
|
|
84447
|
-
elementContext = 'floating',
|
|
84448
|
-
altBoundary = false,
|
|
84449
|
-
padding = 0
|
|
84450
|
-
} = evaluate(options, state);
|
|
84451
|
-
const paddingObject = getPaddingObject(padding);
|
|
84452
|
-
const altContext = elementContext === 'floating' ? 'reference' : 'floating';
|
|
84453
|
-
const element = elements[altBoundary ? altContext : elementContext];
|
|
84454
|
-
const clippingClientRect = rectToClientRect(await platform.getClippingRect({
|
|
84455
|
-
element: ((_await$platform$isEle = await (platform.isElement == null ? void 0 : platform.isElement(element))) != null ? _await$platform$isEle : true) ? element : element.contextElement || (await (platform.getDocumentElement == null ? void 0 : platform.getDocumentElement(elements.floating))),
|
|
84456
|
-
boundary,
|
|
84457
|
-
rootBoundary,
|
|
84458
|
-
strategy
|
|
84459
|
-
}));
|
|
84460
|
-
const rect = elementContext === 'floating' ? {
|
|
84461
|
-
x,
|
|
84462
|
-
y,
|
|
84463
|
-
width: rects.floating.width,
|
|
84464
|
-
height: rects.floating.height
|
|
84465
|
-
} : rects.reference;
|
|
84466
|
-
const offsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(elements.floating));
|
|
84467
|
-
const offsetScale = (await (platform.isElement == null ? void 0 : platform.isElement(offsetParent))) ? (await (platform.getScale == null ? void 0 : platform.getScale(offsetParent))) || {
|
|
84468
|
-
x: 1,
|
|
84469
|
-
y: 1
|
|
84470
|
-
} : {
|
|
84471
|
-
x: 1,
|
|
84472
|
-
y: 1
|
|
84473
|
-
};
|
|
84474
|
-
const elementClientRect = rectToClientRect(platform.convertOffsetParentRelativeRectToViewportRelativeRect ? await platform.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
84475
|
-
elements,
|
|
84476
|
-
rect,
|
|
84477
|
-
offsetParent,
|
|
84478
|
-
strategy
|
|
84479
|
-
}) : rect);
|
|
84480
|
-
return {
|
|
84481
|
-
top: (clippingClientRect.top - elementClientRect.top + paddingObject.top) / offsetScale.y,
|
|
84482
|
-
bottom: (elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom) / offsetScale.y,
|
|
84483
|
-
left: (clippingClientRect.left - elementClientRect.left + paddingObject.left) / offsetScale.x,
|
|
84484
|
-
right: (elementClientRect.right - clippingClientRect.right + paddingObject.right) / offsetScale.x
|
|
84485
|
-
};
|
|
84486
|
-
}
|
|
84487
|
-
|
|
84488
84732
|
/**
|
|
84489
84733
|
* Provides data to position an inner element of the floating element so that it
|
|
84490
84734
|
* appears centered to the reference element.
|
|
@@ -84617,7 +84861,7 @@ const flip$1 = function (options) {
|
|
|
84617
84861
|
fallbackPlacements.push(...getOppositeAxisPlacements(initialPlacement, flipAlignment, fallbackAxisSideDirection, rtl));
|
|
84618
84862
|
}
|
|
84619
84863
|
const placements = [initialPlacement, ...fallbackPlacements];
|
|
84620
|
-
const overflow = await detectOverflow(state, detectOverflowOptions);
|
|
84864
|
+
const overflow = await platform.detectOverflow(state, detectOverflowOptions);
|
|
84621
84865
|
const overflows = [];
|
|
84622
84866
|
let overflowsData = ((_middlewareData$flip = middlewareData.flip) == null ? void 0 : _middlewareData$flip.overflows) || [];
|
|
84623
84867
|
if (checkMainAxis) {
|
|
@@ -84638,16 +84882,22 @@ const flip$1 = function (options) {
|
|
|
84638
84882
|
const nextIndex = (((_middlewareData$flip2 = middlewareData.flip) == null ? void 0 : _middlewareData$flip2.index) || 0) + 1;
|
|
84639
84883
|
const nextPlacement = placements[nextIndex];
|
|
84640
84884
|
if (nextPlacement) {
|
|
84641
|
-
|
|
84642
|
-
|
|
84643
|
-
|
|
84644
|
-
|
|
84645
|
-
|
|
84646
|
-
|
|
84647
|
-
|
|
84648
|
-
|
|
84649
|
-
|
|
84650
|
-
|
|
84885
|
+
const ignoreCrossAxisOverflow = checkCrossAxis === 'alignment' ? initialSideAxis !== getSideAxis(nextPlacement) : false;
|
|
84886
|
+
if (!ignoreCrossAxisOverflow ||
|
|
84887
|
+
// We leave the current main axis only if every placement on that axis
|
|
84888
|
+
// overflows the main axis.
|
|
84889
|
+
overflowsData.every(d => getSideAxis(d.placement) === initialSideAxis ? d.overflows[0] > 0 : true)) {
|
|
84890
|
+
// Try next placement and re-run the lifecycle.
|
|
84891
|
+
return {
|
|
84892
|
+
data: {
|
|
84893
|
+
index: nextIndex,
|
|
84894
|
+
overflows: overflowsData
|
|
84895
|
+
},
|
|
84896
|
+
reset: {
|
|
84897
|
+
placement: nextPlacement
|
|
84898
|
+
}
|
|
84899
|
+
};
|
|
84900
|
+
}
|
|
84651
84901
|
}
|
|
84652
84902
|
|
|
84653
84903
|
// First, find the candidates that fit on the mainAxis side of overflow,
|
|
@@ -84693,6 +84943,8 @@ const flip$1 = function (options) {
|
|
|
84693
84943
|
};
|
|
84694
84944
|
};
|
|
84695
84945
|
|
|
84946
|
+
const originSides = /*#__PURE__*/new Set(['left', 'top']);
|
|
84947
|
+
|
|
84696
84948
|
// For type backwards-compatibility, the `OffsetOptions` type was also
|
|
84697
84949
|
// Derivable.
|
|
84698
84950
|
|
|
@@ -84706,7 +84958,7 @@ async function convertValueToCoords(state, options) {
|
|
|
84706
84958
|
const side = getSide(placement);
|
|
84707
84959
|
const alignment = getAlignment(placement);
|
|
84708
84960
|
const isVertical = getSideAxis(placement) === 'y';
|
|
84709
|
-
const mainAxisMulti =
|
|
84961
|
+
const mainAxisMulti = originSides.has(side) ? -1 : 1;
|
|
84710
84962
|
const crossAxisMulti = rtl && isVertical ? -1 : 1;
|
|
84711
84963
|
const rawValue = evaluate(options, state);
|
|
84712
84964
|
|
|
@@ -84793,7 +85045,8 @@ const shift$1 = function (options) {
|
|
|
84793
85045
|
const {
|
|
84794
85046
|
x,
|
|
84795
85047
|
y,
|
|
84796
|
-
placement
|
|
85048
|
+
placement,
|
|
85049
|
+
platform
|
|
84797
85050
|
} = state;
|
|
84798
85051
|
const {
|
|
84799
85052
|
mainAxis: checkMainAxis = true,
|
|
@@ -84816,7 +85069,7 @@ const shift$1 = function (options) {
|
|
|
84816
85069
|
x,
|
|
84817
85070
|
y
|
|
84818
85071
|
};
|
|
84819
|
-
const overflow = await detectOverflow(state, detectOverflowOptions);
|
|
85072
|
+
const overflow = await platform.detectOverflow(state, detectOverflowOptions);
|
|
84820
85073
|
const crossAxis = getSideAxis(getSide(placement));
|
|
84821
85074
|
const mainAxis = getOppositeAxis(crossAxis);
|
|
84822
85075
|
let mainAxisCoord = coords[mainAxis];
|
|
@@ -84899,6 +85152,7 @@ function isShadowRoot(value) {
|
|
|
84899
85152
|
}
|
|
84900
85153
|
return value instanceof ShadowRoot || value instanceof getWindow(value).ShadowRoot;
|
|
84901
85154
|
}
|
|
85155
|
+
const invalidOverflowDisplayValues = /*#__PURE__*/new Set(['inline', 'contents']);
|
|
84902
85156
|
function isOverflowElement(element) {
|
|
84903
85157
|
const {
|
|
84904
85158
|
overflow,
|
|
@@ -84906,27 +85160,32 @@ function isOverflowElement(element) {
|
|
|
84906
85160
|
overflowY,
|
|
84907
85161
|
display
|
|
84908
85162
|
} = getComputedStyle$1(element);
|
|
84909
|
-
return /auto|scroll|overlay|hidden|clip/.test(overflow + overflowY + overflowX) && !
|
|
85163
|
+
return /auto|scroll|overlay|hidden|clip/.test(overflow + overflowY + overflowX) && !invalidOverflowDisplayValues.has(display);
|
|
84910
85164
|
}
|
|
85165
|
+
const tableElements = /*#__PURE__*/new Set(['table', 'td', 'th']);
|
|
84911
85166
|
function isTableElement(element) {
|
|
84912
|
-
return
|
|
85167
|
+
return tableElements.has(getNodeName(element));
|
|
84913
85168
|
}
|
|
85169
|
+
const topLayerSelectors = [':popover-open', ':modal'];
|
|
84914
85170
|
function isTopLayer(element) {
|
|
84915
|
-
return
|
|
85171
|
+
return topLayerSelectors.some(selector => {
|
|
84916
85172
|
try {
|
|
84917
85173
|
return element.matches(selector);
|
|
84918
|
-
} catch (
|
|
85174
|
+
} catch (_e) {
|
|
84919
85175
|
return false;
|
|
84920
85176
|
}
|
|
84921
85177
|
});
|
|
84922
85178
|
}
|
|
85179
|
+
const transformProperties = ['transform', 'translate', 'scale', 'rotate', 'perspective'];
|
|
85180
|
+
const willChangeValues = ['transform', 'translate', 'scale', 'rotate', 'perspective', 'filter'];
|
|
85181
|
+
const containValues = ['paint', 'layout', 'strict', 'content'];
|
|
84923
85182
|
function isContainingBlock(elementOrCss) {
|
|
84924
85183
|
const webkit = isWebKit();
|
|
84925
85184
|
const css = isElement(elementOrCss) ? getComputedStyle$1(elementOrCss) : elementOrCss;
|
|
84926
85185
|
|
|
84927
85186
|
// https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block
|
|
84928
85187
|
// https://drafts.csswg.org/css-transforms-2/#individual-transforms
|
|
84929
|
-
return
|
|
85188
|
+
return transformProperties.some(value => css[value] ? css[value] !== 'none' : false) || (css.containerType ? css.containerType !== 'normal' : false) || !webkit && (css.backdropFilter ? css.backdropFilter !== 'none' : false) || !webkit && (css.filter ? css.filter !== 'none' : false) || willChangeValues.some(value => (css.willChange || '').includes(value)) || containValues.some(value => (css.contain || '').includes(value));
|
|
84930
85189
|
}
|
|
84931
85190
|
function getContainingBlock(element) {
|
|
84932
85191
|
let currentNode = getParentNode(element);
|
|
@@ -84944,8 +85203,9 @@ function isWebKit() {
|
|
|
84944
85203
|
if (typeof CSS === 'undefined' || !CSS.supports) return false;
|
|
84945
85204
|
return CSS.supports('-webkit-backdrop-filter', 'none');
|
|
84946
85205
|
}
|
|
85206
|
+
const lastTraversableNodeNames = /*#__PURE__*/new Set(['html', 'body', '#document']);
|
|
84947
85207
|
function isLastTraversableNode(node) {
|
|
84948
|
-
return
|
|
85208
|
+
return lastTraversableNodeNames.has(getNodeName(node));
|
|
84949
85209
|
}
|
|
84950
85210
|
function getComputedStyle$1(element) {
|
|
84951
85211
|
return getWindow(element).getComputedStyle(element);
|
|
@@ -85145,14 +85405,9 @@ function getWindowScrollBarX(element, rect) {
|
|
|
85145
85405
|
return rect.left + leftScroll;
|
|
85146
85406
|
}
|
|
85147
85407
|
|
|
85148
|
-
function getHTMLOffset(documentElement, scroll
|
|
85149
|
-
if (ignoreScrollbarX === void 0) {
|
|
85150
|
-
ignoreScrollbarX = false;
|
|
85151
|
-
}
|
|
85408
|
+
function getHTMLOffset(documentElement, scroll) {
|
|
85152
85409
|
const htmlRect = documentElement.getBoundingClientRect();
|
|
85153
|
-
const x = htmlRect.left + scroll.scrollLeft - (
|
|
85154
|
-
// RTL <body> scrollbar.
|
|
85155
|
-
getWindowScrollBarX(documentElement, htmlRect));
|
|
85410
|
+
const x = htmlRect.left + scroll.scrollLeft - getWindowScrollBarX(documentElement, htmlRect);
|
|
85156
85411
|
const y = htmlRect.top + scroll.scrollTop;
|
|
85157
85412
|
return {
|
|
85158
85413
|
x,
|
|
@@ -85191,7 +85446,7 @@ function convertOffsetParentRelativeRectToViewportRelativeRect(_ref) {
|
|
|
85191
85446
|
offsets.y = offsetRect.y + offsetParent.clientTop;
|
|
85192
85447
|
}
|
|
85193
85448
|
}
|
|
85194
|
-
const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll
|
|
85449
|
+
const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);
|
|
85195
85450
|
return {
|
|
85196
85451
|
width: rect.width * scale.x,
|
|
85197
85452
|
height: rect.height * scale.y,
|
|
@@ -85225,6 +85480,10 @@ function getDocumentRect(element) {
|
|
|
85225
85480
|
};
|
|
85226
85481
|
}
|
|
85227
85482
|
|
|
85483
|
+
// Safety check: ensure the scrollbar space is reasonable in case this
|
|
85484
|
+
// calculation is affected by unusual styles.
|
|
85485
|
+
// Most scrollbars leave 15-18px of space.
|
|
85486
|
+
const SCROLLBAR_MAX = 25;
|
|
85228
85487
|
function getViewportRect(element, strategy) {
|
|
85229
85488
|
const win = getWindow(element);
|
|
85230
85489
|
const html = getDocumentElement(element);
|
|
@@ -85242,6 +85501,24 @@ function getViewportRect(element, strategy) {
|
|
|
85242
85501
|
y = visualViewport.offsetTop;
|
|
85243
85502
|
}
|
|
85244
85503
|
}
|
|
85504
|
+
const windowScrollbarX = getWindowScrollBarX(html);
|
|
85505
|
+
// <html> `overflow: hidden` + `scrollbar-gutter: stable` reduces the
|
|
85506
|
+
// visual width of the <html> but this is not considered in the size
|
|
85507
|
+
// of `html.clientWidth`.
|
|
85508
|
+
if (windowScrollbarX <= 0) {
|
|
85509
|
+
const doc = html.ownerDocument;
|
|
85510
|
+
const body = doc.body;
|
|
85511
|
+
const bodyStyles = getComputedStyle(body);
|
|
85512
|
+
const bodyMarginInline = doc.compatMode === 'CSS1Compat' ? parseFloat(bodyStyles.marginLeft) + parseFloat(bodyStyles.marginRight) || 0 : 0;
|
|
85513
|
+
const clippingStableScrollbarWidth = Math.abs(html.clientWidth - body.clientWidth - bodyMarginInline);
|
|
85514
|
+
if (clippingStableScrollbarWidth <= SCROLLBAR_MAX) {
|
|
85515
|
+
width -= clippingStableScrollbarWidth;
|
|
85516
|
+
}
|
|
85517
|
+
} else if (windowScrollbarX <= SCROLLBAR_MAX) {
|
|
85518
|
+
// If the <body> scrollbar is on the left, the width needs to be extended
|
|
85519
|
+
// by the scrollbar amount so there isn't extra space on the right.
|
|
85520
|
+
width += windowScrollbarX;
|
|
85521
|
+
}
|
|
85245
85522
|
return {
|
|
85246
85523
|
width,
|
|
85247
85524
|
height,
|
|
@@ -85250,6 +85527,7 @@ function getViewportRect(element, strategy) {
|
|
|
85250
85527
|
};
|
|
85251
85528
|
}
|
|
85252
85529
|
|
|
85530
|
+
const absoluteOrFixed = /*#__PURE__*/new Set(['absolute', 'fixed']);
|
|
85253
85531
|
// Returns the inner client rect, subtracting scrollbars if present.
|
|
85254
85532
|
function getInnerBoundingClientRect(element, strategy) {
|
|
85255
85533
|
const clientRect = getBoundingClientRect(element, true, strategy === 'fixed');
|
|
@@ -85314,7 +85592,7 @@ function getClippingElementAncestors(element, cache) {
|
|
|
85314
85592
|
if (!currentNodeIsContaining && computedStyle.position === 'fixed') {
|
|
85315
85593
|
currentContainingBlockComputedStyle = null;
|
|
85316
85594
|
}
|
|
85317
|
-
const shouldDropCurrentNode = elementIsFixed ? !currentNodeIsContaining && !currentContainingBlockComputedStyle : !currentNodeIsContaining && computedStyle.position === 'static' && !!currentContainingBlockComputedStyle &&
|
|
85595
|
+
const shouldDropCurrentNode = elementIsFixed ? !currentNodeIsContaining && !currentContainingBlockComputedStyle : !currentNodeIsContaining && computedStyle.position === 'static' && !!currentContainingBlockComputedStyle && absoluteOrFixed.has(currentContainingBlockComputedStyle.position) || isOverflowElement(currentNode) && !currentNodeIsContaining && hasFixedPositionAncestor(element, currentNode);
|
|
85318
85596
|
if (shouldDropCurrentNode) {
|
|
85319
85597
|
// Drop non-containing blocks.
|
|
85320
85598
|
result = result.filter(ancestor => ancestor !== currentNode);
|
|
@@ -85377,6 +85655,12 @@ function getRectRelativeToOffsetParent(element, offsetParent, strategy) {
|
|
|
85377
85655
|
scrollTop: 0
|
|
85378
85656
|
};
|
|
85379
85657
|
const offsets = createCoords(0);
|
|
85658
|
+
|
|
85659
|
+
// If the <body> scrollbar appears on the left (e.g. RTL systems). Use
|
|
85660
|
+
// Firefox with layout.scrollbar.side = 3 in about:config to test this.
|
|
85661
|
+
function setLeftRTLScrollbarOffset() {
|
|
85662
|
+
offsets.x = getWindowScrollBarX(documentElement);
|
|
85663
|
+
}
|
|
85380
85664
|
if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {
|
|
85381
85665
|
if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {
|
|
85382
85666
|
scroll = getNodeScroll(offsetParent);
|
|
@@ -85386,11 +85670,12 @@ function getRectRelativeToOffsetParent(element, offsetParent, strategy) {
|
|
|
85386
85670
|
offsets.x = offsetRect.x + offsetParent.clientLeft;
|
|
85387
85671
|
offsets.y = offsetRect.y + offsetParent.clientTop;
|
|
85388
85672
|
} else if (documentElement) {
|
|
85389
|
-
|
|
85390
|
-
// Firefox with layout.scrollbar.side = 3 in about:config to test this.
|
|
85391
|
-
offsets.x = getWindowScrollBarX(documentElement);
|
|
85673
|
+
setLeftRTLScrollbarOffset();
|
|
85392
85674
|
}
|
|
85393
85675
|
}
|
|
85676
|
+
if (isFixed && !isOffsetParentAnElement && documentElement) {
|
|
85677
|
+
setLeftRTLScrollbarOffset();
|
|
85678
|
+
}
|
|
85394
85679
|
const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);
|
|
85395
85680
|
const x = rect.left + scroll.scrollLeft - offsets.x - htmlOffset.x;
|
|
85396
85681
|
const y = rect.top + scroll.scrollTop - offsets.y - htmlOffset.y;
|
|
@@ -85567,7 +85852,7 @@ function observeMove(element, onMove) {
|
|
|
85567
85852
|
// Handle <iframe>s
|
|
85568
85853
|
root: root.ownerDocument
|
|
85569
85854
|
});
|
|
85570
|
-
} catch (
|
|
85855
|
+
} catch (_e) {
|
|
85571
85856
|
io = new IntersectionObserver(handleObserve, options);
|
|
85572
85857
|
}
|
|
85573
85858
|
io.observe(element);
|
|
@@ -86090,10 +86375,10 @@ const EzPopup$1 = class extends HTMLElement$1 {
|
|
|
86090
86375
|
}
|
|
86091
86376
|
manageOverlay() {
|
|
86092
86377
|
if (this.opened) {
|
|
86093
|
-
this._overlayId = FloatingManager.subscribeOverlayControl(this.
|
|
86378
|
+
this._overlayId = FloatingManager.subscribeOverlayControl(this._overlayRef);
|
|
86094
86379
|
}
|
|
86095
86380
|
else {
|
|
86096
|
-
FloatingManager.unsubscribeOverlayControl(this.
|
|
86381
|
+
FloatingManager.unsubscribeOverlayControl(this._overlayRef || this._overlayId);
|
|
86097
86382
|
}
|
|
86098
86383
|
}
|
|
86099
86384
|
popUpFocus() {
|
|
@@ -86188,7 +86473,7 @@ const EzPopup$1 = class extends HTMLElement$1 {
|
|
|
86188
86473
|
return this.footerButtons.slice(0, 3).map((buttonProps, index) => (h("ez-button", Object.assign({ key: index }, this.handleDefaultPropsButtonsByIndex(index), buttonProps))));
|
|
86189
86474
|
}
|
|
86190
86475
|
render() {
|
|
86191
|
-
return (h(Host, null, this.opened && (h("div", { class: "overlay", tabIndex: -1, onClick: this.handleAutoClose.bind(this) }, h("dialog", { ref: ref => this._popupRef = ref, class: this.getDialogClass() }, this.useHeader &&
|
|
86476
|
+
return (h(Host, null, this.opened && (h("div", { class: "overlay", ref: ref => this._overlayRef = ref, tabIndex: -1, onClick: this.handleAutoClose.bind(this) }, h("dialog", { ref: ref => this._popupRef = ref, class: this.getDialogClass() }, this.useHeader &&
|
|
86192
86477
|
h("header", { class: "popup__header" }, !!this.ezTitle && h("h1", { class: "popup__title" }, this.ezTitle), h("ez-button", { class: this.ezTitle ? "btn-close" : "btn-close btn-close--solo", variant: "tertiary", mode: "icon", iconName: "close", size: "small", onClick: this.closePopup.bind(this) })), h("main", { class: {
|
|
86193
86478
|
"popup__expandable-content": true,
|
|
86194
86479
|
"popup__overflow-y--auto": this.enabledScroll
|
|
@@ -86272,6 +86557,120 @@ const EzRadioButton$1 = class extends HTMLElement$1 {
|
|
|
86272
86557
|
static get style() { return ezRadioButtonCss; }
|
|
86273
86558
|
};
|
|
86274
86559
|
|
|
86560
|
+
const ezRecordNavigationCss = ":host{display:block}.record-navigation__container{display:flex;align-items:center;flex-grow:1;flex-shrink:1;justify-content:flex-end;flex-wrap:nowrap}.record-navigation__buttons-container{display:flex;gap:var(--space--8, 8px)}.record-navigation__container-label{font-size:var(--font-size--default, 14px);font-family:var(--font--pattern, 'Roboto');color:var(--color--gray-600, #1C1D22);text-shadow:0 0 var(--color--gray-500, #494A4E), 0 0 1px transparent;margin-right:var(--space--12, 12px);display:flex;align-items:center}.record-navigation-contracted{width:100px}.record-navigation-expanded{min-width:150px}.record-navigation__label{width:100%;white-space:nowrap}.record-navigation__divider{width:3px;height:15px;background-color:var(--color--gray-300, #C1C2C6);margin-inline:var(--space--8, 8px)}.record-navigation-text-right{flex-direction:row-reverse}";
|
|
86561
|
+
|
|
86562
|
+
const EzRecordNavigation$1 = class extends HTMLElement$1 {
|
|
86563
|
+
constructor() {
|
|
86564
|
+
super();
|
|
86565
|
+
this.__registerHost();
|
|
86566
|
+
this.__attachShadow();
|
|
86567
|
+
this._dataUnitInitialized = false;
|
|
86568
|
+
this.leftButtonDisabled = undefined;
|
|
86569
|
+
this.rightButtonDisabled = undefined;
|
|
86570
|
+
this.dataUnit = undefined;
|
|
86571
|
+
this.primaryKeys = undefined;
|
|
86572
|
+
this.textPosition = 'right';
|
|
86573
|
+
this.disabled = false;
|
|
86574
|
+
}
|
|
86575
|
+
/**
|
|
86576
|
+
* Navega para a página anterior.
|
|
86577
|
+
*/
|
|
86578
|
+
async previousRecord() {
|
|
86579
|
+
if (!this.dataUnit) {
|
|
86580
|
+
return;
|
|
86581
|
+
}
|
|
86582
|
+
await this.dataUnit.previousRecord();
|
|
86583
|
+
}
|
|
86584
|
+
/**
|
|
86585
|
+
* Navega para a próxima página.
|
|
86586
|
+
*/
|
|
86587
|
+
async nextRecord() {
|
|
86588
|
+
if (!this.dataUnit) {
|
|
86589
|
+
return;
|
|
86590
|
+
}
|
|
86591
|
+
await this.dataUnit.nextRecord();
|
|
86592
|
+
}
|
|
86593
|
+
onDataUnitChange() {
|
|
86594
|
+
this.initializeDataUnit();
|
|
86595
|
+
}
|
|
86596
|
+
onDisabledChange() {
|
|
86597
|
+
this.setStatusButtonPagination();
|
|
86598
|
+
}
|
|
86599
|
+
renderPageTitle() {
|
|
86600
|
+
if (!this.primaryKeys) {
|
|
86601
|
+
return null;
|
|
86602
|
+
}
|
|
86603
|
+
return this.primaryKeys.map((key, index) => {
|
|
86604
|
+
var _a;
|
|
86605
|
+
const fieldValue = this.dataUnit.getFieldValue(key);
|
|
86606
|
+
const fieldLabel = (_a = this.dataUnit.getField(key)) === null || _a === void 0 ? void 0 : _a.label;
|
|
86607
|
+
const isLast = index === this.primaryKeys.length - 1;
|
|
86608
|
+
return (h(Fragment, null, h("ez-tooltip", { message: fieldLabel !== null && fieldLabel !== void 0 ? fieldLabel : fieldValue }, h("span", { class: "record-navigation__label", "aria-live": "polite", "aria-atomic": "true" }, fieldValue !== null && fieldValue !== void 0 ? fieldValue : '-')), !isLast && h("span", { class: "record-navigation__divider" })));
|
|
86609
|
+
});
|
|
86610
|
+
}
|
|
86611
|
+
dataUnitObserver(action) {
|
|
86612
|
+
switch (action.type) {
|
|
86613
|
+
case Action.SELECTION_CHANGED:
|
|
86614
|
+
case Action.PREVIOUS_SELECTED:
|
|
86615
|
+
case Action.NEXT_SELECTED:
|
|
86616
|
+
this.setStatusButtonPagination();
|
|
86617
|
+
break;
|
|
86618
|
+
}
|
|
86619
|
+
}
|
|
86620
|
+
getLeftButtonDisabledStatus() {
|
|
86621
|
+
if (!this.dataUnit || this.disabled)
|
|
86622
|
+
return true;
|
|
86623
|
+
return !this.dataUnit.hasPrevious();
|
|
86624
|
+
}
|
|
86625
|
+
getRightButtonDisabledStatus() {
|
|
86626
|
+
if (!this.dataUnit || this.disabled)
|
|
86627
|
+
return true;
|
|
86628
|
+
return !this.dataUnit.hasNext();
|
|
86629
|
+
}
|
|
86630
|
+
setStatusButtonPagination() {
|
|
86631
|
+
this.leftButtonDisabled = this.getLeftButtonDisabledStatus();
|
|
86632
|
+
this.rightButtonDisabled = this.getRightButtonDisabledStatus();
|
|
86633
|
+
}
|
|
86634
|
+
initializeDataUnit() {
|
|
86635
|
+
if (!this.dataUnit || this._dataUnitInitialized) {
|
|
86636
|
+
return;
|
|
86637
|
+
}
|
|
86638
|
+
this.setStatusButtonPagination();
|
|
86639
|
+
this._dataUnitObserverBound = this.dataUnitObserver.bind(this);
|
|
86640
|
+
this.dataUnit.subscribe(this._dataUnitObserverBound);
|
|
86641
|
+
this._dataUnitInitialized = true;
|
|
86642
|
+
}
|
|
86643
|
+
addInfoId() {
|
|
86644
|
+
if (this._element) {
|
|
86645
|
+
ElementIDUtils.addIDInfo(this._element);
|
|
86646
|
+
}
|
|
86647
|
+
}
|
|
86648
|
+
async connectedCallback() {
|
|
86649
|
+
this.i18n = await initI18n();
|
|
86650
|
+
this.initializeDataUnit();
|
|
86651
|
+
}
|
|
86652
|
+
componentDidLoad() {
|
|
86653
|
+
this.addInfoId();
|
|
86654
|
+
}
|
|
86655
|
+
disconnectedCallback() {
|
|
86656
|
+
if (this.dataUnit && this._dataUnitInitialized && this._dataUnitObserverBound) {
|
|
86657
|
+
this.dataUnit.unsubscribe(this._dataUnitObserverBound);
|
|
86658
|
+
}
|
|
86659
|
+
}
|
|
86660
|
+
render() {
|
|
86661
|
+
return (h(Host, null, h("div", { class: {
|
|
86662
|
+
"record-navigation__container": true,
|
|
86663
|
+
"record-navigation-text-right": this.textPosition === 'right'
|
|
86664
|
+
} }, h("div", { class: "record-navigation__container-label" }, this.renderPageTitle()), h("div", { id: "grid-record-navigation-tooltip", class: "record-navigation__buttons-container" }, h("ez-tooltip", { message: this.i18n("ez-record-navigation.previousRecord") }, h("ez-button", { iconName: "chevron-left", mode: "icon", isDisabled: this.leftButtonDisabled, onClick: () => this.previousRecord(), label: this.i18n("ez-record-navigation.previousRecord") })), h("ez-tooltip", { message: this.i18n("ez-record-navigation.nextRecord") }, h("ez-button", { iconName: "chevron-right", mode: "icon", isDisabled: this.rightButtonDisabled, onClick: () => this.nextRecord(), label: this.i18n("ez-record-navigation.nextRecord") }))))));
|
|
86665
|
+
}
|
|
86666
|
+
get _element() { return this; }
|
|
86667
|
+
static get watchers() { return {
|
|
86668
|
+
"dataUnit": ["onDataUnitChange"],
|
|
86669
|
+
"disabled": ["onDisabledChange"]
|
|
86670
|
+
}; }
|
|
86671
|
+
static get style() { return ezRecordNavigationCss; }
|
|
86672
|
+
};
|
|
86673
|
+
|
|
86275
86674
|
const ezRichTextCss = ".sc-ez-rich-text-h{display:block;width:100%;font-family:Roboto;--ez-rich-text--box-shadow:0 0 3px 0 #DCE0E8;--ez-rich-text--shadow--outline:var(--shadow--outline) var(--color--strokes)}.editor-container.sc-ez-rich-text{width:100%;overflow:hidden;border-radius:12px;border:1px solid #DCE0E8}ez-text-area.sc-ez-rich-text{--text-area__input--border:1px solid}.preview.sc-ez-rich-text{min-height:20px;padding:12px;resize:both;overflow:auto;max-width:100%;border-top:1px solid #DCE0E8}";
|
|
86276
86675
|
|
|
86277
86676
|
const EzRichText$1 = class extends HTMLElement$1 {
|
|
@@ -86670,7 +87069,13 @@ const EzRichToolbarLetters$1 = class extends HTMLElement$1 {
|
|
|
86670
87069
|
static get style() { return ezRichToolbarLettersCss; }
|
|
86671
87070
|
};
|
|
86672
87071
|
|
|
86673
|
-
|
|
87072
|
+
var EzScrollNavigationMode;
|
|
87073
|
+
(function (EzScrollNavigationMode) {
|
|
87074
|
+
EzScrollNavigationMode["SCROLLBAR"] = "scrollbar";
|
|
87075
|
+
EzScrollNavigationMode["BUTTONS"] = "buttons";
|
|
87076
|
+
})(EzScrollNavigationMode || (EzScrollNavigationMode = {}));
|
|
87077
|
+
|
|
87078
|
+
const ezScrollerCss = ":host{--ez-scroller--box-shadow-color:var(--background--body, #fafcff);--ez-scroller__nav-button--spacing:var(--space--8, 8px);--ez-scroller__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-scroller__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--ez-scroller__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-scroller__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-scroller__scrollbar--border-radius:var(--border--radius-small, 6px);--ez-scroller__scrollbar--width:var(--space--small, 6px);--ez-scroller__max-height:unset;--ez-scroller__scrollbar--padding-right:var(--space-extra-small, 3px);display:flex;cursor:grab;width:100%;overflow:hidden}.dragging{cursor:grabbing}.ez-scroller__container{display:flex;overflow-y:hidden;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:transparent transparent}.ez-scroller__container--both:not(.ez-scroller__container--locked),.ez-scroller__container:not(.ez-scroller__container--locked):hover{scrollbar-color:var(--ez-scroller__scrollbar--color-clicked) var(--ez-scroller__scrollbar--color-background)}.ez-scroller__container--both{overflow-y:scroll;overflow-x:scroll;flex-wrap:wrap}.ez-scroller__container--horizontal{overflow-x:scroll;flex-direction:row;padding-right:var(--ez-scroller__scrollbar--padding-right)}.ez-scroller__container--vertical{overflow-y:scroll;flex-direction:column;width:100%;max-height:var(--ez-scroller__max-height)}.ez-scroller__container::-webkit-scrollbar{background-color:transparent;width:var(--ez-scroller__scrollbar--width);height:var(--ez-scroller__scrollbar--width);max-width:var(--ez-scroller__scrollbar--width);min-width:var(--ez-scroller__scrollbar--width)}.ez-scroller__container--both:not(.ez-scroller__container--locked)::-webkit-scrollbar,.ez-scroller__container:not(.ez-scroller__container--locked):hover::-webkit-scrollbar{background-color:var(--ez-scroller__scrollbar--color-background)}.ez-scroller__container::-webkit-scrollbar-track{visibility:hidden;background-color:transparent;border-radius:var(--ez-scroller__scrollbar--border-radius)}.ez-scroller__container--both:not(.ez-scroller__container--locked)::-webkit-scrollbar-track,.ez-scroller__container:not(.ez-scroller__container--locked):hover::-webkit-scrollbar-track{background-color:var(--ez-scroller__scrollbar--color-background)}.ez-scroller__container::-webkit-scrollbar-thumb{background-color:transparent;border-radius:var(--ez-scroller__scrollbar--border-radius)}.ez-scroller__container--both:not(.ez-scroller__container--locked)::-webkit-scrollbar-thumb,.ez-scroller__container:not(.ez-scroller__container--locked):hover::-webkit-scrollbar-thumb{background-color:var(--ez-scroller__scrollbar--color-default)}.ez-scroller__container::-webkit-scrollbar-thumb:vertical:hover,.ez-scroller__container::-webkit-scrollbar-thumb:horizontal:hover{background-color:transparent}.ez-scroller__container--both:not(.ez-scroller__container--locked)::-webkit-scrollbar-thumb:vertical:hover,.ez-scroller__container--both:not(.ez-scroller__container--locked)::-webkit-scrollbar-thumb:horizontal:hover,.ez-scroller__container:not(.ez-scroller__container--locked):hover::-webkit-scrollbar-thumb:vertical:hover,.ez-scroller__container:not(.ez-scroller__container--locked):hover::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--ez-scroller__scrollbar--color-hover)}.ez-scroller__container::-webkit-scrollbar-thumb:vertical:active,.ez-scroller__container::-webkit-scrollbar-thumb:horizontal:active{background-color:transparent}.ez-scroller__container--both:not(.ez-scroller__container--locked)::-webkit-scrollbar-thumb:vertical:active,.ez-scroller__container--both:not(.ez-scroller__container--locked)::-webkit-scrollbar-thumb:horizontal:active,.ez-scroller__container:not(.ez-scroller__container--locked):hover::-webkit-scrollbar-thumb:vertical:active,.ez-scroller__container:not(.ez-scroller__container--locked):hover::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--ez-scroller__scrollbar--color-clicked)}.ez-scroller__wrapper{display:flex;position:relative;width:100%;height:auto}.ez-scroller__wrapper--horizontal{flex-direction:row;align-items:center;gap:var(--ez-scroller__nav-button--spacing)}.ez-scroller__wrapper--vertical{flex-direction:column;align-items:center;gap:var(--ez-scroller__nav-button--spacing)}.ez-scroller__wrapper--buttons-mode{display:flex}.ez-scroller__wrapper--buttons-mode.ez-scroller__wrapper--horizontal{flex-direction:row}.ez-scroller__wrapper--buttons-mode.ez-scroller__wrapper--vertical{flex-direction:column}.ez-scroller__wrapper:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-start::before,.ez-scroller__wrapper:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-end::after{content:\"\";display:flex;position:absolute;z-index:1}.ez-scroller__wrapper--horizontal:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-start::before,.ez-scroller__wrapper--horizontal:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-end::after{width:24px;min-height:calc(100% - 10px)}.ez-scroller__wrapper--horizontal:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-start::before{left:0;background:linear-gradient(to right, var(--ez-scroller--box-shadow-color) 20%, transparent 80%)}.ez-scroller__wrapper--horizontal:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-end::after{right:0;background:linear-gradient(to left, var(--ez-scroller--box-shadow-color) 20%, transparent 80%)}.ez-scroller__wrapper--vertical:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-start::before,.ez-scroller__wrapper--vertical:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-end::after{min-width:calc(100% - 10px);height:24px}.ez-scroller__wrapper--vertical:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-start::before{top:0;background:linear-gradient(to bottom, var(--ez-scroller--box-shadow-color) 20%, transparent 80%)}.ez-scroller__wrapper--vertical:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-end::after{bottom:0;background:linear-gradient(to top, var(--ez-scroller--box-shadow-color) 20%, transparent 80%)}.ez-scroller__container--buttons-mode::-webkit-scrollbar{display:none}.ez-scroller__container--buttons-mode{scrollbar-width:none;flex:1;min-width:0;position:relative}.ez-scroller__nav-button{--ez-scroller__nav-button--size:var(--space--32, 32px);--ez-scroller__nav-button--border-radius:var(--border--radius-24, 24px);--ez-scroller__nav-button--gradient-width:40px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;flex-shrink:0;position:relative;z-index:2;width:var(--ez-scroller__nav-button--size);height:var(--ez-scroller__nav-button--size);border-radius:var(--ez-scroller__nav-button--border-radius)}.ez-scroller__nav-button--previous::after{content:\"\";position:absolute;z-index:-1;pointer-events:none}.ez-scroller__wrapper--horizontal .ez-scroller__nav-button--previous::after{left:100%;top:0;bottom:0;width:var(--ez-scroller__nav-button--gradient-width);background:linear-gradient(to left, transparent 0%, var(--ez-scroller--box-shadow-color, #fafcff) 100%)}.ez-scroller__wrapper--vertical .ez-scroller__nav-button--previous::after{top:100%;left:0;right:0;height:var(--ez-scroller__nav-button--gradient-width);background:linear-gradient(to top, transparent 0%, var(--ez-scroller--box-shadow-color, #fafcff) 100%)}.ez-scroller__nav-button--next::before{content:\"\";position:absolute;z-index:-1;pointer-events:none}.ez-scroller__wrapper--horizontal .ez-scroller__nav-button--next::before{right:100%;top:0;bottom:0;width:var(--ez-scroller__nav-button--gradient-width);background:linear-gradient(to right, transparent 0%, var(--ez-scroller--box-shadow-color, #fafcff) 100%)}.ez-scroller__wrapper--vertical .ez-scroller__nav-button--next::before{bottom:100%;left:0;right:0;height:var(--ez-scroller__nav-button--gradient-width);background:linear-gradient(to bottom, transparent 0%, var(--ez-scroller--box-shadow-color, #fafcff) 100%)}.ez-scroller__nav-button ez-icon{pointer-events:none}";
|
|
86674
87079
|
|
|
86675
87080
|
const EzScroller$1 = class extends HTMLElement$1 {
|
|
86676
87081
|
constructor() {
|
|
@@ -86679,21 +87084,58 @@ const EzScroller$1 = class extends HTMLElement$1 {
|
|
|
86679
87084
|
this.__attachShadow();
|
|
86680
87085
|
this._shadowStart = "ez-scroller__wrapper--shadow-start";
|
|
86681
87086
|
this._shadowEnd = "ez-scroller__wrapper--shadow-end";
|
|
87087
|
+
this._startHidden = undefined;
|
|
87088
|
+
this._endHidden = undefined;
|
|
86682
87089
|
this.isActive = false;
|
|
86683
87090
|
this.direction = undefined;
|
|
86684
87091
|
this.locked = false;
|
|
86685
87092
|
this.activeShadow = false;
|
|
87093
|
+
this.navigationMode = EzScrollNavigationMode.SCROLLBAR;
|
|
87094
|
+
this.scrollAmount = 200;
|
|
86686
87095
|
}
|
|
86687
87096
|
//---------------------------------------------
|
|
86688
87097
|
// Private methods
|
|
86689
87098
|
//---------------------------------------------
|
|
87099
|
+
scrollToPrevious() {
|
|
87100
|
+
if (!this._container)
|
|
87101
|
+
return;
|
|
87102
|
+
const scrollOptions = {
|
|
87103
|
+
behavior: 'smooth'
|
|
87104
|
+
};
|
|
87105
|
+
if (this.direction === EzScrollDirection.HORIZONTAL) {
|
|
87106
|
+
scrollOptions.left = Math.max(0, this._container.scrollLeft - this.scrollAmount);
|
|
87107
|
+
}
|
|
87108
|
+
else if (this.direction === EzScrollDirection.VERTICAL) {
|
|
87109
|
+
scrollOptions.top = Math.max(0, this._container.scrollTop - this.scrollAmount);
|
|
87110
|
+
}
|
|
87111
|
+
this._container.scrollTo(scrollOptions);
|
|
87112
|
+
}
|
|
87113
|
+
scrollToNext() {
|
|
87114
|
+
if (!this._container)
|
|
87115
|
+
return;
|
|
87116
|
+
const scrollOptions = {
|
|
87117
|
+
behavior: 'smooth'
|
|
87118
|
+
};
|
|
87119
|
+
if (this.direction === EzScrollDirection.HORIZONTAL) {
|
|
87120
|
+
scrollOptions.left = this._container.scrollLeft + this.scrollAmount;
|
|
87121
|
+
}
|
|
87122
|
+
else if (this.direction === EzScrollDirection.VERTICAL) {
|
|
87123
|
+
scrollOptions.top = this._container.scrollTop + this.scrollAmount;
|
|
87124
|
+
}
|
|
87125
|
+
this._container.scrollTo(scrollOptions);
|
|
87126
|
+
}
|
|
86690
87127
|
getContainerClass() {
|
|
87128
|
+
const isButtonMode = this.navigationMode === EzScrollNavigationMode.BUTTONS;
|
|
86691
87129
|
return `ez-scroller__container ez-scroller__container--${this.direction}
|
|
86692
87130
|
${this.locked || !this.isActive ? " ez-scroller__container--locked" : ""}
|
|
87131
|
+
${isButtonMode ? " ez-scroller__container--buttons-mode" : ""}
|
|
86693
87132
|
`;
|
|
86694
87133
|
}
|
|
86695
87134
|
getWrapperClass() {
|
|
86696
|
-
|
|
87135
|
+
const isButtonMode = this.navigationMode === EzScrollNavigationMode.BUTTONS;
|
|
87136
|
+
return `ez-scroller__wrapper ez-scroller__wrapper--${this.direction}
|
|
87137
|
+
${isButtonMode ? " ez-scroller__wrapper--buttons-mode" : ""}
|
|
87138
|
+
`;
|
|
86697
87139
|
}
|
|
86698
87140
|
finishDrag() {
|
|
86699
87141
|
if (this._controller) {
|
|
@@ -86721,27 +87163,33 @@ const EzScroller$1 = class extends HTMLElement$1 {
|
|
|
86721
87163
|
this.updateShadow();
|
|
86722
87164
|
}
|
|
86723
87165
|
updateShadow() {
|
|
86724
|
-
|
|
86725
|
-
|
|
87166
|
+
if (!this.activeShadow) {
|
|
87167
|
+
return;
|
|
87168
|
+
}
|
|
87169
|
+
// Apply shadow classes to container when in buttons mode, otherwise to wrapper
|
|
87170
|
+
const targetElement = this.navigationMode === EzScrollNavigationMode.BUTTONS
|
|
87171
|
+
? this._container
|
|
87172
|
+
: this._wrapper;
|
|
87173
|
+
if (targetElement == undefined) {
|
|
86726
87174
|
return;
|
|
86727
87175
|
}
|
|
86728
87176
|
const shadowPositions = ["", "start", "end", "middle"];
|
|
86729
87177
|
const currentPosition = shadowPositions[Number(this._startHidden) | Number(this._endHidden) << 1];
|
|
86730
87178
|
if (currentPosition === "start") {
|
|
86731
|
-
|
|
86732
|
-
|
|
87179
|
+
targetElement.classList.add(this._shadowStart);
|
|
87180
|
+
targetElement.classList.remove(this._shadowEnd);
|
|
86733
87181
|
}
|
|
86734
87182
|
else if (currentPosition === "end") {
|
|
86735
|
-
|
|
86736
|
-
|
|
87183
|
+
targetElement.classList.remove(this._shadowStart);
|
|
87184
|
+
targetElement.classList.add(this._shadowEnd);
|
|
86737
87185
|
}
|
|
86738
87186
|
else if (currentPosition === "middle") {
|
|
86739
|
-
|
|
86740
|
-
|
|
87187
|
+
targetElement.classList.add(this._shadowStart);
|
|
87188
|
+
targetElement.classList.add(this._shadowEnd);
|
|
86741
87189
|
}
|
|
86742
87190
|
else {
|
|
86743
|
-
|
|
86744
|
-
|
|
87191
|
+
targetElement.classList.remove(this._shadowStart);
|
|
87192
|
+
targetElement.classList.remove(this._shadowEnd);
|
|
86745
87193
|
}
|
|
86746
87194
|
}
|
|
86747
87195
|
configResize() {
|
|
@@ -86765,6 +87213,17 @@ const EzScroller$1 = class extends HTMLElement$1 {
|
|
|
86765
87213
|
return this._container.scrollWidth > this._container.clientWidth
|
|
86766
87214
|
|| this._container.scrollHeight > this._container.clientHeight;
|
|
86767
87215
|
}
|
|
87216
|
+
renderNavigationButtons() {
|
|
87217
|
+
if (this.navigationMode !== EzScrollNavigationMode.BUTTONS || this.direction === EzScrollDirection.BOTH) {
|
|
87218
|
+
return null;
|
|
87219
|
+
}
|
|
87220
|
+
const isHorizontal = this.direction === EzScrollDirection.HORIZONTAL;
|
|
87221
|
+
const previousIconName = isHorizontal ? "arrow_back" : "arrow-up";
|
|
87222
|
+
const nextIconName = isHorizontal ? "arrow-forward" : "arrow-down";
|
|
87223
|
+
const previousButton = this._startHidden ? (h("ez-button", { class: "ez-scroller__nav-button ez-scroller__nav-button--previous", onClick: () => this.scrollToPrevious(), title: this.i18n('ez-scroller.previousButton'), "aria-label": this.i18n('ez-scroller.previousButton'), type: "button", variant: "tertiary", mode: 'icon', suppressAnimation: true, iconName: previousIconName }, h("ez-icon", { iconName: previousIconName }))) : null;
|
|
87224
|
+
const nextButton = this._endHidden ? (h("ez-button", { class: "ez-scroller__nav-button ez-scroller__nav-button--next", onClick: () => this.scrollToNext(), title: this.i18n('ez-scroller.nextButton'), "aria-label": this.i18n('ez-scroller.nextButton'), type: "button", variant: "tertiary", mode: 'icon', suppressAnimation: true, iconName: nextIconName }, h("ez-icon", { iconName: nextIconName }))) : null;
|
|
87225
|
+
return { previousButton, nextButton };
|
|
87226
|
+
}
|
|
86768
87227
|
//---------------------------------------------
|
|
86769
87228
|
// Event handlers
|
|
86770
87229
|
//---------------------------------------------
|
|
@@ -86803,6 +87262,9 @@ const EzScroller$1 = class extends HTMLElement$1 {
|
|
|
86803
87262
|
}
|
|
86804
87263
|
}
|
|
86805
87264
|
}
|
|
87265
|
+
async componentWillLoad() {
|
|
87266
|
+
this.i18n = await initI18n();
|
|
87267
|
+
}
|
|
86806
87268
|
componentDidRender() {
|
|
86807
87269
|
var _a, _b;
|
|
86808
87270
|
if (this._container == undefined) {
|
|
@@ -86819,8 +87281,11 @@ const EzScroller$1 = class extends HTMLElement$1 {
|
|
|
86819
87281
|
this.updateScroller();
|
|
86820
87282
|
}
|
|
86821
87283
|
render() {
|
|
86822
|
-
|
|
86823
|
-
|
|
87284
|
+
const buttons = this.navigationMode === EzScrollNavigationMode.BUTTONS ? this.renderNavigationButtons() : null;
|
|
87285
|
+
return (h(Host, null, this.activeShadow || this.navigationMode === EzScrollNavigationMode.BUTTONS
|
|
87286
|
+
? h("div", { ref: ref => this._wrapper = ref, class: this.getWrapperClass() }, buttons === null || buttons === void 0 ? void 0 :
|
|
87287
|
+
buttons.previousButton, this.getContainerElement(), buttons === null || buttons === void 0 ? void 0 :
|
|
87288
|
+
buttons.nextButton)
|
|
86824
87289
|
: this.getContainerElement()));
|
|
86825
87290
|
}
|
|
86826
87291
|
static get style() { return ezScrollerCss; }
|
|
@@ -86880,7 +87345,7 @@ function replaceQuotes(text) {
|
|
|
86880
87345
|
.replace(/"/g, '"');
|
|
86881
87346
|
}
|
|
86882
87347
|
|
|
86883
|
-
const ezSearchCss = ":host{--ez-search--height:42px;--ez-search--width:100%;--ez-search__icon--width:48px;--ez-search--border-radius:var(--border--radius-medium, 12px);--ez-search--border-radius-small:var(--border--radius-small, 6px);--ez-search--font-size:var(--text--medium, 14px);--ez-search--font-family:var(--font-pattern, Arial);--ez-search--font-weight--large:var(--text-weight--large, 500);--ez-search--font-weight--medium:var(--text-weight--medium, 400);--ez-search--background-color--xlight:var(--background--xlight, #fff);--ez-search--background-medium:var(--background--medium, #f0f3f7);--ez-search--line-height:calc(var(--text--medium, 14px) + 4px);--ez-search__input--background-color:var(--background--medium, #e0e0e0);--ez-search__input--border:var(--border--medium, 2px solid);--ez-search__input--border-color:var(--ez-search__input--background-color);--ez-search__input--focus--border-color:var(--color--primary, #008561);--ez-search__input--disabled--background-color:var(--color--disable-secondary, #F2F5F8);--ez-search__input--disabled--color:var(--text--disable, #AFB6C0);--ez-search__input--error--border-color:#CC2936;--ez-search__btn--color:var(--title--primary, #2B3A54);--ez-search__btn-disabled--color:var(--text--disable, #AFB6C0);--ez-search__btn-hover--color:var(--color--primary, #4e4e4e);--ez-search__label--color:var(--title--primary, #2B3A54);--ez-search--space--medium:var(--space--medium, 12px);--ez-search--space--small:var(--space--small, 6px);display:flex;flex-wrap:wrap;position:relative;width:var(--ez-search--width)}ez-icon{--ez-icon--color:inherit;font-weight:var(--text-weight--large, 600)}.suppressed-search-input{--ez-text-input__input--border-color:var(--color--strokes, #dce0e8);--ez-text-input__input--disabled--background-color:var(--background--xlight, #fff);--ez-text-input__input--disabled--color:var(--title--primary, #2B3A54)}.btn{outline:none;border:none;background:none;cursor:pointer;color:var(--ez-search__btn--color)}.btn:disabled{cursor:not-allowed;color:var(--ez-search__btn-disabled--color)}.btn:disabled:hover{cursor:not-allowed;color:var(--ez-search__btn-disabled--color)}.btn:hover{color:var(--ez-search__btn-hover--color)}.btn__close{visibility:hidden}ez-text-input:hover .btn__close,ez-text-input:focus .btn__close{visibility:visible}";
|
|
87348
|
+
const ezSearchCss = ":host{--ez-search--height:42px;--ez-search--width:100%;--ez-search--min-width:0;--ez-search__icon--width:48px;--ez-search--border-radius:var(--border--radius-medium, 12px);--ez-search--border-radius-small:var(--border--radius-small, 6px);--ez-search--font-size:var(--text--medium, 14px);--ez-search--font-family:var(--font-pattern, Arial);--ez-search--font-weight--large:var(--text-weight--large, 500);--ez-search--font-weight--medium:var(--text-weight--medium, 400);--ez-search--background-color--xlight:var(--background--xlight, #fff);--ez-search--background-medium:var(--background--medium, #f0f3f7);--ez-search--line-height:calc(var(--text--medium, 14px) + 4px);--ez-search__input--background-color:var(--background--medium, #e0e0e0);--ez-search__input--border:var(--border--medium, 2px solid);--ez-search__input--border-color:var(--ez-search__input--background-color);--ez-search__input--focus--border-color:var(--color--primary, #008561);--ez-search__input--disabled--background-color:var(--color--disable-secondary, #F2F5F8);--ez-search__input--disabled--color:var(--text--disable, #AFB6C0);--ez-search__input--error--border-color:#CC2936;--ez-search__btn--color:var(--title--primary, #2B3A54);--ez-search__btn-disabled--color:var(--text--disable, #AFB6C0);--ez-search__btn-hover--color:var(--color--primary, #4e4e4e);--ez-search__label--color:var(--title--primary, #2B3A54);--ez-search--space--medium:var(--space--medium, 12px);--ez-search--space--small:var(--space--small, 6px);display:flex;flex-wrap:wrap;position:relative;width:var(--ez-search--width);min-width:var(--ez-search--min-width)}ez-icon{--ez-icon--color:inherit;font-weight:var(--text-weight--large, 600)}.suppressed-search-input{--ez-text-input__input--border-color:var(--color--strokes, #dce0e8);--ez-text-input__input--disabled--background-color:var(--background--xlight, #fff);--ez-text-input__input--disabled--color:var(--title--primary, #2B3A54)}.btn{outline:none;border:none;background:none;cursor:pointer;color:var(--ez-search__btn--color)}.btn:disabled{cursor:not-allowed;color:var(--ez-search__btn-disabled--color)}.btn:disabled:hover{cursor:not-allowed;color:var(--ez-search__btn-disabled--color)}.btn:hover{color:var(--ez-search__btn-hover--color)}.btn__close{visibility:hidden}ez-text-input:hover .btn__close,ez-text-input:focus .btn__close{visibility:visible}";
|
|
86884
87349
|
|
|
86885
87350
|
const EzSearch$1 = class extends HTMLElement$1 {
|
|
86886
87351
|
constructor() {
|
|
@@ -87613,6 +88078,7 @@ const EzSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
87613
88078
|
if (newNormalizedValue === undefined) {
|
|
87614
88079
|
this.codeValue = undefined;
|
|
87615
88080
|
this.descriptionValue = undefined;
|
|
88081
|
+
this.cleanFieldsRef();
|
|
87616
88082
|
this.ezChange.emit(undefined);
|
|
87617
88083
|
return;
|
|
87618
88084
|
}
|
|
@@ -87647,7 +88113,7 @@ const EzSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
87647
88113
|
* Aplica o foco no campo.
|
|
87648
88114
|
*/
|
|
87649
88115
|
async setFocus(options) {
|
|
87650
|
-
var _a;
|
|
88116
|
+
var _a, _b;
|
|
87651
88117
|
if (this.disableCodeInput) {
|
|
87652
88118
|
(_a = this._textInputDescriptionValue) === null || _a === void 0 ? void 0 : _a.setFocus(options);
|
|
87653
88119
|
return;
|
|
@@ -87656,7 +88122,7 @@ const EzSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
87656
88122
|
this._latestFocusedInputElement.setFocus(options);
|
|
87657
88123
|
return;
|
|
87658
88124
|
}
|
|
87659
|
-
this._textInputCodeValue.setFocus(options);
|
|
88125
|
+
(_b = this._textInputCodeValue) === null || _b === void 0 ? void 0 : _b.setFocus(options);
|
|
87660
88126
|
}
|
|
87661
88127
|
/**
|
|
87662
88128
|
* Obtém o valor do componente só após a compo de apresentação
|
|
@@ -87943,6 +88409,14 @@ const EzSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
87943
88409
|
handleDescriptionInputFocus() {
|
|
87944
88410
|
this.setLatestFocusedInputElement(this._textInputDescriptionValue);
|
|
87945
88411
|
}
|
|
88412
|
+
cleanFieldsRef() {
|
|
88413
|
+
if (this._textInputCodeValue) {
|
|
88414
|
+
this._textInputCodeValue.value = null;
|
|
88415
|
+
}
|
|
88416
|
+
if (this._textInputDescriptionValue) {
|
|
88417
|
+
this._textInputDescriptionValue.value = null;
|
|
88418
|
+
}
|
|
88419
|
+
}
|
|
87946
88420
|
getRightIconElement() {
|
|
87947
88421
|
var _a, _b;
|
|
87948
88422
|
if (!this.ensureClearButtonVisible && (!this.value && !((_a = this._textInputCodeValue) === null || _a === void 0 ? void 0 : _a.value) && !((_b = this._textInputDescriptionValue) === null || _b === void 0 ? void 0 : _b.value))) {
|
|
@@ -91752,7 +92226,7 @@ function removeMultiDragElements() {
|
|
|
91752
92226
|
Sortable.mount(new AutoScrollPlugin());
|
|
91753
92227
|
Sortable.mount(Remove, Revert);
|
|
91754
92228
|
|
|
91755
|
-
const ezSortableListCss = ":host{--ez-sortable-list__host--z-index:var(--visible, 1);--ez-sortable-list__host--border-radius:var(--border--radius-medium, 12px);--ez-sortable-list__host--padding:var(--space--medium, 12px);--ez-sortable-list__item--margin:0 var(--space--small, 6px);--ez-sortable-list__item--padding:var(--space--3xs, 6px);--ez-sortable-list__item--color:var(--title--primary, #2b3a54);--ez-sortable-list__item--font-family:var(--font-pattern, \"Roboto\");--ez-sortable-list__item--font-size:var(--text--medium, 14px);--ez-sortable-list__selected-item--border-radius:var(--border--radius-small, 6px);--ez-sortable-list__selected-item--background-color:var(--color--primary-300, #E2F4EF);--ez-sortable-list__selectable--padding-right:var(--space--small, 6px);--ez-sortable-list__selectable--padding-left:var(--space--small, 6px);--ez-sortable-list__icon--color:#AFB6C0;--ez-sortable-list__draggable-icon--image:url('data:image/svg+xml;utf8,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m 6.75,2.25 h 1.5 v 1.5 h -1.5 z m 3,0 h 1.5 v 1.5 h -1.5 z m -3,3 h 1.5 v 1.5 h -1.5 z m 3,0 h 1.5 v 1.5 h -1.5 z m -3,3 h 1.5 v 1.5 h -1.5 z m 3,0 h 1.5 v 1.5 h -1.5 z m -3,3 h 1.5 v 1.5 h -1.5 z m 3,0 h 1.5 v 1.5 h -1.5 z m -3,3 h 1.5 v 1.5 h -1.5 z m 3,0 h 1.5 v 1.5 h -1.5 z\"/></svg>');--ez-sortable-list__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-sortable-list--color-background:var(--scrollbar--background, #E5EAF0);--ez-sortable-list__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-sortable-list__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-sortable-list--border-radius:var(--border--radius-small, 6px);--ez-sortable-list__scrollbar--width:var(--space--small, 6px);max-height:100%;width:100%;background-color:#fff;display:flex;z-index:var(--ez-sortable-list__host--z-index)}.sortable-item{display:flex;justify-content:space-between;font-family:var(--ez-sortable-list__item--font-family);font-size:var(--ez-sortable-list__item--font-size);padding:var(--ez-sortable-list__item--padding) 0px;margin:var(--ez-sortable-list__item--margin)}.hover-feedback:hover{background-color:var(--background--medium);border-radius:var(--border--radius-regular)}.sortable-item.dragging{background:#FFFFFF;border:1px solid #008561;box-shadow:0px 0px 16px rgba(0, 38, 111, 0.122);border-radius:6px}.sortable-list{padding:0;margin:0;width:100%;height:100%;max-height:100%;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;color:var(--text-color);scrollbar-color:var(--ez-sortable-list__scrollbar--color-clicked) var(--ez-sortable-list--color-background)}.sortable-list.empty-content::after{content:attr(data-content);display:block;font-size:16px;font-weight:400;color:#AFB6C0;margin:auto;padding:8px}.list-scroller--fix{scrollbar-width:thin}.list-scroller--hover{scrollbar-width:none}.item-content{display:flex;flex-grow:1;flex-direction:row}.empty-message{font-weight:var(--text-weight--medium);font-size:var(--text--medium);color:var(--text--secondary);margin:auto}.draggable-icon{align-items:flex-start;display:flex;outline:none;border:none;background-color:unset}.draggable-icon::after{content:'';display:flex;width:18px;height:18px;background-color:var(--ez-sortable-list__icon--color);-webkit-mask-image:var(--ez-sortable-list__draggable-icon--image);mask-image:var(--ez-sortable-list__draggable-icon--image)}.selectable{cursor:pointer;padding-right:var(--ez-sortable-list__selectable--padding-right);padding-left:var(--ez-sortable-list__selectable--padding-left)}.selected{background:var(--ez-sortable-list__selected-item--background-color);border-radius:var(--ez-sortable-list__selected-item--border-radius)}.list-fix::-webkit-scrollbar-thumb{background-color:var(--ez-sortable-list__scrollbar--color-default);border-radius:var(--ez-sortable-list--border-radius)}.list-fix::-webkit-scrollbar-thumb:active{background-color:var(--ez-sortable-list__scrollbar--color-clicked)}.list-fix::-webkit-scrollbar{width:var(--ez-sortable-list__scrollbar--width);display:none}.list-hover::-webkit-scrollbar-thumb:hover{background-color:var(--ez-sortable-list__scrollbar--color-hover)}.list-hover:hover{scrollbar-width:thin}.list-hover:hover::-webkit-scrollbar{display:block}.ghost{opacity:.5;background:#589f7b}.sortable-content{display:flex;justify-content:space-between;gap:10px;flex-direction:column;border:var(--border--small) var(--color--strokes);border-radius:var(--border--radius-medium);width:100%;height:400px;min-width:40%}@media (max-height: 630px){.sortable-content{height:
|
|
92229
|
+
const ezSortableListCss = ":host{--ez-sortable-list__host--z-index:var(--visible, 1);--ez-sortable-list__host--border-radius:var(--border--radius-medium, 12px);--ez-sortable-list__host--padding:var(--space--medium, 12px);--ez-sortable-list__item--margin:0 var(--space--small, 6px);--ez-sortable-list__item--padding:var(--space--3xs, 6px);--ez-sortable-list__item--color:var(--title--primary, #2b3a54);--ez-sortable-list__item--font-family:var(--font-pattern, \"Roboto\");--ez-sortable-list__item--font-size:var(--text--medium, 14px);--ez-sortable-list__selected-item--border-radius:var(--border--radius-small, 6px);--ez-sortable-list__selected-item--background-color:var(--color--primary-300, #E2F4EF);--ez-sortable-list__selectable--padding-right:var(--space--small, 6px);--ez-sortable-list__selectable--padding-left:var(--space--small, 6px);--ez-sortable-list__icon--color:#AFB6C0;--ez-sortable-list__draggable-icon--image:url('data:image/svg+xml;utf8,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m 6.75,2.25 h 1.5 v 1.5 h -1.5 z m 3,0 h 1.5 v 1.5 h -1.5 z m -3,3 h 1.5 v 1.5 h -1.5 z m 3,0 h 1.5 v 1.5 h -1.5 z m -3,3 h 1.5 v 1.5 h -1.5 z m 3,0 h 1.5 v 1.5 h -1.5 z m -3,3 h 1.5 v 1.5 h -1.5 z m 3,0 h 1.5 v 1.5 h -1.5 z m -3,3 h 1.5 v 1.5 h -1.5 z m 3,0 h 1.5 v 1.5 h -1.5 z\"/></svg>');--ez-sortable-list__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-sortable-list--color-background:var(--scrollbar--background, #E5EAF0);--ez-sortable-list__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-sortable-list__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-sortable-list--border-radius:var(--border--radius-small, 6px);--ez-sortable-list__scrollbar--width:var(--space--small, 6px);max-height:100%;width:100%;background-color:#fff;display:flex;z-index:var(--ez-sortable-list__host--z-index)}.sortable-item{display:flex;justify-content:space-between;font-family:var(--ez-sortable-list__item--font-family);font-size:var(--ez-sortable-list__item--font-size);padding:var(--ez-sortable-list__item--padding) 0px;margin:var(--ez-sortable-list__item--margin)}.hover-feedback:hover{background-color:var(--background--medium);border-radius:var(--border--radius-regular)}.sortable-item.dragging{background:#FFFFFF;border:1px solid #008561;box-shadow:0px 0px 16px rgba(0, 38, 111, 0.122);border-radius:6px}.sortable-list{padding:0;margin:0;width:100%;height:100%;max-height:100%;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;color:var(--text-color);scrollbar-color:var(--ez-sortable-list__scrollbar--color-clicked) var(--ez-sortable-list--color-background)}.sortable-list.empty-content::after{content:attr(data-content);display:block;font-size:16px;font-weight:400;color:#AFB6C0;margin:auto;padding:8px}.list-scroller--fix{scrollbar-width:thin}.list-scroller--hover{scrollbar-width:none}.item-content{display:flex;flex-grow:1;flex-direction:row}.empty-message{font-weight:var(--text-weight--medium);font-size:var(--text--medium);color:var(--text--secondary);margin:auto}.draggable-icon{align-items:flex-start;display:flex;outline:none;border:none;background-color:unset}.draggable-icon::after{content:'';display:flex;width:18px;height:18px;background-color:var(--ez-sortable-list__icon--color);-webkit-mask-image:var(--ez-sortable-list__draggable-icon--image);mask-image:var(--ez-sortable-list__draggable-icon--image)}.selectable{cursor:pointer;padding-right:var(--ez-sortable-list__selectable--padding-right);padding-left:var(--ez-sortable-list__selectable--padding-left)}.selected{background:var(--ez-sortable-list__selected-item--background-color);border-radius:var(--ez-sortable-list__selected-item--border-radius)}.list-fix::-webkit-scrollbar-thumb{background-color:var(--ez-sortable-list__scrollbar--color-default);border-radius:var(--ez-sortable-list--border-radius)}.list-fix::-webkit-scrollbar-thumb:active{background-color:var(--ez-sortable-list__scrollbar--color-clicked)}.list-fix::-webkit-scrollbar{width:var(--ez-sortable-list__scrollbar--width);display:none}.list-hover::-webkit-scrollbar-thumb:hover{background-color:var(--ez-sortable-list__scrollbar--color-hover)}.list-hover:hover{scrollbar-width:thin}.list-hover:hover::-webkit-scrollbar{display:block}.ghost{opacity:.5;background:#589f7b}.sortable-content{display:flex;justify-content:space-between;gap:10px;flex-direction:column;border:var(--border--small) var(--color--strokes);border-radius:var(--border--radius-medium);width:100%;height:400px;min-width:40%}@media (max-height: 630px){.sortable-content{height:270px}}.sortable-header{background:var(--background--body);padding:10px;border-radius:var(--border--radius-medium) var(--border--radius-medium) 0 0}.sortable-label{font-weight:var(--text-weight--large);font-size:var(--text--medium);color:var(--title--primary);margin-bottom:10px;display:block}.sortable-totalizer{padding:5px 10px;background:var(--background--body);font-weight:var(--text-weight--medium);font-size:var(--text--medium);color:var(--text--primary);border-radius:0 0 var(--border--radius-medium) var(--border--radius-medium)}";
|
|
91756
92230
|
|
|
91757
92231
|
Sortable.mount(new MultiDragPlugin());
|
|
91758
92232
|
const EzSortableList$1 = class extends HTMLElement$1 {
|
|
@@ -91998,7 +92472,7 @@ const EzSpinner$1 = class extends HTMLElement$1 {
|
|
|
91998
92472
|
static get style() { return ezSpinnerCss; }
|
|
91999
92473
|
};
|
|
92000
92474
|
|
|
92001
|
-
const ezSplitButtonCss = ":host{--ez-split-button--min-width:var(--space--40, 40px);--ez-split-button--width:auto;--ez-split-button--height:var(--space--32, 32px);--ez-split-button__medium-icon--width:var(--space--40, 40px);--ez-split-button__large-icon--width:var(--space--44, 44px);--ez-split-button__label--padding-top:var(--space--0, 0px);--ez-split-button__label--padding-bottom:var(--space--0, 0px);--ez-split-button__right-button--padding-left:var(--space--8, 8px);--ez-split-button__right-button--padding-right:var(--space--12, 12px);--ez-split-button--color:var(--color--ocean-green-600, #008561);--ez-split-button__left-icon--color:var(--color--ocean-green-600, #008561);--ez-split-button__right-icon--color:var(--color--ocean-green-600, #008561);--ez-split-button--background-color:var(--color--gray-70, #FFFFFF);--ez-split-button--border:1px solid var(--color--gray-90, #EAEAEA);--ez-split-button--font-size:var(--font-size--default, 14px);--ez-split-button--line-height:var(--line-height--28, 28px);--ez-split-button--font-family:var(--font-pattern, Arial);--ez-split-button--font-weight:var(--font-weight--medium, 500);--ez-split-button--border-radius:var(--border--radius-24, 24px);--ez-split-button--hover-color:var(--color--primary-600, #007a5a);--ez-split-button--hover--background-color:var(--color--gray-80, #F9F9F9);--ez-split-button--disabled-color:var(--color--gray-400, #77777A);--ez-split-button--disabled--background-color:var(--color--gray-80, #F9F9F9);--ez-split-button--focus--border:var(--border--medium, 2px) var(--color--primary-300);--ez-split-button--focus--box-shadow:none;display:flex;width:fit-content}:host(.ez-split-button--primary){--ez-split-button--color:var(--color--gray-70);--ez-split-button--background-color:var(--color--ocean-green-500);--ez-split-button--font-weight:var(--font-weight--regular);--ez-split-button--border:none;--ez-split-button__left-icon--color:var(--color--gray-70);--ez-split-button__right-icon--color:var(--color--gray-70);--ez-split-button--hover-color:var(--color--gray-70);--ez-split-button--hover--background-color:var(--color--ocean-green-700);--ez-split-button--hover--border:none;--ez-split-button--left-icon--hover-color:var(--color--gray-70);--ez-split-button--right-icon--hover-color:var(--color--gray-70);--ez-split-button--disabled-color:var(--color--gray-70);--ez-split-button--disabled--background-color:var(--color--gray-400);--ez-split-button--disabled--border:none;--ez-split-button--disabled-icon-color:var(--color--gray-200);--ez-split-button__left-icon--disabled-color:var(--color--gray-200);--ez-split-button__right-icon--disabled-color:var(--color--gray-200)}:host(.ez-split-button--secondary){--ez-split-button--color:var(--color--ocean-green-600);--ez-split-button--background-color:var(--color--gray-70);--ez-split-button--border:1px solid var(--color--gray-90);--ez-split-button--left-icon--color:var(--color--ocean-green-600);--ez-split-button--right-icon--color:var(--color--ocean-green-600);--ez-split-button--hover-color:var(--color--ocean-green-600);--ez-split-button--hover--background-color:var(--color--gray-80);--ez-split-button--hover--border:1px solid var(--color--gray-90);--ez-split-button--left-icon--hover-color:var(--color--ocean-green-600);--ez-split-button--right-icon--hover-color:var(--color--ocean-green-600);--ez-split-button--disabled-color:var(--color--gray-400);--ez-split-button--disabled--background-color:var(--color--gray-80);--ez-split-button--disabled--border:1px solid var(--color--gray-200);--ez-split-button--disabled-icon-color:var(--color--gray-400);--ez-split-button__left-icon--disabled-color:var(--color--gray-300);--ez-split-button__right-icon--disabled-color:var(--color--gray-300)}:host(.ez-split-button--tertiary){--ez-split-button--color:var(--color--ocean-green-600);--ez-split-button--background-color:transparent;--ez-split-button--font-weight:var(--font-weight--regular);--ez-split-button--border:none;--ez-split-button--left-icon--color:var(--color--ocean-green-600);--ez-split-button--right-icon--color:var(--color--ocean-green-600);--ez-split-button--hover-color:var(--color--ocean-green-800);--ez-split-button--hover--background-color:transparent;--ez-split-button--hover--border:none;--ez-split-button--left-icon--hover-color:var(--color--ocean-green-800);--ez-split-button--right-icon--hover-color:var(--color--ocean-green-800);--ez-split-button--disabled-color:var(--color--gray-400);--ez-split-button--disabled--background-color:transparent;--ez-split-button--disabled--border:transparent;--ez-split-button--disabled-icon-color:var(--color--gray-200);--ez-split-button__left-icon--disabled-color:var(--color--gray-200);--ez-split-button__right-icon--disabled-color:var(--color--gray-200)}.ez-split-button.large{--ez-split-button--height:var(--space--42, 42px)}.ez-split-button.medium{--ez-split-button--height:var(--space--32, 32px)}.ez-split-button.small{--ez-split-button--height:var(--space--32, 32px);--ez-split-button--font-size:var(--text--small, 12px)}ez-icon{--ez-icon--color:inherit}button{position:relative;display:flex;align-items:center;margin:0;cursor:pointer;transition:background-color 0.2s linear, transform 0.15s ease;white-space:nowrap;overflow:hidden;transform:scale(1);min-width:var(--ez-split-button--min-width);width:var(--ez-split-button--width);height:var(--ez-split-button--height);font-family:var(--ez-split-button--font-family);font-size:var(--ez-split-button--font-size);font-weight:var(--ez-split-button--font-weight);padding:var(--ez-split-button__label--padding-top) 0 var(--ez-split-button__label--padding-bottom) 0;border-top-left-radius:var(--ez-split-button--border-radius);border-bottom-left-radius:var(--ez-split-button--border-radius);background-color:var(--ez-split-button--background-color);color:var(--ez-split-button--color);fill:var(--ez-split-button--color);border:none}label{cursor:pointer;line-height:var(--ez-split-button--line-height)}.ez-split-button__left-button{border:var(--ez-split-button--border);border-right:none;outline:none;gap:var(--space--8, 8px);padding-left:var(--space--12, 12px);padding-right:var(--space--8, 8px)}.ez-split-button__right-button{border:var(--ez-split-button--border);border-left:none;outline:none}.ez-split-button__left-button.force-focus-visible,.ez-split-button__left-button:focus-visible{box-shadow:-1px 1px 0px 1px var(--color--gray-70), \n -1px -1px 0px 1px var(--color--gray-70), \n -2px -2px 0px 2px var(--color--ocean-green-200), \n -2px 2px 0px 2px var(--color--ocean-green-200), \n 0px -2px 0px 2px var(--color--ocean-green-200), \n 0px 2px 0px 2px var(--color--ocean-green-200)}.ez-split-button__right-button.force-focus-visible,.ez-split-button__right-button:focus-visible{box-shadow:1px 1px 0px 1px var(--color--gray-70), \n 1px -1px 0px 1px var(--color--gray-70), \n 2px -2px 0px 2px var(--color--ocean-green-200), \n 2px 2px 0px 2px var(--color--ocean-green-200), \n 0px -2px 0px 2px var(--color--ocean-green-200), \n 0px 2px 0px 2px var(--color--ocean-green-200)}.ez-split-button__left-button[aria-disabled].force-focus-visible,.ez-split-button__left-button[aria-disabled]:focus-visible{box-shadow:-1px 1px 0px 1px var(--color--gray-70), \n -1px -1px 0px 1px var(--color--gray-70), \n -2px -2px 0px 2px var(--color--petroleum-100), \n -2px 2px 0px 2px var(--color--petroleum-100), \n 0px -2px 0px 2px var(--color--petroleum-100), \n 0px 2px 0px 2px var(--color--petroleum-100)}.ez-split-button__right-button[aria-disabled].force-focus-visible,.ez-split-button__right-button[aria-disabled]:focus-visible{box-shadow:1px 1px 0px 1px var(--color--gray-70), \n 1px -1px 0px 1px var(--color--gray-70), \n 2px -2px 0px 2px var(--color--petroleum-100), \n 2px 2px 0px 2px var(--color--petroleum-100), \n 0px -2px 0px 2px var(--color--petroleum-100), \n 0px 2px 0px 2px var(--color--petroleum-100)}.ez-split-button__left-button:hover,.ez-split-button__right-button:hover{outline:none;background-color:var(--ez-split-button--hover--background-color);color:var(--ez-split-button--hover-color);fill:var(--ez-split-button--hover-color);--ez-icon--color:var(--ez-split-button--hover-color)}.ez-split-button__left-button:disabled,.ez-split-button__left-button[aria-disabled],.ez-split-button__left-button:disabled label,.ez-split-button__left-button[aria-disabled] label,.ez-split-button__right-button:disabled,.ez-split-button__right-button[aria-disabled]{background-color:var(--ez-split-button--disabled--background-color);color:var(--ez-split-button--disabled-color);fill:var(--ez-split-button--disabled-color);border:none;--ez-icon--color:var(--ez-split-button__left-icon--disabled-color);cursor:not-allowed}.ez-split-button__left-button:disabled,.ez-split-button__left-button[aria-disabled]{--ez-icon--color:var(--ez-split-button__left-icon--disabled-color);border:var(--ez-split-button--disabled-border);border-right:none}.ez-split-button__right-button:disabled,.ez-split-button__right-button[aria-disabled]{--ez-icon--color:var(--ez-split-button__right-icon--disabled-color);border:var(--ez-split-button--disabled-border);border-left:none}.ez-split-button__right-button{border-top-right-radius:var(--ez-split-button--border-radius);border-bottom-right-radius:var(--ez-split-button--border-radius);border-top-left-radius:0;border-bottom-left-radius:0;border-right:var(--ez-split-button--border)}.ez-split-button__divider{width:1px;box-sizing:border-box;position:relative;background-color:var(--ez-split-button--background-color);height:var(--ez-split-button--height);border-top:var(--ez-split-button--border);border-bottom:var(--ez-split-button--border)}.ez-split-button__divider[aria-disabled],.ez-split-button__divider.disabled{cursor:not-allowed;background-color:var(--ez-split-button--disabled--background-color);border-top:var(--ez-split-button--disabled--border);border-bottom:var(--ez-split-button--disabled--border)}.ez-split-button__divider:before{content:\"\";position:absolute;left:0;border-left:1px solid rgba(0, 0, 0, 10%);border-radius:2px;height:75%;top:10%;bottom:10%}.btn-icon--medium{min-width:--ez-split-button__medium-icon--width}.btn-icon--large{min-width:--ez-split-button__large-icon--width}.ez-split-button__right-button-container{position:absolute;left:0;padding-left:var(--ez-split-button__right-button--padding-left);padding-right:var(--ez-split-button__right-button--padding-right)}.ez-split-button{display:flex;flex-direction:row;align-items:center;color:var(--ez-split-button--color)}.dropdown{display:flex}.dropdown-content{display:block;position:absolute;background-color:#f1f1f1;min-width:160px;z-index:var(--ez-elevation--8);border-radius:var(--ez-split-button--border-radius)}.dropdown-content>ez-dropdown{position:relative}.ripple{position:absolute;width:20px;height:20px;border-radius:50%;background:rgba(255, 255, 255, 0.3);pointer-events:none;transform:scale(0);animation:ripple-animation 0.6s linear;z-index:0}@keyframes ripple-animation{to{transform:scale(4);opacity:0}}:host .ripple,:host(.ez-split-button--secondary) .ripple{background:rgba(0, 133, 97, 0.2)}:host(.ez-split-button--primary) .ripple{background:rgba(255, 255, 255, 0.3)}:host(.ez-split-button--tertiary) .ripple{background:rgba(0, 133, 97, 0.15)}.ez-split-button__left-button.pressed,.ez-split-button__right-button.pressed{transform:scale(0.98)}.ez-split-button__left-button>*:not(.ripple),.ez-split-button__right-button>*:not(.ripple){position:relative;z-index:1}.ez-split-button__left-button:disabled .ripple,.ez-split-button__left-button[aria-disabled] .ripple,.ez-split-button__right-button:disabled .ripple,.ez-split-button__right-button[aria-disabled] .ripple{display:none}.ez-split-button__left-button:disabled,.ez-split-button__left-button[aria-disabled],.ez-split-button__right-button:disabled,.ez-split-button__right-button[aria-disabled]{transform:scale(1) !important}";
|
|
92475
|
+
const ezSplitButtonCss = ":host{--ez-split-button--min-width:var(--space--40, 40px);--ez-split-button--width:auto;--ez-split-button--height:var(--space--32, 32px);--ez-split-button__medium-icon--width:var(--space--40, 40px);--ez-split-button__large-icon--width:var(--space--44, 44px);--ez-split-button__label--padding-top:var(--space--0, 0px);--ez-split-button__label--padding-bottom:var(--space--0, 0px);--ez-split-button__right-button--padding-left:var(--space--8, 8px);--ez-split-button__right-button--padding-right:var(--space--12, 12px);--ez-split-button--color:var(--color--ocean-green-600, #008561);--ez-split-button__left-icon--color:var(--color--ocean-green-600, #008561);--ez-split-button__right-icon--color:var(--color--ocean-green-600, #008561);--ez-split-button--background-color:var(--color--gray-70, #FFFFFF);--ez-split-button--border:1px solid var(--color--gray-90, #EAEAEA);--ez-split-button--font-size:var(--font-size--default, 14px);--ez-split-button--line-height:var(--line-height--28, 28px);--ez-split-button--font-family:var(--font-pattern, Arial);--ez-split-button--font-weight:var(--font-weight--medium, 500);--ez-split-button--border-radius:var(--border--radius-24, 24px);--ez-split-button--hover-color:var(--color--primary-600, #007a5a);--ez-split-button--hover--background-color:var(--color--gray-80, #F9F9F9);--ez-split-button--disabled-color:var(--color--gray-400, #77777A);--ez-split-button--disabled--background-color:var(--color--gray-80, #F9F9F9);--ez-split-button--focus--border:var(--border--medium, 2px) var(--color--primary-300);--ez-split-button--focus--box-shadow:none;display:flex;width:fit-content}:host(.ez-split-button--primary){--ez-split-button--color:var(--color--gray-70);--ez-split-button--background-color:var(--color--ocean-green-500);--ez-split-button--font-weight:var(--font-weight--regular);--ez-split-button--border:none;--ez-split-button__left-icon--color:var(--color--gray-70);--ez-split-button__right-icon--color:var(--color--gray-70);--ez-split-button--hover-color:var(--color--gray-70);--ez-split-button--hover--background-color:var(--color--ocean-green-700);--ez-split-button--hover--border:none;--ez-split-button--left-icon--hover-color:var(--color--gray-70);--ez-split-button--right-icon--hover-color:var(--color--gray-70);--ez-split-button--disabled-color:var(--color--gray-70);--ez-split-button--disabled--background-color:var(--color--gray-400);--ez-split-button--disabled--border:none;--ez-split-button--disabled-icon-color:var(--color--gray-200);--ez-split-button__left-icon--disabled-color:var(--color--gray-200);--ez-split-button__right-icon--disabled-color:var(--color--gray-200)}:host(.ez-split-button--secondary){--ez-split-button--color:var(--color--ocean-green-600);--ez-split-button--background-color:var(--color--gray-70);--ez-split-button--border:1px solid var(--color--gray-90);--ez-split-button--left-icon--color:var(--color--ocean-green-600);--ez-split-button--right-icon--color:var(--color--ocean-green-600);--ez-split-button--hover-color:var(--color--ocean-green-600);--ez-split-button--hover--background-color:var(--color--gray-80);--ez-split-button--hover--border:1px solid var(--color--gray-90);--ez-split-button--left-icon--hover-color:var(--color--ocean-green-600);--ez-split-button--right-icon--hover-color:var(--color--ocean-green-600);--ez-split-button--disabled-color:var(--color--gray-400);--ez-split-button--disabled--background-color:var(--color--gray-80);--ez-split-button--disabled--border:1px solid var(--color--gray-200);--ez-split-button--disabled-icon-color:var(--color--gray-400);--ez-split-button__left-icon--disabled-color:var(--color--gray-300);--ez-split-button__right-icon--disabled-color:var(--color--gray-300)}:host(.ez-split-button--tertiary){--ez-split-button--color:var(--color--ocean-green-600);--ez-split-button--background-color:transparent;--ez-split-button--font-weight:var(--font-weight--regular);--ez-split-button--border:none;--ez-split-button--left-icon--color:var(--color--ocean-green-600);--ez-split-button--right-icon--color:var(--color--ocean-green-600);--ez-split-button--hover-color:var(--color--ocean-green-800);--ez-split-button--hover--background-color:transparent;--ez-split-button--hover--border:none;--ez-split-button--left-icon--hover-color:var(--color--ocean-green-800);--ez-split-button--right-icon--hover-color:var(--color--ocean-green-800);--ez-split-button--disabled-color:var(--color--gray-400);--ez-split-button--disabled--background-color:transparent;--ez-split-button--disabled--border:transparent;--ez-split-button--disabled-icon-color:var(--color--gray-200);--ez-split-button__left-icon--disabled-color:var(--color--gray-200);--ez-split-button__right-icon--disabled-color:var(--color--gray-200)}.ez-split-button.large{--ez-split-button--height:var(--space--42, 42px)}.ez-split-button.medium{--ez-split-button--height:var(--space--32, 32px)}.ez-split-button.small{--ez-split-button--height:var(--space--32, 32px);--ez-split-button--font-size:var(--text--small, 12px)}ez-icon{--ez-icon--color:inherit}button{position:relative;display:flex;align-items:center;margin:0;cursor:pointer;transition:background-color 0.2s linear, transform 0.15s ease;white-space:nowrap;overflow:hidden;transform:scale(1);min-width:var(--ez-split-button--min-width);width:var(--ez-split-button--width);height:var(--ez-split-button--height);font-family:var(--ez-split-button--font-family);font-size:var(--ez-split-button--font-size);font-weight:var(--ez-split-button--font-weight);padding:var(--ez-split-button__label--padding-top) 0 var(--ez-split-button__label--padding-bottom) 0;border-top-left-radius:var(--ez-split-button--border-radius);border-bottom-left-radius:var(--ez-split-button--border-radius);background-color:var(--ez-split-button--background-color);color:var(--ez-split-button--color);fill:var(--ez-split-button--color);border:none}label{cursor:pointer;line-height:var(--ez-split-button--line-height)}.ez-split-button__left-button{border:var(--ez-split-button--border);border-right:none;outline:none;gap:var(--space--8, 8px);padding-left:var(--space--12, 12px);padding-right:var(--space--8, 8px)}.ez-split-button__right-button{border:var(--ez-split-button--border);border-left:none;outline:none}.ez-split-button__left-button.force-focus-visible,.ez-split-button__left-button:focus-visible{box-shadow:-1px 1px 0px 1px var(--color--gray-70), \n -1px -1px 0px 1px var(--color--gray-70), \n -2px -2px 0px 2px var(--color--ocean-green-200), \n -2px 2px 0px 2px var(--color--ocean-green-200), \n 0px -2px 0px 2px var(--color--ocean-green-200), \n 0px 2px 0px 2px var(--color--ocean-green-200)}.ez-split-button__right-button.force-focus-visible,.ez-split-button__right-button:focus-visible{box-shadow:1px 1px 0px 1px var(--color--gray-70), \n 1px -1px 0px 1px var(--color--gray-70), \n 2px -2px 0px 2px var(--color--ocean-green-200), \n 2px 2px 0px 2px var(--color--ocean-green-200), \n 0px -2px 0px 2px var(--color--ocean-green-200), \n 0px 2px 0px 2px var(--color--ocean-green-200)}.ez-split-button__left-button[aria-disabled].force-focus-visible,.ez-split-button__left-button[aria-disabled]:focus-visible{box-shadow:-1px 1px 0px 1px var(--color--gray-70), \n -1px -1px 0px 1px var(--color--gray-70), \n -2px -2px 0px 2px var(--color--petroleum-100), \n -2px 2px 0px 2px var(--color--petroleum-100), \n 0px -2px 0px 2px var(--color--petroleum-100), \n 0px 2px 0px 2px var(--color--petroleum-100)}.ez-split-button__right-button[aria-disabled].force-focus-visible,.ez-split-button__right-button[aria-disabled]:focus-visible{box-shadow:1px 1px 0px 1px var(--color--gray-70), \n 1px -1px 0px 1px var(--color--gray-70), \n 2px -2px 0px 2px var(--color--petroleum-100), \n 2px 2px 0px 2px var(--color--petroleum-100), \n 0px -2px 0px 2px var(--color--petroleum-100), \n 0px 2px 0px 2px var(--color--petroleum-100)}.ez-split-button__left-button:hover,.ez-split-button__right-button:hover{outline:none;background-color:var(--ez-split-button--hover--background-color);color:var(--ez-split-button--hover-color);fill:var(--ez-split-button--hover-color);--ez-icon--color:var(--ez-split-button--hover-color)}.ez-split-button__left-button:disabled,.ez-split-button__left-button[aria-disabled],.ez-split-button__left-button:disabled label,.ez-split-button__left-button[aria-disabled] label,.ez-split-button__right-button:disabled,.ez-split-button__right-button[aria-disabled]{background-color:var(--ez-split-button--disabled--background-color);color:var(--ez-split-button--disabled-color);fill:var(--ez-split-button--disabled-color);border:none;--ez-icon--color:var(--ez-split-button__left-icon--disabled-color);cursor:not-allowed}.ez-split-button__left-button:disabled,.ez-split-button__left-button[aria-disabled]{--ez-icon--color:var(--ez-split-button__left-icon--disabled-color);border:var(--ez-split-button--disabled-border);border-right:none}.ez-split-button__right-button:disabled,.ez-split-button__right-button[aria-disabled]{--ez-icon--color:var(--ez-split-button__right-icon--disabled-color);border:var(--ez-split-button--disabled-border);border-left:none}.ez-split-button__right-button{border-top-right-radius:var(--ez-split-button--border-radius);border-bottom-right-radius:var(--ez-split-button--border-radius);border-top-left-radius:0;border-bottom-left-radius:0;border-right:var(--ez-split-button--border)}.ez-split-button__divider{width:1px;box-sizing:border-box;position:relative;background-color:var(--ez-split-button--background-color);height:var(--ez-split-button--height);border-top:var(--ez-split-button--border);border-bottom:var(--ez-split-button--border)}.ez-split-button__divider[aria-disabled],.ez-split-button__divider.disabled{cursor:not-allowed;background-color:var(--ez-split-button--disabled--background-color);border-top:var(--ez-split-button--disabled--border);border-bottom:var(--ez-split-button--disabled--border)}.ez-split-button__divider:before{content:\"\";position:absolute;left:0;border-left:1px solid rgba(0, 0, 0, 10%);border-radius:2px;height:75%;top:10%;bottom:10%}.btn-icon--medium{min-width:--ez-split-button__medium-icon--width}.btn-icon--large{min-width:--ez-split-button__large-icon--width}.ez-split-button__right-button-container{position:absolute;left:0;padding-left:var(--ez-split-button__right-button--padding-left);padding-right:var(--ez-split-button__right-button--padding-right)}.ez-split-button{display:flex;flex-direction:row;align-items:center;color:var(--ez-split-button--color)}.dropdown{display:flex}.dropdown-content{display:block;position:absolute;background-color:#f1f1f1;min-width:160px;z-index:var(--elevation--8);border-radius:var(--ez-split-button--border-radius)}.dropdown-content>ez-dropdown{position:relative}.ripple{position:absolute;width:20px;height:20px;border-radius:50%;background:rgba(255, 255, 255, 0.3);pointer-events:none;transform:scale(0);animation:ripple-animation 0.6s linear;z-index:0}@keyframes ripple-animation{to{transform:scale(4);opacity:0}}:host .ripple,:host(.ez-split-button--secondary) .ripple{background:rgba(0, 133, 97, 0.2)}:host(.ez-split-button--primary) .ripple{background:rgba(255, 255, 255, 0.3)}:host(.ez-split-button--tertiary) .ripple{background:rgba(0, 133, 97, 0.15)}.ez-split-button__left-button.pressed,.ez-split-button__right-button.pressed{transform:scale(0.98)}.ez-split-button__left-button>*:not(.ripple),.ez-split-button__right-button>*:not(.ripple){position:relative;z-index:1}.ez-split-button__left-button:disabled .ripple,.ez-split-button__left-button[aria-disabled] .ripple,.ez-split-button__right-button:disabled .ripple,.ez-split-button__right-button[aria-disabled] .ripple{display:none}.ez-split-button__left-button:disabled,.ez-split-button__left-button[aria-disabled],.ez-split-button__right-button:disabled,.ez-split-button__right-button[aria-disabled]{transform:scale(1) !important}";
|
|
92002
92476
|
|
|
92003
92477
|
const ANIMATION_TIMINGS = {
|
|
92004
92478
|
PRESSED_DURATION: 150,
|
|
@@ -92289,7 +92763,7 @@ const EzSplitButton$1 = class extends HTMLElement$1 {
|
|
|
92289
92763
|
return (h(Host, { class: this.variant ? `ez-split-button--${this.variant}` : '' }, h("div", { class: `ez-split-button ${this.size} ${this.mode}` }, this.renderLeftButton(hasIconButton, hasLabelButton, iconSize), this.renderDivider(), this.renderDropdownSection(iconSize))));
|
|
92290
92764
|
}
|
|
92291
92765
|
renderLeftButton(hasIconButton, hasLabelButton, iconSize) {
|
|
92292
|
-
return (h("button", { class: `ez-split-button__left-button ${iconSize} ${this.mode} ${this.isLeftPressed ? 'pressed' : ''}`,
|
|
92766
|
+
return (h("ez-tooltip", { message: this.leftTitle || this.label }, h("button", { class: `ez-split-button__left-button ${iconSize} ${this.mode} ${this.isLeftPressed ? 'pressed' : ''}`, type: "button", disabled: this.isButtonDisabled, "aria-disabled": this.isButtonAriaDisabled, onClick: () => this.handleButtonClick(), ref: el => (this.leftButton = el) }, hasIconButton && this.renderLeftIcon(iconSize), hasLabelButton && this.renderLabel(), !this.suppressAnimation && this.renderRipples(this.leftRipples))));
|
|
92293
92767
|
}
|
|
92294
92768
|
renderDivider() {
|
|
92295
92769
|
return h("div", { class: `ez-split-button__divider ${this.mode} ez-split-button__divider--${this.size} ${this.isButtonDisabled ? 'disabled' : ''}`, "aria-disabled": this.isButtonAriaDisabled });
|
|
@@ -92298,7 +92772,7 @@ const EzSplitButton$1 = class extends HTMLElement$1 {
|
|
|
92298
92772
|
return (h("div", { class: "dropdown" }, this.renderRightButton(iconSize), this.renderDropdownContent()));
|
|
92299
92773
|
}
|
|
92300
92774
|
renderRightButton(iconSize) {
|
|
92301
|
-
return (h("button", { class: `ez-split-button__right-button ${iconSize} ez-split-button__right-button--${iconSize} ${this.isRightPressed ? 'pressed' : ''}`,
|
|
92775
|
+
return (h("ez-tooltip", { message: this.rightTitle || this.i18n("ez-split-button.moreOptions") }, h("button", { class: `ez-split-button__right-button ${iconSize} ez-split-button__right-button--${iconSize} ${this.isRightPressed ? 'pressed' : ''}`, type: "button", disabled: this.isButtonDisabled, "aria-disabled": this.isButtonAriaDisabled, onClick: () => this.toggleDropdown(), ref: el => (this.rightButton = el) }, this.renderRightIcon(iconSize), !this.suppressAnimation && this.renderRipples(this.rightRipples))));
|
|
92302
92776
|
}
|
|
92303
92777
|
renderDropdownContent() {
|
|
92304
92778
|
return (h("div", { class: `dropdown-content dropdown-content--${this.size}`, ref: (ref) => (this.dropdownParent = ref) }, this.show && this.renderDropdown()));
|
|
@@ -94173,6 +94647,7 @@ const EzTextInput$1 = class extends HTMLElement$1 {
|
|
|
94173
94647
|
if (newValue != oldValue) {
|
|
94174
94648
|
this._inputElem.value = this.value || "";
|
|
94175
94649
|
this.handleChange();
|
|
94650
|
+
this.applyMask(newValue);
|
|
94176
94651
|
this.adjustFloatingLabel();
|
|
94177
94652
|
this.checkIsOverflowing();
|
|
94178
94653
|
if (!this.isSlaveMode()) {
|
|
@@ -94317,12 +94792,9 @@ const EzTextInput$1 = class extends HTMLElement$1 {
|
|
|
94317
94792
|
const value = this._inputElem.value;
|
|
94318
94793
|
if (value && this._maskFormatter) {
|
|
94319
94794
|
try {
|
|
94320
|
-
|
|
94321
|
-
|
|
94322
|
-
|
|
94323
|
-
else {
|
|
94324
|
-
this._inputElem.value = this._maskFormatter.format(value);
|
|
94325
|
-
}
|
|
94795
|
+
const newMask = this.handleDefaultMask(value);
|
|
94796
|
+
this._maskFormatter.mask = newMask;
|
|
94797
|
+
this._inputElem.value = this._maskFormatter.format(this._maskFormatter.removeMask(value));
|
|
94326
94798
|
}
|
|
94327
94799
|
catch (e) {
|
|
94328
94800
|
this.errorMessage = e.message;
|
|
@@ -94348,20 +94820,33 @@ const EzTextInput$1 = class extends HTMLElement$1 {
|
|
|
94348
94820
|
}
|
|
94349
94821
|
}
|
|
94350
94822
|
}
|
|
94823
|
+
handleDefaultMask(value = this.value) {
|
|
94824
|
+
if (this.mask === "cgc_cpf") {
|
|
94825
|
+
if (value && value.length <= 11) {
|
|
94826
|
+
this.mask = MaskFormatter$1.DEFAULT_MASKS["cpf"];
|
|
94827
|
+
}
|
|
94828
|
+
else {
|
|
94829
|
+
this.mask = MaskFormatter$1.DEFAULT_MASKS["cnpj"];
|
|
94830
|
+
}
|
|
94831
|
+
}
|
|
94832
|
+
return this.mask;
|
|
94833
|
+
}
|
|
94351
94834
|
applyMask(value) {
|
|
94352
94835
|
if (!value || value === "")
|
|
94353
94836
|
return value;
|
|
94354
94837
|
if (this._maskFormatter) {
|
|
94355
94838
|
try {
|
|
94839
|
+
const newMask = this.handleDefaultMask(value);
|
|
94840
|
+
this._maskFormatter.mask = newMask;
|
|
94356
94841
|
const formattedValue = this._maskFormatter.applyMask(this._maskFormatter.removeMask(value));
|
|
94357
94842
|
if (this._inputElem) {
|
|
94358
94843
|
this._inputElem.value = formattedValue;
|
|
94359
94844
|
return this._inputElem.value;
|
|
94360
94845
|
}
|
|
94361
|
-
|
|
94846
|
+
if (!this.cleanValueMask) {
|
|
94362
94847
|
this.value = formattedValue;
|
|
94363
|
-
return this.value;
|
|
94364
94848
|
}
|
|
94849
|
+
return this.value;
|
|
94365
94850
|
}
|
|
94366
94851
|
catch (e) {
|
|
94367
94852
|
this.errorMessage = e.message;
|
|
@@ -94428,7 +94913,7 @@ const EzTextInput$1 = class extends HTMLElement$1 {
|
|
|
94428
94913
|
this.adjustColorContentSlot("var(--ez-text-input__input--focus--icon-color)");
|
|
94429
94914
|
}
|
|
94430
94915
|
getValue() {
|
|
94431
|
-
return this.mask
|
|
94916
|
+
return this.mask ? this.applyMask(this.value) : this.value;
|
|
94432
94917
|
}
|
|
94433
94918
|
buildLabelClass() {
|
|
94434
94919
|
let classList = this.enabled ? 'input__label' : 'input__label input__label--disabled';
|
|
@@ -94459,12 +94944,7 @@ const EzTextInput$1 = class extends HTMLElement$1 {
|
|
|
94459
94944
|
if (this.value) {
|
|
94460
94945
|
if (this._maskFormatter) {
|
|
94461
94946
|
try {
|
|
94462
|
-
|
|
94463
|
-
this.applyMask(this.value);
|
|
94464
|
-
}
|
|
94465
|
-
else {
|
|
94466
|
-
this.value = this._maskFormatter.format(this.value);
|
|
94467
|
-
}
|
|
94947
|
+
this.applyMask(this.value);
|
|
94468
94948
|
}
|
|
94469
94949
|
catch (e) {
|
|
94470
94950
|
this.errorMessage = e.message;
|
|
@@ -96548,6 +97028,7 @@ const FilterColumn$1 = class extends HTMLElement$1 {
|
|
|
96548
97028
|
return [
|
|
96549
97029
|
{ label: this.i18n("app.yes"), value: 'true', check: true },
|
|
96550
97030
|
{ label: this.i18n("app.no"), value: 'false', check: true },
|
|
97031
|
+
{ label: '', value: null, check: true },
|
|
96551
97032
|
];
|
|
96552
97033
|
}
|
|
96553
97034
|
const options = (_b = (_a = this.fieldDescriptor) === null || _a === void 0 ? void 0 : _a.properties) === null || _b === void 0 ? void 0 : _b.options;
|
|
@@ -96713,7 +97194,7 @@ const EzClassicDateTimeInput = /*@__PURE__*/proxyCustomElement(EzClassicDateTime
|
|
|
96713
97194
|
const EzClassicInput = /*@__PURE__*/proxyCustomElement(EzClassicInput$1, [1,"ez-classic-input",{"type":[1],"value":[1537],"label":[1],"helpText":[1,"help-text"],"errorMessage":[1,"error-message"],"placeholder":[1537],"enabled":[4],"readonly":[4],"required":[4],"name":[1],"size":[1],"minlength":[2],"maxlength":[2],"leftIconName":[1,"left-icon-name"],"rightIconName":[1,"right-icon-name"],"rightIconTooltip":[1,"right-icon-tooltip"],"leftIconTooltip":[1,"left-icon-tooltip"],"state":[1],"leftIconClickable":[4,"left-icon-clickable"],"rightIconClickable":[4,"right-icon-clickable"],"mask":[1],"emitMaskedValue":[4,"emit-masked-value"]}]);
|
|
96714
97195
|
const EzClassicNumberInput = /*@__PURE__*/proxyCustomElement(EzClassicNumberInput$1, [1,"ez-classic-number-input",{"label":[1],"value":[1538],"enabled":[4],"required":[4],"canShowError":[516,"can-show-error"],"errorMessage":[1537,"error-message"],"allowNegative":[4,"allow-negative"],"precision":[2],"prettyPrecision":[2,"pretty-precision"],"mode":[513],"size":[1],"autoFocus":[4,"auto-focus"],"alternativePlaceholder":[1,"alternative-placeholder"],"_value":[32]}]);
|
|
96715
97196
|
const EzClassicSearch = /*@__PURE__*/proxyCustomElement(EzClassicSearch$1, [1,"ez-classic-search",{"value":[1537],"label":[1537],"enabled":[1540],"errorMessage":[1537,"error-message"],"size":[1],"optionLoader":[16],"contextProperties":[8,"context-properties"],"showSelectedValue":[4,"show-selected-value"],"showOptionValue":[4,"show-option-value"],"suppressEmptyOption":[4,"suppress-empty-option"],"stopPropagateEnterKeyEvent":[4,"stop-propagate-enter-key-event"],"mode":[513],"classic":[516],"required":[4],"canShowError":[516,"can-show-error"],"hideErrorOnFocusOut":[4,"hide-error-on-focus-out"],"listOptionsPosition":[16],"isTextSearch":[4,"is-text-search"],"ignoreLimitCharsToSearch":[4,"ignore-limit-chars-to-search"],"options":[1040],"suppressSearch":[4,"suppress-search"],"ensureClearButtonVisible":[4,"ensure-clear-button-visible"],"suppressPreLoad":[4,"suppress-pre-load"],"autoFocus":[4,"auto-focus"],"alternativePlaceholder":[513,"alternative-placeholder"],"showMore":[4,"show-more"],"suppressInputPersist":[1028,"suppress-input-persist"],"hideDescriptionInput":[1540,"hide-description-input"],"_preSelection":[32],"_visibleOptions":[32],"_startLoading":[32],"_showLoading":[32],"_criteria":[32]}]);
|
|
96716
|
-
const EzClassicSearchPlus = /*@__PURE__*/proxyCustomElement(EzClassicSearchPlus$1, [1,"ez-classic-search-plus",{"value":[1537],"enabled":[1540],"disableCodeInput":[1540,"disable-code-input"],"disableDescriptionInput":[1540,"disable-description-input"],"label":[1537],"hideDescriptionInput":[1540,"hide-description-input"],"canShowError":[516,"can-show-error"],"errorMessage":[1537,"error-message"],"mode":[513],"size":[1],"required":[4],"contextProperties":[8,"context-properties"],"optionLoader":[16],"showOptionValue":[4,"show-option-value"],"stopPropagateEnterKeyEvent":[4,"stop-propagate-enter-key-event"],"autoFocus":[4,"auto-focus"],"showSelectedValue":[4,"show-selected-value"],"suppressEmptyOption":[4,"suppress-empty-option"],"hideErrorOnFocusOut":[4,"hide-error-on-focus-out"],"listOptionsPosition":[16],"isTextSearch":[4,"is-text-search"],"ignoreLimitCharsToSearch":[4,"ignore-limit-chars-to-search"],"suppressSearch":[4,"suppress-search"],"suppressPreLoad":[4,"suppress-pre-load"],"ensureClearButtonVisible":[4,"ensure-clear-button-visible"],"descriptionValue":[32],"codeValue":[32],"isLoadingDescription":[32],"searchDescriptionIsOpen":[32],"visibleOptions":[32],"showLoading":[32]}]);
|
|
97197
|
+
const EzClassicSearchPlus = /*@__PURE__*/proxyCustomElement(EzClassicSearchPlus$1, [1,"ez-classic-search-plus",{"value":[1537],"enabled":[1540],"disableCodeInput":[1540,"disable-code-input"],"disableDescriptionInput":[1540,"disable-description-input"],"label":[1537],"hideDescriptionInput":[1540,"hide-description-input"],"canShowError":[516,"can-show-error"],"errorMessage":[1537,"error-message"],"mode":[513],"size":[1],"required":[4],"contextProperties":[8,"context-properties"],"optionLoader":[16],"showOptionValue":[4,"show-option-value"],"stopPropagateEnterKeyEvent":[4,"stop-propagate-enter-key-event"],"autoFocus":[4,"auto-focus"],"showSelectedValue":[4,"show-selected-value"],"suppressEmptyOption":[4,"suppress-empty-option"],"hideErrorOnFocusOut":[4,"hide-error-on-focus-out"],"listOptionsPosition":[16],"isTextSearch":[4,"is-text-search"],"ignoreLimitCharsToSearch":[4,"ignore-limit-chars-to-search"],"suppressSearch":[4,"suppress-search"],"suppressPreLoad":[4,"suppress-pre-load"],"ensureClearButtonVisible":[4,"ensure-clear-button-visible"],"descriptionValue":[32],"codeValue":[32],"isLoadingDescription":[32],"searchDescriptionIsOpen":[32],"visibleOptions":[32],"showLoading":[32],"canShowClearButton":[32],"isHoveringDescription":[32]}]);
|
|
96717
97198
|
const EzClassicSearchResultList = /*@__PURE__*/proxyCustomElement(EzClassicSearchResultList$1, [1,"ez-classic-search-result-list",{"showLoading":[4,"show-loading"],"visibleOptions":[16],"value":[1],"showOptionValue":[4,"show-option-value"],"_preSelection":[32]}]);
|
|
96718
97199
|
const EzClassicTextArea = /*@__PURE__*/proxyCustomElement(EzClassicTextArea$1, [1,"ez-classic-text-area",{"name":[1],"label":[1],"placeholder":[1],"value":[1],"helpText":[1,"help-text"],"errorMessage":[1,"error-message"],"state":[1],"enabled":[4],"readonly":[4],"maxlength":[2],"resize":[1],"leftIconName":[1,"left-icon-name"],"rightIconName":[1,"right-icon-name"],"rightIconTooltip":[1,"right-icon-tooltip"],"leftIconTooltip":[1,"left-icon-tooltip"],"leftIconClickable":[4,"left-icon-clickable"],"rightIconClickable":[4,"right-icon-clickable"],"rows":[2]}]);
|
|
96719
97200
|
const EzClassicTimeInput = /*@__PURE__*/proxyCustomElement(EzClassicTimeInput$1, [1,"ez-classic-time-input",{"label":[513],"value":[1026],"enabled":[516],"errorMessage":[1537,"error-message"],"showSeconds":[516,"show-seconds"],"mode":[513],"size":[1],"required":[4],"canShowError":[516,"can-show-error"],"autoFocus":[4,"auto-focus"],"alternativePlaceholder":[1,"alternative-placeholder"]}]);
|
|
@@ -96726,12 +97207,13 @@ const EzDateTimeInput = /*@__PURE__*/proxyCustomElement(EzDateTimeInput$1, [1,"e
|
|
|
96726
97207
|
const EzDialog = /*@__PURE__*/proxyCustomElement(EzDialog$1, [1,"ez-dialog",{"confirm":[1028],"dialogType":[1025,"dialog-type"],"message":[1025],"opened":[1540],"personalizedIconPath":[1025,"personalized-icon-path"],"ezTitle":[1025,"ez-title"],"beforeClose":[1040]}]);
|
|
96727
97208
|
const EzDoubleList = /*@__PURE__*/proxyCustomElement(EzDoubleList$1, [2,"ez-double-list",{"leftList":[1040],"leftTitle":[1,"left-title"],"rightList":[1040],"entityLabel":[1,"entity-label"],"entityLabelPlural":[1,"entity-label-plural"],"leftListLabel":[1,"left-list-label"],"rightListLabel":[1,"right-list-label"],"useOnlyRightList":[4,"use-only-right-list"],"rightTitle":[1,"right-title"],"emptyMessage":[16],"slotsListBuilder":[1040],"leftFilteredList":[32],"rightFilteredList":[32],"selectedLeftList":[32],"selectedRightList":[32],"isFilteringLeft":[32],"isFilteringRight":[32]}]);
|
|
96728
97209
|
const EzDropdown = /*@__PURE__*/proxyCustomElement(EzDropdown$1, [1,"ez-dropdown",{"items":[1040],"value":[1040],"itemBuilder":[16]},[[4,"click","handleClickOutside"]]]);
|
|
96729
|
-
const EzEmptyCard = /*@__PURE__*/proxyCustomElement(EzEmptyCard$1, [1,"ez-empty-card",{"color":[513],"height":[
|
|
97210
|
+
const EzEmptyCard = /*@__PURE__*/proxyCustomElement(EzEmptyCard$1, [1,"ez-empty-card",{"color":[513],"height":[520],"width":[520]}]);
|
|
96730
97211
|
const EzFileItem = /*@__PURE__*/proxyCustomElement(EzFileItem$1, [1,"ez-file-item",{"canRemove":[4,"can-remove"],"fileName":[1,"file-name"],"iconName":[1,"icon-name"],"fileSize":[2,"file-size"],"progress":[2]}]);
|
|
96731
97212
|
const EzFilterInput = /*@__PURE__*/proxyCustomElement(EzFilterInput$1, [1,"ez-filter-input",{"label":[1],"value":[1537],"enabled":[4],"errorMessage":[1537,"error-message"],"restrict":[1],"mode":[513],"asyncSearch":[516,"async-search"],"canShowError":[516,"can-show-error"],"autoFocus":[4,"auto-focus"]}]);
|
|
96732
97213
|
const EzForm = /*@__PURE__*/proxyCustomElement(EzForm$1, [2,"ez-form",{"dataUnit":[1040],"config":[16],"recordsValidator":[16],"fieldToFocus":[1,"field-to-focus"],"onlyStaticFields":[4,"only-static-fields"],"useSearchField":[4,"use-search-field"],"elementFocusSearchField":[16],"customUiBuilders":[16],"_fieldsProps":[32],"_singleColumn":[32],"_formLayout":[32]}]);
|
|
96733
97214
|
const EzFormView = /*@__PURE__*/proxyCustomElement(EzFormView$1, [2,"ez-form-view",{"fields":[16],"selectedRecord":[16],"singleColumn":[4,"single-column"],"formLayout":[2,"form-layout"],"customUiBuilders":[16],"_customEditors":[32]}]);
|
|
96734
|
-
const EzGrid = /*@__PURE__*/proxyCustomElement(EzGrid$1, [6,"ez-grid",{"enableLockManagerLoadingComp":[1028,"enable-lock-manager-loading-comp"],"enableLockManagerTaskbarClick":[4,"enable-lock-manager-taskbar-click"],"multipleSelection":[4,"multiple-selection"],"config":[1040],"selectionToastConfig":[16],"serverUrl":[1,"server-url"],"dataUnit":[16],"statusResolver":[16],"columnfilterDataSource":[16],"useEnterLikeTab":[4,"use-enter-like-tab"],"recordsValidator":[16],"canEdit":[1028,"can-edit"],"autoFocus":[4,"auto-focus"],"paginationCounterMode":[1,"pagination-counter-mode"],"enableGridInsert":[4,"enable-grid-insert"],"enableContinuousInsert":[4,"enable-continuous-insert"],"suppressCheckboxColumn":[1028,"suppress-checkbox-column"],"suppressFilterColumn":[1028,"suppress-filter-column"],"outlineMode":[4,"outline-mode"],"enableRowTableStriped":[4,"enable-row-table-striped"],"compact":[1028],"useSearchColumn":[4,"use-search-column"],"suppressHorizontalScroll":[4,"suppress-horizontal-scroll"],"mode":[513],"_paginationInfo":[32],"_paginationChangedByKeyboard":[32],"_showSelectionCounter":[32],"_isAllSelection":[32],"_currentPageSelected":[32],"_selectionCount":[32],"_hasLeftButtons":[32],"_customFormatters":[32]},[[0,"applyFilterColumnOptions","handleApplyFilterColumn"],[0,"ezSelectionChange","onSelectionChange"],[2,"click","handleClick"]]]);
|
|
97215
|
+
const EzGrid = /*@__PURE__*/proxyCustomElement(EzGrid$1, [6,"ez-grid",{"enableLockManagerLoadingComp":[1028,"enable-lock-manager-loading-comp"],"enableLockManagerTaskbarClick":[4,"enable-lock-manager-taskbar-click"],"multipleSelection":[4,"multiple-selection"],"config":[1040],"selectionToastConfig":[16],"serverUrl":[1,"server-url"],"dataUnit":[16],"statusResolver":[16],"columnfilterDataSource":[16],"useEnterLikeTab":[4,"use-enter-like-tab"],"recordsValidator":[16],"canEdit":[1028,"can-edit"],"autoFocus":[4,"auto-focus"],"paginationCounterMode":[1,"pagination-counter-mode"],"enableGridInsert":[4,"enable-grid-insert"],"enableContinuousInsert":[4,"enable-continuous-insert"],"suppressCheckboxColumn":[1028,"suppress-checkbox-column"],"suppressFilterColumn":[1028,"suppress-filter-column"],"outlineMode":[4,"outline-mode"],"enableRowTableStriped":[4,"enable-row-table-striped"],"compact":[1028],"useSearchColumn":[4,"use-search-column"],"suppressHorizontalScroll":[4,"suppress-horizontal-scroll"],"mode":[513],"hidePagination":[4,"hide-pagination"],"_paginationInfo":[32],"_paginationChangedByKeyboard":[32],"_showSelectionCounter":[32],"_isAllSelection":[32],"_currentPageSelected":[32],"_selectionCount":[32],"_hasLeftButtons":[32],"_customFormatters":[32]},[[0,"applyFilterColumnOptions","handleApplyFilterColumn"],[0,"ezSelectionChange","onSelectionChange"],[2,"click","handleClick"]]]);
|
|
97216
|
+
const EzGridPagination = /*@__PURE__*/proxyCustomElement(EzGridPagination$1, [1,"ez-grid-pagination",{"paginationCounterMode":[1,"pagination-counter-mode"],"dataUnit":[16],"paginationTextPosition":[1,"pagination-text-position"],"buttonsSize":[1,"buttons-size"],"paginationInfo":[32],"leftButtonDisabled":[32],"rightButtonDisabled":[32]}]);
|
|
96735
97217
|
const EzGridView = /*@__PURE__*/proxyCustomElement(EzGridView$1, [6,"ez-grid-view",{"metadata":[16],"records":[16],"columnsConfig":[1040],"pageSize":[2,"page-size"],"recordDateFormat":[1,"record-date-format"],"multipleSelection":[4,"multiple-selection"],"autoFocus":[4,"auto-focus"],"paginationCounterMode":[1,"pagination-counter-mode"],"suppressCheckboxColumn":[1028,"suppress-checkbox-column"],"suppressFilterColumn":[4,"suppress-filter-column"],"outlineMode":[4,"outline-mode"],"enableRowTableStriped":[4,"enable-row-table-striped"],"compact":[1028],"useSearchColumn":[4,"use-search-column"],"suppressHorizontalScroll":[4,"suppress-horizontal-scroll"],"inMemoryLoader":[32]}]);
|
|
96736
97218
|
const EzGuideNavigator = /*@__PURE__*/proxyCustomElement(EzGuideNavigator$1, [1,"ez-guide-navigator",{"open":[1540],"selectedId":[1537,"selected-id"],"items":[16],"tooltipResolver":[16],"filterText":[32]}]);
|
|
96737
97219
|
const EzIcon = /*@__PURE__*/proxyCustomElement(EzIcon$1, [1,"ez-icon",{"size":[513],"fontSize":[520,"font-size"],"href":[513],"iconName":[513,"icon-name"]}]);
|
|
@@ -96751,13 +97233,14 @@ const EzPopoverPlus = /*@__PURE__*/proxyCustomElement(EzPopoverPlus$1, [1,"ez-po
|
|
|
96751
97233
|
const EzPopup = /*@__PURE__*/proxyCustomElement(EzPopup$1, [1,"ez-popup",{"size":[1],"opened":[1540],"useHeader":[516,"use-header"],"heightMode":[513,"height-mode"],"ezTitle":[1,"ez-title"],"enabledScroll":[4,"enabled-scroll"],"autoClose":[4,"auto-close"],"footerButtons":[16],"_hasFooterSlotContent":[32]}]);
|
|
96752
97234
|
const EzProgressBar = /*@__PURE__*/proxyCustomElement(EzProgressBar$1, [2,"ez-progress-bar",{"percent":[514],"label":[513],"helpText":[513,"help-text"]}]);
|
|
96753
97235
|
const EzRadioButton = /*@__PURE__*/proxyCustomElement(EzRadioButton$1, [1,"ez-radio-button",{"value":[1544],"options":[1040],"enabled":[516],"label":[513],"direction":[1537]}]);
|
|
97236
|
+
const EzRecordNavigation = /*@__PURE__*/proxyCustomElement(EzRecordNavigation$1, [1,"ez-record-navigation",{"dataUnit":[16],"primaryKeys":[16],"textPosition":[1,"text-position"],"disabled":[4],"leftButtonDisabled":[32],"rightButtonDisabled":[32]}]);
|
|
96754
97237
|
const EzRichText = /*@__PURE__*/proxyCustomElement(EzRichText$1, [2,"ez-rich-text",{"showPreview":[4,"show-preview"],"value":[1537],"label":[513],"mode":[513],"enabled":[516],"rows":[514],"errorMessage":[1537,"error-message"],"canShowError":[516,"can-show-error"],"showConfigs":[4,"show-configs"],"showTextFormat":[4,"show-text-format"],"showUndoRedo":[4,"show-undo-redo"],"previewMode":[32]},[[0,"executeToolbarCommand","handleExecuteToolbarCommand"]]]);
|
|
96755
97238
|
const EzRichToolbar = /*@__PURE__*/proxyCustomElement(EzRichToolbar$1, [2,"ez-rich-toolbar",{"showPreview":[4,"show-preview"],"isPreviewMode":[4,"is-preview-mode"],"showConfigs":[4,"show-configs"],"showTextFormat":[4,"show-text-format"],"showUndoRedo":[4,"show-undo-redo"]},[[0,"actionTriggered","handleActionTriggered"]]]);
|
|
96756
97239
|
const EzRichToolbarArrows = /*@__PURE__*/proxyCustomElement(EzRichToolbarArrows$1, [2,"ez-rich-toolbar-arrows"]);
|
|
96757
97240
|
const EzRichToolbarConfigs = /*@__PURE__*/proxyCustomElement(EzRichToolbarConfigs$1, [2,"ez-rich-toolbar-configs"]);
|
|
96758
97241
|
const EzRichToolbarItem = /*@__PURE__*/proxyCustomElement(EzRichToolbarItem$1, [2,"ez-rich-toolbar-item",{"icon":[1],"command":[1],"title":[1],"value":[1]}]);
|
|
96759
97242
|
const EzRichToolbarLetters = /*@__PURE__*/proxyCustomElement(EzRichToolbarLetters$1, [2,"ez-rich-toolbar-letters"]);
|
|
96760
|
-
const EzScroller = /*@__PURE__*/proxyCustomElement(EzScroller$1, [1,"ez-scroller",{"direction":[1],"locked":[4],"activeShadow":[4,"active-shadow"],"isActive":[32]},[[2,"click","clickListener"],[1,"mousedown","mouseDownHandler"],[1,"mouseup","mouseUpHandler"],[1,"mousemove","mouseMoveHandler"]]]);
|
|
97243
|
+
const EzScroller = /*@__PURE__*/proxyCustomElement(EzScroller$1, [1,"ez-scroller",{"direction":[1],"locked":[4],"activeShadow":[4,"active-shadow"],"navigationMode":[1,"navigation-mode"],"scrollAmount":[2,"scroll-amount"],"_startHidden":[32],"_endHidden":[32],"isActive":[32]},[[2,"click","clickListener"],[1,"mousedown","mouseDownHandler"],[1,"mouseup","mouseUpHandler"],[1,"mousemove","mouseMoveHandler"]]]);
|
|
96761
97244
|
const EzSearch = /*@__PURE__*/proxyCustomElement(EzSearch$1, [1,"ez-search",{"value":[1537],"label":[1537],"enabled":[1540],"errorMessage":[1537,"error-message"],"optionLoader":[16],"contextProperties":[8,"context-properties"],"showSelectedValue":[4,"show-selected-value"],"showOptionValue":[4,"show-option-value"],"suppressEmptyOption":[4,"suppress-empty-option"],"stopPropagateEnterKeyEvent":[4,"stop-propagate-enter-key-event"],"mode":[513],"canShowError":[516,"can-show-error"],"hideErrorOnFocusOut":[4,"hide-error-on-focus-out"],"listOptionsPosition":[16],"isTextSearch":[4,"is-text-search"],"ignoreLimitCharsToSearch":[4,"ignore-limit-chars-to-search"],"options":[1040],"suppressSearch":[4,"suppress-search"],"ensureClearButtonVisible":[4,"ensure-clear-button-visible"],"suppressPreLoad":[4,"suppress-pre-load"],"autoFocus":[4,"auto-focus"],"alternativePlaceholder":[513,"alternative-placeholder"],"showMore":[4,"show-more"],"suppressInputPersist":[1028,"suppress-input-persist"],"hideDescriptionInput":[1540,"hide-description-input"],"_preSelection":[32],"_visibleOptions":[32],"_startLoading":[32],"_showLoading":[32],"_showLoadingDescription":[32],"_criteria":[32]}]);
|
|
96762
97245
|
const EzSearchPlus = /*@__PURE__*/proxyCustomElement(EzSearchPlus$1, [1,"ez-search-plus",{"value":[1537],"enabled":[1540],"disableCodeInput":[1540,"disable-code-input"],"disableDescriptionInput":[1540,"disable-description-input"],"label":[1537],"codLabel":[1537,"cod-label"],"hideDescriptionInput":[1540,"hide-description-input"],"canShowError":[516,"can-show-error"],"errorMessage":[1537,"error-message"],"mode":[513],"contextProperties":[8,"context-properties"],"optionLoader":[16],"showOptionValue":[4,"show-option-value"],"stopPropagateEnterKeyEvent":[4,"stop-propagate-enter-key-event"],"autoFocus":[4,"auto-focus"],"showSelectedValue":[4,"show-selected-value"],"suppressEmptyOption":[4,"suppress-empty-option"],"hideErrorOnFocusOut":[4,"hide-error-on-focus-out"],"listOptionsPosition":[16],"isTextSearch":[4,"is-text-search"],"ignoreLimitCharsToSearch":[4,"ignore-limit-chars-to-search"],"suppressSearch":[4,"suppress-search"],"suppressPreLoad":[4,"suppress-pre-load"],"ensureClearButtonVisible":[4,"ensure-clear-button-visible"],"descriptionValue":[32],"codeValue":[32],"isLoadingDescription":[32],"searchDescriptionIsOpen":[32],"visibleOptions":[32],"showLoading":[32]}]);
|
|
96763
97246
|
const EzSearchResultList = /*@__PURE__*/proxyCustomElement(EzSearchResultList$1, [1,"ez-search-result-list",{"showLoading":[4,"show-loading"],"visibleOptions":[16],"value":[1],"showOptionValue":[4,"show-option-value"],"_preSelection":[32]}]);
|
|
@@ -96830,6 +97313,7 @@ const defineCustomElements = (opts) => {
|
|
|
96830
97313
|
EzForm,
|
|
96831
97314
|
EzFormView,
|
|
96832
97315
|
EzGrid,
|
|
97316
|
+
EzGridPagination,
|
|
96833
97317
|
EzGridView,
|
|
96834
97318
|
EzGuideNavigator,
|
|
96835
97319
|
EzIcon,
|
|
@@ -96849,6 +97333,7 @@ const defineCustomElements = (opts) => {
|
|
|
96849
97333
|
EzPopup,
|
|
96850
97334
|
EzProgressBar,
|
|
96851
97335
|
EzRadioButton,
|
|
97336
|
+
EzRecordNavigation,
|
|
96852
97337
|
EzRichText,
|
|
96853
97338
|
EzRichToolbar,
|
|
96854
97339
|
EzRichToolbarArrows,
|
|
@@ -96894,4 +97379,4 @@ const defineCustomElements = (opts) => {
|
|
|
96894
97379
|
}
|
|
96895
97380
|
};
|
|
96896
97381
|
|
|
96897
|
-
export { ClassicSearchList, EzActionsButton, EzAlert, EzAlertList, EzApplication, EzAvatar, EzBadge, EzBreadcrumb, EzButton, EzCalendar, EzCardItem, EzChart, EzCheck, EzChip, EzClassicComboBox, EzClassicDateInput, EzClassicDateTimeInput, EzClassicInput, EzClassicNumberInput, EzClassicSearch, EzClassicSearchPlus, EzClassicSearchResultList, EzClassicTextArea, EzClassicTimeInput, EzCollapsibleBox, EzComboBox, EzComboBoxList, EzCustomFormInput, EzDateInput, EzDateTimeInput, EzDialog, EzDoubleList, EzDropdown, EzEmptyCard, EzFileItem, EzFilterInput, EzForm, EzFormView, EzGrid, EzGridView, EzGuideNavigator, EzIcon, EzImageInput, EzLinkBuilder, EzList, EzListItem, EzLoadingBar, EzModal, EzModalContainer, EzMultiSelectionList, EzNumberInput, EzPagination, EzPopover, EzPopoverCore, EzPopoverPlus, EzPopup, EzProgressBar, EzRadioButton, EzRichText, EzRichToolbar, EzRichToolbarArrows, EzRichToolbarConfigs, EzRichToolbarItem, EzRichToolbarLetters, EzScroller, EzSearch, EzSearchPlus, EzSearchResultList, EzSidebarButton, EzSidebarNavigator, EzSimpleImageUploader, EzSkeleton, EzSortableList, EzSpinner, EzSplitButton, EzSplitItem, EzSplitPanel, EzTabselector, EzTag, EzTagInput, EzTextArea, EzTextEdit, EzTextInput, EzTile, EzTileMedium, EzTimeInput, EzToast, EzTooltip, EzTree, EzUnderface, EzUpload, EzViewStack, FilterColumn, MultiSelectionBoxMessage, SearchList, defineCustomElements };
|
|
97382
|
+
export { ClassicSearchList, EzActionsButton, EzAlert, EzAlertList, EzApplication, EzAvatar, EzBadge, EzBreadcrumb, EzButton, EzCalendar, EzCardItem, EzChart, EzCheck, EzChip, EzClassicComboBox, EzClassicDateInput, EzClassicDateTimeInput, EzClassicInput, EzClassicNumberInput, EzClassicSearch, EzClassicSearchPlus, EzClassicSearchResultList, EzClassicTextArea, EzClassicTimeInput, EzCollapsibleBox, EzComboBox, EzComboBoxList, EzCustomFormInput, EzDateInput, EzDateTimeInput, EzDialog, EzDoubleList, EzDropdown, EzEmptyCard, EzFileItem, EzFilterInput, EzForm, EzFormView, EzGrid, EzGridPagination, EzGridView, EzGuideNavigator, EzIcon, EzImageInput, EzLinkBuilder, EzList, EzListItem, EzLoadingBar, EzModal, EzModalContainer, EzMultiSelectionList, EzNumberInput, EzPagination, EzPopover, EzPopoverCore, EzPopoverPlus, EzPopup, EzProgressBar, EzRadioButton, EzRecordNavigation, EzRichText, EzRichToolbar, EzRichToolbarArrows, EzRichToolbarConfigs, EzRichToolbarItem, EzRichToolbarLetters, EzScroller, EzSearch, EzSearchPlus, EzSearchResultList, EzSidebarButton, EzSidebarNavigator, EzSimpleImageUploader, EzSkeleton, EzSortableList, EzSpinner, EzSplitButton, EzSplitItem, EzSplitPanel, EzTabselector, EzTag, EzTagInput, EzTextArea, EzTextEdit, EzTextInput, EzTile, EzTileMedium, EzTimeInput, EzToast, EzTooltip, EzTree, EzUnderface, EzUpload, EzViewStack, FilterColumn, MultiSelectionBoxMessage, SearchList, defineCustomElements };
|