@ironsource/shared-ui 2.1.1-rc.2 → 2.1.1-test.1
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/{CardPanel.vue_vue_type_style_index_0_scoped_3cda0f04_lang.css → CardPanel.vue_vue_type_style_index_0_scoped_d2b5d12f_lang.css} +1 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_9cc6b34e_lang.css +1 -0
- package/{FormCard.vue_vue_type_style_index_0_scoped_bb7d27f9_lang.css → FormCard.vue_vue_type_style_index_0_scoped_ad5e4be0_lang.css} +1 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_017dc22e_lang.css +1 -0
- package/components/{layout → forms}/CardPanel.vue.js +2 -2
- package/components/{layout → forms}/CardPanel.vue2.js +1 -1
- package/components/forms/FormCard.vue.js +7 -0
- package/components/{layout → forms}/FormCard.vue2.js +1 -1
- package/components/forms/FormRow.vue.js +7 -0
- package/components/forms/FormRow.vue2.js +41 -0
- package/components/forms/index.d.ts +397 -0
- package/components/forms/index.js +9 -2
- package/components/forms/validation/examples/dynamicForm/useFormTestValidation.d.ts +2 -1
- package/components/forms/validation/examples/simpleForm/useSimpleFormValidation.d.ts +2 -1
- package/components/icon/v3/icons/Duplicate.vue.js +1 -1
- package/components/layout/index.d.ts +3 -398
- package/components/layout/index.js +4 -10
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +83 -90
- package/composables/useFormValidation.d.ts +2 -2
- package/composables/useFormValidation.js +12 -12
- package/index.js +85 -84
- package/package.json +1 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_09d33c49_lang.css +0 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_8daca9c2_lang.css +0 -1
- package/components/layout/FormCard.vue.js +0 -7
- package/components/layout/FormRow.vue.js +0 -7
- package/components/layout/FormRow.vue2.js +0 -43
- /package/components/{layout → forms}/CardPanel.vue.d.ts +0 -0
- /package/components/{layout → forms}/FormCard.vue.d.ts +0 -0
- /package/components/{layout → forms}/FormRow.vue.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.sticky[data-v-09d33c49]{position:sticky}.table-container[data-v-09d33c49]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-09d33c49]{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-09d33c49]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-09d33c49]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-09d33c49]{width:13.75rem}.table-header.isStickyHeader[data-v-09d33c49]{z-index:calc(var(--06152a68) + 3);top:0}.table-head-container[data-v-09d33c49]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-09d33c49]{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-09d33c49]{display:inline-table}.table-header-actions[data-v-09d33c49]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-09d33c49]{position:relative}.table-row.loading[data-v-09d33c49]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-09d33c49]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-09d33c49]{border-bottom:none}.expanded-row[data-v-09d33c49]{grid-column:var(--956a5780);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-09d33c49]{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)}table.hasFooter[data-v-09d33c49]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-09d33c49],table th[data-v-09d33c49]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-09d33c49]:first-of-type,table th[data-v-09d33c49]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-09d33c49]:last-of-type,table th[data-v-09d33c49]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-09d33c49],table th.expand-toggle-cell[data-v-09d33c49]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-09d33c49]{border-bottom:none;z-index:calc(var(--06152a68) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-09d33c49]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--55b2d739)}table>thead>tr>th[data-v-09d33c49]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.bordered[data-v-09d33c49]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-09d33c49]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-09d33c49]{justify-content:flex-end}table>thead>tr>th.isSortable[data-v-09d33c49]{cursor:pointer}table>thead.sticky[data-v-09d33c49]{position:sticky;top:0;background:white}table>thead.isStickyHeader[data-v-09d33c49]{z-index:calc(var(--06152a68) + 2);top:calc(var(--spacing-800) - 1px)}table>tbody[data-v-09d33c49]{display:block}table>tbody>*>tr[data-v-09d33c49]{background-color:var(--background-default);min-height:var(--e26970fe);height:auto;display:grid;align-items:center;grid-template-columns:var(--55b2d739)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-09d33c49]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-09d33c49]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-09d33c49]{background-color:var(--background-default);border:none;min-width:0;display:flex;min-height:var(--e26970fe);height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-09d33c49]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-09d33c49]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-09d33c49]{justify-content:flex-end;text-align:right}.section-container[data-v-09d33c49]{left:0}.sections[data-v-09d33c49]{display:flex}.section[data-v-09d33c49]{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-09d33c49]{width:100%}.empty-state[data-v-09d33c49]{min-height:250px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.form-row[data-v-8daca9c2]{display:flex;height:auto;gap:1.5rem;align-items:center}.form-row .label-container[data-v-8daca9c2]{display:flex;min-height:1.75rem;height:100%;width:12.875rem;align-items:center;gap:.25rem;flex-shrink:0}.form-row .label-container .mandatory[data-v-8daca9c2]{color:var(--error-main);padding-top:.1875rem}.form-row .content[data-v-8daca9c2]{display:flex;flex-direction:column;align-items:stretch;gap:.25rem;width:100%}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import o from "./FormCard.vue2.js";
|
|
2
|
-
/* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../FormCard.vue_vue_type_style_index_0_scoped_bb7d27f9_lang.css"; //*');
|
|
4
|
-
const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-bb7d27f9"]]);
|
|
5
|
-
export {
|
|
6
|
-
t as default
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import o from "./FormRow.vue2.js";
|
|
2
|
-
/* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../FormRow.vue_vue_type_style_index_0_scoped_8daca9c2_lang.css"; //*');
|
|
4
|
-
const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-8daca9c2"]]);
|
|
5
|
-
export {
|
|
6
|
-
t as default
|
|
7
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import "../../FormRow.vue_vue_type_style_index_0_scoped_8daca9c2_lang.css"; import { defineComponent as c, openBlock as t, createElementBlock as i, createElementVNode as a, createVNode as m, unref as o, withCtx as l, createTextVNode as d, toDisplayString as u, createBlock as f, createCommentVNode as r, renderSlot as y } from "vue";
|
|
2
|
-
import n from "../typography/v4/Typography.vue.js";
|
|
3
|
-
const p = {
|
|
4
|
-
key: 0,
|
|
5
|
-
class: "form-row"
|
|
6
|
-
}, _ = ["data-testid"], h = { class: "content" }, B = /* @__PURE__ */ c({
|
|
7
|
-
__name: "FormRow",
|
|
8
|
-
props: {
|
|
9
|
-
label: { default: "" },
|
|
10
|
-
mandatory: { type: Boolean, default: !1 },
|
|
11
|
-
testId: { default: "" }
|
|
12
|
-
},
|
|
13
|
-
setup(e) {
|
|
14
|
-
return (s, b) => e.label ? (t(), i("div", p, [
|
|
15
|
-
a("div", {
|
|
16
|
-
"data-testid": e.testId,
|
|
17
|
-
class: "label-container"
|
|
18
|
-
}, [
|
|
19
|
-
m(o(n), { variant: "inputLabel" }, {
|
|
20
|
-
default: l(() => [
|
|
21
|
-
d(u(e.label), 1)
|
|
22
|
-
]),
|
|
23
|
-
_: 1
|
|
24
|
-
}),
|
|
25
|
-
e.mandatory ? (t(), f(o(n), {
|
|
26
|
-
key: 0,
|
|
27
|
-
class: "mandatory"
|
|
28
|
-
}, {
|
|
29
|
-
default: l(() => [
|
|
30
|
-
d("*")
|
|
31
|
-
]),
|
|
32
|
-
_: 1
|
|
33
|
-
})) : r("", !0)
|
|
34
|
-
], 8, _),
|
|
35
|
-
a("div", h, [
|
|
36
|
-
y(s.$slots, "default", {}, void 0, !0)
|
|
37
|
-
])
|
|
38
|
-
])) : r("", !0);
|
|
39
|
-
}
|
|
40
|
-
});
|
|
41
|
-
export {
|
|
42
|
-
B as default
|
|
43
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|