@ironsource/shared-ui 2.0.0-rc.7 → 2.0.0-rc.9

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.
Files changed (130) hide show
  1. package/Button.vue_vue_type_style_index_0_scoped_35545b8c_lang.css +1 -0
  2. package/ButtonBase.vue_vue_type_style_index_0_scoped_9021cac4_lang.css +1 -0
  3. package/ButtonV4.vue_vue_type_style_index_0_scoped_31e553e8_lang.css +1 -0
  4. package/CardPanel.vue_vue_type_style_index_0_scoped_3cda0f04_lang.css +1 -0
  5. package/Dropdown.vue_vue_type_style_index_0_scoped_d4f8e790_lang.css +1 -0
  6. package/FilterDropdown.vue_vue_type_style_index_0_scoped_b42d8b45_lang.css +1 -0
  7. package/FoldableSection.vue_vue_type_style_index_0_scoped_51b5b56d_lang.css +1 -0
  8. package/FormCard.vue_vue_type_style_index_0_scoped_bb7d27f9_lang.css +1 -0
  9. package/IconButton.vue_vue_type_style_index_0_scoped_6dffd3f6_lang.css +1 -0
  10. package/MenuItem.vue_vue_type_style_index_0_scoped_67e53b85_lang.css +1 -0
  11. package/Popover.vue_vue_type_style_index_0_scoped_25eb53db_lang.css +1 -0
  12. package/ToggleV4.vue_vue_type_style_index_0_scoped_ef31fecc_lang.css +1 -0
  13. package/Tooltip.vue_vue_type_style_index_0_scoped_9020a179_lang.css +1 -0
  14. package/TooltipV4.vue_vue_type_style_index_0_scoped_21f12d1a_lang.css +1 -0
  15. package/components/appTrigger/AppTrigger.vue2.js +19 -20
  16. package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +1 -1
  17. package/components/autocompleteDropdown/index.d.ts +1 -1
  18. package/components/button/v3/Button.vue.d.ts +4 -27
  19. package/components/button/v3/Button.vue.js +2 -2
  20. package/components/button/v3/Button.vue2.js +43 -75
  21. package/components/button/{common → v3}/ButtonBase.vue.d.ts +9 -9
  22. package/components/button/{common → v3}/ButtonBase.vue.js +3 -3
  23. package/components/button/{common → v3}/ButtonBase.vue2.js +3 -3
  24. package/components/button/v3/IconButton.vue.js +2 -2
  25. package/components/button/v3/IconButton.vue2.js +4 -4
  26. package/components/button/v3/LoaderCircleIcon.vue2.js +0 -0
  27. package/components/button/v3/LoaderDotsIcon.vue2.js +0 -0
  28. package/components/button/v3/ScrollButton.vue2.js +4 -5
  29. package/components/button/v3/index.d.ts +130 -0
  30. package/components/button/v4/ButtonV4.vue.d.ts +16 -6
  31. package/components/button/v4/ButtonV4.vue.js +3 -3
  32. package/components/button/v4/ButtonV4.vue2.js +41 -38
  33. package/components/button/v4/index.d.ts +53 -15
  34. package/components/chip/v3/Chip.vue.d.ts +1 -1
  35. package/components/chip/v3/index.d.ts +20 -20
  36. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  37. package/components/chip/v4/index.d.ts +20 -20
  38. package/components/dialog/v3/Dialog.vue.d.ts +1 -1
  39. package/components/dialog/v3/index.d.ts +4 -4
  40. package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
  41. package/components/dialog/v4/index.d.ts +4 -4
  42. package/components/dropdown/v3/Dropdown.vue.d.ts +5 -5
  43. package/components/dropdown/v3/Dropdown.vue.js +2 -2
  44. package/components/dropdown/v3/Dropdown.vue2.js +4 -4
  45. package/components/dropdown/v3/index.d.ts +59 -59
  46. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  47. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +3 -3
  48. package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -2
  49. package/components/dropdown/v4/index.d.ts +111 -111
  50. package/components/filterDropdown/FilterDropdown.vue.js +2 -2
  51. package/components/filterDropdown/FilterDropdown.vue2.js +4 -4
  52. package/components/includeExclude/IncludeExclude.vue.d.ts +2 -2
  53. package/components/includeExclude/IncludeExclude.vue2.js +22 -23
  54. package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +2 -2
  55. package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +15 -16
  56. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +2 -2
  57. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  58. package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +31 -32
  59. package/components/includeExclude/IncludeExcludeOption.vue2.js +6 -7
  60. package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +16 -17
  61. package/components/includeExclude/index.d.ts +135 -135
  62. package/components/input/v3/Input.vue.d.ts +3 -3
  63. package/components/input/v3/Input.vue2.js +3 -4
  64. package/components/input/v3/index.d.ts +82 -82
  65. package/components/input/v4/TextField.vue.d.ts +6 -6
  66. package/components/input/v4/TextField.vue2.js +8 -8
  67. package/components/input/v4/index.d.ts +103 -103
  68. package/components/layout/CardPanel.vue.d.ts +36 -0
  69. package/components/layout/CardPanel.vue.js +7 -0
  70. package/components/layout/CardPanel.vue2.js +25 -0
  71. package/components/layout/FoldableSection.vue.d.ts +50 -0
  72. package/components/layout/FoldableSection.vue.js +7 -0
  73. package/components/layout/FoldableSection.vue2.js +57 -0
  74. package/components/layout/FormCard.vue.d.ts +74 -0
  75. package/components/layout/FormCard.vue.js +7 -0
  76. package/components/layout/FormCard.vue2.js +74 -0
  77. package/components/layout/index.d.ts +405 -0
  78. package/components/layout/index.js +10 -0
  79. package/components/menu/Menu.vue.d.ts +1 -1
  80. package/components/menu/index.d.ts +20 -20
  81. package/components/menuItem/MenuItem.vue.js +5 -24
  82. package/components/menuItem/MenuItem.vue2.js +23 -0
  83. package/components/multibar/MultiBar.vue.d.ts +1 -1
  84. package/components/multibar/index.d.ts +1 -1
  85. package/components/popover/Popover.vue.js +6 -36
  86. package/components/popover/Popover.vue2.js +36 -3
  87. package/components/popover/index.d.ts +16 -16
  88. package/components/popover/index.js +2 -3
  89. package/components/shared/FieldLabel.vue2.js +3 -3
  90. package/components/snackbar/v4/SnackbarV4.vue.d.ts +30 -10
  91. package/components/table/common/Table.common.js +20 -20
  92. package/components/table/v3/index.d.ts +16 -16
  93. package/components/table/v4/DataGrid.vue.d.ts +1 -1
  94. package/components/table/v4/index.d.ts +20 -20
  95. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  96. package/components/toggle/v3/index.d.ts +17 -17
  97. package/components/toggle/v4/ToggleV4.vue.d.ts +2 -2
  98. package/components/toggle/v4/ToggleV4.vue.js +7 -0
  99. package/components/toggle/v4/ToggleV4.vue2.js +95 -0
  100. package/components/toggle/v4/index.d.ts +313 -0
  101. package/components/toggle/v4/index.js +6 -0
  102. package/components/tooltip/v3/Tooltip.vue.js +6 -3
  103. package/components/tooltip/v3/Tooltip.vue2.js +3 -3
  104. package/components/tooltip/v3/index.js +3 -4
  105. package/components/tooltip/v4/TooltipV4.vue.js +6 -65
  106. package/components/tooltip/v4/TooltipV4.vue2.js +67 -0
  107. package/components/tooltip/v4/index.js +2 -2
  108. package/index.d.ts +1556 -858
  109. package/index.js +137 -129
  110. package/package.json +17 -5
  111. package/testids/index.d.ts +11 -0
  112. package/testids/index.js +16 -14
  113. package/Button.vue_vue_type_style_index_0_scoped_d92097c8_lang.css +0 -1
  114. package/ButtonBase.vue_vue_type_style_index_0_scoped_70baba59_lang.css +0 -1
  115. package/ButtonV4.vue_vue_type_style_index_0_scoped_3fd2281b_lang.css +0 -1
  116. package/Dropdown.vue_vue_type_style_index_0_scoped_e8324d12_lang.css +0 -1
  117. package/FilterDropdown.vue_vue_type_style_index_0_scoped_1320b13b_lang.css +0 -1
  118. package/IconButton.vue_vue_type_style_index_0_scoped_2fe9bc4c_lang.css +0 -1
  119. package/MenuItem.vue_vue_type_style_index_0_scoped_c7e837fa_lang.css +0 -1
  120. package/components/button/common/ButtonSuper.vue.d.ts +0 -52
  121. package/components/tooltip/v4/TooltipV4.vue3.js +0 -4
  122. /package/{Popover.vue_vue_type_style_index_0_lang.css → Popover.vue_vue_type_style_index_1_lang.css} +0 -0
  123. /package/{Tooltip.vue_vue_type_style_index_0_lang.css → Tooltip.vue_vue_type_style_index_1_lang.css} +0 -0
  124. /package/{TooltipV4.vue_vue_type_style_index_0_lang.css → TooltipV4.vue_vue_type_style_index_1_lang.css} +0 -0
  125. /package/components/button/{consts.d.ts → common/consts.d.ts} +0 -0
  126. /package/components/button/{consts.js → common/consts.js} +0 -0
  127. /package/components/button/{icon → v3}/LoaderCircleIcon.vue.d.ts +0 -0
  128. /package/components/button/{icon → v3}/LoaderCircleIcon.vue.js +0 -0
  129. /package/components/button/{icon → v3}/LoaderDotsIcon.vue.d.ts +0 -0
  130. /package/components/button/{icon → v3}/LoaderDotsIcon.vue.js +0 -0
