@omnia/fx 8.0.137-dev → 8.0.138-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/UxModels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +43 -9
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +111 -74
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +94 -28
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +111 -74
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
- package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +36 -12
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -7,7 +7,6 @@ export declare const PostStyle: {
|
|
7
7
|
showMoreExtraSpacing?: types.NestedCSSProperties;
|
8
8
|
topPostAvatarWrapper?: types.NestedCSSProperties;
|
9
9
|
replyAvatarWrapper?: types.NestedCSSProperties;
|
10
|
-
showMoreActionWrapper?: () => types.NestedCSSProperties;
|
11
10
|
slimSpacing?: types.NestedCSSProperties;
|
12
11
|
postAvatarWrapper?: types.NestedCSSProperties;
|
13
12
|
};
|
@@ -2,6 +2,14 @@ import { ButtonIconOptions, ButtonTooltipOptions, ButtonBlueprint } from "@omnia
|
|
2
2
|
export * from "./Button.css";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
|
+
disableBlueprint: {
|
6
|
+
type: import("vue").PropType<boolean>;
|
7
|
+
required: false;
|
8
|
+
};
|
9
|
+
"disable-blueprint": {
|
10
|
+
type: import("vue").PropType<boolean>;
|
11
|
+
required: false;
|
12
|
+
};
|
5
13
|
blueprint: {
|
6
14
|
type: import("vue").PropType<ButtonBlueprint>;
|
7
15
|
} & {
|
@@ -84,9 +92,9 @@ declare const _default: {
|
|
84
92
|
type: import("vue").PropType<object>;
|
85
93
|
};
|
86
94
|
variant: {
|
87
|
-
type: import("vue").PropType<"
|
95
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
88
96
|
} & {
|
89
|
-
type: import("vue").PropType<"
|
97
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
90
98
|
};
|
91
99
|
target: {
|
92
100
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -116,6 +124,14 @@ declare const _default: {
|
|
116
124
|
container?: any;
|
117
125
|
colors?: any;
|
118
126
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
127
|
+
disableBlueprint: {
|
128
|
+
type: import("vue").PropType<boolean>;
|
129
|
+
required: false;
|
130
|
+
};
|
131
|
+
"disable-blueprint": {
|
132
|
+
type: import("vue").PropType<boolean>;
|
133
|
+
required: false;
|
134
|
+
};
|
119
135
|
blueprint: {
|
120
136
|
type: import("vue").PropType<ButtonBlueprint>;
|
121
137
|
} & {
|
@@ -198,9 +214,9 @@ declare const _default: {
|
|
198
214
|
type: import("vue").PropType<object>;
|
199
215
|
};
|
200
216
|
variant: {
|
201
|
-
type: import("vue").PropType<"
|
217
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
202
218
|
} & {
|
203
|
-
type: import("vue").PropType<"
|
219
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
204
220
|
};
|
205
221
|
target: {
|
206
222
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -241,6 +257,14 @@ declare const _default: {
|
|
241
257
|
M: {};
|
242
258
|
Defaults: {};
|
243
259
|
}, Readonly<import("vue").ExtractPropTypes<{
|
260
|
+
disableBlueprint: {
|
261
|
+
type: import("vue").PropType<boolean>;
|
262
|
+
required: false;
|
263
|
+
};
|
264
|
+
"disable-blueprint": {
|
265
|
+
type: import("vue").PropType<boolean>;
|
266
|
+
required: false;
|
267
|
+
};
|
244
268
|
blueprint: {
|
245
269
|
type: import("vue").PropType<ButtonBlueprint>;
|
246
270
|
} & {
|
@@ -323,9 +347,9 @@ declare const _default: {
|
|
323
347
|
type: import("vue").PropType<object>;
|
324
348
|
};
|
325
349
|
variant: {
|
326
|
-
type: import("vue").PropType<"
|
350
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
327
351
|
} & {
|
328
|
-
type: import("vue").PropType<"
|
352
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
329
353
|
};
|
330
354
|
target: {
|
331
355
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -363,6 +387,14 @@ declare const _default: {
|
|
363
387
|
__isTeleport?: never;
|
364
388
|
__isSuspense?: never;
|
365
389
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
390
|
+
disableBlueprint: {
|
391
|
+
type: import("vue").PropType<boolean>;
|
392
|
+
required: false;
|
393
|
+
};
|
394
|
+
"disable-blueprint": {
|
395
|
+
type: import("vue").PropType<boolean>;
|
396
|
+
required: false;
|
397
|
+
};
|
366
398
|
blueprint: {
|
367
399
|
type: import("vue").PropType<ButtonBlueprint>;
|
368
400
|
} & {
|
@@ -445,9 +477,9 @@ declare const _default: {
|
|
445
477
|
type: import("vue").PropType<object>;
|
446
478
|
};
|
447
479
|
variant: {
|
448
|
-
type: import("vue").PropType<"
|
480
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
449
481
|
} & {
|
450
|
-
type: import("vue").PropType<"
|
482
|
+
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
|
451
483
|
};
|
452
484
|
target: {
|
453
485
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -499,7 +531,7 @@ declare const _default: {
|
|
499
531
|
disabled?: boolean;
|
500
532
|
toned?: boolean;
|
501
533
|
blueprint?: ButtonBlueprint;
|
502
|
-
variant?: "
|
534
|
+
variant?: "primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim";
|
503
535
|
grouped?: boolean;
|
504
536
|
loading?: boolean;
|
505
537
|
overrides?: object;
|
@@ -507,6 +539,8 @@ declare const _default: {
|
|
507
539
|
transparentHover?: boolean;
|
508
540
|
"transparent-hover"?: boolean;
|
509
541
|
stacked?: boolean;
|
542
|
+
disableBlueprint?: boolean;
|
543
|
+
"disable-blueprint"?: boolean;
|
510
544
|
}>, never>;
|
511
545
|
};
|
512
546
|
export default _default;
|