@sankhyalabs/ezui 6.5.0-dev.7 → 6.5.0-dev.9
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/ez-chip.cjs.entry.js +26 -4
- package/dist/cjs/ez-tabselector.cjs.entry.js +1 -1
- package/dist/cjs/ez-tag-input.cjs.entry.js +245 -0
- package/dist/cjs/ez-text-input.cjs.entry.js +1 -1
- package/dist/cjs/ezui.cjs.js +1 -1
- package/dist/cjs/index-a7b0c73d.js +4 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/ez-chip/ez-chip.css +7 -4
- package/dist/collection/components/ez-chip/ez-chip.js +61 -3
- package/dist/collection/components/ez-tabselector/ez-tabselector.css +5 -1
- package/dist/collection/components/ez-tag-input/ez-tag-input.css +163 -0
- package/dist/collection/components/ez-tag-input/ez-tag-input.js +703 -0
- package/dist/collection/components/ez-tag-input/interfaces/optionsSetFocus.js +1 -0
- package/dist/collection/components/ez-text-input/ez-text-input.css +0 -4
- package/dist/custom-elements/index.d.ts +6 -0
- package/dist/custom-elements/index.js +271 -8
- package/dist/esm/ez-chip.entry.js +26 -4
- package/dist/esm/ez-tabselector.entry.js +1 -1
- package/dist/esm/ez-tag-input.entry.js +241 -0
- package/dist/esm/ez-text-input.entry.js +1 -1
- package/dist/esm/ezui.js +1 -1
- package/dist/esm/index-baa5e267.js +4 -0
- package/dist/esm/loader.js +1 -1
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/{p-53bc30a1.entry.js → p-0e49c0ff.entry.js} +1 -1
- package/dist/ezui/{p-c0d9c4f8.entry.js → p-6020f3d5.entry.js} +1 -1
- package/dist/ezui/p-c8a773e3.entry.js +1 -0
- package/dist/ezui/p-d52443f3.entry.js +1 -0
- package/dist/types/components/ez-chip/ez-chip.d.ts +11 -0
- package/dist/types/components/ez-tag-input/ez-tag-input.d.ts +93 -0
- package/dist/types/components/ez-tag-input/interfaces/optionsSetFocus.d.ts +4 -0
- package/dist/types/components.d.ts +202 -0
- package/package.json +1 -1
- package/react/components.d.ts +1 -0
- package/react/components.js +1 -0
- package/react/components.js.map +1 -1
- package/dist/ezui/p-fcdc7d0b.entry.js +0 -1
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
|
|
8
|
-
const ezChipCss = ":host{--ez-label-chip--height:32px;--ez-label-chip__label--font-size:var(--font-size--default, 14px);--ez-label-chip__label--font-family:var(--font-pattern, Arial);--ez-label-chip__label--font-weight:var(--font-weight--regular, 400);--ez-label-chip__horizontal-padding:var(--space--8, 8px);--ez-label-chip__label--text--primary:var(--color--gray-70, #FFFFFF);--ez-label-chip__label--icon--primary:var(--color--gray-70, #FFFFFF);--ez-label-chip__label__container--border-radius:var(--border--radius-large, 24px);--ez-label-chip__label__container--border:1px solid;--ez-label-chip__label__container--border-color-strokes:transparent;--ez-label-chip__label__container--color-primary:var(--color--primary, #008561);--ez-label-chip__label__container-color--disable-secondary:var(--color--gray-80, #F9F9F9);--ez-label-chip__label__container--background-color:var(--color--ocean-green-600, #008561);--ez-label-chip__label__container--border-color:#0085610F;--ez-label-chip__label__container--border-color-active:transparent;--ez-label-chip__label__container--default--background-color--active:var(--color--ocean-green-700, #00684C);--ez-label-chip__label__container--default--color--active:var(--color--gray-70, #FFFFFF);--ez-label-chip__label__container--text--disabled:var(--color--gray-300, #A4A5A7);--ez-label-chip__label__container--default--border-color--active:
|
|
8
|
+
const ezChipCss = ":host{--ez-label-chip--height:32px;--ez-label-chip__label--font-size:var(--font-size--default, 14px);--ez-label-chip__label--font-family:var(--font-pattern, Arial);--ez-label-chip__label--font-weight:var(--font-weight--regular, 400);--ez-label-chip__horizontal-padding:var(--space--8, 8px);--ez-label-chip__label--text--primary:var(--color--gray-70, #FFFFFF);--ez-label-chip__label--icon--primary:var(--color--gray-70, #FFFFFF);--ez-label-chip__label__container--border-radius:var(--border--radius-large, 24px);--ez-label-chip__label__container--border:1px solid;--ez-label-chip__label__container--border-color-strokes:transparent;--ez-label-chip__label__container--color-primary:var(--color--primary, #008561);--ez-label-chip__label__container-color--disable-secondary:var(--color--gray-80, #F9F9F9);--ez-label-chip__label__container--background-color:var(--color--ocean-green-600, #008561);--ez-label-chip__label__container--border-color:#0085610F;--ez-label-chip__label__container--border-color-active:transparent;--ez-label-chip__label__container--default--background-color--active:var(--color--ocean-green-700, #00684C);--ez-label-chip__label__container--default--color--active:var(--color--gray-70, #FFFFFF);--ez-label-chip__label__container--text--disabled:var(--color--gray-300, #A4A5A7);--ez-label-chip__label__container--default--border-color--active:var(--color--ocean-green-200);--ez-label-chip__label__container--secondary--border-color--active:var(--color--gray-200);--ez-label-chip__label__container--default--margin-top:var(--space-extra-small, 0px)}.label__text{cursor:pointer;white-space:nowrap;user-select:none;text-overflow:ellipsis;overflow:hidden;max-width:100%;font-family:var(--ez-label-chip__label--font-family);font-size:var(--ez-label-chip__label--font-size);font-weight:var(--ez-label-chip__label--font-weight)}.label__text--disabled{cursor:not-allowed}.label__container{cursor:pointer;width:max-content;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space--4);outline:none;height:var(--ez-label-chip--height);border:var(--ez-label-chip__label__container--border);border-radius:var(--ez-label-chip__label__container--border-radius);padding:0 var(--ez-label-chip__horizontal-padding);outline-color:var(--ez-label-chip__label__container--default--border-color--active);margin-top:var(--ez-label-chip__label__container--default--margin-top)}.label__container[data-size=\"default\"]{height:var(--ez-label-chip--height, 32px)}.label__container[data-size=\"medium\"]{height:42px}.label__container[data-size=\"large\"]{height:50px}.label__container--row-reverse{flex-direction:row-reverse}.label__container--disabled{cursor:not-allowed}.label__container:hover{-webkit-transition:150ms -webkit-filter linear;transition:150ms filter linear, 150ms -webkit-filter linear;filter:brightness(90%)}.label__container:focus{box-shadow:0 0 0 2px var(--color--gray-70), 0 0 0 4px var(--ez-label-chip__label__container--default--border-color--active)}.label__container:active{-webkit-transition:150ms -webkit-filter linear;transition:150ms filter linear, 150ms -webkit-filter linear;filter:brightness(85%)}.label__container[data-color-type=\"primary\"] ez-icon{--ez-icon--color:var(--ez-label-chip__label--icon--primary)}:host .label__container[data-color-type=\"primary\"] ::slotted(ez-icon){--ez-icon--color:var(--ez-label-chip__label--icon--primary)}.label__container[data-color-type=\"primary\"][data-color-state=\"default\"]{border-color:var(--ez-label-chip__label__container--border-color-strokes);background-color:var(--ez-label-chip__label__container--background-color);color:var(--ez-label-chip__label--text--primary)}.label__container[data-color-type=\"primary\"][data-color-state=\"active\"]{border-color:var(--ez-label-chip__label__container--border-color-active);background-color:var(--ez-label-chip__label__container--default--background-color--active);color:var(--ez-label-chip__label__container--default--color--active)}.label__container[data-color-type=\"primary\"]:focus{box-shadow:0 0 0 2px var(--color--gray-70), 0 0 0 4px var(--ez-label-chip__label__container--default--border-color--active)}.label__container[data-color-type=\"secondary\"] ez-icon{--ez-icon--color:var(--color--gray-300, #A4A5A7)}:host .label__container[data-color-type=\"secondary\"] ::slotted(ez-icon){--ez-icon--color:var(--color--gray-300, #A4A5A7)}.label__container[data-color-type=\"secondary\"][data-color-state=\"default\"]{border-color:var(--color--gray-200, #D2D2D3);background-color:var(--color--gray-70);color:var(--color--ocean-green-1000, #00281D)}.label__container[data-color-type=\"secondary\"][data-color-state=\"active\"]{border-color:var(--color--gray-200, #D2D2D3);background-color:var(--color--primary-300, #f2faf8);color:var(--color--primary, #f2faf8)}.label__container[data-color-type=\"secondary\"]:focus{color:var(--color--primary, #007a5a);box-shadow:0 0 0 2px var(--color--gray-70), 0 0 0 4px var(--ez-label-chip__label__container--secondary--border-color--active)}.label__container[data-color-state=\"disabled\"]{border-color:var(--ez-label-chip__label__container-color--disable-secondary);background-color:var(--ez-label-chip__label__container-color--disable-secondary);color:var(--ez-label-chip__label__container--text--disabled);cursor:not-allowed;filter:none}.label__container[data-color-state=\"disabled\"] ez-icon{--ez-icon--color:var(--ez-label-chip__label__container--text--disabled)}";
|
|
9
9
|
|
|
10
10
|
const EzChip = class {
|
|
11
11
|
constructor(hostRef) {
|
|
@@ -26,6 +26,8 @@ const EzChip = class {
|
|
|
26
26
|
this.iconNameLeft = undefined;
|
|
27
27
|
this.iconNameRight = undefined;
|
|
28
28
|
this.type = 'primary';
|
|
29
|
+
this.tabIndex = 0;
|
|
30
|
+
this.removeWithKeyboard = false;
|
|
29
31
|
this._isOverflowing = false;
|
|
30
32
|
}
|
|
31
33
|
//---------------------------------------------
|
|
@@ -47,10 +49,11 @@ const EzChip = class {
|
|
|
47
49
|
this.swichState();
|
|
48
50
|
this.valueChange.emit(this.value);
|
|
49
51
|
}
|
|
50
|
-
handleClick() {
|
|
52
|
+
handleClick(event) {
|
|
51
53
|
if (!this.enabled) {
|
|
52
54
|
return;
|
|
53
55
|
}
|
|
56
|
+
event.stopPropagation();
|
|
54
57
|
if (this.mode === "action") {
|
|
55
58
|
return this.actionClick.emit();
|
|
56
59
|
}
|
|
@@ -84,6 +87,25 @@ const EzChip = class {
|
|
|
84
87
|
}
|
|
85
88
|
this._isOverflowing = false;
|
|
86
89
|
}
|
|
90
|
+
handleDeleteKey() {
|
|
91
|
+
if (this.removeWithKeyboard) {
|
|
92
|
+
this.removeChip.emit();
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
if (this.mode === "action") {
|
|
96
|
+
this.actionClick.emit();
|
|
97
|
+
}
|
|
98
|
+
else {
|
|
99
|
+
this.swichState();
|
|
100
|
+
this.valueChange.emit(this.value);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
handleKeyDown(event) {
|
|
104
|
+
if (event.key === 'Enter' || event.key === 'Backspace' || event.key === 'Delete') {
|
|
105
|
+
event.preventDefault();
|
|
106
|
+
this.handleDeleteKey();
|
|
107
|
+
}
|
|
108
|
+
}
|
|
87
109
|
//---------------------------------------------
|
|
88
110
|
// Lifecycle web component
|
|
89
111
|
//---------------------------------------------
|
|
@@ -107,9 +129,9 @@ const EzChip = class {
|
|
|
107
129
|
return (index.h("ez-tooltip", { active: this.showNativeTooltip || this._isOverflowing, message: this.label }, index.h("button", { ref: (el) => this._containerElem = el, class: {
|
|
108
130
|
"label__container--row-reverse": this.removePosition === "left",
|
|
109
131
|
"label__container": true,
|
|
110
|
-
}, "data-color-state": colorState, "data-color-type": this.type, "data-size": this.size, onClick: ()
|
|
132
|
+
}, "data-color-state": colorState, "data-color-type": this.type, "data-size": this.size, onClick: this.handleClick.bind(this), tabIndex: this.tabIndex, style: {
|
|
111
133
|
maxWidth: this.maxWidth
|
|
112
|
-
} }, this.iconNameLeft && (index.h("ez-icon", { size: "medium", "icon-name": this.iconNameLeft, onClick: (event) => this.handleIconClick(event, 'left') })), index.h("slot", { name: "leftIcon" }), index.h("label", { ref: (el) => this._labelElem = el, class: {
|
|
134
|
+
}, onKeyDown: this.handleKeyDown.bind(this) }, this.iconNameLeft && (index.h("ez-icon", { size: "medium", "icon-name": this.iconNameLeft, onClick: (event) => this.handleIconClick(event, 'left') })), index.h("slot", { name: "leftIcon" }), index.h("label", { ref: (el) => this._labelElem = el, class: {
|
|
113
135
|
"label__text--disabled": !this.enabled,
|
|
114
136
|
"label__text": true,
|
|
115
137
|
} }, this.label), index.h("slot", { name: "rightIcon" }), this.iconNameRight && (index.h("ez-icon", { size: "medium", "icon-name": this.iconNameRight, onClick: (event) => this.handleIconClick(event, 'right') })), (this.mode !== 'action' && this.removePosition) && (index.h("ez-icon", { class: "btn-close", size: "medium", "icon-name": "close", onClick: (event) => this.handleClickRemoveButton(event) })))));
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
|
|
8
|
-
const ezTabselectorCss = "@keyframes activate{0%{clip-path:inset(calc(100% - 3px) 50% 0px 50%)}100%{clip-path:inset(calc(100% - 3px) 0px 0px 0px)}}:host{display:flex;position:relative;width:100%;overflow:hidden;--tabselector--backward-icon:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"16px\" width=\"10px\"><path d=\"M 9.7808475,13.860393 3.9204526,8.0000004 9.7808475,2.0624965 7.9301965,0.28895552 0.21915255,8.0000004 7.9301965,15.711044 Z\"/></svg>');--tabselector--forward-icon:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"16px\" width=\"10px\"><path d=\"M 0.21915251,13.860393 6.0795475,8.0000007 0.21915251,2.0624968 2.0698036,0.28895588 9.7808475,8.0000007 2.0698036,15.711044 Z\"/></svg>')}.scroll{display:flex;width:100%;scroll-behavior:smooth;overflow-x:auto;scrollbar-width:none}.scroll.startHidden{-webkit-mask-image:linear-gradient(90deg, transparent 20px, #000 48px)}.scroll.middle{-webkit-mask-image:linear-gradient(90deg, transparent 20px, #000 48px, #000 calc(100% - 48px), transparent calc(100% - 20px))}.scroll.endHidden{-webkit-mask-image:linear-gradient(90deg, #000 calc(100% - 48px), transparent calc(100% - 20px))}.tab{display:flex;border:none;background-color:unset;min-width:100px;max-width:260px;cursor:pointer;padding:6px 12px;align-items:center;justify-content:center;color:var(--text--primary, #626e82);font-family:var(--font-pattern, \"Roboto\");font-size:var(--title--small, 14px);flex-shrink:0}.tab:focus,.forward-button,.backward-button{outline:none}.is-active{position:relative;color:var(--color--primary, #008561)}.is-active::after{content:\"\";position:absolute;width:100%;height:100%;background-color:var(--color--primary, #008561);clip-path:inset(calc(100% - 3px) 0px 0px 0px);animation:activate 0.25s ease-in-out}.is-focused{border:1px dashed var(--color--primary, #000000c5)}.tab-label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-shadow:var(--text-shadow)
|
|
8
|
+
const ezTabselectorCss = "@keyframes activate{0%{clip-path:inset(calc(100% - 3px) 50% 0px 50%)}100%{clip-path:inset(calc(100% - 3px) 0px 0px 0px)}}:host{display:flex;position:relative;width:100%;overflow:hidden;--tabselector--backward-icon:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"16px\" width=\"10px\"><path d=\"M 9.7808475,13.860393 3.9204526,8.0000004 9.7808475,2.0624965 7.9301965,0.28895552 0.21915255,8.0000004 7.9301965,15.711044 Z\"/></svg>');--tabselector--forward-icon:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"16px\" width=\"10px\"><path d=\"M 0.21915251,13.860393 6.0795475,8.0000007 0.21915251,2.0624968 2.0698036,0.28895588 9.7808475,8.0000007 2.0698036,15.711044 Z\"/></svg>')}.scroll{display:flex;width:100%;scroll-behavior:smooth;overflow-x:auto;scrollbar-width:none}.scroll.startHidden{-webkit-mask-image:linear-gradient(90deg, transparent 20px, #000 48px)}.scroll.middle{-webkit-mask-image:linear-gradient(90deg, transparent 20px, #000 48px, #000 calc(100% - 48px), transparent calc(100% - 20px))}.scroll.endHidden{-webkit-mask-image:linear-gradient(90deg, #000 calc(100% - 48px), transparent calc(100% - 20px))}.tab{display:flex;border:none;background-color:unset;min-width:100px;max-width:260px;cursor:pointer;padding:6px 12px;align-items:center;justify-content:center;color:var(--text--primary, #626e82);font-family:var(--font-pattern, \"Roboto\");font-size:var(--title--small, 14px);flex-shrink:0;margin-bottom:var(--space--extra-small, 3px)}.tab:focus,.forward-button,.backward-button{outline:none}.is-active{position:relative;color:var(--color--primary, #008561)}.is-active ez-icon{--ez-icon--color:var(--color--primary, #008561)}.is-active::after{content:\"\";position:absolute;width:100%;height:100%;background-color:var(--color--primary, #008561);clip-path:inset(calc(100% - 3px) 0px 0px 0px);animation:activate 0.25s ease-in-out}.is-focused{border:1px dashed var(--color--primary, #000000c5)}.tab-label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-shadow:var(--text-shadow)}.forward-button,.backward-button{position:absolute;z-index:1;display:flex;box-sizing:border-box;padding:0px;top:0px;right:0px;width:16px;height:100%;border:none;background-color:unset;cursor:pointer;justify-content:center;align-items:center}.backward-button{left:0px}.forward-button::after,.backward-button::after{content:'';display:flex;background-color:var(--text--primary, #008561);width:10px;height:16px}.forward-button::after{-webkit-mask-image:var(--tabselector--forward-icon);mask-image:var(--tabselector--forward-icon)}.backward-button::after{-webkit-mask-image:var(--tabselector--backward-icon);mask-image:var(--tabselector--backward-icon)}.forward-button:hover::after,.backward-button:hover::after{background-color:var(--color--primary, #4e4e4e)}.hidden{display:none}.scroll::-webkit-scrollbar{display:none}.left-icon{padding-right:var(--space--small)}.right-icon{padding-left:var(--space--small)}";
|
|
9
9
|
|
|
10
10
|
const EzTabselector = class {
|
|
11
11
|
constructor(hostRef) {
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
6
|
+
const core = require('@sankhyalabs/core');
|
|
7
|
+
|
|
8
|
+
const ezTagInputCss = ":host{--ez-tag-input--background-color:var(--color--gray-70, #FFFFFF);--ez-tag-input--border-color-default:var(--color--gray-200, #D2D2D3);--ez-tag-input--border-color-focused:var(--color--gray-300, #A4A5A7);--ez-tag-input--border-color-error:var(--color--red-600, #BD0025);--ez-tag-input--border-color-success:var(--color--green-600, #157A00);--ez-tag-input--border-color-warning:var(--color--yellow-600, #EFB103);--ez-tag-input--border-radius:var(--border--radius-8, 8px);--ez-tag-input--padding:var(--space--12, 12px);--ez-tag-input--gap:var(--space--8, 8px);--ez-tag-input--label-color:var(--color--petroleum-900, #141B27);--ez-tag-input--label-font-weight:var(--font-weight--regular, 400);--ez-tag-input--input-color:var(--color--petroleum-900, #141B27);--ez-tag-input--input-font-size:var(--font-size--default, 14px);--ez-tag-input--placeholder-color:var(--color--gray-400, #77777A);--ez-tag-input--background-color-disabled:var(--color--gray-90, #EAEAEA);--ez-tag-input--helptext-color:var(--color--ocean-green-1000, #00281D);display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box;font-family:var(--font--pattern, 'Roboto', Arial, sans-serif);font-size:var(--font-size--default, 14px);color:var(--color--ocean-green-1000, #00281D);width:100%;border:none;padding:0}label{display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:var(--line-height--20, 20px);color:var(--ez-tag-input--label-color);font-weight:var(--ez-tag-input--label-font-weight)}.tag-input__container{display:flex;flex-wrap:wrap;align-items:center;width:100%;box-sizing:border-box;gap:var(--ez-tag-input--gap);padding:var(--ez-tag-input--padding);margin:var(--space--4, 4px) 0;background-color:var(--ez-tag-input--background-color);border-radius:var(--ez-tag-input--border-radius);transition:box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1)}.tag-input__container,.tag-input__container[data-state=\"default\"]{box-shadow:0 0 0 1px var(--ez-tag-input--border-color-default)}.tag-input__container[data-state=\"error\"]{box-shadow:0 0 0 var(--space--2, 2px) var(--ez-tag-input--border-color-error)}.tag-input__container[data-state=\"success\"]{box-shadow:0 0 0 var(--space--2, 2px) var(--ez-tag-input--border-color-success)}.tag-input__container[data-state=\"warning\"]{box-shadow:0 0 0 var(--space--2, 2px) var(--ez-tag-input--border-color-warning)}.tag-input__container:focus-within{box-shadow:0 0 0 var(--space--2, 2px) var(--ez-tag-input--border-color-focused)}input{flex:1;height:var(--space--24, 24px);background:transparent;border:none;outline:none;color:var(--ez-tag-input--input-color);font-family:var(--font--pattern, 'Roboto');font-size:var(--ez-tag-input--input-font-size);font-weight:var(--font-weight--regular, 400);line-height:var(--line-height--20, 20px)}input::placeholder{color:var(--ez-tag-input--placeholder-color)}.tag-input__container[data-disabled=\"true\"]{cursor:not-allowed;background:var(--ez-tag-input--background-color-disabled);box-shadow:0 0 0 1px var(--ez-tag-input--border-color-default)}.tag-input__container[data-disabled=\"true\"]>*{cursor:not-allowed}input:read-only .tag-input__container>*{cursor:default}@keyframes ez-helptext-fadein{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}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-tag-input--helptext-color)}";
|
|
9
|
+
|
|
10
|
+
const EzTagInput = class {
|
|
11
|
+
constructor(hostRef) {
|
|
12
|
+
index.registerInstance(this, hostRef);
|
|
13
|
+
this.ezChange = index.createEvent(this, "ezChange", 7);
|
|
14
|
+
this.ezTagAdded = index.createEvent(this, "ezTagAdded", 7);
|
|
15
|
+
this.ezTagRemoved = index.createEvent(this, "ezTagRemoved", 7);
|
|
16
|
+
this.ezFocus = index.createEvent(this, "ezFocus", 7);
|
|
17
|
+
this.ezBlur = index.createEvent(this, "ezBlur", 7);
|
|
18
|
+
this.ezValidationError = index.createEvent(this, "ezValidationError", 7);
|
|
19
|
+
this.ezType = index.createEvent(this, "ezType", 7);
|
|
20
|
+
this.handleInputChange = (event) => {
|
|
21
|
+
const target = event.target;
|
|
22
|
+
this._inputElement.value = target.value;
|
|
23
|
+
this.ezType.emit(this._inputElement.value);
|
|
24
|
+
};
|
|
25
|
+
this.handleInputKeyDown = (event) => {
|
|
26
|
+
if (event.key === 'Backspace' && this._inputElement.value === '' && this.tags.length > 0 && !this.suppressBackspaceToRemove) {
|
|
27
|
+
this.handleRemoveTag(this.tags[this.tags.length - 1]);
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
this.handleInputFocus = () => {
|
|
31
|
+
this.ezFocus.emit();
|
|
32
|
+
};
|
|
33
|
+
this.handleInputBlur = () => {
|
|
34
|
+
this.ezBlur.emit();
|
|
35
|
+
};
|
|
36
|
+
this.handleTagClick = (tag, index) => {
|
|
37
|
+
if (this.enabled && !this.readonly) {
|
|
38
|
+
this.handleRemoveTag(tag);
|
|
39
|
+
this.updateTagFocus(index);
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
this.handleClearInput = () => {
|
|
43
|
+
this._inputElement.value = '';
|
|
44
|
+
};
|
|
45
|
+
this.label = '';
|
|
46
|
+
this.placeholder = '';
|
|
47
|
+
this.helpText = undefined;
|
|
48
|
+
this.enabled = true;
|
|
49
|
+
this.readonly = false;
|
|
50
|
+
this.name = undefined;
|
|
51
|
+
this.tags = [];
|
|
52
|
+
this.maxTagLength = undefined;
|
|
53
|
+
this.maxTags = undefined;
|
|
54
|
+
this.allowDuplicates = false;
|
|
55
|
+
this.state = "default";
|
|
56
|
+
this.validator = undefined;
|
|
57
|
+
this.suppressTagsKeyboardNavigation = false;
|
|
58
|
+
this.suppressBackspaceToRemove = false;
|
|
59
|
+
}
|
|
60
|
+
/** Aplica o foco no campo */
|
|
61
|
+
async setFocus(option) {
|
|
62
|
+
if (option === null || option === void 0 ? void 0 : option.selectText) {
|
|
63
|
+
this._inputElement.select();
|
|
64
|
+
}
|
|
65
|
+
if (!(option === null || option === void 0 ? void 0 : option.preventScroll)) {
|
|
66
|
+
this._inputElement.scrollIntoView({ behavior: "smooth", block: "center" });
|
|
67
|
+
}
|
|
68
|
+
this._inputElement.focus({ preventScroll: true });
|
|
69
|
+
}
|
|
70
|
+
/** Remove o foco do campo */
|
|
71
|
+
async setBlur() {
|
|
72
|
+
this._inputElement.blur();
|
|
73
|
+
}
|
|
74
|
+
/** Adiciona uma tag programaticamente */
|
|
75
|
+
async addTag(tag) {
|
|
76
|
+
return this.handleAddTag(tag);
|
|
77
|
+
}
|
|
78
|
+
/** Remove uma tag programaticamente */
|
|
79
|
+
async removeTag(tag) {
|
|
80
|
+
return this.handleRemoveTag(tag);
|
|
81
|
+
}
|
|
82
|
+
/** Limpa todas as tags */
|
|
83
|
+
async clearTags() {
|
|
84
|
+
this.tags = [];
|
|
85
|
+
this.ezChange.emit([...this.tags]);
|
|
86
|
+
}
|
|
87
|
+
addInfoId() {
|
|
88
|
+
if (this._element) {
|
|
89
|
+
core.ElementIDUtils.addIDInfo(this._element);
|
|
90
|
+
}
|
|
91
|
+
if (this._inputElement) {
|
|
92
|
+
const dataInfo = { id: 'embedded' };
|
|
93
|
+
core.ElementIDUtils.addIDInfo(this._inputElement, 'tag-input', dataInfo);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
initializeKeyboardManager() {
|
|
97
|
+
this._keyboardManager = new core.KeyboardManager({
|
|
98
|
+
propagate: true,
|
|
99
|
+
element: this._element,
|
|
100
|
+
})
|
|
101
|
+
.bind("Enter", () => this.handleAddCurrentTag())
|
|
102
|
+
.bind("Tab", () => this.handleAddCurrentTag())
|
|
103
|
+
.bind("Escape", () => this.handleClearInput())
|
|
104
|
+
.bind("ArrowLeft", () => this.handlePreviousTagFocus())
|
|
105
|
+
.bind("ArrowRight", () => this.handleNextTagFocus());
|
|
106
|
+
}
|
|
107
|
+
handleAddCurrentTag() {
|
|
108
|
+
if (this._inputElement.value.trim()) {
|
|
109
|
+
const success = this.handleAddTag(this._inputElement.value);
|
|
110
|
+
if (success) {
|
|
111
|
+
this._inputElement.value = '';
|
|
112
|
+
}
|
|
113
|
+
return success;
|
|
114
|
+
}
|
|
115
|
+
return false;
|
|
116
|
+
}
|
|
117
|
+
handleAddTag(tag) {
|
|
118
|
+
const parsedTag = tag.trim();
|
|
119
|
+
if (!this.enabled || this.readonly) {
|
|
120
|
+
return false;
|
|
121
|
+
}
|
|
122
|
+
if (!parsedTag || parsedTag.length === 0) {
|
|
123
|
+
return false;
|
|
124
|
+
}
|
|
125
|
+
if (this.maxTagLength && parsedTag.length > this.maxTagLength) {
|
|
126
|
+
return false;
|
|
127
|
+
}
|
|
128
|
+
if (this.maxTags && this.tags.length >= this.maxTags) {
|
|
129
|
+
return false;
|
|
130
|
+
}
|
|
131
|
+
if (!this.allowDuplicates && this.tags.includes(parsedTag)) {
|
|
132
|
+
return false;
|
|
133
|
+
}
|
|
134
|
+
if (this.validator) {
|
|
135
|
+
const validationResult = this.validator(parsedTag, [...this.tags]);
|
|
136
|
+
if (validationResult === false) {
|
|
137
|
+
this.ezValidationError.emit({ tag: parsedTag, error: undefined });
|
|
138
|
+
return false;
|
|
139
|
+
}
|
|
140
|
+
if (typeof validationResult === 'string') {
|
|
141
|
+
this.ezValidationError.emit({ tag: parsedTag, error: validationResult });
|
|
142
|
+
return false;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
this.tags = [...this.tags, parsedTag];
|
|
146
|
+
this.ezChange.emit([...this.tags]);
|
|
147
|
+
this.ezTagAdded.emit(parsedTag);
|
|
148
|
+
return true;
|
|
149
|
+
}
|
|
150
|
+
async updateTagFocus(lastIndex) {
|
|
151
|
+
var _a;
|
|
152
|
+
if (!((_a = this.tags) === null || _a === void 0 ? void 0 : _a.length) || this.suppressTagsKeyboardNavigation) {
|
|
153
|
+
await this.setFocus();
|
|
154
|
+
return;
|
|
155
|
+
}
|
|
156
|
+
if (!lastIndex) {
|
|
157
|
+
return;
|
|
158
|
+
}
|
|
159
|
+
const nextIndex = lastIndex - 1;
|
|
160
|
+
const tagElement = this._element.shadowRoot.querySelector(`#tag-${nextIndex}`);
|
|
161
|
+
if (tagElement) {
|
|
162
|
+
await tagElement.setFocus();
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
getCurrentActiveTagIndex() {
|
|
166
|
+
var _a;
|
|
167
|
+
const currentActiveTag = this._element.shadowRoot.activeElement;
|
|
168
|
+
if (!((_a = this.tags) === null || _a === void 0 ? void 0 : _a.length) || currentActiveTag.tagName.toLowerCase() !== 'ez-chip') {
|
|
169
|
+
return null;
|
|
170
|
+
}
|
|
171
|
+
const currentIndex = parseInt(currentActiveTag.id.split('-')[1], 10);
|
|
172
|
+
if (Number.isNaN(currentIndex) || currentIndex < 0 || currentIndex >= this.tags.length) {
|
|
173
|
+
return null;
|
|
174
|
+
}
|
|
175
|
+
return currentIndex;
|
|
176
|
+
}
|
|
177
|
+
async setTagFocus(tagIndex) {
|
|
178
|
+
const tagElement = this._element.shadowRoot.querySelector(`#tag-${tagIndex}`);
|
|
179
|
+
if (tagElement) {
|
|
180
|
+
await tagElement.setFocus();
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
async handlePreviousTagFocus() {
|
|
184
|
+
if (this.suppressTagsKeyboardNavigation || !this.enabled || this.readonly) {
|
|
185
|
+
return;
|
|
186
|
+
}
|
|
187
|
+
if (this._element.shadowRoot.activeElement === this._inputElement) {
|
|
188
|
+
await this.setTagFocus(this.tags.length - 1);
|
|
189
|
+
return;
|
|
190
|
+
}
|
|
191
|
+
const currentIndex = this.getCurrentActiveTagIndex();
|
|
192
|
+
if (currentIndex === null) {
|
|
193
|
+
await this.setFocus();
|
|
194
|
+
return;
|
|
195
|
+
}
|
|
196
|
+
if (currentIndex === 0) {
|
|
197
|
+
return;
|
|
198
|
+
}
|
|
199
|
+
await this.setTagFocus(currentIndex - 1);
|
|
200
|
+
}
|
|
201
|
+
async handleNextTagFocus() {
|
|
202
|
+
if (this.suppressTagsKeyboardNavigation || !this.enabled || this.readonly) {
|
|
203
|
+
return;
|
|
204
|
+
}
|
|
205
|
+
const currentIndex = this.getCurrentActiveTagIndex();
|
|
206
|
+
if (currentIndex === null || currentIndex >= this.tags.length - 1) {
|
|
207
|
+
await this.setFocus();
|
|
208
|
+
return;
|
|
209
|
+
}
|
|
210
|
+
await this.setTagFocus(currentIndex + 1);
|
|
211
|
+
}
|
|
212
|
+
handleRemoveTag(tagToRemove) {
|
|
213
|
+
if (!this.enabled || this.readonly) {
|
|
214
|
+
return false;
|
|
215
|
+
}
|
|
216
|
+
const tagIndex = this.tags.indexOf(tagToRemove);
|
|
217
|
+
if (tagIndex === -1) {
|
|
218
|
+
return false;
|
|
219
|
+
}
|
|
220
|
+
this.tags = this.tags.filter(tag => tag !== tagToRemove);
|
|
221
|
+
this.ezChange.emit([...this.tags]);
|
|
222
|
+
this.ezTagRemoved.emit(tagToRemove);
|
|
223
|
+
return true;
|
|
224
|
+
}
|
|
225
|
+
async componentWillLoad() {
|
|
226
|
+
if (!this.tags) {
|
|
227
|
+
this.tags = [];
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
componentDidLoad() {
|
|
231
|
+
this.addInfoId();
|
|
232
|
+
this.initializeKeyboardManager();
|
|
233
|
+
}
|
|
234
|
+
disconnectedCallback() {
|
|
235
|
+
var _a;
|
|
236
|
+
(_a = this._keyboardManager) === null || _a === void 0 ? void 0 : _a.unbindAllShortcutKeys();
|
|
237
|
+
}
|
|
238
|
+
render() {
|
|
239
|
+
return (index.h(index.Host, null, index.h("label", { htmlFor: this.name }, this.label), index.h("div", { class: "tag-input__container", "data-state": this.state, "data-disabled": (!this.enabled).toString(), onClick: () => this.setFocus({ preventScroll: true }) }, this.tags.map((tag, index$1) => (index.h("ez-chip", { key: `tag-${index$1}`, id: `tag-${index$1}`, label: tag, enabled: this.enabled && !this.readonly, removePosition: this.enabled && !this.readonly ? "right" : undefined, mode: "label", onRemoveChip: () => this.handleTagClick(tag, index$1), tabIndex: (this.suppressTagsKeyboardNavigation || !this.enabled || this.readonly) ? -1 : 0, disableAutoUpdateValue: true, removeWithKeyboard: true }))), index.h("input", { ref: (el) => this._inputElement = el, id: this.name, type: "text", placeholder: this.placeholder, disabled: !this.enabled, readonly: this.readonly, maxlength: this.maxTagLength, onInput: this.handleInputChange, onKeyDown: this.handleInputKeyDown, onFocus: this.handleInputFocus, onBlur: this.handleInputBlur })), this.helpText && (index.h("span", { title: this.helpText }, this.helpText))));
|
|
240
|
+
}
|
|
241
|
+
get _element() { return index.getElement(this); }
|
|
242
|
+
};
|
|
243
|
+
EzTagInput.style = ezTagInputCss;
|
|
244
|
+
|
|
245
|
+
exports.ez_tag_input = EzTagInput;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
|
|
8
|
-
const ezTextInputCss = ":host{--ez-text-input--height:42px;--ez-text-input--width:100%;--ez-text-input__icon--width:30px;--ez-text-input--height--slim:32px;--ez-text-input__min-width:0px;--ez-text-input__max-width:100%;--ez-text-input--border-radius:var(--border--radius-medium, 12px);--ez-text-input--border-top-left-radius:var(--ez-text-input--border-radius);--ez-text-input--border-bottom-left-radius:var(--ez-text-input--border-radius);--ez-text-input--border-top-right-radius:var(--ez-text-input--border-radius);--ez-text-input--border-bottom-right-radius:var(--ez-text-input--border-radius);--ez-text-input--font-size:var(--text--medium, 14px);--ez-text-input--font-family:var(--font-pattern, Arial);--ez-text-input--font-weight:var(--text-weight--medium, 400);--ez-text-input--color:var(--title--primary, #2B3A54);--ez-text-input__margin-bottom:var(--space--small);--ez-text-input__input--background-color:var(--background--light, #ffffff);--ez-text-input__input--border:var(--border--small, 1px solid);--ez-text-input__input--border-color:var(--color--strokes,#DCE0E8);--ez-text-input__input--focus--border-color:var(--color--primary, #008561);--ez-text-input__input--disabled--background-color:var(--background--medium, #F0F3F7);--ez-text-input__input--disabled--color:var(--text--primary, #626E82);--ez-text-input__input--error--border-color:var(--color-alert--error-800,#BD0025);--ez-text-input__input--noborder-color:white;--ez-text-input__input--padding:var(--space--medium, 6px);--ez-text-input__placeholder--color:var(--text--secondary, #a2abb9);--ez-text-input__tooltip_icon--error--color:var(--color-alert--error-800,#BD0025);--ez-text-input__label--floating--top:6px;--ez-text-input__label--padding-top:12px;--ez-text-input__label--padding-left:14px;--ez-text-input__label--padding-right:12px;--ez-text-input__input--focus--icon-color:var(--title--primary, #2B3A54);--ez-text-input__input--disabled--focus--icon-color:var(--text--primary, #626E82);--ez-text-input__tooltip-icon--spacing:var(--space--large);--ez-text-input__tooltip-icon---width:var(--space--large);--ez-text-input__tooltip-icon---horizontal-margin:var(--space--medium, 12px);--ez-text-input__tooltip-icon---vertical-margin:10px;display:flex;flex-wrap:wrap;position:relative;width:var(--ez-text-input--width);min-width:var(--ez-text-input__min-width);max-width:var(--ez-text-input__max-width)}:host(.grid_editor){--ez-text-input--height--slim:25px}input{width:100%;box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:var(--ez-text-input--height);border-top-left-radius:var(--ez-text-input--border-top-left-radius);border-bottom-left-radius:var(--ez-text-input--border-bottom-left-radius);border-top-right-radius:var(--ez-text-input--border-top-right-radius);border-bottom-right-radius:var(--ez-text-input--border-bottom-right-radius);font-family:var(--ez-text-input--font-family);font-size:var(--ez-text-input--font-size);border:var(--ez-text-input__input--border);border-color:var(--ez-text-input__input--border-color);background-color:var(--ez-text-input__input--background-color);color:var(--ez-text-input--color);font-weight:var(--ez-text-input--font-weight);padding:var(--ez-text-input__input--padding);margin-bottom:var(--ez-text-input__margin-bottom)}input.no--margin{--ez-text-input__margin-bottom:0}input:disabled{background-color:var(--ez-text-input__input--disabled--background-color);color:var(--ez-text-input__input--disabled--color);cursor:not-allowed}input:focus{outline:none;border:var(--border--medium, 2px solid);border-color:var(--ez-text-input__input--focus--border-color)}input.focused{border:var(--border--medium, 2px solid);border-color:var(--ez-text-input__input--focus--border-color)}input.icon--left{padding-left:var(--ez-text-input__icon--width)}input.icon--left.hasError{padding-right:var(--ez-text-input__icon--width)}input.icon--right{padding-right:var(--ez-text-input__icon--width)}input.icon--right.hasError{padding-right:calc(var(--ez-text-input__icon--width) + var(--ez-text-input__tooltip-icon--spacing))}input.hasError{color:var(--ez-text-input--color);border:var(--border--medium, 2px solid);border-color:var(--ez-text-input__input--error--border-color);padding-right:calc(var(--ez-text-input__tooltip-icon---width) + (2*var(--ez-text-input__tooltip-icon---horizontal-margin)))}input:disabled.hasError{color:var(--ez-text-input__input--disabled--color)}input.text--right{text-align:right}input:disabled,input:read-only{cursor:not-allowed}.hasError{color:var(--ez-text-input__tooltip_icon--error--color)}.input__label{box-sizing:border-box;position:absolute;
|
|
8
|
+
const ezTextInputCss = ":host{--ez-text-input--height:42px;--ez-text-input--width:100%;--ez-text-input__icon--width:30px;--ez-text-input--height--slim:32px;--ez-text-input__min-width:0px;--ez-text-input__max-width:100%;--ez-text-input--border-radius:var(--border--radius-medium, 12px);--ez-text-input--border-top-left-radius:var(--ez-text-input--border-radius);--ez-text-input--border-bottom-left-radius:var(--ez-text-input--border-radius);--ez-text-input--border-top-right-radius:var(--ez-text-input--border-radius);--ez-text-input--border-bottom-right-radius:var(--ez-text-input--border-radius);--ez-text-input--font-size:var(--text--medium, 14px);--ez-text-input--font-family:var(--font-pattern, Arial);--ez-text-input--font-weight:var(--text-weight--medium, 400);--ez-text-input--color:var(--title--primary, #2B3A54);--ez-text-input__margin-bottom:var(--space--small);--ez-text-input__input--background-color:var(--background--light, #ffffff);--ez-text-input__input--border:var(--border--small, 1px solid);--ez-text-input__input--border-color:var(--color--strokes,#DCE0E8);--ez-text-input__input--focus--border-color:var(--color--primary, #008561);--ez-text-input__input--disabled--background-color:var(--background--medium, #F0F3F7);--ez-text-input__input--disabled--color:var(--text--primary, #626E82);--ez-text-input__input--error--border-color:var(--color-alert--error-800,#BD0025);--ez-text-input__input--noborder-color:white;--ez-text-input__input--padding:var(--space--medium, 6px);--ez-text-input__placeholder--color:var(--text--secondary, #a2abb9);--ez-text-input__tooltip_icon--error--color:var(--color-alert--error-800,#BD0025);--ez-text-input__label--floating--top:6px;--ez-text-input__label--padding-top:12px;--ez-text-input__label--padding-left:14px;--ez-text-input__label--padding-right:12px;--ez-text-input__input--focus--icon-color:var(--title--primary, #2B3A54);--ez-text-input__input--disabled--focus--icon-color:var(--text--primary, #626E82);--ez-text-input__tooltip-icon--spacing:var(--space--large);--ez-text-input__tooltip-icon---width:var(--space--large);--ez-text-input__tooltip-icon---horizontal-margin:var(--space--medium, 12px);--ez-text-input__tooltip-icon---vertical-margin:10px;display:flex;flex-wrap:wrap;position:relative;width:var(--ez-text-input--width);min-width:var(--ez-text-input__min-width);max-width:var(--ez-text-input__max-width)}:host(.grid_editor){--ez-text-input--height--slim:25px}input{width:100%;box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:var(--ez-text-input--height);border-top-left-radius:var(--ez-text-input--border-top-left-radius);border-bottom-left-radius:var(--ez-text-input--border-bottom-left-radius);border-top-right-radius:var(--ez-text-input--border-top-right-radius);border-bottom-right-radius:var(--ez-text-input--border-bottom-right-radius);font-family:var(--ez-text-input--font-family);font-size:var(--ez-text-input--font-size);border:var(--ez-text-input__input--border);border-color:var(--ez-text-input__input--border-color);background-color:var(--ez-text-input__input--background-color);color:var(--ez-text-input--color);font-weight:var(--ez-text-input--font-weight);padding:var(--ez-text-input__input--padding);margin-bottom:var(--ez-text-input__margin-bottom)}input.no--margin{--ez-text-input__margin-bottom:0}input:disabled{background-color:var(--ez-text-input__input--disabled--background-color);color:var(--ez-text-input__input--disabled--color);cursor:not-allowed}input:focus{outline:none;border:var(--border--medium, 2px solid);border-color:var(--ez-text-input__input--focus--border-color)}input.focused{border:var(--border--medium, 2px solid);border-color:var(--ez-text-input__input--focus--border-color)}input.icon--left{padding-left:var(--ez-text-input__icon--width)}input.icon--left.hasError{padding-right:var(--ez-text-input__icon--width)}input.icon--right{padding-right:var(--ez-text-input__icon--width)}input.icon--right.hasError{padding-right:calc(var(--ez-text-input__icon--width) + var(--ez-text-input__tooltip-icon--spacing))}input.hasError{color:var(--ez-text-input--color);border:var(--border--medium, 2px solid);border-color:var(--ez-text-input__input--error--border-color);padding-right:calc(var(--ez-text-input__tooltip-icon---width) + (2*var(--ez-text-input__tooltip-icon---horizontal-margin)))}input:disabled.hasError{color:var(--ez-text-input__input--disabled--color)}input.text--right{text-align:right}input:disabled,input:read-only{cursor:not-allowed}.hasError{color:var(--ez-text-input__tooltip_icon--error--color)}.input__label{box-sizing:border-box;position:absolute;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:font-size .05s, top .05s;transition:font-size .05s, top .05s;width:calc(100% - var(--ez-text-input__label--padding-right));left:var(--ez-text-input--space--medium);font-family:var(--ez-text-input--font-family);font-size:var(--ez-text-input--font-size);font-weight:var(--ez-text-input--font-weight);color:var(--ez-text-input--color);top:var(--ez-text-input__label--padding-top);left:var(--ez-text-input__label--padding-left);padding-right:var(--ez-text-input__label--padding-right)}.input__label.hasError{width:calc(100% - 2*(var(--ez-text-input__tooltip-icon--spacing)))}.input__label--floated{font-family:var(--ez-text-input--font-family);font-size:var(--text--extra-small);color:var(--text--primary);top:var(--ez-text-input__label--floating--top)}.input__label--disabled{color:var(--ez-text-input__input--disabled--color);cursor:not-allowed}.input__label--left{text-align:left;left:calc(var(--ez-text-input__icon--width) + 2px);width:calc(100% - var(--ez-text-input__icon--width))}.input__label--left.hasError{width:calc(100% - var(--ez-text-input__icon--width) - var(--ez-text-input__tooltip-icon--spacing))}.input__label--right{right:var(--ez-text-input__icon--width);width:calc(100% - var(--ez-text-input__icon--width))}.input__label--right.hasError{width:calc(100% - var(--ez-text-input__icon--width) - var(--ez-text-input__tooltip-icon--spacing))}.input__label--left.input__label--right{left:calc(var(--ez-text-input__icon--width) + 2px);width:calc(100% - var(--ez-text-input__icon--width) * 2)}.input--with--label{padding-bottom:0}.input--slim{padding-top:var(--space--small, 3px);padding-bottom:var(--space--small, 3px);height:var(--ez-text-input--height--slim)}.input__slim--title{font-size:16px;font-weight:bold}.input--slim::-webkit-input-placeholder,.input--slim:-moz-placeholder,.input--slim::-moz-placeholder,.input--slim:-ms-input-placeholder,.input--slim::placeholder{font-family:var(--ez-text-input--font-family);font-size:var(--ez-text-input--font-size);font-weight:var(--ez-text-input--font-weight);color:var(--ez-text-input__placeholder--color)}.input--slim:disabled::-webkit-input-placeholder,.input--slim:disabled:-moz-placeholder,.input--slim:disabled::-moz-placeholder,.input--slim:disabled:-ms-input-placeholder,.input--slim:disabled::placeholder{color:var(--ez-text-input__input--disabled--color)}input.input__slim--noborder{box-shadow:0 0 0 0;border:0 none;outline:0;background:var(--ez-text-input__input--noborder-color)}ez-icon.tooltip-icon{position:absolute;display:flex;align-items:center;justify-content:center;overflow:hidden;width:var(--ez-text-input__tooltip-icon---width);height:22px;margin:var(--ez-text-input__tooltip-icon---vertical-margin) var(--ez-text-input__tooltip-icon---horizontal-margin);top:0;right:0;border-radius:var(--ez-text-input--border-radius)}ez-icon.tooltip-icon.rightIconSlot{right:var(--ez-text-input__tooltip-icon--spacing)}ez-icon.tooltip-icon.hasError{--ez-icon--color:var(--ez-text-input__tooltip_icon--error--color)}";
|
|
9
9
|
|
|
10
10
|
const EzTextInput = class {
|
|
11
11
|
constructor(hostRef) {
|
package/dist/cjs/ezui.cjs.js
CHANGED
|
@@ -21,7 +21,7 @@ const patchBrowser = () => {
|
|
|
21
21
|
|
|
22
22
|
patchBrowser().then(options => {
|
|
23
23
|
appGlobals.globalScripts();
|
|
24
|
-
return index.bootstrapLazy(JSON.parse("[[\"ez-grid.cjs\",[[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],\"setColumnsDef\":[64],\"refreshColumnFilterDataSource\":[64],\"addColumnMenuItem\":[64],\"setColumnsState\":[64],\"setData\":[64],\"getSelection\":[64],\"getColumnsState\":[64],\"getColumns\":[64],\"quickFilter\":[64],\"locateColumn\":[64],\"filterColumns\":[64],\"addCustomEditor\":[64],\"addGridCustomRender\":[64],\"addCustomValueFormatter\":[64],\"removeCustomValueFormatter\":[64],\"refreshSelectedRows\":[64],\"getCustomValueFormatter\":[64],\"setFocus\":[64],\"stopEdit\":[64],\"checkStopEditOutsideClick\":[64]},[[0,\"ezSelectionChange\",\"onSelectionChange\"],[2,\"click\",\"handleClick\"]]]]],[\"ez-guide-navigator.cjs\",[[1,\"ez-guide-navigator\",{\"open\":[1540],\"selectedId\":[1537,\"selected-id\"],\"items\":[16],\"tooltipResolver\":[16],\"filterText\":[32],\"disableItem\":[64],\"openGuideNavidator\":[64],\"enableItem\":[64],\"updateItem\":[64],\"getItem\":[64],\"getCurrentPath\":[64],\"selectGuide\":[64],\"getParent\":[64]}]]],[\"ez-double-list.cjs\",[[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],\"resetSelectedLists\":[64]}]]],[\"ez-alert-list.cjs\",[[1,\"ez-alert-list\",{\"alerts\":[1040],\"enableDragAndDrop\":[516,\"enable-drag-and-drop\"],\"enableExpand\":[516,\"enable-expand\"],\"itemRightSlotBuilder\":[16],\"opened\":[1540],\"expanded\":[1540],\"_container\":[32]}]]],[\"ez-sidebar-navigator.cjs\",[[1,\"ez-sidebar-navigator\",{\"type\":[1],\"mode\":[1025],\"size\":[1],\"isResponsive\":[4,\"is-responsive\"],\"titleMenu\":[1,\"title-menu\"],\"showCollapseMenu\":[4,\"show-collapse-menu\"],\"showFixedButton\":[4,\"show-fixed-button\"],\"open\":[32],\"changeModeMenu\":[64],\"closeSidebar\":[64],\"openSidebar\":[64]}]]],[\"ez-tile-medium.cjs\",[[1,\"ez-tile-medium\",{\"color\":[1],\"iconName\":[1,\"icon-name\"],\"iconColor\":[1,\"icon-color\"],\"smallTitleText\":[1,\"small-title-text\"],\"smallTitleMaximumLines\":[2,\"small-title-maximum-lines\"],\"titleText\":[1,\"title-text\"],\"titleMaximumLines\":[2,\"title-maximum-lines\"],\"descriptionText\":[1,\"description-text\"],\"descriptionMaximumLines\":[2,\"description-maximum-lines\"],\"height\":[1],\"width\":[1],\"avatarProps\":[16],\"buttonProps\":[16],\"tags\":[16],\"setButtonFocus\":[64],\"setButtonBlur\":[64]}]]],[\"ez-breadcrumb.cjs\",[[1,\"ez-breadcrumb\",{\"items\":[1040],\"fillMode\":[1025,\"fill-mode\"],\"maxItems\":[1026,\"max-items\"],\"positionEllipsis\":[1026,\"position-ellipsis\"],\"visibleItems\":[32],\"hiddenItems\":[32],\"showDropdown\":[32],\"collapseConfigPosition\":[32]}]]],[\"ez-classic-combo-box.cjs\",[[1,\"ez-classic-combo-box\",{\"value\":[1040],\"label\":[1],\"placeholder\":[1025],\"enabled\":[4],\"readonly\":[4],\"name\":[1],\"state\":[1],\"helpText\":[1,\"help-text\"],\"iconName\":[1,\"icon-name\"],\"titleIcon\":[1,\"title-icon\"],\"iconClickable\":[4,\"icon-clickable\"],\"suppressSearch\":[4,\"suppress-search\"],\"options\":[16],\"textEmptyOption\":[1,\"text-empty-option\"],\"suppressEmptyOption\":[4,\"suppress-empty-option\"],\"popoverVisible\":[32],\"hasSlotContent\":[32],\"highlightedIndex\":[32],\"filteredOptions\":[32],\"inputValue\":[32],\"setFocus\":[64],\"setBlur\":[64],\"showPopover\":[64],\"hidePopover\":[64],\"setValue\":[64]}]]],[\"ez-split-button.cjs\",[[1,\"ez-split-button\",{\"show\":[1540],\"enabled\":[516],\"isDisabled\":[520,\"is-disabled\"],\"iconName\":[513,\"icon-name\"],\"leftIconName\":[513,\"left-icon-name\"],\"rightIconName\":[513,\"right-icon-name\"],\"image\":[513],\"items\":[16],\"label\":[513],\"leftTitle\":[513,\"left-title\"],\"rightTitle\":[513,\"right-title\"],\"mode\":[513],\"size\":[513],\"variant\":[1537],\"suppressAnimation\":[1540,\"suppress-animation\"],\"itemBuilder\":[16],\"leftRipples\":[32],\"rightRipples\":[32],\"isLeftPressed\":[32],\"isRightPressed\":[32],\"setBlur\":[64],\"setLeftButtonFocus\":[64],\"setRightButtonFocus\":[64],\"toggleDropdown\":[64],\"isOpenedDropdown\":[64]},[[1,\"mousedown\",\"onMouseDown\"],[1,\"touchstart\",\"onTouchStart\"],[2,\"click\",\"clickListener\"]]]]],[\"ez-actions-button.cjs\",[[1,\"ez-actions-button\",{\"enabled\":[516],\"actions\":[1040],\"size\":[513],\"showLabel\":[516,\"show-label\"],\"displayIcon\":[513,\"display-icon\"],\"checkOption\":[516,\"check-option\"],\"value\":[513],\"isTransparent\":[516,\"is-transparent\"],\"arrowActive\":[516,\"arrow-active\"],\"_selectedAction\":[32],\"hideActions\":[64],\"showActions\":[64],\"isOpened\":[64]}]]],[\"ez-chip.cjs\",[[1,\"ez-chip\",{\"label\":[513],\"enabled\":[516],\"removePosition\":[513,\"remove-position\"],\"mode\":[513],\"value\":[1540],\"showNativeTooltip\":[4,\"show-native-tooltip\"],\"disableAutoUpdateValue\":[4,\"disable-auto-update-value\"],\"maxWidth\":[1,\"max-width\"],\"size\":[1],\"iconNameLeft\":[1,\"icon-name-left\"],\"iconNameRight\":[1,\"icon-name-right\"],\"type\":[1],\"_isOverflowing\":[32],\"setFocus\":[64],\"setBlur\":[64]}]]],[\"ez-dialog.cjs\",[[1,\"ez-dialog\",{\"confirm\":[1028],\"dialogType\":[1025,\"dialog-type\"],\"message\":[1025],\"opened\":[1540],\"personalizedIconPath\":[1025,\"personalized-icon-path\"],\"ezTitle\":[1025,\"ez-title\"],\"beforeClose\":[1040],\"show\":[64]}]]],[\"ez-pagination.cjs\",[[2,\"ez-pagination\",{\"type\":[1],\"currentPage\":[1026,\"current-page\"],\"totalItems\":[2,\"total-items\"],\"pageSize\":[2,\"page-size\"],\"hideInfoLabel\":[4,\"hide-info-label\"],\"pageLimit\":[2,\"page-limit\"]}]]],[\"ez-split-item.cjs\",[[4,\"ez-split-item\",{\"label\":[1],\"enableExpand\":[516,\"enable-expand\"],\"size\":[1],\"structural\":[4],\"_expanded\":[32]}]]],[\"ez-alert.cjs\",[[1,\"ez-alert\",{\"alertType\":[513,\"alert-type\"]}]]],[\"ez-classic-text-area.cjs\",[[1,\"ez-classic-text-area\",{\"name\":[1],\"label\":[1],\"placeholder\":[1],\"value\":[1],\"helpText\":[1,\"help-text\"],\"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],\"setFocus\":[64],\"setBlur\":[64]}]]],[\"ez-file-item.cjs\",[[1,\"ez-file-item\",{\"canRemove\":[4,\"can-remove\"],\"fileName\":[1,\"file-name\"],\"iconName\":[1,\"icon-name\"],\"fileSize\":[2,\"file-size\"],\"progress\":[2]}]]],[\"ez-list-item.cjs\",[[2,\"ez-list-item\",{\"titleText\":[513,\"title-text\"],\"text\":[513],\"iconName\":[513,\"icon-name\"]}]]],[\"ez-tile.cjs\",[[1,\"ez-tile\",{\"text\":[513],\"size\":[513],\"height\":[514],\"width\":[514],\"color\":[513],\"iconName\":[513,\"icon-name\"],\"maximumLines\":[514,\"maximum-lines\"],\"isInteractive\":[516,\"is-interactive\"],\"setFocus\":[64],\"setBlur\":[64]},[[2,\"click\",\"clickListener\"]]]]],[\"ez-application.cjs\",[[0,\"ez-application\"]]],[\"ez-chart.cjs\",[[1,\"ez-chart\",{\"type\":[1],\"xAxis\":[16],\"yAxis\":[16],\"chartTitle\":[1,\"chart-title\"],\"chartSubTitle\":[1,\"chart-sub-title\"],\"legendEnabled\":[4,\"legend-enabled\"],\"series\":[16],\"width\":[2],\"height\":[2]}]]],[\"ez-empty-card.cjs\",[[1,\"ez-empty-card\",{\"color\":[513],\"height\":[514],\"width\":[514]}]]],[\"ez-loading-bar.cjs\",[[1,\"ez-loading-bar\",{\"_showLoading\":[32],\"hide\":[64],\"show\":[64]}]]],[\"ez-modal.cjs\",[[1,\"ez-modal\",{\"modalSize\":[1,\"modal-size\"],\"align\":[1],\"heightMode\":[1,\"height-mode\"],\"opened\":[1028],\"closeEsc\":[4,\"close-esc\"],\"closeOutsideClick\":[4,\"close-outside-click\"],\"closeOutsideLeave\":[4,\"close-outside-leave\"],\"scrim\":[1]}]]],[\"ez-progress-bar.cjs\",[[2,\"ez-progress-bar\",{\"percent\":[514],\"label\":[513],\"helpText\":[513,\"help-text\"]}]]],[\"ez-radio-button.cjs\",[[1,\"ez-radio-button\",{\"value\":[1544],\"options\":[1040],\"enabled\":[516],\"label\":[513],\"direction\":[1537]}]]],[\"ez-spinner.cjs\",[[1,\"ez-spinner\",{\"size\":[1]}]]],[\"ez-split-panel.cjs\",[[0,\"ez-split-panel\",{\"direction\":[1],\"anchorToExpand\":[4,\"anchor-to-expand\"],\"structural\":[4],\"rebuildLayout\":[64]}]]],[\"ez-tag.cjs\",[[1,\"ez-tag\",{\"label\":[513],\"color\":[513],\"customBackgroundColor\":[1,\"custom-background-color\"],\"customLabelColor\":[1,\"custom-label-color\"]}]]],[\"ez-toast.cjs\",[[1,\"ez-toast\",{\"message\":[1025],\"fadeTime\":[1026,\"fade-time\"],\"useIcon\":[1028,\"use-icon\"],\"canClose\":[1028,\"can-close\"],\"show\":[64]}]]],[\"ez-underface.cjs\",[[1,\"ez-underface\",{\"color\":[513],\"customColor\":[513,\"custom-color\"],\"height\":[514],\"width\":[514]}]]],[\"ez-view-stack.cjs\",[[0,\"ez-view-stack\",{\"show\":[64],\"getSelectedIndex\":[64]}]]],[\"ez-tooltip.cjs\",[[1,\"ez-tooltip\",{\"message\":[1],\"anchoringElement\":[1040],\"placement\":[1],\"gapOptions\":[16],\"type\":[1],\"debouncingTime\":[2,\"debouncing-time\"],\"active\":[4],\"maxWidth\":[2,\"max-width\"],\"useAnchorSize\":[4,\"use-anchor-size\"]}]]],[\"ez-icon.cjs\",[[1,\"ez-icon\",{\"size\":[513],\"fontSize\":[520,\"font-size\"],\"href\":[513],\"iconName\":[513,\"icon-name\"]}]]],[\"ez-avatar.cjs\",[[1,\"ez-avatar\",{\"name\":[513],\"imageSrc\":[513,\"image-src\"],\"iconName\":[513,\"icon-name\"],\"size\":[513],\"shape\":[513],\"isInteractive\":[516,\"is-interactive\"]}]]],[\"ez-tabselector.cjs\",[[1,\"ez-tabselector\",{\"selectedIndex\":[1538,\"selected-index\"],\"selectedTab\":[1537,\"selected-tab\"],\"tabs\":[1],\"_processedTabs\":[32],\"goToTab\":[64]}]]],[\"ez-text-input.cjs\",[[1,\"ez-text-input\",{\"label\":[513],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"value\":[1537],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"hasInvalid\":[1540,\"has-invalid\"],\"mask\":[1],\"cleanValueMask\":[4,\"clean-value-mask\"],\"canShowError\":[516,\"can-show-error\"],\"restrict\":[1],\"mode\":[513],\"noBorder\":[516,\"no-border\"],\"password\":[4],\"autoFocus\":[4,\"auto-focus\"],\"hasRightSlotContent\":[32],\"forceLabelFloat\":[32],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]}]]],[\"ez-search-plus.cjs\",[[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],\"setFocus\":[64],\"getValueAsync\":[64],\"clearValue\":[64],\"setBlur\":[64],\"isInvalid\":[64]}]]],[\"ez-combo-box-list_4.cjs\",[[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],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]},[[0,\"executeToolbarCommand\",\"handleExecuteToolbarCommand\"]]],[2,\"ez-custom-form-input\",{\"customEditor\":[16],\"formViewField\":[16],\"value\":[1032],\"detailContext\":[1,\"detail-context\"],\"builderFallback\":[16],\"selectedRecord\":[16],\"gui\":[32],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]}],[1,\"ez-text-edit\",{\"value\":[1],\"styled\":[16],\"_newValue\":[32],\"applyFocusSelect\":[64]}],[1,\"ez-combo-box-list\",{\"showLoading\":[4,\"show-loading\"],\"visibleOptions\":[16],\"textEmptyList\":[1,\"text-empty-list\"],\"showOptionValue\":[4,\"show-option-value\"],\"preSelection\":[2,\"pre-selection\"],\"maxWidth\":[2,\"max-width\"],\"width\":[2],\"onOptionSelect\":[16],\"onOptionHover\":[16],\"nextOption\":[64],\"previousOption\":[64],\"selectCurrentOption\":[64]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"ez-combo-box.cjs\",[[1,\"ez-combo-box\",{\"limitCharsToSearch\":[2,\"limit-chars-to-search\"],\"value\":[1537],\"label\":[513],\"enabled\":[516],\"options\":[1040],\"errorMessage\":[1537,\"error-message\"],\"showSelectedValue\":[4,\"show-selected-value\"],\"showOptionValue\":[4,\"show-option-value\"],\"suppressSearch\":[4,\"suppress-search\"],\"optionLoader\":[16],\"suppressEmptyOption\":[4,\"suppress-empty-option\"],\"stopPropagateEnterKeyEvent\":[4,\"stop-propagate-enter-key-event\"],\"canShowError\":[516,\"can-show-error\"],\"mode\":[513],\"hideErrorOnFocusOut\":[4,\"hide-error-on-focus-out\"],\"listOptionsPosition\":[16],\"isTextSearch\":[4,\"is-text-search\"],\"autoFocus\":[4,\"auto-focus\"],\"preventAutoFocus\":[4,\"prevent-auto-focus\"],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"textEmptyOption\":[1,\"text-empty-option\"],\"isOpen\":[32],\"_preSelection\":[32],\"_visibleOptions\":[32],\"_startLoading\":[32],\"_showLoading\":[32],\"_criteria\":[32],\"getValueAsync\":[64],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"clearValue\":[64]}]]],[\"ez-date-input.cjs\",[[1,\"ez-date-input\",{\"label\":[513],\"value\":[1040],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"mode\":[513],\"canShowError\":[516,\"can-show-error\"],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"getValueAsync\":[64]}]]],[\"ez-collapsible-box.cjs\",[[1,\"ez-collapsible-box\",{\"value\":[1540],\"boxBordered\":[4,\"box-bordered\"],\"label\":[513],\"subtitle\":[513],\"headerSize\":[513,\"header-size\"],\"iconPlacement\":[513,\"icon-placement\"],\"headerAlign\":[513,\"header-align\"],\"removable\":[516],\"editable\":[516],\"conditionalSave\":[16],\"_activeEditText\":[32],\"showHide\":[64],\"applyFocusTextEdit\":[64],\"cancelEdition\":[64]}]]],[\"ez-number-input.cjs\",[[1,\"ez-number-input\",{\"label\":[1],\"value\":[1538],\"enabled\":[4],\"canShowError\":[516,\"can-show-error\"],\"errorMessage\":[1537,\"error-message\"],\"allowNegative\":[4,\"allow-negative\"],\"precision\":[2],\"prettyPrecision\":[2,\"pretty-precision\"],\"mode\":[513],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[1,\"alternative-placeholder\"],\"_value\":[32],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"getValueAsync\":[64]}]]],[\"ez-time-input.cjs\",[[1,\"ez-time-input\",{\"label\":[513],\"value\":[1026],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"showSeconds\":[516,\"show-seconds\"],\"mode\":[513],\"canShowError\":[516,\"can-show-error\"],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[1,\"alternative-placeholder\"],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]}]]],[\"ez-form-view.cjs\",[[2,\"ez-form-view\",{\"fields\":[16],\"selectedRecord\":[16],\"singleColumn\":[4,\"single-column\"],\"_customEditors\":[32],\"showUp\":[64],\"addCustomEditor\":[64],\"setFieldProp\":[64]}]]],[\"ez-multi-selection-list.cjs\",[[2,\"ez-multi-selection-list\",{\"columnName\":[1,\"column-name\"],\"dataSource\":[16],\"useOptions\":[1028,\"use-options\"],\"options\":[1040],\"isTextSearch\":[4,\"is-text-search\"],\"filteredOptions\":[32],\"displayOptions\":[32],\"viewScenario\":[32],\"displayOptionToCheckAllItems\":[32],\"clearFilteredOptions\":[64]}]]],[\"filter-column.cjs\",[[0,\"filter-column\",{\"opened\":[4],\"columnName\":[1,\"column-name\"],\"columnLabel\":[1,\"column-label\"],\"gridHeaderHidden\":[4,\"grid-header-hidden\"],\"noHeaderTaskBar\":[1028,\"no-header-task-bar\"],\"dataSource\":[16],\"dataUnit\":[16],\"options\":[1040],\"selectedItems\":[32],\"fieldDescriptor\":[32],\"useOptions\":[32],\"isTextSearch\":[32],\"hide\":[64],\"show\":[64]}]]],[\"ez-sortable-list.cjs\",[[1,\"ez-sortable-list\",{\"title\":[1],\"hideHeader\":[4,\"hide-header\"],\"hideTotalizer\":[4,\"hide-totalizer\"],\"group\":[1],\"dataSource\":[16],\"idSortableList\":[1,\"id-sortable-list\"],\"entityLabel\":[1,\"entity-label\"],\"entityLabelPlural\":[1,\"entity-label-plural\"],\"emptyMessage\":[1,\"empty-message\"],\"hoverFeedback\":[4,\"hover-feedback\"],\"enableMultipleSelection\":[4,\"enable-multiple-selection\"],\"removeItensMoved\":[4,\"remove-itens-moved\"],\"itemRightSlotBuilder\":[1040],\"itemLeftSlotBuilder\":[1040],\"filterTerm\":[32],\"selectedItems\":[32],\"clearSelection\":[64]}]]],[\"ez-badge.cjs\",[[1,\"ez-badge\",{\"size\":[513],\"label\":[513],\"iconLeft\":[513,\"icon-left\"],\"iconRight\":[513,\"icon-right\"],\"position\":[1040],\"alignItems\":[1537,\"align-items\"],\"hasSlot\":[32]}]]],[\"ez-classic-input.cjs\",[[1,\"ez-classic-input\",{\"type\":[1],\"value\":[1025],\"label\":[1],\"helpText\":[1,\"help-text\"],\"placeholder\":[1025],\"enabled\":[4],\"readonly\":[4],\"name\":[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\"],\"setFocus\":[64],\"setBlur\":[64]}]]],[\"ez-tree.cjs\",[[1,\"ez-tree\",{\"items\":[1040],\"value\":[1040],\"selectedId\":[1537,\"selected-id\"],\"iconResolver\":[16],\"tooltipResolver\":[16],\"enableHierarchicalFilter\":[4,\"enable-hierarchical-filter\"],\"_tree\":[32],\"_waintingForLoad\":[32],\"selectItem\":[64],\"openItem\":[64],\"disableItem\":[64],\"enableItem\":[64],\"addChild\":[64],\"applyFilter\":[64],\"expandAll\":[64],\"collapseAll\":[64],\"updateItem\":[64],\"getItem\":[64],\"getCurrentPath\":[64],\"getParent\":[64]},[[2,\"keydown\",\"onKeyDownListener\"]]]]],[\"ez-dropdown.cjs\",[[1,\"ez-dropdown\",{\"items\":[1040],\"value\":[1040],\"itemBuilder\":[16]},[[4,\"click\",\"handleClickOutside\"]]]]],[\"ez-popover.cjs\",[[1,\"ez-popover\",{\"autoClose\":[516,\"auto-close\"],\"boxWidth\":[513,\"box-width\"],\"opened\":[1540],\"innerElement\":[1537,\"inner-element\"],\"overlayType\":[513,\"overlay-type\"],\"updatePosition\":[64],\"show\":[64],\"showUnder\":[64],\"hide\":[64]}]]],[\"ez-upload.cjs\",[[1,\"ez-upload\",{\"label\":[1],\"subtitle\":[1],\"enabled\":[4],\"maxFileSize\":[2,\"max-file-size\"],\"maxFiles\":[2,\"max-files\"],\"requestHeaders\":[8,\"request-headers\"],\"urlUpload\":[1,\"url-upload\"],\"urlDelete\":[1,\"url-delete\"],\"value\":[1040],\"addFiles\":[64],\"setFocus\":[64],\"setBlur\":[64]}]]],[\"ez-scroller_2.cjs\",[[1,\"ez-sidebar-button\"],[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\"]]]]],[\"ez-calendar.cjs\",[[1,\"ez-calendar\",{\"value\":[1040],\"floating\":[516],\"time\":[516],\"showSeconds\":[516,\"show-seconds\"],\"show\":[64],\"fitVertical\":[64],\"fitHorizontal\":[64],\"hide\":[64]},[[11,\"scroll\",\"scrollListener\"]]]]],[\"ez-date-time-input.cjs\",[[1,\"ez-date-time-input\",{\"label\":[513],\"value\":[1040],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"showSeconds\":[516,\"show-seconds\"],\"mode\":[513],\"canShowError\":[516,\"can-show-error\"],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"getValueAsync\":[64]}]]],[\"ez-search-result-list.cjs\",[[1,\"ez-search-result-list\",{\"showLoading\":[4,\"show-loading\"],\"visibleOptions\":[16],\"value\":[1],\"showOptionValue\":[4,\"show-option-value\"],\"_preSelection\":[32],\"nextOption\":[64],\"previousOption\":[64],\"selectCurrentItem\":[64],\"cancelSelection\":[64]}]]],[\"ez-text-area.cjs\",[[1,\"ez-text-area\",{\"label\":[513],\"value\":[1537],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"rows\":[1538],\"canShowError\":[516,\"can-show-error\"],\"mode\":[513],\"enableResize\":[516,\"enable-resize\"],\"autoRows\":[516,\"auto-rows\"],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"forceLabelFloat\":[32],\"appendTextToSelection\":[64],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]}]]],[\"ez-search.cjs\",[[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\"],\"_preSelection\":[32],\"_visibleOptions\":[32],\"_startLoading\":[32],\"_showLoading\":[32],\"_showLoadingDescription\":[32],\"_criteria\":[32],\"getValueAsync\":[64],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"clearValue\":[64]}]]],[\"ez-modal-container.cjs\",[[6,\"ez-modal-container\",{\"modalTitle\":[1,\"modal-title\"],\"modalSubTitle\":[1,\"modal-sub-title\"],\"showTitleBar\":[4,\"show-title-bar\"],\"cancelButtonLabel\":[1,\"cancel-button-label\"],\"okButtonLabel\":[1,\"ok-button-label\"],\"cancelButtonStatus\":[1,\"cancel-button-status\"],\"okButtonStatus\":[1,\"ok-button-status\"],\"showCloseButton\":[4,\"show-close-button\"]},[[4,\"ezCloseModal\",\"handleEzModalAction\"]]]]],[\"ez-filter-input.cjs\",[[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\"],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"setValue\":[64],\"endSearch\":[64]}]]],[\"ez-rich-toolbar-item.cjs\",[[2,\"ez-rich-toolbar-item\",{\"icon\":[1],\"command\":[1],\"title\":[1],\"value\":[1]}]]],[\"ez-skeleton.cjs\",[[0,\"ez-skeleton\",{\"template\":[1],\"count\":[2],\"variant\":[1],\"width\":[1],\"height\":[1],\"marginTop\":[1,\"margin-top\"],\"marginRight\":[1,\"margin-right\"],\"marginBottom\":[1,\"margin-bottom\"],\"marginLeft\":[1,\"margin-left\"],\"animation\":[1]}]]],[\"ez-card-item.cjs\",[[1,\"ez-card-item\",{\"item\":[16],\"enableKey\":[4,\"enable-key\"],\"compacted\":[4]}]]],[\"ez-check.cjs\",[[1,\"ez-check\",{\"label\":[513],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"value\":[1540],\"enabled\":[1540],\"indeterminate\":[1540],\"mode\":[513],\"compact\":[4],\"getMode\":[64],\"setFocus\":[64]}]]],[\"ez-list.cjs\",[[2,\"ez-list\",{\"dataSource\":[1040],\"listMode\":[1,\"list-mode\"],\"useGroups\":[1540,\"use-groups\"],\"ezDraggable\":[1028,\"ez-draggable\"],\"ezSelectable\":[1028,\"ez-selectable\"],\"itemSlotBuilder\":[1040],\"itemLeftSlotBuilder\":[1040],\"hoverFeedback\":[1028,\"hover-feedback\"],\"enableMultipleSelection\":[4,\"enable-multiple-selection\"],\"_listItems\":[32],\"_listGroupItems\":[32],\"clearHistory\":[64],\"scrollToTop\":[64],\"setSelection\":[64],\"getSelection\":[64],\"getList\":[64],\"removeSelection\":[64]}]]],[\"ez-popover-core.cjs\",[[1,\"ez-popover-core\",{\"autoClose\":[516,\"auto-close\"],\"boxWidth\":[513,\"box-width\"],\"opened\":[1540],\"overlayType\":[513,\"overlay-type\"],\"anchorElement\":[1537,\"anchor-element\"],\"options\":[1040],\"useAnchorSize\":[516,\"use-anchor-size\"],\"minWidth\":[514,\"min-width\"],\"updatePosition\":[64],\"show\":[64],\"showUnder\":[64],\"hide\":[64],\"setOptions\":[64],\"setAnchorElement\":[64]}]]],[\"ez-popover-plus_3.cjs\",[[0,\"multi-selection-box-message\",{\"message\":[1]}],[1,\"search-list\",{\"showLoading\":[4,\"show-loading\"],\"visibleOptions\":[16],\"textEmptyList\":[1,\"text-empty-list\"],\"canShowListOptions\":[4,\"can-show-list-options\"],\"value\":[1],\"showOptionValue\":[4,\"show-option-value\"],\"preSelection\":[2,\"pre-selection\"],\"nextOption\":[64],\"previousOption\":[64]}],[1,\"ez-popover-plus\",{\"autoClose\":[516,\"auto-close\"],\"boxWidth\":[513,\"box-width\"],\"opened\":[1540],\"overlayType\":[513,\"overlay-type\"],\"anchorElement\":[1537,\"anchor-element\"],\"options\":[1040],\"useAnchorSize\":[516,\"use-anchor-size\"],\"minWidth\":[514,\"min-width\"],\"updatePosition\":[64],\"show\":[64],\"showUnder\":[64],\"hide\":[64],\"setOptions\":[64],\"setAnchorElement\":[64]}]]],[\"ez-button.cjs\",[[1,\"ez-button\",{\"label\":[513],\"enabled\":[516],\"isDisabled\":[520,\"is-disabled\"],\"mode\":[513],\"image\":[513],\"iconName\":[513,\"icon-name\"],\"size\":[513],\"variant\":[1],\"type\":[1],\"leftIconName\":[1,\"left-icon-name\"],\"rightIconName\":[1,\"right-icon-name\"],\"suppressAnimation\":[4,\"suppress-animation\"],\"ripples\":[32],\"isPressed\":[32],\"setFocus\":[64],\"setBlur\":[64]},[[1,\"mousedown\",\"onMouseDown\"],[1,\"touchstart\",\"onTouchStart\"],[2,\"click\",\"clickListener\"]]]]],[\"ez-popup.cjs\",[[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]}]]],[\"ez-link-builder_6.cjs\",[[2,\"ez-link-builder\",{\"textToShow\":[32],\"link\":[32],\"openInNewGuide\":[32],\"show\":[64],\"hide\":[64]}],[2,\"ez-simple-image-uploader\",{\"maxSize\":[2,\"max-size\"],\"link\":[32],\"base64\":[32],\"messageError\":[32],\"selectedFile\":[32],\"show\":[64],\"hide\":[64]}],[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\"]]],[2,\"ez-rich-toolbar-arrows\"],[2,\"ez-rich-toolbar-configs\"],[2,\"ez-rich-toolbar-letters\"]]],[\"ez-form.cjs\",[[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],\"_fieldsProps\":[32],\"_singleColumn\":[32],\"validate\":[64],\"addCustomEditor\":[64],\"setFieldProp\":[64]}]]]]"), options);
|
|
24
|
+
return index.bootstrapLazy(JSON.parse("[[\"ez-grid.cjs\",[[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],\"setColumnsDef\":[64],\"refreshColumnFilterDataSource\":[64],\"addColumnMenuItem\":[64],\"setColumnsState\":[64],\"setData\":[64],\"getSelection\":[64],\"getColumnsState\":[64],\"getColumns\":[64],\"quickFilter\":[64],\"locateColumn\":[64],\"filterColumns\":[64],\"addCustomEditor\":[64],\"addGridCustomRender\":[64],\"addCustomValueFormatter\":[64],\"removeCustomValueFormatter\":[64],\"refreshSelectedRows\":[64],\"getCustomValueFormatter\":[64],\"setFocus\":[64],\"stopEdit\":[64],\"checkStopEditOutsideClick\":[64]},[[0,\"ezSelectionChange\",\"onSelectionChange\"],[2,\"click\",\"handleClick\"]]]]],[\"ez-guide-navigator.cjs\",[[1,\"ez-guide-navigator\",{\"open\":[1540],\"selectedId\":[1537,\"selected-id\"],\"items\":[16],\"tooltipResolver\":[16],\"filterText\":[32],\"disableItem\":[64],\"openGuideNavidator\":[64],\"enableItem\":[64],\"updateItem\":[64],\"getItem\":[64],\"getCurrentPath\":[64],\"selectGuide\":[64],\"getParent\":[64]}]]],[\"ez-double-list.cjs\",[[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],\"resetSelectedLists\":[64]}]]],[\"ez-alert-list.cjs\",[[1,\"ez-alert-list\",{\"alerts\":[1040],\"enableDragAndDrop\":[516,\"enable-drag-and-drop\"],\"enableExpand\":[516,\"enable-expand\"],\"itemRightSlotBuilder\":[16],\"opened\":[1540],\"expanded\":[1540],\"_container\":[32]}]]],[\"ez-sidebar-navigator.cjs\",[[1,\"ez-sidebar-navigator\",{\"type\":[1],\"mode\":[1025],\"size\":[1],\"isResponsive\":[4,\"is-responsive\"],\"titleMenu\":[1,\"title-menu\"],\"showCollapseMenu\":[4,\"show-collapse-menu\"],\"showFixedButton\":[4,\"show-fixed-button\"],\"open\":[32],\"changeModeMenu\":[64],\"closeSidebar\":[64],\"openSidebar\":[64]}]]],[\"ez-classic-combo-box.cjs\",[[1,\"ez-classic-combo-box\",{\"value\":[1040],\"label\":[1],\"placeholder\":[1025],\"enabled\":[4],\"readonly\":[4],\"name\":[1],\"state\":[1],\"helpText\":[1,\"help-text\"],\"iconName\":[1,\"icon-name\"],\"titleIcon\":[1,\"title-icon\"],\"iconClickable\":[4,\"icon-clickable\"],\"suppressSearch\":[4,\"suppress-search\"],\"options\":[16],\"textEmptyOption\":[1,\"text-empty-option\"],\"suppressEmptyOption\":[4,\"suppress-empty-option\"],\"popoverVisible\":[32],\"hasSlotContent\":[32],\"highlightedIndex\":[32],\"filteredOptions\":[32],\"inputValue\":[32],\"setFocus\":[64],\"setBlur\":[64],\"showPopover\":[64],\"hidePopover\":[64],\"setValue\":[64]}]]],[\"ez-split-button.cjs\",[[1,\"ez-split-button\",{\"show\":[1540],\"enabled\":[516],\"isDisabled\":[520,\"is-disabled\"],\"iconName\":[513,\"icon-name\"],\"leftIconName\":[513,\"left-icon-name\"],\"rightIconName\":[513,\"right-icon-name\"],\"image\":[513],\"items\":[16],\"label\":[513],\"leftTitle\":[513,\"left-title\"],\"rightTitle\":[513,\"right-title\"],\"mode\":[513],\"size\":[513],\"variant\":[1537],\"suppressAnimation\":[1540,\"suppress-animation\"],\"itemBuilder\":[16],\"leftRipples\":[32],\"rightRipples\":[32],\"isLeftPressed\":[32],\"isRightPressed\":[32],\"setBlur\":[64],\"setLeftButtonFocus\":[64],\"setRightButtonFocus\":[64],\"toggleDropdown\":[64],\"isOpenedDropdown\":[64]},[[1,\"mousedown\",\"onMouseDown\"],[1,\"touchstart\",\"onTouchStart\"],[2,\"click\",\"clickListener\"]]]]],[\"ez-tag-input.cjs\",[[1,\"ez-tag-input\",{\"label\":[1],\"placeholder\":[1],\"helpText\":[1025,\"help-text\"],\"enabled\":[4],\"readonly\":[4],\"name\":[1],\"tags\":[1040],\"maxTagLength\":[2,\"max-tag-length\"],\"maxTags\":[2,\"max-tags\"],\"allowDuplicates\":[4,\"allow-duplicates\"],\"state\":[1537],\"validator\":[16],\"suppressTagsKeyboardNavigation\":[4,\"suppress-tags-keyboard-navigation\"],\"suppressBackspaceToRemove\":[4,\"suppress-backspace-to-remove\"],\"setFocus\":[64],\"setBlur\":[64],\"addTag\":[64],\"removeTag\":[64],\"clearTags\":[64]}]]],[\"ez-actions-button.cjs\",[[1,\"ez-actions-button\",{\"enabled\":[516],\"actions\":[1040],\"size\":[513],\"showLabel\":[516,\"show-label\"],\"displayIcon\":[513,\"display-icon\"],\"checkOption\":[516,\"check-option\"],\"value\":[513],\"isTransparent\":[516,\"is-transparent\"],\"arrowActive\":[516,\"arrow-active\"],\"_selectedAction\":[32],\"hideActions\":[64],\"showActions\":[64],\"isOpened\":[64]}]]],[\"ez-dialog.cjs\",[[1,\"ez-dialog\",{\"confirm\":[1028],\"dialogType\":[1025,\"dialog-type\"],\"message\":[1025],\"opened\":[1540],\"personalizedIconPath\":[1025,\"personalized-icon-path\"],\"ezTitle\":[1025,\"ez-title\"],\"beforeClose\":[1040],\"show\":[64]}]]],[\"ez-pagination.cjs\",[[2,\"ez-pagination\",{\"type\":[1],\"currentPage\":[1026,\"current-page\"],\"totalItems\":[2,\"total-items\"],\"pageSize\":[2,\"page-size\"],\"hideInfoLabel\":[4,\"hide-info-label\"],\"pageLimit\":[2,\"page-limit\"]}]]],[\"ez-split-item.cjs\",[[4,\"ez-split-item\",{\"label\":[1],\"enableExpand\":[516,\"enable-expand\"],\"size\":[1],\"structural\":[4],\"_expanded\":[32]}]]],[\"ez-classic-text-area.cjs\",[[1,\"ez-classic-text-area\",{\"name\":[1],\"label\":[1],\"placeholder\":[1],\"value\":[1],\"helpText\":[1,\"help-text\"],\"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],\"setFocus\":[64],\"setBlur\":[64]}]]],[\"ez-file-item.cjs\",[[1,\"ez-file-item\",{\"canRemove\":[4,\"can-remove\"],\"fileName\":[1,\"file-name\"],\"iconName\":[1,\"icon-name\"],\"fileSize\":[2,\"file-size\"],\"progress\":[2]}]]],[\"ez-list-item.cjs\",[[2,\"ez-list-item\",{\"titleText\":[513,\"title-text\"],\"text\":[513],\"iconName\":[513,\"icon-name\"]}]]],[\"ez-application.cjs\",[[0,\"ez-application\"]]],[\"ez-chart.cjs\",[[1,\"ez-chart\",{\"type\":[1],\"xAxis\":[16],\"yAxis\":[16],\"chartTitle\":[1,\"chart-title\"],\"chartSubTitle\":[1,\"chart-sub-title\"],\"legendEnabled\":[4,\"legend-enabled\"],\"series\":[16],\"width\":[2],\"height\":[2]}]]],[\"ez-empty-card.cjs\",[[1,\"ez-empty-card\",{\"color\":[513],\"height\":[514],\"width\":[514]}]]],[\"ez-loading-bar.cjs\",[[1,\"ez-loading-bar\",{\"_showLoading\":[32],\"hide\":[64],\"show\":[64]}]]],[\"ez-modal.cjs\",[[1,\"ez-modal\",{\"modalSize\":[1,\"modal-size\"],\"align\":[1],\"heightMode\":[1,\"height-mode\"],\"opened\":[1028],\"closeEsc\":[4,\"close-esc\"],\"closeOutsideClick\":[4,\"close-outside-click\"],\"closeOutsideLeave\":[4,\"close-outside-leave\"],\"scrim\":[1]}]]],[\"ez-progress-bar.cjs\",[[2,\"ez-progress-bar\",{\"percent\":[514],\"label\":[513],\"helpText\":[513,\"help-text\"]}]]],[\"ez-radio-button.cjs\",[[1,\"ez-radio-button\",{\"value\":[1544],\"options\":[1040],\"enabled\":[516],\"label\":[513],\"direction\":[1537]}]]],[\"ez-spinner.cjs\",[[1,\"ez-spinner\",{\"size\":[1]}]]],[\"ez-split-panel.cjs\",[[0,\"ez-split-panel\",{\"direction\":[1],\"anchorToExpand\":[4,\"anchor-to-expand\"],\"structural\":[4],\"rebuildLayout\":[64]}]]],[\"ez-tag.cjs\",[[1,\"ez-tag\",{\"label\":[513],\"color\":[513],\"customBackgroundColor\":[1,\"custom-background-color\"],\"customLabelColor\":[1,\"custom-label-color\"]}]]],[\"ez-view-stack.cjs\",[[0,\"ez-view-stack\",{\"show\":[64],\"getSelectedIndex\":[64]}]]],[\"ez-tooltip.cjs\",[[1,\"ez-tooltip\",{\"message\":[1],\"anchoringElement\":[1040],\"placement\":[1],\"gapOptions\":[16],\"type\":[1],\"debouncingTime\":[2,\"debouncing-time\"],\"active\":[4],\"maxWidth\":[2,\"max-width\"],\"useAnchorSize\":[4,\"use-anchor-size\"]}]]],[\"ez-icon.cjs\",[[1,\"ez-icon\",{\"size\":[513],\"fontSize\":[520,\"font-size\"],\"href\":[513],\"iconName\":[513,\"icon-name\"]}]]],[\"ez-tile-medium.cjs\",[[1,\"ez-tile-medium\",{\"color\":[1],\"iconName\":[1,\"icon-name\"],\"iconColor\":[1,\"icon-color\"],\"smallTitleText\":[1,\"small-title-text\"],\"smallTitleMaximumLines\":[2,\"small-title-maximum-lines\"],\"titleText\":[1,\"title-text\"],\"titleMaximumLines\":[2,\"title-maximum-lines\"],\"descriptionText\":[1,\"description-text\"],\"descriptionMaximumLines\":[2,\"description-maximum-lines\"],\"height\":[1],\"width\":[1],\"avatarProps\":[16],\"buttonProps\":[16],\"tags\":[16],\"setButtonFocus\":[64],\"setButtonBlur\":[64]}]]],[\"ez-breadcrumb.cjs\",[[1,\"ez-breadcrumb\",{\"items\":[1040],\"fillMode\":[1025,\"fill-mode\"],\"maxItems\":[1026,\"max-items\"],\"positionEllipsis\":[1026,\"position-ellipsis\"],\"visibleItems\":[32],\"hiddenItems\":[32],\"showDropdown\":[32],\"collapseConfigPosition\":[32]}]]],[\"ez-alert.cjs\",[[1,\"ez-alert\",{\"alertType\":[513,\"alert-type\"]}]]],[\"ez-tile.cjs\",[[1,\"ez-tile\",{\"text\":[513],\"size\":[513],\"height\":[514],\"width\":[514],\"color\":[513],\"iconName\":[513,\"icon-name\"],\"maximumLines\":[514,\"maximum-lines\"],\"isInteractive\":[516,\"is-interactive\"],\"setFocus\":[64],\"setBlur\":[64]},[[2,\"click\",\"clickListener\"]]]]],[\"ez-toast.cjs\",[[1,\"ez-toast\",{\"message\":[1025],\"fadeTime\":[1026,\"fade-time\"],\"useIcon\":[1028,\"use-icon\"],\"canClose\":[1028,\"can-close\"],\"show\":[64]}]]],[\"ez-underface.cjs\",[[1,\"ez-underface\",{\"color\":[513],\"customColor\":[513,\"custom-color\"],\"height\":[514],\"width\":[514]}]]],[\"ez-chip.cjs\",[[1,\"ez-chip\",{\"label\":[513],\"enabled\":[516],\"removePosition\":[513,\"remove-position\"],\"mode\":[513],\"value\":[1540],\"showNativeTooltip\":[4,\"show-native-tooltip\"],\"disableAutoUpdateValue\":[4,\"disable-auto-update-value\"],\"maxWidth\":[1,\"max-width\"],\"size\":[1],\"iconNameLeft\":[1,\"icon-name-left\"],\"iconNameRight\":[1,\"icon-name-right\"],\"type\":[1],\"tabIndex\":[2,\"tab-index\"],\"removeWithKeyboard\":[4,\"remove-with-keyboard\"],\"_isOverflowing\":[32],\"setFocus\":[64],\"setBlur\":[64]}]]],[\"ez-avatar.cjs\",[[1,\"ez-avatar\",{\"name\":[513],\"imageSrc\":[513,\"image-src\"],\"iconName\":[513,\"icon-name\"],\"size\":[513],\"shape\":[513],\"isInteractive\":[516,\"is-interactive\"]}]]],[\"ez-tabselector.cjs\",[[1,\"ez-tabselector\",{\"selectedIndex\":[1538,\"selected-index\"],\"selectedTab\":[1537,\"selected-tab\"],\"tabs\":[1],\"_processedTabs\":[32],\"goToTab\":[64]}]]],[\"ez-text-input.cjs\",[[1,\"ez-text-input\",{\"label\":[513],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"value\":[1537],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"hasInvalid\":[1540,\"has-invalid\"],\"mask\":[1],\"cleanValueMask\":[4,\"clean-value-mask\"],\"canShowError\":[516,\"can-show-error\"],\"restrict\":[1],\"mode\":[513],\"noBorder\":[516,\"no-border\"],\"password\":[4],\"autoFocus\":[4,\"auto-focus\"],\"hasRightSlotContent\":[32],\"forceLabelFloat\":[32],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]}]]],[\"ez-search-plus.cjs\",[[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],\"setFocus\":[64],\"getValueAsync\":[64],\"clearValue\":[64],\"setBlur\":[64],\"isInvalid\":[64]}]]],[\"ez-combo-box-list_4.cjs\",[[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],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]},[[0,\"executeToolbarCommand\",\"handleExecuteToolbarCommand\"]]],[2,\"ez-custom-form-input\",{\"customEditor\":[16],\"formViewField\":[16],\"value\":[1032],\"detailContext\":[1,\"detail-context\"],\"builderFallback\":[16],\"selectedRecord\":[16],\"gui\":[32],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]}],[1,\"ez-text-edit\",{\"value\":[1],\"styled\":[16],\"_newValue\":[32],\"applyFocusSelect\":[64]}],[1,\"ez-combo-box-list\",{\"showLoading\":[4,\"show-loading\"],\"visibleOptions\":[16],\"textEmptyList\":[1,\"text-empty-list\"],\"showOptionValue\":[4,\"show-option-value\"],\"preSelection\":[2,\"pre-selection\"],\"maxWidth\":[2,\"max-width\"],\"width\":[2],\"onOptionSelect\":[16],\"onOptionHover\":[16],\"nextOption\":[64],\"previousOption\":[64],\"selectCurrentOption\":[64]},[[0,\"keydown\",\"handleKeyDown\"]]]]],[\"ez-combo-box.cjs\",[[1,\"ez-combo-box\",{\"limitCharsToSearch\":[2,\"limit-chars-to-search\"],\"value\":[1537],\"label\":[513],\"enabled\":[516],\"options\":[1040],\"errorMessage\":[1537,\"error-message\"],\"showSelectedValue\":[4,\"show-selected-value\"],\"showOptionValue\":[4,\"show-option-value\"],\"suppressSearch\":[4,\"suppress-search\"],\"optionLoader\":[16],\"suppressEmptyOption\":[4,\"suppress-empty-option\"],\"stopPropagateEnterKeyEvent\":[4,\"stop-propagate-enter-key-event\"],\"canShowError\":[516,\"can-show-error\"],\"mode\":[513],\"hideErrorOnFocusOut\":[4,\"hide-error-on-focus-out\"],\"listOptionsPosition\":[16],\"isTextSearch\":[4,\"is-text-search\"],\"autoFocus\":[4,\"auto-focus\"],\"preventAutoFocus\":[4,\"prevent-auto-focus\"],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"textEmptyOption\":[1,\"text-empty-option\"],\"isOpen\":[32],\"_preSelection\":[32],\"_visibleOptions\":[32],\"_startLoading\":[32],\"_showLoading\":[32],\"_criteria\":[32],\"getValueAsync\":[64],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"clearValue\":[64]}]]],[\"ez-date-input.cjs\",[[1,\"ez-date-input\",{\"label\":[513],\"value\":[1040],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"mode\":[513],\"canShowError\":[516,\"can-show-error\"],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"getValueAsync\":[64]}]]],[\"ez-collapsible-box.cjs\",[[1,\"ez-collapsible-box\",{\"value\":[1540],\"boxBordered\":[4,\"box-bordered\"],\"label\":[513],\"subtitle\":[513],\"headerSize\":[513,\"header-size\"],\"iconPlacement\":[513,\"icon-placement\"],\"headerAlign\":[513,\"header-align\"],\"removable\":[516],\"editable\":[516],\"conditionalSave\":[16],\"_activeEditText\":[32],\"showHide\":[64],\"applyFocusTextEdit\":[64],\"cancelEdition\":[64]}]]],[\"ez-number-input.cjs\",[[1,\"ez-number-input\",{\"label\":[1],\"value\":[1538],\"enabled\":[4],\"canShowError\":[516,\"can-show-error\"],\"errorMessage\":[1537,\"error-message\"],\"allowNegative\":[4,\"allow-negative\"],\"precision\":[2],\"prettyPrecision\":[2,\"pretty-precision\"],\"mode\":[513],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[1,\"alternative-placeholder\"],\"_value\":[32],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"getValueAsync\":[64]}]]],[\"ez-time-input.cjs\",[[1,\"ez-time-input\",{\"label\":[513],\"value\":[1026],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"showSeconds\":[516,\"show-seconds\"],\"mode\":[513],\"canShowError\":[516,\"can-show-error\"],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[1,\"alternative-placeholder\"],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]}]]],[\"ez-form-view.cjs\",[[2,\"ez-form-view\",{\"fields\":[16],\"selectedRecord\":[16],\"singleColumn\":[4,\"single-column\"],\"_customEditors\":[32],\"showUp\":[64],\"addCustomEditor\":[64],\"setFieldProp\":[64]}]]],[\"ez-multi-selection-list.cjs\",[[2,\"ez-multi-selection-list\",{\"columnName\":[1,\"column-name\"],\"dataSource\":[16],\"useOptions\":[1028,\"use-options\"],\"options\":[1040],\"isTextSearch\":[4,\"is-text-search\"],\"filteredOptions\":[32],\"displayOptions\":[32],\"viewScenario\":[32],\"displayOptionToCheckAllItems\":[32],\"clearFilteredOptions\":[64]}]]],[\"filter-column.cjs\",[[0,\"filter-column\",{\"opened\":[4],\"columnName\":[1,\"column-name\"],\"columnLabel\":[1,\"column-label\"],\"gridHeaderHidden\":[4,\"grid-header-hidden\"],\"noHeaderTaskBar\":[1028,\"no-header-task-bar\"],\"dataSource\":[16],\"dataUnit\":[16],\"options\":[1040],\"selectedItems\":[32],\"fieldDescriptor\":[32],\"useOptions\":[32],\"isTextSearch\":[32],\"hide\":[64],\"show\":[64]}]]],[\"ez-sortable-list.cjs\",[[1,\"ez-sortable-list\",{\"title\":[1],\"hideHeader\":[4,\"hide-header\"],\"hideTotalizer\":[4,\"hide-totalizer\"],\"group\":[1],\"dataSource\":[16],\"idSortableList\":[1,\"id-sortable-list\"],\"entityLabel\":[1,\"entity-label\"],\"entityLabelPlural\":[1,\"entity-label-plural\"],\"emptyMessage\":[1,\"empty-message\"],\"hoverFeedback\":[4,\"hover-feedback\"],\"enableMultipleSelection\":[4,\"enable-multiple-selection\"],\"removeItensMoved\":[4,\"remove-itens-moved\"],\"itemRightSlotBuilder\":[1040],\"itemLeftSlotBuilder\":[1040],\"filterTerm\":[32],\"selectedItems\":[32],\"clearSelection\":[64]}]]],[\"ez-badge.cjs\",[[1,\"ez-badge\",{\"size\":[513],\"label\":[513],\"iconLeft\":[513,\"icon-left\"],\"iconRight\":[513,\"icon-right\"],\"position\":[1040],\"alignItems\":[1537,\"align-items\"],\"hasSlot\":[32]}]]],[\"ez-classic-input.cjs\",[[1,\"ez-classic-input\",{\"type\":[1],\"value\":[1025],\"label\":[1],\"helpText\":[1,\"help-text\"],\"placeholder\":[1025],\"enabled\":[4],\"readonly\":[4],\"name\":[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\"],\"setFocus\":[64],\"setBlur\":[64]}]]],[\"ez-tree.cjs\",[[1,\"ez-tree\",{\"items\":[1040],\"value\":[1040],\"selectedId\":[1537,\"selected-id\"],\"iconResolver\":[16],\"tooltipResolver\":[16],\"enableHierarchicalFilter\":[4,\"enable-hierarchical-filter\"],\"_tree\":[32],\"_waintingForLoad\":[32],\"selectItem\":[64],\"openItem\":[64],\"disableItem\":[64],\"enableItem\":[64],\"addChild\":[64],\"applyFilter\":[64],\"expandAll\":[64],\"collapseAll\":[64],\"updateItem\":[64],\"getItem\":[64],\"getCurrentPath\":[64],\"getParent\":[64]},[[2,\"keydown\",\"onKeyDownListener\"]]]]],[\"ez-dropdown.cjs\",[[1,\"ez-dropdown\",{\"items\":[1040],\"value\":[1040],\"itemBuilder\":[16]},[[4,\"click\",\"handleClickOutside\"]]]]],[\"ez-popover.cjs\",[[1,\"ez-popover\",{\"autoClose\":[516,\"auto-close\"],\"boxWidth\":[513,\"box-width\"],\"opened\":[1540],\"innerElement\":[1537,\"inner-element\"],\"overlayType\":[513,\"overlay-type\"],\"updatePosition\":[64],\"show\":[64],\"showUnder\":[64],\"hide\":[64]}]]],[\"ez-upload.cjs\",[[1,\"ez-upload\",{\"label\":[1],\"subtitle\":[1],\"enabled\":[4],\"maxFileSize\":[2,\"max-file-size\"],\"maxFiles\":[2,\"max-files\"],\"requestHeaders\":[8,\"request-headers\"],\"urlUpload\":[1,\"url-upload\"],\"urlDelete\":[1,\"url-delete\"],\"value\":[1040],\"addFiles\":[64],\"setFocus\":[64],\"setBlur\":[64]}]]],[\"ez-calendar.cjs\",[[1,\"ez-calendar\",{\"value\":[1040],\"floating\":[516],\"time\":[516],\"showSeconds\":[516,\"show-seconds\"],\"show\":[64],\"fitVertical\":[64],\"fitHorizontal\":[64],\"hide\":[64]},[[11,\"scroll\",\"scrollListener\"]]]]],[\"ez-date-time-input.cjs\",[[1,\"ez-date-time-input\",{\"label\":[513],\"value\":[1040],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"showSeconds\":[516,\"show-seconds\"],\"mode\":[513],\"canShowError\":[516,\"can-show-error\"],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"getValueAsync\":[64]}]]],[\"ez-search-result-list.cjs\",[[1,\"ez-search-result-list\",{\"showLoading\":[4,\"show-loading\"],\"visibleOptions\":[16],\"value\":[1],\"showOptionValue\":[4,\"show-option-value\"],\"_preSelection\":[32],\"nextOption\":[64],\"previousOption\":[64],\"selectCurrentItem\":[64],\"cancelSelection\":[64]}]]],[\"ez-text-area.cjs\",[[1,\"ez-text-area\",{\"label\":[513],\"value\":[1537],\"enabled\":[516],\"errorMessage\":[1537,\"error-message\"],\"rows\":[1538],\"canShowError\":[516,\"can-show-error\"],\"mode\":[513],\"enableResize\":[516,\"enable-resize\"],\"autoRows\":[516,\"auto-rows\"],\"autoFocus\":[4,\"auto-focus\"],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"forceLabelFloat\":[32],\"appendTextToSelection\":[64],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64]}]]],[\"ez-scroller_2.cjs\",[[1,\"ez-sidebar-button\"],[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\"]]]]],[\"ez-search.cjs\",[[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\"],\"_preSelection\":[32],\"_visibleOptions\":[32],\"_startLoading\":[32],\"_showLoading\":[32],\"_showLoadingDescription\":[32],\"_criteria\":[32],\"getValueAsync\":[64],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"clearValue\":[64]}]]],[\"ez-modal-container.cjs\",[[6,\"ez-modal-container\",{\"modalTitle\":[1,\"modal-title\"],\"modalSubTitle\":[1,\"modal-sub-title\"],\"showTitleBar\":[4,\"show-title-bar\"],\"cancelButtonLabel\":[1,\"cancel-button-label\"],\"okButtonLabel\":[1,\"ok-button-label\"],\"cancelButtonStatus\":[1,\"cancel-button-status\"],\"okButtonStatus\":[1,\"ok-button-status\"],\"showCloseButton\":[4,\"show-close-button\"]},[[4,\"ezCloseModal\",\"handleEzModalAction\"]]]]],[\"ez-filter-input.cjs\",[[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\"],\"setFocus\":[64],\"setBlur\":[64],\"isInvalid\":[64],\"setValue\":[64],\"endSearch\":[64]}]]],[\"ez-rich-toolbar-item.cjs\",[[2,\"ez-rich-toolbar-item\",{\"icon\":[1],\"command\":[1],\"title\":[1],\"value\":[1]}]]],[\"ez-skeleton.cjs\",[[0,\"ez-skeleton\",{\"template\":[1],\"count\":[2],\"variant\":[1],\"width\":[1],\"height\":[1],\"marginTop\":[1,\"margin-top\"],\"marginRight\":[1,\"margin-right\"],\"marginBottom\":[1,\"margin-bottom\"],\"marginLeft\":[1,\"margin-left\"],\"animation\":[1]}]]],[\"ez-card-item.cjs\",[[1,\"ez-card-item\",{\"item\":[16],\"enableKey\":[4,\"enable-key\"],\"compacted\":[4]}]]],[\"ez-check.cjs\",[[1,\"ez-check\",{\"label\":[513],\"alternativePlaceholder\":[513,\"alternative-placeholder\"],\"value\":[1540],\"enabled\":[1540],\"indeterminate\":[1540],\"mode\":[513],\"compact\":[4],\"getMode\":[64],\"setFocus\":[64]}]]],[\"ez-list.cjs\",[[2,\"ez-list\",{\"dataSource\":[1040],\"listMode\":[1,\"list-mode\"],\"useGroups\":[1540,\"use-groups\"],\"ezDraggable\":[1028,\"ez-draggable\"],\"ezSelectable\":[1028,\"ez-selectable\"],\"itemSlotBuilder\":[1040],\"itemLeftSlotBuilder\":[1040],\"hoverFeedback\":[1028,\"hover-feedback\"],\"enableMultipleSelection\":[4,\"enable-multiple-selection\"],\"_listItems\":[32],\"_listGroupItems\":[32],\"clearHistory\":[64],\"scrollToTop\":[64],\"setSelection\":[64],\"getSelection\":[64],\"getList\":[64],\"removeSelection\":[64]}]]],[\"ez-popover-core.cjs\",[[1,\"ez-popover-core\",{\"autoClose\":[516,\"auto-close\"],\"boxWidth\":[513,\"box-width\"],\"opened\":[1540],\"overlayType\":[513,\"overlay-type\"],\"anchorElement\":[1537,\"anchor-element\"],\"options\":[1040],\"useAnchorSize\":[516,\"use-anchor-size\"],\"minWidth\":[514,\"min-width\"],\"updatePosition\":[64],\"show\":[64],\"showUnder\":[64],\"hide\":[64],\"setOptions\":[64],\"setAnchorElement\":[64]}]]],[\"ez-popover-plus_3.cjs\",[[0,\"multi-selection-box-message\",{\"message\":[1]}],[1,\"search-list\",{\"showLoading\":[4,\"show-loading\"],\"visibleOptions\":[16],\"textEmptyList\":[1,\"text-empty-list\"],\"canShowListOptions\":[4,\"can-show-list-options\"],\"value\":[1],\"showOptionValue\":[4,\"show-option-value\"],\"preSelection\":[2,\"pre-selection\"],\"nextOption\":[64],\"previousOption\":[64]}],[1,\"ez-popover-plus\",{\"autoClose\":[516,\"auto-close\"],\"boxWidth\":[513,\"box-width\"],\"opened\":[1540],\"overlayType\":[513,\"overlay-type\"],\"anchorElement\":[1537,\"anchor-element\"],\"options\":[1040],\"useAnchorSize\":[516,\"use-anchor-size\"],\"minWidth\":[514,\"min-width\"],\"updatePosition\":[64],\"show\":[64],\"showUnder\":[64],\"hide\":[64],\"setOptions\":[64],\"setAnchorElement\":[64]}]]],[\"ez-button.cjs\",[[1,\"ez-button\",{\"label\":[513],\"enabled\":[516],\"isDisabled\":[520,\"is-disabled\"],\"mode\":[513],\"image\":[513],\"iconName\":[513,\"icon-name\"],\"size\":[513],\"variant\":[1],\"type\":[1],\"leftIconName\":[1,\"left-icon-name\"],\"rightIconName\":[1,\"right-icon-name\"],\"suppressAnimation\":[4,\"suppress-animation\"],\"ripples\":[32],\"isPressed\":[32],\"setFocus\":[64],\"setBlur\":[64]},[[1,\"mousedown\",\"onMouseDown\"],[1,\"touchstart\",\"onTouchStart\"],[2,\"click\",\"clickListener\"]]]]],[\"ez-popup.cjs\",[[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]}]]],[\"ez-link-builder_6.cjs\",[[2,\"ez-link-builder\",{\"textToShow\":[32],\"link\":[32],\"openInNewGuide\":[32],\"show\":[64],\"hide\":[64]}],[2,\"ez-simple-image-uploader\",{\"maxSize\":[2,\"max-size\"],\"link\":[32],\"base64\":[32],\"messageError\":[32],\"selectedFile\":[32],\"show\":[64],\"hide\":[64]}],[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\"]]],[2,\"ez-rich-toolbar-arrows\"],[2,\"ez-rich-toolbar-configs\"],[2,\"ez-rich-toolbar-letters\"]]],[\"ez-form.cjs\",[[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],\"_fieldsProps\":[32],\"_singleColumn\":[32],\"validate\":[64],\"addCustomEditor\":[64],\"setFieldProp\":[64]}]]]]"), options);
|
|
25
25
|
});
|
|
26
26
|
|
|
27
27
|
exports.setNonce = index.setNonce;
|
|
@@ -2287,6 +2287,10 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
2287
2287
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2288
2288
|
/* webpackMode: "lazy" */
|
|
2289
2289
|
'./ez-split-panel.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2290
|
+
case 'ez-tag-input.cjs':
|
|
2291
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2292
|
+
/* webpackMode: "lazy" */
|
|
2293
|
+
'./ez-tag-input.cjs.entry.js')); }).then(processMod, consoleError);
|
|
2290
2294
|
case 'ez-view-stack.cjs':
|
|
2291
2295
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
2292
2296
|
/* webpackMode: "lazy" */
|