@ironsource/shared-ui 2.1.12-test.83 → 2.1.12-test.84
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_b21a79b1_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_dd86e387_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_8e88292f_lang.css +1 -0
- package/components/dropdown/v4/DropdownV4.vue.js +4 -4
- package/components/dropdown/v4/DropdownV4.vue2.js +176 -169
- package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +83 -78
- package/components/dropdown/v4/index.d.ts +20 -1
- package/components/table/v4/DataGrid.vue.d.ts +2 -0
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +111 -110
- package/components/table/v4/index.d.ts +2 -0
- package/index.d.ts +44 -2
- package/index.js +1 -1
- package/mocks/apps.d.ts +1 -0
- package/package.json +1 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_0963bb3c_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_1f7f7f9c_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_9560a062_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.sticky[data-v-b21a79b1]{position:sticky}.table-container[data-v-b21a79b1]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-b21a79b1]{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-b21a79b1]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-b21a79b1]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-b21a79b1]{width:13.75rem}.table-header.isStickyHeader[data-v-b21a79b1]{z-index:calc(var(--fa2ac520) + 3);top:0}.table-head-container[data-v-b21a79b1]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-b21a79b1]{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-b21a79b1]{display:inline-table}.table-header-pre-search-content[data-v-b21a79b1]{margin-right:var(--spacing-100);display:flex;align-items:center}.table-header-actions[data-v-b21a79b1]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-b21a79b1]{position:relative}.table-row.loading[data-v-b21a79b1]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-b21a79b1]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-b21a79b1]{border-bottom:none}.expanded-row[data-v-b21a79b1]{grid-column:var(--0a907be4);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-b21a79b1]{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-b21a79b1]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-b21a79b1],table th[data-v-b21a79b1]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-b21a79b1]:first-of-type,table th[data-v-b21a79b1]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-b21a79b1]:last-of-type,table th[data-v-b21a79b1]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-b21a79b1],table th.expand-toggle-cell[data-v-b21a79b1]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-b21a79b1]{border-bottom:none;z-index:calc(var(--fa2ac520) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-b21a79b1]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--702d25dd)}table>thead>tr>th[data-v-b21a79b1]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.isSortable[data-v-b21a79b1]{cursor:pointer}table>thead>tr>td[data-v-b21a79b1]{display:flex;align-items:center}table>thead>tr>th.bordered[data-v-b21a79b1],table>thead>tr>td.bordered[data-v-b21a79b1]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-b21a79b1],table>thead>tr>td.bordered.isStickyRight[data-v-b21a79b1]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-b21a79b1],table>thead>tr>td.isTextRight[data-v-b21a79b1]{justify-content:flex-end}table>thead.sticky[data-v-b21a79b1]{position:sticky;top:0;background:var(--background-default)}table>thead.isStickyHeader[data-v-b21a79b1]{z-index:calc(var(--fa2ac520) + 2);top:calc(var(--spacing-800) - 1px)}table .totals-row[data-v-b21a79b1]{height:40px}table .totals-row[data-v-b21a79b1]:hover{background:var(--background-paper-elevation-1)}table>tbody[data-v-b21a79b1]{display:block}table>tbody>*>tr[data-v-b21a79b1]{background-color:var(--background-default);height:auto;display:grid;align-items:center;grid-template-columns:var(--702d25dd)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-b21a79b1]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-b21a79b1],table>tbody>*>tr.activeMenu>td[data-v-b21a79b1]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-b21a79b1]{background-color:var(--background-default);border:none;min-width:0;display:flex;height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-b21a79b1]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-b21a79b1]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-b21a79b1]{justify-content:flex-end;text-align:right}.underlined[data-v-b21a79b1]{border-bottom:.0625rem dashed var(--default-outlined-border)}.underlined[data-v-b21a79b1]:hover{cursor:help}.section-container[data-v-b21a79b1]{left:0}.sections[data-v-b21a79b1]{display:flex}.section[data-v-b21a79b1]{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-b21a79b1]{width:100%}.empty-state[data-v-b21a79b1]{min-height:250px}.floating-row[data-v-b21a79b1]{display:flex;inset:0;pointer-events:none;position:absolute;z-index:calc(var(--fa2ac520) + 1)}.floating-row *[data-v-b21a79b1-s]{pointer-events:auto}.bg[data-v-b21a79b1]{background:var(--background-default)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.v-enter-active[data-v-dd86e387],.v-leave-active[data-v-dd86e387]{transition:opacity .25s ease}ol[data-v-dd86e387],ul[data-v-dd86e387],menu[data-v-dd86e387]{list-style:none;margin:0;padding:0}.dropdown.full-width[data-v-dd86e387],.dropdown.full-width .button__container[data-v-dd86e387]{width:100%}.dropdown-list-wrapper[data-v-dd86e387]{display:flex;flex-direction:column;padding:.5rem .5rem .25rem}.dropdown-list-wrapper--multi[data-v-dd86e387]{padding:.5rem}.list-container--multi[data-v-dd86e387]{margin-bottom:0}.inline-search .inline-search-wrapper[data-v-dd86e387]{display:flex;gap:4px;padding-bottom:.25rem}.inline-search .inline-search-wrapper .search-container[data-v-dd86e387]{width:100%}.inline-search .list-container[data-v-dd86e387]{padding-top:0}.no-result-container[data-v-dd86e387]{height:100%;display:flex;align-items:center;padding:.375rem .5rem;color:var(--text-disabled)}.no-result[data-v-dd86e387]{color:var(--text-disabled);padding-left:.5rem}.list[data-v-dd86e387]{outline:none;display:flex;flex-direction:column;width:100%;min-height:2rem}.list--multi[data-v-dd86e387]{margin-bottom:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.list--with-conditions[data-v-dd86e387]{min-height:0;margin-bottom:0}.image-slot[data-v-dd86e387]{margin-right:.5rem}.actions-wrapper[data-v-dd86e387]{display:flex;width:100%;padding:.5rem .5rem .5rem .125rem;padding-bottom:0;border-top:1px solid var(--common-divider);justify-content:space-between;margin-top:.25rem}.apply-button[data-v-dd86e387]{margin-left:.5rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.label[data-v-8e88292f]{color:#41454d}.item-container[data-v-8e88292f]{width:100%;display:flex;align-items:center;cursor:pointer;border-radius:var(--border-radius-lg);margin-bottom:.25rem;color:var(--text-primary);padding:6px 8px}.item-container--disabled[data-v-8e88292f]{cursor:not-allowed;color:var(--text-disabled)}.item-container--disabled .item .start-icon[data-v-8e88292f],.item-container--disabled .item .end-icon[data-v-8e88292f],.item-container--disabled .item .end-text-icon[data-v-8e88292f]{color:var(--text-disabled)}.item-container--disabled .item .image img[data-v-8e88292f]{opacity:.5}.item-container[data-v-8e88292f]:hover:not(.item-container--disabled){background-color:var(--action-hover)}.item-container--active[data-v-8e88292f],.item-container[data-v-8e88292f]:active{background-color:var(--action-selected)}.item-container:not(.item-container--multi).item-container--selected[data-v-8e88292f]{background-color:var(--action-selected)}.subtitle[data-v-8e88292f]{color:#7b838c;line-height:1rem}.clear-button[data-v-8e88292f]{display:flex;padding:0 4px;color:#7b838c;align-items:center;height:auto;background-image:none;min-width:auto;border:none;background-color:transparent}.clear-button[data-v-8e88292f]:hover{color:#3083ff}.item[data-v-8e88292f]{width:100%;display:flex;gap:.5rem;align-items:center}.item--with-icon[data-v-8e88292f],.item--multi[data-v-8e88292f]{display:flex;flex-direction:row;align-items:center;justify-content:start}.item .image[data-v-8e88292f]{width:20px;height:20px;flex:none}.item .image img[data-v-8e88292f]{width:20px;height:20px;border-radius:4px}.item .flag[data-v-8e88292f]{width:16px;height:16px}.item .flag img[data-v-8e88292f]{width:16px;height:16px;border-radius:50%}.item .start-icon[data-v-8e88292f],.item .end-icon[data-v-8e88292f]{display:flex;color:var(--action-active)}.item .end-text-icon[data-v-8e88292f]{display:inline-flex}.item .option-text[data-v-8e88292f]{line-height:1.1875rem}.text-container[data-v-8e88292f]{width:100%;text-overflow:ellipsis;overflow:hidden}.v4-tooltip.tooltip-option[data-v-8e88292f]{display:block}.tooltip-option[data-v-8e88292f] .container{width:100%}.app-trigger--icon[data-v-8e88292f]{color:var(--action-active);transform:rotate(-90deg);transition:transform .2s}.app-trigger--icon.expanded[data-v-8e88292f]{transform:rotate(0)}.option-warning[data-v-8e88292f]{display:flex}.option-warning__icon[data-v-8e88292f]{color:var(--warning-main)}.option-content[data-v-8e88292f]{display:flex}.option-content[data-v-8e88292f]:not(.option-content-vertical){gap:.5rem;align-items:center}.option-content-horizontal[data-v-8e88292f]{justify-content:space-between;gap:.5rem}.option-content-vertical[data-v-8e88292f]{flex-direction:column}.option-text .main-text[data-v-8e88292f]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.option-text .main-text .conditional-option-label[data-v-8e88292f]{color:var(--text-secondary);display:inline-flex}.option-text .main-text .conditional-option-value[data-v-8e88292f]{margin-left:4px;display:inline-flex;color:var(--primary-main)}.option-text .caption-text[data-v-8e88292f]{color:var(--text-secondary)}.multiline-tooltip[data-v-8e88292f]{display:flex;flex-direction:column}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./DropdownV4.vue2.js";
|
|
2
|
-
/* empty css *//* empty css */import
|
|
3
|
-
// import "../../../DropdownV4.
|
|
2
|
+
/* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_dd86e387_lang.css"; //*');
|
|
4
4
|
// import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const
|
|
5
|
+
const d = /* @__PURE__ */ e(o, [["__scopeId", "data-v-dd86e387"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
d as default
|
|
8
8
|
};
|