@@ -0,0 +1,7 @@
1
+ import o from "./FormCard.vue2.js";
2
+ /* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../FormCard.vue_vue_type_style_index_0_scoped_bb7d27f9_lang.css"; //*');
4
+ const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-bb7d27f9"]]);
5
+ export {
6
+ t as default
7
+ };
@@ -0,0 +1,74 @@
1
+ import "../../FormCard.vue_vue_type_style_index_0_scoped_bb7d27f9_lang.css"; import { defineComponent as g, openBlock as v, createElementBlock as T, createElementVNode as r, mergeProps as n, unref as e, renderSlot as s, createVNode as i, withCtx as c, createTextVNode as f, toDisplayString as u, createCommentVNode as B } from "vue";
2
+ import N from "../typography/v4/Typography.vue.js";
3
+ import p from "../button/v4/ButtonV4.vue.js";
4
+ import "../button/v4/IconButtonV4.vue.js";
5
+ import { FormCardTestIdModifiers as a } from "../../testids/index.js";
6
+ import { useTestIdAttrs as L } from "../../utils/testIds.js";
7
+ const y = { class: "form-card" }, b = /* @__PURE__ */ g({
8
+ __name: "FormCard",
9
+ props: {
10
+ title: { default: "" },
11
+ noPadding: { type: Boolean, default: !1 },
12
+ actionButtons: { type: Boolean, default: !1 },
13
+ saveLabel: { default: "Save" },
14
+ cancelLabel: { default: "Cancel" },
15
+ saveLoading: { type: Boolean, default: !1 },
16
+ testId: { default: "" }
17
+ },
18
+ emits: ["save", "cancel"],
19
+ setup(t, { emit: m }) {
20
+ const o = L(t.testId, a);
21
+ return (d, l) => (v(), T("div", null, [
22
+ r("div", y, [
23
+ r("header", n({ class: "card-header" }, e(o)[e(a).TITLE]), [
24
+ s(d.$slots, "header", {}, () => [
25
+ i(e(N), { variant: "h3" }, {
26
+ default: c(() => [
27
+ f(u(t.title), 1)
28
+ ]),
29
+ _: 1
30
+ })
31
+ ], !0)
32
+ ], 16),
33
+ r("div", n({
34
+ class: ["card-content", { "card-content--no-padding": t.noPadding }]
35
+ }, e(o)[e(a).CONTENT]), [
36
+ s(d.$slots, "default", {}, void 0, !0)
37
+ ], 16)
38
+ ]),
39
+ t.actionButtons ? (v(), T("div", n({
40
+ key: 0,
41
+ class: "form-actions"
42
+ }, e(o)[e(a).ACTIONS]), [
43
+ s(d.$slots, "footer", {}, () => [
44
+ i(e(p), n({
45
+ class: "form-action",
46
+ variant: "outlined",
47
+ color: "default"
48
+ }, e(o)[e(a).CANCEL_BUTTON], {
49
+ onClick: l[0] || (l[0] = (C) => m("cancel"))
50
+ }), {
51
+ default: c(() => [
52
+ f(u(t.cancelLabel), 1)
53
+ ]),
54
+ _: 1
55
+ }, 16),
56
+ i(e(p), n({
57
+ class: "form-action",
58
+ loading: t.saveLoading
59
+ }, e(o)[e(a).SAVE_BUTTON], {
60
+ onClick: l[1] || (l[1] = (C) => m("save"))
61
+ }), {
62
+ default: c(() => [
63
+ f(u(t.saveLabel), 1)
64
+ ]),
65
+ _: 1
66
+ }, 16, ["loading"])
67
+ ], !0)
68
+ ], 16)) : B("", !0)
69
+ ]));
70
+ }
71
+ });
72
+ export {
73
+ b as default
74
+ };
@@ -0,0 +1,405 @@
1
+ import FormCard from './FormCard.vue';
2
+ import CardPanel from './CardPanel.vue';
3
+ import FoldableSection from './FoldableSection.vue';
4
+ declare const FormCardTypes: () => (({
5
+ new (...args: any[]): {
6
+ $: import("vue").ComponentInternalInstance;
7
+ $data: {};
8
+ $props: Partial<{
9
+ noPadding: boolean;
10
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
+ noPadding: {
12
+ type: import("vue").PropType<boolean>;
13
+ default: boolean;
14
+ };
15
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "noPadding">;
16
+ $attrs: {
17
+ [x: string]: unknown;
18
+ };
19
+ $refs: {
20
+ [x: string]: unknown;
21
+ };
22
+ $slots: Readonly<{
23
+ [name: string]: import("vue").Slot;
24
+ }>;
25
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
26
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
27
+ $emit: (event: string, ...args: any[]) => void;
28
+ $el: any;
29
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
30
+ noPadding: {
31
+ type: import("vue").PropType<boolean>;
32
+ default: boolean;
33
+ };
34
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
35
+ noPadding: boolean;
36
+ }, {}, string> & {
37
+ beforeCreate?: (() => void) | (() => void)[];
38
+ created?: (() => void) | (() => void)[];
39
+ beforeMount?: (() => void) | (() => void)[];
40
+ mounted?: (() => void) | (() => void)[];
41
+ beforeUpdate?: (() => void) | (() => void)[];
42
+ updated?: (() => void) | (() => void)[];
43
+ activated?: (() => void) | (() => void)[];
44
+ deactivated?: (() => void) | (() => void)[];
45
+ beforeDestroy?: (() => void) | (() => void)[];
46
+ beforeUnmount?: (() => void) | (() => void)[];
47
+ destroyed?: (() => void) | (() => void)[];
48
+ unmounted?: (() => void) | (() => void)[];
49
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
50
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
51
+ 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)[];
52
+ };
53
+ $forceUpdate: () => void;
54
+ $nextTick: typeof import("vue").nextTick;
55
+ $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;
56
+ } & Readonly<import("vue").ExtractPropTypes<{
57
+ noPadding: {
58
+ type: import("vue").PropType<boolean>;
59
+ default: boolean;
60
+ };
61
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
62
+ __isFragment?: never;
63
+ __isTeleport?: never;
64
+ __isSuspense?: never;
65
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
66
+ noPadding: {
67
+ type: import("vue").PropType<boolean>;
68
+ default: boolean;
69
+ };
70
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
71
+ noPadding: boolean;
72
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
73
+ $slots: {
74
+ default?(_: {}): any;
75
+ };
76
+ })) | ({
77
+ new (...args: any[]): {
78
+ $: import("vue").ComponentInternalInstance;
79
+ $data: {};
80
+ $props: Partial<{
81
+ title: string;
82
+ testId: string;
83
+ open: boolean;
84
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
85
+ title: {
86
+ type: import("vue").PropType<string>;
87
+ default: string;
88
+ };
89
+ testId: {
90
+ type: import("vue").PropType<string>;
91
+ default: string;
92
+ };
93
+ open: {
94
+ type: import("vue").PropType<boolean>;
95
+ default: boolean;
96
+ };
97
+ }>> & {
98
+ "onUpdate:open"?: (value: boolean) => any;
99
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "open">;
100
+ $attrs: {
101
+ [x: string]: unknown;
102
+ };
103
+ $refs: {
104
+ [x: string]: unknown;
105
+ };
106
+ $slots: Readonly<{
107
+ [name: string]: import("vue").Slot;
108
+ }>;
109
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
110
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
111
+ $emit: (event: "update:open", value: boolean) => void;
112
+ $el: any;
113
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
114
+ title: {
115
+ type: import("vue").PropType<string>;
116
+ default: string;
117
+ };
118
+ testId: {
119
+ type: import("vue").PropType<string>;
120
+ default: string;
121
+ };
122
+ open: {
123
+ type: import("vue").PropType<boolean>;
124
+ default: boolean;
125
+ };
126
+ }>> & {
127
+ "onUpdate:open"?: (value: boolean) => any;
128
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
129
+ "update:open": (value: boolean) => void;
130
+ }, string, {
131
+ title: string;
132
+ testId: string;
133
+ open: boolean;
134
+ }, {}, string> & {
135
+ beforeCreate?: (() => void) | (() => void)[];
136
+ created?: (() => void) | (() => void)[];
137
+ beforeMount?: (() => void) | (() => void)[];
138
+ mounted?: (() => void) | (() => void)[];
139
+ beforeUpdate?: (() => void) | (() => void)[];
140
+ updated?: (() => void) | (() => void)[];
141
+ activated?: (() => void) | (() => void)[];
142
+ deactivated?: (() => void) | (() => void)[];
143
+ beforeDestroy?: (() => void) | (() => void)[];
144
+ beforeUnmount?: (() => void) | (() => void)[];
145
+ destroyed?: (() => void) | (() => void)[];
146
+ unmounted?: (() => void) | (() => void)[];
147
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
148
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
149
+ 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)[];
150
+ };
151
+ $forceUpdate: () => void;
152
+ $nextTick: typeof import("vue").nextTick;
153
+ $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;
154
+ } & Readonly<import("vue").ExtractPropTypes<{
155
+ title: {
156
+ type: import("vue").PropType<string>;
157
+ default: string;
158
+ };
159
+ testId: {
160
+ type: import("vue").PropType<string>;
161
+ default: string;
162
+ };
163
+ open: {
164
+ type: import("vue").PropType<boolean>;
165
+ default: boolean;
166
+ };
167
+ }>> & {
168
+ "onUpdate:open"?: (value: boolean) => any;
169
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
170
+ __isFragment?: never;
171
+ __isTeleport?: never;
172
+ __isSuspense?: never;
173
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
174
+ title: {
175
+ type: import("vue").PropType<string>;
176
+ default: string;
177
+ };
178
+ testId: {
179
+ type: import("vue").PropType<string>;
180
+ default: string;
181
+ };
182
+ open: {
183
+ type: import("vue").PropType<boolean>;
184
+ default: boolean;
185
+ };
186
+ }>> & {
187
+ "onUpdate:open"?: (value: boolean) => any;
188
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
189
+ "update:open": (value: boolean) => void;
190
+ }, string, {
191
+ title: string;
192
+ testId: string;
193
+ open: boolean;
194
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
195
+ $slots: {
196
+ default?(_: {}): any;
197
+ };
198
+ })) | ({
199
+ new (...args: any[]): {
200
+ $: import("vue").ComponentInternalInstance;
201
+ $data: {};
202
+ $props: Partial<{
203
+ title: string;
204
+ testId: string;
205
+ noPadding: boolean;
206
+ actionButtons: boolean;
207
+ saveLabel: string;
208
+ cancelLabel: string;
209
+ saveLoading: boolean;
210
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
211
+ title: {
212
+ type: import("vue").PropType<string>;
213
+ default: string;
214
+ };
215
+ testId: {
216
+ type: import("vue").PropType<string>;
217
+ default: string;
218
+ };
219
+ noPadding: {
220
+ type: import("vue").PropType<boolean>;
221
+ default: boolean;
222
+ };
223
+ actionButtons: {
224
+ type: import("vue").PropType<boolean>;
225
+ default: boolean;
226
+ };
227
+ saveLabel: {
228
+ type: import("vue").PropType<string>;
229
+ default: string;
230
+ };
231
+ cancelLabel: {
232
+ type: import("vue").PropType<string>;
233
+ default: string;
234
+ };
235
+ saveLoading: {
236
+ type: import("vue").PropType<boolean>;
237
+ default: boolean;
238
+ };
239
+ }>> & {
240
+ onCancel?: () => any;
241
+ onSave?: () => any;
242
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "noPadding" | "actionButtons" | "saveLabel" | "cancelLabel" | "saveLoading">;
243
+ $attrs: {
244
+ [x: string]: unknown;
245
+ };
246
+ $refs: {
247
+ [x: string]: unknown;
248
+ };
249
+ $slots: Readonly<{
250
+ [name: string]: import("vue").Slot;
251
+ }>;
252
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
253
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
254
+ $emit: ((event: "cancel") => void) & ((event: "save") => void);
255
+ $el: any;
256
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
257
+ title: {
258
+ type: import("vue").PropType<string>;
259
+ default: string;
260
+ };
261
+ testId: {
262
+ type: import("vue").PropType<string>;
263
+ default: string;
264
+ };
265
+ noPadding: {
266
+ type: import("vue").PropType<boolean>;
267
+ default: boolean;
268
+ };
269
+ actionButtons: {
270
+ type: import("vue").PropType<boolean>;
271
+ default: boolean;
272
+ };
273
+ saveLabel: {
274
+ type: import("vue").PropType<string>;
275
+ default: string;
276
+ };
277
+ cancelLabel: {
278
+ type: import("vue").PropType<string>;
279
+ default: string;
280
+ };
281
+ saveLoading: {
282
+ type: import("vue").PropType<boolean>;
283
+ default: boolean;
284
+ };
285
+ }>> & {
286
+ onCancel?: () => any;
287
+ onSave?: () => any;
288
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
289
+ save: () => void;
290
+ cancel: () => void;
291
+ }, string, {
292
+ title: string;
293
+ testId: string;
294
+ noPadding: boolean;
295
+ actionButtons: boolean;
296
+ saveLabel: string;
297
+ cancelLabel: string;
298
+ saveLoading: boolean;
299
+ }, {}, string> & {
300
+ beforeCreate?: (() => void) | (() => void)[];
301
+ created?: (() => void) | (() => void)[];
302
+ beforeMount?: (() => void) | (() => void)[];
303
+ mounted?: (() => void) | (() => void)[];
304
+ beforeUpdate?: (() => void) | (() => void)[];
305
+ updated?: (() => void) | (() => void)[];
306
+ activated?: (() => void) | (() => void)[];
307
+ deactivated?: (() => void) | (() => void)[];
308
+ beforeDestroy?: (() => void) | (() => void)[];
309
+ beforeUnmount?: (() => void) | (() => void)[];
310
+ destroyed?: (() => void) | (() => void)[];
311
+ unmounted?: (() => void) | (() => void)[];
312
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
313
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
314
+ 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)[];
315
+ };
316
+ $forceUpdate: () => void;
317
+ $nextTick: typeof import("vue").nextTick;
318
+ $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;
319
+ } & Readonly<import("vue").ExtractPropTypes<{
320
+ title: {
321
+ type: import("vue").PropType<string>;
322
+ default: string;
323
+ };
324
+ testId: {
325
+ type: import("vue").PropType<string>;
326
+ default: string;
327
+ };
328
+ noPadding: {
329
+ type: import("vue").PropType<boolean>;
330
+ default: boolean;
331
+ };
332
+ actionButtons: {
333
+ type: import("vue").PropType<boolean>;
334
+ default: boolean;
335
+ };
336
+ saveLabel: {
337
+ type: import("vue").PropType<string>;
338
+ default: string;
339
+ };
340
+ cancelLabel: {
341
+ type: import("vue").PropType<string>;
342
+ default: string;
343
+ };
344
+ saveLoading: {
345
+ type: import("vue").PropType<boolean>;
346
+ default: boolean;
347
+ };
348
+ }>> & {
349
+ onCancel?: () => any;
350
+ onSave?: () => any;
351
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
352
+ __isFragment?: never;
353
+ __isTeleport?: never;
354
+ __isSuspense?: never;
355
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
356
+ title: {
357
+ type: import("vue").PropType<string>;
358
+ default: string;
359
+ };
360
+ testId: {
361
+ type: import("vue").PropType<string>;
362
+ default: string;
363
+ };
364
+ noPadding: {
365
+ type: import("vue").PropType<boolean>;
366
+ default: boolean;
367
+ };
368
+ actionButtons: {
369
+ type: import("vue").PropType<boolean>;
370
+ default: boolean;
371
+ };
372
+ saveLabel: {
373
+ type: import("vue").PropType<string>;
374
+ default: string;
375
+ };
376
+ cancelLabel: {
377
+ type: import("vue").PropType<string>;
378
+ default: string;
379
+ };
380
+ saveLoading: {
381
+ type: import("vue").PropType<boolean>;
382
+ default: boolean;
383
+ };
384
+ }>> & {
385
+ onCancel?: () => any;
386
+ onSave?: () => any;
387
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
388
+ save: () => void;
389
+ cancel: () => void;
390
+ }, string, {
391
+ title: string;
392
+ testId: string;
393
+ noPadding: boolean;
394
+ actionButtons: boolean;
395
+ saveLabel: string;
396
+ cancelLabel: string;
397
+ saveLoading: boolean;
398
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
399
+ $slots: {
400
+ header?(_: {}): any;
401
+ default?(_: {}): any;
402
+ footer?(_: {}): any;
403
+ };
404
+ })))[];
405
+ export { FormCard, CardPanel, FoldableSection, FormCardTypes };
@@ -0,0 +1,10 @@
1
+ import o from "./FormCard.vue.js";
2
+ import r from "./CardPanel.vue.js";
3
+ import m from "./FoldableSection.vue.js";
4
+ const p = () => [o, r, m];
5
+ export {
6
+ r as CardPanel,
7
+ m as FoldableSection,
8
+ o as FormCard,
9
+ p as FormCardTypes
10
+ };
@@ -30,8 +30,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
30
30
  theme: string;
