@ironsource/shared-ui 2.1.8 → 2.1.9-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/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_360883b1_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_058de532_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +1 -0
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +1 -0
- package/components/alert/Alert.vue2.js +3 -2
- package/components/autocomplete/Autocomplete.vue.d.ts +1 -1
- package/components/autocomplete/index.d.ts +20 -20
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +65 -0
- package/components/button/v4/ToggleButtonGroupAB.vue.js +7 -0
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +95 -0
- package/components/button/v4/index.d.ts +170 -1
- package/components/button/v4/index.js +10 -3
- package/components/chart/Chart.vue.d.ts +5 -0
- package/components/chart/Chart.vue.js +4 -4
- package/components/chart/Chart.vue2.js +51 -49
- package/components/chart/ChartHeader.vue.d.ts +5 -0
- package/components/chart/ChartHeader.vue.js +2 -2
- package/components/chart/ChartHeader.vue2.js +35 -22
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +35 -28
- package/components/chart/SettingsHeader.vue.js +3 -3
- package/components/chart/SettingsHeader.vue2.js +33 -26
- package/components/chart/index.d.ts +20 -1
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +9 -8
- package/components/dateRange/v4/DateRangeV4.vue2.js +21 -20
- package/components/dialog/v3/Dialog.vue.d.ts +1 -1
- package/components/dialog/v3/index.d.ts +5 -5
- package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
- package/components/dialog/v4/DialogV4.vue2.js +6 -5
- package/components/dialog/v4/index.d.ts +5 -5
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +51 -51
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +17 -11
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +17 -9
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +23 -22
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +11 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +59 -45
- package/components/dropdown/v4/DropdownV4.vue.d.ts +8 -2
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +121 -109
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +4 -3
- package/components/dropdown/v4/OptionV4.vue.d.ts +6 -0
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +83 -70
- package/components/dropdown/v4/index.d.ts +157 -65
- package/components/emptyState/v4/EmptyStateV4.vue2.js +13 -12
- package/components/forms/FormCard.vue2.js +13 -12
- package/components/includeExclude/index.d.ts +56 -56
- package/components/input/v3/Input.vue.d.ts +1 -1
- package/components/input/v3/index.d.ts +32 -32
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/index.d.ts +20 -20
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.vue.d.ts +1 -1
- package/components/multibar/MultiBar.vue2.js +3 -2
- package/components/multibar/index.d.ts +9 -9
- package/components/popover/v3/Popover.vue.d.ts +1 -1
- package/components/popover/v3/index.d.ts +20 -20
- package/components/popover/v4/PopoverV4.vue.d.ts +7 -3
- package/components/popover/v4/PopoverV4.vue.js +3 -3
- package/components/popover/v4/PopoverV4.vue2.js +23 -20
- package/components/popover/v4/index.d.ts +36 -24
- package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
- package/components/radioButton/v3/index.d.ts +6 -6
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +6 -1
- package/components/radioButton/v4/RadioButtonV4.vue.js +2 -2
- package/components/radioButton/v4/RadioButtonV4.vue2.js +59 -46
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
- package/components/radioButton/v4/index.d.ts +26 -7
- package/components/snackbar/v4/SnackbarV4.vue2.js +7 -6
- package/components/sortableList/SortableItem.vue.d.ts +1 -1
- package/components/switch/v3/index.d.ts +16 -16
- package/components/switch/v4/SwitchV4.vue2.js +6 -5
- package/components/switch/v4/index.d.ts +8 -8
- package/components/table/v4/DataGrid.vue.d.ts +5 -0
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +45 -44
- package/components/table/v4/ExpandRowToggle.vue2.js +6 -5
- package/components/table/v4/MultipleDataGrid.vue.d.ts +23 -2
- package/components/table/v4/MultipleDataGrid.vue.js +5 -5
- package/components/table/v4/MultipleDataGrid.vue2.js +82 -73
- package/components/table/v4/index.d.ts +98 -2
- package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
- package/components/textArea/v4/index.d.ts +9 -9
- package/components/toggle/v3/index.d.ts +8 -8
- package/components/toggle/v4/index.d.ts +16 -16
- package/components/typography/v4/Typography.vue.js +2 -2
- package/components/typography/v4/Typography.vue2.js +1 -1
- package/consts/configs.d.ts +1 -0
- package/consts/configs.js +4 -0
- package/index.d.ts +1392 -471
- package/index.js +1 -1
- package/mocks/options.d.ts +4 -0
- package/package.json +2 -2
- package/testids/index.d.ts +8 -1
- package/testids/index.js +14 -13
- package/utils/testIds.d.ts +1 -1
- package/utils/testIds.js +6 -6
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_df85e0af_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_2e3de9c5_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_efc608f9_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_d27e1304_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_fd7a490e_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_62a620ee_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_cfedf78b_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_77509f61_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_cb3a12c6_lang.css +0 -1
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_b00956b7_lang.css +0 -1
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import "../../../EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css"; import p from "../../../_virtual/dynamic-import-helper.js";
|
|
2
|
-
import { defineComponent as v, computed as y, defineAsyncComponent as b, openBlock as e, createElementBlock as k, createBlock as
|
|
2
|
+
import { defineComponent as v, computed as y, defineAsyncComponent as b, openBlock as e, createElementBlock as k, createBlock as i, unref as n, createCommentVNode as a, createElementVNode as N, renderSlot as s, withCtx as c, createTextVNode as r, toDisplayString as l } from "vue";
|
|
3
3
|
import I from "../../button/v4/ButtonV4.vue.js";
|
|
4
4
|
import "../../button/v4/IconButtonV4.vue.js";
|
|
5
5
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
6
|
+
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
6
7
|
import u from "../../typography/v4/Typography.vue.js";
|
|
7
8
|
import { capitalizeFirstLetter as C, snakeCaseToCamelCase as T } from "../../../utils/string.js";
|
|
8
9
|
import S from "../../icon/v4/IconV4.vue.js";
|
|
9
10
|
import "../../icon/v4/IconFlag.vue.js";
|
|
10
|
-
const g = { class: "empty-state" }, x = { class: "title-wrapper" },
|
|
11
|
+
const g = { class: "empty-state" }, x = { class: "title-wrapper" }, j = /* @__PURE__ */ v({
|
|
11
12
|
__name: "EmptyStateV4",
|
|
12
13
|
props: {
|
|
13
14
|
title: { default: "No data to display" },
|
|
@@ -24,12 +25,12 @@ const g = { class: "empty-state" }, x = { class: "title-wrapper" }, R = /* @__PU
|
|
|
24
25
|
const o = C(T(d.variant));
|
|
25
26
|
return b(() => p(/* @__PURE__ */ Object.assign({ "./icons/IconError.vue": () => import("./icons/IconError.vue.js"), "./icons/IconFiles.vue": () => import("./icons/IconFiles.vue.js"), "./icons/IconNoAccess.vue": () => import("./icons/IconNoAccess.vue.js"), "./icons/IconNoData.vue": () => import("./icons/IconNoData.vue.js"), "./icons/IconNoResults.vue": () => import("./icons/IconNoResults.vue.js"), "./icons/IconSettings.vue": () => import("./icons/IconSettings.vue.js") }), `./icons/Icon${o}.vue`));
|
|
26
27
|
});
|
|
27
|
-
return (o,
|
|
28
|
-
t.variant && !t.iconName ? (e(), n(
|
|
28
|
+
return (o, m) => (e(), k("div", g, [
|
|
29
|
+
t.variant && !t.iconName ? (e(), i(n(f), {
|
|
29
30
|
key: 0,
|
|
30
31
|
class: "empty-variant-icon"
|
|
31
32
|
})) : a("", !0),
|
|
32
|
-
t.iconName ? (e(), n(
|
|
33
|
+
t.iconName ? (e(), i(n(S), {
|
|
33
34
|
key: 1,
|
|
34
35
|
class: "custom-empty-icon",
|
|
35
36
|
name: t.iconName,
|
|
@@ -37,8 +38,8 @@ const g = { class: "empty-state" }, x = { class: "title-wrapper" }, R = /* @__PU
|
|
|
37
38
|
type: t.iconType
|
|
38
39
|
}, null, 8, ["name", "size", "type"])) : a("", !0),
|
|
39
40
|
N("div", x, [
|
|
40
|
-
|
|
41
|
-
t.title ? (e(), n(
|
|
41
|
+
s(o.$slots, "content", {}, () => [
|
|
42
|
+
t.title ? (e(), i(n(u), {
|
|
42
43
|
key: 0,
|
|
43
44
|
variant: "h4",
|
|
44
45
|
class: "title"
|
|
@@ -48,7 +49,7 @@ const g = { class: "empty-state" }, x = { class: "title-wrapper" }, R = /* @__PU
|
|
|
48
49
|
]),
|
|
49
50
|
_: 1
|
|
50
51
|
})) : a("", !0),
|
|
51
|
-
t.subtitle ? (e(), n(
|
|
52
|
+
t.subtitle ? (e(), i(n(u), {
|
|
52
53
|
key: 1,
|
|
53
54
|
variant: "body1",
|
|
54
55
|
class: "subtitle"
|
|
@@ -60,13 +61,13 @@ const g = { class: "empty-state" }, x = { class: "title-wrapper" }, R = /* @__PU
|
|
|
60
61
|
})) : a("", !0)
|
|
61
62
|
], !0)
|
|
62
63
|
]),
|
|
63
|
-
|
|
64
|
-
t.buttonText ? (e(), n(
|
|
64
|
+
s(o.$slots, "button", {}, () => [
|
|
65
|
+
t.buttonText ? (e(), i(n(I), {
|
|
65
66
|
key: 0,
|
|
66
67
|
variant: "outlined",
|
|
67
68
|
color: "default",
|
|
68
69
|
class: "button",
|
|
69
|
-
onClick:
|
|
70
|
+
onClick: m[0] || (m[0] = (z) => o.$emit("click"))
|
|
70
71
|
}, {
|
|
71
72
|
default: c(() => [
|
|
72
73
|
r(l(t.buttonText), 1)
|
|
@@ -78,5 +79,5 @@ const g = { class: "empty-state" }, x = { class: "title-wrapper" }, R = /* @__PU
|
|
|
78
79
|
}
|
|
79
80
|
});
|
|
80
81
|
export {
|
|
81
|
-
|
|
82
|
+
j as default
|
|
82
83
|
};
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import "../../FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css"; import { defineComponent as B, openBlock as d, createElementBlock as c, createElementVNode as f, mergeProps as n, unref as e, renderSlot as
|
|
1
|
+
import "../../FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css"; import { defineComponent as B, openBlock as d, createElementBlock as c, createElementVNode as f, mergeProps as n, unref as e, renderSlot as m, createVNode as a, withCtx as u, createTextVNode as g, toDisplayString as v, createBlock as T, createCommentVNode as C } from "vue";
|
|
2
2
|
import b from "../typography/v4/Typography.vue.js";
|
|
3
3
|
import k from "../button/v4/ButtonV4.vue.js";
|
|
4
4
|
import "../button/v4/IconButtonV4.vue.js";
|
|
5
5
|
import "../button/v4/ButtonGroup.vue.js";
|
|
6
|
+
import "../button/v4/ToggleButtonGroupAB.vue.js";
|
|
6
7
|
import { FormCardTestIdModifiers as o } from "../../testids/index.js";
|
|
7
8
|
import { useTestIdAttrs as N } from "../../utils/testIds.js";
|
|
8
9
|
import i from "../skeleton/v4/SkeletonV4.vue.js";
|
|
9
|
-
const
|
|
10
|
+
const p = { class: "form-card" }, h = {
|
|
10
11
|
key: 1,
|
|
11
12
|
class: "content-skeleton-container"
|
|
12
|
-
},
|
|
13
|
+
}, F = /* @__PURE__ */ B({
|
|
13
14
|
__name: "FormCard",
|
|
14
15
|
props: {
|
|
15
16
|
title: { default: "" },
|
|
@@ -26,16 +27,16 @@ const h = { class: "form-card" }, p = {
|
|
|
26
27
|
setup(t, { emit: y }) {
|
|
27
28
|
const l = N(t.testId, o);
|
|
28
29
|
return (r, s) => (d(), c("div", null, [
|
|
29
|
-
f("div",
|
|
30
|
+
f("div", p, [
|
|
30
31
|
f("header", n({ class: "card-header" }, e(l)[e(o).TITLE]), [
|
|
31
32
|
t.isLoading ? (d(), T(e(i), {
|
|
32
33
|
key: 1,
|
|
33
34
|
type: "rectangle",
|
|
34
35
|
size: 20,
|
|
35
36
|
class: "skeleton-header"
|
|
36
|
-
})) :
|
|
37
|
+
})) : m(r.$slots, "header", { key: 0 }, () => [
|
|
37
38
|
a(e(b), { variant: "h3" }, {
|
|
38
|
-
default:
|
|
39
|
+
default: u(() => [
|
|
39
40
|
g(v(t.title), 1)
|
|
40
41
|
]),
|
|
41
42
|
_: 1
|
|
@@ -45,7 +46,7 @@ const h = { class: "form-card" }, p = {
|
|
|
45
46
|
f("div", n({
|
|
46
47
|
class: ["card-content", { "card-content--no-padding": t.noPadding }]
|
|
47
48
|
}, e(l)[e(o).CONTENT]), [
|
|
48
|
-
t.isLoading ? (d(), c("div",
|
|
49
|
+
t.isLoading ? (d(), c("div", h, [
|
|
49
50
|
a(e(i), {
|
|
50
51
|
type: "rectangle",
|
|
51
52
|
size: 20,
|
|
@@ -59,14 +60,14 @@ const h = { class: "form-card" }, p = {
|
|
|
59
60
|
class: "skeleton-short",
|
|
60
61
|
type: "rectangle"
|
|
61
62
|
})
|
|
62
|
-
])) :
|
|
63
|
+
])) : m(r.$slots, "default", { key: 0 }, void 0, !0)
|
|
63
64
|
], 16)
|
|
64
65
|
]),
|
|
65
66
|
t.actionButtons ? (d(), c("div", n({
|
|
66
67
|
key: 0,
|
|
67
68
|
class: "form-actions"
|
|
68
69
|
}, e(l)[e(o).ACTIONS]), [
|
|
69
|
-
|
|
70
|
+
m(r.$slots, "footer", {}, () => [
|
|
70
71
|
a(e(k), n({
|
|
71
72
|
class: "form-action",
|
|
72
73
|
variant: "outlined",
|
|
@@ -75,7 +76,7 @@ const h = { class: "form-card" }, p = {
|
|
|
75
76
|
disabled: t.isLoading || t.saveLoading,
|
|
76
77
|
onClick: s[0] || (s[0] = (L) => y("cancel"))
|
|
77
78
|
}), {
|
|
78
|
-
default:
|
|
79
|
+
default: u(() => [
|
|
79
80
|
g(v(t.cancelLabel), 1)
|
|
80
81
|
]),
|
|
81
82
|
_: 1
|
|
@@ -87,7 +88,7 @@ const h = { class: "form-card" }, p = {
|
|
|
87
88
|
disabled: t.saveDisabled || t.isLoading,
|
|
88
89
|
onClick: s[1] || (s[1] = (L) => y("save"))
|
|
89
90
|
}), {
|
|
90
|
-
default:
|
|
91
|
+
default: u(() => [
|
|
91
92
|
g(v(t.saveLabel), 1)
|
|
92
93
|
]),
|
|
93
94
|
_: 1
|
|
@@ -98,5 +99,5 @@ const h = { class: "form-card" }, p = {
|
|
|
98
99
|
}
|
|
99
100
|
});
|
|
100
101
|
export {
|
|
101
|
-
|
|
102
|
+
F as default
|
|
102
103
|
};
|
|
@@ -47,14 +47,14 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
47
47
|
type: import("vue").PropType<boolean>;
|
|
48
48
|
default: boolean;
|
|
49
49
|
};
|
|
50
|
-
options: {
|
|
51
|
-
type: import("vue").PropType<unknown[]>;
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
50
|
modelValue: {
|
|
55
51
|
type: import("vue").PropType<unknown>;
|
|
56
52
|
required: true;
|
|
57
53
|
};
|
|
54
|
+
options: {
|
|
55
|
+
type: import("vue").PropType<unknown[]>;
|
|
56
|
+
required: true;
|
|
57
|
+
};
|
|
58
58
|
autoFocus: {
|
|
59
59
|
type: import("vue").PropType<boolean>;
|
|
60
60
|
default: boolean;
|
|
@@ -143,14 +143,14 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
143
143
|
type: import("vue").PropType<boolean>;
|
|
144
144
|
default: boolean;
|
|
145
145
|
};
|
|
146
|
-
options: {
|
|
147
|
-
type: import("vue").PropType<unknown[]>;
|
|
148
|
-
required: true;
|
|
149
|
-
};
|
|
150
146
|
modelValue: {
|
|
151
147
|
type: import("vue").PropType<unknown>;
|
|
152
148
|
required: true;
|
|
153
149
|
};
|
|
150
|
+
options: {
|
|
151
|
+
type: import("vue").PropType<unknown[]>;
|
|
152
|
+
required: true;
|
|
153
|
+
};
|
|
154
154
|
autoFocus: {
|
|
155
155
|
type: import("vue").PropType<boolean>;
|
|
156
156
|
default: boolean;
|
|
@@ -264,14 +264,14 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
264
264
|
type: import("vue").PropType<boolean>;
|
|
265
265
|
default: boolean;
|
|
266
266
|
};
|
|
267
|
-
options: {
|
|
268
|
-
type: import("vue").PropType<unknown[]>;
|
|
269
|
-
required: true;
|
|
270
|
-
};
|
|
271
267
|
modelValue: {
|
|
272
268
|
type: import("vue").PropType<unknown>;
|
|
273
269
|
required: true;
|
|
274
270
|
};
|
|
271
|
+
options: {
|
|
272
|
+
type: import("vue").PropType<unknown[]>;
|
|
273
|
+
required: true;
|
|
274
|
+
};
|
|
275
275
|
autoFocus: {
|
|
276
276
|
type: import("vue").PropType<boolean>;
|
|
277
277
|
default: boolean;
|
|
@@ -350,14 +350,14 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
350
350
|
type: import("vue").PropType<boolean>;
|
|
351
351
|
default: boolean;
|
|
352
352
|
};
|
|
353
|
-
options: {
|
|
354
|
-
type: import("vue").PropType<unknown[]>;
|
|
355
|
-
required: true;
|
|
356
|
-
};
|
|
357
353
|
modelValue: {
|
|
358
354
|
type: import("vue").PropType<unknown>;
|
|
359
355
|
required: true;
|
|
360
356
|
};
|
|
357
|
+
options: {
|
|
358
|
+
type: import("vue").PropType<unknown[]>;
|
|
359
|
+
required: true;
|
|
360
|
+
};
|
|
361
361
|
autoFocus: {
|
|
362
362
|
type: import("vue").PropType<boolean>;
|
|
363
363
|
default: boolean;
|
|
@@ -488,14 +488,14 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
488
488
|
type: import("vue").PropType<boolean>;
|
|
489
489
|
default: boolean;
|
|
490
490
|
};
|
|
491
|
-
options: {
|
|
492
|
-
type: import("vue").PropType<unknown[]>;
|
|
493
|
-
required: true;
|
|
494
|
-
};
|
|
495
491
|
modelValue: {
|
|
496
492
|
type: import("vue").PropType<unknown>;
|
|
497
493
|
required: true;
|
|
498
494
|
};
|
|
495
|
+
options: {
|
|
496
|
+
type: import("vue").PropType<unknown[]>;
|
|
497
|
+
required: true;
|
|
498
|
+
};
|
|
499
499
|
autoFocus: {
|
|
500
500
|
type: import("vue").PropType<boolean>;
|
|
501
501
|
default: boolean;
|
|
@@ -590,14 +590,14 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
590
590
|
type: import("vue").PropType<boolean>;
|
|
591
591
|
default: boolean;
|
|
592
592
|
};
|
|
593
|
-
options: {
|
|
594
|
-
type: import("vue").PropType<unknown[]>;
|
|
595
|
-
required: true;
|
|
596
|
-
};
|
|
597
593
|
modelValue: {
|
|
598
594
|
type: import("vue").PropType<unknown>;
|
|
599
595
|
required: true;
|
|
600
596
|
};
|
|
597
|
+
options: {
|
|
598
|
+
type: import("vue").PropType<unknown[]>;
|
|
599
|
+
required: true;
|
|
600
|
+
};
|
|
601
601
|
autoFocus: {
|
|
602
602
|
type: import("vue").PropType<boolean>;
|
|
603
603
|
default: boolean;
|
|
@@ -720,14 +720,14 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
720
720
|
type: import("vue").PropType<boolean>;
|
|
721
721
|
default: boolean;
|
|
722
722
|
};
|
|
723
|
-
options: {
|
|
724
|
-
type: import("vue").PropType<unknown[]>;
|
|
725
|
-
required: true;
|
|
726
|
-
};
|
|
727
723
|
modelValue: {
|
|
728
724
|
type: import("vue").PropType<unknown>;
|
|
729
725
|
required: true;
|
|
730
726
|
};
|
|
727
|
+
options: {
|
|
728
|
+
type: import("vue").PropType<unknown[]>;
|
|
729
|
+
required: true;
|
|
730
|
+
};
|
|
731
731
|
autoFocus: {
|
|
732
732
|
type: import("vue").PropType<boolean>;
|
|
733
733
|
default: boolean;
|
|
@@ -812,14 +812,14 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
812
812
|
type: import("vue").PropType<boolean>;
|
|
813
813
|
default: boolean;
|
|
814
814
|
};
|
|
815
|
-
options: {
|
|
816
|
-
type: import("vue").PropType<unknown[]>;
|
|
817
|
-
required: true;
|
|
818
|
-
};
|
|
819
815
|
modelValue: {
|
|
820
816
|
type: import("vue").PropType<unknown>;
|
|
821
817
|
required: true;
|
|
822
818
|
};
|
|
819
|
+
options: {
|
|
820
|
+
type: import("vue").PropType<unknown[]>;
|
|
821
|
+
required: true;
|
|
822
|
+
};
|
|
823
823
|
autoFocus: {
|
|
824
824
|
type: import("vue").PropType<boolean>;
|
|
825
825
|
default: boolean;
|
|
@@ -1200,6 +1200,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1200
1200
|
type: import("vue").PropType<string>;
|
|
1201
1201
|
default: string;
|
|
1202
1202
|
};
|
|
1203
|
+
modelValue: {
|
|
1204
|
+
type: import("vue").PropType<import("./includeExcludeMocks").Application[]>;
|
|
1205
|
+
required: true;
|
|
1206
|
+
};
|
|
1203
1207
|
isLoading: {
|
|
1204
1208
|
type: import("vue").PropType<boolean>;
|
|
1205
1209
|
default: boolean;
|
|
@@ -1208,10 +1212,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1208
1212
|
type: import("vue").PropType<boolean>;
|
|
1209
1213
|
default: boolean;
|
|
1210
1214
|
};
|
|
1211
|
-
modelValue: {
|
|
1212
|
-
type: import("vue").PropType<import("./includeExcludeMocks").Application[]>;
|
|
1213
|
-
required: true;
|
|
1214
|
-
};
|
|
1215
1215
|
searchPlaceholder: {
|
|
1216
1216
|
type: import("vue").PropType<string>;
|
|
1217
1217
|
default: string;
|
|
@@ -1261,6 +1261,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1261
1261
|
type: import("vue").PropType<string>;
|
|
1262
1262
|
default: string;
|
|
1263
1263
|
};
|
|
1264
|
+
modelValue: {
|
|
1265
|
+
type: import("vue").PropType<import("./includeExcludeMocks").Application[]>;
|
|
1266
|
+
required: true;
|
|
1267
|
+
};
|
|
1264
1268
|
isLoading: {
|
|
1265
1269
|
type: import("vue").PropType<boolean>;
|
|
1266
1270
|
default: boolean;
|
|
@@ -1269,10 +1273,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1269
1273
|
type: import("vue").PropType<boolean>;
|
|
1270
1274
|
default: boolean;
|
|
1271
1275
|
};
|
|
1272
|
-
modelValue: {
|
|
1273
|
-
type: import("vue").PropType<import("./includeExcludeMocks").Application[]>;
|
|
1274
|
-
required: true;
|
|
1275
|
-
};
|
|
1276
1276
|
searchPlaceholder: {
|
|
1277
1277
|
type: import("vue").PropType<string>;
|
|
1278
1278
|
default: string;
|
|
@@ -1357,6 +1357,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1357
1357
|
type: import("vue").PropType<string>;
|
|
1358
1358
|
default: string;
|
|
1359
1359
|
};
|
|
1360
|
+
modelValue: {
|
|
1361
|
+
type: import("vue").PropType<unknown[]>;
|
|
1362
|
+
required: true;
|
|
1363
|
+
};
|
|
1360
1364
|
options: {
|
|
1361
1365
|
type: import("vue").PropType<unknown[]>;
|
|
1362
1366
|
required: true;
|
|
@@ -1369,10 +1373,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1369
1373
|
type: import("vue").PropType<boolean>;
|
|
1370
1374
|
default: boolean;
|
|
1371
1375
|
};
|
|
1372
|
-
modelValue: {
|
|
1373
|
-
type: import("vue").PropType<unknown[]>;
|
|
1374
|
-
required: true;
|
|
1375
|
-
};
|
|
1376
1376
|
iconKey: {
|
|
1377
1377
|
type: import("vue").PropType<string>;
|
|
1378
1378
|
default: string;
|
|
@@ -1455,6 +1455,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1455
1455
|
type: import("vue").PropType<string>;
|
|
1456
1456
|
default: string;
|
|
1457
1457
|
};
|
|
1458
|
+
modelValue: {
|
|
1459
|
+
type: import("vue").PropType<unknown[]>;
|
|
1460
|
+
required: true;
|
|
1461
|
+
};
|
|
1458
1462
|
options: {
|
|
1459
1463
|
type: import("vue").PropType<unknown[]>;
|
|
1460
1464
|
required: true;
|
|
@@ -1467,10 +1471,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1467
1471
|
type: import("vue").PropType<boolean>;
|
|
1468
1472
|
default: boolean;
|
|
1469
1473
|
};
|
|
1470
|
-
modelValue: {
|
|
1471
|
-
type: import("vue").PropType<unknown[]>;
|
|
1472
|
-
required: true;
|
|
1473
|
-
};
|
|
1474
1474
|
iconKey: {
|
|
1475
1475
|
type: import("vue").PropType<string>;
|
|
1476
1476
|
default: string;
|
|
@@ -1579,6 +1579,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1579
1579
|
type: import("vue").PropType<string>;
|
|
1580
1580
|
default: string;
|
|
1581
1581
|
};
|
|
1582
|
+
modelValue: {
|
|
1583
|
+
type: import("vue").PropType<unknown[]>;
|
|
1584
|
+
required: true;
|
|
1585
|
+
};
|
|
1582
1586
|
options: {
|
|
1583
1587
|
type: import("vue").PropType<unknown[]>;
|
|
1584
1588
|
required: true;
|
|
@@ -1591,10 +1595,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1591
1595
|
type: import("vue").PropType<boolean>;
|
|
1592
1596
|
default: boolean;
|
|
1593
1597
|
};
|
|
1594
|
-
modelValue: {
|
|
1595
|
-
type: import("vue").PropType<unknown[]>;
|
|
1596
|
-
required: true;
|
|
1597
|
-
};
|
|
1598
1598
|
iconKey: {
|
|
1599
1599
|
type: import("vue").PropType<string>;
|
|
1600
1600
|
default: string;
|
|
@@ -1667,6 +1667,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1667
1667
|
type: import("vue").PropType<string>;
|
|
1668
1668
|
default: string;
|
|
1669
1669
|
};
|
|
1670
|
+
modelValue: {
|
|
1671
|
+
type: import("vue").PropType<unknown[]>;
|
|
1672
|
+
required: true;
|
|
1673
|
+
};
|
|
1670
1674
|
options: {
|
|
1671
1675
|
type: import("vue").PropType<unknown[]>;
|
|
1672
1676
|
required: true;
|
|
@@ -1679,10 +1683,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
1679
1683
|
type: import("vue").PropType<boolean>;
|
|
1680
1684
|
default: boolean;
|
|
1681
1685
|
};
|
|
1682
|
-
modelValue: {
|
|
1683
|
-
type: import("vue").PropType<unknown[]>;
|
|
1684
|
-
required: true;
|
|
1685
|
-
};
|
|
1686
1686
|
iconKey: {
|
|
1687
1687
|
type: import("vue").PropType<string>;
|
|
1688
1688
|
default: string;
|
|
@@ -85,9 +85,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
85
85
|
disabled: boolean;
|
|
86
86
|
size: 'sm' | 'lg';
|
|
87
87
|
mandatory: boolean;
|
|
88
|
+
modelValue: string | number;
|
|
88
89
|
hoverHelpText: string;
|
|
89
90
|
hoverHelpTextPlacement: 'auto' | 'auto-start' | 'auto-end' | 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end';
|
|
90
|
-
modelValue: string | number;
|
|
91
91
|
placeholder: string;
|
|
92
92
|
viewOnly: boolean;
|
|
93
93
|
labelDirection: 'inside' | 'top' | 'left';
|
|
@@ -13,9 +13,9 @@ declare const InputTypes: () => (({
|
|
|
13
13
|
disabled: boolean;
|
|
14
14
|
size: "sm" | "lg";
|
|
15
15
|
mandatory: boolean;
|
|
16
|
+
modelValue: string | number;
|
|
16
17
|
hoverHelpText: string;
|
|
17
18
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
18
|
-
modelValue: string | number;
|
|
19
19
|
placeholder: string;
|
|
20
20
|
viewOnly: boolean;
|
|
21
21
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -50,6 +50,10 @@ declare const InputTypes: () => (({
|
|
|
50
50
|
type: import("vue").PropType<boolean>;
|
|
51
51
|
default: boolean;
|
|
52
52
|
};
|
|
53
|
+
modelValue: {
|
|
54
|
+
type: import("vue").PropType<string | number>;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
53
57
|
hoverHelpText: {
|
|
54
58
|
type: import("vue").PropType<string>;
|
|
55
59
|
default: string;
|
|
@@ -58,10 +62,6 @@ declare const InputTypes: () => (({
|
|
|
58
62
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
59
63
|
default: string;
|
|
60
64
|
};
|
|
61
|
-
modelValue: {
|
|
62
|
-
type: import("vue").PropType<string | number>;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
65
|
placeholder: {
|
|
66
66
|
type: import("vue").PropType<string>;
|
|
67
67
|
default: string;
|
|
@@ -100,7 +100,7 @@ declare const InputTypes: () => (({
|
|
|
100
100
|
};
|
|
101
101
|
}>> & {
|
|
102
102
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
103
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "
|
|
103
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "modelValue" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "feedbackHelpText" | "feedbackErrorText">;
|
|
104
104
|
$attrs: {
|
|
105
105
|
[x: string]: unknown;
|
|
106
106
|
};
|
|
@@ -139,6 +139,10 @@ declare const InputTypes: () => (({
|
|
|
139
139
|
type: import("vue").PropType<boolean>;
|
|
140
140
|
default: boolean;
|
|
141
141
|
};
|
|
142
|
+
modelValue: {
|
|
143
|
+
type: import("vue").PropType<string | number>;
|
|
144
|
+
default: string;
|
|
145
|
+
};
|
|
142
146
|
hoverHelpText: {
|
|
143
147
|
type: import("vue").PropType<string>;
|
|
144
148
|
default: string;
|
|
@@ -147,10 +151,6 @@ declare const InputTypes: () => (({
|
|
|
147
151
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
148
152
|
default: string;
|
|
149
153
|
};
|
|
150
|
-
modelValue: {
|
|
151
|
-
type: import("vue").PropType<string | number>;
|
|
152
|
-
default: string;
|
|
153
|
-
};
|
|
154
154
|
placeholder: {
|
|
155
155
|
type: import("vue").PropType<string>;
|
|
156
156
|
default: string;
|
|
@@ -198,9 +198,9 @@ declare const InputTypes: () => (({
|
|
|
198
198
|
disabled: boolean;
|
|
199
199
|
size: "sm" | "lg";
|
|
200
200
|
mandatory: boolean;
|
|
201
|
+
modelValue: string | number;
|
|
201
202
|
hoverHelpText: string;
|
|
202
203
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
203
|
-
modelValue: string | number;
|
|
204
204
|
placeholder: string;
|
|
205
205
|
viewOnly: boolean;
|
|
206
206
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -255,6 +255,10 @@ declare const InputTypes: () => (({
|
|
|
255
255
|
type: import("vue").PropType<boolean>;
|
|
256
256
|
default: boolean;
|
|
257
257
|
};
|
|
258
|
+
modelValue: {
|
|
259
|
+
type: import("vue").PropType<string | number>;
|
|
260
|
+
default: string;
|
|
261
|
+
};
|
|
258
262
|
hoverHelpText: {
|
|
259
263
|
type: import("vue").PropType<string>;
|
|
260
264
|
default: string;
|
|
@@ -263,10 +267,6 @@ declare const InputTypes: () => (({
|
|
|
263
267
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
264
268
|
default: string;
|
|
265
269
|
};
|
|
266
|
-
modelValue: {
|
|
267
|
-
type: import("vue").PropType<string | number>;
|
|
268
|
-
default: string;
|
|
269
|
-
};
|
|
270
270
|
placeholder: {
|
|
271
271
|
type: import("vue").PropType<string>;
|
|
272
272
|
default: string;
|
|
@@ -334,6 +334,10 @@ declare const InputTypes: () => (({
|
|
|
334
334
|
type: import("vue").PropType<boolean>;
|
|
335
335
|
default: boolean;
|
|
336
336
|
};
|
|
337
|
+
modelValue: {
|
|
338
|
+
type: import("vue").PropType<string | number>;
|
|
339
|
+
default: string;
|
|
340
|
+
};
|
|
337
341
|
hoverHelpText: {
|
|
338
342
|
type: import("vue").PropType<string>;
|
|
339
343
|
default: string;
|
|
@@ -342,10 +346,6 @@ declare const InputTypes: () => (({
|
|
|
342
346
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
343
347
|
default: string;
|
|
344
348
|
};
|
|
345
|
-
modelValue: {
|
|
346
|
-
type: import("vue").PropType<string | number>;
|
|
347
|
-
default: string;
|
|
348
|
-
};
|
|
349
349
|
placeholder: {
|
|
350
350
|
type: import("vue").PropType<string>;
|
|
351
351
|
default: string;
|
|
@@ -393,9 +393,9 @@ declare const InputTypes: () => (({
|
|
|
393
393
|
disabled: boolean;
|
|
394
394
|
size: "sm" | "lg";
|
|
395
395
|
mandatory: boolean;
|
|
396
|
+
modelValue: string | number;
|
|
396
397
|
hoverHelpText: string;
|
|
397
398
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
398
|
-
modelValue: string | number;
|
|
399
399
|
placeholder: string;
|
|
400
400
|
viewOnly: boolean;
|
|
401
401
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -494,15 +494,18 @@ declare const InputTypes: () => (({
|
|
|
494
494
|
mandatory: {
|
|
495
495
|
type: import("vue").PropType<boolean>;
|
|
496
496
|
};
|
|
497
|
+
modelValue: {
|
|
498
|
+
type: import("vue").PropType<string | number>;
|
|
499
|
+
};
|
|
500
|
+
"onUpdate:modelValue": {
|
|
501
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
502
|
+
};
|
|
497
503
|
hoverHelpText: {
|
|
498
504
|
type: import("vue").PropType<string>;
|
|
499
505
|
};
|
|
500
506
|
hoverHelpTextPlacement: {
|
|
501
507
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
502
508
|
};
|
|
503
|
-
modelValue: {
|
|
504
|
-
type: import("vue").PropType<string | number>;
|
|
505
|
-
};
|
|
506
509
|
placeholder: {
|
|
507
510
|
type: import("vue").PropType<string>;
|
|
508
511
|
};
|
|
@@ -518,9 +521,6 @@ declare const InputTypes: () => (({
|
|
|
518
521
|
onlyDigits: {
|
|
519
522
|
type: import("vue").PropType<boolean>;
|
|
520
523
|
};
|
|
521
|
-
"onUpdate:modelValue": {
|
|
522
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
523
|
-
};
|
|
524
524
|
feedbackHelpText: {
|
|
525
525
|
type: import("vue").PropType<string>;
|
|
526
526
|
};
|
|
@@ -613,15 +613,18 @@ declare const InputTypes: () => (({
|
|
|
613
613
|
mandatory: {
|
|
614
614
|
type: import("vue").PropType<boolean>;
|
|
615
615
|
};
|
|
616
|
+
modelValue: {
|
|
617
|
+
type: import("vue").PropType<string | number>;
|
|
618
|
+
};
|
|
619
|
+
"onUpdate:modelValue": {
|
|
620
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
621
|
+
};
|
|
616
622
|
hoverHelpText: {
|
|
617
623
|
type: import("vue").PropType<string>;
|
|
618
624
|
};
|
|
619
625
|
hoverHelpTextPlacement: {
|
|
620
626
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
621
627
|
};
|
|
622
|
-
modelValue: {
|
|
623
|
-
type: import("vue").PropType<string | number>;
|
|
624
|
-
};
|
|
625
628
|
placeholder: {
|
|
626
629
|
type: import("vue").PropType<string>;
|
|
627
630
|
};
|
|
@@ -637,9 +640,6 @@ declare const InputTypes: () => (({
|
|
|
637
640
|
onlyDigits: {
|
|
638
641
|
type: import("vue").PropType<boolean>;
|
|
639
642
|
};
|
|
640
|
-
"onUpdate:modelValue": {
|
|
641
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
642
|
-
};
|
|
643
643
|
feedbackHelpText: {
|
|
644
644
|
type: import("vue").PropType<string>;
|
|
645
645
|
};
|
|
@@ -132,10 +132,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
132
132
|
disabled: boolean;
|
|
133
133
|
size: FieldSize;
|
|
134
134
|
mandatory: boolean;
|
|
135
|
+
modelValue: string | number;
|
|
135
136
|
hoverHelpText: string;
|
|
136
137
|
hoverHelpTextPlacement: TooltipPositions;
|
|
137
138
|
maxLength: number;
|
|
138
|
-
modelValue: string | number;
|
|
139
139
|
placeholder: string;
|
|
140
140
|
viewOnly: boolean;
|
|
141
141
|
labelDirection: LabelDirection;
|