@omnia/fx 8.0.154-dev → 8.0.156-dev
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/internal-do-not-import-from-here/services/SecurityService.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseImageHandler.d.ts +1 -8
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseVideoHandler.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +58 -21
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +71 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +70 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +466 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/SampleComponent.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +228 -84
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +782 -329
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1607 -701
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +69 -333
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -43
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1604 -698
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +782 -329
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +15 -61
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/rules/IsEditMode.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ContainerEditor.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +50 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +0 -50
- package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +0 -5318
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillBladeEdit.d.ts → ContainersBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillsBlade.d.ts → ContainersBladeEdit.d.ts} +0 -0
@@ -1,342 +1,78 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
};
|
18
|
-
"allowed-dates": {
|
19
|
-
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
20
|
-
};
|
21
|
-
allowedDates: {
|
22
|
-
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
23
|
-
};
|
24
|
-
inputMode: {
|
25
|
-
type: import("vue").PropType<"keyboard" | "calendar">;
|
26
|
-
required: false;
|
27
|
-
};
|
28
|
-
"input-mode": {
|
29
|
-
type: import("vue").PropType<"keyboard" | "calendar">;
|
30
|
-
required: false;
|
31
|
-
};
|
32
|
-
locale: {
|
33
|
-
type: import("vue").PropType<string>;
|
34
|
-
} & {
|
35
|
-
type: import("vue").PropType<string>;
|
36
|
-
};
|
37
|
-
showWeek: {
|
38
|
-
type: import("vue").PropType<boolean>;
|
39
|
-
required: false;
|
40
|
-
};
|
41
|
-
"show-week": {
|
42
|
-
type: import("vue").PropType<boolean>;
|
43
|
-
required: false;
|
44
|
-
};
|
45
|
-
showAdjacentMonths: {
|
46
|
-
type: import("vue").PropType<boolean>;
|
47
|
-
required: false;
|
48
|
-
};
|
49
|
-
"show-adjacent-months": {
|
50
|
-
type: import("vue").PropType<boolean>;
|
51
|
-
required: false;
|
52
|
-
};
|
53
|
-
disabled: {
|
54
|
-
type: import("vue").PropType<boolean>;
|
55
|
-
required: false;
|
56
|
-
} & {
|
57
|
-
type: import("vue").PropType<boolean>;
|
58
|
-
required: false;
|
59
|
-
};
|
60
|
-
range: {
|
61
|
-
type: import("vue").PropType<boolean>;
|
62
|
-
required: false;
|
63
|
-
} & {
|
64
|
-
type: import("vue").PropType<boolean>;
|
65
|
-
required: false;
|
66
|
-
};
|
67
|
-
"onUpdate:modelValue": {
|
68
|
-
type: import("vue").PropType<(value: Date | Date[]) => any>;
|
69
|
-
};
|
70
|
-
"v-model": {
|
71
|
-
type: import("vue").PropType<Date | Date[]>;
|
72
|
-
required: false;
|
73
|
-
};
|
74
|
-
modelValue: {
|
75
|
-
type: import("vue").PropType<Date | Date[]>;
|
76
|
-
required: false;
|
77
|
-
};
|
78
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
79
|
-
"v-slots": import("vue").Prop<{
|
80
|
-
default?: import("../../DefineVueTypings").Slot<any[]>;
|
81
|
-
} & {
|
82
|
-
actions?: () => JSX.Element | JSX.Element[];
|
83
|
-
}>;
|
84
|
-
position: {
|
85
|
-
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
86
|
-
} & {
|
87
|
-
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
88
|
-
};
|
89
|
-
location: {
|
90
|
-
type: import("vue").PropType<Anchor>;
|
91
|
-
} & {
|
92
|
-
type: import("vue").PropType<Anchor>;
|
93
|
-
};
|
94
|
-
"allowed-dates": {
|
95
|
-
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
96
|
-
};
|
97
|
-
allowedDates: {
|
98
|
-
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
99
|
-
};
|
100
|
-
inputMode: {
|
101
|
-
type: import("vue").PropType<"keyboard" | "calendar">;
|
102
|
-
required: false;
|
103
|
-
};
|
104
|
-
"input-mode": {
|
105
|
-
type: import("vue").PropType<"keyboard" | "calendar">;
|
106
|
-
required: false;
|
107
|
-
};
|
108
|
-
locale: {
|
109
|
-
type: import("vue").PropType<string>;
|
110
|
-
} & {
|
111
|
-
type: import("vue").PropType<string>;
|
112
|
-
};
|
113
|
-
showWeek: {
|
114
|
-
type: import("vue").PropType<boolean>;
|
115
|
-
required: false;
|
116
|
-
};
|
117
|
-
"show-week": {
|
118
|
-
type: import("vue").PropType<boolean>;
|
119
|
-
required: false;
|
120
|
-
};
|
121
|
-
showAdjacentMonths: {
|
122
|
-
type: import("vue").PropType<boolean>;
|
123
|
-
required: false;
|
124
|
-
};
|
125
|
-
"show-adjacent-months": {
|
126
|
-
type: import("vue").PropType<boolean>;
|
127
|
-
required: false;
|
128
|
-
};
|
129
|
-
disabled: {
|
130
|
-
type: import("vue").PropType<boolean>;
|
131
|
-
required: false;
|
132
|
-
} & {
|
133
|
-
type: import("vue").PropType<boolean>;
|
134
|
-
required: false;
|
135
|
-
};
|
136
|
-
range: {
|
137
|
-
type: import("vue").PropType<boolean>;
|
138
|
-
required: false;
|
139
|
-
} & {
|
140
|
-
type: import("vue").PropType<boolean>;
|
141
|
-
required: false;
|
142
|
-
};
|
143
|
-
"onUpdate:modelValue": {
|
144
|
-
type: import("vue").PropType<(value: Date | Date[]) => any>;
|
145
|
-
};
|
146
|
-
"v-model": {
|
147
|
-
type: import("vue").PropType<Date | Date[]>;
|
148
|
-
required: false;
|
149
|
-
};
|
150
|
-
modelValue: {
|
151
|
-
type: import("vue").PropType<Date | Date[]>;
|
152
|
-
required: false;
|
153
|
-
};
|
154
|
-
}>>, {}, true, {}, {}, {
|
155
|
-
P: {};
|
156
|
-
B: {};
|
157
|
-
D: {};
|
158
|
-
C: {};
|
159
|
-
M: {};
|
160
|
-
Defaults: {};
|
161
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
162
|
-
"v-slots": import("vue").Prop<{
|
163
|
-
default?: import("../../DefineVueTypings").Slot<any[]>;
|
164
|
-
} & {
|
165
|
-
actions?: () => JSX.Element | JSX.Element[];
|
166
|
-
}>;
|
167
|
-
position: {
|
168
|
-
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
169
|
-
} & {
|
170
|
-
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
171
|
-
};
|
172
|
-
location: {
|
173
|
-
type: import("vue").PropType<Anchor>;
|
174
|
-
} & {
|
175
|
-
type: import("vue").PropType<Anchor>;
|
176
|
-
};
|
177
|
-
"allowed-dates": {
|
178
|
-
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
179
|
-
};
|
180
|
-
allowedDates: {
|
181
|
-
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
182
|
-
};
|
183
|
-
inputMode: {
|
184
|
-
type: import("vue").PropType<"keyboard" | "calendar">;
|
185
|
-
required: false;
|
186
|
-
};
|
187
|
-
"input-mode": {
|
188
|
-
type: import("vue").PropType<"keyboard" | "calendar">;
|
189
|
-
required: false;
|
190
|
-
};
|
191
|
-
locale: {
|
192
|
-
type: import("vue").PropType<string>;
|
193
|
-
} & {
|
194
|
-
type: import("vue").PropType<string>;
|
195
|
-
};
|
196
|
-
showWeek: {
|
197
|
-
type: import("vue").PropType<boolean>;
|
198
|
-
required: false;
|
199
|
-
};
|
200
|
-
"show-week": {
|
201
|
-
type: import("vue").PropType<boolean>;
|
202
|
-
required: false;
|
203
|
-
};
|
204
|
-
showAdjacentMonths: {
|
205
|
-
type: import("vue").PropType<boolean>;
|
206
|
-
required: false;
|
207
|
-
};
|
208
|
-
"show-adjacent-months": {
|
209
|
-
type: import("vue").PropType<boolean>;
|
210
|
-
required: false;
|
211
|
-
};
|
212
|
-
disabled: {
|
213
|
-
type: import("vue").PropType<boolean>;
|
214
|
-
required: false;
|
215
|
-
} & {
|
216
|
-
type: import("vue").PropType<boolean>;
|
217
|
-
required: false;
|
218
|
-
};
|
219
|
-
range: {
|
220
|
-
type: import("vue").PropType<boolean>;
|
221
|
-
required: false;
|
222
|
-
} & {
|
223
|
-
type: import("vue").PropType<boolean>;
|
224
|
-
required: false;
|
225
|
-
};
|
226
|
-
"onUpdate:modelValue": {
|
227
|
-
type: import("vue").PropType<(value: Date | Date[]) => any>;
|
228
|
-
};
|
229
|
-
"v-model": {
|
230
|
-
type: import("vue").PropType<Date | Date[]>;
|
231
|
-
required: false;
|
232
|
-
};
|
233
|
-
modelValue: {
|
234
|
-
type: import("vue").PropType<Date | Date[]>;
|
235
|
-
required: false;
|
236
|
-
};
|
237
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
238
|
-
__isFragment?: never;
|
239
|
-
__isTeleport?: never;
|
240
|
-
__isSuspense?: never;
|
241
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
242
|
-
"v-slots": import("vue").Prop<{
|
243
|
-
default?: import("../../DefineVueTypings").Slot<any[]>;
|
1
|
+
import { VNodeChild } from "vue";
|
2
|
+
export declare const ODateTimeTypeDefinitions: readonly ["date", "time", "date-time"];
|
3
|
+
export type ODateTimeTypes = typeof ODateTimeTypeDefinitions[number];
|
4
|
+
declare const _default: <TModel extends unknown, TType extends "time" | "date" | "date-time">(props: {
|
5
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
6
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
7
|
+
modelValue?: TType extends "date" ? string : boolean;
|
8
|
+
type?: TType;
|
9
|
+
disabled?: boolean;
|
10
|
+
showAdjacentMonths?: boolean;
|
11
|
+
showWeek?: boolean;
|
12
|
+
locale?: string;
|
13
|
+
inputMode?: "keyboard" | "calendar";
|
14
|
+
} & Omit<{}, "type" | "disabled" | "v-model" | "onUpdate:modelValue" | "modelValue" | "inputMode" | "locale" | "showAdjacentMonths" | "showWeek"> & {
|
15
|
+
"v-slots"?: {
|
16
|
+
default?: import("vue").Slot;
|
244
17
|
} & {
|
245
|
-
actions?: () =>
|
246
|
-
}>;
|
247
|
-
position: {
|
248
|
-
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
249
|
-
} & {
|
250
|
-
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
251
|
-
};
|
252
|
-
location: {
|
253
|
-
type: import("vue").PropType<Anchor>;
|
254
|
-
} & {
|
255
|
-
type: import("vue").PropType<Anchor>;
|
256
|
-
};
|
257
|
-
"allowed-dates": {
|
258
|
-
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
259
|
-
};
|
260
|
-
allowedDates: {
|
261
|
-
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
18
|
+
actions?: () => VNodeChild;
|
262
19
|
};
|
263
|
-
|
264
|
-
|
265
|
-
|
20
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "disabled" | "v-model" | "onUpdate:modelValue" | "modelValue" | "inputMode" | "locale" | "showAdjacentMonths" | "showWeek" | "slot:actions">) => {
|
21
|
+
$: import("vue").ComponentInternalInstance;
|
22
|
+
$data: {};
|
23
|
+
$props: {};
|
24
|
+
$attrs: {
|
25
|
+
[x: string]: unknown;
|
266
26
|
};
|
267
|
-
|
268
|
-
|
269
|
-
required: false;
|
27
|
+
$refs: {
|
28
|
+
[x: string]: unknown;
|
270
29
|
};
|
271
|
-
|
272
|
-
|
273
|
-
}
|
274
|
-
|
275
|
-
}
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
type
|
304
|
-
required: false;
|
305
|
-
};
|
306
|
-
"onUpdate:modelValue": {
|
307
|
-
type: import("vue").PropType<(value: Date | Date[]) => any>;
|
308
|
-
};
|
309
|
-
"v-model": {
|
310
|
-
type: import("vue").PropType<Date | Date[]>;
|
311
|
-
required: false;
|
312
|
-
};
|
313
|
-
modelValue: {
|
314
|
-
type: import("vue").PropType<Date | Date[]>;
|
315
|
-
required: false;
|
316
|
-
};
|
317
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
318
|
-
propsDefinition: Omit<Readonly<{} & {
|
319
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
|
320
|
-
range?: boolean;
|
30
|
+
$slots: Readonly<{
|
31
|
+
[name: string]: import("vue").Slot<any>;
|
32
|
+
}>;
|
33
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
34
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
35
|
+
$emit: (event: string, ...args: any[]) => void;
|
36
|
+
$el: any;
|
37
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
38
|
+
beforeCreate?: (() => void) | (() => void)[];
|
39
|
+
created?: (() => void) | (() => void)[];
|
40
|
+
beforeMount?: (() => void) | (() => void)[];
|
41
|
+
mounted?: (() => void) | (() => void)[];
|
42
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
43
|
+
updated?: (() => void) | (() => void)[];
|
44
|
+
activated?: (() => void) | (() => void)[];
|
45
|
+
deactivated?: (() => void) | (() => void)[];
|
46
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
47
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
48
|
+
destroyed?: (() => void) | (() => void)[];
|
49
|
+
unmounted?: (() => void) | (() => void)[];
|
50
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
51
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
52
|
+
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)[];
|
53
|
+
};
|
54
|
+
$forceUpdate: () => void;
|
55
|
+
$nextTick: typeof import("vue").nextTick;
|
56
|
+
$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;
|
57
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
58
|
+
propsDefinition: {
|
59
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
60
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
61
|
+
modelValue?: TType extends "date" ? string : boolean;
|
62
|
+
type?: TType;
|
321
63
|
disabled?: boolean;
|
322
|
-
|
323
|
-
|
324
|
-
|
64
|
+
showAdjacentMonths?: boolean;
|
65
|
+
showWeek?: boolean;
|
66
|
+
locale?: string;
|
67
|
+
inputMode?: "keyboard" | "calendar";
|
68
|
+
} & {
|
325
69
|
"v-slots"?: {
|
326
|
-
default?: import("
|
70
|
+
default?: import("vue").Slot;
|
327
71
|
} & {
|
328
|
-
actions?: () =>
|
72
|
+
actions?: () => VNodeChild;
|
329
73
|
};
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
"show-adjacent-months"?: boolean;
|
335
|
-
showWeek?: boolean;
|
336
|
-
"show-week"?: boolean;
|
337
|
-
"input-mode"?: "keyboard" | "calendar";
|
338
|
-
allowedDates?: unknown[] | ((date: unknown) => boolean);
|
339
|
-
"allowed-dates"?: unknown[] | ((date: unknown) => boolean);
|
340
|
-
}>, never>;
|
341
|
-
};
|
74
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "disabled" | "v-model" | "onUpdate:modelValue" | "modelValue" | "inputMode" | "locale" | "showAdjacentMonths" | "showWeek">;
|
75
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
76
|
+
[key: string]: any;
|
77
|
+
}>;
|
342
78
|
export default _default;
|
@@ -13,14 +13,6 @@ declare const _default: {
|
|
13
13
|
canClose: {
|
14
14
|
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
15
15
|
};
|
16
|
-
contentWrapperClass: {
|
17
|
-
type: import("vue").PropType<string>;
|
18
|
-
required: false;
|
19
|
-
};
|
20
|
-
"content-wrapper-class": {
|
21
|
-
type: import("vue").PropType<string>;
|
22
|
-
required: false;
|
23
|
-
};
|
24
16
|
"horizontal-scroll": {
|
25
17
|
type: import("vue").PropType<boolean>;
|
26
18
|
};
|
@@ -42,10 +34,10 @@ declare const _default: {
|
|
42
34
|
required: false;
|
43
35
|
};
|
44
36
|
variant: {
|
45
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
37
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
46
38
|
required: false;
|
47
39
|
} & {
|
48
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
40
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
49
41
|
required: false;
|
50
42
|
};
|
51
43
|
size: {
|
@@ -135,14 +127,6 @@ declare const _default: {
|
|
135
127
|
canClose: {
|
136
128
|
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
137
129
|
};
|
138
|
-
contentWrapperClass: {
|
139
|
-
type: import("vue").PropType<string>;
|
140
|
-
required: false;
|
141
|
-
};
|
142
|
-
"content-wrapper-class": {
|
143
|
-
type: import("vue").PropType<string>;
|
144
|
-
required: false;
|
145
|
-
};
|
146
130
|
"horizontal-scroll": {
|
147
131
|
type: import("vue").PropType<boolean>;
|
148
132
|
};
|
@@ -164,10 +148,10 @@ declare const _default: {
|
|
164
148
|
required: false;
|
165
149
|
};
|
166
150
|
variant: {
|
167
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
151
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
168
152
|
required: false;
|
169
153
|
} & {
|
170
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
154
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
171
155
|
required: false;
|
172
156
|
};
|
173
157
|
size: {
|
@@ -263,14 +247,6 @@ declare const _default: {
|
|
263
247
|
canClose: {
|
264
248
|
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
265
249
|
};
|
266
|
-
contentWrapperClass: {
|
267
|
-
type: import("vue").PropType<string>;
|
268
|
-
required: false;
|
269
|
-
};
|
270
|
-
"content-wrapper-class": {
|
271
|
-
type: import("vue").PropType<string>;
|
272
|
-
required: false;
|
273
|
-
};
|
274
250
|
"horizontal-scroll": {
|
275
251
|
type: import("vue").PropType<boolean>;
|
276
252
|
};
|
@@ -292,10 +268,10 @@ declare const _default: {
|
|
292
268
|
required: false;
|
293
269
|
};
|
294
270
|
variant: {
|
295
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
271
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
296
272
|
required: false;
|
297
273
|
} & {
|
298
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
274
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
299
275
|
required: false;
|
300
276
|
};
|
301
277
|
size: {
|
@@ -388,14 +364,6 @@ declare const _default: {
|
|
388
364
|
canClose: {
|
389
365
|
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
390
366
|
};
|
391
|
-
contentWrapperClass: {
|
392
|
-
type: import("vue").PropType<string>;
|
393
|
-
required: false;
|
394
|
-
};
|
395
|
-
"content-wrapper-class": {
|
396
|
-
type: import("vue").PropType<string>;
|
397
|
-
required: false;
|
398
|
-
};
|
399
367
|
"horizontal-scroll": {
|
400
368
|
type: import("vue").PropType<boolean>;
|
401
369
|
};
|
@@ -417,10 +385,10 @@ declare const _default: {
|
|
417
385
|
required: false;
|
418
386
|
};
|
419
387
|
variant: {
|
420
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
388
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
421
389
|
required: false;
|
422
390
|
} & {
|
423
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
391
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry">;
|
424
392
|
required: false;
|
425
393
|
};
|
426
394
|
size: {
|
@@ -531,7 +499,7 @@ declare const _default: {
|
|
531
499
|
navigation?: SlotNavigationType;
|
532
500
|
header?: Func<[VNodeChild]>;
|
533
501
|
};
|
534
|
-
variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry";
|
502
|
+
variant?: "default" | "confirm" | "app" | "create-cancel" | "save-cancel" | "ok-cancel" | "retry";
|
535
503
|
subTitle?: string;
|
536
504
|
"sub-title"?: string;
|
537
505
|
hiddenCloseButton?: boolean;
|
@@ -544,8 +512,6 @@ declare const _default: {
|
|
544
512
|
"custom-scrolling"?: boolean;
|
545
513
|
horizontalScroll?: boolean;
|
546
514
|
"horizontal-scroll"?: boolean;
|
547
|
-
contentWrapperClass?: string;
|
548
|
-
"content-wrapper-class"?: string;
|
549
515
|
canClose?: (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>;
|
550
516
|
"can-close"?: (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>;
|
551
517
|
}>, "onUpdate:modelValue" | "onClick:close" | "onClick:cancel" | "onClick:confirm"> & {
|
@@ -35,10 +35,10 @@ declare const _default: {
|
|
35
35
|
type: import("vue").PropType<"background" | "default">;
|
36
36
|
};
|
37
37
|
"color-type": {
|
38
|
-
type: import("vue").PropType<"
|
38
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
39
39
|
};
|
40
40
|
colorType: {
|
41
|
-
type: import("vue").PropType<"
|
41
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
42
42
|
};
|
43
43
|
toned: {
|
44
44
|
type: import("vue").PropType<boolean>;
|
@@ -92,10 +92,10 @@ declare const _default: {
|
|
92
92
|
type: import("vue").PropType<"background" | "default">;
|
93
93
|
};
|
94
94
|
"color-type": {
|
95
|
-
type: import("vue").PropType<"
|
95
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
96
96
|
};
|
97
97
|
colorType: {
|
98
|
-
type: import("vue").PropType<"
|
98
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
99
99
|
};
|
100
100
|
toned: {
|
101
101
|
type: import("vue").PropType<boolean>;
|
@@ -160,10 +160,10 @@ declare const _default: {
|
|
160
160
|
type: import("vue").PropType<"background" | "default">;
|
161
161
|
};
|
162
162
|
"color-type": {
|
163
|
-
type: import("vue").PropType<"
|
163
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
164
164
|
};
|
165
165
|
colorType: {
|
166
|
-
type: import("vue").PropType<"
|
166
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
167
167
|
};
|
168
168
|
toned: {
|
169
169
|
type: import("vue").PropType<boolean>;
|
@@ -225,10 +225,10 @@ declare const _default: {
|
|
225
225
|
type: import("vue").PropType<"background" | "default">;
|
226
226
|
};
|
227
227
|
"color-type": {
|
228
|
-
type: import("vue").PropType<"
|
228
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
229
229
|
};
|
230
230
|
colorType: {
|
231
|
-
type: import("vue").PropType<"
|
231
|
+
type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
|
232
232
|
};
|
233
233
|
toned: {
|
234
234
|
type: import("vue").PropType<boolean>;
|
@@ -262,10 +262,10 @@ declare const _default: {
|
|
262
262
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
263
263
|
animation?: "flip" | "spin" | "beat" | "bounce";
|
264
264
|
disabled?: boolean;
|
265
|
-
colorType?: "base" | "onBase" | "container" | "onContainer";
|
266
|
-
toned?: boolean;
|
267
265
|
blueprint?: IconBlueprint;
|
268
|
-
|
266
|
+
colorType?: "container" | "base" | "onBase" | "onContainer";
|
267
|
+
toned?: boolean;
|
268
|
+
"color-type"?: "container" | "base" | "onBase" | "onContainer";
|
269
269
|
variant?: "background" | "default";
|
270
270
|
customSize?: number;
|
271
271
|
"custom-size"?: number;
|