@ironsource/shared-ui 2.1.7-rc.7 → 2.1.7-rc.8

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.
@@ -0,0 +1 @@
1
+ .multi-table-container[data-v-9e22192c]{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-9e22192c]{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-9e22192c]{position:sticky;top:0;z-index:calc(var(--5851aa78) + 3)}.multi-table-container[data-v-9e22192c] table{display:table;border:unset;border-radius:unset}.multi-table-container[data-v-9e22192c] thead{border-top:1px solid var(--common-divider)}.multi-table-container .tables-container[data-v-9e22192c] thead.sticky{top:62px}
@@ -1,7 +1,7 @@
1
1
  import e from "./MultipleDataGrid.vue2.js";
2
2
  /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../MultipleDataGrid.vue_vue_type_style_index_0_scoped_efbbc0bc_lang.css"; //*');
4
- const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-efbbc0bc"]]);
3
+ // import "../../../MultipleDataGrid.vue_vue_type_style_index_0_scoped_9e22192c_lang.css"; //*');
4
+ const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-9e22192c"]]);
5
5
  export {
6
- p as default
6
+ s as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../MultipleDataGrid.vue_vue_type_style_index_0_scoped_efbbc0bc_lang.css"; import { defineComponent as L, useCssVars as R, computed as V, openBlock as l, createElementBlock as d, createElementVNode as y, normalizeClass as z, unref as o, createBlock as c, createCommentVNode as m, isRef as E, Fragment as $, renderList as g, createSlots as p, withCtx as D, renderSlot as M } from "vue";
1
+ import "../../../MultipleDataGrid.vue_vue_type_style_index_0_scoped_9e22192c_lang.css"; import { defineComponent as L, useCssVars as R, computed as V, openBlock as l, createElementBlock as d, createElementVNode as y, normalizeClass as z, unref as o, createBlock as c, createCommentVNode as m, isRef as E, Fragment as $, renderList as g, createSlots as p, withCtx as D, renderSlot as M } from "vue";
2
2
  import S from "./DataGrid.vue.js";
3
3
  import "./DataGridMenu.vue.js";
4
4
  import N from "./DataGridRowsCounter.vue.js";
@@ -35,7 +35,7 @@ const A = ["data-testid"], F = {
35
35
  setup(t, { emit: n }) {
36
36
  const r = t;
37
37
  R((e) => ({
38
- "3e16946e": t.zIndexBase
38
+ "5851aa78": t.zIndexBase
39
39
  }));
40
40
  const h = V(
41
41
  () => r.isLoading || !r.tablesSettings.flatMap((e) => e.rows).length
@@ -60,8 +60,8 @@ const A = ["data-testid"], F = {
60
60
  "total-text": t.totalText,
61
61
  "displaying-text": t.displayingText,
62
62
  "out-of-text": t.outOfText,
63
- testid: t.testId
64
- }, null, 8, ["count", "total-count", "total-text", "displaying-text", "out-of-text", "testid"]))
63
+ "test-id": t.testId
64
+ }, null, 8, ["count", "total-count", "total-text", "displaying-text", "out-of-text", "test-id"]))
65
65
  ], 8, A),
66
66
  t.showSearch ? (l(), c(o(O), {
67
67
  key: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.1.7-rc.7",
3
+ "version": "2.1.7-rc.8",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -1 +0,0 @@
1
- .multi-table-container[data-v-efbbc0bc]{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-efbbc0bc]{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-efbbc0bc]{position:sticky;top:0;z-index:calc(var(--3e16946e) + 3)}.multi-table-container[data-v-efbbc0bc] table{display:table;border:unset;border-radius:unset}.multi-table-container[data-v-efbbc0bc] thead{border-top:1px solid var(--common-divider)}.multi-table-container .tables-container[data-v-efbbc0bc] thead.sticky{top:62px}