@omnia/fx 8.0.134-dev → 8.0.135-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/ux/alignmentpicker/AlignmentPicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/blueprintTemplate/BlueprintsTemplatePicker.d.ts +98 -98
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStylePicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPicker3.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStylePicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyPicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +12 -6
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/{JourneyV2.d.ts → Journey.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +88 -0
- package/internal-do-not-import-from-here/ux/journey/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/journey/docs/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3146 -3233
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +6868 -7042
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +6868 -7042
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/pickerwrapper/PickerWrapper.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/BlueprintPreview.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +54 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +8 -6
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +251 -45
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +33 -13
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +0 -54
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +20 -10
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +4 -10
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3146 -3233
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +1 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +27 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/SpacingBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/{SampleComponent.d.ts → DateTimeZonePickerExample.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{JourneyV2.css.d.ts → Journey.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/treeview → journey}/docs/ExampleComponentsMenu.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/treeview → journey}/docs/SampleButtons.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/treeview/docs/SampleComponentMenu.d.ts → journey/docs/SampleComponent.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/treeview/docs/SampleVariants.d.ts → journey/docs/SampleComponentMenu.d.ts} +0 -0
@@ -1,6 +1,11 @@
|
|
1
1
|
import { BlueprintVariant, ChromeBlueprint } from "../../velcron/core";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
label: {
|
5
|
+
type: import("vue").PropType<string>;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<string>;
|
8
|
+
};
|
4
9
|
"custom-chrome": {
|
5
10
|
type: import("vue").PropType<boolean>;
|
6
11
|
};
|
@@ -86,6 +91,11 @@ declare const _default: {
|
|
86
91
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
87
92
|
"update:modelValue": (value: BlueprintVariant | ChromeBlueprint) => any;
|
88
93
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
94
|
+
label: {
|
95
|
+
type: import("vue").PropType<string>;
|
96
|
+
} & {
|
97
|
+
type: import("vue").PropType<string>;
|
98
|
+
};
|
89
99
|
"custom-chrome": {
|
90
100
|
type: import("vue").PropType<boolean>;
|
91
101
|
};
|
@@ -176,6 +186,11 @@ declare const _default: {
|
|
176
186
|
M: {};
|
177
187
|
Defaults: {};
|
178
188
|
}, Readonly<import("vue").ExtractPropTypes<{
|
189
|
+
label: {
|
190
|
+
type: import("vue").PropType<string>;
|
191
|
+
} & {
|
192
|
+
type: import("vue").PropType<string>;
|
193
|
+
};
|
179
194
|
"custom-chrome": {
|
180
195
|
type: import("vue").PropType<boolean>;
|
181
196
|
};
|
@@ -263,6 +278,11 @@ declare const _default: {
|
|
263
278
|
__isTeleport?: never;
|
264
279
|
__isSuspense?: never;
|
265
280
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
281
|
+
label: {
|
282
|
+
type: import("vue").PropType<string>;
|
283
|
+
} & {
|
284
|
+
type: import("vue").PropType<string>;
|
285
|
+
};
|
266
286
|
"custom-chrome": {
|
267
287
|
type: import("vue").PropType<boolean>;
|
268
288
|
};
|
@@ -410,6 +430,7 @@ declare const _default: {
|
|
410
430
|
};
|
411
431
|
}>;
|
412
432
|
};
|
433
|
+
label?: string;
|
413
434
|
"v-model"?: BlueprintVariant | ChromeBlueprint;
|
414
435
|
"onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
|
415
436
|
modelValue?: BlueprintVariant | ChromeBlueprint;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts
CHANGED
@@ -13,11 +13,13 @@ declare const _default: (props: {
|
|
13
13
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
14
14
|
} & {
|
15
15
|
enableDynamicColor?: boolean;
|
16
|
-
} &
|
16
|
+
} & {
|
17
|
+
label?: string;
|
18
|
+
} & Omit<{}, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
|
17
19
|
"v-slots"?: {
|
18
20
|
default?: import("vue").Slot;
|
19
21
|
} & DefineSlot<"activator", () => VNodeChild>;
|
20
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
22
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
21
23
|
$: import("vue").ComponentInternalInstance;
|
22
24
|
$data: {};
|
23
25
|
$props: {};
|
@@ -67,11 +69,13 @@ declare const _default: (props: {
|
|
67
69
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
68
70
|
} & {
|
69
71
|
enableDynamicColor?: boolean;
|
72
|
+
} & {
|
73
|
+
label?: string;
|
70
74
|
} & {
|
71
75
|
"v-slots"?: {
|
72
76
|
default?: import("vue").Slot;
|
73
77
|
} & DefineSlot<"activator", () => VNodeChild>;
|
74
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">;
|
78
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">;
|
75
79
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
76
80
|
[key: string]: any;
|
77
81
|
}>;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPicker3.d.ts
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
import { Spacing } from "@omnia/fx/models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
label: {
|
5
|
+
type: import("vue").PropType<string>;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<string>;
|
8
|
+
};
|
4
9
|
"disable-right": {
|
5
10
|
type: import("vue").PropType<boolean>;
|
6
11
|
};
|
@@ -109,6 +114,11 @@ declare const _default: {
|
|
109
114
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
110
115
|
"update:modelValue": (value: Spacing) => true;
|
111
116
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
117
|
+
label: {
|
118
|
+
type: import("vue").PropType<string>;
|
119
|
+
} & {
|
120
|
+
type: import("vue").PropType<string>;
|
121
|
+
};
|
112
122
|
"disable-right": {
|
113
123
|
type: import("vue").PropType<boolean>;
|
114
124
|
};
|
@@ -226,6 +236,11 @@ declare const _default: {
|
|
226
236
|
M: {};
|
227
237
|
Defaults: {};
|
228
238
|
}, Readonly<import("vue").ExtractPropTypes<{
|
239
|
+
label: {
|
240
|
+
type: import("vue").PropType<string>;
|
241
|
+
} & {
|
242
|
+
type: import("vue").PropType<string>;
|
243
|
+
};
|
229
244
|
"disable-right": {
|
230
245
|
type: import("vue").PropType<boolean>;
|
231
246
|
};
|
@@ -340,6 +355,11 @@ declare const _default: {
|
|
340
355
|
__isTeleport?: never;
|
341
356
|
__isSuspense?: never;
|
342
357
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
358
|
+
label: {
|
359
|
+
type: import("vue").PropType<string>;
|
360
|
+
} & {
|
361
|
+
type: import("vue").PropType<string>;
|
362
|
+
};
|
343
363
|
"disable-right": {
|
344
364
|
type: import("vue").PropType<boolean>;
|
345
365
|
};
|
@@ -519,6 +539,7 @@ declare const _default: {
|
|
519
539
|
}>;
|
520
540
|
};
|
521
541
|
class?: String | String[];
|
542
|
+
label?: string;
|
522
543
|
"v-model"?: Spacing;
|
523
544
|
"onUpdate:modelValue"?: (value: Spacing) => any;
|
524
545
|
modelValue?: Spacing;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { BlueprintVariant,
|
1
|
+
import { BlueprintVariant, TabsBlueprints } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: {
|
3
|
-
"v-model"?:
|
3
|
+
"v-model"?: TabsBlueprints;
|
4
4
|
} & {
|
5
|
-
"onUpdate:modelValue"?: (value:
|
5
|
+
"onUpdate:modelValue"?: (value: TabsBlueprints) => void;
|
6
6
|
} & {
|
7
|
-
modelValue?:
|
7
|
+
modelValue?: TabsBlueprints;
|
8
8
|
} & {
|
9
9
|
toned?: boolean;
|
10
10
|
} & {
|
@@ -54,11 +54,11 @@ declare const _default: (props: {
|
|
54
54
|
$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;
|
55
55
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
56
56
|
propsDefinition: {
|
57
|
-
"v-model"?:
|
57
|
+
"v-model"?: TabsBlueprints;
|
58
58
|
} & {
|
59
|
-
"onUpdate:modelValue"?: (value:
|
59
|
+
"onUpdate:modelValue"?: (value: TabsBlueprints) => void;
|
60
60
|
} & {
|
61
|
-
modelValue?:
|
61
|
+
modelValue?: TabsBlueprints;
|
62
62
|
} & {
|
63
63
|
toned?: boolean;
|
64
64
|
} & {
|
@@ -5,13 +5,15 @@ declare const _default: (props: {
|
|
5
5
|
"onUpdate:modelValue"?: (value: TabsBlueprint) => void;
|
6
6
|
} & {
|
7
7
|
modelValue?: TabsBlueprint;
|
8
|
+
} & {
|
9
|
+
label?: string;
|
8
10
|
} & {
|
9
11
|
customStyling?: boolean;
|
10
|
-
} & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling"> & {
|
12
|
+
} & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling"> & {
|
11
13
|
"v-slots"?: {
|
12
14
|
default?: import("vue").Slot;
|
13
15
|
};
|
14
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">) => {
|
16
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">) => {
|
15
17
|
$: import("vue").ComponentInternalInstance;
|
16
18
|
$data: {};
|
17
19
|
$props: {};
|
@@ -55,13 +57,15 @@ declare const _default: (props: {
|
|
55
57
|
"onUpdate:modelValue"?: (value: TabsBlueprint) => void;
|
56
58
|
} & {
|
57
59
|
modelValue?: TabsBlueprint;
|
60
|
+
} & {
|
61
|
+
label?: string;
|
58
62
|
} & {
|
59
63
|
customStyling?: boolean;
|
60
64
|
} & {
|
61
65
|
"v-slots"?: {
|
62
66
|
default?: import("vue").Slot;
|
63
67
|
};
|
64
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">;
|
68
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">;
|
65
69
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
66
70
|
[key: string]: any;
|
67
71
|
}>;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts
CHANGED
@@ -9,13 +9,15 @@ declare const _default: (props: {
|
|
9
9
|
modelValue?: TextBlueprint;
|
10
10
|
} & {
|
11
11
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
12
|
+
} & {
|
13
|
+
label?: string;
|
12
14
|
} & {
|
13
15
|
enableDynamicColor?: boolean;
|
14
|
-
} & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
|
16
|
+
} & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
|
15
17
|
"v-slots"?: {
|
16
18
|
default?: import("vue").Slot;
|
17
19
|
} & DefineSlot<"activator", () => VNodeChild>;
|
18
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
20
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
19
21
|
$: import("vue").ComponentInternalInstance;
|
20
22
|
$data: {};
|
21
23
|
$props: {};
|
@@ -61,13 +63,15 @@ declare const _default: (props: {
|
|
61
63
|
modelValue?: TextBlueprint;
|
62
64
|
} & {
|
63
65
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
66
|
+
} & {
|
67
|
+
label?: string;
|
64
68
|
} & {
|
65
69
|
enableDynamicColor?: boolean;
|
66
70
|
} & {
|
67
71
|
"v-slots"?: {
|
68
72
|
default?: import("vue").Slot;
|
69
73
|
} & DefineSlot<"activator", () => VNodeChild>;
|
70
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">;
|
74
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">;
|
71
75
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
72
76
|
[key: string]: any;
|
73
77
|
}>;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyPicker.d.ts
CHANGED
@@ -12,13 +12,15 @@ declare const _default: (props: {
|
|
12
12
|
type?: TypographyPickerTypes;
|
13
13
|
} & {
|
14
14
|
textBlueprint?: TextBlueprint;
|
15
|
+
} & {
|
16
|
+
label?: string;
|
15
17
|
} & {
|
16
18
|
sampleText?: string;
|
17
|
-
} & Omit<{}, "type" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText"> & {
|
19
|
+
} & Omit<{}, "type" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText"> & {
|
18
20
|
"v-slots"?: {
|
19
21
|
default?: import("vue").Slot;
|
20
22
|
};
|
21
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">) => {
|
23
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">) => {
|
22
24
|
$: import("vue").ComponentInternalInstance;
|
23
25
|
$data: {};
|
24
26
|
$props: {};
|
@@ -68,13 +70,15 @@ declare const _default: (props: {
|
|
68
70
|
type?: TypographyPickerTypes;
|
69
71
|
} & {
|
70
72
|
textBlueprint?: TextBlueprint;
|
73
|
+
} & {
|
74
|
+
label?: string;
|
71
75
|
} & {
|
72
76
|
sampleText?: string;
|
73
77
|
} & {
|
74
78
|
"v-slots"?: {
|
75
79
|
default?: import("vue").Slot;
|
76
80
|
};
|
77
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">;
|
81
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">;
|
78
82
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
79
83
|
[key: string]: any;
|
80
84
|
}>;
|
@@ -17,11 +17,13 @@ declare const _default: (props: {
|
|
17
17
|
enableDynamicColor?: boolean;
|
18
18
|
} & {
|
19
19
|
createNewColorDynamic?: boolean;
|
20
|
-
} &
|
20
|
+
} & {
|
21
|
+
label?: string;
|
22
|
+
} & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & {
|
21
23
|
"v-slots"?: {
|
22
24
|
default?: import("vue").Slot;
|
23
25
|
};
|
24
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">) => {
|
26
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">) => {
|
25
27
|
$: import("vue").ComponentInternalInstance;
|
26
28
|
$data: {};
|
27
29
|
$props: {};
|
@@ -75,11 +77,13 @@ declare const _default: (props: {
|
|
75
77
|
enableDynamicColor?: boolean;
|
76
78
|
} & {
|
77
79
|
createNewColorDynamic?: boolean;
|
80
|
+
} & {
|
81
|
+
label?: string;
|
78
82
|
} & DefineSlot<"activator", () => VNodeChild> & {
|
79
83
|
"v-slots"?: {
|
80
84
|
default?: import("vue").Slot;
|
81
85
|
};
|
82
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">;
|
86
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">;
|
83
87
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
84
88
|
[key: string]: any;
|
85
89
|
}>;
|
@@ -8,6 +8,11 @@ declare const _default: {
|
|
8
8
|
} & {
|
9
9
|
activator?: () => VNodeChild;
|
10
10
|
}>;
|
11
|
+
title: {
|
12
|
+
type: import("vue").PropType<string>;
|
13
|
+
} & {
|
14
|
+
type: import("vue").PropType<string>;
|
15
|
+
};
|
11
16
|
label: {
|
12
17
|
type: import("vue").PropType<string>;
|
13
18
|
} & {
|
@@ -129,6 +134,11 @@ declare const _default: {
|
|
129
134
|
} & {
|
130
135
|
activator?: () => VNodeChild;
|
131
136
|
}>;
|
137
|
+
title: {
|
138
|
+
type: import("vue").PropType<string>;
|
139
|
+
} & {
|
140
|
+
type: import("vue").PropType<string>;
|
141
|
+
};
|
132
142
|
label: {
|
133
143
|
type: import("vue").PropType<string>;
|
134
144
|
} & {
|
@@ -257,6 +267,11 @@ declare const _default: {
|
|
257
267
|
} & {
|
258
268
|
activator?: () => VNodeChild;
|
259
269
|
}>;
|
270
|
+
title: {
|
271
|
+
type: import("vue").PropType<string>;
|
272
|
+
} & {
|
273
|
+
type: import("vue").PropType<string>;
|
274
|
+
};
|
260
275
|
label: {
|
261
276
|
type: import("vue").PropType<string>;
|
262
277
|
} & {
|
@@ -382,6 +397,11 @@ declare const _default: {
|
|
382
397
|
} & {
|
383
398
|
activator?: () => VNodeChild;
|
384
399
|
}>;
|
400
|
+
title: {
|
401
|
+
type: import("vue").PropType<string>;
|
402
|
+
} & {
|
403
|
+
type: import("vue").PropType<string>;
|
404
|
+
};
|
385
405
|
label: {
|
386
406
|
type: import("vue").PropType<string>;
|
387
407
|
} & {
|
@@ -507,6 +527,7 @@ declare const _default: {
|
|
507
527
|
colorSchemaType?: any;
|
508
528
|
colors?: any;
|
509
529
|
} & {
|
530
|
+
title?: string;
|
510
531
|
name?: {
|
511
532
|
[x: `onUpdate:${string}`]: {
|
512
533
|
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic" | ColorSchema) => any>;
|
@@ -1,6 +1,4 @@
|
|
1
|
-
import { DefineSlot } from "@omnia/fx/ux";
|
2
1
|
import { FillDefinition } from "@omnia/fx-models";
|
3
|
-
import { VNodeChild } from "vue";
|
4
2
|
export type ColorPickerType = "default" | "all" | "onBase";
|
5
3
|
declare const _default: (props: {
|
6
4
|
"v-model"?: FillDefinition;
|
@@ -18,11 +16,15 @@ declare const _default: (props: {
|
|
18
16
|
enableDynamicColor?: boolean;
|
19
17
|
} & {
|
20
18
|
createNewColorDynamic?: boolean;
|
21
|
-
} &
|
19
|
+
} & {
|
20
|
+
label?: string;
|
21
|
+
} & Omit<{
|
22
|
+
onActivator?: () => any;
|
23
|
+
}, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
|
22
24
|
"v-slots"?: {
|
23
25
|
default?: import("vue").Slot;
|
24
26
|
};
|
25
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "
|
27
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
|
26
28
|
$: import("vue").ComponentInternalInstance;
|
27
29
|
$data: {};
|
28
30
|
$props: {};
|
@@ -76,11 +78,15 @@ declare const _default: (props: {
|
|
76
78
|
enableDynamicColor?: boolean;
|
77
79
|
} & {
|
78
80
|
createNewColorDynamic?: boolean;
|
79
|
-
} &
|
81
|
+
} & {
|
82
|
+
label?: string;
|
83
|
+
} & {
|
80
84
|
"v-slots"?: {
|
81
85
|
default?: import("vue").Slot;
|
82
86
|
};
|
83
|
-
} & {
|
87
|
+
} & {
|
88
|
+
onActivator?: () => any;
|
89
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
|
84
90
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
85
91
|
[key: string]: any;
|
86
92
|
}>;
|
@@ -7,6 +7,11 @@ declare const _default: {
|
|
7
7
|
} & {
|
8
8
|
itemRendering?: (element: VNodeChild, item: FilterPickerFilter) => VNodeChild;
|
9
9
|
}>;
|
10
|
+
label: {
|
11
|
+
type: import("vue").PropType<string>;
|
12
|
+
} & {
|
13
|
+
type: import("vue").PropType<string>;
|
14
|
+
};
|
10
15
|
sortable: {
|
11
16
|
type: import("vue").PropType<boolean>;
|
12
17
|
} & {
|
@@ -64,6 +69,11 @@ declare const _default: {
|
|
64
69
|
} & {
|
65
70
|
itemRendering?: (element: VNodeChild, item: FilterPickerFilter) => VNodeChild;
|
66
71
|
}>;
|
72
|
+
label: {
|
73
|
+
type: import("vue").PropType<string>;
|
74
|
+
} & {
|
75
|
+
type: import("vue").PropType<string>;
|
76
|
+
};
|
67
77
|
sortable: {
|
68
78
|
type: import("vue").PropType<boolean>;
|
69
79
|
} & {
|
@@ -128,6 +138,11 @@ declare const _default: {
|
|
128
138
|
} & {
|
129
139
|
itemRendering?: (element: VNodeChild, item: FilterPickerFilter) => VNodeChild;
|
130
140
|
}>;
|
141
|
+
label: {
|
142
|
+
type: import("vue").PropType<string>;
|
143
|
+
} & {
|
144
|
+
type: import("vue").PropType<string>;
|
145
|
+
};
|
131
146
|
sortable: {
|
132
147
|
type: import("vue").PropType<boolean>;
|
133
148
|
} & {
|
@@ -189,6 +204,11 @@ declare const _default: {
|
|
189
204
|
} & {
|
190
205
|
itemRendering?: (element: VNodeChild, item: FilterPickerFilter) => VNodeChild;
|
191
206
|
}>;
|
207
|
+
label: {
|
208
|
+
type: import("vue").PropType<string>;
|
209
|
+
} & {
|
210
|
+
type: import("vue").PropType<string>;
|
211
|
+
};
|
192
212
|
sortable: {
|
193
213
|
type: import("vue").PropType<boolean>;
|
194
214
|
} & {
|
@@ -252,6 +272,7 @@ declare const _default: {
|
|
252
272
|
colors?: any;
|
253
273
|
} & {
|
254
274
|
class?: String | String[];
|
275
|
+
label?: string;
|
255
276
|
size?: "small" | "default" | "x-small";
|
256
277
|
grow?: boolean;
|
257
278
|
"v-model"?: FilterPickerFilter[];
|
@@ -342,6 +342,8 @@ declare const _default: {
|
|
342
342
|
description?: string;
|
343
343
|
label?: string;
|
344
344
|
height?: number;
|
345
|
+
unitLabel?: string;
|
346
|
+
"unit-label"?: string;
|
345
347
|
clickCallback?: (label?: string) => void;
|
346
348
|
"click-callback"?: (label?: string) => void;
|
347
349
|
loadData?: (isPrevious: boolean) => Promise<void>;
|
@@ -356,8 +358,6 @@ declare const _default: {
|
|
356
358
|
label: string;
|
357
359
|
value: number;
|
358
360
|
}[];
|
359
|
-
unitLabel?: string;
|
360
|
-
"unit-label"?: string;
|
361
361
|
}>, never>;
|
362
362
|
};
|
363
363
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { useJourneyStore } from "@omnia/fx/ux";
|
2
|
-
import { JourneyVariant } from "./
|
2
|
+
import { JourneyVariant } from "./Journey.css";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
variant: {
|
@@ -0,0 +1,88 @@
|
|
1
|
+
import { GuidValue } from "@omnia/fx-models";
|
2
|
+
export interface switchValue {
|
3
|
+
value: boolean;
|
4
|
+
label: string;
|
5
|
+
}
|
6
|
+
export interface DisabledButtonTooltips {
|
7
|
+
save?: string;
|
8
|
+
ok?: string;
|
9
|
+
delete?: string;
|
10
|
+
remove?: string;
|
11
|
+
}
|
12
|
+
declare const _default: {
|
13
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
14
|
+
size: {
|
15
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space">;
|
16
|
+
required: false;
|
17
|
+
} & {
|
18
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space">;
|
19
|
+
required: false;
|
20
|
+
};
|
21
|
+
id: {
|
22
|
+
type: import("vue").PropType<GuidValue>;
|
23
|
+
} & {
|
24
|
+
type: import("vue").PropType<GuidValue>;
|
25
|
+
};
|
26
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
27
|
+
[key: string]: any;
|
28
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
29
|
+
size: {
|
30
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space">;
|
31
|
+
required: false;
|
32
|
+
} & {
|
33
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space">;
|
34
|
+
required: false;
|
35
|
+
};
|
36
|
+
id: {
|
37
|
+
type: import("vue").PropType<GuidValue>;
|
38
|
+
} & {
|
39
|
+
type: import("vue").PropType<GuidValue>;
|
40
|
+
};
|
41
|
+
}>>, {}, true, {}, {}, {
|
42
|
+
P: {};
|
43
|
+
B: {};
|
44
|
+
D: {};
|
45
|
+
C: {};
|
46
|
+
M: {};
|
47
|
+
Defaults: {};
|
48
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
49
|
+
size: {
|
50
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space">;
|
51
|
+
required: false;
|
52
|
+
} & {
|
53
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space">;
|
54
|
+
required: false;
|
55
|
+
};
|
56
|
+
id: {
|
57
|
+
type: import("vue").PropType<GuidValue>;
|
58
|
+
} & {
|
59
|
+
type: import("vue").PropType<GuidValue>;
|
60
|
+
};
|
61
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
62
|
+
[key: string]: any;
|
63
|
+
}>[], {}, {}, {}, {}>;
|
64
|
+
__isFragment?: never;
|
65
|
+
__isTeleport?: never;
|
66
|
+
__isSuspense?: never;
|
67
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
68
|
+
size: {
|
69
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space">;
|
70
|
+
required: false;
|
71
|
+
} & {
|
72
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space">;
|
73
|
+
required: false;
|
74
|
+
};
|
75
|
+
id: {
|
76
|
+
type: import("vue").PropType<GuidValue>;
|
77
|
+
} & {
|
78
|
+
type: import("vue").PropType<GuidValue>;
|
79
|
+
};
|
80
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
81
|
+
[key: string]: any;
|
82
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
83
|
+
propsDefinition: Omit<Readonly<{} & {
|
84
|
+
id?: GuidValue;
|
85
|
+
size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
|
86
|
+
}>, never>;
|
87
|
+
};
|
88
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & 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 & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|