@ironsource/shared-ui 2.1.7-rc.10 → 2.1.7-rc.12
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/DataGrid.vue_vue_type_style_index_0_scoped_706b324e_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_82ba0e12_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_402063dc_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_66bd448a_lang.css +1 -0
- package/components/ThemeWrapper/ThemeWrapper.vue.js +2 -2
- package/components/ThemeWrapper/ThemeWrapper.vue2.js +8 -8
- package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +20 -20
- package/components/dropdown/v4/DropdownV4.vue.d.ts +1 -1
- package/components/dropdown/v4/index.d.ts +20 -20
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +1 -1
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +16 -16
- package/components/sortableList/SortableList.vue.d.ts +17 -0
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +122 -86
- package/components/sortableList/index.d.ts +60 -1
- package/components/table/v3/Table.vue.d.ts +2 -2
- package/components/table/v3/index.d.ts +39 -39
- package/components/table/v4/DataGrid.vue.d.ts +6 -2
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +131 -122
- package/components/table/v4/MultipleDataGrid.vue.d.ts +16 -3
- package/components/table/v4/MultipleDataGrid.vue.js +5 -5
- package/components/table/v4/MultipleDataGrid.vue2.js +112 -69
- package/components/table/v4/index.d.ts +92 -75
- package/components/table-cells/common/Editable.common.js +37 -26
- package/components/table-cells/common/EditableContext.d.ts +1 -0
- package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
- package/components/table-cells/v4/EditableV4.vue.js +5 -5
- package/components/table-cells/v4/EditableV4.vue2.js +18 -17
- package/components/table-cells/v4/index.d.ts +20 -1
- package/components/tooltip/v4/TooltipV4.vue.d.ts +1 -1
- package/components/tooltip/v4/index.d.ts +20 -20
- package/index.d.ts +502 -312
- package/package.json +1 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_63aaf3be_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_31bfb722_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_1bdca43d_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_21842d59_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_eb472aa3_lang.css +0 -1
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_1cff50cb_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.sticky[data-v-706b324e]{position:sticky}.table-container[data-v-706b324e]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-706b324e]{display:flex;align-items:center;height:calc(var(--spacing-800) - 1px);border-bottom:1px solid var(--common-divider);background-color:var(--background-paper-elevation-0);position:sticky;left:0;padding:var(--spacing-300)}.table-header .table-title[data-v-706b324e]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-706b324e]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-706b324e]{width:13.75rem}.table-header.isStickyHeader[data-v-706b324e]{z-index:calc(var(--6e46e9f4) + 3);top:0}.table-head-container[data-v-706b324e]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-706b324e]{color:var(--text-primary);background-color:var(--background-paper-elevation-0);padding:0 var(--spacing-300);display:flex;align-items:center;min-height:var(--spacing-600);border:1px solid var(--common-divider);border-radius:var(--border-radius-md);border-top-right-radius:0;border-top-left-radius:0}.table-body-wrapper[data-v-706b324e]{display:inline-table}.table-header-actions[data-v-706b324e]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-706b324e]{position:relative}.table-row.loading[data-v-706b324e]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-706b324e]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-706b324e]{border-bottom:none}.expanded-row[data-v-706b324e]{grid-column:var(--bd8b5530);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-706b324e]{position:relative;display:block;overflow:auto;background:var(--background-paper-elevation-0);border:1px solid var(--common-divider);color:var(--text-primary);text-align:left;table-layout:fixed;width:100%;max-height:100%;border-radius:var(--border-radius-md);border-collapse:collapse;border-spacing:0}table.hasFooter[data-v-706b324e]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-706b324e],table th[data-v-706b324e]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-706b324e]:first-of-type,table th[data-v-706b324e]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-706b324e]:last-of-type,table th[data-v-706b324e]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-706b324e],table th.expand-toggle-cell[data-v-706b324e]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-706b324e]{border-bottom:none;z-index:calc(var(--6e46e9f4) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-706b324e]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--03c6ae61)}table>thead>tr>th[data-v-706b324e]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.bordered[data-v-706b324e]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-706b324e]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-706b324e]{justify-content:flex-end}table>thead>tr>th.isSortable[data-v-706b324e]{cursor:pointer}table>thead.sticky[data-v-706b324e]{position:sticky;top:0;background:white}table>thead.isStickyHeader[data-v-706b324e]{z-index:calc(var(--6e46e9f4) + 2);top:calc(var(--spacing-800) - 1px)}table>tbody[data-v-706b324e]{display:block}table>tbody>*>tr[data-v-706b324e]{background-color:var(--background-default);min-height:var(--1c8cc6ae);height:auto;display:grid;align-items:center;grid-template-columns:var(--03c6ae61)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-706b324e]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-706b324e],table>tbody>*>tr.activeMenu>td[data-v-706b324e]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-706b324e]{background-color:var(--background-default);border:none;min-width:0;display:flex;min-height:var(--1c8cc6ae);height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-706b324e]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-706b324e]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-706b324e]{justify-content:flex-end;text-align:right}.section-container[data-v-706b324e]{left:0}.sections[data-v-706b324e]{display:flex}.section[data-v-706b324e]{padding:0 1.5rem;background:var(--background-default);left:0;height:32px;display:flex;align-items:flex-end;border-right:1px solid var(--common-divider)}.table-cell[data-v-706b324e]{width:100%}.empty-state[data-v-706b324e]{min-height:250px}.floating-row[data-v-706b324e]{display:flex;inset:0;pointer-events:none;position:absolute;z-index:calc(var(--6e46e9f4) + 1)}.floating-row *[data-v-706b324e-s]{pointer-events:auto}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.editable[data-v-e0c047b4]{position:relative;left:calc(var(--spacing-100) * -1);display:flex;align-items:center}.editable-wrapper[data-v-e0c047b4]{display:flex;flex:1 1 auto}.editable-wrapper[data-v-e0c047b4]:hover{cursor:text;background:var(--default-main)}.editable-content[data-v-e0c047b4]{padding:0 var(--spacing-100);height:28px;display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:var(--border-radius-md)}.caret-icon[data-v-e0c047b4]{display:none;color:var(--action-active)}.table-row:hover .editable-wrapper[data-v-e0c047b4]{cursor:text;width:100%}.table-row:hover .editable-content[data-v-e0c047b4]{outline:1px solid var(--action-outlined-border);outline-offset:-1px}.table-row:hover .caret-icon[data-v-e0c047b4]{display:flex}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.multi-table-container[data-v-82ba0e12]{border-radius:var(--border-radius-md);border:1px solid var(--common-divider);display:flex;flex-direction:column;overflow-y:auto;width:100%}.multi-table-container .table-header-container[data-v-82ba0e12]{align-items:center;background-color:var(--background-paper-elevation-0);display:flex;height:calc(var(--spacing-800) - 2px);justify-content:space-between;padding:var(--spacing-300);width:100%}.multi-table-container .table-header-container.sticky[data-v-82ba0e12]{position:sticky;top:0;z-index:calc(var(--5d3fa26e) + 3)}.multi-table-container[data-v-82ba0e12] table{display:table;border:unset;border-radius:unset}.multi-table-container[data-v-82ba0e12] thead{border-top:1px solid var(--common-divider)}.multi-table-container .tables-container[data-v-82ba0e12] thead.sticky{top:62px}.multi-table-container .empty-state[data-v-82ba0e12]{min-height:250px}.multi-table-container .table-header-right[data-v-82ba0e12]{align-items:center;display:flex;height:100%}.multi-table-container .table-header-right .table-header-actions[data-v-82ba0e12]{align-items:center;display:flex;margin-left:var(--spacing-100)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.list-search[data-v-402063dc]{margin-bottom:var(--spacing-100)}.sortable-list[data-v-402063dc],.locked-list[data-v-402063dc]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--spacing-75);color:var(--text-primary)}.locked-list[data-v-402063dc]{margin-top:var(--spacing-75)}.force-grabbing-cursor *[data-v-402063dc]{cursor:move!important;cursor:-webkit-grabbing!important;cursor:-moz-grabbing!important;cursor:grabbing!important}.empty-state-title[data-v-402063dc]{color:var(--text-disabled);padding:0 8px;width:100%}.loader-bars[data-v-402063dc]{display:flex;flex-direction:column;gap:6px}.loader-bars .loader-bar[data-v-402063dc]{height:40px;width:100%}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.font-tab-label2[data-v-4d9bf5b2],.font-chart-2[data-v-4d9bf5b2],.font-chart-1[data-v-4d9bf5b2]{font-family:Inter,sans-serif;font-weight:700}.font-chip-label[data-v-4d9bf5b2],.font-table-label[data-v-4d9bf5b2],.font-button[data-v-4d9bf5b2],.font-heading-6[data-v-4d9bf5b2],.font-heading-5[data-v-4d9bf5b2],.font-heading-4[data-v-4d9bf5b2],.font-heading-3[data-v-4d9bf5b2],.font-heading-2[data-v-4d9bf5b2],.font-heading-1[data-v-4d9bf5b2],.font-title[data-v-4d9bf5b2]{font-family:Inter,sans-serif;font-weight:600}.font-tab-label1[data-v-4d9bf5b2],.font-input-label[data-v-4d9bf5b2],.font-overline[data-v-4d9bf5b2],.font-subtitle-2[data-v-4d9bf5b2],.font-subtitle-1[data-v-4d9bf5b2]{font-family:Inter,sans-serif;font-weight:500}.font-caption[data-v-4d9bf5b2],.font-body-2[data-v-4d9bf5b2],.input-container .input[data-v-4d9bf5b2],.font-body-1[data-v-4d9bf5b2]{font-family:Inter,sans-serif;font-weight:400}.font-title[data-v-4d9bf5b2]{font-size:2.5rem;line-height:3rem;letter-spacing:-.055rem}.font-heading-1[data-v-4d9bf5b2]{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.0285rem}.font-heading-2[data-v-4d9bf5b2]{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.01575rem}.font-heading-3[data-v-4d9bf5b2]{font-size:1rem;line-height:1.5rem;letter-spacing:-.011rem}.font-heading-4[data-v-4d9bf5b2]{font-size:.875rem;line-height:1rem;letter-spacing:unset}.font-heading-5[data-v-4d9bf5b2]{font-size:.8125rem;line-height:16px;letter-spacing:unset}.font-heading-6[data-v-4d9bf5b2]{font-size:.75rem;line-height:.75rem;letter-spacing:0}.input-container .input[data-v-4d9bf5b2],.font-body-1[data-v-4d9bf5b2]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-body-2[data-v-4d9bf5b2]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-subtitle-1[data-v-4d9bf5b2]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-subtitle-2[data-v-4d9bf5b2]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-chart-1[data-v-4d9bf5b2]{font-size:1.5rem;line-height:1.5rem;letter-spacing:-.015rem}.font-chart-2[data-v-4d9bf5b2]{font-size:1.25rem;line-height:1.25rem;letter-spacing:-.0125rem}.font-button[data-v-4d9bf5b2]{font-size:.875rem;line-height:1.25rem;letter-spacing:.00875rem}.font-overline[data-v-4d9bf5b2]{font-size:.75rem;line-height:1rem;letter-spacing:.045rem;text-transform:uppercase}.font-caption[data-v-4d9bf5b2]{font-size:.75rem;line-height:1rem}.font-table-label[data-v-4d9bf5b2]{font-size:.8125rem;line-height:1.25rem;letter-spacing:.00813rem}.font-input-label[data-v-4d9bf5b2]{font-size:.8125rem;line-height:1rem;letter-spacing:.00813rem}.font-tab-label1[data-v-4d9bf5b2],.font-tab-label2[data-v-4d9bf5b2]{font-size:.875rem;line-height:1rem}.font-chip-label[data-v-4d9bf5b2]{font-size:.75rem;line-height:1rem}h1[data-v-4d9bf5b2],h2[data-v-4d9bf5b2],h3[data-v-4d9bf5b2],h4[data-v-4d9bf5b2],h5[data-v-4d9bf5b2],h6[data-v-4d9bf5b2]{margin:0}.disabled .input[data-v-4d9bf5b2]::placeholder{color:var(--text-disabled)}.disabled .input-container[data-v-4d9bf5b2]{cursor:no-drop;background-color:var(--action-disabled-background)}.disabled .input-container[data-v-4d9bf5b2]:hover{outline:1px solid var(--action-outlined-border);background-color:var(--action-disabled-background)}.input-size-small[data-v-4d9bf5b2]{height:28px}.input-size-medium[data-v-4d9bf5b2]{height:32px}.input-size-large[data-v-4d9bf5b2]{height:40px}.input-with-label-container[data-v-4d9bf5b2]{display:flex;flex-direction:column}.input-container[data-v-4d9bf5b2]{flex-grow:2;display:flex;flex-direction:row;align-items:center;border-radius:var(--border-radius-md);background:var(--default-main);outline:1px solid var(--action-outlined-border);outline-offset:-1px;padding:0 var(--spacing-100);position:relative;gap:var(--spacing-50)}.input-container[data-v-4d9bf5b2]:hover{outline:1px solid var(--action-active);background-color:var(--action-hover)}.input-container .input[data-v-4d9bf5b2]{padding:0;width:100%;border:none;background:transparent;color:var(--text-primary);line-height:normal}.input-container .input[data-v-4d9bf5b2]:focus{outline:none}.input-container .input[data-v-4d9bf5b2]:disabled{color:var(--text-disabled);cursor:no-drop}.input-container .input.view-only[data-v-4d9bf5b2]{color:var(--text-disabled)}.input-container .input[type=number][data-v-4d9bf5b2]::-webkit-inner-spin-button{opacity:.7;transform:scale(1.1)}.input-container .hide-arrows.input[type=number][data-v-4d9bf5b2]::-webkit-inner-spin-button,.input-container .hide-arrows.input[type=number][data-v-4d9bf5b2]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.input-container .input[type=password][data-v-4d9bf5b2]{letter-spacing:4px}.input-container[data-v-4d9bf5b2] ::placeholder{color:var(--text-secondary);letter-spacing:normal}.input-container .label-inside[data-v-4d9bf5b2]::placeholder{color:var(--text-primary)}.input-container .icon-container[data-v-4d9bf5b2]{display:flex;align-items:center;color:var(--text-secondary)}.input-container .icon-before[data-v-4d9bf5b2]{padding-right:var(--spacing-50)}.input-container .icon-after[data-v-4d9bf5b2]{padding-left:var(--spacing-50)}.prefix-text[data-v-4d9bf5b2]{color:var(--text-secondary, #646464);margin-right:var(--spacing-50)}.suffix-text[data-v-4d9bf5b2]{color:var(--text-secondary, #646464)}.focused[data-v-4d9bf5b2],.focused[data-v-4d9bf5b2]:hover{outline:2px solid var(--primary-main);background-color:var(--action-hover)}.error-icon.error-icon[data-v-4d9bf5b2],.error-icon.error-icon[data-v-4d9bf5b2]:hover{color:var(--error-main)}.label-direction-left[data-v-4d9bf5b2]{flex-direction:row;align-items:center;justify-content:space-between}.apply-button[data-v-4d9bf5b2]{cursor:pointer;color:var(--default-contrast-text);width:var(--spacing-250);height:var(--spacing-250)}.inline-error[data-v-4d9bf5b2]{cursor:pointer;color:var(--error-main);display:flex;justify-content:center;align-items:center}.footer[data-v-4d9bf5b2]{display:flex;justify-content:flex-end;margin-top:var(--spacing-50)}.footer.footer-absolute[data-v-4d9bf5b2]{position:absolute;bottom:calc(0px - var(--spacing-300))}.password-visibility-toggle[data-v-4d9bf5b2]{cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.variant-success .input-container[data-v-4d9bf5b2],.variant-success .input-container[data-v-4d9bf5b2]:hover{outline:2px solid var(--success-dark)}.variant-error .input-container[data-v-4d9bf5b2],.variant-error .input-container[data-v-4d9bf5b2]:hover{outline:2px solid var(--error-main)}.variant-warning .input-container[data-v-4d9bf5b2],.variant-warning .input-container[data-v-4d9bf5b2]:hover{outline:2px solid var(--warning-dark)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.theme--wrapper-container[data-v-66bd448a]{width:100%}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import e from "./ThemeWrapper.vue2.js";
|
|
2
2
|
/* empty css *//* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../ThemeWrapper.
|
|
3
|
+
// import "../../ThemeWrapper.vue_vue_type_style_index_0_scoped_66bd448a_lang.css"; //*');
|
|
4
4
|
// import "../../ThemeWrapper.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const t = /* @__PURE__ */ o(e, [["__scopeId", "data-v-
|
|
5
|
+
const t = /* @__PURE__ */ o(e, [["__scopeId", "data-v-66bd448a"]]);
|
|
6
6
|
export {
|
|
7
7
|
t as default
|
|
8
8
|
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import "../../ThemeWrapper.
|
|
2
|
-
import { useThemeStore as
|
|
1
|
+
import "../../ThemeWrapper.vue_vue_type_style_index_0_scoped_66bd448a_lang.css"; import "../../ThemeWrapper.vue_vue_type_style_index_1_lang.css"; import { defineComponent as a, computed as m, openBlock as l, createElementBlock as p, normalizeClass as c, unref as u, renderSlot as h } from "vue";
|
|
2
|
+
import { useThemeStore as i } from "./ThemeStrore.js";
|
|
3
3
|
const v = /* @__PURE__ */ a({
|
|
4
4
|
__name: "ThemeWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
version: { default: "v4" }
|
|
7
7
|
},
|
|
8
8
|
setup(o) {
|
|
9
|
-
const
|
|
10
|
-
const e = [], { theme: t } =
|
|
11
|
-
return e.push(n), e.push(
|
|
9
|
+
const r = o, s = m(() => {
|
|
10
|
+
const e = [], { theme: t } = i(), n = t.value === "light" ? "light-theme" : "dark-theme";
|
|
11
|
+
return e.push(n), e.push(r.version), e.join("-");
|
|
12
12
|
});
|
|
13
|
-
return (e, t) => (
|
|
14
|
-
class:
|
|
13
|
+
return (e, t) => (l(), p("div", {
|
|
14
|
+
class: c(["theme--wrapper-container", u(s)])
|
|
15
15
|
}, [
|
|
16
|
-
|
|
16
|
+
h(e.$slots, "default", {}, void 0, !0)
|
|
17
17
|
], 2));
|
|
18
18
|
}
|
|
19
19
|
});
|
|
@@ -171,7 +171,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
171
171
|
onOpened?: () => any;
|
|
172
172
|
onClosed?: () => any;
|
|
173
173
|
}, {
|
|
174
|
-
container: string;
|
|
175
174
|
title: string;
|
|
176
175
|
theme: string;
|
|
177
176
|
disabled: boolean;
|
|
@@ -180,6 +179,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
180
179
|
mandatory: boolean;
|
|
181
180
|
testId: string;
|
|
182
181
|
error: string;
|
|
182
|
+
container: string;
|
|
183
183
|
placement: Placement;
|
|
184
184
|
distance: number;
|
|
185
185
|
popperClass: string;
|
|
@@ -7,7 +7,6 @@ declare const DropdownTypes: () => (({
|
|
|
7
7
|
$: import("vue").ComponentInternalInstance;
|
|
8
8
|
$data: {};
|
|
9
9
|
$props: Partial<{
|
|
10
|
-
container: string;
|
|
11
10
|
title: string;
|
|
12
11
|
theme: string;
|
|
13
12
|
disabled: boolean;
|
|
@@ -16,6 +15,7 @@ declare const DropdownTypes: () => (({
|
|
|
16
15
|
mandatory: boolean;
|
|
17
16
|
testId: string;
|
|
18
17
|
error: string;
|
|
18
|
+
container: string;
|
|
19
19
|
placement: import("floating-vue").Placement;
|
|
20
20
|
distance: number;
|
|
21
21
|
popperClass: string;
|
|
@@ -42,10 +42,6 @@ declare const DropdownTypes: () => (({
|
|
|
42
42
|
multiOptionsPlaceholderSuffix: string;
|
|
43
43
|
darkTheme: boolean;
|
|
44
44
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
45
|
-
container: {
|
|
46
|
-
type: import("vue").PropType<string>;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
45
|
title: {
|
|
50
46
|
type: import("vue").PropType<string>;
|
|
51
47
|
default: string;
|
|
@@ -81,6 +77,10 @@ declare const DropdownTypes: () => (({
|
|
|
81
77
|
type: import("vue").PropType<string>;
|
|
82
78
|
default: string;
|
|
83
79
|
};
|
|
80
|
+
container: {
|
|
81
|
+
type: import("vue").PropType<string>;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
84
|
placement: {
|
|
85
85
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
86
86
|
default: string;
|
|
@@ -203,7 +203,7 @@ declare const DropdownTypes: () => (({
|
|
|
203
203
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
204
204
|
onOpened?: () => any;
|
|
205
205
|
onClosed?: () => any;
|
|
206
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
206
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "error" | "container" | "placement" | "distance" | "popperClass" | "selected" | "modelValue" | "placeholder" | "autoFocus" | "multi" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "inlineSearch" | "onSearch" | "noResultsText" | "valueToCopy" | "helperText" | "searchPlaceholder" | "showButtonOnOpen" | "clearable" | "multiOptionsPlaceholderPrefix" | "multiOptionsPlaceholderSuffix" | "darkTheme">;
|
|
207
207
|
$attrs: {
|
|
208
208
|
[x: string]: unknown;
|
|
209
209
|
};
|
|
@@ -218,10 +218,6 @@ declare const DropdownTypes: () => (({
|
|
|
218
218
|
$emit: ((event: "clear") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
219
219
|
$el: any;
|
|
220
220
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
221
|
-
container: {
|
|
222
|
-
type: import("vue").PropType<string>;
|
|
223
|
-
default: string;
|
|
224
|
-
};
|
|
225
221
|
title: {
|
|
226
222
|
type: import("vue").PropType<string>;
|
|
227
223
|
default: string;
|
|
@@ -257,6 +253,10 @@ declare const DropdownTypes: () => (({
|
|
|
257
253
|
type: import("vue").PropType<string>;
|
|
258
254
|
default: string;
|
|
259
255
|
};
|
|
256
|
+
container: {
|
|
257
|
+
type: import("vue").PropType<string>;
|
|
258
|
+
default: string;
|
|
259
|
+
};
|
|
260
260
|
placement: {
|
|
261
261
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
262
262
|
default: string;
|
|
@@ -391,7 +391,6 @@ declare const DropdownTypes: () => (({
|
|
|
391
391
|
selectAll: () => void;
|
|
392
392
|
clear: () => void;
|
|
393
393
|
}, string, {
|
|
394
|
-
container: string;
|
|
395
394
|
title: string;
|
|
396
395
|
theme: string;
|
|
397
396
|
disabled: boolean;
|
|
@@ -400,6 +399,7 @@ declare const DropdownTypes: () => (({
|
|
|
400
399
|
mandatory: boolean;
|
|
401
400
|
testId: string;
|
|
402
401
|
error: string;
|
|
402
|
+
container: string;
|
|
403
403
|
placement: import("floating-vue").Placement;
|
|
404
404
|
distance: number;
|
|
405
405
|
popperClass: string;
|
|
@@ -446,10 +446,6 @@ declare const DropdownTypes: () => (({
|
|
|
446
446
|
$nextTick: typeof import("vue").nextTick;
|
|
447
447
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
448
448
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
449
|
-
container: {
|
|
450
|
-
type: import("vue").PropType<string>;
|
|
451
|
-
default: string;
|
|
452
|
-
};
|
|
453
449
|
title: {
|
|
454
450
|
type: import("vue").PropType<string>;
|
|
455
451
|
default: string;
|
|
@@ -485,6 +481,10 @@ declare const DropdownTypes: () => (({
|
|
|
485
481
|
type: import("vue").PropType<string>;
|
|
486
482
|
default: string;
|
|
487
483
|
};
|
|
484
|
+
container: {
|
|
485
|
+
type: import("vue").PropType<string>;
|
|
486
|
+
default: string;
|
|
487
|
+
};
|
|
488
488
|
placement: {
|
|
489
489
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
490
490
|
default: string;
|
|
@@ -615,10 +615,6 @@ declare const DropdownTypes: () => (({
|
|
|
615
615
|
__isTeleport?: never;
|
|
616
616
|
__isSuspense?: never;
|
|
617
617
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
618
|
-
container: {
|
|
619
|
-
type: import("vue").PropType<string>;
|
|
620
|
-
default: string;
|
|
621
|
-
};
|
|
622
618
|
title: {
|
|
623
619
|
type: import("vue").PropType<string>;
|
|
624
620
|
default: string;
|
|
@@ -654,6 +650,10 @@ declare const DropdownTypes: () => (({
|
|
|
654
650
|
type: import("vue").PropType<string>;
|
|
655
651
|
default: string;
|
|
656
652
|
};
|
|
653
|
+
container: {
|
|
654
|
+
type: import("vue").PropType<string>;
|
|
655
|
+
default: string;
|
|
656
|
+
};
|
|
657
657
|
placement: {
|
|
658
658
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
659
659
|
default: string;
|
|
@@ -788,7 +788,6 @@ declare const DropdownTypes: () => (({
|
|
|
788
788
|
selectAll: () => void;
|
|
789
789
|
clear: () => void;
|
|
790
790
|
}, string, {
|
|
791
|
-
container: string;
|
|
792
791
|
title: string;
|
|
793
792
|
theme: string;
|
|
794
793
|
disabled: boolean;
|
|
@@ -797,6 +796,7 @@ declare const DropdownTypes: () => (({
|
|
|
797
796
|
mandatory: boolean;
|
|
798
797
|
testId: string;
|
|
799
798
|
error: string;
|
|
799
|
+
container: string;
|
|
800
800
|
placement: import("floating-vue").Placement;
|
|
801
801
|
distance: number;
|
|
802
802
|
popperClass: string;
|
|
@@ -231,13 +231,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
231
231
|
onOpened?: () => any;
|
|
232
232
|
onClosed?: () => any;
|
|
233
233
|
}, {
|
|
234
|
-
container: string;
|
|
235
234
|
theme: string;
|
|
236
235
|
disabled: boolean;
|
|
237
236
|
size: "small" | "medium" | "large";
|
|
238
237
|
flip: boolean;
|
|
239
238
|
mandatory: boolean;
|
|
240
239
|
testId: string;
|
|
240
|
+
container: string;
|
|
241
241
|
placement: Placement;
|
|
242
242
|
distance: number;
|
|
243
243
|
popperClass: string;
|
|
@@ -1499,13 +1499,13 @@ declare const DropdownTypes: () => (({
|
|
|
1499
1499
|
$: import("vue").ComponentInternalInstance;
|
|
1500
1500
|
$data: {};
|
|
1501
1501
|
$props: Partial<{
|
|
1502
|
-
container: string;
|
|
1503
1502
|
theme: string;
|
|
1504
1503
|
disabled: boolean;
|
|
1505
1504
|
size: "small" | "medium" | "large";
|
|
1506
1505
|
flip: boolean;
|
|
1507
1506
|
mandatory: boolean;
|
|
1508
1507
|
testId: string;
|
|
1508
|
+
container: string;
|
|
1509
1509
|
placement: import("floating-vue").Placement;
|
|
1510
1510
|
distance: number;
|
|
1511
1511
|
popperClass: string;
|
|
@@ -1549,10 +1549,6 @@ declare const DropdownTypes: () => (({
|
|
|
1549
1549
|
disableVirtualScroll: boolean;
|
|
1550
1550
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
1551
1551
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1552
|
-
container: {
|
|
1553
|
-
type: import("vue").PropType<string>;
|
|
1554
|
-
default: string;
|
|
1555
|
-
};
|
|
1556
1552
|
theme: {
|
|
1557
1553
|
type: import("vue").PropType<string>;
|
|
1558
1554
|
default: string;
|
|
@@ -1580,6 +1576,10 @@ declare const DropdownTypes: () => (({
|
|
|
1580
1576
|
type: import("vue").PropType<string>;
|
|
1581
1577
|
default: string;
|
|
1582
1578
|
};
|
|
1579
|
+
container: {
|
|
1580
|
+
type: import("vue").PropType<string>;
|
|
1581
|
+
default: string;
|
|
1582
|
+
};
|
|
1583
1583
|
placement: {
|
|
1584
1584
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
1585
1585
|
default: string;
|
|
@@ -1768,7 +1768,7 @@ declare const DropdownTypes: () => (({
|
|
|
1768
1768
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
1769
1769
|
onOpened?: () => any;
|
|
1770
1770
|
onClosed?: () => any;
|
|
1771
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
1771
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
1772
1772
|
$attrs: {
|
|
1773
1773
|
[x: string]: unknown;
|
|
1774
1774
|
};
|
|
@@ -1783,10 +1783,6 @@ declare const DropdownTypes: () => (({
|
|
|
1783
1783
|
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
1784
1784
|
$el: any;
|
|
1785
1785
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1786
|
-
container: {
|
|
1787
|
-
type: import("vue").PropType<string>;
|
|
1788
|
-
default: string;
|
|
1789
|
-
};
|
|
1790
1786
|
theme: {
|
|
1791
1787
|
type: import("vue").PropType<string>;
|
|
1792
1788
|
default: string;
|
|
@@ -1814,6 +1810,10 @@ declare const DropdownTypes: () => (({
|
|
|
1814
1810
|
type: import("vue").PropType<string>;
|
|
1815
1811
|
default: string;
|
|
1816
1812
|
};
|
|
1813
|
+
container: {
|
|
1814
|
+
type: import("vue").PropType<string>;
|
|
1815
|
+
default: string;
|
|
1816
|
+
};
|
|
1817
1817
|
placement: {
|
|
1818
1818
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
1819
1819
|
default: string;
|
|
@@ -2015,13 +2015,13 @@ declare const DropdownTypes: () => (({
|
|
|
2015
2015
|
clear: () => void;
|
|
2016
2016
|
copyToClipboard: () => void;
|
|
2017
2017
|
}, string, {
|
|
2018
|
-
container: string;
|
|
2019
2018
|
theme: string;
|
|
2020
2019
|
disabled: boolean;
|
|
2021
2020
|
size: "small" | "medium" | "large";
|
|
2022
2021
|
flip: boolean;
|
|
2023
2022
|
mandatory: boolean;
|
|
2024
2023
|
testId: string;
|
|
2024
|
+
container: string;
|
|
2025
2025
|
placement: import("floating-vue").Placement;
|
|
2026
2026
|
distance: number;
|
|
2027
2027
|
popperClass: string;
|
|
@@ -2085,10 +2085,6 @@ declare const DropdownTypes: () => (({
|
|
|
2085
2085
|
$nextTick: typeof import("vue").nextTick;
|
|
2086
2086
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
2087
2087
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
2088
|
-
container: {
|
|
2089
|
-
type: import("vue").PropType<string>;
|
|
2090
|
-
default: string;
|
|
2091
|
-
};
|
|
2092
2088
|
theme: {
|
|
2093
2089
|
type: import("vue").PropType<string>;
|
|
2094
2090
|
default: string;
|
|
@@ -2116,6 +2112,10 @@ declare const DropdownTypes: () => (({
|
|
|
2116
2112
|
type: import("vue").PropType<string>;
|
|
2117
2113
|
default: string;
|
|
2118
2114
|
};
|
|
2115
|
+
container: {
|
|
2116
|
+
type: import("vue").PropType<string>;
|
|
2117
|
+
default: string;
|
|
2118
|
+
};
|
|
2119
2119
|
placement: {
|
|
2120
2120
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
2121
2121
|
default: string;
|
|
@@ -2312,10 +2312,6 @@ declare const DropdownTypes: () => (({
|
|
|
2312
2312
|
__isTeleport?: never;
|
|
2313
2313
|
__isSuspense?: never;
|
|
2314
2314
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2315
|
-
container: {
|
|
2316
|
-
type: import("vue").PropType<string>;
|
|
2317
|
-
default: string;
|
|
2318
|
-
};
|
|
2319
2315
|
theme: {
|
|
2320
2316
|
type: import("vue").PropType<string>;
|
|
2321
2317
|
default: string;
|
|
@@ -2343,6 +2339,10 @@ declare const DropdownTypes: () => (({
|
|
|
2343
2339
|
type: import("vue").PropType<string>;
|
|
2344
2340
|
default: string;
|
|
2345
2341
|
};
|
|
2342
|
+
container: {
|
|
2343
|
+
type: import("vue").PropType<string>;
|
|
2344
|
+
default: string;
|
|
2345
|
+
};
|
|
2346
2346
|
placement: {
|
|
2347
2347
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
2348
2348
|
default: string;
|
|
@@ -2544,13 +2544,13 @@ declare const DropdownTypes: () => (({
|
|
|
2544
2544
|
clear: () => void;
|
|
2545
2545
|
copyToClipboard: () => void;
|
|
2546
2546
|
}, string, {
|
|
2547
|
-
container: string;
|
|
2548
2547
|
theme: string;
|
|
2549
2548
|
disabled: boolean;
|
|
2550
2549
|
size: "small" | "medium" | "large";
|
|
2551
2550
|
flip: boolean;
|
|
2552
2551
|
mandatory: boolean;
|
|
2553
2552
|
testId: string;
|
|
2553
|
+
container: string;
|
|
2554
2554
|
placement: import("floating-vue").Placement;
|
|
2555
2555
|
distance: number;
|
|
2556
2556
|
popperClass: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./TextField.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../TextField.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css"; //*');
|
|
4
|
+
const d = /* @__PURE__ */ o(e, [["__scopeId", "data-v-4d9bf5b2"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
d as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../TextField.
|
|
1
|
+
import "../../../TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css"; import { defineComponent as J, computed as f, ref as Q, openBlock as l, createElementBlock as d, mergeProps as c, unref as t, createBlock as r, createCommentVNode as n, createElementVNode as A, normalizeClass as E, renderSlot as F, withCtx as b, createTextVNode as V, toDisplayString as $, withKeys as U, withModifiers as z, normalizeProps as O, createVNode as p } from "vue";
|
|
2
2
|
import v from "../../icon/v4/IconV4.vue.js";
|
|
3
3
|
import "../../icon/v4/IconFlag.vue.js";
|
|
4
4
|
import X from "../../tooltip/v4/TooltipV4.vue.js";
|
|
@@ -27,9 +27,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
27
27
|
skidding: number;
|
|
28
28
|
testId: string;
|
|
29
29
|
}>>>, {
|
|
30
|
-
container: string;
|
|
31
30
|
theme: string;
|
|
32
31
|
testId: string;
|
|
32
|
+
container: string;
|
|
33
33
|
distance: number;
|
|
34
34
|
isOnTop: boolean;
|
|
35
35
|
skidding: number;
|
|
@@ -3,22 +3,22 @@ declare const MenuTypes: () => ({
|
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: Partial<{
|
|
6
|
-
container: string;
|
|
7
6
|
theme: string;
|
|
8
7
|
testId: string;
|
|
8
|
+
container: string;
|
|
9
9
|
distance: number;
|
|
10
10
|
isOnTop: boolean;
|
|
11
11
|
skidding: number;
|
|
12
12
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
-
|
|
13
|
+
theme: {
|
|
14
14
|
type: import("vue").PropType<string>;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
|
-
|
|
17
|
+
testId: {
|
|
18
18
|
type: import("vue").PropType<string>;
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
|
-
|
|
21
|
+
container: {
|
|
22
22
|
type: import("vue").PropType<string>;
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
@@ -34,7 +34,7 @@ declare const MenuTypes: () => ({
|
|
|
34
34
|
type: import("vue").PropType<number>;
|
|
35
35
|
default: number;
|
|
36
36
|
};
|
|
37
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
37
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "container" | "distance" | "isOnTop" | "skidding">;
|
|
38
38
|
$attrs: {
|
|
39
39
|
[x: string]: unknown;
|
|
40
40
|
};
|
|
@@ -49,15 +49,15 @@ declare const MenuTypes: () => ({
|
|
|
49
49
|
$emit: (event: string, ...args: any[]) => void;
|
|
50
50
|
$el: any;
|
|
51
51
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
-
|
|
52
|
+
theme: {
|
|
53
53
|
type: import("vue").PropType<string>;
|
|
54
54
|
default: string;
|
|
55
55
|
};
|
|
56
|
-
|
|
56
|
+
testId: {
|
|
57
57
|
type: import("vue").PropType<string>;
|
|
58
58
|
default: string;
|
|
59
59
|
};
|
|
60
|
-
|
|
60
|
+
container: {
|
|
61
61
|
type: import("vue").PropType<string>;
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
@@ -74,9 +74,9 @@ declare const MenuTypes: () => ({
|
|
|
74
74
|
default: number;
|
|
75
75
|
};
|
|
76
76
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
77
|
-
container: string;
|
|
78
77
|
theme: string;
|
|
79
78
|
testId: string;
|
|
79
|
+
container: string;
|
|
80
80
|
distance: number;
|
|
81
81
|
isOnTop: boolean;
|
|
82
82
|
skidding: number;
|
|
@@ -101,15 +101,15 @@ declare const MenuTypes: () => ({
|
|
|
101
101
|
$nextTick: typeof import("vue").nextTick;
|
|
102
102
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
103
103
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
104
|
-
|
|
104
|
+
theme: {
|
|
105
105
|
type: import("vue").PropType<string>;
|
|
106
106
|
default: string;
|
|
107
107
|
};
|
|
108
|
-
|
|
108
|
+
testId: {
|
|
109
109
|
type: import("vue").PropType<string>;
|
|
110
110
|
default: string;
|
|
111
111
|
};
|
|
112
|
-
|
|
112
|
+
container: {
|
|
113
113
|
type: import("vue").PropType<string>;
|
|
114
114
|
default: string;
|
|
115
115
|
};
|
|
@@ -130,15 +130,15 @@ declare const MenuTypes: () => ({
|
|
|
130
130
|
__isTeleport?: never;
|
|
131
131
|
__isSuspense?: never;
|
|
132
132
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
133
|
-
|
|
133
|
+
theme: {
|
|
134
134
|
type: import("vue").PropType<string>;
|
|
135
135
|
default: string;
|
|
136
136
|
};
|
|
137
|
-
|
|
137
|
+
testId: {
|
|
138
138
|
type: import("vue").PropType<string>;
|
|
139
139
|
default: string;
|
|
140
140
|
};
|
|
141
|
-
|
|
141
|
+
container: {
|
|
142
142
|
type: import("vue").PropType<string>;
|
|
143
143
|
default: string;
|
|
144
144
|
};
|
|
@@ -155,9 +155,9 @@ declare const MenuTypes: () => ({
|
|
|
155
155
|
default: number;
|
|
156
156
|
};
|
|
157
157
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
158
|
-
container: string;
|
|
159
158
|
theme: string;
|
|
160
159
|
testId: string;
|
|
160
|
+
container: string;
|
|
161
161
|
distance: number;
|
|
162
162
|
isOnTop: boolean;
|
|
163
163
|
skidding: number;
|
|
@@ -9,6 +9,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
9
9
|
showSearch?: boolean;
|
|
10
10
|
searchPlaceholder?: string;
|
|
11
11
|
searchHandler?: (item: SortableListItem, searchQuery: string) => boolean;
|
|
12
|
+
isLoading?: boolean;
|
|
13
|
+
loadingRowCount?: number;
|
|
14
|
+
emptyStateTitle?: string;
|
|
12
15
|
testId?: string;
|
|
13
16
|
}>, {
|
|
14
17
|
items: () => any[];
|
|
@@ -20,6 +23,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
20
23
|
showSearch: boolean;
|
|
21
24
|
searchPlaceholder: string;
|
|
22
25
|
searchHandler: any;
|
|
26
|
+
isLoading: boolean;
|
|
27
|
+
loadingRowCount: number;
|
|
28
|
+
emptyStateTitle: string;
|
|
23
29
|
testId: string;
|
|
24
30
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
31
|
"update:items": (items: SortableListItem[]) => void;
|
|
@@ -38,6 +44,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
38
44
|
showSearch?: boolean;
|
|
39
45
|
searchPlaceholder?: string;
|
|
40
46
|
searchHandler?: (item: SortableListItem, searchQuery: string) => boolean;
|
|
47
|
+
isLoading?: boolean;
|
|
48
|
+
loadingRowCount?: number;
|
|
49
|
+
emptyStateTitle?: string;
|
|
41
50
|
testId?: string;
|
|
42
51
|
}>, {
|
|
43
52
|
items: () => any[];
|
|
@@ -49,6 +58,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
49
58
|
showSearch: boolean;
|
|
50
59
|
searchPlaceholder: string;
|
|
51
60
|
searchHandler: any;
|
|
61
|
+
isLoading: boolean;
|
|
62
|
+
loadingRowCount: number;
|
|
63
|
+
emptyStateTitle: string;
|
|
52
64
|
testId: string;
|
|
53
65
|
}>>> & {
|
|
54
66
|
"onUpdate:items"?: (items: SortableListItem[]) => any;
|
|
@@ -60,6 +72,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
60
72
|
}, {
|
|
61
73
|
search: string;
|
|
62
74
|
testId: string;
|
|
75
|
+
isLoading: boolean;
|
|
63
76
|
displayValue: (item: SortableListItem) => string;
|
|
64
77
|
searchPlaceholder: string;
|
|
65
78
|
items: SortableListItem[];
|
|
@@ -68,10 +81,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
68
81
|
openId: string | number;
|
|
69
82
|
selectedId: string | number;
|
|
70
83
|
showSearch: boolean;
|
|
84
|
+
loadingRowCount: number;
|
|
85
|
+
emptyStateTitle: string;
|
|
71
86
|
}>, {
|
|
72
87
|
menu?(_: {
|
|
73
88
|
item: SortableListItem;
|
|
74
89
|
}): any;
|
|
90
|
+
loader?(_: {}): any;
|
|
91
|
+
"empty-state"?(_: {}): any;
|
|
75
92
|
}>;
|
|
76
93
|
export default _default;
|
|
77
94
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./SortableList.vue2.js";
|
|
2
2
|
/* empty css */import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../SortableList.
|
|
4
|
-
const
|
|
3
|
+
// import "../../SortableList.vue_vue_type_style_index_0_scoped_402063dc_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-402063dc"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|