@ironsource/shared-ui 2.1.8-rc.4 → 2.1.8-rc.6
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/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_2f666594_lang.css +1 -0
- package/IconButtonV4.vue_vue_type_style_index_0_scoped_06e26be2_lang.css +1 -0
- package/components/button/v4/IconButtonV4.vue.js +2 -2
- package/components/button/v4/IconButtonV4.vue2.js +1 -1
- package/components/chip/v4/ChipV4.vue.d.ts +19 -13
- package/components/chip/v4/ChipV4.vue.js +3 -3
- package/components/chip/v4/ChipV4.vue2.js +15 -13
- package/components/chip/v4/index.d.ts +138 -30
- package/components/table/v4/DataGrid.vue.d.ts +4 -0
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +140 -131
- package/components/table/v4/MultipleDataGrid.vue.d.ts +2 -2
- package/components/table/v4/index.d.ts +6 -2
- package/index.d.ts +287 -64
- package/index.js +105 -109
- package/package.json +1 -5
- package/ChipV4.vue_vue_type_style_index_0_scoped_12c0f396_lang.css +0 -1
- package/CssBaseline.vue_vue_type_style_index_0_scoped_f7dd256b_lang.css +0 -1
- package/CssBaseline.vue_vue_type_style_index_1_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_46d53424_lang.css +0 -1
- package/IconButtonV4.vue_vue_type_style_index_0_scoped_4eefa06b_lang.css +0 -1
- package/components/cssBaseline/CssBaseline.vue.d.ts +0 -9
- package/components/cssBaseline/CssBaseline.vue.js +0 -10
- package/components/cssBaseline/CssBaseline.vue2.js +0 -0
- package/components/cssBaseline/index.d.ts +0 -49
- package/components/cssBaseline/index.js +0 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.chip[data-v-a4d3a12e]{display:inline-flex;align-items:center;width:fit-content;height:fit-content;border-radius:var(--border-radius-sm);padding:2px 4px}.chip--medium[data-v-a4d3a12e]{padding:6px;border-radius:var(--border-radius-md)}.chip--default[data-v-a4d3a12e]{color:var(--action-primary);background:var(--default-light);outline-color:var(--common-divider)}.chip--primary[data-v-a4d3a12e]{color:var(--primary-contrast-text);background:var(--primary-light);outline-color:var(--primary-main)}.chip--info[data-v-a4d3a12e]{color:var(--info-contrast-text);background:var(--info-light);outline-color:var(--info-dark)}.chip--error[data-v-a4d3a12e]{color:var(--error-contrast-text);background:var(--error-light);outline-color:var(--error-main)}.chip--warning[data-v-a4d3a12e]{color:var(--warning-contrast-text);background:var(--warning-light);outline-color:var(--warning-main)}.chip--success[data-v-a4d3a12e]{color:var(--success-contrast-text);background:var(--success-light);outline-color:var(--success-main)}.chip--dark[data-v-a4d3a12e]{color:var(--common-inverse-white);background:var(--common-inverse-black);outline-color:var(--common-divider)}.chip--filled[data-v-a4d3a12e]{outline-width:0}.chip--outlined[data-v-a4d3a12e]{outline-style:solid;outline-width:1px;outline-offset:-1px;background:transparent}.chip--outlined.chip--dark[data-v-a4d3a12e]{color:var(--action-primary)}.chip--disabled[data-v-a4d3a12e]{color:var(--action-disabled);background:var(--action-disabled-background);cursor:not-allowed}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.sticky[data-v-2f666594]{position:sticky}.table-container[data-v-2f666594]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-2f666594]{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-2f666594]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-2f666594]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-2f666594]{width:13.75rem}.table-header.isStickyHeader[data-v-2f666594]{z-index:calc(var(--416084ad) + 3);top:0}.table-head-container[data-v-2f666594]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-2f666594]{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-2f666594]{display:inline-table}.table-header-actions[data-v-2f666594]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-2f666594]{position:relative}.table-row.loading[data-v-2f666594]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-2f666594]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-2f666594]{border-bottom:none}.expanded-row[data-v-2f666594]{grid-column:var(--90cd7d3e);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-2f666594]{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-2f666594]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-2f666594],table th[data-v-2f666594]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-2f666594]:first-of-type,table th[data-v-2f666594]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-2f666594]:last-of-type,table th[data-v-2f666594]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-2f666594],table th.expand-toggle-cell[data-v-2f666594]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-2f666594]{border-bottom:none;z-index:calc(var(--416084ad) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-2f666594]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--03caffcc)}table>thead>tr>th[data-v-2f666594]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.bordered[data-v-2f666594]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-2f666594]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-2f666594]{justify-content:flex-end}table>thead>tr>th.isSortable[data-v-2f666594]{cursor:pointer}table>thead.sticky[data-v-2f666594]{position:sticky;top:0;background:white}table>thead.isStickyHeader[data-v-2f666594]{z-index:calc(var(--416084ad) + 2);top:calc(var(--spacing-800) - 1px)}table>tbody[data-v-2f666594]{display:block}table>tbody>*>tr[data-v-2f666594]{background-color:var(--background-default);min-height:var(--64d76d22);height:auto;display:grid;align-items:center;grid-template-columns:var(--03caffcc)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-2f666594]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-2f666594],table>tbody>*>tr.activeMenu>td[data-v-2f666594]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-2f666594]{background-color:var(--background-default);border:none;min-width:0;display:flex;min-height:var(--64d76d22);height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-2f666594]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-2f666594]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-2f666594]{justify-content:flex-end;text-align:right}.section-container[data-v-2f666594]{left:0}.sections[data-v-2f666594]{display:flex}.section[data-v-2f666594]{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-2f666594]{width:100%}.empty-state[data-v-2f666594]{min-height:250px}.floating-row[data-v-2f666594]{display:flex;inset:0;pointer-events:none;position:absolute;z-index:calc(var(--416084ad) + 1)}.floating-row *[data-v-2f666594-s]{pointer-events:auto}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.button-wrap[data-v-06e26be2]{border-radius:var(--border-radius-md);transition:all .2s ease;padding:0;min-width:auto;background-image:none;box-sizing:border-box;border:0;background-color:transparent;cursor:pointer}.error[data-v-06e26be2]{font-size:inherit;font-family:inherit;font-weight:400;margin-top:0;line-height:inherit}.variant-default.primary[data-v-06e26be2]{color:var(--primary-main)}.variant-default.primary[data-v-06e26be2]:hover{background:var(--primary-main-8-p)}.variant-default.primary[data-v-06e26be2]:disabled{color:var(--action-disabled);opacity:1}.variant-default.primary[data-v-06e26be2]:disabled:hover{background:var(--common-white)}.variant-default.default[data-v-06e26be2]{color:var(--action-active)}.variant-default.default[data-v-06e26be2]:hover{background:var(--action-hover);color:var(--default-contrast-text)}.variant-default.default[data-v-06e26be2]:disabled{color:var(--action-disabled);opacity:1}.variant-default.default[data-v-06e26be2]:disabled:hover{background:var(--common-white)}.variant-default.error[data-v-06e26be2]{color:var(--error-main)}.variant-default.error[data-v-06e26be2]:hover{background:var(--error-main-8-p)}.variant-default.error[data-v-06e26be2]:disabled{color:var(--action-disabled);opacity:1}.variant-default.error[data-v-06e26be2]:disabled:hover{background:var(--common-white)}.variant-outlined.primary[data-v-06e26be2]{color:var(--primary-main);border:1px solid var(--primary-main)}.variant-outlined.primary[data-v-06e26be2]:hover{background:var(--primary-main-8-p)}.variant-outlined.primary[data-v-06e26be2]:disabled{color:var(--action-disabled);background:var(--common-white);border:1px solid var(--action-disabled);opacity:1}.variant-outlined.primary[data-v-06e26be2]:disabled:hover{background:var(--common-white)}.variant-outlined.default[data-v-06e26be2]{color:var(--action-active);border:1px solid var(--default-outlined-border)}.variant-outlined.default[data-v-06e26be2]:hover{background:var(--action-hover);color:var(--default-contrast-text);border:1px solid var(--action-active)}.variant-outlined.default[data-v-06e26be2]:disabled{color:var(--action-disabled);background:var(--common-white);border:1px solid var(--action-disabled);opacity:1}.variant-outlined.default[data-v-06e26be2]:disabled:hover{background:var(--common-white)}.variant-outlined.error[data-v-06e26be2]{color:var(--error-main);border:1px solid var(--error-main)}.variant-outlined.error[data-v-06e26be2]:hover{background:var(--error-main-8-p)}.variant-outlined.error[data-v-06e26be2]:disabled{color:var(--action-disabled);background:var(--common-white);border:1px solid var(--action-disabled);opacity:1}.variant-outlined.error[data-v-06e26be2]:disabled:hover{background:var(--common-white)}.extraSmall[data-v-06e26be2]{padding:2px}.extraSmall.variant-outlined[data-v-06e26be2]{padding:1px}.small[data-v-06e26be2]{padding:2px}.small.variant-outlined[data-v-06e26be2]{padding:1px}.medium[data-v-06e26be2]{padding:4px}.medium.variant-outlined[data-v-06e26be2]{padding:3px}.large[data-v-06e26be2]{padding:6px}.large.variant-outlined[data-v-06e26be2]{padding:5px}.extraLarge[data-v-06e26be2]{padding:8px}.extraLarge.variant-outlined[data-v-06e26be2]{padding:7px}.extraSmall[data-v-06e26be2],.small[data-v-06e26be2],.medium[data-v-06e26be2],.large[data-v-06e26be2],.extraLarge[data-v-06e26be2]{height:auto}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./IconButtonV4.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../IconButtonV4.
|
|
4
|
-
const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../IconButtonV4.vue_vue_type_style_index_0_scoped_06e26be2_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-06e26be2"]]);
|
|
5
5
|
export {
|
|
6
6
|
c as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../IconButtonV4.
|
|
1
|
+
import "../../../IconButtonV4.vue_vue_type_style_index_0_scoped_06e26be2_lang.css"; import { defineComponent as o, computed as l, openBlock as r, createElementBlock as i, normalizeClass as c, unref as a, renderSlot as u, createVNode as m } from "vue";
|
|
2
2
|
import f from "../../icon/v4/IconV4.vue.js";
|
|
3
3
|
import "../../icon/v4/IconFlag.vue.js";
|
|
4
4
|
const p = ["data-testid", "disabled"], I = /* @__PURE__ */ o({
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
label: string;
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
label?: string;
|
|
4
3
|
testId?: string;
|
|
5
|
-
size?:
|
|
6
|
-
color?:
|
|
7
|
-
variant?:
|
|
4
|
+
size?: "small" | "medium";
|
|
5
|
+
color?: "dark" | "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
6
|
+
variant?: "filled" | "outlined";
|
|
8
7
|
disabled?: boolean;
|
|
9
8
|
}>, {
|
|
10
9
|
label: string;
|
|
@@ -14,11 +13,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
14
13
|
variant: string;
|
|
15
14
|
disabled: boolean;
|
|
16
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<{
|
|
17
|
-
label
|
|
16
|
+
label?: string;
|
|
18
17
|
testId?: string;
|
|
19
|
-
size?:
|
|
20
|
-
color?:
|
|
21
|
-
variant?:
|
|
18
|
+
size?: "small" | "medium";
|
|
19
|
+
color?: "dark" | "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
20
|
+
variant?: "filled" | "outlined";
|
|
22
21
|
disabled?: boolean;
|
|
23
22
|
}>, {
|
|
24
23
|
label: string;
|
|
@@ -30,10 +29,12 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
30
29
|
}>>>, {
|
|
31
30
|
label: string;
|
|
32
31
|
testId: string;
|
|
33
|
-
variant:
|
|
32
|
+
variant: "filled" | "outlined";
|
|
34
33
|
disabled: boolean;
|
|
35
|
-
color:
|
|
36
|
-
size:
|
|
34
|
+
color: "dark" | "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
35
|
+
size: "small" | "medium";
|
|
36
|
+
}>, {
|
|
37
|
+
default?(_: {}): any;
|
|
37
38
|
}>;
|
|
38
39
|
export default _default;
|
|
39
40
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -53,3 +54,8 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
53
54
|
type __VLS_Prettify<T> = {
|
|
54
55
|
[K in keyof T]: T[K];
|
|
55
56
|
} & {};
|
|
57
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
58
|
+
new (): {
|
|
59
|
+
$slots: S;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ChipV4.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../ChipV4.
|
|
4
|
-
const t = /* @__PURE__ */
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css"; //*');
|
|
4
|
+
const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-a4d3a12e"]]);
|
|
5
5
|
export {
|
|
6
6
|
t as default
|
|
7
7
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import "../../../ChipV4.
|
|
1
|
+
import "../../../ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css"; import { defineComponent as i, openBlock as o, createElementBlock as d, mergeProps as s, unref as t, renderSlot as c, createVNode as f, withCtx as n, createTextVNode as p, toDisplayString as u } from "vue";
|
|
2
2
|
import { ChipTestIdModifiers as a } from "../../../testids/index.js";
|
|
3
|
-
import { useTestIdAttrs as
|
|
4
|
-
import
|
|
5
|
-
const
|
|
3
|
+
import { useTestIdAttrs as m } from "../../../utils/testIds.js";
|
|
4
|
+
import h from "../../typography/v4/Typography.vue.js";
|
|
5
|
+
const $ = /* @__PURE__ */ i({
|
|
6
6
|
__name: "ChipV4",
|
|
7
7
|
props: {
|
|
8
8
|
label: { default: "" },
|
|
@@ -13,8 +13,8 @@ const C = /* @__PURE__ */ i({
|
|
|
13
13
|
disabled: { type: Boolean, default: !1 }
|
|
14
14
|
},
|
|
15
15
|
setup(e) {
|
|
16
|
-
const l =
|
|
17
|
-
return (
|
|
16
|
+
const l = m(e.testId, a);
|
|
17
|
+
return (r, I) => (o(), d("div", s({
|
|
18
18
|
class: ["chip", [
|
|
19
19
|
`chip--${e.size}`,
|
|
20
20
|
`chip--${e.color}`,
|
|
@@ -22,15 +22,17 @@ const C = /* @__PURE__ */ i({
|
|
|
22
22
|
e.disabled ? "chip--disabled" : ""
|
|
23
23
|
]]
|
|
24
24
|
}, t(l)[t(a).WRAPPER]), [
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
25
|
+
c(r.$slots, "default", {}, () => [
|
|
26
|
+
f(t(h), { variant: "chipLabel" }, {
|
|
27
|
+
default: n(() => [
|
|
28
|
+
p(u(e.label), 1)
|
|
29
|
+
]),
|
|
30
|
+
_: 1
|
|
31
|
+
})
|
|
32
|
+
], !0)
|
|
31
33
|
], 16));
|
|
32
34
|
}
|
|
33
35
|
});
|
|
34
36
|
export {
|
|
35
|
-
|
|
37
|
+
$ as default
|
|
36
38
|
};
|
|
@@ -1,7 +1,137 @@
|
|
|
1
|
-
declare const ChipTypes: () =>
|
|
1
|
+
declare const ChipTypes: () => ({
|
|
2
|
+
new (...args: any[]): {
|
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
|
4
|
+
$data: {};
|
|
5
|
+
$props: Partial<{
|
|
6
|
+
label: string;
|
|
7
|
+
testId: string;
|
|
8
|
+
variant: "filled" | "outlined";
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
color: "dark" | "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
11
|
+
size: "small" | "medium";
|
|
12
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
label: {
|
|
14
|
+
type: import("vue").PropType<string>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
testId: {
|
|
18
|
+
type: import("vue").PropType<string>;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
variant: {
|
|
22
|
+
type: import("vue").PropType<"filled" | "outlined">;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
disabled: {
|
|
26
|
+
type: import("vue").PropType<boolean>;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
color: {
|
|
30
|
+
type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
size: {
|
|
34
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "variant" | "disabled" | "color" | "size">;
|
|
38
|
+
$attrs: {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
$refs: {
|
|
42
|
+
[x: string]: unknown;
|
|
43
|
+
};
|
|
44
|
+
$slots: Readonly<{
|
|
45
|
+
[name: string]: import("vue").Slot;
|
|
46
|
+
}>;
|
|
47
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
48
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
49
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
50
|
+
$el: any;
|
|
51
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
+
label: {
|
|
53
|
+
type: import("vue").PropType<string>;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
testId: {
|
|
57
|
+
type: import("vue").PropType<string>;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
variant: {
|
|
61
|
+
type: import("vue").PropType<"filled" | "outlined">;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
disabled: {
|
|
65
|
+
type: import("vue").PropType<boolean>;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
color: {
|
|
69
|
+
type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
size: {
|
|
73
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
77
|
+
label: string;
|
|
78
|
+
testId: string;
|
|
79
|
+
variant: "filled" | "outlined";
|
|
80
|
+
disabled: boolean;
|
|
81
|
+
color: "dark" | "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
82
|
+
size: "small" | "medium";
|
|
83
|
+
}, {}, string> & {
|
|
84
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
85
|
+
created?: (() => void) | (() => void)[];
|
|
86
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
87
|
+
mounted?: (() => void) | (() => void)[];
|
|
88
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
89
|
+
updated?: (() => void) | (() => void)[];
|
|
90
|
+
activated?: (() => void) | (() => void)[];
|
|
91
|
+
deactivated?: (() => void) | (() => void)[];
|
|
92
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
93
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
94
|
+
destroyed?: (() => void) | (() => void)[];
|
|
95
|
+
unmounted?: (() => void) | (() => void)[];
|
|
96
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
97
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
98
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
99
|
+
};
|
|
100
|
+
$forceUpdate: () => void;
|
|
101
|
+
$nextTick: typeof import("vue").nextTick;
|
|
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
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
104
|
+
label: {
|
|
105
|
+
type: import("vue").PropType<string>;
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
108
|
+
testId: {
|
|
109
|
+
type: import("vue").PropType<string>;
|
|
110
|
+
default: string;
|
|
111
|
+
};
|
|
112
|
+
variant: {
|
|
113
|
+
type: import("vue").PropType<"filled" | "outlined">;
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
116
|
+
disabled: {
|
|
117
|
+
type: import("vue").PropType<boolean>;
|
|
118
|
+
default: boolean;
|
|
119
|
+
};
|
|
120
|
+
color: {
|
|
121
|
+
type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
|
|
122
|
+
default: string;
|
|
123
|
+
};
|
|
124
|
+
size: {
|
|
125
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
126
|
+
default: string;
|
|
127
|
+
};
|
|
128
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
129
|
+
__isFragment?: never;
|
|
130
|
+
__isTeleport?: never;
|
|
131
|
+
__isSuspense?: never;
|
|
132
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2
133
|
label: {
|
|
3
134
|
type: import("vue").PropType<string>;
|
|
4
|
-
required: true;
|
|
5
135
|
default: string;
|
|
6
136
|
};
|
|
7
137
|
testId: {
|
|
@@ -24,39 +154,17 @@ declare const ChipTypes: () => import("vue").DefineComponent<{
|
|
|
24
154
|
type: import("vue").PropType<"small" | "medium">;
|
|
25
155
|
default: string;
|
|
26
156
|
};
|
|
27
|
-
}
|
|
28
|
-
label: {
|
|
29
|
-
type: import("vue").PropType<string>;
|
|
30
|
-
required: true;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
testId: {
|
|
34
|
-
type: import("vue").PropType<string>;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
variant: {
|
|
38
|
-
type: import("vue").PropType<"filled" | "outlined">;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
|
-
disabled: {
|
|
42
|
-
type: import("vue").PropType<boolean>;
|
|
43
|
-
default: boolean;
|
|
44
|
-
};
|
|
45
|
-
color: {
|
|
46
|
-
type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
size: {
|
|
50
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
|
-
}>>, {
|
|
157
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
54
158
|
label: string;
|
|
55
159
|
testId: string;
|
|
56
160
|
variant: "filled" | "outlined";
|
|
57
161
|
disabled: boolean;
|
|
58
162
|
color: "dark" | "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
59
163
|
size: "small" | "medium";
|
|
60
|
-
}>
|
|
164
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
165
|
+
$slots: {
|
|
166
|
+
default?(_: {}): any;
|
|
167
|
+
};
|
|
168
|
+
}))[];
|
|
61
169
|
export { default as Chip } from './ChipV4.vue';
|
|
62
170
|
export { ChipTypes };
|
|
@@ -185,6 +185,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
185
185
|
row: import("@vueuse/core").UseVirtualListItem<Row>;
|
|
186
186
|
gridColumnTemplate: any;
|
|
187
187
|
}): any;
|
|
188
|
+
"floating-row"?(_: {
|
|
189
|
+
row: import("@vueuse/core").UseVirtualListItem<Row>;
|
|
190
|
+
rowIndex: number;
|
|
191
|
+
}): any;
|
|
188
192
|
"empty-state"?(_: {}): any;
|
|
189
193
|
footer?(_: {}): any;
|
|
190
194
|
}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./DataGrid.vue2.js";
|
|
2
2
|
/* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../DataGrid.
|
|
4
|
-
const a = /* @__PURE__ */ _(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../DataGrid.vue_vue_type_style_index_0_scoped_2f666594_lang.css"; //*');
|
|
4
|
+
const a = /* @__PURE__ */ _(o, [["__scopeId", "data-v-2f666594"]]);
|
|
5
5
|
export {
|
|
6
6
|
a as default
|
|
7
7
|
};
|