31
31
  testId: string;
32
32
  container: string;
33
- distance: number;
34
33
  isOnTop: boolean;
34
+ distance: number;
35
35
  skidding: number;
36
36
  }>, {
37
37
  trigger?(_: {}): any;
@@ -6,8 +6,8 @@ declare const MenuTypes: () => ({
6
6
  theme: string;
7
7
  testId: string;
8
8
  container: string;
9
- distance: number;
10
9
  isOnTop: boolean;
10
+ distance: number;
11
11
  skidding: number;
12
12
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
13
13
  theme: {
@@ -22,19 +22,19 @@ declare const MenuTypes: () => ({
22
22
  type: import("vue").PropType<string>;
23
23
  default: string;
24
24
  };
25
- distance: {
26
- type: import("vue").PropType<number>;
27
- default: number;
28
- };
29
25
  isOnTop: {
30
26
  type: import("vue").PropType<boolean>;
31
27
  default: boolean;
32
28
  };
29
+ distance: {
30
+ type: import("vue").PropType<number>;
31
+ default: number;
32
+ };
33
33
  skidding: {
34
34
  type: import("vue").PropType<number>;
35
35
  default: number;
36
36
  };
37
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "container" | "distance" | "isOnTop" | "skidding">;
37
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "container" | "isOnTop" | "distance" | "skidding">;
38
38
  $attrs: {
39
39
  [x: string]: unknown;
40
40
  };
@@ -61,14 +61,14 @@ declare const MenuTypes: () => ({
61
61
  type: import("vue").PropType<string>;
62
62
  default: string;
63
63
  };
64
- distance: {
65
- type: import("vue").PropType<number>;
66
- default: number;
67
- };
68
64
  isOnTop: {
69
65
  type: import("vue").PropType<boolean>;
70
66
  default: boolean;
71
67
  };
68
+ distance: {
69
+ type: import("vue").PropType<number>;
70
+ default: number;
71
+ };
72
72
  skidding: {
73
73
  type: import("vue").PropType<number>;
74
74
  default: number;
@@ -77,8 +77,8 @@ declare const MenuTypes: () => ({
77
77
  theme: string;
78
78
  testId: string;
79
79
  container: string;
80
- distance: number;
81
80
  isOnTop: boolean;
81
+ distance: number;
82
82
  skidding: number;
83
83
  }, {}, string> & {
84
84
  beforeCreate?: (() => void) | (() => void)[];
@@ -113,14 +113,14 @@ declare const MenuTypes: () => ({
113
113
  type: import("vue").PropType<string>;
114
114
  default: string;
115
115
  };
116
- distance: {
117
- type: import("vue").PropType<number>;
118
- default: number;
119
- };
120
116
  isOnTop: {
121
117
  type: import("vue").PropType<boolean>;
122
118
  default: boolean;
123
119
  };
120
+ distance: {
121
+ type: import("vue").PropType<number>;
122
+ default: number;
123
+ };
124
124
  skidding: {
125
125
  type: import("vue").PropType<number>;
126
126
  default: number;
@@ -142,14 +142,14 @@ declare const MenuTypes: () => ({
142
142
  type: import("vue").PropType<string>;
143
143
  default: string;
144
144
  };
145
- distance: {
146
- type: import("vue").PropType<number>;
147
- default: number;
148
- };
149
145
  isOnTop: {
150
146
  type: import("vue").PropType<boolean>;
151
147
  default: boolean;
152
148
  };
149
+ distance: {
150
+ type: import("vue").PropType<number>;
151
+ default: number;
152
+ };
153
153
  skidding: {
154
154
  type: import("vue").PropType<number>;
155
155
  default: number;
@@ -158,8 +158,8 @@ declare const MenuTypes: () => ({
158
158
  theme: string;
159
159
  testId: string;
160
160
  container: string;
161
- distance: number;
162
161
  isOnTop: boolean;
162
+ distance: number;
163
163
  skidding: number;
164
164
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
165
165
  $slots: {
@@ -1,26 +1,7 @@
1
- import "../typography/Heading.vue.js";
2
- import n from "../typography/Text.vue.js";
3
- import { resolveComponent as s, openBlock as r, createElementBlock as c, createElementVNode as d, renderSlot as t, createVNode as i, withCtx as a } from "vue";
4
- /* empty css */import m from "../../_virtual/_plugin-vue_export-helper.js";
5
- const p = {
6
- components: { Text: n }
7
- }, f = { class: "menu-item" }, l = { class: "start-icon" };
8
- function u(e, _, $, h, v, x) {
9
- const o = s("Text");
10
- return r(), c("div", f, [
11
- d("div", l, [
12
- t(e.$slots, "start-icon", {}, void 0, !0)
13
- ]),
14
- i(o, { size: "sm" }, {
15
- default: a(() => [
16
- t(e.$slots, "default", {}, void 0, !0)
17
- ]),
18
- _: 3
19
- }),
20
- t(e.$slots, "end-icon", {}, void 0, !0)
21
- ]);
22
- }
23
- const I = /* @__PURE__ */ m(p, [["render", u], ["__scopeId", "data-v-c7e837fa"]]);
1
+ import e from "./MenuItem.vue2.js";
2
+ /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../MenuItem.vue_vue_type_style_index_0_scoped_67e53b85_lang.css"; //*');
4
+ const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-67e53b85"]]);
24
5
  export {
25
- I as default
6
+ p as default
26
7
  };
@@ -0,0 +1,23 @@
1
+ import "../../MenuItem.vue_vue_type_style_index_0_scoped_67e53b85_lang.css"; import { defineComponent as o, openBlock as s, createElementBlock as r, createElementVNode as n, renderSlot as t, createVNode as i, unref as d, withCtx as a } from "vue";
2
+ import "../typography/Heading.vue.js";
3
+ import c from "../typography/Text.vue.js";
4
+ const m = { class: "menu-item" }, l = { class: "start-icon" }, h = /* @__PURE__ */ o({
5
+ __name: "MenuItem",
6
+ setup(u) {
7
+ return (e, _) => (s(), r("div", m, [
8
+ n("div", l, [
9
+ t(e.$slots, "start-icon", {}, void 0, !0)
10
+ ]),
11
+ i(d(c), { size: "sm" }, {
12
+ default: a(() => [
13
+ t(e.$slots, "default", {}, void 0, !0)
14
+ ]),
15
+ _: 3
16
+ }),
17
+ t(e.$slots, "end-icon", {}, void 0, !0)
18
+ ]));
19
+ }
20
+ });
21
+ export {
22
+ h as default
23
+ };