@omnia/fx 8.0.262-dev → 8.0.263-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/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorPlugin.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/bold/BoldPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorButton.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/italic/ItalicPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyButton.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +10 -13
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +50 -65
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +3 -276
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -444
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +4 -99
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -194
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -206
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +3 -94
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +4 -78
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +11 -184
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +3 -94
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +4 -85
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +4 -199
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +3 -133
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -355
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +4 -161
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +4 -238
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +4 -76
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -138
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +4 -272
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +3 -203
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +3 -133
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +3 -37
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +3 -267
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -349
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +3 -154
- package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +4 -149
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +3 -145
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +3 -71
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +3 -254
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -245
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -335
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +3 -107
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -400
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -250
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +3 -192
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +4 -56
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +2 -2
- package/package.json +3 -3
@@ -1,449 +1,10 @@
|
|
1
|
-
import {
|
1
|
+
import { Future, IIcon, OContentHeight, ODialogBuiltinButtons, ODialogButtonInstance, ODialogSizes, ODialogTypes } from "@omnia/fx/models";
|
2
|
+
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
|
2
3
|
import { VNodeChild } from "vue";
|
3
4
|
export * from "./Dialog.stylex";
|
4
|
-
type
|
5
|
+
type DialogProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"toned", boolean, false, false, "Toned color picker."> & DefineVModel<"", boolean, false, null, true, "The v-model of the component."> & DefineProp<"persistent", boolean, false, false, "Specify if the dialog is closed if clicked outside of the dialog."> & DefineProp<"eager", boolean, false, false, "Forces the component’s content to render when it mounts."> & DefineProp<"title", string, false, null, "Specify the title of the dialog."> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the dialog and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the dialog. This is almost mandatory and is used to hightlight the dialog context."> & DefineProp<"hiddenCloseButton", boolean, false, false, "Hide the close button of the dialog."> & DefineProp<"backButton", boolean, false, false, "I a back button is displayed to close the dialog."> & DefineProp<"size", ODialogSizes, false, "medium", "Specify the size of the dialog. Default is mediumsize."> & DefineProp<"variant", ODialogTypes, false, "default", "Applies a distinct style to the component."> & DefineProp<"contentHeight", OContentHeight, false, "static", "Sets the content responsive strategy for the dialog . With dynamic it will adapt to the content height. This should only be used with content that does not change size."> & DefineProp<"customScrolling", boolean, false, false, "Disables the default scrolling behavior of the dialog. This should be used when the dialog contains a custom scrollable element such as a o.tab or a component with custom scrollable requirements."> & DefineProp<"horizontalScroll", boolean, false, false, "Adds a horizontal scrollbar to the dialog. This should be used when the dialog contains a custom vertiacl scrollable element such as a <o-journey> or a component with custom scrollable requirements."> & DefineProp<"journey", boolean, false, false, "The dialog is a journey dialog where the header supports navigation."> & DefineProp<"canClose", (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>, false, null, "Function that can control if the dialog is allowed to be closed. When the promise is resolved the dialog will close. If the promise is rejected the dialog will not close."> & DefineProp<"buttonApi", (confirm: ODialogButtonInstance, cancel: ODialogButtonInstance) => void, false, null, "Function that can get reference to the buttons to control the state of them."> & DefineSlot<"fixedContent", () => VNodeChild> & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"headerButtons", () => VNodeChild> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"navigation", (apis: {
|
5
6
|
hideNavigation: () => void;
|
6
7
|
showNavigation: () => void;
|
7
|
-
}) => VNodeChild
|
8
|
-
declare const _default:
|
9
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
10
|
-
buttonApi: {
|
11
|
-
type: import("vue").PropType<(confirm: ODialogButtonInstance, cancel: ODialogButtonInstance) => void>;
|
12
|
-
};
|
13
|
-
canClose: {
|
14
|
-
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
15
|
-
};
|
16
|
-
journey: {
|
17
|
-
type: import("vue").PropType<boolean>;
|
18
|
-
};
|
19
|
-
horizontalScroll: {
|
20
|
-
type: import("vue").PropType<boolean>;
|
21
|
-
};
|
22
|
-
customScrolling: {
|
23
|
-
type: import("vue").PropType<boolean>;
|
24
|
-
};
|
25
|
-
contentHeight: {
|
26
|
-
type: import("vue").PropType<"dynamic" | "static">;
|
27
|
-
required: false;
|
28
|
-
};
|
29
|
-
variant: {
|
30
|
-
type: import("vue").PropType<"default" | "confirm" | "create-cancel" | "save-cancel" | "ok-cancel" | "app" | "retry">;
|
31
|
-
required: false;
|
32
|
-
};
|
33
|
-
size: {
|
34
|
-
type: import("vue").PropType<"small" | "x-small" | "large" | "medium" | "full">;
|
35
|
-
required: false;
|
36
|
-
};
|
37
|
-
backButton: {
|
38
|
-
type: import("vue").PropType<boolean>;
|
39
|
-
};
|
40
|
-
hiddenCloseButton: {
|
41
|
-
type: import("vue").PropType<boolean>;
|
42
|
-
};
|
43
|
-
icon: {
|
44
|
-
type: import("vue").PropType<IIcon>;
|
45
|
-
};
|
46
|
-
subTitle: {
|
47
|
-
type: import("vue").PropType<string>;
|
48
|
-
};
|
49
|
-
title: {
|
50
|
-
type: import("vue").PropType<string>;
|
51
|
-
};
|
52
|
-
eager: {
|
53
|
-
type: import("vue").PropType<boolean>;
|
54
|
-
required: false;
|
55
|
-
};
|
56
|
-
"v-slots": import("vue").Prop<{
|
57
|
-
default?: import("../../DefineVueTypings").Slot;
|
58
|
-
} & {
|
59
|
-
fixedContent?: Func<[VNodeChild]>;
|
60
|
-
activator?: Func<[VNodeChild]>;
|
61
|
-
headerButtons?: Func<[VNodeChild]>;
|
62
|
-
actions?: Func<[VNodeChild]>;
|
63
|
-
navigation?: SlotNavigationType;
|
64
|
-
header?: Func<[VNodeChild]>;
|
65
|
-
}>;
|
66
|
-
persistent: {
|
67
|
-
type: import("vue").PropType<boolean>;
|
68
|
-
required: false;
|
69
|
-
};
|
70
|
-
modelValue: {
|
71
|
-
type: import("vue").PropType<boolean>;
|
72
|
-
required: false;
|
73
|
-
};
|
74
|
-
"v-model": {
|
75
|
-
type: import("vue").PropType<boolean>;
|
76
|
-
required: false;
|
77
|
-
};
|
78
|
-
"onUpdate:modelValue": {
|
79
|
-
type: import("vue").PropType<(value: boolean) => any | void>;
|
80
|
-
};
|
81
|
-
class: {
|
82
|
-
type: import("vue").PropType<String | String[]>;
|
83
|
-
required: boolean;
|
84
|
-
};
|
85
|
-
colorSchemaType: {
|
86
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
87
|
-
required: boolean;
|
88
|
-
};
|
89
|
-
container: {
|
90
|
-
type: BooleanConstructor;
|
91
|
-
required: boolean;
|
92
|
-
};
|
93
|
-
colors: {
|
94
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
95
|
-
required: boolean;
|
96
|
-
};
|
97
|
-
}>> & {
|
98
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
99
|
-
"onClick:close"?: () => any;
|
100
|
-
"onClick:cancel"?: () => any;
|
101
|
-
"onClick:confirm"?: () => any;
|
102
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
103
|
-
"update:modelValue": (value: boolean) => true;
|
104
|
-
"click:close": () => true;
|
105
|
-
"click:cancel": () => true;
|
106
|
-
"click:confirm": () => true;
|
107
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
108
|
-
buttonApi: {
|
109
|
-
type: import("vue").PropType<(confirm: ODialogButtonInstance, cancel: ODialogButtonInstance) => void>;
|
110
|
-
};
|
111
|
-
canClose: {
|
112
|
-
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
113
|
-
};
|
114
|
-
journey: {
|
115
|
-
type: import("vue").PropType<boolean>;
|
116
|
-
};
|
117
|
-
horizontalScroll: {
|
118
|
-
type: import("vue").PropType<boolean>;
|
119
|
-
};
|
120
|
-
customScrolling: {
|
121
|
-
type: import("vue").PropType<boolean>;
|
122
|
-
};
|
123
|
-
contentHeight: {
|
124
|
-
type: import("vue").PropType<"dynamic" | "static">;
|
125
|
-
required: false;
|
126
|
-
};
|
127
|
-
variant: {
|
128
|
-
type: import("vue").PropType<"default" | "confirm" | "create-cancel" | "save-cancel" | "ok-cancel" | "app" | "retry">;
|
129
|
-
required: false;
|
130
|
-
};
|
131
|
-
size: {
|
132
|
-
type: import("vue").PropType<"small" | "x-small" | "large" | "medium" | "full">;
|
133
|
-
required: false;
|
134
|
-
};
|
135
|
-
backButton: {
|
136
|
-
type: import("vue").PropType<boolean>;
|
137
|
-
};
|
138
|
-
hiddenCloseButton: {
|
139
|
-
type: import("vue").PropType<boolean>;
|
140
|
-
};
|
141
|
-
icon: {
|
142
|
-
type: import("vue").PropType<IIcon>;
|
143
|
-
};
|
144
|
-
subTitle: {
|
145
|
-
type: import("vue").PropType<string>;
|
146
|
-
};
|
147
|
-
title: {
|
148
|
-
type: import("vue").PropType<string>;
|
149
|
-
};
|
150
|
-
eager: {
|
151
|
-
type: import("vue").PropType<boolean>;
|
152
|
-
required: false;
|
153
|
-
};
|
154
|
-
"v-slots": import("vue").Prop<{
|
155
|
-
default?: import("../../DefineVueTypings").Slot;
|
156
|
-
} & {
|
157
|
-
fixedContent?: Func<[VNodeChild]>;
|
158
|
-
activator?: Func<[VNodeChild]>;
|
159
|
-
headerButtons?: Func<[VNodeChild]>;
|
160
|
-
actions?: Func<[VNodeChild]>;
|
161
|
-
navigation?: SlotNavigationType;
|
162
|
-
header?: Func<[VNodeChild]>;
|
163
|
-
}>;
|
164
|
-
persistent: {
|
165
|
-
type: import("vue").PropType<boolean>;
|
166
|
-
required: false;
|
167
|
-
};
|
168
|
-
modelValue: {
|
169
|
-
type: import("vue").PropType<boolean>;
|
170
|
-
required: false;
|
171
|
-
};
|
172
|
-
"v-model": {
|
173
|
-
type: import("vue").PropType<boolean>;
|
174
|
-
required: false;
|
175
|
-
};
|
176
|
-
"onUpdate:modelValue": {
|
177
|
-
type: import("vue").PropType<(value: boolean) => any | void>;
|
178
|
-
};
|
179
|
-
class: {
|
180
|
-
type: import("vue").PropType<String | String[]>;
|
181
|
-
required: boolean;
|
182
|
-
};
|
183
|
-
colorSchemaType: {
|
184
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
185
|
-
required: boolean;
|
186
|
-
};
|
187
|
-
container: {
|
188
|
-
type: BooleanConstructor;
|
189
|
-
required: boolean;
|
190
|
-
};
|
191
|
-
colors: {
|
192
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
193
|
-
required: boolean;
|
194
|
-
};
|
195
|
-
}>> & {
|
196
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
197
|
-
"onClick:close"?: () => any;
|
198
|
-
"onClick:cancel"?: () => any;
|
199
|
-
"onClick:confirm"?: () => any;
|
200
|
-
}, {
|
201
|
-
container: boolean;
|
202
|
-
}, true, {}, {}, {
|
203
|
-
P: {};
|
204
|
-
B: {};
|
205
|
-
D: {};
|
206
|
-
C: {};
|
207
|
-
M: {};
|
208
|
-
Defaults: {};
|
209
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
210
|
-
buttonApi: {
|
211
|
-
type: import("vue").PropType<(confirm: ODialogButtonInstance, cancel: ODialogButtonInstance) => void>;
|
212
|
-
};
|
213
|
-
canClose: {
|
214
|
-
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
215
|
-
};
|
216
|
-
journey: {
|
217
|
-
type: import("vue").PropType<boolean>;
|
218
|
-
};
|
219
|
-
horizontalScroll: {
|
220
|
-
type: import("vue").PropType<boolean>;
|
221
|
-
};
|
222
|
-
customScrolling: {
|
223
|
-
type: import("vue").PropType<boolean>;
|
224
|
-
};
|
225
|
-
contentHeight: {
|
226
|
-
type: import("vue").PropType<"dynamic" | "static">;
|
227
|
-
required: false;
|
228
|
-
};
|
229
|
-
variant: {
|
230
|
-
type: import("vue").PropType<"default" | "confirm" | "create-cancel" | "save-cancel" | "ok-cancel" | "app" | "retry">;
|
231
|
-
required: false;
|
232
|
-
};
|
233
|
-
size: {
|
234
|
-
type: import("vue").PropType<"small" | "x-small" | "large" | "medium" | "full">;
|
235
|
-
required: false;
|
236
|
-
};
|
237
|
-
backButton: {
|
238
|
-
type: import("vue").PropType<boolean>;
|
239
|
-
};
|
240
|
-
hiddenCloseButton: {
|
241
|
-
type: import("vue").PropType<boolean>;
|
242
|
-
};
|
243
|
-
icon: {
|
244
|
-
type: import("vue").PropType<IIcon>;
|
245
|
-
};
|
246
|
-
subTitle: {
|
247
|
-
type: import("vue").PropType<string>;
|
248
|
-
};
|
249
|
-
title: {
|
250
|
-
type: import("vue").PropType<string>;
|
251
|
-
};
|
252
|
-
eager: {
|
253
|
-
type: import("vue").PropType<boolean>;
|
254
|
-
required: false;
|
255
|
-
};
|
256
|
-
"v-slots": import("vue").Prop<{
|
257
|
-
default?: import("../../DefineVueTypings").Slot;
|
258
|
-
} & {
|
259
|
-
fixedContent?: Func<[VNodeChild]>;
|
260
|
-
activator?: Func<[VNodeChild]>;
|
261
|
-
headerButtons?: Func<[VNodeChild]>;
|
262
|
-
actions?: Func<[VNodeChild]>;
|
263
|
-
navigation?: SlotNavigationType;
|
264
|
-
header?: Func<[VNodeChild]>;
|
265
|
-
}>;
|
266
|
-
persistent: {
|
267
|
-
type: import("vue").PropType<boolean>;
|
268
|
-
required: false;
|
269
|
-
};
|
270
|
-
modelValue: {
|
271
|
-
type: import("vue").PropType<boolean>;
|
272
|
-
required: false;
|
273
|
-
};
|
274
|
-
"v-model": {
|
275
|
-
type: import("vue").PropType<boolean>;
|
276
|
-
required: false;
|
277
|
-
};
|
278
|
-
"onUpdate:modelValue": {
|
279
|
-
type: import("vue").PropType<(value: boolean) => any | void>;
|
280
|
-
};
|
281
|
-
class: {
|
282
|
-
type: import("vue").PropType<String | String[]>;
|
283
|
-
required: boolean;
|
284
|
-
};
|
285
|
-
colorSchemaType: {
|
286
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
287
|
-
required: boolean;
|
288
|
-
};
|
289
|
-
container: {
|
290
|
-
type: BooleanConstructor;
|
291
|
-
required: boolean;
|
292
|
-
};
|
293
|
-
colors: {
|
294
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
295
|
-
required: boolean;
|
296
|
-
};
|
297
|
-
}>> & {
|
298
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
299
|
-
"onClick:close"?: () => any;
|
300
|
-
"onClick:cancel"?: () => any;
|
301
|
-
"onClick:confirm"?: () => any;
|
302
|
-
}, () => JSX.Element, {}, {}, {}, {
|
303
|
-
container: boolean;
|
304
|
-
}>;
|
305
|
-
__isFragment?: never;
|
306
|
-
__isTeleport?: never;
|
307
|
-
__isSuspense?: never;
|
308
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
309
|
-
buttonApi: {
|
310
|
-
type: import("vue").PropType<(confirm: ODialogButtonInstance, cancel: ODialogButtonInstance) => void>;
|
311
|
-
};
|
312
|
-
canClose: {
|
313
|
-
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
314
|
-
};
|
315
|
-
journey: {
|
316
|
-
type: import("vue").PropType<boolean>;
|
317
|
-
};
|
318
|
-
horizontalScroll: {
|
319
|
-
type: import("vue").PropType<boolean>;
|
320
|
-
};
|
321
|
-
customScrolling: {
|
322
|
-
type: import("vue").PropType<boolean>;
|
323
|
-
};
|
324
|
-
contentHeight: {
|
325
|
-
type: import("vue").PropType<"dynamic" | "static">;
|
326
|
-
required: false;
|
327
|
-
};
|
328
|
-
variant: {
|
329
|
-
type: import("vue").PropType<"default" | "confirm" | "create-cancel" | "save-cancel" | "ok-cancel" | "app" | "retry">;
|
330
|
-
required: false;
|
331
|
-
};
|
332
|
-
size: {
|
333
|
-
type: import("vue").PropType<"small" | "x-small" | "large" | "medium" | "full">;
|
334
|
-
required: false;
|
335
|
-
};
|
336
|
-
backButton: {
|
337
|
-
type: import("vue").PropType<boolean>;
|
338
|
-
};
|
339
|
-
hiddenCloseButton: {
|
340
|
-
type: import("vue").PropType<boolean>;
|
341
|
-
};
|
342
|
-
icon: {
|
343
|
-
type: import("vue").PropType<IIcon>;
|
344
|
-
};
|
345
|
-
subTitle: {
|
346
|
-
type: import("vue").PropType<string>;
|
347
|
-
};
|
348
|
-
title: {
|
349
|
-
type: import("vue").PropType<string>;
|
350
|
-
};
|
351
|
-
eager: {
|
352
|
-
type: import("vue").PropType<boolean>;
|
353
|
-
required: false;
|
354
|
-
};
|
355
|
-
"v-slots": import("vue").Prop<{
|
356
|
-
default?: import("../../DefineVueTypings").Slot;
|
357
|
-
} & {
|
358
|
-
fixedContent?: Func<[VNodeChild]>;
|
359
|
-
activator?: Func<[VNodeChild]>;
|
360
|
-
headerButtons?: Func<[VNodeChild]>;
|
361
|
-
actions?: Func<[VNodeChild]>;
|
362
|
-
navigation?: SlotNavigationType;
|
363
|
-
header?: Func<[VNodeChild]>;
|
364
|
-
}>;
|
365
|
-
persistent: {
|
366
|
-
type: import("vue").PropType<boolean>;
|
367
|
-
required: false;
|
368
|
-
};
|
369
|
-
modelValue: {
|
370
|
-
type: import("vue").PropType<boolean>;
|
371
|
-
required: false;
|
372
|
-
};
|
373
|
-
"v-model": {
|
374
|
-
type: import("vue").PropType<boolean>;
|
375
|
-
required: false;
|
376
|
-
};
|
377
|
-
"onUpdate:modelValue": {
|
378
|
-
type: import("vue").PropType<(value: boolean) => any | void>;
|
379
|
-
};
|
380
|
-
class: {
|
381
|
-
type: import("vue").PropType<String | String[]>;
|
382
|
-
required: boolean;
|
383
|
-
};
|
384
|
-
colorSchemaType: {
|
385
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
386
|
-
required: boolean;
|
387
|
-
};
|
388
|
-
container: {
|
389
|
-
type: BooleanConstructor;
|
390
|
-
required: boolean;
|
391
|
-
};
|
392
|
-
colors: {
|
393
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
394
|
-
required: boolean;
|
395
|
-
};
|
396
|
-
}>> & {
|
397
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
398
|
-
"onClick:close"?: () => any;
|
399
|
-
"onClick:cancel"?: () => any;
|
400
|
-
"onClick:confirm"?: () => any;
|
401
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
402
|
-
"update:modelValue": (value: boolean) => true;
|
403
|
-
"click:close": () => true;
|
404
|
-
"click:cancel": () => true;
|
405
|
-
"click:confirm": () => true;
|
406
|
-
}, string, {
|
407
|
-
container: boolean;
|
408
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
409
|
-
propsDefinition: Omit<Readonly<{} & {
|
410
|
-
icon?: IIcon;
|
411
|
-
title?: string;
|
412
|
-
container?: boolean;
|
413
|
-
class?: String | String[];
|
414
|
-
size?: "small" | "x-small" | "large" | "medium" | "full";
|
415
|
-
persistent?: boolean;
|
416
|
-
eager?: boolean;
|
417
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
418
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
419
|
-
modelValue?: boolean;
|
420
|
-
"v-model"?: boolean;
|
421
|
-
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
422
|
-
"v-slots"?: {
|
423
|
-
default?: import("../../DefineVueTypings").Slot;
|
424
|
-
} & {
|
425
|
-
fixedContent?: Func<[VNodeChild]>;
|
426
|
-
activator?: Func<[VNodeChild]>;
|
427
|
-
headerButtons?: Func<[VNodeChild]>;
|
428
|
-
actions?: Func<[VNodeChild]>;
|
429
|
-
navigation?: SlotNavigationType;
|
430
|
-
header?: Func<[VNodeChild]>;
|
431
|
-
};
|
432
|
-
variant?: "default" | "confirm" | "create-cancel" | "save-cancel" | "ok-cancel" | "app" | "retry";
|
433
|
-
subTitle?: string;
|
434
|
-
hiddenCloseButton?: boolean;
|
435
|
-
backButton?: boolean;
|
436
|
-
contentHeight?: "dynamic" | "static";
|
437
|
-
customScrolling?: boolean;
|
438
|
-
horizontalScroll?: boolean;
|
439
|
-
journey?: boolean;
|
440
|
-
canClose?: (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>;
|
441
|
-
buttonApi?: (confirm: ODialogButtonInstance, cancel: ODialogButtonInstance) => void;
|
442
|
-
}>, "onUpdate:modelValue" | "onClick:close" | "onClick:cancel" | "onClick:confirm"> & {
|
443
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
444
|
-
"onClick:close"?: () => any;
|
445
|
-
"onClick:cancel"?: () => any;
|
446
|
-
"onClick:confirm"?: () => any;
|
447
|
-
};
|
448
|
-
};
|
8
|
+
}) => VNodeChild> & DefineSlot<"header", () => VNodeChild> & DefineEmit<"click:close", () => void> & DefineEmit<"click:cancel", () => void> & DefineEmit<"click:confirm", () => void>;
|
9
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DialogProps>) => any;
|
449
10
|
export default _default;
|
@@ -1,100 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
6
|
-
};
|
7
|
-
labelSize: {
|
8
|
-
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
9
|
-
};
|
10
|
-
toned: {
|
11
|
-
type: import("vue").PropType<boolean>;
|
12
|
-
};
|
13
|
-
label: {
|
14
|
-
type: import("vue").PropType<string>;
|
15
|
-
};
|
16
|
-
variant: {
|
17
|
-
type: import("vue").PropType<"default" | "label" | "prominent">;
|
18
|
-
};
|
19
|
-
class: {
|
20
|
-
type: import("vue").PropType<string>;
|
21
|
-
};
|
22
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
23
|
-
labelType: {
|
24
|
-
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
25
|
-
};
|
26
|
-
labelSize: {
|
27
|
-
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
28
|
-
};
|
29
|
-
toned: {
|
30
|
-
type: import("vue").PropType<boolean>;
|
31
|
-
};
|
32
|
-
label: {
|
33
|
-
type: import("vue").PropType<string>;
|
34
|
-
};
|
35
|
-
variant: {
|
36
|
-
type: import("vue").PropType<"default" | "label" | "prominent">;
|
37
|
-
};
|
38
|
-
class: {
|
39
|
-
type: import("vue").PropType<string>;
|
40
|
-
};
|
41
|
-
}>>, {}, true, {}, {}, {
|
42
|
-
P: {};
|
43
|
-
B: {};
|
44
|
-
D: {};
|
45
|
-
C: {};
|
46
|
-
M: {};
|
47
|
-
Defaults: {};
|
48
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
49
|
-
labelType: {
|
50
|
-
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
51
|
-
};
|
52
|
-
labelSize: {
|
53
|
-
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
54
|
-
};
|
55
|
-
toned: {
|
56
|
-
type: import("vue").PropType<boolean>;
|
57
|
-
};
|
58
|
-
label: {
|
59
|
-
type: import("vue").PropType<string>;
|
60
|
-
};
|
61
|
-
variant: {
|
62
|
-
type: import("vue").PropType<"default" | "label" | "prominent">;
|
63
|
-
};
|
64
|
-
class: {
|
65
|
-
type: import("vue").PropType<string>;
|
66
|
-
};
|
67
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
68
|
-
__isFragment?: never;
|
69
|
-
__isTeleport?: never;
|
70
|
-
__isSuspense?: never;
|
71
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
72
|
-
labelType: {
|
73
|
-
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
74
|
-
};
|
75
|
-
labelSize: {
|
76
|
-
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
77
|
-
};
|
78
|
-
toned: {
|
79
|
-
type: import("vue").PropType<boolean>;
|
80
|
-
};
|
81
|
-
label: {
|
82
|
-
type: import("vue").PropType<string>;
|
83
|
-
};
|
84
|
-
variant: {
|
85
|
-
type: import("vue").PropType<"default" | "label" | "prominent">;
|
86
|
-
};
|
87
|
-
class: {
|
88
|
-
type: import("vue").PropType<string>;
|
89
|
-
};
|
90
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
91
|
-
propsDefinition: Omit<Readonly<{} & {
|
92
|
-
class?: string;
|
93
|
-
label?: string;
|
94
|
-
toned?: boolean;
|
95
|
-
variant?: "default" | "label" | "prominent";
|
96
|
-
labelSize?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
97
|
-
labelType?: "text" | "title" | "navigation" | TypographyTypes;
|
98
|
-
}>, never>;
|
99
|
-
};
|
1
|
+
import { DefineProp } from "@omnia/fx/ux";
|
2
|
+
import { OPageDividerTypes, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
|
3
|
+
type DividerProps = DefineProp<"class", String | String[]> & DefineProp<"variant", OPageDividerTypes, false, null> & DefineProp<"label", string, false, null> & DefineProp<"toned", boolean, false, false> & DefineProp<"labelSize", TypographySize | TypographySizes, false, null, "Specifies the title typography size. Should be used only if the variants size does not match the context."> & DefineProp<"labelType", TypographyType | TypographyTypes, false, null, "Specifies the typography type. Should be used only if the variants size does not match the context.">;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DividerProps>) => any;
|
100
5
|
export default _default;
|