@ironsource/shared-ui 2.1.7-test.4 → 2.1.7-test.5
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_5273976b_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_1eea7671_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_e9cd63b8_lang.css +1 -0
- package/TabsV4.vue_vue_type_style_index_0_scoped_f9433b11_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 +5 -5
- package/components/appHeader/AppHeader.vue.d.ts +1 -1
- package/components/appHeader/index.d.ts +9 -9
- package/components/icon/v4/IconV4.vue.d.ts +0 -5
- package/components/icon/v4/IconV4.vue.js +4 -4
- package/components/icon/v4/IconV4.vue2.js +26 -29
- package/components/icon/v4/index.d.ts +1 -20
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +1 -1
- package/components/sortableList/SortableList.vue.d.ts +25 -0
- package/components/sortableList/SortableList.vue.js +4 -4
- package/components/sortableList/SortableList.vue2.js +129 -89
- package/components/sortableList/index.d.ts +88 -2
- package/components/table/common/Table.common.js +71 -68
- 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 +12 -2
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +103 -100
- package/components/table/v4/DataGridRowsCounter.vue.js +2 -2
- package/components/table/v4/DataGridRowsCounter.vue2.js +14 -13
- 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 +126 -75
- package/components/table/v4/storyUtils.d.ts +4 -0
- 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/tabs/v4/TabsV4.vue.js +4 -4
- package/components/tabs/v4/TabsV4.vue2.js +37 -40
- package/design-foundation.stories/icons/iconsData.d.ts +2 -6
- package/index.d.ts +566 -292
- package/package.json +1 -1
- package/utils/formatNumbers.d.ts +4 -0
- package/utils/formatNumbers.js +11 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_63aaf3be_lang.css +0 -1
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_0ce71f73_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_31bfb722_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_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/TabsV4.vue_vue_type_style_index_0_scoped_bab40cfe_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_b62ee695_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.sticky[data-v-5273976b]{position:sticky}.table-container[data-v-5273976b]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-5273976b]{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-5273976b]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-5273976b]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-5273976b]{width:13.75rem}.table-header.isStickyHeader[data-v-5273976b]{z-index:calc(var(--2d374a62) + 3);top:0}.table-head-container[data-v-5273976b]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-5273976b]{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-5273976b]{display:inline-table}.table-header-actions[data-v-5273976b]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-5273976b]{position:relative}.table-row.loading[data-v-5273976b]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-5273976b]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-5273976b]{border-bottom:none}.expanded-row[data-v-5273976b]{grid-column:var(--7d502b56);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-5273976b]{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-5273976b]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-5273976b],table th[data-v-5273976b]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-5273976b]:first-of-type,table th[data-v-5273976b]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-5273976b]:last-of-type,table th[data-v-5273976b]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-5273976b],table th.expand-toggle-cell[data-v-5273976b]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-5273976b]{border-bottom:none;z-index:calc(var(--2d374a62) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-5273976b]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--31bec0cf)}table>thead>tr>th[data-v-5273976b]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.bordered[data-v-5273976b]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-5273976b]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-5273976b]{justify-content:flex-end}table>thead>tr>th.isSortable[data-v-5273976b]{cursor:pointer}table>thead.sticky[data-v-5273976b]{position:sticky;top:0;background:white}table>thead.isStickyHeader[data-v-5273976b]{z-index:calc(var(--2d374a62) + 2);top:calc(var(--spacing-800) - 1px)}table>tbody[data-v-5273976b]{display:block}table>tbody>*>tr[data-v-5273976b]{background-color:var(--background-default);min-height:var(--93d8ccd2);height:auto;display:grid;align-items:center;grid-template-columns:var(--31bec0cf)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-5273976b]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-5273976b],table>tbody>*>tr.activeMenu>td[data-v-5273976b]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-5273976b]{background-color:var(--background-default);border:none;min-width:0;display:flex;min-height:var(--93d8ccd2);height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-5273976b]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-5273976b]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-5273976b]{justify-content:flex-end;text-align:right}.section-container[data-v-5273976b]{left:0}.sections[data-v-5273976b]{display:flex}.section[data-v-5273976b]{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-5273976b]{width:100%}.empty-state[data-v-5273976b]{min-height:250px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.data-grid-rows-counter[data-v-ef699ec5]{color:var(--text-secondary)}.text-strong[data-v-ef699ec5]{color:var(--text-primary)}
|
|
@@ -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
|
+
.icon[data-v-1eea7671]{user-select:none;display:flex;align-items:center;justify-content:center;width:fit-content;height:fit-content}.icon .icon-wrapper[data-v-1eea7671]{width:var(--2034b1ce);height:var(--66dae3c2);color:var(--5a4ab638)}.icon .icon-wrapper[data-v-1eea7671] svg{width:100%;height:100%}
|
|
@@ -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-e9cd63b8]{margin-bottom:var(--spacing-100)}.sortable-list[data-v-e9cd63b8],.locked-list[data-v-e9cd63b8]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--spacing-75);color:var(--text-primary)}.locked-list[data-v-e9cd63b8]{margin-top:var(--spacing-75)}.force-grabbing-cursor *[data-v-e9cd63b8]{cursor:move!important;cursor:-webkit-grabbing!important;cursor:-moz-grabbing!important;cursor:grabbing!important}.empty-state-title[data-v-e9cd63b8]{color:var(--text-disabled);padding:0 8px;width:100%}.loader-bars[data-v-e9cd63b8]{display:flex;flex-direction:column;gap:6px}.loader-bars .loader-bar[data-v-e9cd63b8]{height:40px;width:100%}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.tabs-list[data-v-f9433b11]{position:relative;padding:0;margin:0}.tabs-list--page[data-v-f9433b11]{border-bottom:1px solid var(--common-divider);box-sizing:border-box}.tabs-list--page .tab-item[data-v-f9433b11]{padding:0;margin-right:var(--spacing-200);min-height:calc(var(--spacing-600) - 1px)}.tabs-list--page .tabs-border-line[data-v-f9433b11]{margin-top:-1px}.tabs-border-line[data-v-f9433b11]{left:var(--167b065e);width:var(--8cfadb62);border-bottom:2px solid var(--primary-main);transition:left .2s ease-in-out,width .2s;position:absolute;margin-top:-2px}.tab-item[data-v-f9433b11]{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;color:var(--action-active);gap:var(--spacing-100);vertical-align:middle;padding:0 var(--spacing-300);min-height:var(--spacing-600)}.tab-item[data-v-f9433b11]:hover{cursor:pointer;color:var(--text-primary)}.tab-item--active[data-v-f9433b11]{color:var(--text-primary)}.tab-item--disabled[data-v-f9433b11]{color:var(--action-disabled);cursor:not-allowed;pointer-events:none}
|
|
@@ -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,4 +1,4 @@
|
|
|
1
|
-
import "../../ThemeWrapper.
|
|
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
2
|
import { useThemeStore as i } from "./ThemeStrore.js";
|
|
3
3
|
const v = /* @__PURE__ */ a({
|
|
4
4
|
__name: "ThemeWrapper",
|
|
@@ -6,12 +6,12 @@ const v = /* @__PURE__ */ a({
|
|
|
6
6
|
version: { default: "v4" }
|
|
7
7
|
},
|
|
8
8
|
setup(o) {
|
|
9
|
-
const
|
|
9
|
+
const r = o, s = m(() => {
|
|
10
10
|
const e = [], { theme: t } = i(), n = t.value === "light" ? "light-theme" : "dark-theme";
|
|
11
|
-
return e.push(n), e.push(
|
|
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));
|
|
@@ -38,8 +38,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
38
38
|
name: string;
|
|
39
39
|
type: 'small' | 'normal';
|
|
40
40
|
image: string;
|
|
41
|
-
platform: 'android' | 'ios';
|
|
42
41
|
testId: string;
|
|
42
|
+
platform: 'android' | 'ios';
|
|
43
43
|
appKey: string;
|
|
44
44
|
showAbIcon: boolean;
|
|
45
45
|
}>;
|
|
@@ -14,13 +14,13 @@ declare const AppHeaderTypes: () => import("vue").DefineComponent<{
|
|
|
14
14
|
required: true;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
|
-
|
|
18
|
-
type: import("vue").PropType<
|
|
17
|
+
testId: {
|
|
18
|
+
type: import("vue").PropType<string>;
|
|
19
19
|
required: true;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
-
|
|
23
|
-
type: import("vue").PropType<
|
|
22
|
+
platform: {
|
|
23
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
24
24
|
required: true;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
@@ -50,13 +50,13 @@ declare const AppHeaderTypes: () => import("vue").DefineComponent<{
|
|
|
50
50
|
required: true;
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
|
-
|
|
54
|
-
type: import("vue").PropType<
|
|
53
|
+
testId: {
|
|
54
|
+
type: import("vue").PropType<string>;
|
|
55
55
|
required: true;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
|
-
|
|
59
|
-
type: import("vue").PropType<
|
|
58
|
+
platform: {
|
|
59
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
60
60
|
required: true;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
@@ -75,8 +75,8 @@ declare const AppHeaderTypes: () => import("vue").DefineComponent<{
|
|
|
75
75
|
name: string;
|
|
76
76
|
type: "small" | "normal";
|
|
77
77
|
image: string;
|
|
78
|
-
platform: "android" | "ios";
|
|
79
78
|
testId: string;
|
|
79
|
+
platform: "android" | "ios";
|
|
80
80
|
appKey: string;
|
|
81
81
|
showAbIcon: boolean;
|
|
82
82
|
}>[];
|
|
@@ -5,7 +5,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
5
5
|
size?: string;
|
|
6
6
|
height?: string;
|
|
7
7
|
width?: string;
|
|
8
|
-
platform?: string;
|
|
9
8
|
}>, {
|
|
10
9
|
name: any;
|
|
11
10
|
size: any;
|
|
@@ -13,7 +12,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
13
12
|
type: string;
|
|
14
13
|
height: any;
|
|
15
14
|
width: any;
|
|
16
|
-
platform: any;
|
|
17
15
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
18
16
|
type?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19
17
|
name?: string;
|
|
@@ -21,7 +19,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
21
19
|
size?: string;
|
|
22
20
|
height?: string;
|
|
23
21
|
width?: string;
|
|
24
|
-
platform?: string;
|
|
25
22
|
}>, {
|
|
26
23
|
name: any;
|
|
27
24
|
size: any;
|
|
@@ -29,7 +26,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
29
26
|
type: string;
|
|
30
27
|
height: any;
|
|
31
28
|
width: any;
|
|
32
|
-
platform: any;
|
|
33
29
|
}>>>, {
|
|
34
30
|
name: string;
|
|
35
31
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -37,7 +33,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
37
33
|
size: string;
|
|
38
34
|
height: string;
|
|
39
35
|
width: string;
|
|
40
|
-
platform: string;
|
|
41
36
|
}>, {
|
|
42
37
|
default?(_: {}): any;
|
|
43
38
|
}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./IconV4.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../IconV4.
|
|
4
|
-
const
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../IconV4.vue_vue_type_style_index_0_scoped_1eea7671_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-1eea7671"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../../../IconV4.
|
|
2
|
-
import { useStorage as
|
|
1
|
+
import "../../../IconV4.vue_vue_type_style_index_0_scoped_1eea7671_lang.css"; import { defineComponent as $, useCssVars as S, unref as a, useSlots as w, computed as o, watch as C, openBlock as u, createElementBlock as f, normalizeClass as _, createCommentVNode as b, renderSlot as z } from "vue";
|
|
2
|
+
import { useStorage as I } from "../../../composables/useStorage.js";
|
|
3
3
|
import { ASSETS_BASE_URL as U } from "./consts.js";
|
|
4
|
-
const V = ["innerHTML"], B = /* @__PURE__ */
|
|
4
|
+
const V = ["innerHTML"], B = /* @__PURE__ */ $({
|
|
5
5
|
__name: "IconV4",
|
|
6
6
|
props: {
|
|
7
7
|
type: { default: "regular" },
|
|
@@ -9,37 +9,34 @@ const V = ["innerHTML"], B = /* @__PURE__ */ S({
|
|
|
9
9
|
color: { default: null },
|
|
10
10
|
size: { default: null },
|
|
11
11
|
height: { default: null },
|
|
12
|
-
width: { default: null }
|
|
13
|
-
platform: { default: null }
|
|
12
|
+
width: { default: null }
|
|
14
13
|
},
|
|
15
|
-
setup(
|
|
16
|
-
const e =
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
|
|
14
|
+
setup(c) {
|
|
15
|
+
const e = c;
|
|
16
|
+
S((t) => ({
|
|
17
|
+
"2034b1ce": a(d),
|
|
18
|
+
"66dae3c2": a(m),
|
|
19
|
+
"5a4ab638": c.color
|
|
21
20
|
}));
|
|
22
|
-
const
|
|
23
|
-
() => e.platform ? `${e.type}/${e.platform}` : e.type
|
|
24
|
-
), y = o(() => {
|
|
21
|
+
const s = window.sharedUIRequestCache = window.sharedUIRequestCache || {}, p = w(), d = o(() => e.size || e.width), m = o(() => e.size || e.height), h = o(() => {
|
|
25
22
|
if (!e.name)
|
|
26
23
|
return "";
|
|
27
24
|
const t = e.name.split("/");
|
|
28
25
|
return [e.name ? `icon-name--${t.at(-1)}` : ""];
|
|
29
|
-
}),
|
|
26
|
+
}), l = o(() => {
|
|
30
27
|
if (p.default)
|
|
31
28
|
return "";
|
|
32
29
|
if (!e.name)
|
|
33
30
|
return console.error("Please provided icon name"), "";
|
|
34
31
|
const t = e.type === "regular" || e.type === "bold" || e.type === "fill" ? "ph/" : "v4/", n = e.type === "bold" || e.type === "fill" ? `-${e.type}` : "";
|
|
35
|
-
return `${U}/icons/${t}${
|
|
36
|
-
}),
|
|
32
|
+
return `${U}/icons/${t}${e.type}/${e.name}${n}.svg`;
|
|
33
|
+
}), r = I(`icon-${e.type}--${e.name}`);
|
|
37
34
|
function g(t) {
|
|
38
|
-
return
|
|
39
|
-
delete
|
|
35
|
+
return s[t] || (s[t] = fetch(t).then((n) => n.text()).finally(() => {
|
|
36
|
+
delete s[t];
|
|
40
37
|
}).catch((n) => {
|
|
41
38
|
console.error(n);
|
|
42
|
-
})),
|
|
39
|
+
})), s[t];
|
|
43
40
|
}
|
|
44
41
|
function v(t) {
|
|
45
42
|
return t.replace(
|
|
@@ -48,21 +45,21 @@ const V = ["innerHTML"], B = /* @__PURE__ */ S({
|
|
|
48
45
|
);
|
|
49
46
|
}
|
|
50
47
|
function i() {
|
|
51
|
-
g(
|
|
52
|
-
typeof t == "string" && t.startsWith("<svg") && (
|
|
48
|
+
g(l.value).then((t) => {
|
|
49
|
+
typeof t == "string" && t.startsWith("<svg") && (r.value = t);
|
|
53
50
|
});
|
|
54
51
|
}
|
|
55
|
-
!
|
|
56
|
-
const
|
|
57
|
-
return
|
|
58
|
-
class:
|
|
52
|
+
!r.value && l.value && i();
|
|
53
|
+
const y = o(() => v(r.value ?? ""));
|
|
54
|
+
return C(() => e.name, i), (t, n) => (u(), f("span", {
|
|
55
|
+
class: _(["icon", a(h)])
|
|
59
56
|
}, [
|
|
60
|
-
t.$slots.default ?
|
|
57
|
+
t.$slots.default ? b("", !0) : (u(), f("span", {
|
|
61
58
|
key: 0,
|
|
62
59
|
class: "icon-wrapper",
|
|
63
|
-
innerHTML:
|
|
60
|
+
innerHTML: a(y)
|
|
64
61
|
}, null, 8, V)),
|
|
65
|
-
|
|
62
|
+
z(t.$slots, "default", {}, void 0, !0)
|
|
66
63
|
], 2));
|
|
67
64
|
}
|
|
68
65
|
});
|
|
@@ -10,7 +10,6 @@ declare const IconTypes: () => ({
|
|
|
10
10
|
size: string;
|
|
11
11
|
height: string;
|
|
12
12
|
width: string;
|
|
13
|
-
platform: string;
|
|
14
13
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
15
14
|
name: {
|
|
16
15
|
type: import("vue").PropType<string>;
|
|
@@ -36,11 +35,7 @@ declare const IconTypes: () => ({
|
|
|
36
35
|
type: import("vue").PropType<string>;
|
|
37
36
|
default: any;
|
|
38
37
|
};
|
|
39
|
-
|
|
40
|
-
type: import("vue").PropType<string>;
|
|
41
|
-
default: any;
|
|
42
|
-
};
|
|
43
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
|
|
38
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width">;
|
|
44
39
|
$attrs: {
|
|
45
40
|
[x: string]: unknown;
|
|
46
41
|
};
|
|
@@ -79,10 +74,6 @@ declare const IconTypes: () => ({
|
|
|
79
74
|
type: import("vue").PropType<string>;
|
|
80
75
|
default: any;
|
|
81
76
|
};
|
|
82
|
-
platform: {
|
|
83
|
-
type: import("vue").PropType<string>;
|
|
84
|
-
default: any;
|
|
85
|
-
};
|
|
86
77
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
87
78
|
name: string;
|
|
88
79
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -90,7 +81,6 @@ declare const IconTypes: () => ({
|
|
|
90
81
|
size: string;
|
|
91
82
|
height: string;
|
|
92
83
|
width: string;
|
|
93
|
-
platform: string;
|
|
94
84
|
}, {}, string> & {
|
|
95
85
|
beforeCreate?: (() => void) | (() => void)[];
|
|
96
86
|
created?: (() => void) | (() => void)[];
|
|
@@ -136,10 +126,6 @@ declare const IconTypes: () => ({
|
|
|
136
126
|
type: import("vue").PropType<string>;
|
|
137
127
|
default: any;
|
|
138
128
|
};
|
|
139
|
-
platform: {
|
|
140
|
-
type: import("vue").PropType<string>;
|
|
141
|
-
default: any;
|
|
142
|
-
};
|
|
143
129
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
144
130
|
__isFragment?: never;
|
|
145
131
|
__isTeleport?: never;
|
|
@@ -169,10 +155,6 @@ declare const IconTypes: () => ({
|
|
|
169
155
|
type: import("vue").PropType<string>;
|
|
170
156
|
default: any;
|
|
171
157
|
};
|
|
172
|
-
platform: {
|
|
173
|
-
type: import("vue").PropType<string>;
|
|
174
|
-
default: any;
|
|
175
|
-
};
|
|
176
158
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
177
159
|
name: string;
|
|
178
160
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -180,7 +162,6 @@ declare const IconTypes: () => ({
|
|
|
180
162
|
size: string;
|
|
181
163
|
height: string;
|
|
182
164
|
width: string;
|
|
183
|
-
platform: string;
|
|
184
165
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
185
166
|
$slots: {
|
|
186
167
|
default?(_: {}): any;
|
|
@@ -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";
|
|
@@ -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,8 +23,15 @@ 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, {
|
|
31
|
+
sortableItemDragged: (event: {
|
|
32
|
+
id: string;
|
|
33
|
+
newIndex: number;
|
|
34
|
+
}) => void;
|
|
25
35
|
"update:items": (items: SortableListItem[]) => void;
|
|
26
36
|
"update:openId": (id: string | number) => void;
|
|
27
37
|
"update:selectedId": (id: string | number) => void;
|
|
@@ -38,6 +48,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
38
48
|
showSearch?: boolean;
|
|
39
49
|
searchPlaceholder?: string;
|
|
40
50
|
searchHandler?: (item: SortableListItem, searchQuery: string) => boolean;
|
|
51
|
+
isLoading?: boolean;
|
|
52
|
+
loadingRowCount?: number;
|
|
53
|
+
emptyStateTitle?: string;
|
|
41
54
|
testId?: string;
|
|
42
55
|
}>, {
|
|
43
56
|
items: () => any[];
|
|
@@ -49,8 +62,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
49
62
|
showSearch: boolean;
|
|
50
63
|
searchPlaceholder: string;
|
|
51
64
|
searchHandler: any;
|
|
65
|
+
isLoading: boolean;
|
|
66
|
+
loadingRowCount: number;
|
|
67
|
+
emptyStateTitle: string;
|
|
52
68
|
testId: string;
|
|
53
69
|
}>>> & {
|
|
70
|
+
onSortableItemDragged?: (event: {
|
|
71
|
+
id: string;
|
|
72
|
+
newIndex: number;
|
|
73
|
+
}) => any;
|
|
54
74
|
"onUpdate:items"?: (items: SortableListItem[]) => any;
|
|
55
75
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
56
76
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
@@ -60,6 +80,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
60
80
|
}, {
|
|
61
81
|
search: string;
|
|
62
82
|
testId: string;
|
|
83
|
+
isLoading: boolean;
|
|
63
84
|
displayValue: (item: SortableListItem) => string;
|
|
64
85
|
searchPlaceholder: string;
|
|
65
86
|
items: SortableListItem[];
|
|
@@ -68,10 +89,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
68
89
|
openId: string | number;
|
|
69
90
|
selectedId: string | number;
|
|
70
91
|
showSearch: boolean;
|
|
92
|
+
loadingRowCount: number;
|
|
93
|
+
emptyStateTitle: string;
|
|
71
94
|
}>, {
|
|
72
95
|
menu?(_: {
|
|
73
96
|
item: SortableListItem;
|
|
74
97
|
}): any;
|
|
98
|
+
loader?(_: {}): any;
|
|
99
|
+
"empty-state"?(_: {}): any;
|
|
75
100
|
}>;
|
|
76
101
|
export default _default;
|
|
77
102
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./SortableList.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../SortableList.
|
|
4
|
-
const
|
|
2
|
+
/* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-e9cd63b8"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|