@ironsource/shared-ui 2.1.12-test.82 → 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/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +1 -0
- 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/chart/ChartHeaderTrend.vue.js +3 -3
- package/components/chart/ChartHeaderTrend.vue2.js +17 -17
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +1 -1
- 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/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_ebc0c582_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_fd9e4ea2_lang.css +0 -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
|
@@ -23,6 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
23
23
|
treeChildShown?: boolean;
|
|
24
24
|
optionFlagKey?: string;
|
|
25
25
|
isMulti?: boolean;
|
|
26
|
+
minMaxSelectionTooltipMessage?: string;
|
|
26
27
|
}>, {
|
|
27
28
|
subtitle: string;
|
|
28
29
|
disabled: boolean;
|
|
@@ -47,6 +48,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
47
48
|
treeChildShown: boolean;
|
|
48
49
|
optionFlagKey: any;
|
|
49
50
|
isMulti: boolean;
|
|
51
|
+
minMaxSelectionTooltipMessage: any;
|
|
50
52
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
51
53
|
toggleTreeCollapse: (option: unknown) => void;
|
|
52
54
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -74,6 +76,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
74
76
|
treeChildShown?: boolean;
|
|
75
77
|
optionFlagKey?: string;
|
|
76
78
|
isMulti?: boolean;
|
|
79
|
+
minMaxSelectionTooltipMessage?: string;
|
|
77
80
|
}>, {
|
|
78
81
|
subtitle: string;
|
|
79
82
|
disabled: boolean;
|
|
@@ -98,6 +101,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
98
101
|
treeChildShown: boolean;
|
|
99
102
|
optionFlagKey: any;
|
|
100
103
|
isMulti: boolean;
|
|
104
|
+
minMaxSelectionTooltipMessage: any;
|
|
101
105
|
}>>> & {
|
|
102
106
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
103
107
|
}, {
|
|
@@ -124,6 +128,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
124
128
|
stopOptionClickEventPropagation: boolean;
|
|
125
129
|
treeChildShown: boolean;
|
|
126
130
|
isMulti: boolean;
|
|
131
|
+
minMaxSelectionTooltipMessage: string;
|
|
127
132
|
}>, {
|
|
128
133
|
image?(_: {}): any;
|
|
129
134
|
flag?(_: {}): any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./OptionV4.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../OptionV4.
|
|
4
|
-
const s = /* @__PURE__ */
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../OptionV4.vue_vue_type_style_index_0_scoped_8e88292f_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-8e88292f"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import "../../../OptionV4.
|
|
1
|
+
import "../../../OptionV4.vue_vue_type_style_index_0_scoped_8e88292f_lang.css"; import { defineComponent as A, ref as w, watch as F, computed as L, openBlock as i, createBlock as g, unref as n, createSlots as N, withCtx as d, createElementVNode as u, normalizeClass as v, createCommentVNode as o, createElementBlock as l, renderSlot as r, createVNode as s, toDisplayString as m, createTextVNode as T, withModifiers as C, Fragment as j, renderList as R } from "vue";
|
|
2
2
|
import "../../typography/Heading.vue.js";
|
|
3
3
|
import D from "../../typography/Text.vue.js";
|
|
4
4
|
import q from "../../checkbox/v4/CheckboxV4.vue.js";
|
|
5
|
-
import
|
|
5
|
+
import y from "../../icon/v4/IconV4.vue.js";
|
|
6
6
|
import G from "../../icon/v4/IconFlag.vue.js";
|
|
7
7
|
import { NOOP as I } from "@vue/shared";
|
|
8
8
|
import { optionCommon as H } from "../common/Option.common.js";
|
|
9
|
-
import
|
|
9
|
+
import p from "../../typography/v4/Typography.vue.js";
|
|
10
10
|
import O from "../../tooltip/v4/TooltipV4.vue.js";
|
|
11
11
|
import { isElementTruncated as J } from "../../../utils/text.js";
|
|
12
12
|
import { promiseTimeout as Q } from "@vueuse/core";
|
|
@@ -31,10 +31,10 @@ const U = { class: "multiline-tooltip" }, W = {
|
|
|
31
31
|
}, ne = {
|
|
32
32
|
key: 3,
|
|
33
33
|
class: "caption-text"
|
|
34
|
-
},
|
|
34
|
+
}, ie = {
|
|
35
35
|
key: 4,
|
|
36
36
|
class: "end-icon"
|
|
37
|
-
},
|
|
37
|
+
}, oe = {
|
|
38
38
|
key: 5,
|
|
39
39
|
class: "option-warning"
|
|
40
40
|
}, le = ["onClick"], ae = { key: 0 }, ve = /* @__PURE__ */ A({
|
|
@@ -63,160 +63,165 @@ const U = { class: "multiline-tooltip" }, W = {
|
|
|
63
63
|
optionTwoLinesKey: { default: void 0 },
|
|
64
64
|
treeChildShown: { type: Boolean, default: !1 },
|
|
65
65
|
optionFlagKey: { default: null },
|
|
66
|
-
isMulti: { type: Boolean, default: !1 }
|
|
66
|
+
isMulti: { type: Boolean, default: !1 },
|
|
67
|
+
minMaxSelectionTooltipMessage: { default: null }
|
|
67
68
|
},
|
|
68
69
|
emits: ["toggleTreeCollapse"],
|
|
69
70
|
setup(e, { emit: $ }) {
|
|
70
|
-
const
|
|
71
|
-
|
|
72
|
-
},
|
|
73
|
-
|
|
71
|
+
const a = e, { selected: x, id: M, onClick: B, api: b } = H(a), S = (t) => {
|
|
72
|
+
a.stopOptionClickEventPropagation && t.stopPropagation(), a.disabled ? I() : B(t);
|
|
73
|
+
}, k = w(null), h = w(!1), z = (t) => {
|
|
74
|
+
a.disabled && (t.stopPropagation(), I());
|
|
74
75
|
};
|
|
75
|
-
F([() =>
|
|
76
|
-
await Q(100),
|
|
76
|
+
F([() => a.treeChildShown, k], async () => {
|
|
77
|
+
await Q(100), h.value = k.value && J(k.value);
|
|
77
78
|
});
|
|
78
|
-
const
|
|
79
|
-
|
|
79
|
+
const E = (t) => t && typeof t == "object" && "optionTooltipText" in t ? (Array.isArray(t.optionTooltipText), t.optionTooltipText) : h.value ? t[a.nameKey] : "", K = L(() => {
|
|
80
|
+
const t = a.disabled && a.minMaxSelectionTooltipMessage || "", c = E(a.option);
|
|
81
|
+
return c ? t ? `${c}. ${t}` : c : t;
|
|
82
|
+
}), P = (t) => t && typeof t == "object" && "optionTooltipTestId" in t ? t.optionTooltipTestId : null, V = () => {
|
|
83
|
+
$("toggleTreeCollapse", a.option);
|
|
80
84
|
};
|
|
81
|
-
return (t,
|
|
82
|
-
text: n(
|
|
83
|
-
"test-id":
|
|
85
|
+
return (t, c) => (i(), g(n(O), {
|
|
86
|
+
text: n(K),
|
|
87
|
+
"test-id": P(e.option),
|
|
84
88
|
placement: e.toolTipPlacement,
|
|
85
89
|
class: "tooltip-option"
|
|
86
90
|
}, N({
|
|
87
91
|
default: d(() => [
|
|
88
|
-
|
|
92
|
+
u("div", {
|
|
89
93
|
ref: "el",
|
|
90
94
|
class: v(["item-container", {
|
|
91
95
|
"item-container--disabled": e.disabled,
|
|
92
96
|
"item-container--active": e.nameKey ? !1 : e.active,
|
|
93
|
-
"item-container--selected": n(
|
|
97
|
+
"item-container--selected": n(x),
|
|
94
98
|
"item-container--multi": e.isMulti
|
|
95
99
|
}]),
|
|
96
|
-
onClick:
|
|
100
|
+
onClick: z
|
|
97
101
|
}, [
|
|
98
|
-
|
|
102
|
+
u("div", {
|
|
99
103
|
class: v(["item", {
|
|
100
104
|
"item--multi": e.isMulti,
|
|
101
105
|
"item--with-icon": t.$slots["icon-start"] || t.$slots.image
|
|
102
106
|
}])
|
|
103
107
|
}, [
|
|
104
|
-
e.isMulti || e.selectAllOption ? (
|
|
108
|
+
e.isMulti || e.selectAllOption ? (i(), g(n(q), {
|
|
105
109
|
key: 0,
|
|
106
|
-
id: n(
|
|
110
|
+
id: n(M).toString(),
|
|
111
|
+
disabled: a.disabled,
|
|
107
112
|
tabindex: "-1",
|
|
108
113
|
class: "checkbox",
|
|
109
|
-
"is-checked": n(
|
|
114
|
+
"is-checked": n(x),
|
|
110
115
|
"is-indeterminate": e.isIndeterminate,
|
|
111
|
-
onClick:
|
|
112
|
-
}, null, 8, ["id", "is-checked", "is-indeterminate"])) :
|
|
113
|
-
!e.option?.conditionalOptions && (t.$slots.image || e.imageKey) ? (
|
|
116
|
+
onClick: c[0] || (c[0] = (f) => S(f))
|
|
117
|
+
}, null, 8, ["id", "disabled", "is-checked", "is-indeterminate"])) : o("", !0),
|
|
118
|
+
!e.option?.conditionalOptions && (t.$slots.image || e.imageKey) ? (i(), l("div", W, [
|
|
114
119
|
r(t.$slots, "image", {}, () => [
|
|
115
|
-
e.imageKey ? (
|
|
120
|
+
e.imageKey ? (i(), l("img", {
|
|
116
121
|
key: 0,
|
|
117
122
|
src: e.option[e.imageKey]
|
|
118
|
-
}, null, 8, X)) :
|
|
123
|
+
}, null, 8, X)) : o("", !0)
|
|
119
124
|
], !0)
|
|
120
|
-
])) :
|
|
121
|
-
!e.option?.conditionalOptions && (t.$slots.flag || e.optionFlagKey) ? (
|
|
125
|
+
])) : o("", !0),
|
|
126
|
+
!e.option?.conditionalOptions && (t.$slots.flag || e.optionFlagKey) ? (i(), l("div", Y, [
|
|
122
127
|
r(t.$slots, "flag", {}, () => [
|
|
123
|
-
e.optionFlagKey ? (
|
|
128
|
+
e.optionFlagKey ? (i(), g(n(G), {
|
|
124
129
|
key: 0,
|
|
125
130
|
"country-code": e.option[e.optionFlagKey]
|
|
126
|
-
}, null, 8, ["country-code"])) :
|
|
131
|
+
}, null, 8, ["country-code"])) : o("", !0)
|
|
127
132
|
], !0)
|
|
128
|
-
])) :
|
|
129
|
-
!e.option?.conditionalOptions && (t.$slots["icon-start"] || e.iconKey) ? (
|
|
133
|
+
])) : o("", !0),
|
|
134
|
+
!e.option?.conditionalOptions && (t.$slots["icon-start"] || e.iconKey) ? (i(), l("div", Z, [
|
|
130
135
|
r(t.$slots, "icon-start", {}, () => [
|
|
131
|
-
|
|
136
|
+
s(n(y), {
|
|
132
137
|
type: e.iconType,
|
|
133
138
|
name: e.option[e.iconKey],
|
|
134
139
|
color: e.option.disabled ? "var(--text-disabled)" : null,
|
|
135
140
|
size: e.iconType === "regular" ? "20px" : "16px"
|
|
136
141
|
}, null, 8, ["type", "name", "color", "size"])
|
|
137
142
|
], !0)
|
|
138
|
-
])) :
|
|
139
|
-
|
|
143
|
+
])) : o("", !0),
|
|
144
|
+
u("div", {
|
|
140
145
|
ref_key: "textContainerRef",
|
|
141
|
-
ref:
|
|
146
|
+
ref: k,
|
|
142
147
|
class: "text-container"
|
|
143
148
|
}, [
|
|
144
|
-
|
|
149
|
+
s(n(p), {
|
|
145
150
|
class: "option-text",
|
|
146
151
|
variant: "body2"
|
|
147
152
|
}, {
|
|
148
153
|
default: d(() => [
|
|
149
154
|
r(t.$slots, "default", {}, () => [
|
|
150
|
-
|
|
155
|
+
u("div", {
|
|
151
156
|
class: v(`option-content-${e.optionTwoLinesVariant} option-content`)
|
|
152
157
|
}, [
|
|
153
|
-
e.option?.conditionalOptions ? (
|
|
154
|
-
|
|
158
|
+
e.option?.conditionalOptions ? (i(), l("div", ee, [
|
|
159
|
+
s(n(p), {
|
|
155
160
|
variant: "body2",
|
|
156
161
|
class: "conditional-option-label"
|
|
157
162
|
}, {
|
|
158
163
|
default: d(() => [
|
|
159
|
-
|
|
164
|
+
T(m(e.option.conditionalName) + ": ", 1)
|
|
160
165
|
]),
|
|
161
166
|
_: 1
|
|
162
167
|
}),
|
|
163
|
-
|
|
168
|
+
s(n(p), {
|
|
164
169
|
variant: "h5",
|
|
165
170
|
class: "conditional-option-value"
|
|
166
171
|
}, {
|
|
167
172
|
default: d(() => [
|
|
168
|
-
|
|
173
|
+
T('"' + m(e.option[e.nameKey]) + '"', 1)
|
|
169
174
|
]),
|
|
170
175
|
_: 1
|
|
171
176
|
})
|
|
172
|
-
])) : (
|
|
173
|
-
e.endTextIconKey && e.option[e.endTextIconKey] ? (
|
|
174
|
-
|
|
177
|
+
])) : (i(), l("div", _, m(e.option[e.nameKey]), 1)),
|
|
178
|
+
e.endTextIconKey && e.option[e.endTextIconKey] ? (i(), l("span", te, [
|
|
179
|
+
s(n(y), {
|
|
175
180
|
type: "regular",
|
|
176
181
|
name: e.option[e.endTextIconKey],
|
|
177
182
|
size: "16px"
|
|
178
183
|
}, null, 8, ["name"])
|
|
179
|
-
])) :
|
|
180
|
-
e.optionTwoLinesKey ? (
|
|
181
|
-
|
|
184
|
+
])) : o("", !0),
|
|
185
|
+
e.optionTwoLinesKey ? (i(), l("div", ne, [
|
|
186
|
+
s(n(p), { variant: "caption" }, {
|
|
182
187
|
default: d(() => [
|
|
183
|
-
|
|
188
|
+
T(m(e.option[e.optionTwoLinesKey]), 1)
|
|
184
189
|
]),
|
|
185
190
|
_: 1
|
|
186
191
|
})
|
|
187
|
-
])) :
|
|
192
|
+
])) : o("", !0)
|
|
188
193
|
], 2)
|
|
189
194
|
], !0)
|
|
190
195
|
]),
|
|
191
196
|
_: 3
|
|
192
197
|
}),
|
|
193
|
-
e.subtitle ? (
|
|
198
|
+
e.subtitle ? (i(), g(n(D), {
|
|
194
199
|
key: 0,
|
|
195
200
|
class: "subtitle",
|
|
196
201
|
size: "xs"
|
|
197
202
|
}, {
|
|
198
203
|
default: d(() => [
|
|
199
|
-
|
|
204
|
+
T(m(e.subtitle), 1)
|
|
200
205
|
]),
|
|
201
206
|
_: 1
|
|
202
|
-
})) :
|
|
207
|
+
})) : o("", !0)
|
|
203
208
|
], 512),
|
|
204
|
-
t.$slots["icon-end"] || e.endIconKey && e.option[e.endIconKey] ? (
|
|
209
|
+
t.$slots["icon-end"] || e.endIconKey && e.option[e.endIconKey] ? (i(), l("div", ie, [
|
|
205
210
|
r(t.$slots, "icon-end", {}, () => [
|
|
206
|
-
|
|
211
|
+
s(n(y), {
|
|
207
212
|
type: e.endIconType || "regular",
|
|
208
213
|
name: e.option[e.endIconKey],
|
|
209
214
|
size: e.endIconType === "regular" || e.endIconType === "ab-test" ? "20px" : "16px"
|
|
210
215
|
}, null, 8, ["type", "name", "size"])
|
|
211
216
|
], !0)
|
|
212
|
-
])) :
|
|
213
|
-
e.warningKey && e.option?.[e.warningKey] ? (
|
|
214
|
-
|
|
217
|
+
])) : o("", !0),
|
|
218
|
+
e.warningKey && e.option?.[e.warningKey] ? (i(), l("div", oe, [
|
|
219
|
+
s(n(O), {
|
|
215
220
|
text: e.option[e.warningKey],
|
|
216
221
|
placement: "top"
|
|
217
222
|
}, {
|
|
218
223
|
default: d(() => [
|
|
219
|
-
|
|
224
|
+
s(n(y), {
|
|
220
225
|
class: "option-warning__icon",
|
|
221
226
|
name: "warning-circle",
|
|
222
227
|
size: "16px"
|
|
@@ -224,49 +229,49 @@ const U = { class: "multiline-tooltip" }, W = {
|
|
|
224
229
|
]),
|
|
225
230
|
_: 1
|
|
226
231
|
}, 8, ["text"])
|
|
227
|
-
])) :
|
|
232
|
+
])) : o("", !0),
|
|
228
233
|
t.$slots["option-end"] ? r(t.$slots, "option-end", {
|
|
229
234
|
key: 6,
|
|
230
235
|
option: e.option
|
|
231
|
-
}, void 0, !0) :
|
|
232
|
-
e.treeMainOption ? (
|
|
236
|
+
}, void 0, !0) : o("", !0),
|
|
237
|
+
e.treeMainOption ? (i(), l("div", {
|
|
233
238
|
key: 7,
|
|
234
239
|
class: "tree-main-arrow-wrapper",
|
|
235
240
|
onClick: C(V, ["stop"])
|
|
236
241
|
}, [
|
|
237
|
-
|
|
242
|
+
s(n(y), {
|
|
238
243
|
name: "caret-down",
|
|
239
244
|
size: "16px",
|
|
240
245
|
class: v(`app-trigger--icon ${e.treeMainOptionExpanded && "expanded"}`)
|
|
241
246
|
}, null, 8, ["class"])
|
|
242
|
-
], 8, le)) :
|
|
247
|
+
], 8, le)) : o("", !0)
|
|
243
248
|
], 2),
|
|
244
|
-
n(
|
|
245
|
-
|
|
249
|
+
n(b).clearable && n(x) ? (i(), l("div", ae, [
|
|
250
|
+
u("button", {
|
|
246
251
|
class: "clear-button",
|
|
247
|
-
onClick:
|
|
252
|
+
onClick: c[1] || (c[1] = C((f) => n(b).clearSelection(), ["prevent", "stop"]))
|
|
248
253
|
}, [
|
|
249
|
-
|
|
254
|
+
s(n(y), {
|
|
250
255
|
name: "close",
|
|
251
256
|
width: "8",
|
|
252
257
|
height: "8"
|
|
253
258
|
})
|
|
254
259
|
])
|
|
255
|
-
])) :
|
|
260
|
+
])) : o("", !0)
|
|
256
261
|
], 2)
|
|
257
262
|
]),
|
|
258
263
|
_: 2
|
|
259
264
|
}, [
|
|
260
|
-
Array.isArray(n(
|
|
265
|
+
Array.isArray(n(K)) ? {
|
|
261
266
|
name: "tooltip",
|
|
262
267
|
fn: d(() => [
|
|
263
|
-
|
|
264
|
-
(
|
|
265
|
-
key:
|
|
268
|
+
u("div", U, [
|
|
269
|
+
(i(!0), l(j, null, R(n(K), (f) => (i(), g(n(p), {
|
|
270
|
+
key: f,
|
|
266
271
|
variant: "body2"
|
|
267
272
|
}, {
|
|
268
273
|
default: d(() => [
|
|
269
|
-
|
|
274
|
+
T(m(f), 1)
|
|
270
275
|
]),
|
|
271
276
|
_: 2
|
|
272
277
|
}, 1024))), 128))
|
|
@@ -1100,6 +1100,7 @@ declare const DropdownTypes: () => (({
|
|
|
1100
1100
|
stopOptionClickEventPropagation: boolean;
|
|
1101
1101
|
treeChildShown: boolean;
|
|
1102
1102
|
isMulti: boolean;
|
|
1103
|
+
minMaxSelectionTooltipMessage: string;
|
|
1103
1104
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1104
1105
|
option: {
|
|
1105
1106
|
type: import("vue").PropType<unknown>;
|
|
@@ -1193,12 +1194,16 @@ declare const DropdownTypes: () => (({
|
|
|
1193
1194
|
type: import("vue").PropType<boolean>;
|
|
1194
1195
|
default: boolean;
|
|
1195
1196
|
};
|
|
1197
|
+
minMaxSelectionTooltipMessage: {
|
|
1198
|
+
type: import("vue").PropType<string>;
|
|
1199
|
+
default: any;
|
|
1200
|
+
};
|
|
1196
1201
|
selectedProp: {
|
|
1197
1202
|
type: import("vue").PropType<boolean>;
|
|
1198
1203
|
};
|
|
1199
1204
|
}>> & {
|
|
1200
1205
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
1201
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "warningKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti">;
|
|
1206
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "warningKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti" | "minMaxSelectionTooltipMessage">;
|
|
1202
1207
|
$attrs: {
|
|
1203
1208
|
[x: string]: unknown;
|
|
1204
1209
|
};
|
|
@@ -1305,6 +1310,10 @@ declare const DropdownTypes: () => (({
|
|
|
1305
1310
|
type: import("vue").PropType<boolean>;
|
|
1306
1311
|
default: boolean;
|
|
1307
1312
|
};
|
|
1313
|
+
minMaxSelectionTooltipMessage: {
|
|
1314
|
+
type: import("vue").PropType<string>;
|
|
1315
|
+
default: any;
|
|
1316
|
+
};
|
|
1308
1317
|
selectedProp: {
|
|
1309
1318
|
type: import("vue").PropType<boolean>;
|
|
1310
1319
|
};
|
|
@@ -1336,6 +1345,7 @@ declare const DropdownTypes: () => (({
|
|
|
1336
1345
|
stopOptionClickEventPropagation: boolean;
|
|
1337
1346
|
treeChildShown: boolean;
|
|
1338
1347
|
isMulti: boolean;
|
|
1348
|
+
minMaxSelectionTooltipMessage: string;
|
|
1339
1349
|
}, {}, string> & {
|
|
1340
1350
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1341
1351
|
created?: (() => void) | (() => void)[];
|
|
@@ -1449,6 +1459,10 @@ declare const DropdownTypes: () => (({
|
|
|
1449
1459
|
type: import("vue").PropType<boolean>;
|
|
1450
1460
|
default: boolean;
|
|
1451
1461
|
};
|
|
1462
|
+
minMaxSelectionTooltipMessage: {
|
|
1463
|
+
type: import("vue").PropType<string>;
|
|
1464
|
+
default: any;
|
|
1465
|
+
};
|
|
1452
1466
|
selectedProp: {
|
|
1453
1467
|
type: import("vue").PropType<boolean>;
|
|
1454
1468
|
};
|
|
@@ -1551,6 +1565,10 @@ declare const DropdownTypes: () => (({
|
|
|
1551
1565
|
type: import("vue").PropType<boolean>;
|
|
1552
1566
|
default: boolean;
|
|
1553
1567
|
};
|
|
1568
|
+
minMaxSelectionTooltipMessage: {
|
|
1569
|
+
type: import("vue").PropType<string>;
|
|
1570
|
+
default: any;
|
|
1571
|
+
};
|
|
1554
1572
|
selectedProp: {
|
|
1555
1573
|
type: import("vue").PropType<boolean>;
|
|
1556
1574
|
};
|
|
@@ -1582,6 +1600,7 @@ declare const DropdownTypes: () => (({
|
|
|
1582
1600
|
stopOptionClickEventPropagation: boolean;
|
|
1583
1601
|
treeChildShown: boolean;
|
|
1584
1602
|
isMulti: boolean;
|
|
1603
|
+
minMaxSelectionTooltipMessage: string;
|
|
1585
1604
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1586
1605
|
$slots: {
|
|
1587
1606
|
image?(_: {}): any;
|
|
@@ -181,6 +181,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
181
181
|
isSelectionBordered: boolean;
|
|
182
182
|
}>, Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
183
183
|
column: Column;
|
|
184
|
+
}) => any>> & Partial<Record<`after-header-${string}`, (_: {
|
|
185
|
+
column: Column;
|
|
184
186
|
}) => any>> & Partial<Record<`total-${string}`, (_: {
|
|
185
187
|
column: Column;
|
|
186
188
|
}) => any>> & Partial<Record<`cell-${string}`, (_: {
|
|
@@ -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
|
|
3
|
+
// import "../../../DataGrid.vue_vue_type_style_index_0_scoped_b21a79b1_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-b21a79b1"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
s as default
|
|
7
7
|
};
|