@sankhyalabs/ezui 0.0.0-bugfix-dev-KB-86904.0 → 0.0.0-bugfix-dev-KB-92929.0
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/_commonjsHelpers-537d719a.js +20 -0
- package/dist/cjs/ez-actions-button.cjs.entry.js +1 -1
- package/dist/cjs/ez-alert-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-alert.cjs.entry.js +1 -1
- package/dist/cjs/ez-application.cjs.entry.js +1 -1
- package/dist/cjs/ez-avatar.cjs.entry.js +1 -1
- package/dist/cjs/ez-badge.cjs.entry.js +1 -1
- package/dist/cjs/ez-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/ez-button.cjs.entry.js +1 -1
- package/dist/cjs/ez-calendar.cjs.entry.js +1 -1
- package/dist/cjs/ez-card-item_2.cjs.entry.js +1 -1
- package/dist/cjs/ez-chart.cjs.entry.js +4 -19
- package/dist/cjs/ez-check.cjs.entry.js +1 -1
- package/dist/cjs/ez-chip.cjs.entry.js +1 -1
- package/dist/cjs/ez-collapsible-box.cjs.entry.js +1 -1
- package/dist/cjs/ez-combo-box-list_3.cjs.entry.js +3 -3
- package/dist/cjs/ez-combo-box.cjs.entry.js +6 -3
- package/dist/cjs/ez-date-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-date-time-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-dialog.cjs.entry.js +1 -1
- package/dist/cjs/ez-double-list.cjs.entry.js +115 -54
- package/dist/cjs/ez-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/ez-file-item.cjs.entry.js +1 -1
- package/dist/cjs/{ez-tooltip.cjs.entry.js → ez-filter-input_2.cjs.entry.js} +124 -2
- package/dist/cjs/ez-form-view.cjs.entry.js +1 -1
- package/dist/cjs/ez-form.cjs.entry.js +2 -2
- package/dist/cjs/ez-grid.cjs.entry.js +1390 -4
- package/dist/cjs/ez-guide-navigator.cjs.entry.js +1 -1
- package/dist/cjs/ez-icon.cjs.entry.js +1 -1
- package/dist/cjs/ez-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-loading-bar.cjs.entry.js +1 -1
- package/dist/cjs/ez-modal-container.cjs.entry.js +1 -1
- package/dist/cjs/ez-modal.cjs.entry.js +1 -1
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-number-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-popover-plus_3.cjs.entry.js +1 -1
- package/dist/cjs/ez-popover.cjs.entry.js +1 -1
- package/dist/cjs/ez-popup.cjs.entry.js +1 -1
- package/dist/cjs/ez-radio-button.cjs.entry.js +1 -1
- package/dist/cjs/ez-scroller_2.cjs.entry.js +1 -1
- package/dist/cjs/ez-search-plus.cjs.entry.js +1 -1
- package/dist/cjs/ez-search-result-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-search.cjs.entry.js +1 -1
- package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +1 -1
- package/dist/cjs/ez-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/ez-sortable-list.cjs.entry.js +3510 -0
- package/dist/cjs/ez-split-button.cjs.entry.js +1 -1
- package/dist/cjs/ez-split-item.cjs.entry.js +1 -1
- package/dist/cjs/ez-split-panel.cjs.entry.js +1 -1
- package/dist/cjs/ez-tabselector.cjs.entry.js +1 -1
- package/dist/cjs/ez-text-area.cjs.entry.js +1 -1
- package/dist/cjs/ez-text-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-time-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-toast.cjs.entry.js +1 -1
- package/dist/cjs/ez-tree.cjs.entry.js +1 -1
- package/dist/cjs/ez-upload.cjs.entry.js +1 -1
- package/dist/cjs/ez-view-stack.cjs.entry.js +1 -1
- package/dist/cjs/ezui.cjs.js +2 -2
- package/dist/cjs/filter-column.cjs.entry.js +1 -1
- package/dist/cjs/{index-9e5554cb.js → index-a7b0c73d.js} +6 -9
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{search-column-1d3c9fa5.js → search-column-27d1f72f.js} +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box-list/ez-combo-box-list.css +1 -0
- package/dist/collection/components/ez-combo-box/ez-combo-box.js +41 -2
- package/dist/collection/components/ez-double-list/doubleListHelper.js +9 -10
- package/dist/collection/components/ez-double-list/ez-double-list.css +6 -38
- package/dist/collection/components/ez-double-list/ez-double-list.js +168 -50
- package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +24 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/GridEditionManager.js +4 -1
- package/dist/collection/components/ez-grid/ez-grid.js +43 -4
- package/dist/collection/components/ez-grid/interfaces/IGridMode.js +1 -0
- package/dist/collection/components/ez-grid/interfaces/index.js +1 -0
- package/dist/collection/components/ez-sortable-list/ez-sortable-list.css +226 -0
- package/dist/collection/components/ez-sortable-list/ez-sortable-list.js +582 -0
- package/dist/custom-elements/index.d.ts +6 -0
- package/dist/custom-elements/index.js +5031 -75
- package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
- package/dist/esm/ez-actions-button.entry.js +1 -1
- package/dist/esm/ez-alert-list.entry.js +1 -1
- package/dist/esm/ez-alert.entry.js +1 -1
- package/dist/esm/ez-application.entry.js +1 -1
- package/dist/esm/ez-avatar.entry.js +1 -1
- package/dist/esm/ez-badge.entry.js +1 -1
- package/dist/esm/ez-breadcrumb.entry.js +1 -1
- package/dist/esm/ez-button.entry.js +1 -1
- package/dist/esm/ez-calendar.entry.js +1 -1
- package/dist/esm/ez-card-item_2.entry.js +1 -1
- package/dist/esm/ez-chart.entry.js +2 -17
- package/dist/esm/ez-check.entry.js +1 -1
- package/dist/esm/ez-chip.entry.js +1 -1
- package/dist/esm/ez-collapsible-box.entry.js +1 -1
- package/dist/esm/ez-combo-box-list_3.entry.js +3 -3
- package/dist/esm/ez-combo-box.entry.js +6 -3
- package/dist/esm/ez-date-input.entry.js +1 -1
- package/dist/esm/ez-date-time-input.entry.js +1 -1
- package/dist/esm/ez-dialog.entry.js +1 -1
- package/dist/esm/ez-double-list.entry.js +116 -55
- package/dist/esm/ez-dropdown.entry.js +1 -1
- package/dist/esm/ez-file-item.entry.js +1 -1
- package/dist/esm/{ez-tooltip.entry.js → ez-filter-input_2.entry.js} +124 -3
- package/dist/esm/ez-form-view.entry.js +1 -1
- package/dist/esm/ez-form.entry.js +2 -2
- package/dist/esm/ez-grid.entry.js +1390 -4
- package/dist/esm/ez-guide-navigator.entry.js +1 -1
- package/dist/esm/ez-icon.entry.js +1 -1
- package/dist/esm/ez-list.entry.js +1 -1
- package/dist/esm/ez-loading-bar.entry.js +1 -1
- package/dist/esm/ez-modal-container.entry.js +1 -1
- package/dist/esm/ez-modal.entry.js +1 -1
- package/dist/esm/ez-multi-selection-list.entry.js +1 -1
- package/dist/esm/ez-number-input.entry.js +1 -1
- package/dist/esm/ez-popover-plus_3.entry.js +1 -1
- package/dist/esm/ez-popover.entry.js +1 -1
- package/dist/esm/ez-popup.entry.js +1 -1
- package/dist/esm/ez-radio-button.entry.js +1 -1
- package/dist/esm/ez-scroller_2.entry.js +1 -1
- package/dist/esm/ez-search-plus.entry.js +1 -1
- package/dist/esm/ez-search-result-list.entry.js +1 -1
- package/dist/esm/ez-search.entry.js +1 -1
- package/dist/esm/ez-sidebar-navigator.entry.js +1 -1
- package/dist/esm/ez-skeleton.entry.js +1 -1
- package/dist/esm/ez-sortable-list.entry.js +3506 -0
- package/dist/esm/ez-split-button.entry.js +1 -1
- package/dist/esm/ez-split-item.entry.js +1 -1
- package/dist/esm/ez-split-panel.entry.js +1 -1
- package/dist/esm/ez-tabselector.entry.js +1 -1
- package/dist/esm/ez-text-area.entry.js +1 -1
- package/dist/esm/ez-text-input.entry.js +1 -1
- package/dist/esm/ez-time-input.entry.js +1 -1
- package/dist/esm/ez-toast.entry.js +1 -1
- package/dist/esm/ez-tree.entry.js +1 -1
- package/dist/esm/ez-upload.entry.js +1 -1
- package/dist/esm/ez-view-stack.entry.js +1 -1
- package/dist/esm/ezui.js +3 -3
- package/dist/esm/filter-column.entry.js +1 -1
- package/dist/esm/{index-5a720e56.js → index-baa5e267.js} +7 -9
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{search-column-35f4ad93.js → search-column-e609d513.js} +1 -1
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/{p-e6b38ade.entry.js → p-0306dff7.entry.js} +1 -1
- package/dist/ezui/{p-6b2cc9b8.entry.js → p-07894c4a.entry.js} +1 -1
- package/dist/ezui/{p-91ccae0c.entry.js → p-09de35a2.entry.js} +1 -1
- package/dist/ezui/{p-700c1320.entry.js → p-0d9856a4.entry.js} +1 -1
- package/dist/ezui/p-112455b1.js +1 -0
- package/dist/ezui/{p-15d9cd15.entry.js → p-1276ef79.entry.js} +1 -1
- package/dist/ezui/{p-87f5a060.entry.js → p-1bcfd88c.entry.js} +1 -1
- package/dist/ezui/{p-81461d2f.entry.js → p-1e7a8633.entry.js} +1 -1
- package/dist/ezui/{p-ddd0bd61.entry.js → p-1eb34cad.entry.js} +1 -1
- package/dist/ezui/{p-6b51c9cc.entry.js → p-1f50fa05.entry.js} +1 -1
- package/dist/ezui/{p-e4c7eb39.js → p-23a36bb6.js} +2 -2
- package/dist/ezui/{p-4e66eaeb.entry.js → p-26685c50.entry.js} +1 -1
- package/dist/ezui/{p-06f1b8e4.entry.js → p-288631d1.entry.js} +1 -1
- package/dist/ezui/{p-2d10bb18.entry.js → p-2b42abbb.entry.js} +1 -1
- package/dist/ezui/{p-1fefb37a.entry.js → p-2b4df33d.entry.js} +1 -1
- package/dist/ezui/{p-e4ae4ddb.entry.js → p-33326ac5.entry.js} +1 -1
- package/dist/ezui/{p-c8e6204f.entry.js → p-35115d5d.entry.js} +1 -1
- package/dist/ezui/{p-682931aa.entry.js → p-38581954.entry.js} +48 -46
- package/dist/ezui/{p-97d94ef3.entry.js → p-3ba9565c.entry.js} +1 -1
- package/dist/ezui/{p-0378416a.entry.js → p-44caad9a.entry.js} +1 -1
- package/dist/ezui/{p-6b3fddee.entry.js → p-496f7832.entry.js} +1 -1
- package/dist/ezui/{p-769632d5.entry.js → p-4b67138e.entry.js} +1 -1
- package/dist/ezui/{p-90e91173.entry.js → p-4bd6dd6a.entry.js} +1 -1
- package/dist/ezui/{p-4a876b8b.entry.js → p-4d30b703.entry.js} +1 -1
- package/dist/ezui/{p-7567ccdd.entry.js → p-555c9018.entry.js} +1 -1
- package/dist/ezui/{p-e4ead194.entry.js → p-57363cfd.entry.js} +1 -1
- package/dist/ezui/{p-7ec3f335.entry.js → p-58f69d24.entry.js} +1 -1
- package/dist/ezui/p-59561756.entry.js +7 -0
- package/dist/ezui/{p-6fc26622.entry.js → p-5ed81457.entry.js} +1 -1
- package/dist/ezui/p-6369a0cd.entry.js +1 -0
- package/dist/ezui/p-63cb493e.entry.js +1 -0
- package/dist/ezui/{p-b3b3c99a.entry.js → p-69937816.entry.js} +1 -1
- package/dist/ezui/{p-fc194825.entry.js → p-6e429cff.entry.js} +1 -1
- package/dist/ezui/{p-d2290004.entry.js → p-7019f782.entry.js} +1 -1
- package/dist/ezui/{p-11bfeca3.entry.js → p-77a4bd35.entry.js} +1 -1
- package/dist/ezui/p-7ab19270.entry.js +1 -0
- package/dist/ezui/{p-d4d6d5fe.entry.js → p-7eae6986.entry.js} +1 -1
- package/dist/ezui/{p-e195eaad.entry.js → p-7f792043.entry.js} +1 -1
- package/dist/ezui/{p-82fa4b09.entry.js → p-8df1ca33.entry.js} +1 -1
- package/dist/ezui/{p-ed48a632.entry.js → p-9478b13b.entry.js} +1 -1
- package/dist/ezui/{p-ddb22a70.entry.js → p-9567b31a.entry.js} +1 -1
- package/dist/ezui/{p-01b72d7e.entry.js → p-998afb6a.entry.js} +1 -1
- package/dist/ezui/{p-18e71523.entry.js → p-9c5cd3b2.entry.js} +1 -1
- package/dist/ezui/{p-c2b20f78.entry.js → p-9f5fa3f9.entry.js} +1 -1
- package/dist/ezui/{p-90c90351.entry.js → p-a148e994.entry.js} +1 -1
- package/dist/ezui/{p-28987410.entry.js → p-a3bf8cf1.entry.js} +1 -1
- package/dist/ezui/{p-dfca5946.entry.js → p-a80b1287.entry.js} +1 -1
- package/dist/ezui/p-b41cc8ff.entry.js +1 -0
- package/dist/ezui/{p-926a0bde.entry.js → p-bac0f920.entry.js} +1 -1
- package/dist/ezui/p-bc2f844e.entry.js +1 -0
- package/dist/ezui/{p-175154a0.js → p-bff24a7b.js} +1 -1
- package/dist/ezui/{p-92748142.entry.js → p-c0d9c4f8.entry.js} +1 -1
- package/dist/ezui/{p-a11827ca.entry.js → p-cb75eb46.entry.js} +1 -1
- package/dist/ezui/{p-708b196e.entry.js → p-da1b4a38.entry.js} +1 -1
- package/dist/ezui/{p-c7035d65.entry.js → p-dc73e1fe.entry.js} +1 -1
- package/dist/ezui/{p-2f351332.entry.js → p-e06a9886.entry.js} +1 -1
- package/dist/ezui/p-e4528470.entry.js +1 -0
- package/dist/ezui/{p-9e95bfeb.entry.js → p-e6a9041d.entry.js} +1 -1
- package/dist/ezui/{p-000159dc.entry.js → p-e75c7a23.entry.js} +1 -1
- package/dist/ezui/{p-44b39e81.entry.js → p-fa6732f2.entry.js} +1 -1
- package/dist/types/components/ez-combo-box/ez-combo-box.d.ts +8 -0
- package/dist/types/components/ez-double-list/doubleListHelper.d.ts +4 -2
- package/dist/types/components/ez-double-list/ez-double-list.d.ts +60 -24
- package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +1 -0
- package/dist/types/components/ez-grid/controller/ag-grid/GridEditionManager.d.ts +1 -0
- package/dist/types/components/ez-grid/ez-grid.d.ts +6 -1
- package/dist/types/components/ez-grid/interfaces/IGridMode.d.ts +1 -0
- package/dist/types/components/ez-grid/interfaces/index.d.ts +1 -0
- package/dist/types/components/ez-sortable-list/ez-sortable-list.d.ts +91 -0
- package/dist/types/components.d.ts +210 -4
- package/package.json +6 -1
- package/react/components.d.ts +1 -0
- package/react/components.js +1 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/ez-filter-input.cjs.entry.js +0 -129
- package/dist/esm/ez-filter-input.entry.js +0 -125
- package/dist/ezui/p-07594da0.entry.js +0 -1
- package/dist/ezui/p-2069c78a.entry.js +0 -1
- package/dist/ezui/p-6ec40dec.entry.js +0 -1
- package/dist/ezui/p-cf33bc48.entry.js +0 -1
- package/dist/ezui/p-da66838e.entry.js +0 -1
- package/dist/ezui/p-dd7d305a.entry.js +0 -1
- package/dist/ezui/p-ea053063.entry.js +0 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
|
|
8
8
|
const ezChipCss = ":host{--ez-label-chip--height:30px;--ez-label-chip__label--font-size:var(--text--medium, 14px);--ez-label-chip__label--font-family:var(--font-pattern, Arial);--ez-label-chip__label--font-weight:var(--text-weight--medium, 400);--ez-label-chip__label--space--medium:var(--space--medium, 12px);--ez-label-chip__label--title--primary:var(--title--primary, #2B3A54);--ez-label-chip__label--text--primary:var(--text--primary, #626e82);--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:var(--color--strokes, #DCE0E8);--ez-label-chip__label__container--color-primary:var(--color--primary, #008561);--ez-label-chip__label__container-color--disable-secondary:var(--color--disable-secondary, #F2F5F8);--ez-label-chip__label__container--background-color:var(--color--primary-300);--ez-label-chip__label__container--border-color:#0085610F;--ez-label-chip__label__container--default--border-color--active:var(--color--primary, #007a5a);--ez-label-chip__label__container--default--background-color--hover:var(--color--primary-300, #f2faf8);--ez-label-chip__label__container--default--color--hover:var(--color--primary, #f2faf8);--ez-label-chip__label__container--text--disabled:var(--text--disable, #AFB6C0);--ez-label-chip__label__container--default--border-color--active:var(--color--primary);--ez-label-chip__label__container--default--margin-top:var(--space-extra-small, 3px)}.lbl{display:flex;white-space:nowrap;align-items:center;cursor:pointer;user-select:none;color:var(--ez-label-chip__label--title--primary);height:var(--ez-label-chip--height);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)}.lbl--active{color:var(--ez-label-chip__label__container--default--color--hover)}.lbl--disabled{color:var(--ez-label-chip__label__container--text--disabled)}.label__container{cursor:pointer;width:max-content;display:flex;flex-wrap:wrap;align-items:center;background-color:#FFFFFF;color:var(--ez-label-chip__label--text--primary);fill:var(--ez-label-chip__label--text--primary);--ez-icon--color:var(--ez-label-chip__label--text--primary);border:var(--ez-label-chip__label__container--border);border-radius:var(--ez-label-chip__label__container--border-radius);border-color:var(--ez-label-chip__label__container--border-color-strokes);padding-right:var(--ez-label-chip__label--space--medium);padding-left:var(--ez-label-chip__label--space--medium);outline-color:var(--ez-label-chip__label__container--default--border-color--active);margin-top:var(--ez-label-chip__label__container--default--margin-top)}.label__content{display:flex;align-items:center;flex-wrap:wrap;--ez-icon--color:var(--ez-label-chip__label--text--primary)}.label__container--disabled{cursor:default;border-color:var(--ez-label-chip__label__container-color--disable-secondary);background-color:var(--ez-label-chip__label__container-color--disable-secondary);fill:var(--ez-label-chip__label__container--text--disabled);color:var(--ez-label-chip__label__container--text--disabled);--ez-icon--color:var(--ez-label-chip__label__container--text--disabled)}.label__container--active{border-color:var(--ez-label-chip__label__container--default--background-color--hover);background-color:var(--ez-label-chip__label__container--default--background-color--hover);color:var(--ez-label-chip__label__container--default--color--hover);fill:var(--ez-label-chip__label__container--default--color--hover);--ez-icon--color:var(--ez-label-chip__label__container--default--color--hover)}.label__container:hover{border-color:var(--ez-label-chip__label__container--default--border-color--active)}.label__container:focus{outline:none;box-shadow:0 0 0 2px var(--ez-label-chip__label__container--default--border-color--active)}.label__container--disabled:hover{cursor:default;border:var(--ez-label-chip__label__container--border);border-color:var(--ez-label-chip__label__container-color--disable-secondary);background-color:var(--ez-label-chip__label__container-color--disable-secondary);fill:var(--ez-label-chip__label__container--text--disabled);color:var(--ez-label-chip__label__container--text--disabled);--ez-icon--color:var(--ez-label-chip__label__container--text--disabled)}.label__content__icon{display:flex;cursor:pointer;color:var(--ez-label-chip__label--text--primary);fill:var(--ez-label-chip__label--text--primary);--ez-icon--color:var(--ez-label-chip__label--text--primary)}.label__container--row-reverse{flex-direction:row-reverse}.label__container .btn-close{padding:0px 0px 0px 8px}.label__container--row-reverse .btn-close{padding:0px 8px 0px 0px}.cursor-disable{cursor:default}ez-icon{--ez-icon--color:inherit}";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
const ApplicationUtils = require('./ApplicationUtils-c9d1205c.js');
|
|
8
8
|
require('./DialogType-2114c337.js');
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
const FormLayout = require('./FormLayout-18853e70.js');
|
|
8
8
|
const ApplicationUtils = require('./ApplicationUtils-c9d1205c.js');
|
|
9
9
|
require('./DialogType-2114c337.js');
|
|
10
10
|
require('./CheckMode-ecb90b87.js');
|
|
11
11
|
|
|
12
|
-
const ezComboBoxListCss = ":host{--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--font-weight--large:var(--text-weight--large, 500);--ez-combo-box--font-weight--medium:var(--text-weight--medium, 400);--ez-combo-box--background-color--xlight:var(--background--xlight, #fff);--ez-combo-box--background-medium:var(--background--medium, #f0f3f7);--ez-combo-box--line-height:calc(var(--text--medium, 14px) + 4px);--ez-combo-box__list-title--primary:var(--title--primary, #2B3A54);--ez-combo-box__list-text--primary:var(--text--primary, #626e82);--ez-combo-box__list-height:calc(var(--ez-combo-box--font-size) + var(--ez-combo-box--space--medium) + 4px);--ez-combo-box--space--medium:var(--space--medium, 12px);--ez-combo-box--space--small:var(--space--small, 6px);--ez-combo-box__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-combo-box__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--ez-combo-box__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-combo-box__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-combo-box__scrollbar--border-radius:var(--border--radius-small, 6px);--ez-combo-box__scrollbar--width:var(--space--medium, 12px);--ez-combo-box__list-container--padding:var(--space--extra-small, 3px)}.list-container{padding-top:var(--ez-combo-box__list-container--padding)}.list-wrapper{display:flex;flex-direction:column;box-sizing:border-box;width:0;z-index:var(--more-visible, 2);max-height:calc(4*var(--ez-combo-box__list-height) + 2*var(--ez-combo-box--space--small) + 9px);background-color:var(--ez-combo-box--background-color--xlight);border-radius:var(--ez-combo-box--border-radius);box-shadow:var(--shadow--medium, 0 8px 24px 0 rgba(43, 58, 84, 0.10));padding:var(--ez-combo-box--space--small)}.list-options{box-sizing:border-box;width:100%;height:100%;padding:0;display:flex;flex-direction:column;scroll-behavior:smooth;overflow:auto;scrollbar-width:thin;gap:3px;scrollbar-color:var(--ez-combo-box__scrollbar--color-clicked) var(--ez-combo-box__scrollbar--color-background)}.list-options::-webkit-scrollbar{background-color:var(--ez-combo-box__scrollbar--color-background);width:var(--ez-combo-box__scrollbar--width);max-width:var(--ez-combo-box__scrollbar--width);min-width:var(--ez-combo-box__scrollbar--width)}.list-options::-webkit-scrollbar-track{background-color:var(--ez-combo-box__scrollbar--color-background);border-radius:var(--ez-combo-box__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb{background-color:var(--ez-combo-box__scrollbar--color-default);border-radius:var(--ez-combo-box__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb:vertical:hover,.list-options::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--ez-combo-box__scrollbar--color-hover)}.list-options::-webkit-scrollbar-thumb:vertical:active,.list-options::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--ez-combo-box__scrollbar--color-clicked)}.item{display:flex;align-items:center;width:100%;box-sizing:border-box;list-style-type:none;cursor:pointer;border-radius:var(--ez-combo-box--border-radius-small);padding:var(--ez-combo-box--space--small);min-height:var(--ez-combo-box__list-height);gap:var(--space--small, 6px)}.item__value,.item__label{flex-basis:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ez-combo-box__list-title--primary);font-family:var(--ez-combo-box--font-family);font-size:var(--ez-combo-box--font-size);line-height:var(--ez-combo-box--line-height)}.item__label{font-weight:var(--ez-combo-box--font-weight--medium)}.item__label--bold{font-weight:var(--ez-combo-box--font-weight--large)}.item__value{text-align:center;color:var(--ez-combo-box__list-text--primary);font-weight:var(--ez-combo-box--font-weight--large)}.item__value--hidden{visibility:hidden;position:absolute;white-space:nowrap;z-index:-1;top:0;left:0}.item__label{text-align:left}.message{text-align:center;display:flex;justify-content:center;align-items:center;list-style-type:none;min-height:var(--ez-combo-box__list-height)}.message__no-result{color:var(--ez-combo-box__list-title--primary);font-family:var(--ez-combo-box--font-family);font-size:var(--ez-combo-box--font-size)}.message__loading{border-radius:50%;width:14px;height:14px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:3px solid var(--ez-combo-box__list-title--primary);border-top:3px solid transparent}li:hover{background-color:var(--ez-combo-box--background-medium)}.preselected{background-color:var(--background--medium)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}";
|
|
12
|
+
const ezComboBoxListCss = ":host{--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--font-weight--large:var(--text-weight--large, 500);--ez-combo-box--font-weight--medium:var(--text-weight--medium, 400);--ez-combo-box--background-color--xlight:var(--background--xlight, #fff);--ez-combo-box--background-medium:var(--background--medium, #f0f3f7);--ez-combo-box--line-height:calc(var(--text--medium, 14px) + 4px);--ez-combo-box__list-title--primary:var(--title--primary, #2B3A54);--ez-combo-box__list-text--primary:var(--text--primary, #626e82);--ez-combo-box__list-height:calc(var(--ez-combo-box--font-size) + var(--ez-combo-box--space--medium) + 4px);--ez-combo-box--space--medium:var(--space--medium, 12px);--ez-combo-box--space--small:var(--space--small, 6px);--ez-combo-box__scrollbar--color-default:var(--scrollbar--default, #626e82);--ez-combo-box__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--ez-combo-box__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--ez-combo-box__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--ez-combo-box__scrollbar--border-radius:var(--border--radius-small, 6px);--ez-combo-box__scrollbar--width:var(--space--medium, 12px);--ez-combo-box__list-container--padding:var(--space--extra-small, 3px)}.list-container{padding-top:var(--ez-combo-box__list-container--padding)}.list-wrapper{display:flex;flex-direction:column;box-sizing:border-box;width:0;z-index:var(--more-visible, 2);max-height:calc(4*var(--ez-combo-box__list-height) + 2*var(--ez-combo-box--space--small) + 9px);background-color:var(--ez-combo-box--background-color--xlight);border-radius:var(--ez-combo-box--border-radius);box-shadow:var(--shadow--medium, 0 8px 24px 0 rgba(43, 58, 84, 0.10));padding:var(--ez-combo-box--space--small)}.list-options{box-sizing:border-box;width:100%;height:100%;padding:0;margin:0;display:flex;flex-direction:column;scroll-behavior:smooth;overflow:auto;scrollbar-width:thin;gap:3px;scrollbar-color:var(--ez-combo-box__scrollbar--color-clicked) var(--ez-combo-box__scrollbar--color-background)}.list-options::-webkit-scrollbar{background-color:var(--ez-combo-box__scrollbar--color-background);width:var(--ez-combo-box__scrollbar--width);max-width:var(--ez-combo-box__scrollbar--width);min-width:var(--ez-combo-box__scrollbar--width)}.list-options::-webkit-scrollbar-track{background-color:var(--ez-combo-box__scrollbar--color-background);border-radius:var(--ez-combo-box__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb{background-color:var(--ez-combo-box__scrollbar--color-default);border-radius:var(--ez-combo-box__scrollbar--border-radius)}.list-options::-webkit-scrollbar-thumb:vertical:hover,.list-options::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--ez-combo-box__scrollbar--color-hover)}.list-options::-webkit-scrollbar-thumb:vertical:active,.list-options::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--ez-combo-box__scrollbar--color-clicked)}.item{display:flex;align-items:center;width:100%;box-sizing:border-box;list-style-type:none;cursor:pointer;border-radius:var(--ez-combo-box--border-radius-small);padding:var(--ez-combo-box--space--small);min-height:var(--ez-combo-box__list-height);gap:var(--space--small, 6px)}.item__value,.item__label{flex-basis:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ez-combo-box__list-title--primary);font-family:var(--ez-combo-box--font-family);font-size:var(--ez-combo-box--font-size);line-height:var(--ez-combo-box--line-height)}.item__label{font-weight:var(--ez-combo-box--font-weight--medium)}.item__label--bold{font-weight:var(--ez-combo-box--font-weight--large)}.item__value{text-align:center;color:var(--ez-combo-box__list-text--primary);font-weight:var(--ez-combo-box--font-weight--large)}.item__value--hidden{visibility:hidden;position:absolute;white-space:nowrap;z-index:-1;top:0;left:0}.item__label{text-align:left}.message{text-align:center;display:flex;justify-content:center;align-items:center;list-style-type:none;min-height:var(--ez-combo-box__list-height)}.message__no-result{color:var(--ez-combo-box__list-title--primary);font-family:var(--ez-combo-box--font-family);font-size:var(--ez-combo-box--font-size)}.message__loading{border-radius:50%;width:14px;height:14px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:3px solid var(--ez-combo-box__list-title--primary);border-top:3px solid transparent}li:hover{background-color:var(--ez-combo-box--background-medium)}.preselected{background-color:var(--background--medium)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}";
|
|
13
13
|
|
|
14
14
|
const EzComboBoxList = class {
|
|
15
15
|
constructor(hostRef) {
|
|
@@ -245,7 +245,7 @@ const EzCustomFormInput = class {
|
|
|
245
245
|
this.gui = gui;
|
|
246
246
|
return;
|
|
247
247
|
}
|
|
248
|
-
if (!(gui instanceof
|
|
248
|
+
if (!(gui instanceof HTMLElement) && typeof gui !== 'string') {
|
|
249
249
|
this.handleValue(gui);
|
|
250
250
|
this.gui = gui;
|
|
251
251
|
return;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
require('./ApplicationUtils-c9d1205c.js');
|
|
8
8
|
const CSSVarsUtils = require('./CSSVarsUtils-f20973d1.js');
|
|
@@ -46,7 +46,9 @@ const EzComboBox = class {
|
|
|
46
46
|
this.listOptionsPosition = undefined;
|
|
47
47
|
this.isTextSearch = false;
|
|
48
48
|
this.autoFocus = false;
|
|
49
|
+
this.preventAutoFocus = false;
|
|
49
50
|
this.alternativePlaceholder = undefined;
|
|
51
|
+
this.textEmptyOption = "Selecione um item";
|
|
50
52
|
}
|
|
51
53
|
observeErrorMessage() {
|
|
52
54
|
var _a;
|
|
@@ -171,7 +173,7 @@ const EzComboBox = class {
|
|
|
171
173
|
opts = opts.filter(opt => opt.label.toLocaleUpperCase().indexOf(upperCriteria) > -1);
|
|
172
174
|
}
|
|
173
175
|
if (this.hasToAddEmptyoption(opts)) {
|
|
174
|
-
opts = [{ value: undefined, label:
|
|
176
|
+
opts = [{ value: undefined, label: this.textEmptyOption }].concat(opts);
|
|
175
177
|
}
|
|
176
178
|
this._visibleOptions = opts;
|
|
177
179
|
this._maxWidthValue = this.getMaxWidthValue();
|
|
@@ -216,7 +218,8 @@ const EzComboBox = class {
|
|
|
216
218
|
this._preSelection = indexValue === -1 ? 0 : indexValue;
|
|
217
219
|
if (!!this._resizeObserver)
|
|
218
220
|
this._resizeObserver.observe(this._textInput);
|
|
219
|
-
|
|
221
|
+
if (!this.preventAutoFocus)
|
|
222
|
+
await this.setFocus();
|
|
220
223
|
}
|
|
221
224
|
hideOptions() {
|
|
222
225
|
var _a;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
const CSSVarsUtils = require('./CSSVarsUtils-f20973d1.js');
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
const CSSVarsUtils = require('./CSSVarsUtils-f20973d1.js');
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const DialogType = require('./DialogType-2114c337.js');
|
|
7
7
|
const core = require('@sankhyalabs/core');
|
|
8
8
|
const FocusResolver = require('./FocusResolver-885f2173.js');
|
|
@@ -2,10 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
const ezListHelper = require('./ezListHelper-0d3970b4.js');
|
|
8
|
-
const EzScrollDirection = require('./EzScrollDirection-b2c99895.js');
|
|
9
8
|
|
|
10
9
|
function moveItems(selectedItemsList, itemsList, foward) {
|
|
11
10
|
if (!selectedItemsList.length)
|
|
@@ -64,21 +63,20 @@ function transferAll({ from, to, selectedFrom, selectedTo }) {
|
|
|
64
63
|
from = [];
|
|
65
64
|
return { from, to, selectedFrom, selectedTo };
|
|
66
65
|
}
|
|
67
|
-
function transferItems({ from, to, selectedFrom, selectedTo }) {
|
|
66
|
+
function transferItems({ from, to, selectedFrom, selectedTo, insertIndex = to.length, }) {
|
|
68
67
|
if (!from.length)
|
|
69
68
|
return { from, to, selectedFrom, selectedTo };
|
|
70
69
|
const itemsToTransfer = getItemsToTransfer(to, selectedFrom, from);
|
|
71
70
|
if (!itemsToTransfer.length)
|
|
72
71
|
return { from, to, selectedFrom, selectedTo };
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
return { from, to, selectedFrom, selectedTo };
|
|
72
|
+
let updatedTo = to.map(i => setItemSelection(i, false));
|
|
73
|
+
updatedTo.splice(insertIndex, 0, ...itemsToTransfer.map(i => setItemSelection(i, true)));
|
|
74
|
+
return {
|
|
75
|
+
from: from.filter(item => !selectedFrom.includes(item.id)),
|
|
76
|
+
to: updatedTo,
|
|
77
|
+
selectedFrom: [],
|
|
78
|
+
selectedTo: [...selectedFrom],
|
|
79
|
+
};
|
|
82
80
|
}
|
|
83
81
|
function getItemsToTransfer(to, selectedFrom, from) {
|
|
84
82
|
const toListIds = to.map(item => item.id);
|
|
@@ -90,7 +88,7 @@ function setItemSelection(item, select) {
|
|
|
90
88
|
return Object.assign(Object.assign({}, item), { selected: select });
|
|
91
89
|
}
|
|
92
90
|
|
|
93
|
-
const ezDoubleListCss = ".sc-ez-double-list-h{display:flex;flex-direction:row;gap:8px;align-items:center;font-family:var(--font-pattern, \"Roboto\")
|
|
91
|
+
const ezDoubleListCss = ".sc-ez-double-list-h{display:flex;flex-direction:row;gap:8px;align-items:center;font-family:var(--font-pattern, \"Roboto\");width:100%}@media screen and (max-width: 1366px){.group.sc-ez-double-list{height:350px}}.list__container.sc-ez-double-list{height:100%;width:100%;min-height:150px;overflow:auto;display:flex}.actions__column.sc-ez-double-list{display:flex;flex-direction:column;gap:4px}";
|
|
94
92
|
|
|
95
93
|
const EzDoubleList = class {
|
|
96
94
|
constructor(hostRef) {
|
|
@@ -99,8 +97,6 @@ const EzDoubleList = class {
|
|
|
99
97
|
this.ezRightListChanged = index.createEvent(this, "ezRightListChanged", 7);
|
|
100
98
|
this.LEFT_LIST_ID = 'LEFT-LIST-ID';
|
|
101
99
|
this.RIGHT_LIST_ID = 'RIGHT-LIST-ID';
|
|
102
|
-
this.LEFT_FILTER_ID = 'LEFT-FILTER-ID';
|
|
103
|
-
this.RIGHT_FILTER_ID = 'RIGHT-FILTER-ID';
|
|
104
100
|
this.leftList = [];
|
|
105
101
|
this.leftTitle = undefined;
|
|
106
102
|
this.rightList = [];
|
|
@@ -108,7 +104,10 @@ const EzDoubleList = class {
|
|
|
108
104
|
this.entityLabelPlural = 'itens';
|
|
109
105
|
this.leftListLabel = 'disponíveis';
|
|
110
106
|
this.rightListLabel = 'selecionados';
|
|
107
|
+
this.useOnlyRightList = false;
|
|
111
108
|
this.rightTitle = undefined;
|
|
109
|
+
this.emptyMessage = undefined;
|
|
110
|
+
this.slotsListBuilder = undefined;
|
|
112
111
|
this.leftFilteredList = [];
|
|
113
112
|
this.rightFilteredList = [];
|
|
114
113
|
this.selectedLeftList = [];
|
|
@@ -130,23 +129,31 @@ const EzDoubleList = class {
|
|
|
130
129
|
return;
|
|
131
130
|
this.ezRightListChanged.emit(newValue);
|
|
132
131
|
}
|
|
133
|
-
handleFilterChangeLeft(value) {
|
|
134
|
-
this.leftFilteredList = core.ArrayUtils.applyStringFilter(value, this.leftList, true, 'label');
|
|
135
|
-
this.isFilteringLeft = this.leftFilteredList.length !== this.leftList.length;
|
|
136
|
-
}
|
|
137
|
-
handleFilterChangeRight(value) {
|
|
138
|
-
this.rightFilteredList = core.ArrayUtils.applyStringFilter(value, this.rightList, true, 'label');
|
|
139
|
-
this.isFilteringRight = this.rightFilteredList.length !== this.rightList.length;
|
|
140
|
-
}
|
|
141
132
|
async handleChangeLeft({ detail }) {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
133
|
+
if (!detail.to.getAttribute('id') || detail.to.getAttribute('id') !== this.RIGHT_LIST_ID) {
|
|
134
|
+
this.leftList = [...this.reorderArray(detail.dataSource, detail.selectItens, detail.newIndex)];
|
|
135
|
+
return;
|
|
136
|
+
}
|
|
137
|
+
detail.selectItens = detail.selectItens.filter(id => this.rightList.every(item => item.id !== id));
|
|
138
|
+
this.leftList = [...detail.dataSource];
|
|
139
|
+
this.selectedLeftList = [...detail.selectItens];
|
|
140
|
+
this.transferToRight(detail === null || detail === void 0 ? void 0 : detail.newIndex);
|
|
145
141
|
}
|
|
146
142
|
async handleChangeRight({ detail }) {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
143
|
+
if (!detail.to.getAttribute('id') || detail.to.getAttribute('id') !== this.LEFT_LIST_ID) {
|
|
144
|
+
this.rightList = [...this.reorderArray(detail.dataSource, detail.selectItens, detail.newIndex)];
|
|
145
|
+
return;
|
|
146
|
+
}
|
|
147
|
+
detail.selectItens = detail.selectItens.filter(id => this.leftList.every(item => item.id !== id));
|
|
148
|
+
this.rightList = [...detail.dataSource];
|
|
149
|
+
this.selectedRightList = [...detail.selectItens];
|
|
150
|
+
this.transferToLeft(detail === null || detail === void 0 ? void 0 : detail.newIndex);
|
|
151
|
+
}
|
|
152
|
+
reorderArray(allItems, itemIdsToMove, insertIndex) {
|
|
153
|
+
const filteredItems = allItems.filter(i => !itemIdsToMove.includes(i.id));
|
|
154
|
+
const itemsToMove = allItems.filter(i => itemIdsToMove.includes(i.id));
|
|
155
|
+
filteredItems.splice(insertIndex, 0, ...itemsToMove);
|
|
156
|
+
return filteredItems;
|
|
150
157
|
}
|
|
151
158
|
enableTransferAllToRight() {
|
|
152
159
|
return this.leftList.length > 0;
|
|
@@ -180,33 +187,43 @@ const EzDoubleList = class {
|
|
|
180
187
|
getRightSelectedItemsIndex() {
|
|
181
188
|
return this.selectedRightList.map(id => this.rightList.findIndex(original => original.id === id));
|
|
182
189
|
}
|
|
183
|
-
transferToRight() {
|
|
184
|
-
const { from, to, selectedFrom, selectedTo } = transferItems(this.buildTransferToRightConfig());
|
|
185
|
-
|
|
190
|
+
transferToRight(insertIndex) {
|
|
191
|
+
const { from, to, selectedFrom, selectedTo } = transferItems(Object.assign(Object.assign({}, this.buildTransferToRightConfig()), { insertIndex: insertIndex !== null && insertIndex !== void 0 ? insertIndex : 0 }));
|
|
192
|
+
//Eh preciso limpar a lista antes de atualiza-la por conta de um bug no ciclo de vida do sortable.js
|
|
193
|
+
this.leftList = [];
|
|
194
|
+
requestAnimationFrame(() => this.leftList = [...from]);
|
|
186
195
|
this.rightList = [...to];
|
|
187
196
|
this.selectedLeftList = [...selectedFrom];
|
|
188
197
|
this.selectedRightList = [...selectedTo];
|
|
189
198
|
}
|
|
190
|
-
transferToLeft() {
|
|
191
|
-
const { from, to, selectedFrom, selectedTo } = transferItems(this.buildTransferToLeftConfig());
|
|
192
|
-
|
|
199
|
+
transferToLeft(insertIndex) {
|
|
200
|
+
const { from, to, selectedFrom, selectedTo } = transferItems(Object.assign(Object.assign({}, this.buildTransferToLeftConfig()), { insertIndex: insertIndex !== null && insertIndex !== void 0 ? insertIndex : 0 }));
|
|
201
|
+
//Eh preciso limpar a lista antes de atualiza-la por conta de um bug no ciclo de vida do sortable.js
|
|
202
|
+
this.rightList = [];
|
|
203
|
+
requestAnimationFrame(() => this.rightList = [...from]);
|
|
193
204
|
this.leftList = [...to];
|
|
194
205
|
this.selectedRightList = [...selectedFrom];
|
|
195
206
|
this.selectedLeftList = [...selectedTo];
|
|
196
207
|
}
|
|
197
|
-
handleTransferAllToRight() {
|
|
208
|
+
async handleTransferAllToRight() {
|
|
198
209
|
const { from, to, selectedFrom, selectedTo } = transferAll(this.buildTransferToRightConfig());
|
|
199
210
|
this.leftList = [...from];
|
|
200
211
|
this.rightList = [...to];
|
|
201
212
|
this.selectedLeftList = [...selectedFrom];
|
|
202
213
|
this.selectedRightList = [...selectedTo];
|
|
214
|
+
requestAnimationFrame(async () => {
|
|
215
|
+
await this.clearSelectionAll();
|
|
216
|
+
});
|
|
203
217
|
}
|
|
204
|
-
handleTransferAllToLeft() {
|
|
218
|
+
async handleTransferAllToLeft() {
|
|
205
219
|
const { from, to, selectedFrom, selectedTo } = transferAll(this.buildTransferToLeftConfig());
|
|
206
220
|
this.rightList = [...from];
|
|
207
221
|
this.leftList = [...to];
|
|
208
222
|
this.selectedRightList = [...selectedFrom];
|
|
209
223
|
this.selectedLeftList = [...selectedTo];
|
|
224
|
+
requestAnimationFrame(async () => {
|
|
225
|
+
await this.clearSelectionAll();
|
|
226
|
+
});
|
|
210
227
|
}
|
|
211
228
|
buildTransferToRightConfig() {
|
|
212
229
|
return {
|
|
@@ -249,33 +266,77 @@ const EzDoubleList = class {
|
|
|
249
266
|
const itemsToMove = this.rightList.filter(item => this.selectedRightList.includes(item.id));
|
|
250
267
|
return { itemsToKeep, itemsToMove };
|
|
251
268
|
}
|
|
252
|
-
handleTransferToRight() {
|
|
269
|
+
async handleTransferToRight() {
|
|
253
270
|
this.transferToRight();
|
|
254
271
|
this.leftFilteredList = [];
|
|
255
|
-
this.
|
|
272
|
+
await this.leftEzListInstance.clearSelection();
|
|
256
273
|
}
|
|
257
|
-
handleTransferToLeft() {
|
|
274
|
+
async handleTransferToLeft() {
|
|
258
275
|
this.transferToLeft();
|
|
259
276
|
this.rightFilteredList = [];
|
|
260
|
-
this.
|
|
277
|
+
await this.rightEzListInstance.clearSelection();
|
|
261
278
|
}
|
|
262
|
-
|
|
263
|
-
|
|
279
|
+
async clearSelectionAll() {
|
|
280
|
+
await this.rightEzListInstance.clearSelection();
|
|
281
|
+
await this.leftEzListInstance.clearSelection();
|
|
264
282
|
}
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
}
|
|
269
|
-
return (index.h("ez-scroller", { direction: EzScrollDirection.EzScrollDirection.VERTICAL, activeShadow: true }, index.h("ez-list", { ref: (ref) => this.leftEzListInstance = ref, id: this.LEFT_LIST_ID, hoverFeedback: true, dataSource: this.isFilteringLeft ? this.leftFilteredList : this.leftList, ezDraggable: !this.isFilteringLeft, enableMultipleSelection: true, onEzChange: this.handleChangeLeft.bind(this), ezSelectable: true, onEzSelectMultipleItems: this.handleSelectLeftItem.bind(this), onEzDoubleClick: this.handleTransferToRight.bind(this) })));
|
|
283
|
+
handleChooseLeft() {
|
|
284
|
+
requestAnimationFrame(async () => {
|
|
285
|
+
await this.rightEzListInstance.clearSelection();
|
|
286
|
+
});
|
|
270
287
|
}
|
|
271
|
-
|
|
272
|
-
if (
|
|
273
|
-
return
|
|
274
|
-
|
|
275
|
-
|
|
288
|
+
handleChooseRight() {
|
|
289
|
+
if (this.useOnlyRightList)
|
|
290
|
+
return;
|
|
291
|
+
requestAnimationFrame(async () => {
|
|
292
|
+
await this.leftEzListInstance.clearSelection();
|
|
293
|
+
});
|
|
294
|
+
}
|
|
295
|
+
renderList(props) {
|
|
296
|
+
const { idSortableList, list, isFiltering, filteredList, emptyMessage, slotConfig, callbacks, title } = props;
|
|
297
|
+
return (index.h("ez-sortable-list", { ref: callbacks === null || callbacks === void 0 ? void 0 : callbacks.setRef, title: title, idSortableList: idSortableList, emptyMessage: emptyMessage, class: "ez-size-height--full", dataSource: isFiltering ? filteredList : list, hoverFeedback: true, enableMultipleSelection: true, removeItensMoved: true, entityLabel: this.entityLabel, entityLabelPlural: this.entityLabelPlural, itemRightSlotBuilder: slotConfig === null || slotConfig === void 0 ? void 0 : slotConfig.itemRightSlotBuilder, itemLeftSlotBuilder: slotConfig === null || slotConfig === void 0 ? void 0 : slotConfig.itemLeftSlotBuilder, onItemsReordered: callbacks === null || callbacks === void 0 ? void 0 : callbacks.onChange.bind(this), onEzSelectItens: callbacks === null || callbacks === void 0 ? void 0 : callbacks.onSelect.bind(this), onEzDoubleClick: callbacks === null || callbacks === void 0 ? void 0 : callbacks.onDoubleClick.bind(this), onEzChoose: callbacks === null || callbacks === void 0 ? void 0 : callbacks.onChoose.bind(this) }));
|
|
276
298
|
}
|
|
277
299
|
render() {
|
|
278
|
-
|
|
300
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
301
|
+
return (index.h(index.Host, null, !this.useOnlyRightList &&
|
|
302
|
+
index.h("div", { class: "list__container" }, this.leftList && this.renderList({
|
|
303
|
+
idSortableList: this.LEFT_LIST_ID,
|
|
304
|
+
list: this.leftList,
|
|
305
|
+
title: this.leftTitle,
|
|
306
|
+
isFiltering: this.isFilteringLeft,
|
|
307
|
+
filteredList: this.leftFilteredList,
|
|
308
|
+
emptyMessage: !!((_a = this.emptyMessage) === null || _a === void 0 ? void 0 : _a.LEFT_LIST) ? this.emptyMessage.LEFT_LIST : `Nenhum ${this.entityLabel} disponível`,
|
|
309
|
+
slotConfig: {
|
|
310
|
+
itemRightSlotBuilder: (_c = (_b = this.slotsListBuilder) === null || _b === void 0 ? void 0 : _b.LEFT_LIST) === null || _c === void 0 ? void 0 : _c.itemRightSlotBuilder,
|
|
311
|
+
itemLeftSlotBuilder: (_e = (_d = this.slotsListBuilder) === null || _d === void 0 ? void 0 : _d.LEFT_LIST) === null || _e === void 0 ? void 0 : _e.itemLeftSlotBuilder,
|
|
312
|
+
},
|
|
313
|
+
callbacks: {
|
|
314
|
+
setRef: (ref) => this.leftEzListInstance = ref,
|
|
315
|
+
onChange: (evt) => this.handleChangeLeft(evt),
|
|
316
|
+
onSelect: this.handleSelectLeftItem.bind(this),
|
|
317
|
+
onDoubleClick: this.handleTransferToRight.bind(this),
|
|
318
|
+
onChoose: this.handleChooseLeft.bind(this),
|
|
319
|
+
},
|
|
320
|
+
})), !this.useOnlyRightList &&
|
|
321
|
+
index.h("div", { class: 'actions__column' }, index.h("ez-button", { mode: "icon", iconName: "dual-chevron-right", enabled: this.enableTransferAllToRight(), title: `Mover todos para ${this.rightListLabel}`, size: "small", onClick: this.handleTransferAllToRight.bind(this) }), index.h("ez-button", { mode: "icon", iconName: "chevron-right", enabled: this.enableTransferToRight(), title: `Mover para ${this.rightListLabel}`, size: "small", onClick: this.handleTransferToRight.bind(this) }), index.h("ez-button", { mode: "icon", iconName: "chevron-left", enabled: this.enableTransferToLeft(), title: `Mover para ${this.leftListLabel}`, size: "small", onClick: this.handleTransferToLeft.bind(this) }), index.h("ez-button", { mode: "icon", iconName: "dual-chevron-left", enabled: this.enableTransferAllToLeft(), title: `Mover todos para ${this.leftListLabel}`, size: "small", onClick: this.handleTransferAllToLeft.bind(this) })), index.h("div", { class: "list__container" }, this.rightList && this.renderList({
|
|
322
|
+
idSortableList: this.RIGHT_LIST_ID,
|
|
323
|
+
list: this.rightList,
|
|
324
|
+
title: this.rightTitle,
|
|
325
|
+
isFiltering: this.isFilteringRight,
|
|
326
|
+
filteredList: this.rightFilteredList,
|
|
327
|
+
emptyMessage: !!((_f = this.emptyMessage) === null || _f === void 0 ? void 0 : _f.RIGHT_LIST) ? this.emptyMessage.RIGHT_LIST : `Nenhum ${this.entityLabel} selecionado`,
|
|
328
|
+
slotConfig: {
|
|
329
|
+
itemRightSlotBuilder: (_h = (_g = this.slotsListBuilder) === null || _g === void 0 ? void 0 : _g.RIGHT_LIST) === null || _h === void 0 ? void 0 : _h.itemRightSlotBuilder,
|
|
330
|
+
itemLeftSlotBuilder: (_k = (_j = this.slotsListBuilder) === null || _j === void 0 ? void 0 : _j.RIGHT_LIST) === null || _k === void 0 ? void 0 : _k.itemLeftSlotBuilder,
|
|
331
|
+
},
|
|
332
|
+
callbacks: {
|
|
333
|
+
setRef: (ref) => this.rightEzListInstance = ref,
|
|
334
|
+
onChange: (evt) => this.handleChangeRight(evt),
|
|
335
|
+
onSelect: this.handleSelectRightItem.bind(this),
|
|
336
|
+
onDoubleClick: this.handleTransferToLeft.bind(this),
|
|
337
|
+
onChoose: this.handleChooseRight.bind(this),
|
|
338
|
+
},
|
|
339
|
+
})), index.h("div", { class: 'actions__column' }, index.h("ez-button", { mode: "icon", iconName: "dual-chevron-up", enabled: this.enableMoveUp(true), title: "Mover para primeira posi\u00E7\u00E3o", size: "small", onClick: this.handleMoveToTop.bind(this) }), index.h("ez-button", { mode: "icon", iconName: "chevron-up", enabled: this.enableMoveUp(), title: "Mover para cima", size: "small", onClick: this.handleMoveUp.bind(this) }), index.h("ez-button", { mode: "icon", iconName: "chevron-down", enabled: this.enableMoveDown(), title: "Mover para baixo", size: "small", onClick: this.handleMoveDown.bind(this) }), index.h("ez-button", { mode: "icon", iconName: "dual-chevron-down", enabled: this.enableMoveDown(true), title: "Mover para \u00FAltima posi\u00E7\u00E3o", size: "small", onClick: this.handleMoveToBottom.bind(this) }))));
|
|
279
340
|
}
|
|
280
341
|
static get watchers() { return {
|
|
281
342
|
"leftList": ["observeLeftList"],
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
|
|
8
8
|
const DropdownItem = ({ item, hasIcon, hasChildren, isLockedLevels, onSubActionClick }) => {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
|
|
8
8
|
const ezFileItemCss = ":host{display:flex;width:100%;--ez-file-item--height:42px;--ez-file-item--padding:9px;--ez-file-item--border-radius:var(--border--radius-medium, 12px);--ez-file-item--border-color:var(--color--strokes, #DCE0E8);--ez-file-item--border-style:var(--border--small, 1px solid);--ez-file-item--font-family:var(--font-pattern, Arial);--ez-file-item--font-size:var(--text--medium, 14px);--ez-file-item--font-weight:var(--text-weight--medium, 400);--ez-file-item--color:var(--title--primary, #2B3A54);--ez-file-item__file-size--font-weight:var(--text-weight--large, 600);--ez-file-item__file-size--color:var(--color--primary, #008561);--ez-file-item__background-progress--color:var(--color--primary-300, E2F4EF);--ez-file-item--icon-color:var(--title--primary, #2B3A54)}.box{display:flex;box-sizing:border-box;position:relative;align-items:center;justify-content:space-between;width:100%;padding:var(--ez-file-item--padding);border:var(--ez-file-item--border-color) var(--ez-file-item--border-style);border-radius:var(--ez-file-item--border-radius);height:var(--ez-file-item--height)}.box::before{content:\"\";position:absolute;top:0;left:0;width:100%;height:100%;clip-path:inset(2px calc(var(--ez-file-item--upload-progress, 0%) + 2px) 2px 2px round calc(var(--ez-file-item--border-radius) - 4px));background-color:var(--ez-file-item__background-progress--color)}.content{display:flex;align-items:center;z-index:0;overflow:hidden}.file-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:var(--ez-file-item--font-family);font-size:var(--ez-file-item--font-size);font-weight:var(--ez-file-item--font-weight);color:var(--ez-file-item--color)}.file-type-icon{flex-shrink:0;--ez-icon--color:var(--ez-file-item--icon-color);padding-right:var(--ez-file-item--padding)}.file-size{padding-left:2px;overflow:hidden;flex-shrink:0;white-space:nowrap;font-family:var(--ez-file-item--font-family);font-size:var(--ez-file-item--font-size);font-weight:var(--ez-file-item__file-size--font-weight);color:var(--ez-file-item__file-size--color)}.btn-remove{cursor:pointer;flex-shrink:0;--ez-icon--color:var(--ez-file-item--icon-color)}";
|
|
@@ -2,9 +2,130 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const floatingUi_dom_esm = require('./floating-ui.dom.esm-017acce4.js');
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
7
6
|
const core = require('@sankhyalabs/core');
|
|
7
|
+
const CSSVarsUtils = require('./CSSVarsUtils-f20973d1.js');
|
|
8
|
+
const floatingUi_dom_esm = require('./floating-ui.dom.esm-017acce4.js');
|
|
9
|
+
|
|
10
|
+
const ezFilterInputCss = ":host{display:block;width:100%}";
|
|
11
|
+
|
|
12
|
+
const EzFilterInput = class {
|
|
13
|
+
constructor(hostRef) {
|
|
14
|
+
index.registerInstance(this, hostRef);
|
|
15
|
+
this.ezChange = index.createEvent(this, "ezChange", 7);
|
|
16
|
+
this.ezSearching = index.createEvent(this, "ezSearching", 7);
|
|
17
|
+
this.ezFocusIn = index.createEvent(this, "ezFocusIn", 7);
|
|
18
|
+
this._searchingText = "";
|
|
19
|
+
this.handleFocus = () => {
|
|
20
|
+
if (this._searchingText === "") {
|
|
21
|
+
this._textInput.value = "";
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
this._textInput.value = this._searchingText;
|
|
25
|
+
}
|
|
26
|
+
this.ezFocusIn.emit();
|
|
27
|
+
};
|
|
28
|
+
this.label = undefined;
|
|
29
|
+
this.value = undefined;
|
|
30
|
+
this.enabled = true;
|
|
31
|
+
this.errorMessage = undefined;
|
|
32
|
+
this.restrict = undefined;
|
|
33
|
+
this.mode = "regular";
|
|
34
|
+
this.asyncSearch = false;
|
|
35
|
+
this.canShowError = true;
|
|
36
|
+
this.autoFocus = false;
|
|
37
|
+
}
|
|
38
|
+
observeLabel() {
|
|
39
|
+
if (this._textInput) {
|
|
40
|
+
this._textInput.label = this.label;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
observeErrorMessage() {
|
|
44
|
+
if (this._textInput) {
|
|
45
|
+
this._textInput.errorMessage = this.errorMessage;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
observeValue(newValue, oldValue) {
|
|
49
|
+
if (this._textInput && newValue != oldValue) {
|
|
50
|
+
this._textInput.value = newValue;
|
|
51
|
+
this.ezChange.emit(newValue);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Aplica o foco no campo.
|
|
56
|
+
*/
|
|
57
|
+
async setFocus(options) {
|
|
58
|
+
this._textInput.setFocus(options);
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Remove o foco do campo.
|
|
62
|
+
*/
|
|
63
|
+
async setBlur() {
|
|
64
|
+
this._textInput.setBlur();
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Retorna se o conteúdo é inválido.
|
|
68
|
+
*/
|
|
69
|
+
async isInvalid() {
|
|
70
|
+
return typeof this.errorMessage === "string" && this.errorMessage.trim() !== "";
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Método responsável por setar um novo valor ao campo.
|
|
74
|
+
*/
|
|
75
|
+
async setValue(newValue) {
|
|
76
|
+
if (!this.asyncSearch || this._textInput == undefined) {
|
|
77
|
+
return;
|
|
78
|
+
}
|
|
79
|
+
if (newValue !== this.value) {
|
|
80
|
+
this.value = newValue;
|
|
81
|
+
this._searchingText = "";
|
|
82
|
+
}
|
|
83
|
+
else {
|
|
84
|
+
this._textInput.value = newValue;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Método responsável por resetar o valor do campo para o ultimo valor inputado.
|
|
89
|
+
*/
|
|
90
|
+
async endSearch() {
|
|
91
|
+
if (!this.asyncSearch || this._textInput == undefined) {
|
|
92
|
+
return;
|
|
93
|
+
}
|
|
94
|
+
if (this._textInput.value !== this.value) {
|
|
95
|
+
this._textInput.value = this.value;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
handleChange(evt) {
|
|
99
|
+
const newValue = evt.detail;
|
|
100
|
+
this.errorMessage = "";
|
|
101
|
+
if (this.asyncSearch) {
|
|
102
|
+
this._searchingText = newValue;
|
|
103
|
+
this.ezSearching.emit(newValue);
|
|
104
|
+
}
|
|
105
|
+
else if (newValue !== this.value) {
|
|
106
|
+
this.value = newValue;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
componentDidLoad() {
|
|
110
|
+
CSSVarsUtils.CSSVarsUtils.applyVarsTextInput(this._elem, this._textInput);
|
|
111
|
+
if (this.autoFocus) {
|
|
112
|
+
requestAnimationFrame(() => {
|
|
113
|
+
this.setFocus({ selectText: true });
|
|
114
|
+
});
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
render() {
|
|
118
|
+
core.ElementIDUtils.addIDInfoIfNotExists(this._elem, 'input');
|
|
119
|
+
return (index.h("ez-text-input", { "data-element-id": core.ElementIDUtils.getInternalIDInfo("textInput"), ref: elem => this._textInput = elem, label: this.label, onEzChange: evt => this.handleChange(evt), value: this.value, enabled: this.enabled, errorMessage: this.errorMessage, restrict: this.restrict, mode: this.mode, onFocusin: this.handleFocus, canShowError: this.canShowError }, index.h("ez-icon", { slot: "leftIcon", iconName: "search" })));
|
|
120
|
+
}
|
|
121
|
+
get _elem() { return index.getElement(this); }
|
|
122
|
+
static get watchers() { return {
|
|
123
|
+
"label": ["observeLabel"],
|
|
124
|
+
"errorMessage": ["observeErrorMessage"],
|
|
125
|
+
"value": ["observeValue"]
|
|
126
|
+
}; }
|
|
127
|
+
};
|
|
128
|
+
EzFilterInput.style = ezFilterInputCss;
|
|
8
129
|
|
|
9
130
|
const ezTooltipCss = ":host{--triangle-size:8px;width:100%}.tooltip{position:absolute;z-index:var(--elevation--24);padding:var(--space--extra-small, 3px) var(--space--small, 6px);border-radius:var(--border--radius-small);box-sizing:border-box;font-family:var(--font-pattern\t, 'Roboto', sans-serif);font-size:var(--text--small, 12px);font-weight:var(--text-weight--medium, 400);text-align:center;width:max-content;display:none}.arrow{position:absolute;width:var(--triangle-size);height:var(--triangle-size);transform:rotate(45deg)}.default-tooltip{background:var(--title--primary, #2b3a54);color:var(--color--inverted)}.default-tooltip .arrow{background:var(--title--primary, #2b3a54)}.error-tooltip{background:var(--color-alert--error-800, #BD0025);color:var(--color--error-200, #F7E0E5)}.error-tooltip .arrow{background:var(--color-alert--error-800, #BD0025)}.success-tooltip{background:var(--color--success, #00cb94);color:var(--color--success-200, #EBFFFA)}.success-tooltip .arrow{background:var(--color--success, #00cb94)}.warning-tooltip{background:var(--color--warning, #f2d410);color:var(--color--warning-200, #FDF8D8)}.warning-tooltip .arrow{background:var(--color--warning, #f2d410)}";
|
|
10
131
|
|
|
@@ -132,4 +253,5 @@ const EzTooltip = class {
|
|
|
132
253
|
};
|
|
133
254
|
EzTooltip.style = ezTooltipCss;
|
|
134
255
|
|
|
256
|
+
exports.ez_filter_input = EzFilterInput;
|
|
135
257
|
exports.ez_tooltip = EzTooltip;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
7
|
const constants = require('./constants-569271bc.js');
|
|
8
8
|
const CheckMode = require('./CheckMode-ecb90b87.js');
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7b0c73d.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
|
-
const searchColumn = require('./search-column-
|
|
7
|
+
const searchColumn = require('./search-column-27d1f72f.js');
|
|
8
8
|
const FormLayout = require('./FormLayout-18853e70.js');
|
|
9
9
|
require('./ApplicationUtils-c9d1205c.js');
|
|
10
10
|
require('./DialogType-2114c337.js');
|