@omnia/fx 8.0.20-vnext → 8.0.21-vnext
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/libs/prismjs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +0 -4
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +17 -17
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +5 -13
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +140 -0
- package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/docs/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +23 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +151 -51
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +26 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +27 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +28 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +171 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +339 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +188 -35
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +100 -49
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +200 -68
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +172 -27
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +178 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +150 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +151 -55
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +198 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +198 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +32 -30
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +32 -31
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +50 -49
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/table/Table.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +31 -11
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +8 -7
- package/internal-do-not-import-from-here/wctypings.d.ts +6 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseVuetifyStyling.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +0 -54
- /package/internal-do-not-import-from-here/ux/{oxide/btn/docs/ButtonIntro.d.ts → compositiontests/WowComp.d.ts} +0 -0
@@ -1,7 +1,9 @@
|
|
1
1
|
import { ButtonIconOptions, ButtonTooltipOptions } from "@omnia/fx-models";
|
2
|
-
|
3
|
-
export
|
4
|
-
export type
|
2
|
+
export * from "./Button.css";
|
3
|
+
export declare const SizeTypeDefinitions: string[];
|
4
|
+
export type SizeType = typeof SizeTypeDefinitions[number];
|
5
|
+
export declare const ButtonPresetDefinitions: string[];
|
6
|
+
export type ButtonPreset = typeof ButtonPresetDefinitions[number];
|
5
7
|
declare const _default: {
|
6
8
|
new (...args: any[]): {
|
7
9
|
$: import("vue").ComponentInternalInstance;
|
@@ -16,9 +18,9 @@ declare const _default: {
|
|
16
18
|
type: import("vue").PropType<boolean>;
|
17
19
|
};
|
18
20
|
size: {
|
19
|
-
type: import("vue").PropType<
|
21
|
+
type: import("vue").PropType<string>;
|
20
22
|
} & {
|
21
|
-
type: import("vue").PropType<
|
23
|
+
type: import("vue").PropType<string>;
|
22
24
|
};
|
23
25
|
tooltip: {
|
24
26
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
@@ -26,9 +28,9 @@ declare const _default: {
|
|
26
28
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
27
29
|
};
|
28
30
|
preset: {
|
29
|
-
type: import("vue").PropType<
|
31
|
+
type: import("vue").PropType<string>;
|
30
32
|
} & {
|
31
|
-
type: import("vue").PropType<
|
33
|
+
type: import("vue").PropType<string>;
|
32
34
|
};
|
33
35
|
overrides: {
|
34
36
|
type: import("vue").PropType<object>;
|
@@ -36,9 +38,9 @@ declare const _default: {
|
|
36
38
|
type: import("vue").PropType<object>;
|
37
39
|
};
|
38
40
|
variant: {
|
39
|
-
type: import("vue").PropType<
|
41
|
+
type: import("vue").PropType<string>;
|
40
42
|
} & {
|
41
|
-
type: import("vue").PropType<
|
43
|
+
type: import("vue").PropType<string>;
|
42
44
|
};
|
43
45
|
text: {
|
44
46
|
type: import("vue").PropType<string>;
|
@@ -77,9 +79,9 @@ declare const _default: {
|
|
77
79
|
type: import("vue").PropType<boolean>;
|
78
80
|
};
|
79
81
|
size: {
|
80
|
-
type: import("vue").PropType<
|
82
|
+
type: import("vue").PropType<string>;
|
81
83
|
} & {
|
82
|
-
type: import("vue").PropType<
|
84
|
+
type: import("vue").PropType<string>;
|
83
85
|
};
|
84
86
|
tooltip: {
|
85
87
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
@@ -87,9 +89,9 @@ declare const _default: {
|
|
87
89
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
88
90
|
};
|
89
91
|
preset: {
|
90
|
-
type: import("vue").PropType<
|
92
|
+
type: import("vue").PropType<string>;
|
91
93
|
} & {
|
92
|
-
type: import("vue").PropType<
|
94
|
+
type: import("vue").PropType<string>;
|
93
95
|
};
|
94
96
|
overrides: {
|
95
97
|
type: import("vue").PropType<object>;
|
@@ -97,9 +99,9 @@ declare const _default: {
|
|
97
99
|
type: import("vue").PropType<object>;
|
98
100
|
};
|
99
101
|
variant: {
|
100
|
-
type: import("vue").PropType<
|
102
|
+
type: import("vue").PropType<string>;
|
101
103
|
} & {
|
102
|
-
type: import("vue").PropType<
|
104
|
+
type: import("vue").PropType<string>;
|
103
105
|
};
|
104
106
|
text: {
|
105
107
|
type: import("vue").PropType<string>;
|
@@ -147,9 +149,9 @@ declare const _default: {
|
|
147
149
|
type: import("vue").PropType<boolean>;
|
148
150
|
};
|
149
151
|
size: {
|
150
|
-
type: import("vue").PropType<
|
152
|
+
type: import("vue").PropType<string>;
|
151
153
|
} & {
|
152
|
-
type: import("vue").PropType<
|
154
|
+
type: import("vue").PropType<string>;
|
153
155
|
};
|
154
156
|
tooltip: {
|
155
157
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
@@ -157,9 +159,9 @@ declare const _default: {
|
|
157
159
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
158
160
|
};
|
159
161
|
preset: {
|
160
|
-
type: import("vue").PropType<
|
162
|
+
type: import("vue").PropType<string>;
|
161
163
|
} & {
|
162
|
-
type: import("vue").PropType<
|
164
|
+
type: import("vue").PropType<string>;
|
163
165
|
};
|
164
166
|
overrides: {
|
165
167
|
type: import("vue").PropType<object>;
|
@@ -167,9 +169,9 @@ declare const _default: {
|
|
167
169
|
type: import("vue").PropType<object>;
|
168
170
|
};
|
169
171
|
variant: {
|
170
|
-
type: import("vue").PropType<
|
172
|
+
type: import("vue").PropType<string>;
|
171
173
|
} & {
|
172
|
-
type: import("vue").PropType<
|
174
|
+
type: import("vue").PropType<string>;
|
173
175
|
};
|
174
176
|
text: {
|
175
177
|
type: import("vue").PropType<string>;
|
@@ -198,9 +200,9 @@ declare const _default: {
|
|
198
200
|
type: import("vue").PropType<boolean>;
|
199
201
|
};
|
200
202
|
size: {
|
201
|
-
type: import("vue").PropType<
|
203
|
+
type: import("vue").PropType<string>;
|
202
204
|
} & {
|
203
|
-
type: import("vue").PropType<
|
205
|
+
type: import("vue").PropType<string>;
|
204
206
|
};
|
205
207
|
tooltip: {
|
206
208
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
@@ -208,9 +210,9 @@ declare const _default: {
|
|
208
210
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
209
211
|
};
|
210
212
|
preset: {
|
211
|
-
type: import("vue").PropType<
|
213
|
+
type: import("vue").PropType<string>;
|
212
214
|
} & {
|
213
|
-
type: import("vue").PropType<
|
215
|
+
type: import("vue").PropType<string>;
|
214
216
|
};
|
215
217
|
overrides: {
|
216
218
|
type: import("vue").PropType<object>;
|
@@ -218,9 +220,9 @@ declare const _default: {
|
|
218
220
|
type: import("vue").PropType<object>;
|
219
221
|
};
|
220
222
|
variant: {
|
221
|
-
type: import("vue").PropType<
|
223
|
+
type: import("vue").PropType<string>;
|
222
224
|
} & {
|
223
|
-
type: import("vue").PropType<
|
225
|
+
type: import("vue").PropType<string>;
|
224
226
|
};
|
225
227
|
text: {
|
226
228
|
type: import("vue").PropType<string>;
|
@@ -248,12 +250,12 @@ declare const _default: {
|
|
248
250
|
} & {
|
249
251
|
text?: string;
|
250
252
|
class?: String | String[];
|
251
|
-
size?:
|
253
|
+
size?: string;
|
252
254
|
icon?: ButtonIconOptions;
|
253
255
|
tooltip?: ButtonTooltipOptions;
|
254
|
-
variant?:
|
256
|
+
variant?: string;
|
255
257
|
overrides?: object;
|
256
|
-
preset?:
|
258
|
+
preset?: string;
|
257
259
|
grouped?: boolean;
|
258
260
|
}>;
|
259
261
|
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ButtonExamples: import("@omnia/fx/ux").ComponentSpec;
|
@@ -161,9 +161,9 @@ declare const _default: {
|
|
161
161
|
container?: any;
|
162
162
|
colorSchemaType?: any;
|
163
163
|
} & {
|
164
|
-
value?: any;
|
165
164
|
label?: string;
|
166
165
|
class?: String | String[];
|
166
|
+
value?: any;
|
167
167
|
"v-model"?: MaybeComputedRef<boolean>;
|
168
168
|
modelValue?: MaybeComputedRef<boolean>;
|
169
169
|
}> & {
|
@@ -1,4 +1,5 @@
|
|
1
|
-
export
|
1
|
+
export declare const DialogTypeDefinition: string[];
|
2
|
+
export type DialogType = typeof DialogTypeDefinition[number];
|
2
3
|
export declare const DialogStyles: {
|
3
4
|
templateTitle: string;
|
4
5
|
titleWrapper: string;
|
@@ -1,8 +1,9 @@
|
|
1
1
|
import { Func, IIcon } from "@omnia/fx/models";
|
2
|
-
import { DialogType } from "./Dialog.css";
|
3
2
|
import { VNodeChild } from "vue";
|
4
|
-
|
5
|
-
|
3
|
+
export * from "./Dialog.css";
|
4
|
+
export declare const DialogSizeDefinitions: string[];
|
5
|
+
export type DialogSize = typeof DialogSizeDefinitions[number];
|
6
|
+
export declare const ContentHeightDefinitions: string[];
|
6
7
|
declare const _default: {
|
7
8
|
new (...args: any[]): {
|
8
9
|
$: import("vue").ComponentInternalInstance;
|
@@ -27,25 +28,25 @@ declare const _default: {
|
|
27
28
|
type: import("vue").PropType<boolean>;
|
28
29
|
};
|
29
30
|
"content-height": {
|
30
|
-
type: import("vue").PropType<
|
31
|
+
type: import("vue").PropType<string>;
|
31
32
|
required: false;
|
32
33
|
};
|
33
34
|
contentHeight: {
|
34
|
-
type: import("vue").PropType<
|
35
|
+
type: import("vue").PropType<string>;
|
35
36
|
required: false;
|
36
37
|
};
|
37
38
|
variant: {
|
38
|
-
type: import("vue").PropType<
|
39
|
+
type: import("vue").PropType<string>;
|
39
40
|
required: false;
|
40
41
|
} & {
|
41
|
-
type: import("vue").PropType<
|
42
|
+
type: import("vue").PropType<string>;
|
42
43
|
required: false;
|
43
44
|
};
|
44
45
|
size: {
|
45
|
-
type: import("vue").PropType<
|
46
|
+
type: import("vue").PropType<string>;
|
46
47
|
required: false;
|
47
48
|
} & {
|
48
|
-
type: import("vue").PropType<
|
49
|
+
type: import("vue").PropType<string>;
|
49
50
|
required: false;
|
50
51
|
};
|
51
52
|
"hidden-close-button": {
|
@@ -114,25 +115,25 @@ declare const _default: {
|
|
114
115
|
type: import("vue").PropType<boolean>;
|
115
116
|
};
|
116
117
|
"content-height": {
|
117
|
-
type: import("vue").PropType<
|
118
|
+
type: import("vue").PropType<string>;
|
118
119
|
required: false;
|
119
120
|
};
|
120
121
|
contentHeight: {
|
121
|
-
type: import("vue").PropType<
|
122
|
+
type: import("vue").PropType<string>;
|
122
123
|
required: false;
|
123
124
|
};
|
124
125
|
variant: {
|
125
|
-
type: import("vue").PropType<
|
126
|
+
type: import("vue").PropType<string>;
|
126
127
|
required: false;
|
127
128
|
} & {
|
128
|
-
type: import("vue").PropType<
|
129
|
+
type: import("vue").PropType<string>;
|
129
130
|
required: false;
|
130
131
|
};
|
131
132
|
size: {
|
132
|
-
type: import("vue").PropType<
|
133
|
+
type: import("vue").PropType<string>;
|
133
134
|
required: false;
|
134
135
|
} & {
|
135
|
-
type: import("vue").PropType<
|
136
|
+
type: import("vue").PropType<string>;
|
136
137
|
required: false;
|
137
138
|
};
|
138
139
|
"hidden-close-button": {
|
@@ -215,25 +216,25 @@ declare const _default: {
|
|
215
216
|
type: import("vue").PropType<boolean>;
|
216
217
|
};
|
217
218
|
"content-height": {
|
218
|
-
type: import("vue").PropType<
|
219
|
+
type: import("vue").PropType<string>;
|
219
220
|
required: false;
|
220
221
|
};
|
221
222
|
contentHeight: {
|
222
|
-
type: import("vue").PropType<
|
223
|
+
type: import("vue").PropType<string>;
|
223
224
|
required: false;
|
224
225
|
};
|
225
226
|
variant: {
|
226
|
-
type: import("vue").PropType<
|
227
|
+
type: import("vue").PropType<string>;
|
227
228
|
required: false;
|
228
229
|
} & {
|
229
|
-
type: import("vue").PropType<
|
230
|
+
type: import("vue").PropType<string>;
|
230
231
|
required: false;
|
231
232
|
};
|
232
233
|
size: {
|
233
|
-
type: import("vue").PropType<
|
234
|
+
type: import("vue").PropType<string>;
|
234
235
|
required: false;
|
235
236
|
} & {
|
236
|
-
type: import("vue").PropType<
|
237
|
+
type: import("vue").PropType<string>;
|
237
238
|
required: false;
|
238
239
|
};
|
239
240
|
"hidden-close-button": {
|
@@ -292,25 +293,25 @@ declare const _default: {
|
|
292
293
|
type: import("vue").PropType<boolean>;
|
293
294
|
};
|
294
295
|
"content-height": {
|
295
|
-
type: import("vue").PropType<
|
296
|
+
type: import("vue").PropType<string>;
|
296
297
|
required: false;
|
297
298
|
};
|
298
299
|
contentHeight: {
|
299
|
-
type: import("vue").PropType<
|
300
|
+
type: import("vue").PropType<string>;
|
300
301
|
required: false;
|
301
302
|
};
|
302
303
|
variant: {
|
303
|
-
type: import("vue").PropType<
|
304
|
+
type: import("vue").PropType<string>;
|
304
305
|
required: false;
|
305
306
|
} & {
|
306
|
-
type: import("vue").PropType<
|
307
|
+
type: import("vue").PropType<string>;
|
307
308
|
required: false;
|
308
309
|
};
|
309
310
|
size: {
|
310
|
-
type: import("vue").PropType<
|
311
|
+
type: import("vue").PropType<string>;
|
311
312
|
required: false;
|
312
313
|
} & {
|
313
|
-
type: import("vue").PropType<
|
314
|
+
type: import("vue").PropType<string>;
|
314
315
|
required: false;
|
315
316
|
};
|
316
317
|
"hidden-close-button": {
|
@@ -363,7 +364,7 @@ declare const _default: {
|
|
363
364
|
} & {
|
364
365
|
title?: string;
|
365
366
|
class?: String | String[];
|
366
|
-
size?:
|
367
|
+
size?: string;
|
367
368
|
icon?: IIcon;
|
368
369
|
"v-slots"?: {
|
369
370
|
default?: Func<[VNodeChild]>;
|
@@ -376,11 +377,11 @@ declare const _default: {
|
|
376
377
|
};
|
377
378
|
"v-model"?: boolean;
|
378
379
|
modelValue?: boolean;
|
379
|
-
variant?:
|
380
|
+
variant?: string;
|
380
381
|
hiddenCloseButton?: boolean;
|
381
382
|
"hidden-close-button"?: boolean;
|
382
|
-
contentHeight?:
|
383
|
-
"content-height"?:
|
383
|
+
contentHeight?: string;
|
384
|
+
"content-height"?: string;
|
384
385
|
customScrolling?: boolean;
|
385
386
|
"custom-scrolling"?: boolean;
|
386
387
|
}> & {
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const DialogExamples: import("@omnia/fx/ux").ComponentSpec;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
14
|
+
}>;
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
18
|
+
$el: any;
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
20
|
+
beforeCreate?: (() => void) | (() => void)[];
|
21
|
+
created?: (() => void) | (() => void)[];
|
22
|
+
beforeMount?: (() => void) | (() => void)[];
|
23
|
+
mounted?: (() => void) | (() => void)[];
|
24
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
25
|
+
updated?: (() => void) | (() => void)[];
|
26
|
+
activated?: (() => void) | (() => void)[];
|
27
|
+
deactivated?: (() => void) | (() => void)[];
|
28
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
29
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
30
|
+
destroyed?: (() => void) | (() => void)[];
|
31
|
+
unmounted?: (() => void) | (() => void)[];
|
32
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
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)[];
|
35
|
+
};
|
36
|
+
$forceUpdate: () => void;
|
37
|
+
$nextTick: typeof import("vue").nextTick;
|
38
|
+
$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;
|
39
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
40
|
+
__isFragment?: never;
|
41
|
+
__isTeleport?: never;
|
42
|
+
__isSuspense?: never;
|
43
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
+
propsDefinition: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
14
|
+
}>;
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
18
|
+
$el: any;
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
20
|
+
beforeCreate?: (() => void) | (() => void)[];
|
21
|
+
created?: (() => void) | (() => void)[];
|
22
|
+
beforeMount?: (() => void) | (() => void)[];
|
23
|
+
mounted?: (() => void) | (() => void)[];
|
24
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
25
|
+
updated?: (() => void) | (() => void)[];
|
26
|
+
activated?: (() => void) | (() => void)[];
|
27
|
+
deactivated?: (() => void) | (() => void)[];
|
28
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
29
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
30
|
+
destroyed?: (() => void) | (() => void)[];
|
31
|
+
unmounted?: (() => void) | (() => void)[];
|
32
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
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)[];
|
35
|
+
};
|
36
|
+
$forceUpdate: () => void;
|
37
|
+
$nextTick: typeof import("vue").nextTick;
|
38
|
+
$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;
|
39
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
40
|
+
__isFragment?: never;
|
41
|
+
__isTeleport?: never;
|
42
|
+
__isSuspense?: never;
|
43
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
+
propsDefinition: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").ComponentSpec;
|
@@ -3,5 +3,5 @@ export type PanelType = "navigation";
|
|
3
3
|
export declare const ExpansionPanelStyles: {
|
4
4
|
iconWrapper: string;
|
5
5
|
customHeader: string;
|
6
|
-
wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: PanelType, hideExpandIcon: boolean) => string;
|
6
|
+
wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: PanelType, hideExpandIcon: boolean, toned: boolean) => string;
|
7
7
|
};
|
@@ -13,6 +13,11 @@ declare const _default: {
|
|
13
13
|
} & {
|
14
14
|
header?: Func<[VNodeChild]>;
|
15
15
|
}>;
|
16
|
+
toned: {
|
17
|
+
type: import("vue").PropType<boolean>;
|
18
|
+
} & {
|
19
|
+
type: import("vue").PropType<boolean>;
|
20
|
+
};
|
16
21
|
"hide-expand-icon": {
|
17
22
|
type: import("vue").PropType<boolean>;
|
18
23
|
};
|
@@ -60,6 +65,11 @@ declare const _default: {
|
|
60
65
|
} & {
|
61
66
|
header?: Func<[VNodeChild]>;
|
62
67
|
}>;
|
68
|
+
toned: {
|
69
|
+
type: import("vue").PropType<boolean>;
|
70
|
+
} & {
|
71
|
+
type: import("vue").PropType<boolean>;
|
72
|
+
};
|
63
73
|
"hide-expand-icon": {
|
64
74
|
type: import("vue").PropType<boolean>;
|
65
75
|
};
|
@@ -116,6 +126,11 @@ declare const _default: {
|
|
116
126
|
} & {
|
117
127
|
header?: Func<[VNodeChild]>;
|
118
128
|
}>;
|
129
|
+
toned: {
|
130
|
+
type: import("vue").PropType<boolean>;
|
131
|
+
} & {
|
132
|
+
type: import("vue").PropType<boolean>;
|
133
|
+
};
|
119
134
|
"hide-expand-icon": {
|
120
135
|
type: import("vue").PropType<boolean>;
|
121
136
|
};
|
@@ -153,6 +168,11 @@ declare const _default: {
|
|
153
168
|
} & {
|
154
169
|
header?: Func<[VNodeChild]>;
|
155
170
|
}>;
|
171
|
+
toned: {
|
172
|
+
type: import("vue").PropType<boolean>;
|
173
|
+
} & {
|
174
|
+
type: import("vue").PropType<boolean>;
|
175
|
+
};
|
156
176
|
"hide-expand-icon": {
|
157
177
|
type: import("vue").PropType<boolean>;
|
158
178
|
};
|
@@ -197,6 +217,7 @@ declare const _default: {
|
|
197
217
|
header?: Func<[VNodeChild]>;
|
198
218
|
};
|
199
219
|
variant?: "navigation";
|
220
|
+
toned?: boolean;
|
200
221
|
hideExpandIcon?: boolean;
|
201
222
|
"hide-expand-icon"?: boolean;
|
202
223
|
}>;
|
@@ -1,7 +1,11 @@
|
|
1
|
-
export
|
2
|
-
export type
|
3
|
-
export
|
4
|
-
export type
|
1
|
+
export declare const PanelVariationDefinition: string[];
|
2
|
+
export type PanelVariant = typeof PanelVariationDefinition[number];
|
3
|
+
export declare const PanelDirectionDefinition: string[];
|
4
|
+
export type PanelDirection = typeof PanelDirectionDefinition[number];
|
5
|
+
export declare const HorizontalAlignmentDefinition: string[];
|
6
|
+
export type HorizontalAlignment = typeof HorizontalAlignmentDefinition[number];
|
7
|
+
export declare const VerticalAlignmentDefinition: string[];
|
8
|
+
export type VerticalAlignment = typeof VerticalAlignmentDefinition[number];
|
5
9
|
export declare const PanelStyles: {
|
6
10
|
templateTitle: string;
|
7
11
|
panelHoverBackground: (dark: boolean) => string;
|