@sankhyalabs/ezui 7.2.0-dev.1 → 7.2.0-dev.10
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-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 +87 -168
- 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 +1 -2
- 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 +99 -114
- 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-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 +1 -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-9612bd3a.js} +4 -7
- 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-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 +45 -20
- package/dist/collection/components/ez-grid/controller/ag-grid/gridColumnDefaultWidths.js +23 -0
- 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/utils/index.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 +5 -5
- 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 +0 -1
- 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/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/searchColumn/search-column.js +2 -5
- package/dist/custom-elements/index.d.ts +12 -0
- package/dist/custom-elements/index.js +906 -466
- 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-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 +88 -169
- 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 +1 -2
- 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 +99 -114
- 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-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 +1 -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-dba4853a.js} +4 -7
- 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-0625743b.entry.js → p-160a268d.entry.js} +1 -1
- package/dist/ezui/p-178cb9df.entry.js +1 -0
- package/dist/ezui/p-2856c545.entry.js +1 -0
- 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-312bd3c6.entry.js +1 -0
- 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-a4351519.entry.js → p-66455069.entry.js} +1 -1
- 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-6a794336.js → p-83bddbbb.js} +1 -1
- package/dist/ezui/{p-b0a716ef.entry.js → p-881abc22.entry.js} +1 -1
- package/dist/ezui/{p-7134726a.entry.js → p-99556756.entry.js} +1 -1
- package/dist/ezui/{p-7953ecb9.entry.js → p-9bd3e28b.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-e493ad57.entry.js → p-b493757c.entry.js} +1 -1
- package/dist/ezui/{p-2da9faf1.entry.js → p-b8cd501a.entry.js} +1 -1
- package/dist/ezui/p-b986da95.entry.js +7 -0
- 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-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-56565777.entry.js → p-dfced8c7.entry.js} +1 -1
- package/dist/ezui/{p-5a74d132.entry.js → p-e2b3970c.entry.js} +46 -46
- package/dist/ezui/{p-0248846f.entry.js → p-e3d6b544.entry.js} +1 -1
- 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-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 +4 -0
- package/dist/types/components/ez-grid/controller/ag-grid/gridColumnDefaultWidths.d.ts +4 -0
- package/dist/types/components/ez-grid/ez-grid.d.ts +10 -27
- package/dist/types/components/ez-grid/utils/index.d.ts +1 -0
- 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-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.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-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-619225ce.entry.js +0 -1
- package/dist/ezui/p-a813a748.entry.js +0 -1
- package/dist/ezui/p-b8078832.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-ce0a0036.entry.js +0 -7
- package/dist/ezui/p-d2645bdf.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
|
};
|
|
@@ -4980,12 +5041,9 @@ var FormLayout;
|
|
|
4980
5041
|
|
|
4981
5042
|
const SHORTCUT_SEARCH_FIELD = "ctrl+f";
|
|
4982
5043
|
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
5044
|
const buildFieldSearch = (action, optionLoader, onSelectField) => {
|
|
4986
|
-
return h("ez-search", { class: 'ez-padding--
|
|
4987
|
-
"--ez-
|
|
4988
|
-
"--ez-search--width": SEARCH_FIELD_WIDTH
|
|
5045
|
+
return h("ez-search", { class: 'ez-padding--medium', style: {
|
|
5046
|
+
"--ez-search--min-width": `${SEARCH_FIELD_FULL_WIDTH}px`
|
|
4989
5047
|
}, canShowError: false, showSelectedValue: false, showOptionValue: false, suppressEmptyOption: true, label: action.label, value: null, optionLoader: optionLoader, onEzChange: (evt) => {
|
|
4990
5048
|
window.dispatchEvent(new CustomEvent('ezCloseSplitButtonDropdown', { detail: { action, value: evt.detail } }));
|
|
4991
5049
|
requestAnimationFrame(() => {
|
|
@@ -7124,12 +7182,13 @@ const EzClassicComboBox$1 = class extends HTMLElement$1 {
|
|
|
7124
7182
|
this.filterOptions('');
|
|
7125
7183
|
}
|
|
7126
7184
|
async valueChanged(newValue, oldValue) {
|
|
7185
|
+
var _a;
|
|
7127
7186
|
if (this.compareOptionValues(newValue, oldValue)) {
|
|
7128
7187
|
return;
|
|
7129
7188
|
}
|
|
7130
7189
|
if (newValue) {
|
|
7131
7190
|
this.value = this.getFullOption(newValue);
|
|
7132
|
-
this.inputValue = this.value.label;
|
|
7191
|
+
this.inputValue = (_a = this.value) === null || _a === void 0 ? void 0 : _a.label;
|
|
7133
7192
|
this.setHighlightedIndexToValue();
|
|
7134
7193
|
}
|
|
7135
7194
|
else {
|
|
@@ -7524,7 +7583,7 @@ const EzClassicDateInput$1 = class extends HTMLElement$1 {
|
|
|
7524
7583
|
}
|
|
7525
7584
|
render() {
|
|
7526
7585
|
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),
|
|
7586
|
+
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
7587
|
}
|
|
7529
7588
|
get _elem() { return this; }
|
|
7530
7589
|
static get watchers() { return {
|
|
@@ -9049,7 +9108,7 @@ const EzClassicSearch$1 = class extends HTMLElement$1 {
|
|
|
9049
9108
|
static get style() { return ezClassicSearchCss; }
|
|
9050
9109
|
};
|
|
9051
9110
|
|
|
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}";
|
|
9111
|
+
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
9112
|
|
|
9054
9113
|
const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
9055
9114
|
constructor() {
|
|
@@ -9091,6 +9150,8 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9091
9150
|
this.searchDescriptionIsOpen = false;
|
|
9092
9151
|
this.visibleOptions = undefined;
|
|
9093
9152
|
this.showLoading = true;
|
|
9153
|
+
this.canShowClearButton = false;
|
|
9154
|
+
this.isHoveringDescription = false;
|
|
9094
9155
|
}
|
|
9095
9156
|
async observeValue(newValue, oldValue) {
|
|
9096
9157
|
var _a;
|
|
@@ -9104,11 +9165,11 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9104
9165
|
return;
|
|
9105
9166
|
}
|
|
9106
9167
|
if (newNormalizedValue === undefined) {
|
|
9107
|
-
this.
|
|
9108
|
-
this.descriptionValue = undefined;
|
|
9168
|
+
this.clearSearch();
|
|
9109
9169
|
this.ezChange.emit(undefined);
|
|
9110
9170
|
return;
|
|
9111
9171
|
}
|
|
9172
|
+
this.canShowClearButton = this.getClearButtonStatus();
|
|
9112
9173
|
this.codeValue = newNormalizedValue;
|
|
9113
9174
|
try {
|
|
9114
9175
|
this.descriptionValue = await this.normalizeCodeToDescriptionValue(newValue);
|
|
@@ -9202,12 +9263,14 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9202
9263
|
}
|
|
9203
9264
|
}
|
|
9204
9265
|
clearSearch() {
|
|
9205
|
-
this.value = null;
|
|
9206
|
-
this.codeValue = null;
|
|
9207
|
-
this.descriptionValue = null;
|
|
9266
|
+
this._textInputCodeValue.value = null;
|
|
9208
9267
|
if (!this.hideDescriptionInput) {
|
|
9209
9268
|
this._textInputDescriptionValue.value = null;
|
|
9210
9269
|
}
|
|
9270
|
+
this.value = null;
|
|
9271
|
+
this.codeValue = null;
|
|
9272
|
+
this.descriptionValue = null;
|
|
9273
|
+
this.canShowClearButton = false;
|
|
9211
9274
|
}
|
|
9212
9275
|
async normalizeCodeToDescriptionValue(valueToNormalize) {
|
|
9213
9276
|
if (!valueToNormalize) {
|
|
@@ -9251,7 +9314,7 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9251
9314
|
}
|
|
9252
9315
|
async loadDescriptionValueByCode(codeValue) {
|
|
9253
9316
|
if (!this.optionLoader) {
|
|
9254
|
-
console.warn(this.i18n("ez-search-plus.optionLoaderNotDefined"));
|
|
9317
|
+
console.warn(this.i18n("ez-classic-search-plus.optionLoaderNotDefined"));
|
|
9255
9318
|
return "";
|
|
9256
9319
|
}
|
|
9257
9320
|
try {
|
|
@@ -9281,7 +9344,7 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9281
9344
|
}
|
|
9282
9345
|
async loadAdvancedSearch() {
|
|
9283
9346
|
if (!this.optionLoader) {
|
|
9284
|
-
console.warn(this.i18n("ez-search-plus.optionLoaderNotDefined"));
|
|
9347
|
+
console.warn(this.i18n("ez-classic-search-plus.optionLoaderNotDefined"));
|
|
9285
9348
|
return;
|
|
9286
9349
|
}
|
|
9287
9350
|
const searchArgument = { mode: SearchMode$1.ADVANCED, argument: "" };
|
|
@@ -9308,6 +9371,7 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9308
9371
|
this._popover.showUnder(this.el);
|
|
9309
9372
|
}
|
|
9310
9373
|
const argument = event.target.value;
|
|
9374
|
+
this.canShowClearButton = this.getClearButtonStatus();
|
|
9311
9375
|
await this.debounceLoaderOptions(argument);
|
|
9312
9376
|
}
|
|
9313
9377
|
async debounceLoaderOptions(argument) {
|
|
@@ -9426,15 +9490,23 @@ const EzClassicSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
9426
9490
|
event.stopPropagation();
|
|
9427
9491
|
this.searchDescriptionIsOpen = event.detail;
|
|
9428
9492
|
}
|
|
9429
|
-
|
|
9493
|
+
getClearButtonStatus() {
|
|
9430
9494
|
var _a, _b;
|
|
9495
|
+
if (this.ensureClearButtonVisible) {
|
|
9496
|
+
return true;
|
|
9497
|
+
}
|
|
9498
|
+
if (((_a = this._textInputCodeValue) === null || _a === void 0 ? void 0 : _a.value) || ((_b = this._textInputDescriptionValue) === null || _b === void 0 ? void 0 : _b.value)) {
|
|
9499
|
+
return true;
|
|
9500
|
+
}
|
|
9501
|
+
return !!this.value;
|
|
9502
|
+
}
|
|
9503
|
+
render() {
|
|
9431
9504
|
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
9505
|
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
9506
|
"ez-classic-search-plus__code-input": !this.hideDescriptionInput,
|
|
9435
9507
|
"ez-classic-search-plus__code-input-no-border": !this.hideDescriptionInput,
|
|
9436
9508
|
"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,
|
|
9509
|
+
}, "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
9510
|
}
|
|
9439
9511
|
get el() { return this; }
|
|
9440
9512
|
static get watchers() { return {
|
|
@@ -9808,7 +9880,7 @@ const EzClassicTimeInput$1 = class extends HTMLElement$1 {
|
|
|
9808
9880
|
value: this._viewValue,
|
|
9809
9881
|
enabled: this.enabled,
|
|
9810
9882
|
label: this.label,
|
|
9811
|
-
|
|
9883
|
+
mask: this.showSeconds ? "##:##:##" : "##:##",
|
|
9812
9884
|
onBlur: () => this.handleBlur(),
|
|
9813
9885
|
onInput: () => this.handleInput(),
|
|
9814
9886
|
errorMessage: this.errorMessage,
|
|
@@ -9816,7 +9888,8 @@ const EzClassicTimeInput$1 = class extends HTMLElement$1 {
|
|
|
9816
9888
|
size: this.size,
|
|
9817
9889
|
canShowError: this.canShowError,
|
|
9818
9890
|
alternativePlaceholder: this.alternativePlaceholder,
|
|
9819
|
-
required: this.required
|
|
9891
|
+
required: this.required,
|
|
9892
|
+
onEzChange: (event) => event.stopPropagation()
|
|
9820
9893
|
};
|
|
9821
9894
|
return (h(Host, null, h("ez-classic-input", Object.assign({}, inputProps, { leftIconName: "timer-outline" }))));
|
|
9822
9895
|
}
|
|
@@ -12093,7 +12166,7 @@ class SubmenuControl {
|
|
|
12093
12166
|
}
|
|
12094
12167
|
}
|
|
12095
12168
|
|
|
12096
|
-
const ezDropdownCss = ":host{--ez-dropdown--z-index:var(--more-visible, 2);--ez-dropdown--padding:var(--space--
|
|
12169
|
+
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
12170
|
|
|
12098
12171
|
const EzDropdown$1 = class extends HTMLElement$1 {
|
|
12099
12172
|
constructor() {
|
|
@@ -12361,7 +12434,7 @@ const EzEmptyCard$1 = class extends HTMLElement$1 {
|
|
|
12361
12434
|
}
|
|
12362
12435
|
}
|
|
12363
12436
|
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` } : {}));
|
|
12437
|
+
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
12438
|
return (h(Host, { style: customStyleVars }, h("div", { ref: element => this._container = element, class: `card_container ${this.color}` }, h("slot", null))));
|
|
12366
12439
|
}
|
|
12367
12440
|
get _element() { return this; }
|
|
@@ -79782,6 +79855,29 @@ function resolveAggFunc(aggFunc) {
|
|
|
79782
79855
|
return fn;
|
|
79783
79856
|
}
|
|
79784
79857
|
|
|
79858
|
+
/**
|
|
79859
|
+
* Larguras padrão das colunas do grid por tipo de UserInterface
|
|
79860
|
+
*/
|
|
79861
|
+
const GRID_COLUMN_DEFAULT_WIDTHS = {
|
|
79862
|
+
[UserInterface.SEARCH]: 200,
|
|
79863
|
+
[UserInterface.SEARCHPLUS]: 100,
|
|
79864
|
+
[UserInterface.DATE]: 120,
|
|
79865
|
+
[UserInterface.DATETIME]: 160,
|
|
79866
|
+
[UserInterface.TIME]: 100,
|
|
79867
|
+
[UserInterface.ELAPSEDTIME]: 100,
|
|
79868
|
+
[UserInterface.DECIMALNUMBER]: 130,
|
|
79869
|
+
[UserInterface.INTEGERNUMBER]: 120,
|
|
79870
|
+
[UserInterface.SWITCH]: 80,
|
|
79871
|
+
[UserInterface.FILE]: 100,
|
|
79872
|
+
[UserInterface.HTML]: 200,
|
|
79873
|
+
[UserInterface.LONGTEXT]: 200,
|
|
79874
|
+
[UserInterface.CHECKBOX]: 80,
|
|
79875
|
+
[UserInterface.OPTIONSELECTOR]: 100,
|
|
79876
|
+
[UserInterface.SHORTTEXT]: 200,
|
|
79877
|
+
[UserInterface.PASSWORD]: 100,
|
|
79878
|
+
[UserInterface.MASKEDTEXT]: 100,
|
|
79879
|
+
};
|
|
79880
|
+
|
|
79785
79881
|
class AgGridController {
|
|
79786
79882
|
configFilterColumn(filterColumn) {
|
|
79787
79883
|
this._filterColumn = filterColumn;
|
|
@@ -79810,10 +79906,11 @@ class AgGridController {
|
|
|
79810
79906
|
this.COLUMN_FOOTER_OPER = 'gridFooterOper';
|
|
79811
79907
|
this.RECORD_ARCHIVE_COL_ID = '__RECORD_ARCHIVE__';
|
|
79812
79908
|
this.BLOCK_LOAD_DEBOUNCE = 100;
|
|
79813
|
-
this.DEFAULT_FONT_SIZE =
|
|
79909
|
+
this.DEFAULT_FONT_SIZE = 8;
|
|
79814
79910
|
this.DEFAULT_FONT_SIZE_HTML5 = 32;
|
|
79815
|
-
this.DEFAULT_ICON_SIZE =
|
|
79816
|
-
this.DEFAULT_MAX_SIZE =
|
|
79911
|
+
this.DEFAULT_ICON_SIZE = 40;
|
|
79912
|
+
this.DEFAULT_MAX_SIZE = 300;
|
|
79913
|
+
this.MULTI_VALUES_PROP = '__multiValues';
|
|
79817
79914
|
this._menuItems = [];
|
|
79818
79915
|
this._idAttribName = '__record__id__';
|
|
79819
79916
|
this._gridConfig = [];
|
|
@@ -79892,21 +79989,24 @@ class AgGridController {
|
|
|
79892
79989
|
const params = [];
|
|
79893
79990
|
let isNullIncluded;
|
|
79894
79991
|
checkedOptions.forEach(option => {
|
|
79895
|
-
const
|
|
79896
|
-
|
|
79897
|
-
|
|
79898
|
-
|
|
79899
|
-
|
|
79900
|
-
|
|
79901
|
-
|
|
79902
|
-
|
|
79903
|
-
|
|
79904
|
-
|
|
79905
|
-
if (placeholders.length > 0) {
|
|
79906
|
-
placeholders = placeholders + ',';
|
|
79992
|
+
const optionValues = this.resolveColumnFilterValues(option);
|
|
79993
|
+
optionValues.forEach(value => {
|
|
79994
|
+
const paramName = `PARAM_${column}_${params.length + 1}`;
|
|
79995
|
+
params.push({
|
|
79996
|
+
dataType: dataType === DataType.OBJECT ? DataType.TEXT : dataType,
|
|
79997
|
+
name: paramName,
|
|
79998
|
+
value,
|
|
79999
|
+
});
|
|
80000
|
+
if (value == undefined) {
|
|
80001
|
+
isNullIncluded = true;
|
|
79907
80002
|
}
|
|
79908
|
-
|
|
79909
|
-
|
|
80003
|
+
else {
|
|
80004
|
+
if (placeholders.length > 0) {
|
|
80005
|
+
placeholders = placeholders + ',';
|
|
80006
|
+
}
|
|
80007
|
+
placeholders = `${placeholders}:${paramName}`;
|
|
80008
|
+
}
|
|
80009
|
+
});
|
|
79910
80010
|
});
|
|
79911
80011
|
return {
|
|
79912
80012
|
name: `${DISTINCT_FILTER_NAME_PREFIX}${column}`,
|
|
@@ -79928,6 +80028,13 @@ class AgGridController {
|
|
|
79928
80028
|
}
|
|
79929
80029
|
return `${columnExpression} in (${placeholders})`;
|
|
79930
80030
|
}
|
|
80031
|
+
resolveColumnFilterValues(option) {
|
|
80032
|
+
const multiValues = option === null || option === void 0 ? void 0 : option[this.MULTI_VALUES_PROP];
|
|
80033
|
+
if (Array.isArray(multiValues) && multiValues.length > 0) {
|
|
80034
|
+
return multiValues;
|
|
80035
|
+
}
|
|
80036
|
+
return [option.value];
|
|
80037
|
+
}
|
|
79931
80038
|
initDatagrid(container, options) {
|
|
79932
80039
|
var _a;
|
|
79933
80040
|
this._options = options;
|
|
@@ -80799,9 +80906,11 @@ class AgGridController {
|
|
|
80799
80906
|
tooltip = this._i18n('ez-grid.columnCantBeOrder');
|
|
80800
80907
|
}
|
|
80801
80908
|
const presentationFrom = (_d = source === null || source === void 0 ? void 0 : source.props) === null || _d === void 0 ? void 0 : _d.get(PRESENTATION_FROM_COL_PROP_NAME);
|
|
80909
|
+
const initialWidth = this.getInitialColumnWidth(source.userInterface, source.label);
|
|
80802
80910
|
return this._editionManager.configureColumn({
|
|
80803
80911
|
headerName: source.label,
|
|
80804
80912
|
field: source.name,
|
|
80913
|
+
width: initialWidth,
|
|
80805
80914
|
aggFunc: this.getAggFunc(source),
|
|
80806
80915
|
sortable: propSortable,
|
|
80807
80916
|
resizable: true,
|
|
@@ -81147,10 +81256,21 @@ class AgGridController {
|
|
|
81147
81256
|
}
|
|
81148
81257
|
const field = (_a = this._dataUnit) === null || _a === void 0 ? void 0 : _a.getField(cfgColumn.name);
|
|
81149
81258
|
const label = (_b = field === null || field === void 0 ? void 0 : field.label) !== null && _b !== void 0 ? _b : (_f = (_e = (_d = (_c = this._gridOptions) === null || _c === void 0 ? void 0 : _c.columnApi) === null || _d === void 0 ? void 0 : _d.getColumn(cfgColumn.name)) === null || _e === void 0 ? void 0 : _e.getColDef()) === null || _f === void 0 ? void 0 : _f.headerName;
|
|
81150
|
-
|
|
81151
|
-
|
|
81259
|
+
return this.getInitialColumnWidth(field === null || field === void 0 ? void 0 : field.userInterface, label);
|
|
81260
|
+
}
|
|
81261
|
+
getInitialColumnWidth(userInterface, label) {
|
|
81262
|
+
const columnWidthByLabel = this.getColumnWidthByLabel(label);
|
|
81263
|
+
const defaultWidth = this.getDefaultWidthByUserInterface(userInterface);
|
|
81264
|
+
if (!defaultWidth) {
|
|
81265
|
+
return columnWidthByLabel;
|
|
81266
|
+
}
|
|
81267
|
+
return Math.max(defaultWidth, columnWidthByLabel);
|
|
81268
|
+
}
|
|
81269
|
+
getDefaultWidthByUserInterface(userInterface) {
|
|
81270
|
+
if (!userInterface) {
|
|
81271
|
+
return undefined;
|
|
81152
81272
|
}
|
|
81153
|
-
return
|
|
81273
|
+
return GRID_COLUMN_DEFAULT_WIDTHS[userInterface];
|
|
81154
81274
|
}
|
|
81155
81275
|
getColumnWidthByLabel(label) {
|
|
81156
81276
|
const labelSize = ((label === null || label === void 0 ? void 0 : label.length) || 0) * this.DEFAULT_FONT_SIZE + this.DEFAULT_ICON_SIZE;
|
|
@@ -81344,7 +81464,7 @@ class InMemoryFilterColumnDataSource {
|
|
|
81344
81464
|
}
|
|
81345
81465
|
}
|
|
81346
81466
|
|
|
81347
|
-
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;
|
|
81467
|
+
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)}";
|
|
81348
81468
|
|
|
81349
81469
|
const windowInstace$1 = window;
|
|
81350
81470
|
const matches$1 = (text, filter) => {
|
|
@@ -81398,6 +81518,7 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81398
81518
|
this.useSearchColumn = true;
|
|
81399
81519
|
this.suppressHorizontalScroll = false;
|
|
81400
81520
|
this.mode = "complete";
|
|
81521
|
+
this.hidePagination = false;
|
|
81401
81522
|
}
|
|
81402
81523
|
/**
|
|
81403
81524
|
* Aplica a definição de colunas.
|
|
@@ -81547,26 +81668,17 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81547
81668
|
return;
|
|
81548
81669
|
this._gridController.stopEdit();
|
|
81549
81670
|
}
|
|
81671
|
+
/**
|
|
81672
|
+
* Manipula a mudança de página da grid.
|
|
81673
|
+
*/
|
|
81674
|
+
async handlePageChange() {
|
|
81675
|
+
this.resetPaginationState();
|
|
81676
|
+
this._gridController.setFocusFirstRow();
|
|
81677
|
+
this.ezPageChangedChanged.emit();
|
|
81678
|
+
}
|
|
81550
81679
|
observeConfig(config) {
|
|
81551
81680
|
this._gridController.setColumnsState(config === null || config === void 0 ? void 0 : config.columns);
|
|
81552
81681
|
}
|
|
81553
|
-
updatePaginationTooltip() {
|
|
81554
|
-
this.handleShowCancelPagination();
|
|
81555
|
-
if (!this._refPaginationLabelTooltip)
|
|
81556
|
-
return;
|
|
81557
|
-
const alreadyDefined = this._refPaginationLabelTooltip.getAttribute('data-tooltip');
|
|
81558
|
-
if (alreadyDefined) {
|
|
81559
|
-
this._refPaginationLabelTooltip.setAttribute('data-tooltip', this._getPaginationTooltip());
|
|
81560
|
-
}
|
|
81561
|
-
}
|
|
81562
|
-
observePaginationCounterMode(newValue) {
|
|
81563
|
-
if (newValue === 'hidden') {
|
|
81564
|
-
this._hidePaginationDescription();
|
|
81565
|
-
}
|
|
81566
|
-
if (newValue === 'show') {
|
|
81567
|
-
this._showPaginationDescription();
|
|
81568
|
-
}
|
|
81569
|
-
}
|
|
81570
81682
|
async observeModeChange(newMode = this.mode) {
|
|
81571
81683
|
if (newMode === "simple") {
|
|
81572
81684
|
this.canEdit = false;
|
|
@@ -81729,23 +81841,6 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81729
81841
|
ElementIDUtils.addIDInfo(this._refPaginationControl, 'pagination', dtInfo);
|
|
81730
81842
|
}
|
|
81731
81843
|
}
|
|
81732
|
-
handlePageChange() {
|
|
81733
|
-
this.resetPaginationState();
|
|
81734
|
-
this._gridController.setFocusFirstRow();
|
|
81735
|
-
this.ezPageChangedChanged.emit();
|
|
81736
|
-
}
|
|
81737
|
-
previousPage() {
|
|
81738
|
-
if (this.dataUnit) {
|
|
81739
|
-
this.dataUnit.previousPage()
|
|
81740
|
-
.then(() => this.handlePageChange());
|
|
81741
|
-
}
|
|
81742
|
-
}
|
|
81743
|
-
nextPage() {
|
|
81744
|
-
if (this.dataUnit) {
|
|
81745
|
-
this.dataUnit.nextPage()
|
|
81746
|
-
.then(() => this.handlePageChange());
|
|
81747
|
-
}
|
|
81748
|
-
}
|
|
81749
81844
|
nextRecord() {
|
|
81750
81845
|
if (this.dataUnit) {
|
|
81751
81846
|
if (this.dataUnit.getSelectionInfo().records.length === 0) {
|
|
@@ -81765,38 +81860,6 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81765
81860
|
this._paginationChangedByKeyboard = false;
|
|
81766
81861
|
(_a = this._gridController) === null || _a === void 0 ? void 0 : _a.resetPaginationState();
|
|
81767
81862
|
}
|
|
81768
|
-
resolvePaginationClassMode() {
|
|
81769
|
-
if (this.shouldPresentPaginationLabel())
|
|
81770
|
-
return "pagination-expanded";
|
|
81771
|
-
return "pagination-contracted";
|
|
81772
|
-
}
|
|
81773
|
-
async handleCancelPagination() {
|
|
81774
|
-
var _a;
|
|
81775
|
-
this.dataUnit.cancelPagination = true;
|
|
81776
|
-
await ((_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide());
|
|
81777
|
-
}
|
|
81778
|
-
renderCancelPagination() {
|
|
81779
|
-
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")))));
|
|
81780
|
-
}
|
|
81781
|
-
handleShowCancelPagination() {
|
|
81782
|
-
var _a, _b, _c;
|
|
81783
|
-
if (!this._hasToShowCancelPagination()) {
|
|
81784
|
-
(_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide();
|
|
81785
|
-
return;
|
|
81786
|
-
}
|
|
81787
|
-
if ((_b = this._cancelPaginationPopoverElement) === null || _b === void 0 ? void 0 : _b.opened)
|
|
81788
|
-
return;
|
|
81789
|
-
(_c = this._cancelPaginationPopoverElement) === null || _c === void 0 ? void 0 : _c.show("15px");
|
|
81790
|
-
}
|
|
81791
|
-
getPaginationControl() {
|
|
81792
|
-
if (!this._paginationInfo)
|
|
81793
|
-
return null;
|
|
81794
|
-
const { currentPage, hasMore } = this._paginationInfo;
|
|
81795
|
-
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") }))));
|
|
81796
|
-
}
|
|
81797
|
-
shouldPresentPaginationLabel() {
|
|
81798
|
-
return this.paginationCounterMode === 'show' || this.paginationCounterMode === 'auto';
|
|
81799
|
-
}
|
|
81800
81863
|
componentDidLoad() {
|
|
81801
81864
|
const _application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
|
81802
81865
|
this.enableLockManagerLoadingComp = (!_application || (_application === null || _application === void 0 ? void 0 : _application.enableLockManagerLoadingApp)) ? this.enableLockManagerLoadingComp : false;
|
|
@@ -81861,76 +81924,9 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81861
81924
|
}
|
|
81862
81925
|
this._paginationInfo = paginationInfo;
|
|
81863
81926
|
}
|
|
81864
|
-
_getActualPageLabel() {
|
|
81865
|
-
const { firstRecord, lastRecord } = this._paginationInfo;
|
|
81866
|
-
return `${firstRecord}-${lastRecord}`;
|
|
81867
|
-
}
|
|
81868
|
-
_getRemainingPageLabel() {
|
|
81869
|
-
const { total, count } = this._paginationInfo;
|
|
81870
|
-
return `${total == undefined ? this.i18n("ez-grid.remainingPageLabel", { count: count + 1 }) : this.i18n("ez-grid.remainingTotalLabel", { total })}`;
|
|
81871
|
-
}
|
|
81872
|
-
_hasToShowCancelPagination() {
|
|
81873
|
-
var _a;
|
|
81874
|
-
const { total, count } = (_a = this._paginationInfo) !== null && _a !== void 0 ? _a : {};
|
|
81875
|
-
const hasMore = (total === undefined);
|
|
81876
|
-
return !this.dataUnit.cancelPagination && hasMore && count > this.dataUnit.pageSize;
|
|
81877
|
-
}
|
|
81878
|
-
_getPaginationTooltip() {
|
|
81879
|
-
return this._getActualPageLabel() + this._getRemainingPageLabel();
|
|
81880
|
-
}
|
|
81881
|
-
_initHeaderOverflowWatcher() {
|
|
81882
|
-
var _a;
|
|
81883
|
-
(_a = this._headerOverflowWatcher) === null || _a === void 0 ? void 0 : _a.destroy();
|
|
81884
|
-
if (this._refPaginationControl)
|
|
81885
|
-
this._headerOverflowWatcher = new OverflowWatcher(this.buildOverFlowWatcherParams());
|
|
81886
|
-
}
|
|
81887
|
-
buildOverFlowWatcherParams() {
|
|
81888
|
-
return {
|
|
81889
|
-
element: this._refPaginationControl,
|
|
81890
|
-
callback: this.handleOverFlow.bind(this),
|
|
81891
|
-
notOverFlow: ["grid-pagination-tooltip"]
|
|
81892
|
-
};
|
|
81893
|
-
}
|
|
81894
|
-
handleOverFlow() {
|
|
81895
|
-
if (!this._refPaginationLabel || !this._refPaginationControl)
|
|
81896
|
-
return;
|
|
81897
|
-
const controlWidth = this._refPaginationControl.clientWidth;
|
|
81898
|
-
const labelWidth = this._refPaginationLabel.scrollWidth;
|
|
81899
|
-
const buttonsElement = this._refPaginationControl.querySelector('#grid-pagination-tooltip');
|
|
81900
|
-
const buttonsWidth = (buttonsElement === null || buttonsElement === void 0 ? void 0 : buttonsElement.clientWidth) || 0;
|
|
81901
|
-
const totalMargins = this._getElementMargins(this._refPaginationLabel) + (buttonsElement ? this._getElementMargins(buttonsElement) : 0);
|
|
81902
|
-
const paginationWidthWithoutDescription = labelWidth + buttonsWidth + totalMargins;
|
|
81903
|
-
const paginationWidthWithDescription = paginationWidthWithoutDescription + this._getPaginationDescriptionWidth();
|
|
81904
|
-
if (controlWidth > paginationWidthWithDescription) {
|
|
81905
|
-
this._showPaginationDescription();
|
|
81906
|
-
}
|
|
81907
|
-
else if (controlWidth <= paginationWidthWithoutDescription) {
|
|
81908
|
-
this._hidePaginationDescription();
|
|
81909
|
-
}
|
|
81910
|
-
}
|
|
81911
|
-
_getPaginationDescriptionWidth() {
|
|
81912
|
-
var _a;
|
|
81913
|
-
return ((_a = this._refPaginationLabelTooltip) === null || _a === void 0 ? void 0 : _a.scrollWidth) || 0;
|
|
81914
|
-
}
|
|
81915
|
-
_getElementMargins(element) {
|
|
81916
|
-
const style = getComputedStyle(element);
|
|
81917
|
-
return parseFloat(style.marginLeft) + parseFloat(style.marginRight);
|
|
81918
|
-
}
|
|
81919
|
-
_hidePaginationDescription() {
|
|
81920
|
-
this._refPaginationLabel.classList.add(OVERFLOWED_CLASS_NAME);
|
|
81921
|
-
this._refPaginationLabelTooltip.setAttribute('data-flow', 'bottom');
|
|
81922
|
-
this._refPaginationLabelTooltip.setAttribute('data-tooltip', this._getPaginationTooltip());
|
|
81923
|
-
}
|
|
81924
|
-
;
|
|
81925
|
-
_showPaginationDescription() {
|
|
81926
|
-
this._refPaginationLabel.classList.remove(OVERFLOWED_CLASS_NAME);
|
|
81927
|
-
this._refPaginationLabelTooltip.removeAttribute('data-flow');
|
|
81928
|
-
this._refPaginationLabelTooltip.removeAttribute('data-tooltip');
|
|
81929
|
-
}
|
|
81930
81927
|
disconnectedCallback() {
|
|
81931
|
-
var _a
|
|
81932
|
-
(_a = this.
|
|
81933
|
-
(_b = this._gridController) === null || _b === void 0 ? void 0 : _b.destroy();
|
|
81928
|
+
var _a;
|
|
81929
|
+
(_a = this._gridController) === null || _a === void 0 ? void 0 : _a.destroy();
|
|
81934
81930
|
this.removeShortcuts();
|
|
81935
81931
|
}
|
|
81936
81932
|
connectedCallback() {
|
|
@@ -81959,8 +81955,6 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81959
81955
|
if (this.dataUnit && this._showSelectionCounter) {
|
|
81960
81956
|
this.setSelection(this.dataUnit.getSelectionInfo());
|
|
81961
81957
|
}
|
|
81962
|
-
if (this.paginationCounterMode === 'auto')
|
|
81963
|
-
this._initHeaderOverflowWatcher();
|
|
81964
81958
|
}
|
|
81965
81959
|
getDataSource() {
|
|
81966
81960
|
if (!this.columnfilterDataSource) {
|
|
@@ -81972,7 +81966,7 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81972
81966
|
if (this.mode === "simple") {
|
|
81973
81967
|
return true;
|
|
81974
81968
|
}
|
|
81975
|
-
return !this._hasLeftButtons
|
|
81969
|
+
return !this._hasLeftButtons;
|
|
81976
81970
|
}
|
|
81977
81971
|
resolveLeftHeaderClass() {
|
|
81978
81972
|
if (this.paginationCounterMode == 'show')
|
|
@@ -81997,7 +81991,7 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
81997
81991
|
return;
|
|
81998
81992
|
const { currentPage } = this._paginationInfo;
|
|
81999
81993
|
if (currentPage > 0) {
|
|
82000
|
-
this.previousPage();
|
|
81994
|
+
this._refGridPagination.previousPage();
|
|
82001
81995
|
}
|
|
82002
81996
|
}, { description: this.i18n("ez-grid.previousPage"), element: this._element })
|
|
82003
81997
|
.bind("ctrl + alt + ArrowRight", () => {
|
|
@@ -82005,7 +81999,7 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
82005
81999
|
return;
|
|
82006
82000
|
const { hasMore } = this._paginationInfo;
|
|
82007
82001
|
if (hasMore) {
|
|
82008
|
-
this.nextPage();
|
|
82002
|
+
this._refGridPagination.nextPage();
|
|
82009
82003
|
}
|
|
82010
82004
|
}, { description: this.i18n("ez-grid.nextPage"), element: this._element });
|
|
82011
82005
|
if (this.useSearchColumn) {
|
|
@@ -82058,21 +82052,239 @@ const EzGrid$1 = class extends HTMLElement$1 {
|
|
|
82058
82052
|
'ez-box ez-padding--small grid-header': true,
|
|
82059
82053
|
'outline-mode': this.outlineMode,
|
|
82060
82054
|
'shadow-mode': !this.outlineMode && !this.hideHeader(),
|
|
82061
|
-
}, 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" }))
|
|
82055
|
+
}, 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
|
|
82062
82056
|
${this._showSelectionCounter ? 'grid__selection-counter--opened' : ''}
|
|
82063
|
-
` }, 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" }))));
|
|
82057
|
+
` }, 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" }))));
|
|
82064
82058
|
}
|
|
82065
82059
|
static get assetsDirs() { return ["../assets"]; }
|
|
82066
82060
|
get _element() { return this; }
|
|
82067
82061
|
static get watchers() { return {
|
|
82068
82062
|
"config": ["observeConfig"],
|
|
82069
|
-
"_paginationInfo": ["updatePaginationTooltip"],
|
|
82070
|
-
"paginationCounterMode": ["observePaginationCounterMode"],
|
|
82071
82063
|
"mode": ["observeModeChange"]
|
|
82072
82064
|
}; }
|
|
82073
82065
|
static get style() { return ezGridCss; }
|
|
82074
82066
|
};
|
|
82075
82067
|
|
|
82068
|
+
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}";
|
|
82069
|
+
|
|
82070
|
+
const EzGridPagination$1 = class extends HTMLElement$1 {
|
|
82071
|
+
constructor() {
|
|
82072
|
+
super();
|
|
82073
|
+
this.__registerHost();
|
|
82074
|
+
this.__attachShadow();
|
|
82075
|
+
this.pageChange = createEvent(this, "pageChange", 7);
|
|
82076
|
+
this._dataUnitInitialized = false;
|
|
82077
|
+
this.paginationInfo = undefined;
|
|
82078
|
+
this.leftButtonDisabled = undefined;
|
|
82079
|
+
this.rightButtonDisabled = undefined;
|
|
82080
|
+
this.paginationCounterMode = 'auto';
|
|
82081
|
+
this.dataUnit = undefined;
|
|
82082
|
+
this.paginationTextPosition = 'left';
|
|
82083
|
+
this.buttonsSize = 'large';
|
|
82084
|
+
}
|
|
82085
|
+
/**
|
|
82086
|
+
* Navega para a página anterior.
|
|
82087
|
+
*/
|
|
82088
|
+
async previousPage() {
|
|
82089
|
+
if (!this.dataUnit) {
|
|
82090
|
+
return;
|
|
82091
|
+
}
|
|
82092
|
+
await this.dataUnit.previousPage();
|
|
82093
|
+
this.handlePageChange('previous');
|
|
82094
|
+
}
|
|
82095
|
+
/**
|
|
82096
|
+
* Navega para a próxima página.
|
|
82097
|
+
*/
|
|
82098
|
+
async nextPage() {
|
|
82099
|
+
if (!this.dataUnit) {
|
|
82100
|
+
return;
|
|
82101
|
+
}
|
|
82102
|
+
await this.dataUnit.nextPage();
|
|
82103
|
+
this.handlePageChange('next');
|
|
82104
|
+
}
|
|
82105
|
+
/**
|
|
82106
|
+
* Navega para a primeira página.
|
|
82107
|
+
*/
|
|
82108
|
+
async firstPage() {
|
|
82109
|
+
if (!this.dataUnit) {
|
|
82110
|
+
return;
|
|
82111
|
+
}
|
|
82112
|
+
await this.dataUnit.gotoPage(0);
|
|
82113
|
+
this.handlePageChange('previous');
|
|
82114
|
+
}
|
|
82115
|
+
/**
|
|
82116
|
+
* Navega para a primeira página.
|
|
82117
|
+
*/
|
|
82118
|
+
async lastPage() {
|
|
82119
|
+
if (!this.dataUnit) {
|
|
82120
|
+
return;
|
|
82121
|
+
}
|
|
82122
|
+
await this.dataUnit.gotoPage(this.getTotalPages() - 1);
|
|
82123
|
+
this.handlePageChange('next');
|
|
82124
|
+
}
|
|
82125
|
+
onDataUnitChange() {
|
|
82126
|
+
this.initializeDataUnit();
|
|
82127
|
+
}
|
|
82128
|
+
shouldPresentPaginationLabel() {
|
|
82129
|
+
return this.paginationCounterMode !== 'hidden';
|
|
82130
|
+
}
|
|
82131
|
+
getRemainingPageLabel() {
|
|
82132
|
+
var _a;
|
|
82133
|
+
if (!this.paginationInfo)
|
|
82134
|
+
return '';
|
|
82135
|
+
return `${this.paginationInfo.total == undefined
|
|
82136
|
+
? this.i18n('ez-grid-pagination.remainingPageLabel', { count: ((_a = this.paginationInfo.count) !== null && _a !== void 0 ? _a : 0) + 1 })
|
|
82137
|
+
: this.i18n('ez-grid-pagination.remainingTotalLabel', { total: this.paginationInfo.total, count: this.paginationInfo.count })}`;
|
|
82138
|
+
}
|
|
82139
|
+
getActualPageLabel() {
|
|
82140
|
+
var _a, _b;
|
|
82141
|
+
if (!this.paginationInfo)
|
|
82142
|
+
return '0-0';
|
|
82143
|
+
return `${(_a = this.paginationInfo.firstRecord) !== null && _a !== void 0 ? _a : 0} - ${(_b = this.paginationInfo.lastRecord) !== null && _b !== void 0 ? _b : 0}`;
|
|
82144
|
+
}
|
|
82145
|
+
getPaginationCount() {
|
|
82146
|
+
var _a;
|
|
82147
|
+
if (!this.paginationInfo || !this.dataUnit)
|
|
82148
|
+
return '0-0';
|
|
82149
|
+
const currentPage = ((_a = this.paginationInfo.currentPage) !== null && _a !== void 0 ? _a : 0) + 1;
|
|
82150
|
+
let totalPages = this.getTotalPages();
|
|
82151
|
+
return this.i18n('ez-grid-pagination.pageCounter', { currentPage, totalPages });
|
|
82152
|
+
}
|
|
82153
|
+
getTotalPages() {
|
|
82154
|
+
var _a;
|
|
82155
|
+
if (this.paginationInfo.total !== undefined) {
|
|
82156
|
+
return Math.ceil(this.paginationInfo.total / this.dataUnit.pageSize);
|
|
82157
|
+
}
|
|
82158
|
+
else {
|
|
82159
|
+
return Math.ceil(((_a = this.paginationInfo.count) !== null && _a !== void 0 ? _a : 0) / this.dataUnit.pageSize);
|
|
82160
|
+
}
|
|
82161
|
+
}
|
|
82162
|
+
handlePageChange(direction) {
|
|
82163
|
+
this.setPaginationInfo();
|
|
82164
|
+
this.setStatusButtonPagination();
|
|
82165
|
+
this.pageChange.emit(direction);
|
|
82166
|
+
}
|
|
82167
|
+
async handleCancelPagination() {
|
|
82168
|
+
var _a;
|
|
82169
|
+
if (!this.dataUnit)
|
|
82170
|
+
return;
|
|
82171
|
+
this.dataUnit.cancelPagination = true;
|
|
82172
|
+
await ((_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide());
|
|
82173
|
+
}
|
|
82174
|
+
handleShowCancelPagination() {
|
|
82175
|
+
var _a, _b, _c;
|
|
82176
|
+
if (!this.hasToShowCancelPagination()) {
|
|
82177
|
+
(_a = this._cancelPaginationPopoverElement) === null || _a === void 0 ? void 0 : _a.hide();
|
|
82178
|
+
return;
|
|
82179
|
+
}
|
|
82180
|
+
if ((_b = this._cancelPaginationPopoverElement) === null || _b === void 0 ? void 0 : _b.opened)
|
|
82181
|
+
return;
|
|
82182
|
+
(_c = this._cancelPaginationPopoverElement) === null || _c === void 0 ? void 0 : _c.show('15px');
|
|
82183
|
+
}
|
|
82184
|
+
hasToShowCancelPagination() {
|
|
82185
|
+
if (!this.dataUnit || !this.paginationInfo)
|
|
82186
|
+
return false;
|
|
82187
|
+
const hasMore = this.paginationInfo.total === undefined;
|
|
82188
|
+
return !this.dataUnit.cancelPagination && hasMore && this.paginationInfo.count > this.dataUnit.pageSize;
|
|
82189
|
+
}
|
|
82190
|
+
setPaginationInfo() {
|
|
82191
|
+
if (!this.dataUnit) {
|
|
82192
|
+
this.paginationInfo = null;
|
|
82193
|
+
return;
|
|
82194
|
+
}
|
|
82195
|
+
this.paginationInfo = this.dataUnit.getPaginationInfo() || null;
|
|
82196
|
+
}
|
|
82197
|
+
dataUnitObserver(action) {
|
|
82198
|
+
switch (action.type) {
|
|
82199
|
+
case Action.PAGINATION_UPDATED:
|
|
82200
|
+
this.setPaginationInfo();
|
|
82201
|
+
this.setStatusButtonPagination();
|
|
82202
|
+
this.handleShowCancelPagination();
|
|
82203
|
+
break;
|
|
82204
|
+
case Action.DATA_LOADED:
|
|
82205
|
+
this.setPaginationInfo();
|
|
82206
|
+
break;
|
|
82207
|
+
}
|
|
82208
|
+
}
|
|
82209
|
+
getLeftButtonDisabledStatus() {
|
|
82210
|
+
var _a, _b;
|
|
82211
|
+
if (!this.dataUnit)
|
|
82212
|
+
return true;
|
|
82213
|
+
return ((_b = (_a = this.paginationInfo) === null || _a === void 0 ? void 0 : _a.currentPage) !== null && _b !== void 0 ? _b : 0) <= 0;
|
|
82214
|
+
}
|
|
82215
|
+
getRightButtonDisabledStatus() {
|
|
82216
|
+
var _a;
|
|
82217
|
+
if (!this.dataUnit)
|
|
82218
|
+
return true;
|
|
82219
|
+
return !((_a = this.paginationInfo) === null || _a === void 0 ? void 0 : _a.hasMore);
|
|
82220
|
+
}
|
|
82221
|
+
setStatusButtonPagination() {
|
|
82222
|
+
this.leftButtonDisabled = this.getLeftButtonDisabledStatus();
|
|
82223
|
+
this.rightButtonDisabled = this.getRightButtonDisabledStatus();
|
|
82224
|
+
}
|
|
82225
|
+
initializeDataUnit() {
|
|
82226
|
+
if (!this.dataUnit || this._dataUnitInitialized) {
|
|
82227
|
+
return;
|
|
82228
|
+
}
|
|
82229
|
+
this.setPaginationInfo();
|
|
82230
|
+
this.setStatusButtonPagination();
|
|
82231
|
+
this._dataUnitObserverBound = this.dataUnitObserver.bind(this);
|
|
82232
|
+
this.dataUnit.subscribe(this._dataUnitObserverBound);
|
|
82233
|
+
this._dataUnitInitialized = true;
|
|
82234
|
+
}
|
|
82235
|
+
addInfoId() {
|
|
82236
|
+
if (this._element) {
|
|
82237
|
+
ElementIDUtils.addIDInfo(this._element);
|
|
82238
|
+
}
|
|
82239
|
+
}
|
|
82240
|
+
renderCancelPagination() {
|
|
82241
|
+
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')))));
|
|
82242
|
+
}
|
|
82243
|
+
async connectedCallback() {
|
|
82244
|
+
this.i18n = await initI18n();
|
|
82245
|
+
this.initializeDataUnit();
|
|
82246
|
+
}
|
|
82247
|
+
componentDidLoad() {
|
|
82248
|
+
this.addInfoId();
|
|
82249
|
+
}
|
|
82250
|
+
disconnectedCallback() {
|
|
82251
|
+
if (this.dataUnit && this._dataUnitInitialized && this._dataUnitObserverBound) {
|
|
82252
|
+
this.dataUnit.unsubscribe(this._dataUnitObserverBound);
|
|
82253
|
+
}
|
|
82254
|
+
}
|
|
82255
|
+
render() {
|
|
82256
|
+
return (h(Host, null, h("div", { id: 'grid-pagination--container', class: {
|
|
82257
|
+
'pagination__container': true,
|
|
82258
|
+
'pagination-expanded': this.paginationCounterMode !== 'hidden',
|
|
82259
|
+
'pagination-contracted': this.paginationCounterMode === 'hidden',
|
|
82260
|
+
'pagination-text-right': this.paginationTextPosition === 'right',
|
|
82261
|
+
} }, 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: {
|
|
82262
|
+
'pagination__page-summary-panel': true,
|
|
82263
|
+
'pagination__container': true,
|
|
82264
|
+
'pagination-expanded': this.paginationCounterMode !== 'hidden',
|
|
82265
|
+
'pagination-contracted': this.paginationCounterMode === 'hidden',
|
|
82266
|
+
'pagination-text-right': this.paginationTextPosition === 'right',
|
|
82267
|
+
} }, h("div", { id: 'grid-pagination--first-tooltip', class: {
|
|
82268
|
+
'pagination__buttons-container': true,
|
|
82269
|
+
'disabled': this.leftButtonDisabled
|
|
82270
|
+
} }, 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: {
|
|
82271
|
+
'pagination__buttons-container': true,
|
|
82272
|
+
'disabled': this.leftButtonDisabled
|
|
82273
|
+
} }, 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: {
|
|
82274
|
+
'pagination__buttons-container': true,
|
|
82275
|
+
'disabled': this.rightButtonDisabled
|
|
82276
|
+
} }, 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: {
|
|
82277
|
+
'pagination__buttons-container': true,
|
|
82278
|
+
'disabled': this.rightButtonDisabled
|
|
82279
|
+
} }, 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() }))))))));
|
|
82280
|
+
}
|
|
82281
|
+
get _element() { return this; }
|
|
82282
|
+
static get watchers() { return {
|
|
82283
|
+
"dataUnit": ["onDataUnitChange"]
|
|
82284
|
+
}; }
|
|
82285
|
+
static get style() { return ezGridPaginationCss; }
|
|
82286
|
+
};
|
|
82287
|
+
|
|
82076
82288
|
const ezGridViewCss = "";
|
|
82077
82289
|
|
|
82078
82290
|
const EzGridView$1 = class extends HTMLElement$1 {
|
|
@@ -82361,7 +82573,7 @@ const EzGuideNavigator$1 = class extends HTMLElement$1 {
|
|
|
82361
82573
|
static get style() { return ezGuideNavigatorCss; }
|
|
82362
82574
|
};
|
|
82363
82575
|
|
|
82364
|
-
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)}";
|
|
82576
|
+
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--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)}";
|
|
82365
82577
|
|
|
82366
82578
|
const EzIcon$1 = class extends HTMLElement$1 {
|
|
82367
82579
|
constructor() {
|
|
@@ -82405,7 +82617,7 @@ const EzIcon$1 = class extends HTMLElement$1 {
|
|
|
82405
82617
|
static get style() { return ezIconCss; }
|
|
82406
82618
|
};
|
|
82407
82619
|
|
|
82408
|
-
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))}
|
|
82620
|
+
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)}";
|
|
82409
82621
|
|
|
82410
82622
|
const EzImageInput$1 = class extends HTMLElement$1 {
|
|
82411
82623
|
constructor() {
|
|
@@ -82453,6 +82665,11 @@ const EzImageInput$1 = class extends HTMLElement$1 {
|
|
|
82453
82665
|
}
|
|
82454
82666
|
this.ezChange.emit('');
|
|
82455
82667
|
};
|
|
82668
|
+
this.handleEditImage = (event) => {
|
|
82669
|
+
var _a;
|
|
82670
|
+
event.stopPropagation();
|
|
82671
|
+
(_a = this._inputElem) === null || _a === void 0 ? void 0 : _a.click();
|
|
82672
|
+
};
|
|
82456
82673
|
this.handleClickDropZone = () => {
|
|
82457
82674
|
var _a;
|
|
82458
82675
|
if (this.enabled && !this._hasImage) {
|
|
@@ -82544,7 +82761,7 @@ const EzImageInput$1 = class extends HTMLElement$1 {
|
|
|
82544
82761
|
'image-input__container--disabled': !this.enabled,
|
|
82545
82762
|
'image-input__container--dragging': this._isDragging,
|
|
82546
82763
|
'image-input__container--has-image': this._hasImage
|
|
82547
|
-
}, "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" })))));
|
|
82764
|
+
}, "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" })))));
|
|
82548
82765
|
}
|
|
82549
82766
|
get _element() { return this; }
|
|
82550
82767
|
static get watchers() { return {
|
|
@@ -84144,8 +84361,9 @@ function getOppositeAxis(axis) {
|
|
|
84144
84361
|
function getAxisLength(axis) {
|
|
84145
84362
|
return axis === 'y' ? 'height' : 'width';
|
|
84146
84363
|
}
|
|
84364
|
+
const yAxisSides = /*#__PURE__*/new Set(['top', 'bottom']);
|
|
84147
84365
|
function getSideAxis(placement) {
|
|
84148
|
-
return
|
|
84366
|
+
return yAxisSides.has(getSide(placement)) ? 'y' : 'x';
|
|
84149
84367
|
}
|
|
84150
84368
|
function getAlignmentAxis(placement) {
|
|
84151
84369
|
return getOppositeAxis(getSideAxis(placement));
|
|
@@ -84170,19 +84388,19 @@ function getExpandedPlacements(placement) {
|
|
|
84170
84388
|
function getOppositeAlignmentPlacement(placement) {
|
|
84171
84389
|
return placement.replace(/start|end/g, alignment => oppositeAlignmentMap[alignment]);
|
|
84172
84390
|
}
|
|
84391
|
+
const lrPlacement = ['left', 'right'];
|
|
84392
|
+
const rlPlacement = ['right', 'left'];
|
|
84393
|
+
const tbPlacement = ['top', 'bottom'];
|
|
84394
|
+
const btPlacement = ['bottom', 'top'];
|
|
84173
84395
|
function getSideList(side, isStart, rtl) {
|
|
84174
|
-
const lr = ['left', 'right'];
|
|
84175
|
-
const rl = ['right', 'left'];
|
|
84176
|
-
const tb = ['top', 'bottom'];
|
|
84177
|
-
const bt = ['bottom', 'top'];
|
|
84178
84396
|
switch (side) {
|
|
84179
84397
|
case 'top':
|
|
84180
84398
|
case 'bottom':
|
|
84181
|
-
if (rtl) return isStart ?
|
|
84182
|
-
return isStart ?
|
|
84399
|
+
if (rtl) return isStart ? rlPlacement : lrPlacement;
|
|
84400
|
+
return isStart ? lrPlacement : rlPlacement;
|
|
84183
84401
|
case 'left':
|
|
84184
84402
|
case 'right':
|
|
84185
|
-
return isStart ?
|
|
84403
|
+
return isStart ? tbPlacement : btPlacement;
|
|
84186
84404
|
default:
|
|
84187
84405
|
return [];
|
|
84188
84406
|
}
|
|
@@ -84293,6 +84511,71 @@ function computeCoordsFromPlacement(_ref, placement, rtl) {
|
|
|
84293
84511
|
return coords;
|
|
84294
84512
|
}
|
|
84295
84513
|
|
|
84514
|
+
/**
|
|
84515
|
+
* Resolves with an object of overflow side offsets that determine how much the
|
|
84516
|
+
* element is overflowing a given clipping boundary on each side.
|
|
84517
|
+
* - positive = overflowing the boundary by that number of pixels
|
|
84518
|
+
* - negative = how many pixels left before it will overflow
|
|
84519
|
+
* - 0 = lies flush with the boundary
|
|
84520
|
+
* @see https://floating-ui.com/docs/detectOverflow
|
|
84521
|
+
*/
|
|
84522
|
+
async function detectOverflow(state, options) {
|
|
84523
|
+
var _await$platform$isEle;
|
|
84524
|
+
if (options === void 0) {
|
|
84525
|
+
options = {};
|
|
84526
|
+
}
|
|
84527
|
+
const {
|
|
84528
|
+
x,
|
|
84529
|
+
y,
|
|
84530
|
+
platform,
|
|
84531
|
+
rects,
|
|
84532
|
+
elements,
|
|
84533
|
+
strategy
|
|
84534
|
+
} = state;
|
|
84535
|
+
const {
|
|
84536
|
+
boundary = 'clippingAncestors',
|
|
84537
|
+
rootBoundary = 'viewport',
|
|
84538
|
+
elementContext = 'floating',
|
|
84539
|
+
altBoundary = false,
|
|
84540
|
+
padding = 0
|
|
84541
|
+
} = evaluate(options, state);
|
|
84542
|
+
const paddingObject = getPaddingObject(padding);
|
|
84543
|
+
const altContext = elementContext === 'floating' ? 'reference' : 'floating';
|
|
84544
|
+
const element = elements[altBoundary ? altContext : elementContext];
|
|
84545
|
+
const clippingClientRect = rectToClientRect(await platform.getClippingRect({
|
|
84546
|
+
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))),
|
|
84547
|
+
boundary,
|
|
84548
|
+
rootBoundary,
|
|
84549
|
+
strategy
|
|
84550
|
+
}));
|
|
84551
|
+
const rect = elementContext === 'floating' ? {
|
|
84552
|
+
x,
|
|
84553
|
+
y,
|
|
84554
|
+
width: rects.floating.width,
|
|
84555
|
+
height: rects.floating.height
|
|
84556
|
+
} : rects.reference;
|
|
84557
|
+
const offsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(elements.floating));
|
|
84558
|
+
const offsetScale = (await (platform.isElement == null ? void 0 : platform.isElement(offsetParent))) ? (await (platform.getScale == null ? void 0 : platform.getScale(offsetParent))) || {
|
|
84559
|
+
x: 1,
|
|
84560
|
+
y: 1
|
|
84561
|
+
} : {
|
|
84562
|
+
x: 1,
|
|
84563
|
+
y: 1
|
|
84564
|
+
};
|
|
84565
|
+
const elementClientRect = rectToClientRect(platform.convertOffsetParentRelativeRectToViewportRelativeRect ? await platform.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
84566
|
+
elements,
|
|
84567
|
+
rect,
|
|
84568
|
+
offsetParent,
|
|
84569
|
+
strategy
|
|
84570
|
+
}) : rect);
|
|
84571
|
+
return {
|
|
84572
|
+
top: (clippingClientRect.top - elementClientRect.top + paddingObject.top) / offsetScale.y,
|
|
84573
|
+
bottom: (elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom) / offsetScale.y,
|
|
84574
|
+
left: (clippingClientRect.left - elementClientRect.left + paddingObject.left) / offsetScale.x,
|
|
84575
|
+
right: (elementClientRect.right - clippingClientRect.right + paddingObject.right) / offsetScale.x
|
|
84576
|
+
};
|
|
84577
|
+
}
|
|
84578
|
+
|
|
84296
84579
|
/**
|
|
84297
84580
|
* Computes the `x` and `y` coordinates that will place the floating element
|
|
84298
84581
|
* next to a given reference element.
|
|
@@ -84322,6 +84605,7 @@ const computePosition$1 = async (reference, floating, config) => {
|
|
|
84322
84605
|
let middlewareData = {};
|
|
84323
84606
|
let resetCount = 0;
|
|
84324
84607
|
for (let i = 0; i < validMiddleware.length; i++) {
|
|
84608
|
+
var _platform$detectOverf;
|
|
84325
84609
|
const {
|
|
84326
84610
|
name,
|
|
84327
84611
|
fn
|
|
@@ -84339,7 +84623,10 @@ const computePosition$1 = async (reference, floating, config) => {
|
|
|
84339
84623
|
strategy,
|
|
84340
84624
|
middlewareData,
|
|
84341
84625
|
rects,
|
|
84342
|
-
platform
|
|
84626
|
+
platform: {
|
|
84627
|
+
...platform,
|
|
84628
|
+
detectOverflow: (_platform$detectOverf = platform.detectOverflow) != null ? _platform$detectOverf : detectOverflow
|
|
84629
|
+
},
|
|
84343
84630
|
elements: {
|
|
84344
84631
|
reference,
|
|
84345
84632
|
floating
|
|
@@ -84384,71 +84671,6 @@ const computePosition$1 = async (reference, floating, config) => {
|
|
|
84384
84671
|
};
|
|
84385
84672
|
};
|
|
84386
84673
|
|
|
84387
|
-
/**
|
|
84388
|
-
* Resolves with an object of overflow side offsets that determine how much the
|
|
84389
|
-
* element is overflowing a given clipping boundary on each side.
|
|
84390
|
-
* - positive = overflowing the boundary by that number of pixels
|
|
84391
|
-
* - negative = how many pixels left before it will overflow
|
|
84392
|
-
* - 0 = lies flush with the boundary
|
|
84393
|
-
* @see https://floating-ui.com/docs/detectOverflow
|
|
84394
|
-
*/
|
|
84395
|
-
async function detectOverflow(state, options) {
|
|
84396
|
-
var _await$platform$isEle;
|
|
84397
|
-
if (options === void 0) {
|
|
84398
|
-
options = {};
|
|
84399
|
-
}
|
|
84400
|
-
const {
|
|
84401
|
-
x,
|
|
84402
|
-
y,
|
|
84403
|
-
platform,
|
|
84404
|
-
rects,
|
|
84405
|
-
elements,
|
|
84406
|
-
strategy
|
|
84407
|
-
} = state;
|
|
84408
|
-
const {
|
|
84409
|
-
boundary = 'clippingAncestors',
|
|
84410
|
-
rootBoundary = 'viewport',
|
|
84411
|
-
elementContext = 'floating',
|
|
84412
|
-
altBoundary = false,
|
|
84413
|
-
padding = 0
|
|
84414
|
-
} = evaluate(options, state);
|
|
84415
|
-
const paddingObject = getPaddingObject(padding);
|
|
84416
|
-
const altContext = elementContext === 'floating' ? 'reference' : 'floating';
|
|
84417
|
-
const element = elements[altBoundary ? altContext : elementContext];
|
|
84418
|
-
const clippingClientRect = rectToClientRect(await platform.getClippingRect({
|
|
84419
|
-
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))),
|
|
84420
|
-
boundary,
|
|
84421
|
-
rootBoundary,
|
|
84422
|
-
strategy
|
|
84423
|
-
}));
|
|
84424
|
-
const rect = elementContext === 'floating' ? {
|
|
84425
|
-
x,
|
|
84426
|
-
y,
|
|
84427
|
-
width: rects.floating.width,
|
|
84428
|
-
height: rects.floating.height
|
|
84429
|
-
} : rects.reference;
|
|
84430
|
-
const offsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(elements.floating));
|
|
84431
|
-
const offsetScale = (await (platform.isElement == null ? void 0 : platform.isElement(offsetParent))) ? (await (platform.getScale == null ? void 0 : platform.getScale(offsetParent))) || {
|
|
84432
|
-
x: 1,
|
|
84433
|
-
y: 1
|
|
84434
|
-
} : {
|
|
84435
|
-
x: 1,
|
|
84436
|
-
y: 1
|
|
84437
|
-
};
|
|
84438
|
-
const elementClientRect = rectToClientRect(platform.convertOffsetParentRelativeRectToViewportRelativeRect ? await platform.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
84439
|
-
elements,
|
|
84440
|
-
rect,
|
|
84441
|
-
offsetParent,
|
|
84442
|
-
strategy
|
|
84443
|
-
}) : rect);
|
|
84444
|
-
return {
|
|
84445
|
-
top: (clippingClientRect.top - elementClientRect.top + paddingObject.top) / offsetScale.y,
|
|
84446
|
-
bottom: (elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom) / offsetScale.y,
|
|
84447
|
-
left: (clippingClientRect.left - elementClientRect.left + paddingObject.left) / offsetScale.x,
|
|
84448
|
-
right: (elementClientRect.right - clippingClientRect.right + paddingObject.right) / offsetScale.x
|
|
84449
|
-
};
|
|
84450
|
-
}
|
|
84451
|
-
|
|
84452
84674
|
/**
|
|
84453
84675
|
* Provides data to position an inner element of the floating element so that it
|
|
84454
84676
|
* appears centered to the reference element.
|
|
@@ -84581,7 +84803,7 @@ const flip$1 = function (options) {
|
|
|
84581
84803
|
fallbackPlacements.push(...getOppositeAxisPlacements(initialPlacement, flipAlignment, fallbackAxisSideDirection, rtl));
|
|
84582
84804
|
}
|
|
84583
84805
|
const placements = [initialPlacement, ...fallbackPlacements];
|
|
84584
|
-
const overflow = await detectOverflow(state, detectOverflowOptions);
|
|
84806
|
+
const overflow = await platform.detectOverflow(state, detectOverflowOptions);
|
|
84585
84807
|
const overflows = [];
|
|
84586
84808
|
let overflowsData = ((_middlewareData$flip = middlewareData.flip) == null ? void 0 : _middlewareData$flip.overflows) || [];
|
|
84587
84809
|
if (checkMainAxis) {
|
|
@@ -84602,16 +84824,22 @@ const flip$1 = function (options) {
|
|
|
84602
84824
|
const nextIndex = (((_middlewareData$flip2 = middlewareData.flip) == null ? void 0 : _middlewareData$flip2.index) || 0) + 1;
|
|
84603
84825
|
const nextPlacement = placements[nextIndex];
|
|
84604
84826
|
if (nextPlacement) {
|
|
84605
|
-
|
|
84606
|
-
|
|
84607
|
-
|
|
84608
|
-
|
|
84609
|
-
|
|
84610
|
-
|
|
84611
|
-
|
|
84612
|
-
|
|
84613
|
-
|
|
84614
|
-
|
|
84827
|
+
const ignoreCrossAxisOverflow = checkCrossAxis === 'alignment' ? initialSideAxis !== getSideAxis(nextPlacement) : false;
|
|
84828
|
+
if (!ignoreCrossAxisOverflow ||
|
|
84829
|
+
// We leave the current main axis only if every placement on that axis
|
|
84830
|
+
// overflows the main axis.
|
|
84831
|
+
overflowsData.every(d => getSideAxis(d.placement) === initialSideAxis ? d.overflows[0] > 0 : true)) {
|
|
84832
|
+
// Try next placement and re-run the lifecycle.
|
|
84833
|
+
return {
|
|
84834
|
+
data: {
|
|
84835
|
+
index: nextIndex,
|
|
84836
|
+
overflows: overflowsData
|
|
84837
|
+
},
|
|
84838
|
+
reset: {
|
|
84839
|
+
placement: nextPlacement
|
|
84840
|
+
}
|
|
84841
|
+
};
|
|
84842
|
+
}
|
|
84615
84843
|
}
|
|
84616
84844
|
|
|
84617
84845
|
// First, find the candidates that fit on the mainAxis side of overflow,
|
|
@@ -84657,6 +84885,8 @@ const flip$1 = function (options) {
|
|
|
84657
84885
|
};
|
|
84658
84886
|
};
|
|
84659
84887
|
|
|
84888
|
+
const originSides = /*#__PURE__*/new Set(['left', 'top']);
|
|
84889
|
+
|
|
84660
84890
|
// For type backwards-compatibility, the `OffsetOptions` type was also
|
|
84661
84891
|
// Derivable.
|
|
84662
84892
|
|
|
@@ -84670,7 +84900,7 @@ async function convertValueToCoords(state, options) {
|
|
|
84670
84900
|
const side = getSide(placement);
|
|
84671
84901
|
const alignment = getAlignment(placement);
|
|
84672
84902
|
const isVertical = getSideAxis(placement) === 'y';
|
|
84673
|
-
const mainAxisMulti =
|
|
84903
|
+
const mainAxisMulti = originSides.has(side) ? -1 : 1;
|
|
84674
84904
|
const crossAxisMulti = rtl && isVertical ? -1 : 1;
|
|
84675
84905
|
const rawValue = evaluate(options, state);
|
|
84676
84906
|
|
|
@@ -84757,7 +84987,8 @@ const shift$1 = function (options) {
|
|
|
84757
84987
|
const {
|
|
84758
84988
|
x,
|
|
84759
84989
|
y,
|
|
84760
|
-
placement
|
|
84990
|
+
placement,
|
|
84991
|
+
platform
|
|
84761
84992
|
} = state;
|
|
84762
84993
|
const {
|
|
84763
84994
|
mainAxis: checkMainAxis = true,
|
|
@@ -84780,7 +85011,7 @@ const shift$1 = function (options) {
|
|
|
84780
85011
|
x,
|
|
84781
85012
|
y
|
|
84782
85013
|
};
|
|
84783
|
-
const overflow = await detectOverflow(state, detectOverflowOptions);
|
|
85014
|
+
const overflow = await platform.detectOverflow(state, detectOverflowOptions);
|
|
84784
85015
|
const crossAxis = getSideAxis(getSide(placement));
|
|
84785
85016
|
const mainAxis = getOppositeAxis(crossAxis);
|
|
84786
85017
|
let mainAxisCoord = coords[mainAxis];
|
|
@@ -84863,6 +85094,7 @@ function isShadowRoot(value) {
|
|
|
84863
85094
|
}
|
|
84864
85095
|
return value instanceof ShadowRoot || value instanceof getWindow(value).ShadowRoot;
|
|
84865
85096
|
}
|
|
85097
|
+
const invalidOverflowDisplayValues = /*#__PURE__*/new Set(['inline', 'contents']);
|
|
84866
85098
|
function isOverflowElement(element) {
|
|
84867
85099
|
const {
|
|
84868
85100
|
overflow,
|
|
@@ -84870,27 +85102,32 @@ function isOverflowElement(element) {
|
|
|
84870
85102
|
overflowY,
|
|
84871
85103
|
display
|
|
84872
85104
|
} = getComputedStyle$1(element);
|
|
84873
|
-
return /auto|scroll|overlay|hidden|clip/.test(overflow + overflowY + overflowX) && !
|
|
85105
|
+
return /auto|scroll|overlay|hidden|clip/.test(overflow + overflowY + overflowX) && !invalidOverflowDisplayValues.has(display);
|
|
84874
85106
|
}
|
|
85107
|
+
const tableElements = /*#__PURE__*/new Set(['table', 'td', 'th']);
|
|
84875
85108
|
function isTableElement(element) {
|
|
84876
|
-
return
|
|
85109
|
+
return tableElements.has(getNodeName(element));
|
|
84877
85110
|
}
|
|
85111
|
+
const topLayerSelectors = [':popover-open', ':modal'];
|
|
84878
85112
|
function isTopLayer(element) {
|
|
84879
|
-
return
|
|
85113
|
+
return topLayerSelectors.some(selector => {
|
|
84880
85114
|
try {
|
|
84881
85115
|
return element.matches(selector);
|
|
84882
|
-
} catch (
|
|
85116
|
+
} catch (_e) {
|
|
84883
85117
|
return false;
|
|
84884
85118
|
}
|
|
84885
85119
|
});
|
|
84886
85120
|
}
|
|
85121
|
+
const transformProperties = ['transform', 'translate', 'scale', 'rotate', 'perspective'];
|
|
85122
|
+
const willChangeValues = ['transform', 'translate', 'scale', 'rotate', 'perspective', 'filter'];
|
|
85123
|
+
const containValues = ['paint', 'layout', 'strict', 'content'];
|
|
84887
85124
|
function isContainingBlock(elementOrCss) {
|
|
84888
85125
|
const webkit = isWebKit();
|
|
84889
85126
|
const css = isElement(elementOrCss) ? getComputedStyle$1(elementOrCss) : elementOrCss;
|
|
84890
85127
|
|
|
84891
85128
|
// https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block
|
|
84892
85129
|
// https://drafts.csswg.org/css-transforms-2/#individual-transforms
|
|
84893
|
-
return
|
|
85130
|
+
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));
|
|
84894
85131
|
}
|
|
84895
85132
|
function getContainingBlock(element) {
|
|
84896
85133
|
let currentNode = getParentNode(element);
|
|
@@ -84908,8 +85145,9 @@ function isWebKit() {
|
|
|
84908
85145
|
if (typeof CSS === 'undefined' || !CSS.supports) return false;
|
|
84909
85146
|
return CSS.supports('-webkit-backdrop-filter', 'none');
|
|
84910
85147
|
}
|
|
85148
|
+
const lastTraversableNodeNames = /*#__PURE__*/new Set(['html', 'body', '#document']);
|
|
84911
85149
|
function isLastTraversableNode(node) {
|
|
84912
|
-
return
|
|
85150
|
+
return lastTraversableNodeNames.has(getNodeName(node));
|
|
84913
85151
|
}
|
|
84914
85152
|
function getComputedStyle$1(element) {
|
|
84915
85153
|
return getWindow(element).getComputedStyle(element);
|
|
@@ -85109,14 +85347,9 @@ function getWindowScrollBarX(element, rect) {
|
|
|
85109
85347
|
return rect.left + leftScroll;
|
|
85110
85348
|
}
|
|
85111
85349
|
|
|
85112
|
-
function getHTMLOffset(documentElement, scroll
|
|
85113
|
-
if (ignoreScrollbarX === void 0) {
|
|
85114
|
-
ignoreScrollbarX = false;
|
|
85115
|
-
}
|
|
85350
|
+
function getHTMLOffset(documentElement, scroll) {
|
|
85116
85351
|
const htmlRect = documentElement.getBoundingClientRect();
|
|
85117
|
-
const x = htmlRect.left + scroll.scrollLeft - (
|
|
85118
|
-
// RTL <body> scrollbar.
|
|
85119
|
-
getWindowScrollBarX(documentElement, htmlRect));
|
|
85352
|
+
const x = htmlRect.left + scroll.scrollLeft - getWindowScrollBarX(documentElement, htmlRect);
|
|
85120
85353
|
const y = htmlRect.top + scroll.scrollTop;
|
|
85121
85354
|
return {
|
|
85122
85355
|
x,
|
|
@@ -85155,7 +85388,7 @@ function convertOffsetParentRelativeRectToViewportRelativeRect(_ref) {
|
|
|
85155
85388
|
offsets.y = offsetRect.y + offsetParent.clientTop;
|
|
85156
85389
|
}
|
|
85157
85390
|
}
|
|
85158
|
-
const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll
|
|
85391
|
+
const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);
|
|
85159
85392
|
return {
|
|
85160
85393
|
width: rect.width * scale.x,
|
|
85161
85394
|
height: rect.height * scale.y,
|
|
@@ -85189,6 +85422,10 @@ function getDocumentRect(element) {
|
|
|
85189
85422
|
};
|
|
85190
85423
|
}
|
|
85191
85424
|
|
|
85425
|
+
// Safety check: ensure the scrollbar space is reasonable in case this
|
|
85426
|
+
// calculation is affected by unusual styles.
|
|
85427
|
+
// Most scrollbars leave 15-18px of space.
|
|
85428
|
+
const SCROLLBAR_MAX = 25;
|
|
85192
85429
|
function getViewportRect(element, strategy) {
|
|
85193
85430
|
const win = getWindow(element);
|
|
85194
85431
|
const html = getDocumentElement(element);
|
|
@@ -85206,6 +85443,24 @@ function getViewportRect(element, strategy) {
|
|
|
85206
85443
|
y = visualViewport.offsetTop;
|
|
85207
85444
|
}
|
|
85208
85445
|
}
|
|
85446
|
+
const windowScrollbarX = getWindowScrollBarX(html);
|
|
85447
|
+
// <html> `overflow: hidden` + `scrollbar-gutter: stable` reduces the
|
|
85448
|
+
// visual width of the <html> but this is not considered in the size
|
|
85449
|
+
// of `html.clientWidth`.
|
|
85450
|
+
if (windowScrollbarX <= 0) {
|
|
85451
|
+
const doc = html.ownerDocument;
|
|
85452
|
+
const body = doc.body;
|
|
85453
|
+
const bodyStyles = getComputedStyle(body);
|
|
85454
|
+
const bodyMarginInline = doc.compatMode === 'CSS1Compat' ? parseFloat(bodyStyles.marginLeft) + parseFloat(bodyStyles.marginRight) || 0 : 0;
|
|
85455
|
+
const clippingStableScrollbarWidth = Math.abs(html.clientWidth - body.clientWidth - bodyMarginInline);
|
|
85456
|
+
if (clippingStableScrollbarWidth <= SCROLLBAR_MAX) {
|
|
85457
|
+
width -= clippingStableScrollbarWidth;
|
|
85458
|
+
}
|
|
85459
|
+
} else if (windowScrollbarX <= SCROLLBAR_MAX) {
|
|
85460
|
+
// If the <body> scrollbar is on the left, the width needs to be extended
|
|
85461
|
+
// by the scrollbar amount so there isn't extra space on the right.
|
|
85462
|
+
width += windowScrollbarX;
|
|
85463
|
+
}
|
|
85209
85464
|
return {
|
|
85210
85465
|
width,
|
|
85211
85466
|
height,
|
|
@@ -85214,6 +85469,7 @@ function getViewportRect(element, strategy) {
|
|
|
85214
85469
|
};
|
|
85215
85470
|
}
|
|
85216
85471
|
|
|
85472
|
+
const absoluteOrFixed = /*#__PURE__*/new Set(['absolute', 'fixed']);
|
|
85217
85473
|
// Returns the inner client rect, subtracting scrollbars if present.
|
|
85218
85474
|
function getInnerBoundingClientRect(element, strategy) {
|
|
85219
85475
|
const clientRect = getBoundingClientRect(element, true, strategy === 'fixed');
|
|
@@ -85278,7 +85534,7 @@ function getClippingElementAncestors(element, cache) {
|
|
|
85278
85534
|
if (!currentNodeIsContaining && computedStyle.position === 'fixed') {
|
|
85279
85535
|
currentContainingBlockComputedStyle = null;
|
|
85280
85536
|
}
|
|
85281
|
-
const shouldDropCurrentNode = elementIsFixed ? !currentNodeIsContaining && !currentContainingBlockComputedStyle : !currentNodeIsContaining && computedStyle.position === 'static' && !!currentContainingBlockComputedStyle &&
|
|
85537
|
+
const shouldDropCurrentNode = elementIsFixed ? !currentNodeIsContaining && !currentContainingBlockComputedStyle : !currentNodeIsContaining && computedStyle.position === 'static' && !!currentContainingBlockComputedStyle && absoluteOrFixed.has(currentContainingBlockComputedStyle.position) || isOverflowElement(currentNode) && !currentNodeIsContaining && hasFixedPositionAncestor(element, currentNode);
|
|
85282
85538
|
if (shouldDropCurrentNode) {
|
|
85283
85539
|
// Drop non-containing blocks.
|
|
85284
85540
|
result = result.filter(ancestor => ancestor !== currentNode);
|
|
@@ -85341,6 +85597,12 @@ function getRectRelativeToOffsetParent(element, offsetParent, strategy) {
|
|
|
85341
85597
|
scrollTop: 0
|
|
85342
85598
|
};
|
|
85343
85599
|
const offsets = createCoords(0);
|
|
85600
|
+
|
|
85601
|
+
// If the <body> scrollbar appears on the left (e.g. RTL systems). Use
|
|
85602
|
+
// Firefox with layout.scrollbar.side = 3 in about:config to test this.
|
|
85603
|
+
function setLeftRTLScrollbarOffset() {
|
|
85604
|
+
offsets.x = getWindowScrollBarX(documentElement);
|
|
85605
|
+
}
|
|
85344
85606
|
if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {
|
|
85345
85607
|
if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {
|
|
85346
85608
|
scroll = getNodeScroll(offsetParent);
|
|
@@ -85350,11 +85612,12 @@ function getRectRelativeToOffsetParent(element, offsetParent, strategy) {
|
|
|
85350
85612
|
offsets.x = offsetRect.x + offsetParent.clientLeft;
|
|
85351
85613
|
offsets.y = offsetRect.y + offsetParent.clientTop;
|
|
85352
85614
|
} else if (documentElement) {
|
|
85353
|
-
|
|
85354
|
-
// Firefox with layout.scrollbar.side = 3 in about:config to test this.
|
|
85355
|
-
offsets.x = getWindowScrollBarX(documentElement);
|
|
85615
|
+
setLeftRTLScrollbarOffset();
|
|
85356
85616
|
}
|
|
85357
85617
|
}
|
|
85618
|
+
if (isFixed && !isOffsetParentAnElement && documentElement) {
|
|
85619
|
+
setLeftRTLScrollbarOffset();
|
|
85620
|
+
}
|
|
85358
85621
|
const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);
|
|
85359
85622
|
const x = rect.left + scroll.scrollLeft - offsets.x - htmlOffset.x;
|
|
85360
85623
|
const y = rect.top + scroll.scrollTop - offsets.y - htmlOffset.y;
|
|
@@ -85531,7 +85794,7 @@ function observeMove(element, onMove) {
|
|
|
85531
85794
|
// Handle <iframe>s
|
|
85532
85795
|
root: root.ownerDocument
|
|
85533
85796
|
});
|
|
85534
|
-
} catch (
|
|
85797
|
+
} catch (_e) {
|
|
85535
85798
|
io = new IntersectionObserver(handleObserve, options);
|
|
85536
85799
|
}
|
|
85537
85800
|
io.observe(element);
|
|
@@ -86094,7 +86357,6 @@ const EzPopup$1 = class extends HTMLElement$1 {
|
|
|
86094
86357
|
}
|
|
86095
86358
|
componentDidRender() {
|
|
86096
86359
|
this.manageOverlay();
|
|
86097
|
-
this.popUpFocus();
|
|
86098
86360
|
}
|
|
86099
86361
|
handleAutoClose(event) {
|
|
86100
86362
|
if (!this.opened || !this._popupRef || !this.autoClose) {
|
|
@@ -86237,6 +86499,120 @@ const EzRadioButton$1 = class extends HTMLElement$1 {
|
|
|
86237
86499
|
static get style() { return ezRadioButtonCss; }
|
|
86238
86500
|
};
|
|
86239
86501
|
|
|
86502
|
+
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}";
|
|
86503
|
+
|
|
86504
|
+
const EzRecordNavigation$1 = class extends HTMLElement$1 {
|
|
86505
|
+
constructor() {
|
|
86506
|
+
super();
|
|
86507
|
+
this.__registerHost();
|
|
86508
|
+
this.__attachShadow();
|
|
86509
|
+
this._dataUnitInitialized = false;
|
|
86510
|
+
this.leftButtonDisabled = undefined;
|
|
86511
|
+
this.rightButtonDisabled = undefined;
|
|
86512
|
+
this.dataUnit = undefined;
|
|
86513
|
+
this.primaryKeys = undefined;
|
|
86514
|
+
this.textPosition = 'right';
|
|
86515
|
+
this.disabled = false;
|
|
86516
|
+
}
|
|
86517
|
+
/**
|
|
86518
|
+
* Navega para a página anterior.
|
|
86519
|
+
*/
|
|
86520
|
+
async previousRecord() {
|
|
86521
|
+
if (!this.dataUnit) {
|
|
86522
|
+
return;
|
|
86523
|
+
}
|
|
86524
|
+
await this.dataUnit.previousRecord();
|
|
86525
|
+
}
|
|
86526
|
+
/**
|
|
86527
|
+
* Navega para a próxima página.
|
|
86528
|
+
*/
|
|
86529
|
+
async nextRecord() {
|
|
86530
|
+
if (!this.dataUnit) {
|
|
86531
|
+
return;
|
|
86532
|
+
}
|
|
86533
|
+
await this.dataUnit.nextRecord();
|
|
86534
|
+
}
|
|
86535
|
+
onDataUnitChange() {
|
|
86536
|
+
this.initializeDataUnit();
|
|
86537
|
+
}
|
|
86538
|
+
onDisabledChange() {
|
|
86539
|
+
this.setStatusButtonPagination();
|
|
86540
|
+
}
|
|
86541
|
+
renderPageTitle() {
|
|
86542
|
+
if (!this.primaryKeys) {
|
|
86543
|
+
return null;
|
|
86544
|
+
}
|
|
86545
|
+
return this.primaryKeys.map((key, index) => {
|
|
86546
|
+
var _a;
|
|
86547
|
+
const fieldValue = this.dataUnit.getFieldValue(key);
|
|
86548
|
+
const fieldLabel = (_a = this.dataUnit.getField(key)) === null || _a === void 0 ? void 0 : _a.label;
|
|
86549
|
+
const isLast = index === this.primaryKeys.length - 1;
|
|
86550
|
+
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" })));
|
|
86551
|
+
});
|
|
86552
|
+
}
|
|
86553
|
+
dataUnitObserver(action) {
|
|
86554
|
+
switch (action.type) {
|
|
86555
|
+
case Action.SELECTION_CHANGED:
|
|
86556
|
+
case Action.PREVIOUS_SELECTED:
|
|
86557
|
+
case Action.NEXT_SELECTED:
|
|
86558
|
+
this.setStatusButtonPagination();
|
|
86559
|
+
break;
|
|
86560
|
+
}
|
|
86561
|
+
}
|
|
86562
|
+
getLeftButtonDisabledStatus() {
|
|
86563
|
+
if (!this.dataUnit || this.disabled)
|
|
86564
|
+
return true;
|
|
86565
|
+
return !this.dataUnit.hasPrevious();
|
|
86566
|
+
}
|
|
86567
|
+
getRightButtonDisabledStatus() {
|
|
86568
|
+
if (!this.dataUnit || this.disabled)
|
|
86569
|
+
return true;
|
|
86570
|
+
return !this.dataUnit.hasNext();
|
|
86571
|
+
}
|
|
86572
|
+
setStatusButtonPagination() {
|
|
86573
|
+
this.leftButtonDisabled = this.getLeftButtonDisabledStatus();
|
|
86574
|
+
this.rightButtonDisabled = this.getRightButtonDisabledStatus();
|
|
86575
|
+
}
|
|
86576
|
+
initializeDataUnit() {
|
|
86577
|
+
if (!this.dataUnit || this._dataUnitInitialized) {
|
|
86578
|
+
return;
|
|
86579
|
+
}
|
|
86580
|
+
this.setStatusButtonPagination();
|
|
86581
|
+
this._dataUnitObserverBound = this.dataUnitObserver.bind(this);
|
|
86582
|
+
this.dataUnit.subscribe(this._dataUnitObserverBound);
|
|
86583
|
+
this._dataUnitInitialized = true;
|
|
86584
|
+
}
|
|
86585
|
+
addInfoId() {
|
|
86586
|
+
if (this._element) {
|
|
86587
|
+
ElementIDUtils.addIDInfo(this._element);
|
|
86588
|
+
}
|
|
86589
|
+
}
|
|
86590
|
+
async connectedCallback() {
|
|
86591
|
+
this.i18n = await initI18n();
|
|
86592
|
+
this.initializeDataUnit();
|
|
86593
|
+
}
|
|
86594
|
+
componentDidLoad() {
|
|
86595
|
+
this.addInfoId();
|
|
86596
|
+
}
|
|
86597
|
+
disconnectedCallback() {
|
|
86598
|
+
if (this.dataUnit && this._dataUnitInitialized && this._dataUnitObserverBound) {
|
|
86599
|
+
this.dataUnit.unsubscribe(this._dataUnitObserverBound);
|
|
86600
|
+
}
|
|
86601
|
+
}
|
|
86602
|
+
render() {
|
|
86603
|
+
return (h(Host, null, h("div", { class: {
|
|
86604
|
+
"record-navigation__container": true,
|
|
86605
|
+
"record-navigation-text-right": this.textPosition === 'right'
|
|
86606
|
+
} }, 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") }))))));
|
|
86607
|
+
}
|
|
86608
|
+
get _element() { return this; }
|
|
86609
|
+
static get watchers() { return {
|
|
86610
|
+
"dataUnit": ["onDataUnitChange"],
|
|
86611
|
+
"disabled": ["onDisabledChange"]
|
|
86612
|
+
}; }
|
|
86613
|
+
static get style() { return ezRecordNavigationCss; }
|
|
86614
|
+
};
|
|
86615
|
+
|
|
86240
86616
|
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}";
|
|
86241
86617
|
|
|
86242
86618
|
const EzRichText$1 = class extends HTMLElement$1 {
|
|
@@ -86635,7 +87011,13 @@ const EzRichToolbarLetters$1 = class extends HTMLElement$1 {
|
|
|
86635
87011
|
static get style() { return ezRichToolbarLettersCss; }
|
|
86636
87012
|
};
|
|
86637
87013
|
|
|
86638
|
-
|
|
87014
|
+
var EzScrollNavigationMode;
|
|
87015
|
+
(function (EzScrollNavigationMode) {
|
|
87016
|
+
EzScrollNavigationMode["SCROLLBAR"] = "scrollbar";
|
|
87017
|
+
EzScrollNavigationMode["BUTTONS"] = "buttons";
|
|
87018
|
+
})(EzScrollNavigationMode || (EzScrollNavigationMode = {}));
|
|
87019
|
+
|
|
87020
|
+
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}";
|
|
86639
87021
|
|
|
86640
87022
|
const EzScroller$1 = class extends HTMLElement$1 {
|
|
86641
87023
|
constructor() {
|
|
@@ -86644,21 +87026,58 @@ const EzScroller$1 = class extends HTMLElement$1 {
|
|
|
86644
87026
|
this.__attachShadow();
|
|
86645
87027
|
this._shadowStart = "ez-scroller__wrapper--shadow-start";
|
|
86646
87028
|
this._shadowEnd = "ez-scroller__wrapper--shadow-end";
|
|
87029
|
+
this._startHidden = undefined;
|
|
87030
|
+
this._endHidden = undefined;
|
|
86647
87031
|
this.isActive = false;
|
|
86648
87032
|
this.direction = undefined;
|
|
86649
87033
|
this.locked = false;
|
|
86650
87034
|
this.activeShadow = false;
|
|
87035
|
+
this.navigationMode = EzScrollNavigationMode.SCROLLBAR;
|
|
87036
|
+
this.scrollAmount = 200;
|
|
86651
87037
|
}
|
|
86652
87038
|
//---------------------------------------------
|
|
86653
87039
|
// Private methods
|
|
86654
87040
|
//---------------------------------------------
|
|
87041
|
+
scrollToPrevious() {
|
|
87042
|
+
if (!this._container)
|
|
87043
|
+
return;
|
|
87044
|
+
const scrollOptions = {
|
|
87045
|
+
behavior: 'smooth'
|
|
87046
|
+
};
|
|
87047
|
+
if (this.direction === EzScrollDirection.HORIZONTAL) {
|
|
87048
|
+
scrollOptions.left = Math.max(0, this._container.scrollLeft - this.scrollAmount);
|
|
87049
|
+
}
|
|
87050
|
+
else if (this.direction === EzScrollDirection.VERTICAL) {
|
|
87051
|
+
scrollOptions.top = Math.max(0, this._container.scrollTop - this.scrollAmount);
|
|
87052
|
+
}
|
|
87053
|
+
this._container.scrollTo(scrollOptions);
|
|
87054
|
+
}
|
|
87055
|
+
scrollToNext() {
|
|
87056
|
+
if (!this._container)
|
|
87057
|
+
return;
|
|
87058
|
+
const scrollOptions = {
|
|
87059
|
+
behavior: 'smooth'
|
|
87060
|
+
};
|
|
87061
|
+
if (this.direction === EzScrollDirection.HORIZONTAL) {
|
|
87062
|
+
scrollOptions.left = this._container.scrollLeft + this.scrollAmount;
|
|
87063
|
+
}
|
|
87064
|
+
else if (this.direction === EzScrollDirection.VERTICAL) {
|
|
87065
|
+
scrollOptions.top = this._container.scrollTop + this.scrollAmount;
|
|
87066
|
+
}
|
|
87067
|
+
this._container.scrollTo(scrollOptions);
|
|
87068
|
+
}
|
|
86655
87069
|
getContainerClass() {
|
|
87070
|
+
const isButtonMode = this.navigationMode === EzScrollNavigationMode.BUTTONS;
|
|
86656
87071
|
return `ez-scroller__container ez-scroller__container--${this.direction}
|
|
86657
87072
|
${this.locked || !this.isActive ? " ez-scroller__container--locked" : ""}
|
|
87073
|
+
${isButtonMode ? " ez-scroller__container--buttons-mode" : ""}
|
|
86658
87074
|
`;
|
|
86659
87075
|
}
|
|
86660
87076
|
getWrapperClass() {
|
|
86661
|
-
|
|
87077
|
+
const isButtonMode = this.navigationMode === EzScrollNavigationMode.BUTTONS;
|
|
87078
|
+
return `ez-scroller__wrapper ez-scroller__wrapper--${this.direction}
|
|
87079
|
+
${isButtonMode ? " ez-scroller__wrapper--buttons-mode" : ""}
|
|
87080
|
+
`;
|
|
86662
87081
|
}
|
|
86663
87082
|
finishDrag() {
|
|
86664
87083
|
if (this._controller) {
|
|
@@ -86686,27 +87105,33 @@ const EzScroller$1 = class extends HTMLElement$1 {
|
|
|
86686
87105
|
this.updateShadow();
|
|
86687
87106
|
}
|
|
86688
87107
|
updateShadow() {
|
|
86689
|
-
|
|
86690
|
-
|
|
87108
|
+
if (!this.activeShadow) {
|
|
87109
|
+
return;
|
|
87110
|
+
}
|
|
87111
|
+
// Apply shadow classes to container when in buttons mode, otherwise to wrapper
|
|
87112
|
+
const targetElement = this.navigationMode === EzScrollNavigationMode.BUTTONS
|
|
87113
|
+
? this._container
|
|
87114
|
+
: this._wrapper;
|
|
87115
|
+
if (targetElement == undefined) {
|
|
86691
87116
|
return;
|
|
86692
87117
|
}
|
|
86693
87118
|
const shadowPositions = ["", "start", "end", "middle"];
|
|
86694
87119
|
const currentPosition = shadowPositions[Number(this._startHidden) | Number(this._endHidden) << 1];
|
|
86695
87120
|
if (currentPosition === "start") {
|
|
86696
|
-
|
|
86697
|
-
|
|
87121
|
+
targetElement.classList.add(this._shadowStart);
|
|
87122
|
+
targetElement.classList.remove(this._shadowEnd);
|
|
86698
87123
|
}
|
|
86699
87124
|
else if (currentPosition === "end") {
|
|
86700
|
-
|
|
86701
|
-
|
|
87125
|
+
targetElement.classList.remove(this._shadowStart);
|
|
87126
|
+
targetElement.classList.add(this._shadowEnd);
|
|
86702
87127
|
}
|
|
86703
87128
|
else if (currentPosition === "middle") {
|
|
86704
|
-
|
|
86705
|
-
|
|
87129
|
+
targetElement.classList.add(this._shadowStart);
|
|
87130
|
+
targetElement.classList.add(this._shadowEnd);
|
|
86706
87131
|
}
|
|
86707
87132
|
else {
|
|
86708
|
-
|
|
86709
|
-
|
|
87133
|
+
targetElement.classList.remove(this._shadowStart);
|
|
87134
|
+
targetElement.classList.remove(this._shadowEnd);
|
|
86710
87135
|
}
|
|
86711
87136
|
}
|
|
86712
87137
|
configResize() {
|
|
@@ -86730,6 +87155,17 @@ const EzScroller$1 = class extends HTMLElement$1 {
|
|
|
86730
87155
|
return this._container.scrollWidth > this._container.clientWidth
|
|
86731
87156
|
|| this._container.scrollHeight > this._container.clientHeight;
|
|
86732
87157
|
}
|
|
87158
|
+
renderNavigationButtons() {
|
|
87159
|
+
if (this.navigationMode !== EzScrollNavigationMode.BUTTONS || this.direction === EzScrollDirection.BOTH) {
|
|
87160
|
+
return null;
|
|
87161
|
+
}
|
|
87162
|
+
const isHorizontal = this.direction === EzScrollDirection.HORIZONTAL;
|
|
87163
|
+
const previousIconName = isHorizontal ? "arrow_back" : "arrow-up";
|
|
87164
|
+
const nextIconName = isHorizontal ? "arrow-forward" : "arrow-down";
|
|
87165
|
+
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;
|
|
87166
|
+
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;
|
|
87167
|
+
return { previousButton, nextButton };
|
|
87168
|
+
}
|
|
86733
87169
|
//---------------------------------------------
|
|
86734
87170
|
// Event handlers
|
|
86735
87171
|
//---------------------------------------------
|
|
@@ -86768,6 +87204,9 @@ const EzScroller$1 = class extends HTMLElement$1 {
|
|
|
86768
87204
|
}
|
|
86769
87205
|
}
|
|
86770
87206
|
}
|
|
87207
|
+
async componentWillLoad() {
|
|
87208
|
+
this.i18n = await initI18n();
|
|
87209
|
+
}
|
|
86771
87210
|
componentDidRender() {
|
|
86772
87211
|
var _a, _b;
|
|
86773
87212
|
if (this._container == undefined) {
|
|
@@ -86784,8 +87223,11 @@ const EzScroller$1 = class extends HTMLElement$1 {
|
|
|
86784
87223
|
this.updateScroller();
|
|
86785
87224
|
}
|
|
86786
87225
|
render() {
|
|
86787
|
-
|
|
86788
|
-
|
|
87226
|
+
const buttons = this.navigationMode === EzScrollNavigationMode.BUTTONS ? this.renderNavigationButtons() : null;
|
|
87227
|
+
return (h(Host, null, this.activeShadow || this.navigationMode === EzScrollNavigationMode.BUTTONS
|
|
87228
|
+
? h("div", { ref: ref => this._wrapper = ref, class: this.getWrapperClass() }, buttons === null || buttons === void 0 ? void 0 :
|
|
87229
|
+
buttons.previousButton, this.getContainerElement(), buttons === null || buttons === void 0 ? void 0 :
|
|
87230
|
+
buttons.nextButton)
|
|
86789
87231
|
: this.getContainerElement()));
|
|
86790
87232
|
}
|
|
86791
87233
|
static get style() { return ezScrollerCss; }
|
|
@@ -86845,7 +87287,7 @@ function replaceQuotes(text) {
|
|
|
86845
87287
|
.replace(/"/g, '"');
|
|
86846
87288
|
}
|
|
86847
87289
|
|
|
86848
|
-
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}";
|
|
87290
|
+
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}";
|
|
86849
87291
|
|
|
86850
87292
|
const EzSearch$1 = class extends HTMLElement$1 {
|
|
86851
87293
|
constructor() {
|
|
@@ -87578,6 +88020,7 @@ const EzSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
87578
88020
|
if (newNormalizedValue === undefined) {
|
|
87579
88021
|
this.codeValue = undefined;
|
|
87580
88022
|
this.descriptionValue = undefined;
|
|
88023
|
+
this.cleanFieldsRef();
|
|
87581
88024
|
this.ezChange.emit(undefined);
|
|
87582
88025
|
return;
|
|
87583
88026
|
}
|
|
@@ -87612,7 +88055,7 @@ const EzSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
87612
88055
|
* Aplica o foco no campo.
|
|
87613
88056
|
*/
|
|
87614
88057
|
async setFocus(options) {
|
|
87615
|
-
var _a;
|
|
88058
|
+
var _a, _b;
|
|
87616
88059
|
if (this.disableCodeInput) {
|
|
87617
88060
|
(_a = this._textInputDescriptionValue) === null || _a === void 0 ? void 0 : _a.setFocus(options);
|
|
87618
88061
|
return;
|
|
@@ -87621,7 +88064,7 @@ const EzSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
87621
88064
|
this._latestFocusedInputElement.setFocus(options);
|
|
87622
88065
|
return;
|
|
87623
88066
|
}
|
|
87624
|
-
this._textInputCodeValue.setFocus(options);
|
|
88067
|
+
(_b = this._textInputCodeValue) === null || _b === void 0 ? void 0 : _b.setFocus(options);
|
|
87625
88068
|
}
|
|
87626
88069
|
/**
|
|
87627
88070
|
* Obtém o valor do componente só após a compo de apresentação
|
|
@@ -87908,6 +88351,14 @@ const EzSearchPlus$1 = class extends HTMLElement$1 {
|
|
|
87908
88351
|
handleDescriptionInputFocus() {
|
|
87909
88352
|
this.setLatestFocusedInputElement(this._textInputDescriptionValue);
|
|
87910
88353
|
}
|
|
88354
|
+
cleanFieldsRef() {
|
|
88355
|
+
if (this._textInputCodeValue) {
|
|
88356
|
+
this._textInputCodeValue.value = null;
|
|
88357
|
+
}
|
|
88358
|
+
if (this._textInputDescriptionValue) {
|
|
88359
|
+
this._textInputDescriptionValue.value = null;
|
|
88360
|
+
}
|
|
88361
|
+
}
|
|
87911
88362
|
getRightIconElement() {
|
|
87912
88363
|
var _a, _b;
|
|
87913
88364
|
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))) {
|
|
@@ -88442,136 +88893,118 @@ const EzSkeleton$1 = class extends HTMLElement$1 {
|
|
|
88442
88893
|
};
|
|
88443
88894
|
|
|
88444
88895
|
/**!
|
|
88445
|
-
* Sortable 1.15.
|
|
88896
|
+
* Sortable 1.15.7
|
|
88446
88897
|
* @author RubaXa <trash@rubaxa.org>
|
|
88447
88898
|
* @author owenm <owen23355@gmail.com>
|
|
88448
88899
|
* @license MIT
|
|
88449
88900
|
*/
|
|
88450
|
-
function
|
|
88451
|
-
|
|
88452
|
-
|
|
88453
|
-
|
|
88454
|
-
if (enumerableOnly) {
|
|
88455
|
-
symbols = symbols.filter(function (sym) {
|
|
88456
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
88457
|
-
});
|
|
88458
|
-
}
|
|
88459
|
-
keys.push.apply(keys, symbols);
|
|
88460
|
-
}
|
|
88461
|
-
return keys;
|
|
88901
|
+
function _arrayLikeToArray(r, a) {
|
|
88902
|
+
(null == a || a > r.length) && (a = r.length);
|
|
88903
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
88904
|
+
return n;
|
|
88462
88905
|
}
|
|
88463
|
-
function
|
|
88464
|
-
|
|
88465
|
-
var source = arguments[i] != null ? arguments[i] : {};
|
|
88466
|
-
if (i % 2) {
|
|
88467
|
-
ownKeys(Object(source), true).forEach(function (key) {
|
|
88468
|
-
_defineProperty(target, key, source[key]);
|
|
88469
|
-
});
|
|
88470
|
-
} else if (Object.getOwnPropertyDescriptors) {
|
|
88471
|
-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
88472
|
-
} else {
|
|
88473
|
-
ownKeys(Object(source)).forEach(function (key) {
|
|
88474
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
88475
|
-
});
|
|
88476
|
-
}
|
|
88477
|
-
}
|
|
88478
|
-
return target;
|
|
88906
|
+
function _arrayWithoutHoles(r) {
|
|
88907
|
+
if (Array.isArray(r)) return _arrayLikeToArray(r);
|
|
88479
88908
|
}
|
|
88480
|
-
function
|
|
88481
|
-
|
|
88482
|
-
|
|
88483
|
-
|
|
88484
|
-
|
|
88485
|
-
|
|
88486
|
-
|
|
88487
|
-
} else {
|
|
88488
|
-
_typeof = function (obj) {
|
|
88489
|
-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
88490
|
-
};
|
|
88491
|
-
}
|
|
88492
|
-
return _typeof(obj);
|
|
88493
|
-
}
|
|
88494
|
-
function _defineProperty(obj, key, value) {
|
|
88495
|
-
if (key in obj) {
|
|
88496
|
-
Object.defineProperty(obj, key, {
|
|
88497
|
-
value: value,
|
|
88498
|
-
enumerable: true,
|
|
88499
|
-
configurable: true,
|
|
88500
|
-
writable: true
|
|
88501
|
-
});
|
|
88502
|
-
} else {
|
|
88503
|
-
obj[key] = value;
|
|
88504
|
-
}
|
|
88505
|
-
return obj;
|
|
88909
|
+
function _defineProperty(e, r, t) {
|
|
88910
|
+
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
88911
|
+
value: t,
|
|
88912
|
+
enumerable: !0,
|
|
88913
|
+
configurable: !0,
|
|
88914
|
+
writable: !0
|
|
88915
|
+
}) : e[r] = t, e;
|
|
88506
88916
|
}
|
|
88507
88917
|
function _extends() {
|
|
88508
|
-
_extends = Object.assign
|
|
88509
|
-
for (var
|
|
88510
|
-
var
|
|
88511
|
-
for (var
|
|
88512
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
88513
|
-
target[key] = source[key];
|
|
88514
|
-
}
|
|
88515
|
-
}
|
|
88918
|
+
return _extends = Object.assign ? Object.assign.bind() : function (n) {
|
|
88919
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
88920
|
+
var t = arguments[e];
|
|
88921
|
+
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
|
|
88516
88922
|
}
|
|
88517
|
-
return
|
|
88518
|
-
};
|
|
88519
|
-
|
|
88923
|
+
return n;
|
|
88924
|
+
}, _extends.apply(null, arguments);
|
|
88925
|
+
}
|
|
88926
|
+
function _iterableToArray(r) {
|
|
88927
|
+
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
|
|
88520
88928
|
}
|
|
88521
|
-
function
|
|
88522
|
-
|
|
88523
|
-
|
|
88524
|
-
|
|
88525
|
-
var
|
|
88526
|
-
|
|
88527
|
-
|
|
88528
|
-
|
|
88529
|
-
|
|
88929
|
+
function _nonIterableSpread() {
|
|
88930
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
88931
|
+
}
|
|
88932
|
+
function ownKeys(e, r) {
|
|
88933
|
+
var t = Object.keys(e);
|
|
88934
|
+
if (Object.getOwnPropertySymbols) {
|
|
88935
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
88936
|
+
r && (o = o.filter(function (r) {
|
|
88937
|
+
return Object.getOwnPropertyDescriptor(e, r).enumerable;
|
|
88938
|
+
})), t.push.apply(t, o);
|
|
88530
88939
|
}
|
|
88531
|
-
return
|
|
88940
|
+
return t;
|
|
88941
|
+
}
|
|
88942
|
+
function _objectSpread2(e) {
|
|
88943
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
88944
|
+
var t = null != arguments[r] ? arguments[r] : {};
|
|
88945
|
+
r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
|
|
88946
|
+
_defineProperty(e, r, t[r]);
|
|
88947
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
|
|
88948
|
+
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
|
|
88949
|
+
});
|
|
88950
|
+
}
|
|
88951
|
+
return e;
|
|
88532
88952
|
}
|
|
88533
|
-
function _objectWithoutProperties(
|
|
88534
|
-
if (
|
|
88535
|
-
var
|
|
88536
|
-
|
|
88953
|
+
function _objectWithoutProperties(e, t) {
|
|
88954
|
+
if (null == e) return {};
|
|
88955
|
+
var o,
|
|
88956
|
+
r,
|
|
88957
|
+
i = _objectWithoutPropertiesLoose(e, t);
|
|
88537
88958
|
if (Object.getOwnPropertySymbols) {
|
|
88538
|
-
var
|
|
88539
|
-
for (
|
|
88540
|
-
key = sourceSymbolKeys[i];
|
|
88541
|
-
if (excluded.indexOf(key) >= 0) continue;
|
|
88542
|
-
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
88543
|
-
target[key] = source[key];
|
|
88544
|
-
}
|
|
88959
|
+
var n = Object.getOwnPropertySymbols(e);
|
|
88960
|
+
for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
|
|
88545
88961
|
}
|
|
88546
|
-
return
|
|
88962
|
+
return i;
|
|
88547
88963
|
}
|
|
88548
|
-
function
|
|
88549
|
-
|
|
88964
|
+
function _objectWithoutPropertiesLoose(r, e) {
|
|
88965
|
+
if (null == r) return {};
|
|
88966
|
+
var t = {};
|
|
88967
|
+
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
88968
|
+
if (-1 !== e.indexOf(n)) continue;
|
|
88969
|
+
t[n] = r[n];
|
|
88970
|
+
}
|
|
88971
|
+
return t;
|
|
88550
88972
|
}
|
|
88551
|
-
function
|
|
88552
|
-
|
|
88973
|
+
function _toConsumableArray(r) {
|
|
88974
|
+
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
|
88553
88975
|
}
|
|
88554
|
-
function
|
|
88555
|
-
if (
|
|
88976
|
+
function _toPrimitive(t, r) {
|
|
88977
|
+
if ("object" != typeof t || !t) return t;
|
|
88978
|
+
var e = t[Symbol.toPrimitive];
|
|
88979
|
+
if (void 0 !== e) {
|
|
88980
|
+
var i = e.call(t, r || "default");
|
|
88981
|
+
if ("object" != typeof i) return i;
|
|
88982
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
88983
|
+
}
|
|
88984
|
+
return ("string" === r ? String : Number)(t);
|
|
88556
88985
|
}
|
|
88557
|
-
function
|
|
88558
|
-
|
|
88559
|
-
|
|
88560
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
88561
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
88562
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
88563
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
88986
|
+
function _toPropertyKey(t) {
|
|
88987
|
+
var i = _toPrimitive(t, "string");
|
|
88988
|
+
return "symbol" == typeof i ? i : i + "";
|
|
88564
88989
|
}
|
|
88565
|
-
function
|
|
88566
|
-
|
|
88567
|
-
|
|
88568
|
-
return
|
|
88990
|
+
function _typeof(o) {
|
|
88991
|
+
"@babel/helpers - typeof";
|
|
88992
|
+
|
|
88993
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
88994
|
+
return typeof o;
|
|
88995
|
+
} : function (o) {
|
|
88996
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
88997
|
+
}, _typeof(o);
|
|
88569
88998
|
}
|
|
88570
|
-
function
|
|
88571
|
-
|
|
88999
|
+
function _unsupportedIterableToArray(r, a) {
|
|
89000
|
+
if (r) {
|
|
89001
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
89002
|
+
var t = {}.toString.call(r).slice(8, -1);
|
|
89003
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
|
89004
|
+
}
|
|
88572
89005
|
}
|
|
88573
89006
|
|
|
88574
|
-
var version = "1.15.
|
|
89007
|
+
var version = "1.15.7";
|
|
88575
89008
|
|
|
88576
89009
|
function userAgent(pattern) {
|
|
88577
89010
|
if (typeof window !== 'undefined' && window.navigator) {
|
|
@@ -88614,7 +89047,7 @@ function matches( /**HTMLElement*/el, /**String*/selector) {
|
|
|
88614
89047
|
return false;
|
|
88615
89048
|
}
|
|
88616
89049
|
function getParentOrHost(el) {
|
|
88617
|
-
return el.host && el !== document && el.host.nodeType ? el.host : el.parentNode;
|
|
89050
|
+
return el.host && el !== document && el.host.nodeType && el.host !== el ? el.host : el.parentNode;
|
|
88618
89051
|
}
|
|
88619
89052
|
function closest( /**HTMLElement*/el, /**String*/selector, /**HTMLElement*/ctx, includeCTX) {
|
|
88620
89053
|
if (el) {
|
|
@@ -90498,8 +90931,11 @@ Sortable.prototype = /** @lends Sortable.prototype */{
|
|
|
90498
90931
|
_nulling: function _nulling() {
|
|
90499
90932
|
pluginEvent('nulling', this);
|
|
90500
90933
|
rootEl = dragEl = parentEl = ghostEl = nextEl = cloneEl = lastDownEl = cloneHidden = tapEvt = touchEvt = moved = newIndex = newDraggableIndex = oldIndex = oldDraggableIndex = lastTarget = lastDirection = putSortable = activeGroup = Sortable.dragged = Sortable.ghost = Sortable.clone = Sortable.active = null;
|
|
90501
|
-
|
|
90502
|
-
|
|
90934
|
+
var el = this.el;
|
|
90935
|
+
savedInputChecked.forEach(function (checkEl) {
|
|
90936
|
+
if (el.contains(checkEl)) {
|
|
90937
|
+
checkEl.checked = true;
|
|
90938
|
+
}
|
|
90503
90939
|
});
|
|
90504
90940
|
savedInputChecked.length = lastDx = lastDy = 0;
|
|
90505
90941
|
},
|
|
@@ -91732,7 +92168,7 @@ function removeMultiDragElements() {
|
|
|
91732
92168
|
Sortable.mount(new AutoScrollPlugin());
|
|
91733
92169
|
Sortable.mount(Remove, Revert);
|
|
91734
92170
|
|
|
91735
|
-
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:
|
|
92171
|
+
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)}";
|
|
91736
92172
|
|
|
91737
92173
|
Sortable.mount(new MultiDragPlugin());
|
|
91738
92174
|
const EzSortableList$1 = class extends HTMLElement$1 {
|
|
@@ -91978,7 +92414,7 @@ const EzSpinner$1 = class extends HTMLElement$1 {
|
|
|
91978
92414
|
static get style() { return ezSpinnerCss; }
|
|
91979
92415
|
};
|
|
91980
92416
|
|
|
91981
|
-
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}";
|
|
92417
|
+
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}";
|
|
91982
92418
|
|
|
91983
92419
|
const ANIMATION_TIMINGS = {
|
|
91984
92420
|
PRESSED_DURATION: 150,
|
|
@@ -92269,7 +92705,7 @@ const EzSplitButton$1 = class extends HTMLElement$1 {
|
|
|
92269
92705
|
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))));
|
|
92270
92706
|
}
|
|
92271
92707
|
renderLeftButton(hasIconButton, hasLabelButton, iconSize) {
|
|
92272
|
-
return (h("button", { class: `ez-split-button__left-button ${iconSize} ${this.mode} ${this.isLeftPressed ? 'pressed' : ''}`,
|
|
92708
|
+
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))));
|
|
92273
92709
|
}
|
|
92274
92710
|
renderDivider() {
|
|
92275
92711
|
return h("div", { class: `ez-split-button__divider ${this.mode} ez-split-button__divider--${this.size} ${this.isButtonDisabled ? 'disabled' : ''}`, "aria-disabled": this.isButtonAriaDisabled });
|
|
@@ -92278,7 +92714,7 @@ const EzSplitButton$1 = class extends HTMLElement$1 {
|
|
|
92278
92714
|
return (h("div", { class: "dropdown" }, this.renderRightButton(iconSize), this.renderDropdownContent()));
|
|
92279
92715
|
}
|
|
92280
92716
|
renderRightButton(iconSize) {
|
|
92281
|
-
return (h("button", { class: `ez-split-button__right-button ${iconSize} ez-split-button__right-button--${iconSize} ${this.isRightPressed ? 'pressed' : ''}`,
|
|
92717
|
+
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))));
|
|
92282
92718
|
}
|
|
92283
92719
|
renderDropdownContent() {
|
|
92284
92720
|
return (h("div", { class: `dropdown-content dropdown-content--${this.size}`, ref: (ref) => (this.dropdownParent = ref) }, this.show && this.renderDropdown()));
|
|
@@ -96693,7 +97129,7 @@ const EzClassicDateTimeInput = /*@__PURE__*/proxyCustomElement(EzClassicDateTime
|
|
|
96693
97129
|
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"]}]);
|
|
96694
97130
|
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]}]);
|
|
96695
97131
|
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]}]);
|
|
96696
|
-
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]}]);
|
|
97132
|
+
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]}]);
|
|
96697
97133
|
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]}]);
|
|
96698
97134
|
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]}]);
|
|
96699
97135
|
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"]}]);
|
|
@@ -96706,12 +97142,13 @@ const EzDateTimeInput = /*@__PURE__*/proxyCustomElement(EzDateTimeInput$1, [1,"e
|
|
|
96706
97142
|
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]}]);
|
|
96707
97143
|
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]}]);
|
|
96708
97144
|
const EzDropdown = /*@__PURE__*/proxyCustomElement(EzDropdown$1, [1,"ez-dropdown",{"items":[1040],"value":[1040],"itemBuilder":[16]},[[4,"click","handleClickOutside"]]]);
|
|
96709
|
-
const EzEmptyCard = /*@__PURE__*/proxyCustomElement(EzEmptyCard$1, [1,"ez-empty-card",{"color":[513],"height":[
|
|
97145
|
+
const EzEmptyCard = /*@__PURE__*/proxyCustomElement(EzEmptyCard$1, [1,"ez-empty-card",{"color":[513],"height":[520],"width":[520]}]);
|
|
96710
97146
|
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]}]);
|
|
96711
97147
|
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"]}]);
|
|
96712
97148
|
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]}]);
|
|
96713
97149
|
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]}]);
|
|
96714
|
-
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"]]]);
|
|
97150
|
+
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"]]]);
|
|
97151
|
+
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]}]);
|
|
96715
97152
|
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]}]);
|
|
96716
97153
|
const EzGuideNavigator = /*@__PURE__*/proxyCustomElement(EzGuideNavigator$1, [1,"ez-guide-navigator",{"open":[1540],"selectedId":[1537,"selected-id"],"items":[16],"tooltipResolver":[16],"filterText":[32]}]);
|
|
96717
97154
|
const EzIcon = /*@__PURE__*/proxyCustomElement(EzIcon$1, [1,"ez-icon",{"size":[513],"fontSize":[520,"font-size"],"href":[513],"iconName":[513,"icon-name"]}]);
|
|
@@ -96731,13 +97168,14 @@ const EzPopoverPlus = /*@__PURE__*/proxyCustomElement(EzPopoverPlus$1, [1,"ez-po
|
|
|
96731
97168
|
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]}]);
|
|
96732
97169
|
const EzProgressBar = /*@__PURE__*/proxyCustomElement(EzProgressBar$1, [2,"ez-progress-bar",{"percent":[514],"label":[513],"helpText":[513,"help-text"]}]);
|
|
96733
97170
|
const EzRadioButton = /*@__PURE__*/proxyCustomElement(EzRadioButton$1, [1,"ez-radio-button",{"value":[1544],"options":[1040],"enabled":[516],"label":[513],"direction":[1537]}]);
|
|
97171
|
+
const EzRecordNavigation = /*@__PURE__*/proxyCustomElement(EzRecordNavigation$1, [1,"ez-record-navigation",{"dataUnit":[16],"primaryKeys":[16],"textPosition":[1,"text-position"],"disabled":[4],"leftButtonDisabled":[32],"rightButtonDisabled":[32]}]);
|
|
96734
97172
|
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"]]]);
|
|
96735
97173
|
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"]]]);
|
|
96736
97174
|
const EzRichToolbarArrows = /*@__PURE__*/proxyCustomElement(EzRichToolbarArrows$1, [2,"ez-rich-toolbar-arrows"]);
|
|
96737
97175
|
const EzRichToolbarConfigs = /*@__PURE__*/proxyCustomElement(EzRichToolbarConfigs$1, [2,"ez-rich-toolbar-configs"]);
|
|
96738
97176
|
const EzRichToolbarItem = /*@__PURE__*/proxyCustomElement(EzRichToolbarItem$1, [2,"ez-rich-toolbar-item",{"icon":[1],"command":[1],"title":[1],"value":[1]}]);
|
|
96739
97177
|
const EzRichToolbarLetters = /*@__PURE__*/proxyCustomElement(EzRichToolbarLetters$1, [2,"ez-rich-toolbar-letters"]);
|
|
96740
|
-
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"]]]);
|
|
97178
|
+
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"]]]);
|
|
96741
97179
|
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]}]);
|
|
96742
97180
|
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]}]);
|
|
96743
97181
|
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]}]);
|
|
@@ -96810,6 +97248,7 @@ const defineCustomElements = (opts) => {
|
|
|
96810
97248
|
EzForm,
|
|
96811
97249
|
EzFormView,
|
|
96812
97250
|
EzGrid,
|
|
97251
|
+
EzGridPagination,
|
|
96813
97252
|
EzGridView,
|
|
96814
97253
|
EzGuideNavigator,
|
|
96815
97254
|
EzIcon,
|
|
@@ -96829,6 +97268,7 @@ const defineCustomElements = (opts) => {
|
|
|
96829
97268
|
EzPopup,
|
|
96830
97269
|
EzProgressBar,
|
|
96831
97270
|
EzRadioButton,
|
|
97271
|
+
EzRecordNavigation,
|
|
96832
97272
|
EzRichText,
|
|
96833
97273
|
EzRichToolbar,
|
|
96834
97274
|
EzRichToolbarArrows,
|
|
@@ -96874,4 +97314,4 @@ const defineCustomElements = (opts) => {
|
|
|
96874
97314
|
}
|
|
96875
97315
|
};
|
|
96876
97316
|
|
|
96877
|
-
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 };
|
|
97317
|
+
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 };
|