@omnia/fx 8.0.141-dev → 8.0.143-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/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +3 -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/IconStyleEditor.d.ts +7 -3
- 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/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/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/pickerwrapper/PickerWrapper.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeDesignerAction.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeDesignerClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/store/TemplateEditorStore.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/ThemeDesigner.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +0 -182
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +0 -51
- package/internal-do-not-import-from-here/ux/theming-v2/store/TemplateRegistrationStore.d.ts +54 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +0 -65
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemingService.d.ts +6 -43
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/actions/Clone.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +68 -403
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditorAction.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditorClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +68 -38
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +6 -6
- package/internal-do-not-import-from-here/wctypings.d.ts +38 -8
- package/package.json +2 -2
@@ -25,11 +25,11 @@ declare const _default: (props: {
|
|
25
25
|
enableDynamicColor?: boolean;
|
26
26
|
} & {
|
27
27
|
label?: string;
|
28
|
-
} & Omit<{}, "fill" | "
|
28
|
+
} & Omit<{}, "fill" | "border" | "label" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & {
|
29
29
|
"v-slots"?: {
|
30
30
|
default?: import("vue").Slot;
|
31
31
|
};
|
32
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "
|
32
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "label" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection">) => {
|
33
33
|
$: import("vue").ComponentInternalInstance;
|
34
34
|
$data: {};
|
35
35
|
$props: {};
|
@@ -97,7 +97,7 @@ declare const _default: (props: {
|
|
97
97
|
"v-slots"?: {
|
98
98
|
default?: import("vue").Slot;
|
99
99
|
};
|
100
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "
|
100
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "label" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection">;
|
101
101
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
102
102
|
[key: string]: any;
|
103
103
|
}>;
|
@@ -12,6 +12,11 @@ declare const _default: {
|
|
12
12
|
customChrome: {
|
13
13
|
type: import("vue").PropType<boolean>;
|
14
14
|
};
|
15
|
+
toned: {
|
16
|
+
type: import("vue").PropType<boolean>;
|
17
|
+
} & {
|
18
|
+
type: import("vue").PropType<boolean>;
|
19
|
+
};
|
15
20
|
"preview-color-schema-type": {
|
16
21
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
17
22
|
required: false;
|
@@ -102,6 +107,11 @@ declare const _default: {
|
|
102
107
|
customChrome: {
|
103
108
|
type: import("vue").PropType<boolean>;
|
104
109
|
};
|
110
|
+
toned: {
|
111
|
+
type: import("vue").PropType<boolean>;
|
112
|
+
} & {
|
113
|
+
type: import("vue").PropType<boolean>;
|
114
|
+
};
|
105
115
|
"preview-color-schema-type": {
|
106
116
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
107
117
|
required: false;
|
@@ -197,6 +207,11 @@ declare const _default: {
|
|
197
207
|
customChrome: {
|
198
208
|
type: import("vue").PropType<boolean>;
|
199
209
|
};
|
210
|
+
toned: {
|
211
|
+
type: import("vue").PropType<boolean>;
|
212
|
+
} & {
|
213
|
+
type: import("vue").PropType<boolean>;
|
214
|
+
};
|
200
215
|
"preview-color-schema-type": {
|
201
216
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
202
217
|
required: false;
|
@@ -289,6 +304,11 @@ declare const _default: {
|
|
289
304
|
customChrome: {
|
290
305
|
type: import("vue").PropType<boolean>;
|
291
306
|
};
|
307
|
+
toned: {
|
308
|
+
type: import("vue").PropType<boolean>;
|
309
|
+
} & {
|
310
|
+
type: import("vue").PropType<boolean>;
|
311
|
+
};
|
292
312
|
"preview-color-schema-type": {
|
293
313
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
294
314
|
required: false;
|
@@ -431,6 +451,7 @@ declare const _default: {
|
|
431
451
|
}>;
|
432
452
|
};
|
433
453
|
label?: string;
|
454
|
+
toned?: boolean;
|
434
455
|
"v-model"?: BlueprintVariant | ChromeBlueprint;
|
435
456
|
"onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
|
436
457
|
modelValue?: BlueprintVariant | ChromeBlueprint;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts
CHANGED
@@ -14,6 +14,8 @@ declare const _default: (props: {
|
|
14
14
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
15
15
|
} & {
|
16
16
|
variant?: EditorVariant;
|
17
|
+
} & {
|
18
|
+
toned?: boolean;
|
17
19
|
} & {
|
18
20
|
themeType?: ThemeContextType;
|
19
21
|
} & {
|
@@ -24,11 +26,11 @@ declare const _default: (props: {
|
|
24
26
|
label?: string;
|
25
27
|
} & Omit<{
|
26
28
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
27
|
-
}, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode"> & {
|
29
|
+
}, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode"> & {
|
28
30
|
"v-slots"?: {
|
29
31
|
default?: import("vue").Slot;
|
30
32
|
} & DefineSlot<"activator", () => VNodeChild>;
|
31
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">) => {
|
33
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">) => {
|
32
34
|
$: import("vue").ComponentInternalInstance;
|
33
35
|
$data: {};
|
34
36
|
$props: {};
|
@@ -78,6 +80,8 @@ declare const _default: (props: {
|
|
78
80
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
79
81
|
} & {
|
80
82
|
variant?: EditorVariant;
|
83
|
+
} & {
|
84
|
+
toned?: boolean;
|
81
85
|
} & {
|
82
86
|
themeType?: ThemeContextType;
|
83
87
|
} & {
|
@@ -92,7 +96,7 @@ declare const _default: (props: {
|
|
92
96
|
} & DefineSlot<"activator", () => VNodeChild>;
|
93
97
|
} & {
|
94
98
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
95
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">;
|
99
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">;
|
96
100
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
97
101
|
[key: string]: any;
|
98
102
|
}>;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts
CHANGED
@@ -13,15 +13,17 @@ declare const _default: (props: {
|
|
13
13
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
14
14
|
} & {
|
15
15
|
themeType?: ThemeContextType;
|
16
|
+
} & {
|
17
|
+
toned?: boolean;
|
16
18
|
} & {
|
17
19
|
enableDynamicColor?: boolean;
|
18
20
|
} & {
|
19
21
|
label?: string;
|
20
|
-
} & Omit<{}, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
|
22
|
+
} & Omit<{}, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
|
21
23
|
"v-slots"?: {
|
22
24
|
default?: import("vue").Slot;
|
23
25
|
} & DefineSlot<"activator", () => VNodeChild>;
|
24
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
26
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
25
27
|
$: import("vue").ComponentInternalInstance;
|
26
28
|
$data: {};
|
27
29
|
$props: {};
|
@@ -71,6 +73,8 @@ declare const _default: (props: {
|
|
71
73
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
72
74
|
} & {
|
73
75
|
themeType?: ThemeContextType;
|
76
|
+
} & {
|
77
|
+
toned?: boolean;
|
74
78
|
} & {
|
75
79
|
enableDynamicColor?: boolean;
|
76
80
|
} & {
|
@@ -79,7 +83,7 @@ declare const _default: (props: {
|
|
79
83
|
"v-slots"?: {
|
80
84
|
default?: import("vue").Slot;
|
81
85
|
} & DefineSlot<"activator", () => VNodeChild>;
|
82
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
|
86
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
|
83
87
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
84
88
|
[key: string]: any;
|
85
89
|
}>;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPicker3.d.ts
CHANGED
@@ -6,6 +6,11 @@ declare const _default: {
|
|
6
6
|
} & {
|
7
7
|
type: import("vue").PropType<string>;
|
8
8
|
};
|
9
|
+
toned: {
|
10
|
+
type: import("vue").PropType<boolean>;
|
11
|
+
} & {
|
12
|
+
type: import("vue").PropType<boolean>;
|
13
|
+
};
|
9
14
|
"disable-right": {
|
10
15
|
type: import("vue").PropType<boolean>;
|
11
16
|
};
|
@@ -119,6 +124,11 @@ declare const _default: {
|
|
119
124
|
} & {
|
120
125
|
type: import("vue").PropType<string>;
|
121
126
|
};
|
127
|
+
toned: {
|
128
|
+
type: import("vue").PropType<boolean>;
|
129
|
+
} & {
|
130
|
+
type: import("vue").PropType<boolean>;
|
131
|
+
};
|
122
132
|
"disable-right": {
|
123
133
|
type: import("vue").PropType<boolean>;
|
124
134
|
};
|
@@ -241,6 +251,11 @@ declare const _default: {
|
|
241
251
|
} & {
|
242
252
|
type: import("vue").PropType<string>;
|
243
253
|
};
|
254
|
+
toned: {
|
255
|
+
type: import("vue").PropType<boolean>;
|
256
|
+
} & {
|
257
|
+
type: import("vue").PropType<boolean>;
|
258
|
+
};
|
244
259
|
"disable-right": {
|
245
260
|
type: import("vue").PropType<boolean>;
|
246
261
|
};
|
@@ -360,6 +375,11 @@ declare const _default: {
|
|
360
375
|
} & {
|
361
376
|
type: import("vue").PropType<string>;
|
362
377
|
};
|
378
|
+
toned: {
|
379
|
+
type: import("vue").PropType<boolean>;
|
380
|
+
} & {
|
381
|
+
type: import("vue").PropType<boolean>;
|
382
|
+
};
|
363
383
|
"disable-right": {
|
364
384
|
type: import("vue").PropType<boolean>;
|
365
385
|
};
|
@@ -540,6 +560,7 @@ declare const _default: {
|
|
540
560
|
};
|
541
561
|
class?: String | String[];
|
542
562
|
label?: string;
|
563
|
+
toned?: boolean;
|
543
564
|
"v-model"?: Spacing;
|
544
565
|
"onUpdate:modelValue"?: (value: Spacing) => any;
|
545
566
|
modelValue?: Spacing;
|
@@ -7,13 +7,15 @@ declare const _default: (props: {
|
|
7
7
|
modelValue?: TabsBlueprint;
|
8
8
|
} & {
|
9
9
|
label?: string;
|
10
|
+
} & {
|
11
|
+
toned?: boolean;
|
10
12
|
} & {
|
11
13
|
customStyling?: boolean;
|
12
|
-
} & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling"> & {
|
14
|
+
} & Omit<{}, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling"> & {
|
13
15
|
"v-slots"?: {
|
14
16
|
default?: import("vue").Slot;
|
15
17
|
};
|
16
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">) => {
|
18
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">) => {
|
17
19
|
$: import("vue").ComponentInternalInstance;
|
18
20
|
$data: {};
|
19
21
|
$props: {};
|
@@ -59,13 +61,15 @@ declare const _default: (props: {
|
|
59
61
|
modelValue?: TabsBlueprint;
|
60
62
|
} & {
|
61
63
|
label?: string;
|
64
|
+
} & {
|
65
|
+
toned?: boolean;
|
62
66
|
} & {
|
63
67
|
customStyling?: boolean;
|
64
68
|
} & {
|
65
69
|
"v-slots"?: {
|
66
70
|
default?: import("vue").Slot;
|
67
71
|
};
|
68
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">;
|
72
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customStyling">;
|
69
73
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
70
74
|
[key: string]: any;
|
71
75
|
}>;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts
CHANGED
@@ -11,15 +11,17 @@ declare const _default: (props: {
|
|
11
11
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
12
12
|
} & {
|
13
13
|
themeType?: ThemeContextType;
|
14
|
+
} & {
|
15
|
+
toned?: boolean;
|
14
16
|
} & {
|
15
17
|
label?: string;
|
16
18
|
} & {
|
17
19
|
enableDynamicColor?: boolean;
|
18
|
-
} & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
|
20
|
+
} & Omit<{}, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
|
19
21
|
"v-slots"?: {
|
20
22
|
default?: import("vue").Slot;
|
21
23
|
} & DefineSlot<"activator", () => VNodeChild>;
|
22
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
24
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
|
23
25
|
$: import("vue").ComponentInternalInstance;
|
24
26
|
$data: {};
|
25
27
|
$props: {};
|
@@ -67,6 +69,8 @@ declare const _default: (props: {
|
|
67
69
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
68
70
|
} & {
|
69
71
|
themeType?: ThemeContextType;
|
72
|
+
} & {
|
73
|
+
toned?: boolean;
|
70
74
|
} & {
|
71
75
|
label?: string;
|
72
76
|
} & {
|
@@ -75,7 +79,7 @@ declare const _default: (props: {
|
|
75
79
|
"v-slots"?: {
|
76
80
|
default?: import("vue").Slot;
|
77
81
|
} & DefineSlot<"activator", () => VNodeChild>;
|
78
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
|
82
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
|
79
83
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
80
84
|
[key: string]: any;
|
81
85
|
}>;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyPicker.d.ts
CHANGED
@@ -12,15 +12,17 @@ declare const _default: (props: {
|
|
12
12
|
type?: TypographyPickerTypes;
|
13
13
|
} & {
|
14
14
|
textBlueprint?: TextBlueprint;
|
15
|
+
} & {
|
16
|
+
toned?: boolean;
|
15
17
|
} & {
|
16
18
|
label?: string;
|
17
19
|
} & {
|
18
20
|
sampleText?: string;
|
19
|
-
} & Omit<{}, "type" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText"> & {
|
21
|
+
} & Omit<{}, "type" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText"> & {
|
20
22
|
"v-slots"?: {
|
21
23
|
default?: import("vue").Slot;
|
22
24
|
};
|
23
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">) => {
|
25
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">) => {
|
24
26
|
$: import("vue").ComponentInternalInstance;
|
25
27
|
$data: {};
|
26
28
|
$props: {};
|
@@ -70,6 +72,8 @@ declare const _default: (props: {
|
|
70
72
|
type?: TypographyPickerTypes;
|
71
73
|
} & {
|
72
74
|
textBlueprint?: TextBlueprint;
|
75
|
+
} & {
|
76
|
+
toned?: boolean;
|
73
77
|
} & {
|
74
78
|
label?: string;
|
75
79
|
} & {
|
@@ -78,7 +82,7 @@ declare const _default: (props: {
|
|
78
82
|
"v-slots"?: {
|
79
83
|
default?: import("vue").Slot;
|
80
84
|
};
|
81
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">;
|
85
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "customTyping" | "textBlueprint" | "sampleText">;
|
82
86
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
83
87
|
[key: string]: any;
|
84
88
|
}>;
|
@@ -19,13 +19,15 @@ declare const _default: (props: {
|
|
19
19
|
enableDynamicColor?: boolean;
|
20
20
|
} & {
|
21
21
|
createNewColorDynamic?: boolean;
|
22
|
+
} & {
|
23
|
+
toned?: boolean;
|
22
24
|
} & {
|
23
25
|
label?: string;
|
24
|
-
} & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & {
|
26
|
+
} & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & {
|
25
27
|
"v-slots"?: {
|
26
28
|
default?: import("vue").Slot;
|
27
29
|
};
|
28
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">) => {
|
30
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">) => {
|
29
31
|
$: import("vue").ComponentInternalInstance;
|
30
32
|
$data: {};
|
31
33
|
$props: {};
|
@@ -81,13 +83,15 @@ declare const _default: (props: {
|
|
81
83
|
enableDynamicColor?: boolean;
|
82
84
|
} & {
|
83
85
|
createNewColorDynamic?: boolean;
|
86
|
+
} & {
|
87
|
+
toned?: boolean;
|
84
88
|
} & {
|
85
89
|
label?: string;
|
86
90
|
} & DefineSlot<"activator", () => VNodeChild> & {
|
87
91
|
"v-slots"?: {
|
88
92
|
default?: import("vue").Slot;
|
89
93
|
};
|
90
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">;
|
94
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">;
|
91
95
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
92
96
|
[key: string]: any;
|
93
97
|
}>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ColorSchema } from "@omnia/fx-models";
|
2
|
-
type Variant = "default" | "toolbar" | "card-preview";
|
2
|
+
type Variant = "default" | "toolbar" | "palette" | "card-preview";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
class: {
|
@@ -12,6 +12,8 @@ declare const _default: (props: {
|
|
12
12
|
title?: string;
|
13
13
|
} & {
|
14
14
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
15
|
+
} & {
|
16
|
+
toned?: boolean;
|
15
17
|
} & {
|
16
18
|
themeType?: ThemeContextType;
|
17
19
|
} & {
|
@@ -22,11 +24,11 @@ declare const _default: (props: {
|
|
22
24
|
label?: string;
|
23
25
|
} & Omit<{
|
24
26
|
onActivator?: () => any;
|
25
|
-
}, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
|
27
|
+
}, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
|
26
28
|
"v-slots"?: {
|
27
29
|
default?: import("vue").Slot;
|
28
30
|
};
|
29
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
|
31
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
|
30
32
|
$: import("vue").ComponentInternalInstance;
|
31
33
|
$data: {};
|
32
34
|
$props: {};
|
@@ -76,6 +78,8 @@ declare const _default: (props: {
|
|
76
78
|
title?: string;
|
77
79
|
} & {
|
78
80
|
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
81
|
+
} & {
|
82
|
+
toned?: boolean;
|
79
83
|
} & {
|
80
84
|
themeType?: ThemeContextType;
|
81
85
|
} & {
|
@@ -90,7 +94,7 @@ declare const _default: (props: {
|
|
90
94
|
};
|
91
95
|
} & {
|
92
96
|
onActivator?: () => any;
|
93
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
|
97
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
|
94
98
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
95
99
|
[key: string]: any;
|
96
100
|
}>;
|
@@ -560,8 +560,8 @@ declare const _default: {
|
|
560
560
|
};
|
561
561
|
}>;
|
562
562
|
};
|
563
|
-
options?: editor.IStandaloneEditorConstructionOptions;
|
564
563
|
theme?: string;
|
564
|
+
options?: editor.IStandaloneEditorConstructionOptions;
|
565
565
|
"v-model"?: string;
|
566
566
|
"onUpdate:modelValue"?: (value: string) => any;
|
567
567
|
modelValue?: string;
|
@@ -37,9 +37,9 @@ declare const _default: {
|
|
37
37
|
type: import("vue").PropType<boolean>;
|
38
38
|
};
|
39
39
|
variant: {
|
40
|
-
type: import("vue").PropType<"default" | "
|
40
|
+
type: import("vue").PropType<"default" | "chrome" | "app">;
|
41
41
|
} & {
|
42
|
-
type: import("vue").PropType<"default" | "
|
42
|
+
type: import("vue").PropType<"default" | "chrome" | "app">;
|
43
43
|
};
|
44
44
|
absolute: {
|
45
45
|
type: import("vue").PropType<boolean>;
|
@@ -100,9 +100,9 @@ declare const _default: {
|
|
100
100
|
type: import("vue").PropType<boolean>;
|
101
101
|
};
|
102
102
|
variant: {
|
103
|
-
type: import("vue").PropType<"default" | "
|
103
|
+
type: import("vue").PropType<"default" | "chrome" | "app">;
|
104
104
|
} & {
|
105
|
-
type: import("vue").PropType<"default" | "
|
105
|
+
type: import("vue").PropType<"default" | "chrome" | "app">;
|
106
106
|
};
|
107
107
|
absolute: {
|
108
108
|
type: import("vue").PropType<boolean>;
|
@@ -171,9 +171,9 @@ declare const _default: {
|
|
171
171
|
type: import("vue").PropType<boolean>;
|
172
172
|
};
|
173
173
|
variant: {
|
174
|
-
type: import("vue").PropType<"default" | "
|
174
|
+
type: import("vue").PropType<"default" | "chrome" | "app">;
|
175
175
|
} & {
|
176
|
-
type: import("vue").PropType<"default" | "
|
176
|
+
type: import("vue").PropType<"default" | "chrome" | "app">;
|
177
177
|
};
|
178
178
|
absolute: {
|
179
179
|
type: import("vue").PropType<boolean>;
|
@@ -239,9 +239,9 @@ declare const _default: {
|
|
239
239
|
type: import("vue").PropType<boolean>;
|
240
240
|
};
|
241
241
|
variant: {
|
242
|
-
type: import("vue").PropType<"default" | "
|
242
|
+
type: import("vue").PropType<"default" | "chrome" | "app">;
|
243
243
|
} & {
|
244
|
-
type: import("vue").PropType<"default" | "
|
244
|
+
type: import("vue").PropType<"default" | "chrome" | "app">;
|
245
245
|
};
|
246
246
|
absolute: {
|
247
247
|
type: import("vue").PropType<boolean>;
|
@@ -286,7 +286,7 @@ declare const _default: {
|
|
286
286
|
} & {
|
287
287
|
actionButtons?: Func<[VNodeChild]>;
|
288
288
|
};
|
289
|
-
variant?: "default" | "
|
289
|
+
variant?: "default" | "chrome" | "app";
|
290
290
|
subTitle?: string;
|
291
291
|
"sub-title"?: string;
|
292
292
|
navigationExpanded?: boolean;
|
@@ -8,6 +8,11 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<number>;
|
9
9
|
required: false;
|
10
10
|
};
|
11
|
+
toned: {
|
12
|
+
type: import("vue").PropType<boolean>;
|
13
|
+
} & {
|
14
|
+
type: import("vue").PropType<boolean>;
|
15
|
+
};
|
11
16
|
ticks: {
|
12
17
|
type: import("vue").PropType<number[] | Record<number, string>>;
|
13
18
|
required: false;
|
@@ -107,6 +112,11 @@ declare const _default: {
|
|
107
112
|
type: import("vue").PropType<number>;
|
108
113
|
required: false;
|
109
114
|
};
|
115
|
+
toned: {
|
116
|
+
type: import("vue").PropType<boolean>;
|
117
|
+
} & {
|
118
|
+
type: import("vue").PropType<boolean>;
|
119
|
+
};
|
110
120
|
ticks: {
|
111
121
|
type: import("vue").PropType<number[] | Record<number, string>>;
|
112
122
|
required: false;
|
@@ -215,6 +225,11 @@ declare const _default: {
|
|
215
225
|
type: import("vue").PropType<number>;
|
216
226
|
required: false;
|
217
227
|
};
|
228
|
+
toned: {
|
229
|
+
type: import("vue").PropType<boolean>;
|
230
|
+
} & {
|
231
|
+
type: import("vue").PropType<boolean>;
|
232
|
+
};
|
218
233
|
ticks: {
|
219
234
|
type: import("vue").PropType<number[] | Record<number, string>>;
|
220
235
|
required: false;
|
@@ -320,6 +335,11 @@ declare const _default: {
|
|
320
335
|
type: import("vue").PropType<number>;
|
321
336
|
required: false;
|
322
337
|
};
|
338
|
+
toned: {
|
339
|
+
type: import("vue").PropType<boolean>;
|
340
|
+
} & {
|
341
|
+
type: import("vue").PropType<boolean>;
|
342
|
+
};
|
323
343
|
ticks: {
|
324
344
|
type: import("vue").PropType<number[] | Record<number, string>>;
|
325
345
|
required: false;
|
@@ -423,6 +443,7 @@ declare const _default: {
|
|
423
443
|
class?: String | String[];
|
424
444
|
label?: string;
|
425
445
|
direction?: "horizontal" | "vertical";
|
446
|
+
toned?: boolean;
|
426
447
|
"v-model"?: any;
|
427
448
|
"onUpdate:modelValue"?: (value: any) => any;
|
428
449
|
modelValue?: any;
|
@@ -1,5 +1,10 @@
|
|
1
1
|
declare const _default: {
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
|
+
toned: {
|
4
|
+
type: import("vue").PropType<boolean>;
|
5
|
+
} & {
|
6
|
+
type: import("vue").PropType<boolean>;
|
7
|
+
};
|
3
8
|
label: {
|
4
9
|
type: import("vue").PropType<string>;
|
5
10
|
} & {
|
@@ -8,6 +13,11 @@ declare const _default: {
|
|
8
13
|
}>>, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
9
14
|
[key: string]: any;
|
10
15
|
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
16
|
+
toned: {
|
17
|
+
type: import("vue").PropType<boolean>;
|
18
|
+
} & {
|
19
|
+
type: import("vue").PropType<boolean>;
|
20
|
+
};
|
11
21
|
label: {
|
12
22
|
type: import("vue").PropType<string>;
|
13
23
|
} & {
|
@@ -21,6 +31,11 @@ declare const _default: {
|
|
21
31
|
M: {};
|
22
32
|
Defaults: {};
|
23
33
|
}, Readonly<import("vue").ExtractPropTypes<{
|
34
|
+
toned: {
|
35
|
+
type: import("vue").PropType<boolean>;
|
36
|
+
} & {
|
37
|
+
type: import("vue").PropType<boolean>;
|
38
|
+
};
|
24
39
|
label: {
|
25
40
|
type: import("vue").PropType<string>;
|
26
41
|
} & {
|
@@ -33,6 +48,11 @@ declare const _default: {
|
|
33
48
|
__isTeleport?: never;
|
34
49
|
__isSuspense?: never;
|
35
50
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
51
|
+
toned: {
|
52
|
+
type: import("vue").PropType<boolean>;
|
53
|
+
} & {
|
54
|
+
type: import("vue").PropType<boolean>;
|
55
|
+
};
|
36
56
|
label: {
|
37
57
|
type: import("vue").PropType<string>;
|
38
58
|
} & {
|
@@ -43,6 +63,7 @@ declare const _default: {
|
|
43
63
|
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
64
|
propsDefinition: Omit<Readonly<{} & {
|
45
65
|
label?: string;
|
66
|
+
toned?: boolean;
|
46
67
|
}>, never>;
|
47
68
|
};
|
48
69
|
export default _default;
|