@ironsource/shared-ui 2.0.0 → 2.0.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/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c48dc06e_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_cca772e9_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e5202bb9_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_4e432056_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_92d83650_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_11c1bb3f_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c6156fa0_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_7422cf08_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_19f8fedd_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css +1 -0
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_2a214b95_lang.css +1 -0
- package/{Skeleton.vue_vue_type_style_index_0_scoped_9837f0ce_lang.css → Skeleton.vue_vue_type_style_index_0_scoped_5ed40068_lang.css} +1 -1
- package/SkeletonV4.vue_vue_type_style_index_0_scoped_2f3b3470_lang.css +1 -0
- package/Table.vue_vue_type_style_index_0_scoped_76fef9bd_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css +1 -0
- package/components/button/v4/ButtonV4.vue.js +4 -4
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/dialog/v4/DialogV4.vue.d.ts +34 -0
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +87 -56
- package/components/dialog/v4/index.d.ts +128 -2
- package/components/dropdown/common/Dropdown.common.js +29 -29
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +136 -0
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +147 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +8 -8
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +39 -11
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +77 -47
- package/components/dropdown/v4/Dropdown.types.d.ts +1 -1
- package/components/dropdown/v4/Dropdown.types.js +2 -1
- package/components/dropdown/v4/DropdownV4.vue.d.ts +42 -7
- package/components/dropdown/v4/DropdownV4.vue.js +4 -4
- package/components/dropdown/v4/DropdownV4.vue2.js +193 -163
- package/components/dropdown/v4/OptionV4.vue.d.ts +20 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +54 -37
- package/components/dropdown/v4/index.d.ts +824 -70
- package/components/dropdown/v4/index.js +11 -8
- package/components/includeExclude/IncludeExclude.vue.js +3 -3
- package/components/includeExclude/IncludeExclude.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +2 -2
- package/components/includeExclude/index.d.ts +20 -20
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +9 -10
- package/components/input/v4/index.d.ts +20 -20
- package/components/layout/FormCard.vue.d.ts +1 -1
- package/components/layout/index.d.ts +12 -12
- package/components/multibar/MultiBarMenu.vue2.js +7 -6
- package/components/skeleton/v3/Skeleton.vue.js +7 -0
- package/components/skeleton/{Skeleton.vue2.js → v3/Skeleton.vue2.js} +1 -1
- package/components/skeleton/v4/SkeletonV4.vue.d.ts +41 -0
- package/components/skeleton/v4/SkeletonV4.vue.js +7 -0
- package/components/skeleton/v4/SkeletonV4.vue2.js +23 -0
- package/components/skeleton/v4/index.d.ts +94 -0
- package/components/skeleton/v4/index.js +6 -0
- package/components/table/v3/Table.vue.js +5 -5
- package/components/table/v3/Table.vue2.js +3 -3
- package/components/table/v4/DataGrid.vue.d.ts +7 -2
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +175 -169
- package/components/table/v4/DataGridMenu.vue.d.ts +5 -0
- package/components/table/v4/DataGridMenu.vue.js +3 -3
- package/components/table/v4/DataGridMenu.vue2.js +49 -38
- package/components/table/v4/DataGridRowsCounter.vue.d.ts +34 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +7 -0
- package/components/table/v4/DataGridRowsCounter.vue2.js +36 -0
- package/components/table/v4/index.d.ts +56 -6
- package/components/table/v4/index.js +6 -4
- package/components/table/v4/storyUtils.d.ts +1 -0
- package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
- package/components/toggle/v4/index.d.ts +20 -20
- package/index.d.ts +2401 -360
- package/index.js +119 -119
- package/mocks/apps.d.ts +7 -0
- package/package.json +6 -2
- package/testids/index.d.ts +3 -1
- package/testids/index.js +10 -10
- package/utils/array.js +1 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_31e553e8_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_14dcdae5_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_7a670808_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_99f1dcca_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c218ef1f_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_c0c12287_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_571b7c2f_lang.css +0 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_2a01a791_lang.css +0 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_85bff8f4_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_92add735_lang.css +0 -1
- package/Table.vue_vue_type_style_index_0_scoped_6b769df2_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css +0 -1
- package/components/skeleton/Skeleton.vue.js +0 -7
- /package/components/skeleton/{Skeleton.vue.d.ts → v3/Skeleton.vue.d.ts} +0 -0
- /package/components/skeleton/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/skeleton/{index.js → v3/index.js} +0 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
size?: number;
|
|
3
|
+
type?: "circle" | "square" | "rectangle" | "pill";
|
|
4
|
+
}>, {
|
|
5
|
+
size: number;
|
|
6
|
+
type: string;
|
|
7
|
+
}>, {}, 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<{
|
|
8
|
+
size?: number;
|
|
9
|
+
type?: "circle" | "square" | "rectangle" | "pill";
|
|
10
|
+
}>, {
|
|
11
|
+
size: number;
|
|
12
|
+
type: string;
|
|
13
|
+
}>>>, {
|
|
14
|
+
type: "circle" | "square" | "rectangle" | "pill";
|
|
15
|
+
size: number;
|
|
16
|
+
}>, {
|
|
17
|
+
default?(_: {}): any;
|
|
18
|
+
}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
+
} : {
|
|
25
|
+
type: import('vue').PropType<T[K]>;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
type __VLS_WithDefaults<P, D> = {
|
|
30
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
+
default: D[K];
|
|
32
|
+
}> : P[K];
|
|
33
|
+
};
|
|
34
|
+
type __VLS_Prettify<T> = {
|
|
35
|
+
[K in keyof T]: T[K];
|
|
36
|
+
} & {};
|
|
37
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import o from "./SkeletonV4.vue2.js";
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../SkeletonV4.vue_vue_type_style_index_0_scoped_2f3b3470_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-2f3b3470"]]);
|
|
5
|
+
export {
|
|
6
|
+
p as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import "../../../SkeletonV4.vue_vue_type_style_index_0_scoped_2f3b3470_lang.css"; import { defineComponent as n, useCssVars as l, unref as r, computed as a, openBlock as c, createElementBlock as p, normalizeClass as u, renderSlot as d } from "vue";
|
|
2
|
+
const m = /* @__PURE__ */ n({
|
|
3
|
+
__name: "SkeletonV4",
|
|
4
|
+
props: {
|
|
5
|
+
size: { default: 16 },
|
|
6
|
+
type: { default: "rectangle" }
|
|
7
|
+
},
|
|
8
|
+
setup(e) {
|
|
9
|
+
const s = e;
|
|
10
|
+
l((t) => ({
|
|
11
|
+
"5977811c": r(o)
|
|
12
|
+
}));
|
|
13
|
+
const o = a(() => s.size + "px");
|
|
14
|
+
return (t, i) => (c(), p("div", {
|
|
15
|
+
class: u(["skeleton", [`skeleton--${e.type}`]])
|
|
16
|
+
}, [
|
|
17
|
+
d(t.$slots, "default", {}, void 0, !0)
|
|
18
|
+
], 2));
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
export {
|
|
22
|
+
m as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
declare const SkeletonTypes: () => ({
|
|
2
|
+
new (...args: any[]): {
|
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
|
4
|
+
$data: {};
|
|
5
|
+
$props: Partial<{
|
|
6
|
+
type: "circle" | "square" | "rectangle" | "pill";
|
|
7
|
+
size: number;
|
|
8
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
type: {
|
|
10
|
+
type: import("vue").PropType<"circle" | "square" | "rectangle" | "pill">;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: import("vue").PropType<number>;
|
|
15
|
+
default: number;
|
|
16
|
+
};
|
|
17
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "size">;
|
|
18
|
+
$attrs: {
|
|
19
|
+
[x: string]: unknown;
|
|
20
|
+
};
|
|
21
|
+
$refs: {
|
|
22
|
+
[x: string]: unknown;
|
|
23
|
+
};
|
|
24
|
+
$slots: Readonly<{
|
|
25
|
+
[name: string]: import("vue").Slot;
|
|
26
|
+
}>;
|
|
27
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
28
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
29
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
30
|
+
$el: any;
|
|
31
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
type: {
|
|
33
|
+
type: import("vue").PropType<"circle" | "square" | "rectangle" | "pill">;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: import("vue").PropType<number>;
|
|
38
|
+
default: number;
|
|
39
|
+
};
|
|
40
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
41
|
+
type: "circle" | "square" | "rectangle" | "pill";
|
|
42
|
+
size: number;
|
|
43
|
+
}, {}, string> & {
|
|
44
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
45
|
+
created?: (() => void) | (() => void)[];
|
|
46
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
47
|
+
mounted?: (() => void) | (() => void)[];
|
|
48
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
49
|
+
updated?: (() => void) | (() => void)[];
|
|
50
|
+
activated?: (() => void) | (() => void)[];
|
|
51
|
+
deactivated?: (() => void) | (() => void)[];
|
|
52
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
53
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
54
|
+
destroyed?: (() => void) | (() => void)[];
|
|
55
|
+
unmounted?: (() => void) | (() => void)[];
|
|
56
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
57
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
58
|
+
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)[];
|
|
59
|
+
};
|
|
60
|
+
$forceUpdate: () => void;
|
|
61
|
+
$nextTick: typeof import("vue").nextTick;
|
|
62
|
+
$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;
|
|
63
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
64
|
+
type: {
|
|
65
|
+
type: import("vue").PropType<"circle" | "square" | "rectangle" | "pill">;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
size: {
|
|
69
|
+
type: import("vue").PropType<number>;
|
|
70
|
+
default: number;
|
|
71
|
+
};
|
|
72
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
73
|
+
__isFragment?: never;
|
|
74
|
+
__isTeleport?: never;
|
|
75
|
+
__isSuspense?: never;
|
|
76
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
77
|
+
type: {
|
|
78
|
+
type: import("vue").PropType<"circle" | "square" | "rectangle" | "pill">;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
size: {
|
|
82
|
+
type: import("vue").PropType<number>;
|
|
83
|
+
default: number;
|
|
84
|
+
};
|
|
85
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
86
|
+
type: "circle" | "square" | "rectangle" | "pill";
|
|
87
|
+
size: number;
|
|
88
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
89
|
+
$slots: {
|
|
90
|
+
default?(_: {}): any;
|
|
91
|
+
};
|
|
92
|
+
}))[];
|
|
93
|
+
export { default as Skeleton } from './SkeletonV4.vue';
|
|
94
|
+
export { SkeletonTypes };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
/* empty css *//* empty css */import
|
|
3
|
-
// import "../../../Table.
|
|
4
|
-
const
|
|
1
|
+
import e from "./Table.vue2.js";
|
|
2
|
+
/* empty css *//* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../Table.vue_vue_type_style_index_0_scoped_76fef9bd_lang.css"; //*');
|
|
4
|
+
const f = /* @__PURE__ */ o(e, [["__scopeId", "data-v-76fef9bd"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import "../../../Table.
|
|
1
|
+
import "../../../Table.vue_vue_type_style_index_0_scoped_76fef9bd_lang.css"; import { defineComponent as F, useCssVars as Y, unref as t, openBlock as s, createElementBlock as a, createElementVNode as o, normalizeStyle as y, normalizeClass as n, renderSlot as r, createVNode as c, withCtx as m, createTextVNode as g, toDisplayString as k, createCommentVNode as R, Fragment as $, renderList as v, createBlock as x, mergeProps as G, withDirectives as W, vShow as j } from "vue";
|
|
2
2
|
import "../../typography/Heading.vue.js";
|
|
3
3
|
import T from "../../typography/Text.vue.js";
|
|
4
4
|
import "../../button/v3/Button.vue.js";
|
|
5
5
|
import "../../button/v3/IconButton.vue.js";
|
|
6
6
|
import q from "../../button/v3/ScrollButton.vue.js";
|
|
7
|
-
import J from "../../skeleton/Skeleton.vue.js";
|
|
7
|
+
import J from "../../skeleton/v3/Skeleton.vue.js";
|
|
8
8
|
import K from "../../emptyState/v3/EmptyState.vue.js";
|
|
9
9
|
import Q from "./TableHeaderSorter.vue.js";
|
|
10
10
|
import { TableTestIdModifiers as u } from "../../../testids/index.js";
|
|
@@ -33,7 +33,7 @@ const X = ["data-testid"], Z = ["data-testid"], p = ["data-testid"], _ = ["data-
|
|
|
33
33
|
setup(i, { emit: A }) {
|
|
34
34
|
const H = i;
|
|
35
35
|
Y((l) => ({
|
|
36
|
-
"
|
|
36
|
+
"3205197f": t(N)
|
|
37
37
|
}));
|
|
38
38
|
const {
|
|
39
39
|
list: b,
|
|
@@ -23,6 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
23
23
|
showSearch?: boolean;
|
|
24
24
|
searchPlaceholder?: string;
|
|
25
25
|
searchAutoFocus?: boolean;
|
|
26
|
+
zIndexBase?: number;
|
|
26
27
|
}>, {
|
|
27
28
|
title: string;
|
|
28
29
|
sort: any;
|
|
@@ -30,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
31
|
isStickyHeader: boolean;
|
|
31
32
|
sections: any;
|
|
32
33
|
isLoading: boolean;
|
|
33
|
-
emptyStateVariant:
|
|
34
|
+
emptyStateVariant: any;
|
|
34
35
|
emptyStateTitle: string;
|
|
35
36
|
emptyStateSubtitle: string;
|
|
36
37
|
isInfiniteScroll: boolean;
|
|
@@ -45,6 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
45
46
|
showSearch: boolean;
|
|
46
47
|
searchPlaceholder: string;
|
|
47
48
|
searchAutoFocus: boolean;
|
|
49
|
+
zIndexBase: number;
|
|
48
50
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
49
51
|
"update:sort": (newSort: Sort) => void;
|
|
50
52
|
"update:search": (query: string) => void;
|
|
@@ -81,6 +83,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
81
83
|
showSearch?: boolean;
|
|
82
84
|
searchPlaceholder?: string;
|
|
83
85
|
searchAutoFocus?: boolean;
|
|
86
|
+
zIndexBase?: number;
|
|
84
87
|
}>, {
|
|
85
88
|
title: string;
|
|
86
89
|
sort: any;
|
|
@@ -88,7 +91,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
88
91
|
isStickyHeader: boolean;
|
|
89
92
|
sections: any;
|
|
90
93
|
isLoading: boolean;
|
|
91
|
-
emptyStateVariant:
|
|
94
|
+
emptyStateVariant: any;
|
|
92
95
|
emptyStateTitle: string;
|
|
93
96
|
emptyStateSubtitle: string;
|
|
94
97
|
isInfiniteScroll: boolean;
|
|
@@ -103,6 +106,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
103
106
|
showSearch: boolean;
|
|
104
107
|
searchPlaceholder: string;
|
|
105
108
|
searchAutoFocus: boolean;
|
|
109
|
+
zIndexBase: number;
|
|
106
110
|
}>>> & {
|
|
107
111
|
onOnScroll?: (event: Event) => any;
|
|
108
112
|
"onUpdate:sort"?: (newSort: Sort) => any;
|
|
@@ -137,6 +141,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
137
141
|
getRowId: (row: Row, index: number) => string | number;
|
|
138
142
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
139
143
|
showSearch: boolean;
|
|
144
|
+
zIndexBase: number;
|
|
140
145
|
}>, Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
141
146
|
column: Column;
|
|
142
147
|
}) => any>> & Partial<Record<`cell-${string}`, (_: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./DataGrid.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../DataGrid.
|
|
4
|
-
const
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../DataGrid.vue_vue_type_style_index_0_scoped_4e432056_lang.css"; //*');
|
|
4
|
+
const a = /* @__PURE__ */ e(o, [["__scopeId", "data-v-4e432056"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|