@sankhyalabs/ezui 5.22.0-dev.90 → 5.22.0-dev.92
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-combo-box-list_3.cjs.entry.js +366 -0
- package/dist/cjs/ez-combo-box.cjs.entry.js +58 -184
- package/dist/cjs/ez-grid.cjs.entry.js +55 -0
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js +186 -0
- package/dist/cjs/{ez-multi-selection-list_2.cjs.entry.js → ez-popover-core_2.cjs.entry.js} +115 -196
- package/dist/cjs/ezui.cjs.js +1 -1
- package/dist/cjs/index-9e5554cb.js +8 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.css +205 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.js +405 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box.css +0 -250
- package/dist/collection/components/ez-combo-box/ez-combo-box.js +61 -194
- package/dist/collection/components/ez-grid/ez-grid.js +56 -1
- package/dist/collection/components/ez-popover-plus/ez-popover-plus.css +0 -64
- package/dist/collection/components/ez-popover-plus/ez-popover-plus.js +47 -127
- package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.css +67 -0
- package/dist/collection/components/ez-popover-plus/subcomponent/ez-popover-core.js +468 -0
- package/dist/custom-elements/index.d.ts +12 -0
- package/dist/custom-elements/index.js +367 -203
- package/dist/esm/ez-combo-box-list_3.entry.js +360 -0
- package/dist/esm/ez-combo-box.entry.js +59 -185
- package/dist/esm/ez-grid.entry.js +56 -1
- package/dist/esm/ez-multi-selection-list.entry.js +182 -0
- package/dist/esm/{ez-multi-selection-list_2.entry.js → ez-popover-core_2.entry.js} +116 -197
- package/dist/esm/ezui.js +1 -1
- package/dist/esm/index-5a720e56.js +8 -4
- package/dist/esm/loader.js +1 -1
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/p-39f3efcf.entry.js +1 -0
- package/dist/ezui/p-b3b5647e.entry.js +1 -0
- package/dist/ezui/{p-9e5bbe25.entry.js → p-be72b472.entry.js} +46 -46
- package/dist/ezui/p-c7035d65.entry.js +1 -0
- package/dist/ezui/p-fcc999c4.entry.js +1 -0
- package/dist/types/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.d.ts +104 -0
- package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +7 -16
- package/dist/types/components/ez-grid/ez-grid.d.ts +5 -0
- package/dist/types/components/ez-popover-plus/ez-popover-plus.d.ts +6 -19
- package/dist/types/components/ez-popover-plus/subcomponent/ez-popover-core.d.ts +81 -0
- package/dist/types/components.d.ts +218 -3
- package/package.json +1 -1
- package/react/components.d.ts +2 -0
- package/react/components.js +2 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/ez-custom-form-input_2.cjs.entry.js +0 -236
- package/dist/esm/ez-custom-form-input_2.entry.js +0 -231
- package/dist/ezui/p-3af64edd.entry.js +0 -1
- package/dist/ezui/p-cba34702.entry.js +0 -1
- package/dist/ezui/p-fcc78b7f.entry.js +0 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-5a720e56.js';
|
|
2
|
-
import { ObjectUtils,
|
|
2
|
+
import { ObjectUtils, ElementIDUtils } from '@sankhyalabs/core';
|
|
3
3
|
import './ApplicationUtils-eaf91331.js';
|
|
4
4
|
import { C as CSSVarsUtils } from './CSSVarsUtils-acba92d7.js';
|
|
5
5
|
import './DialogType-54a62731.js';
|
|
6
6
|
import './CheckMode-bdb2ec19.js';
|
|
7
7
|
import './ICustomRender-875b5a40.js';
|
|
8
8
|
|
|
9
|
-
const ezComboBoxCss = ":host{--ez-combo-box--height:42px;--ez-combo-box--width:100%;--ez-combo-
|
|
9
|
+
const ezComboBoxCss = ":host{--ez-combo-box--height:42px;--ez-combo-box--width:100%;--ez-combo-box--border-radius:var(--border--radius-medium, 12px);--ez-combo-box--font-size:var(--text--medium, 14px);--ez-combo-box--font-family:var(--font-pattern, Arial);--ez-combo-box--background-color--xlight:var(--background--xlight, #fff);--ez-combo-box__input--background-color:var(--background--medium, #e0e0e0);--ez-combo-box__input--border:var(--border--medium, 2px solid);--ez-combo-box__input--border-color:var(--ez-combo-box__input--background-color);--ez-combo-box__input--focus--border-color:var(--color--primary, #008561);--ez-combo-box__input--disabled--background-color:var(--color--disable-secondary, #F2F5F8);--ez-combo-box__input--disabled--color:var(--text--disable, #AFB6C0);--ez-combo-box__btn--color:var(--title--primary, #2B3A54);--ez-combo-box__btn-disabled--color:var(--text--disable, #AFB6C0);--ez-combo-box__btn-hover--color:var(--color--primary, #4e4e4e);width:var(--ez-combo-box--width)}ez-icon{--ez-icon--color:inherit;font-weight:var(--text-weight--large, 600)}.suppressed-search-input{--ez-text-input__input--border-color:var(--color--strokes, #dce0e8);--ez-text-input__input--disabled--background-color:var(--background--xlight, #fff);--ez-text-input__input--disabled--color:var(--title--primary, #2B3A54)}.btn{outline:none;border:none;background:none;cursor:pointer;padding:0px;color:var(--ez-combo-box__btn--color)}.btn:disabled{cursor:unset;color:var(--ez-combo-box__btn-disabled--color)}.btn:disabled:hover{cursor:not-allowed;color:var(--ez-combo-box__btn-disabled--color)}.btn:hover{color:var(--ez-combo-box__btn-hover--color)}.btn__close{visibility:hidden}ez-text-input:hover .btn__close,ez-text-input:focus .btn__close{visibility:visible}.text-input-slot-container{--ez-text-input__icon--width:32px;--ez-text-input__min-width:var(--ez-combo-box__min-width);--ez-text-input__max-width:var(--ez-combo-box__max-width)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}";
|
|
10
10
|
|
|
11
11
|
const EzComboBox = class {
|
|
12
12
|
constructor(hostRef) {
|
|
@@ -18,11 +18,13 @@ const EzComboBox = class {
|
|
|
18
18
|
this._tabPressed = false;
|
|
19
19
|
this._textEmptyList = "Nenhum resultado encontrado";
|
|
20
20
|
this._lookupMode = false;
|
|
21
|
+
this.isOpen = false;
|
|
21
22
|
this._preSelection = undefined;
|
|
22
23
|
this._visibleOptions = undefined;
|
|
23
24
|
this._startLoading = false;
|
|
24
25
|
this._showLoading = true;
|
|
25
26
|
this._criteria = undefined;
|
|
27
|
+
this._textInputReady = undefined;
|
|
26
28
|
this.limitCharsToSearch = 3;
|
|
27
29
|
this.value = undefined;
|
|
28
30
|
this.label = undefined;
|
|
@@ -128,63 +130,6 @@ const EzComboBox = class {
|
|
|
128
130
|
async clearValue() {
|
|
129
131
|
this.clearSearch();
|
|
130
132
|
}
|
|
131
|
-
scrollListener() {
|
|
132
|
-
var _a;
|
|
133
|
-
if (this._floatingID == undefined) {
|
|
134
|
-
return;
|
|
135
|
-
}
|
|
136
|
-
if ((_a = this.listOptionsPosition) === null || _a === void 0 ? void 0 : _a.hardPosition) {
|
|
137
|
-
this.hideOptions();
|
|
138
|
-
}
|
|
139
|
-
else {
|
|
140
|
-
window.requestAnimationFrame(() => {
|
|
141
|
-
this.updateListPosition();
|
|
142
|
-
});
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
updateListPosition() {
|
|
146
|
-
let { verticalPosition, horizontalPosition, fromBottom, fromRight, bottomLimit, hardPosition } = this.getListPosition();
|
|
147
|
-
const elementRect = this._listWrapper.getBoundingClientRect();
|
|
148
|
-
const containerRect = this._listContainer.getBoundingClientRect();
|
|
149
|
-
const textInputRect = this._textInput.getBoundingClientRect();
|
|
150
|
-
const limitHeight = bottomLimit || window.innerHeight;
|
|
151
|
-
const neededHeight = containerRect.bottom + elementRect.height;
|
|
152
|
-
if (!fromBottom && (elementRect.top < 0 || neededHeight > limitHeight)) {
|
|
153
|
-
fromBottom = true;
|
|
154
|
-
}
|
|
155
|
-
if (!hardPosition) {
|
|
156
|
-
verticalPosition = verticalPosition || 0;
|
|
157
|
-
horizontalPosition = horizontalPosition || 0;
|
|
158
|
-
if (fromBottom) {
|
|
159
|
-
verticalPosition = window.innerHeight - textInputRect.top + verticalPosition;
|
|
160
|
-
}
|
|
161
|
-
else {
|
|
162
|
-
verticalPosition += containerRect.top;
|
|
163
|
-
}
|
|
164
|
-
if (fromRight) {
|
|
165
|
-
horizontalPosition = window.innerWidth - textInputRect.right + horizontalPosition;
|
|
166
|
-
}
|
|
167
|
-
else {
|
|
168
|
-
horizontalPosition += containerRect.left;
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
if (verticalPosition != undefined) {
|
|
172
|
-
this._listWrapper.style[fromBottom ? "bottom" : "top"] = `${verticalPosition}px`;
|
|
173
|
-
this._listWrapper.style[fromBottom ? "top" : "bottom"] = "";
|
|
174
|
-
}
|
|
175
|
-
if (horizontalPosition != undefined) {
|
|
176
|
-
this._listWrapper.style[fromRight ? "right" : "left"] = `${horizontalPosition}px`;
|
|
177
|
-
this._listWrapper.style[fromRight ? "left" : "right"] = "";
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
getListPosition() {
|
|
181
|
-
if (this.listOptionsPosition) {
|
|
182
|
-
return this.listOptionsPosition;
|
|
183
|
-
}
|
|
184
|
-
return {
|
|
185
|
-
verticalPosition: 6
|
|
186
|
-
};
|
|
187
|
-
}
|
|
188
133
|
isDifferentValues(firstValue, secondValue) {
|
|
189
134
|
return ObjectUtils.objectToString(firstValue || {}) !== ObjectUtils.objectToString(secondValue || {});
|
|
190
135
|
}
|
|
@@ -257,85 +202,24 @@ const EzComboBox = class {
|
|
|
257
202
|
}
|
|
258
203
|
return 0;
|
|
259
204
|
}
|
|
260
|
-
buildItem(opt, index) {
|
|
261
|
-
const widthValue = this.showOptionValue && this._maxWidthValue > 0 ? `${this._maxWidthValue}px` : '';
|
|
262
|
-
opt.label = opt.label || opt.value;
|
|
263
|
-
return h("li", { class: index === this._preSelection ? "item preselected" : "item", id: `item_${opt.value}`, onMouseDown: () => this.selectOption(opt), onMouseOver: () => this._preSelection = index }, this.showOptionValue
|
|
264
|
-
? h("span", { class: "item__value", title: opt.value, style: { width: widthValue, minWidth: widthValue, maxWidth: widthValue } }, opt.value)
|
|
265
|
-
: undefined, h("span", { class: "item__label " + (this.showOptionValue ? "item__label--bold" : ""), title: opt.label }, opt.label));
|
|
266
|
-
}
|
|
267
205
|
showOptions() {
|
|
268
206
|
var _a, _b;
|
|
269
207
|
if (!this.enabled)
|
|
270
208
|
return;
|
|
271
|
-
|
|
272
|
-
return;
|
|
273
|
-
}
|
|
209
|
+
this.openPopover();
|
|
274
210
|
const valueString = (_b = (_a = this.value) === null || _a === void 0 ? void 0 : _a.value) !== null && _b !== void 0 ? _b : this.value;
|
|
275
211
|
const indexValue = this._visibleOptions.findIndex(option => option.value === valueString);
|
|
276
212
|
this._preSelection = indexValue === -1 ? 0 : indexValue;
|
|
277
213
|
if (!!this._resizeObserver)
|
|
278
214
|
this._resizeObserver.observe(this._textInput);
|
|
279
|
-
this._floatingID = FloatingManager.float(this._listWrapper, this._listContainer, { autoClose: true, isFixed: true, backClickListener: () => this.hideOptions() });
|
|
280
215
|
this.setFocus();
|
|
281
|
-
window.requestAnimationFrame(() => {
|
|
282
|
-
this.updateListPosition();
|
|
283
|
-
if (!this.listOptionsPosition) {
|
|
284
|
-
this._listWrapper.scrollIntoView({ behavior: "smooth", block: "nearest", inline: "nearest" });
|
|
285
|
-
}
|
|
286
|
-
});
|
|
287
216
|
}
|
|
288
217
|
hideOptions() {
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
}
|
|
292
|
-
this._floatingID = undefined;
|
|
218
|
+
var _a;
|
|
219
|
+
(_a = this._popover) === null || _a === void 0 ? void 0 : _a.hide();
|
|
293
220
|
if (!!this._resizeObserver)
|
|
294
221
|
this._resizeObserver.unobserve(this._textInput);
|
|
295
222
|
}
|
|
296
|
-
isOptionsVisible() {
|
|
297
|
-
return this._floatingID !== undefined && FloatingManager.isFloating(this._floatingID);
|
|
298
|
-
}
|
|
299
|
-
nextOption() {
|
|
300
|
-
if (!this.isOptionsVisible()) {
|
|
301
|
-
return;
|
|
302
|
-
}
|
|
303
|
-
this.showOptions();
|
|
304
|
-
this._preSelection = this._preSelection === undefined ? 0 : Math.min(this._preSelection + 1, this._visibleOptions.length - 1);
|
|
305
|
-
this.scrollToOption(this._visibleOptions[this._preSelection]);
|
|
306
|
-
}
|
|
307
|
-
previousOption() {
|
|
308
|
-
this._preSelection = this._preSelection === undefined ? 0 : Math.max(this._preSelection - 1, 0);
|
|
309
|
-
this.scrollToOption(this._visibleOptions[this._preSelection]);
|
|
310
|
-
}
|
|
311
|
-
scrollToOption(opt) {
|
|
312
|
-
window.requestAnimationFrame(() => {
|
|
313
|
-
const liElem = (opt === null || opt === void 0 ? void 0 : opt.value) ? this._optionsList.querySelector(`li#item_${opt.value.replace(/[<>\[\]#=]/g, '\\$&').replace(/:/g, '\\:')}`) : undefined;
|
|
314
|
-
if (liElem)
|
|
315
|
-
liElem.scrollIntoView({ behavior: "smooth", block: "nearest" });
|
|
316
|
-
});
|
|
317
|
-
}
|
|
318
|
-
selectCurrentOption(focusOnInput = true) {
|
|
319
|
-
if (this._preSelection !== undefined) {
|
|
320
|
-
this.selectOption(this._visibleOptions[this._preSelection], focusOnInput);
|
|
321
|
-
this._preSelection = undefined;
|
|
322
|
-
}
|
|
323
|
-
else {
|
|
324
|
-
this.controlListWithOnlyOne(focusOnInput);
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
controlListWithOnlyOne(focusOnInput = true) {
|
|
328
|
-
var _a;
|
|
329
|
-
const source = (_a = this._visibleOptions) === null || _a === void 0 ? void 0 : _a.filter((opt) => opt.label !== "" && opt.value != undefined);
|
|
330
|
-
if ((source === null || source === void 0 ? void 0 : source.length) > 0) {
|
|
331
|
-
let title = StringUtils.decodeHtmlEntities(source[0].label);
|
|
332
|
-
const option = {
|
|
333
|
-
value: source[0].value,
|
|
334
|
-
label: title,
|
|
335
|
-
};
|
|
336
|
-
this.selectOption(option, focusOnInput);
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
223
|
updateSource(source) {
|
|
340
224
|
this._startLoading = false;
|
|
341
225
|
if (source instanceof Promise) {
|
|
@@ -361,12 +245,13 @@ const EzComboBox = class {
|
|
|
361
245
|
}
|
|
362
246
|
}
|
|
363
247
|
selectOption(newOption, focusOnInput = true) {
|
|
364
|
-
var _a, _b;
|
|
248
|
+
var _a, _b, _c;
|
|
365
249
|
const currentValue = this.getSelectedOption(this.value);
|
|
366
250
|
if ((((_a = currentValue === null || currentValue === void 0 ? void 0 : currentValue.value) === null || _a === void 0 ? void 0 : _a.toString()) !== ((_b = newOption === null || newOption === void 0 ? void 0 : newOption.value) === null || _b === void 0 ? void 0 : _b.toString()))
|
|
367
251
|
|| (currentValue == undefined && newOption != undefined && "value" in newOption)) {
|
|
368
252
|
const adjustedOpt = !(newOption === null || newOption === void 0 ? void 0 : newOption.value) ? undefined : newOption;
|
|
369
253
|
this.value = adjustedOpt;
|
|
254
|
+
(_c = this._popover) === null || _c === void 0 ? void 0 : _c.hide();
|
|
370
255
|
}
|
|
371
256
|
else {
|
|
372
257
|
this.resetOptions();
|
|
@@ -419,6 +304,11 @@ const EzComboBox = class {
|
|
|
419
304
|
//---------------------------------------------
|
|
420
305
|
// Lifecycle web component
|
|
421
306
|
//---------------------------------------------
|
|
307
|
+
componentDidRender() {
|
|
308
|
+
if (this._textInput) {
|
|
309
|
+
this._textInputReady = true;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
422
312
|
componentWillLoad() {
|
|
423
313
|
if (this.options === undefined) {
|
|
424
314
|
this.options = [];
|
|
@@ -437,15 +327,6 @@ const EzComboBox = class {
|
|
|
437
327
|
}
|
|
438
328
|
this.loadOptions(SearchMode.PRELOAD);
|
|
439
329
|
}
|
|
440
|
-
componentDidRender() {
|
|
441
|
-
var _a;
|
|
442
|
-
if (this._floatingID === undefined) {
|
|
443
|
-
this._listWrapper.remove();
|
|
444
|
-
}
|
|
445
|
-
(_a = this._optionsList) === null || _a === void 0 ? void 0 : _a.querySelectorAll(".item").forEach((elem) => {
|
|
446
|
-
ElementIDUtils.addIDInfoIfNotExists(elem, "itemComboBox");
|
|
447
|
-
});
|
|
448
|
-
}
|
|
449
330
|
componentDidLoad() {
|
|
450
331
|
CSSVarsUtils.applyVarsTextInput(this.el, this._textInput);
|
|
451
332
|
this.setInputValue(false);
|
|
@@ -453,10 +334,12 @@ const EzComboBox = class {
|
|
|
453
334
|
window.requestAnimationFrame(() => {
|
|
454
335
|
if (!Array.isArray(entries) || !entries.length)
|
|
455
336
|
return;
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
337
|
+
if (!this._textInput)
|
|
338
|
+
return;
|
|
339
|
+
if (!this._comboBoxList)
|
|
340
|
+
return;
|
|
341
|
+
const textInputWidth = this._textInput.clientWidth;
|
|
342
|
+
this._comboBoxList.width = textInputWidth;
|
|
460
343
|
});
|
|
461
344
|
});
|
|
462
345
|
if (this.autoFocus) {
|
|
@@ -465,6 +348,13 @@ const EzComboBox = class {
|
|
|
465
348
|
});
|
|
466
349
|
}
|
|
467
350
|
}
|
|
351
|
+
disconnectedCallback() {
|
|
352
|
+
var _a;
|
|
353
|
+
(_a = this._popover) === null || _a === void 0 ? void 0 : _a.remove();
|
|
354
|
+
if (this._resizeObserver) {
|
|
355
|
+
this._resizeObserver.disconnect();
|
|
356
|
+
}
|
|
357
|
+
}
|
|
468
358
|
//---------------------------------------------
|
|
469
359
|
// Event handlers
|
|
470
360
|
//---------------------------------------------
|
|
@@ -504,65 +394,48 @@ const EzComboBox = class {
|
|
|
504
394
|
this.showOptions();
|
|
505
395
|
}
|
|
506
396
|
keyDownHandler(event) {
|
|
507
|
-
|
|
508
|
-
if (event.ctrlKey) {
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
//não é interessante deixar o evento propagar;
|
|
514
|
-
event.stopPropagation();
|
|
515
|
-
event.stopImmediatePropagation();
|
|
516
|
-
event.preventDefault();
|
|
517
|
-
}
|
|
397
|
+
var _a, _b, _c, _d, _e, _f;
|
|
398
|
+
if (event.ctrlKey && (event.key === "f" || event.key === "F")) {
|
|
399
|
+
this.loadOptions(SearchMode.ADVANCED);
|
|
400
|
+
event.preventDefault();
|
|
401
|
+
event.stopPropagation();
|
|
402
|
+
return;
|
|
518
403
|
}
|
|
519
404
|
switch (event.key) {
|
|
520
405
|
case "ArrowDown":
|
|
521
|
-
event.
|
|
522
|
-
if (this.canShowListOptions())
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
406
|
+
event.preventDefault();
|
|
407
|
+
if (this.canShowListOptions()) {
|
|
408
|
+
this.showOptions();
|
|
409
|
+
(_a = this._comboBoxList) === null || _a === void 0 ? void 0 : _a.nextOption();
|
|
410
|
+
}
|
|
526
411
|
break;
|
|
527
412
|
case "ArrowUp":
|
|
528
|
-
event.
|
|
529
|
-
if (this.canShowListOptions())
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
413
|
+
event.preventDefault();
|
|
414
|
+
if (this.canShowListOptions()) {
|
|
415
|
+
this.showOptions();
|
|
416
|
+
(_b = this._comboBoxList) === null || _b === void 0 ? void 0 : _b.previousOption();
|
|
417
|
+
}
|
|
533
418
|
break;
|
|
534
419
|
case "Enter":
|
|
535
|
-
this.
|
|
536
|
-
|
|
537
|
-
this.selectCurrentOption();
|
|
420
|
+
if (this.isOpen) {
|
|
421
|
+
event.preventDefault();
|
|
422
|
+
(_c = this._comboBoxList) === null || _c === void 0 ? void 0 : _c.selectCurrentOption();
|
|
538
423
|
}
|
|
539
424
|
break;
|
|
540
425
|
case "Escape":
|
|
541
|
-
if (this.
|
|
542
|
-
event.
|
|
426
|
+
if (this.isOpen) {
|
|
427
|
+
event.preventDefault();
|
|
428
|
+
(_d = this._popover) === null || _d === void 0 ? void 0 : _d.hide();
|
|
543
429
|
}
|
|
544
|
-
this.cancelPreselection();
|
|
545
|
-
this.resetOptions();
|
|
546
430
|
break;
|
|
547
431
|
case "Tab":
|
|
548
432
|
this._tabPressed = true;
|
|
549
|
-
if (this.
|
|
550
|
-
this.selectCurrentOption(
|
|
433
|
+
if (this.isOpen) {
|
|
434
|
+
(_e = this._comboBoxList) === null || _e === void 0 ? void 0 : _e.selectCurrentOption();
|
|
435
|
+
(_f = this._popover) === null || _f === void 0 ? void 0 : _f.hide();
|
|
551
436
|
}
|
|
552
|
-
this.resetOptions();
|
|
553
437
|
break;
|
|
554
438
|
}
|
|
555
|
-
//ATENÇÃO: Existe a necessidade de propagar o evento de teclado.
|
|
556
|
-
//Por exemplo, quando o usuário dá um Enter, além de selecionar
|
|
557
|
-
//um valor, também significa que a ateração finalizou,
|
|
558
|
-
//e o contexto pode reagir (fechar um popup por exemplo).
|
|
559
|
-
//event.stopPropagation();
|
|
560
|
-
}
|
|
561
|
-
//O evento deve ter sua propagação interrompida, apenas se a lista de opções estiver sendo exibida.
|
|
562
|
-
handleEventPropagation(event) {
|
|
563
|
-
if (this._listContainer.hasChildNodes() && this.stopPropagateEnterKeyEvent) {
|
|
564
|
-
event.stopPropagation();
|
|
565
|
-
}
|
|
566
439
|
}
|
|
567
440
|
onTextInputFocusOutHandler() {
|
|
568
441
|
if (this.hideErrorOnFocusOut)
|
|
@@ -571,14 +444,15 @@ const EzComboBox = class {
|
|
|
571
444
|
canShowListOptions() {
|
|
572
445
|
return !this._showLoading && this._visibleOptions.length > 0;
|
|
573
446
|
}
|
|
447
|
+
openPopover() {
|
|
448
|
+
var _a;
|
|
449
|
+
this.isOpen = true;
|
|
450
|
+
(_a = this._popover) === null || _a === void 0 ? void 0 : _a.show();
|
|
451
|
+
}
|
|
574
452
|
render() {
|
|
453
|
+
var _a;
|
|
575
454
|
ElementIDUtils.addIDInfoIfNotExists(this.el, 'input');
|
|
576
|
-
return (h(Host, null, h("ez-text-input", { "data-element-id": ElementIDUtils.getInternalIDInfo("textInput"), class: `text-input-slot-container ${this.suppressSearch ? "suppressed-search-input" : ""}`, ref: elem => this._textInput = elem, "data-slave-mode": "true", enabled: this.enabled && !this.suppressSearch, onInput: event => this.onTextInputChangeHandler(event), onClick: () => this.onTextInputClickHandler(), onFocusout: () => this.onTextInputFocusOutHandler(), onKeyDown: event => this.keyDownHandler(event), label: this.label, canShowError: this.canShowError, errorMessage: this.errorMessage, mode: this.mode }, h("button", { class: "btn", slot: "rightIcon", disabled: !this.enabled, tabindex: -1, onClick: () => this.handlerIconClick() }, h("ez-icon", { iconName: "chevron-down" }))), h("
|
|
577
|
-
&& this._visibleOptions.length === 0
|
|
578
|
-
&& h("div", { class: "message" }, h("span", { class: "message__no-result" }, this._textEmptyList)), this._showLoading
|
|
579
|
-
&& h("div", { class: "message" }, h("div", { class: "message__loading" })), this.showOptionValue
|
|
580
|
-
? h("span", { class: "item__value item__value--hidden", ref: elem => this._itemValueBasis = elem })
|
|
581
|
-
: undefined, this.canShowListOptions() && this._visibleOptions.map((opt, index) => this.buildItem(opt, index)))))));
|
|
455
|
+
return (h(Host, null, h("ez-text-input", { "data-element-id": ElementIDUtils.getInternalIDInfo("textInput"), class: `text-input-slot-container ${this.suppressSearch ? "suppressed-search-input" : ""}`, ref: elem => this._textInput = elem, "data-slave-mode": "true", enabled: this.enabled && !this.suppressSearch, onInput: event => this.onTextInputChangeHandler(event), onClick: () => this.onTextInputClickHandler(), onFocusout: () => this.onTextInputFocusOutHandler(), onKeyDown: event => this.keyDownHandler(event), label: this.label, canShowError: this.canShowError, errorMessage: this.errorMessage, mode: this.mode }, h("button", { class: "btn", slot: "rightIcon", disabled: !this.enabled, tabindex: -1, onClick: () => this.handlerIconClick() }, h("ez-icon", { iconName: "chevron-down" }))), h("ez-popover-plus", { ref: elem => this._popover = elem, anchorElement: this._textInput, autoClose: true, boxWidth: 'fit-content', overlayType: 'none', onEzVisibilityChange: event => this.isOpen = event.detail }, h("ez-combo-box-list", { ref: ref => this._comboBoxList = ref, showLoading: this._showLoading, visibleOptions: this._visibleOptions, textEmptyList: this._textEmptyList, showOptionValue: this.showOptionValue, preSelection: this._preSelection, maxWidth: this._maxWidthValue, width: (_a = this._textInput) === null || _a === void 0 ? void 0 : _a.clientWidth, onOptionSelect: (opt) => this.selectOption(opt), onOptionHover: (index) => this._preSelection = index }))));
|
|
582
456
|
}
|
|
583
457
|
get el() { return getElement(this); }
|
|
584
458
|
static get watchers() { return {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as createEvent, H as Host, g as getElement } from './index-5a720e56.js';
|
|
2
|
-
import { Action, DataUnit, ObjectUtils as ObjectUtils$1, HTMLBuilder, ApplicationContext, StringUtils as StringUtils$1, UserInterface, LockManager, LockManagerOperation, NumberUtils as NumberUtils$1, MaskFormatter, DataType, SortMode, ElementIDUtils, FieldComparator, DateUtils as DateUtils$1, ArrayUtils as ArrayUtils$1, JSUtils, OverflowWatcher, OVERFLOWED_CLASS_NAME } from '@sankhyalabs/core';
|
|
2
|
+
import { Action, DataUnit, ObjectUtils as ObjectUtils$1, HTMLBuilder, ApplicationContext, StringUtils as StringUtils$1, UserInterface, LockManager, LockManagerOperation, NumberUtils as NumberUtils$1, MaskFormatter, DataType, SortMode, ElementIDUtils, FieldComparator, DateUtils as DateUtils$1, ArrayUtils as ArrayUtils$1, JSUtils, OverflowWatcher, OVERFLOWED_CLASS_NAME, KeyboardManager } from '@sankhyalabs/core';
|
|
3
3
|
import { SelectionMode } from '@sankhyalabs/core/dist/dataunit/DataUnit';
|
|
4
4
|
import { A as ApplicationUtils } from './ApplicationUtils-eaf91331.js';
|
|
5
5
|
import './DialogType-54a62731.js';
|
|
@@ -66411,6 +66411,20 @@ const EzGrid = class {
|
|
|
66411
66411
|
.then(() => this.resetPaginationState());
|
|
66412
66412
|
}
|
|
66413
66413
|
}
|
|
66414
|
+
nextRecord() {
|
|
66415
|
+
if (this.dataUnit) {
|
|
66416
|
+
if (this.dataUnit.getSelectionInfo().records.length === 0) {
|
|
66417
|
+
this.dataUnit.selectFirst();
|
|
66418
|
+
return;
|
|
66419
|
+
}
|
|
66420
|
+
this.dataUnit.nextRecord();
|
|
66421
|
+
}
|
|
66422
|
+
}
|
|
66423
|
+
previousRecord() {
|
|
66424
|
+
if (this.dataUnit) {
|
|
66425
|
+
this.dataUnit.previousRecord();
|
|
66426
|
+
}
|
|
66427
|
+
}
|
|
66414
66428
|
resetPaginationState() {
|
|
66415
66429
|
var _a;
|
|
66416
66430
|
this._paginationChangedByKeyboard = false;
|
|
@@ -66493,6 +66507,7 @@ const EzGrid = class {
|
|
|
66493
66507
|
this._gridController.configFilterColumn(this._filterColumn);
|
|
66494
66508
|
if (this.paginationCounterMode === 'auto')
|
|
66495
66509
|
this._initHeaderOverflowWatcher();
|
|
66510
|
+
this.initKeyboardManager();
|
|
66496
66511
|
}
|
|
66497
66512
|
handlePaginationChange(selectFirstRecord, paginationInfo) {
|
|
66498
66513
|
var _a;
|
|
@@ -66559,6 +66574,7 @@ const EzGrid = class {
|
|
|
66559
66574
|
var _a, _b;
|
|
66560
66575
|
(_a = this._headerOverflowWatcher) === null || _a === void 0 ? void 0 : _a.destroy();
|
|
66561
66576
|
(_b = this._gridController) === null || _b === void 0 ? void 0 : _b.destroy();
|
|
66577
|
+
this.removeShortcuts();
|
|
66562
66578
|
}
|
|
66563
66579
|
connectedCallback() {
|
|
66564
66580
|
var _a;
|
|
@@ -66597,6 +66613,45 @@ const EzGrid = class {
|
|
|
66597
66613
|
return "left__header-expanded";
|
|
66598
66614
|
return "left__header-contracted";
|
|
66599
66615
|
}
|
|
66616
|
+
async initKeyboardManager() {
|
|
66617
|
+
this._keyboardManager = new KeyboardManager({ propagate: false, element: this._element });
|
|
66618
|
+
this._keyboardManager
|
|
66619
|
+
.bind("ctrl + .", () => {
|
|
66620
|
+
if (!this._paginationInfo)
|
|
66621
|
+
return;
|
|
66622
|
+
this.nextRecord();
|
|
66623
|
+
}, { description: "Avança para o próximo registro.", element: this._element })
|
|
66624
|
+
.bind("ctrl + ,", () => {
|
|
66625
|
+
if (!this._paginationInfo)
|
|
66626
|
+
return;
|
|
66627
|
+
this.previousRecord();
|
|
66628
|
+
}, { description: "Retorna ao registro anterior.", element: this._element })
|
|
66629
|
+
.bind("ctrl + alt + ArrowLeft", () => {
|
|
66630
|
+
if (!this._paginationInfo)
|
|
66631
|
+
return;
|
|
66632
|
+
const { currentPage } = this._paginationInfo;
|
|
66633
|
+
if (currentPage > 0) {
|
|
66634
|
+
this.previousPage();
|
|
66635
|
+
}
|
|
66636
|
+
}, { description: "Retorna a pagina anterior.", element: this._element })
|
|
66637
|
+
.bind("ctrl + alt + ArrowRight", () => {
|
|
66638
|
+
if (!this._paginationInfo)
|
|
66639
|
+
return;
|
|
66640
|
+
const { hasMore } = this._paginationInfo;
|
|
66641
|
+
if (hasMore) {
|
|
66642
|
+
this.nextPage();
|
|
66643
|
+
}
|
|
66644
|
+
}, { description: "Avança para a próxima página.", element: this._element });
|
|
66645
|
+
}
|
|
66646
|
+
async removeShortcuts() {
|
|
66647
|
+
if (this._keyboardManager) {
|
|
66648
|
+
this._keyboardManager
|
|
66649
|
+
.unbind("ctrl + .")
|
|
66650
|
+
.unbind("ctrl + ,")
|
|
66651
|
+
.unbind("ctrl + alt + ArrowLeft")
|
|
66652
|
+
.unbind("ctrl + alt + ArrowRight");
|
|
66653
|
+
}
|
|
66654
|
+
}
|
|
66600
66655
|
render() {
|
|
66601
66656
|
var _a;
|
|
66602
66657
|
return (h(Host, { "no-header": this.hideHeader() }, h("div", { class: {
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, F as Fragment, H as Host } from './index-5a720e56.js';
|
|
2
|
+
import { ArrayUtils } from '@sankhyalabs/core';
|
|
3
|
+
|
|
4
|
+
const ezMultiSelectionListCss = ".sc-ez-multi-selection-list-h{--ez-check--outter-gap:0px;--ez-multi-selection-default-height:322px;display:block;width:304px;height:var(--ez-multi-selection-default-height);min-height:fit-content;max-height:calc(100vh - 350px)}.multi-selection__input.sc-ez-multi-selection-list{margin-bottom:var(--space--2xs, 8px)}.multi-selection__content-options.sc-ez-multi-selection-list{position:relative;left:-4px}.multi-selection__select-all.sc-ez-multi-selection-list{height:var(--space--xl);margin:0 var(--space--small, 6px)}.multi-selection__list.sc-ez-multi-selection-list{max-height:calc(100vh - 435px);overflow-y:auto;overflow-x:clip}.multi-selection__list.sc-ez-multi-selection-list::-webkit-scrollbar{width:var(--space--small);min-width:var(--space--small);max-width:var(--space--small)}";
|
|
5
|
+
|
|
6
|
+
var ViewScenarios;
|
|
7
|
+
(function (ViewScenarios) {
|
|
8
|
+
ViewScenarios["DATASOURCE_RESULTS"] = "DATASOURCE_RESULTS";
|
|
9
|
+
ViewScenarios["DATASOURCE_RESULTS_EMPTY"] = "DATASOURCE_RESULTS_EMPTY";
|
|
10
|
+
ViewScenarios["DATASOURCE_INIT"] = "DATASOURCE_INIT";
|
|
11
|
+
ViewScenarios["OPTIONS_EMPTY"] = "OPTIONS_EMPTY";
|
|
12
|
+
ViewScenarios["OPTIONS"] = "OPTIONS";
|
|
13
|
+
})(ViewScenarios || (ViewScenarios = {}));
|
|
14
|
+
const EzMuiltiSelectionList = class {
|
|
15
|
+
constructor(hostRef) {
|
|
16
|
+
registerInstance(this, hostRef);
|
|
17
|
+
this.changeFilteredOptions = createEvent(this, "changeFilteredOptions", 7);
|
|
18
|
+
this.columnName = undefined;
|
|
19
|
+
this.dataSource = undefined;
|
|
20
|
+
this.useOptions = false;
|
|
21
|
+
this.options = undefined;
|
|
22
|
+
this.isTextSearch = false;
|
|
23
|
+
this.filteredOptions = undefined;
|
|
24
|
+
this.displayOptions = undefined;
|
|
25
|
+
this.viewScenario = undefined;
|
|
26
|
+
this.displayOptionToCheckAllItems = true;
|
|
27
|
+
}
|
|
28
|
+
async clearFilteredOptions() {
|
|
29
|
+
this.setInitialScenario();
|
|
30
|
+
this.filteredOptions = [];
|
|
31
|
+
if (this.searchInput) {
|
|
32
|
+
this.searchInput.value = '';
|
|
33
|
+
}
|
|
34
|
+
if (this.filterInput) {
|
|
35
|
+
this.filterInput.value = '';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
onChangeUseOptions() {
|
|
39
|
+
this.setInitialScenario();
|
|
40
|
+
}
|
|
41
|
+
onChangeOptions() {
|
|
42
|
+
if (this.options) {
|
|
43
|
+
this.filteredOptions = this.ordenationByCheckStateAndAlphabetically(this.options);
|
|
44
|
+
}
|
|
45
|
+
this.checkInput && this.changeCheckAllValeuFromFilteredOptions();
|
|
46
|
+
this.setInitialScenario();
|
|
47
|
+
}
|
|
48
|
+
onChangeFilteredOptions(optionsListUpdated) {
|
|
49
|
+
this.displayOptions = this.filteredOptions;
|
|
50
|
+
this.displayOptionToCheckAllItems = this.filteredOptions.length > 1;
|
|
51
|
+
this.checkInput && this.changeCheckAllValeuFromFilteredOptions();
|
|
52
|
+
this.changeFilteredOptions.emit(optionsListUpdated);
|
|
53
|
+
}
|
|
54
|
+
componentDidRender() {
|
|
55
|
+
this.changeCheckAllValeuFromFilteredOptions();
|
|
56
|
+
}
|
|
57
|
+
ordenationByCheckStateAndAlphabetically(filteredOptions) {
|
|
58
|
+
const listWithSelectChecked = [];
|
|
59
|
+
const listWithNotSelectChecked = [];
|
|
60
|
+
let emptyElement;
|
|
61
|
+
filteredOptions.forEach(item => {
|
|
62
|
+
if (item.value == undefined || item.label === "") {
|
|
63
|
+
emptyElement = Object.assign(Object.assign({}, item), { label: "(Vazio)" });
|
|
64
|
+
}
|
|
65
|
+
else {
|
|
66
|
+
(item.check ? listWithSelectChecked.push(item) : listWithNotSelectChecked.push(item));
|
|
67
|
+
}
|
|
68
|
+
});
|
|
69
|
+
return (emptyElement == undefined ? [] : [emptyElement])
|
|
70
|
+
.concat(this.dataSource == undefined ? ArrayUtils.sortAlphabetically(listWithSelectChecked) : this.dataSource.sortItems(this.columnName, listWithSelectChecked))
|
|
71
|
+
.concat(this.dataSource == undefined ? ArrayUtils.sortAlphabetically(listWithNotSelectChecked) : this.dataSource.sortItems(this.columnName, listWithNotSelectChecked));
|
|
72
|
+
}
|
|
73
|
+
changeCheckAllValeuFromFilteredOptions() {
|
|
74
|
+
var _a, _b, _c, _d;
|
|
75
|
+
const selectAll = (_a = this.filteredOptions) === null || _a === void 0 ? void 0 : _a.every(item => item.check === true);
|
|
76
|
+
const notSelectAll = (_b = this.filteredOptions) === null || _b === void 0 ? void 0 : _b.every(item => item.check === false);
|
|
77
|
+
const selectIndeterminated = ((_c = this.filteredOptions) === null || _c === void 0 ? void 0 : _c.some(item => item.check === false)) && ((_d = this.filteredOptions) === null || _d === void 0 ? void 0 : _d.some(item => item.check === true)) && (!selectAll || !notSelectAll);
|
|
78
|
+
if (this.checkInput && selectAll) {
|
|
79
|
+
this.checkInput.indeterminate = false;
|
|
80
|
+
this.checkInput.value = true;
|
|
81
|
+
return;
|
|
82
|
+
}
|
|
83
|
+
if (this.checkInput && selectIndeterminated) {
|
|
84
|
+
this.checkInput.indeterminate = true;
|
|
85
|
+
this.checkInput.value = false;
|
|
86
|
+
return;
|
|
87
|
+
}
|
|
88
|
+
if (this.checkInput && notSelectAll) {
|
|
89
|
+
this.checkInput.indeterminate = false;
|
|
90
|
+
this.checkInput.value = false;
|
|
91
|
+
return;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
setInitialScenario() {
|
|
95
|
+
if (this.useOptions) {
|
|
96
|
+
this.viewScenario = ViewScenarios.OPTIONS;
|
|
97
|
+
this.changeCheckAllValeuFromFilteredOptions();
|
|
98
|
+
return;
|
|
99
|
+
}
|
|
100
|
+
this.viewScenario = this.options && this.options.length > 0 ? ViewScenarios.DATASOURCE_RESULTS : ViewScenarios.DATASOURCE_INIT;
|
|
101
|
+
}
|
|
102
|
+
async searchWithDataSource(searchArgument, fieldName) {
|
|
103
|
+
const { argument, mode } = searchArgument;
|
|
104
|
+
if (mode !== 'PRELOAD' && fieldName) {
|
|
105
|
+
return this.dataSource.fetchData(argument, fieldName);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
handleSearchOnDataSource(event) {
|
|
109
|
+
var _a;
|
|
110
|
+
const optionsToSort = (_a = this.filteredOptions) !== null && _a !== void 0 ? _a : [];
|
|
111
|
+
if (event.detail && !optionsToSort.some(item => item.value == event.detail.value)) {
|
|
112
|
+
this.filteredOptions = this.ordenationByCheckStateAndAlphabetically([...optionsToSort, event.detail]);
|
|
113
|
+
}
|
|
114
|
+
this.viewScenario = ViewScenarios.DATASOURCE_RESULTS;
|
|
115
|
+
this.searchInput.value = "";
|
|
116
|
+
}
|
|
117
|
+
handleRemoveItemFromOptions(item) {
|
|
118
|
+
this.filteredOptions = this.ordenationByCheckStateAndAlphabetically(this.filteredOptions.filter(i => i.value !== item.value));
|
|
119
|
+
if (this.filteredOptions.length === 0) {
|
|
120
|
+
this.viewScenario = ViewScenarios.DATASOURCE_INIT;
|
|
121
|
+
}
|
|
122
|
+
if (this.searchInput) {
|
|
123
|
+
this.searchInput.value = '';
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
handleSearchOnOption(event) {
|
|
127
|
+
if (event.detail) {
|
|
128
|
+
this.displayOptions = ArrayUtils.applyStringFilter(event.detail, this.filteredOptions, true);
|
|
129
|
+
this.viewScenario = this.displayOptions.length === 0 ? ViewScenarios.OPTIONS_EMPTY : ViewScenarios.OPTIONS;
|
|
130
|
+
return;
|
|
131
|
+
}
|
|
132
|
+
this.displayOptions = this.filteredOptions;
|
|
133
|
+
this.viewScenario = ViewScenarios.OPTIONS;
|
|
134
|
+
}
|
|
135
|
+
handleChangeSelectAllItems(event) {
|
|
136
|
+
this.filteredOptions = this.ordenationByCheckStateAndAlphabetically([
|
|
137
|
+
...this.filteredOptions.map(item => {
|
|
138
|
+
item.check = !!event.detail;
|
|
139
|
+
return item;
|
|
140
|
+
}),
|
|
141
|
+
]);
|
|
142
|
+
}
|
|
143
|
+
handleChangeSelectedItem(event) {
|
|
144
|
+
const { detail: itemCheckSelected } = event;
|
|
145
|
+
const itemSelected = this.filteredOptions.find(item => item.label === itemCheckSelected.label);
|
|
146
|
+
itemSelected.check = itemCheckSelected.check;
|
|
147
|
+
}
|
|
148
|
+
buildViewList(hasDelete) {
|
|
149
|
+
return (h(Fragment, null, this.displayOptionToCheckAllItems && (h("ez-check", { ref: (element) => (this.checkInput = element), label: "Selecionar todos", class: "multi-selection__select-all", onEzChange: this.handleChangeSelectAllItems.bind(this) })), h("ez-list", { class: "multi-selection__list", dataSource: this.displayOptions, listMode: "check", hoverFeedback: true, onEzCheckChange: this.handleChangeSelectedItem.bind(this), itemSlotBuilder: hasDelete ? this.buildDeleteIconSlot.bind(this) : null })));
|
|
150
|
+
}
|
|
151
|
+
buildDeleteIconSlot(item) {
|
|
152
|
+
return h("ez-icon", { style: { cursor: 'pointer' }, iconName: "delete", onClick: () => this.handleRemoveItemFromOptions(item) });
|
|
153
|
+
}
|
|
154
|
+
buildInitViewWithDataSource() {
|
|
155
|
+
return h("multi-selection-box-message", { message: "Selecione os valores a serem filtrados atrav\u00E9s do campo de busca." });
|
|
156
|
+
}
|
|
157
|
+
buildViewEmptyResults() {
|
|
158
|
+
return h("multi-selection-box-message", { message: "Nenhum resultado encontrado." });
|
|
159
|
+
}
|
|
160
|
+
scenarioToDisplay(view) {
|
|
161
|
+
const scenarios = {
|
|
162
|
+
[ViewScenarios.DATASOURCE_INIT]: () => this.buildInitViewWithDataSource(),
|
|
163
|
+
[ViewScenarios.DATASOURCE_RESULTS]: () => this.buildViewList(true),
|
|
164
|
+
[ViewScenarios.DATASOURCE_RESULTS_EMPTY]: () => this.buildViewEmptyResults(),
|
|
165
|
+
[ViewScenarios.OPTIONS_EMPTY]: () => this.buildViewEmptyResults(),
|
|
166
|
+
[ViewScenarios.OPTIONS]: () => this.buildViewList(false),
|
|
167
|
+
};
|
|
168
|
+
const scenarioBuilder = scenarios[view];
|
|
169
|
+
return scenarioBuilder ? scenarioBuilder() : undefined;
|
|
170
|
+
}
|
|
171
|
+
render() {
|
|
172
|
+
return (h(Host, null, h("div", { class: "multi-selection" }, this.useOptions ? (h("ez-filter-input", { ref: (element) => (this.filterInput = element), label: `Buscar..`, onEzChange: this.handleSearchOnOption.bind(this) })) : (h("ez-search", { class: "multi-selection__input", label: `Buscar...`, ref: (element) => (this.searchInput = element), suppressEmptyOption: true, showOptionValue: false, showSelectedValue: false, optionLoader: (search) => this.searchWithDataSource(search, this.columnName), onEzChange: this.handleSearchOnDataSource.bind(this), isTextSearch: this.isTextSearch })), h("ez-scroll", { class: "multi-selection__content-options" }, this.scenarioToDisplay(this.viewScenario)))));
|
|
173
|
+
}
|
|
174
|
+
static get watchers() { return {
|
|
175
|
+
"useOptions": ["onChangeUseOptions"],
|
|
176
|
+
"options": ["onChangeOptions"],
|
|
177
|
+
"filteredOptions": ["onChangeFilteredOptions"]
|
|
178
|
+
}; }
|
|
179
|
+
};
|
|
180
|
+
EzMuiltiSelectionList.style = ezMultiSelectionListCss;
|
|
181
|
+
|
|
182
|
+
export { EzMuiltiSelectionList as ez_multi_selection_list };
|