@omnia/fx 8.0.304-dev → 8.0.305-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/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromePicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +77 -77
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/BlueprintColorBase.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/ColorBlueprintDark.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/ColorBlueprintLight.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/DefaultSpacingBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/index.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +17 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/VariantManager.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +84 -84
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +4 -4
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/index.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/aurora/{blueprintstrategy → defaultblueprints}/BlueprintStrategyBase.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{blueprintstrategy → defaultblueprints}/DefaultTypography.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{blueprintstrategy → defaultblueprints}/MD2Blueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{blueprintstrategy → defaultblueprints}/MD3Blueprint.d.ts +0 -0
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts
CHANGED
@@ -11,7 +11,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
11
11
|
} & {
|
12
12
|
icon?: IIcon;
|
13
13
|
} & {
|
14
|
-
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
14
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
15
15
|
} & {
|
16
16
|
themeType?: ThemeContextType;
|
17
17
|
} & {
|
@@ -12,7 +12,7 @@ declare const _default: {
|
|
12
12
|
type: import("vue").PropType<ThemeContextType>;
|
13
13
|
};
|
14
14
|
colorSchemaTypePreview: {
|
15
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
15
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
16
16
|
};
|
17
17
|
variant: {
|
18
18
|
type: import("vue").PropType<EditorVariant>;
|
@@ -66,7 +66,7 @@ declare const _default: {
|
|
66
66
|
type: import("vue").PropType<ThemeContextType>;
|
67
67
|
};
|
68
68
|
colorSchemaTypePreview: {
|
69
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
69
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
70
70
|
};
|
71
71
|
variant: {
|
72
72
|
type: import("vue").PropType<EditorVariant>;
|
@@ -110,7 +110,7 @@ declare const _default: {
|
|
110
110
|
type: import("vue").PropType<ThemeContextType>;
|
111
111
|
};
|
112
112
|
colorSchemaTypePreview: {
|
113
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
113
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
114
114
|
};
|
115
115
|
variant: {
|
116
116
|
type: import("vue").PropType<EditorVariant>;
|
@@ -152,7 +152,7 @@ declare const _default: {
|
|
152
152
|
container?: boolean;
|
153
153
|
variant?: EditorVariant;
|
154
154
|
class?: String | String[];
|
155
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
155
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
156
156
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
157
157
|
"v-slots"?: {
|
158
158
|
default?: import("../../../DefineVueTypings").Slot;
|
@@ -160,7 +160,7 @@ declare const _default: {
|
|
160
160
|
activator?: () => VNodeChild;
|
161
161
|
};
|
162
162
|
themeType?: ThemeContextType;
|
163
|
-
colorSchemaTypePreview?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
163
|
+
colorSchemaTypePreview?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
164
164
|
}>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:chromeStyle" | "onSelected:iconBlueprints"> & {
|
165
165
|
"onSelected:fillStyle"?: (style: FillDefinition) => any;
|
166
166
|
"onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
|
package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts
CHANGED
@@ -9,7 +9,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
9
9
|
} & {
|
10
10
|
modelValue?: TextBlueprint;
|
11
11
|
} & {
|
12
|
-
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
12
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
13
13
|
} & {
|
14
14
|
themeType?: ThemeContextType;
|
15
15
|
} & {
|
@@ -29,9 +29,9 @@ export declare const useComponentBlueprintStore: () => {
|
|
29
29
|
hasBlueprintVariant(type: BlueprintVariant | string): boolean;
|
30
30
|
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
31
31
|
};
|
32
|
-
|
32
|
+
containerFill: {
|
33
33
|
hasVariant(type: BlueprintVariant | string): boolean;
|
34
|
-
getByType(type: BlueprintVariant | ContainerFillBlueprint | string):
|
34
|
+
getByType(type: BlueprintVariant | ContainerFillBlueprint | string): any;
|
35
35
|
};
|
36
36
|
};
|
37
37
|
deactivated(): void;
|
@@ -16,6 +16,7 @@ export declare const useSpacingBlueprintStore: () => {
|
|
16
16
|
setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStore>): void;
|
17
17
|
}>;
|
18
18
|
get: {
|
19
|
+
readonly defaultSpacingBlueprint: import("@omnia/fx-models").SpacingBlueprint;
|
19
20
|
readonly themeStore: {
|
20
21
|
state: {
|
21
22
|
currentTheme: import("@omnia/fx-models").ResolvedThemeDefinition;
|
@@ -60,9 +61,9 @@ export declare const useSpacingBlueprintStore: () => {
|
|
60
61
|
hasBlueprintVariant(type: BlueprintVariant | string): boolean;
|
61
62
|
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
62
63
|
};
|
63
|
-
|
64
|
+
containerFill: {
|
64
65
|
hasVariant(type: BlueprintVariant | string): boolean;
|
65
|
-
getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
66
|
+
getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
66
67
|
};
|
67
68
|
};
|
68
69
|
deactivated(): void;
|
@@ -82,6 +83,20 @@ export declare const useSpacingBlueprintStore: () => {
|
|
82
83
|
dispose?: () => void;
|
83
84
|
};
|
84
85
|
readonly blueprint: import("@omnia/fx-models").SpacingBlueprint;
|
86
|
+
readonly spacingScaling: {
|
87
|
+
get: {
|
88
|
+
valueWithoutScale: (value: import("@omnia/fx-models").SpacingValue) => string | number;
|
89
|
+
scaleFromValue: (value: import("@omnia/fx-models").SpacingValue) => import("@omnia/fx-models").SpacingScale;
|
90
|
+
scale: (value: import("@omnia/fx-models").Spacing | import("@omnia/fx-models").SpacingValue) => import("@omnia/fx-models").SpacingScale;
|
91
|
+
};
|
92
|
+
add: {
|
93
|
+
scaleToValue: (value: import("@omnia/fx-models").SpacingValue, scale: import("@omnia/fx-models").SpacingScale) => string | number;
|
94
|
+
fallBackScale: (value: import("@omnia/fx-models").SpacingValue, scale: import("@omnia/fx-models").SpacingScale) => string | number;
|
95
|
+
};
|
96
|
+
has: {
|
97
|
+
scaling: (value: import("@omnia/fx-models").SpacingValue) => boolean;
|
98
|
+
};
|
99
|
+
};
|
85
100
|
};
|
86
101
|
deactivated(): void;
|
87
102
|
} & {
|
@@ -49,9 +49,9 @@ export declare const useThemeContextStore: () => {
|
|
49
49
|
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
50
50
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
51
51
|
};
|
52
|
-
|
52
|
+
containerFill: {
|
53
53
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
54
|
-
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
54
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
55
55
|
};
|
56
56
|
};
|
57
57
|
deactivated(): void;
|
@@ -114,9 +114,9 @@ export declare const useThemeContextStore: () => {
|
|
114
114
|
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
115
115
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
116
116
|
};
|
117
|
-
|
117
|
+
containerFill: {
|
118
118
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
119
|
-
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
119
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
120
120
|
};
|
121
121
|
};
|
122
122
|
deactivated(): void;
|
@@ -179,9 +179,9 @@ export declare const useThemeContextStore: () => {
|
|
179
179
|
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
180
180
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
181
181
|
};
|
182
|
-
|
182
|
+
containerFill: {
|
183
183
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
184
|
-
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
184
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
185
185
|
};
|
186
186
|
};
|
187
187
|
deactivated(): void;
|
@@ -244,9 +244,9 @@ export declare const useThemeContextStore: () => {
|
|
244
244
|
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
245
245
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
246
246
|
};
|
247
|
-
|
247
|
+
containerFill: {
|
248
248
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
249
|
-
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
249
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
250
250
|
};
|
251
251
|
};
|
252
252
|
deactivated(): void;
|
@@ -311,9 +311,9 @@ export declare const useThemeContextStore: () => {
|
|
311
311
|
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
312
312
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
313
313
|
};
|
314
|
-
|
314
|
+
containerFill: {
|
315
315
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
316
|
-
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
316
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
317
317
|
};
|
318
318
|
};
|
319
319
|
deactivated(): void;
|
@@ -376,9 +376,9 @@ export declare const useThemeContextStore: () => {
|
|
376
376
|
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
377
377
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
378
378
|
};
|
379
|
-
|
379
|
+
containerFill: {
|
380
380
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
381
|
-
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
381
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
382
382
|
};
|
383
383
|
};
|
384
384
|
deactivated(): void;
|
@@ -441,9 +441,9 @@ export declare const useThemeContextStore: () => {
|
|
441
441
|
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
442
442
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
443
443
|
};
|
444
|
-
|
444
|
+
containerFill: {
|
445
445
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
446
|
-
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
446
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
447
447
|
};
|
448
448
|
};
|
449
449
|
deactivated(): void;
|
@@ -506,9 +506,9 @@ export declare const useThemeContextStore: () => {
|
|
506
506
|
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
507
507
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
508
508
|
};
|
509
|
-
|
509
|
+
containerFill: {
|
510
510
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
511
|
-
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
511
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
512
512
|
};
|
513
513
|
};
|
514
514
|
deactivated(): void;
|
@@ -573,9 +573,9 @@ export declare const useThemeContextStore: () => {
|
|
573
573
|
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
574
574
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
575
575
|
};
|
576
|
-
|
576
|
+
containerFill: {
|
577
577
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
578
|
-
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
578
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
579
579
|
};
|
580
580
|
};
|
581
581
|
deactivated(): void;
|
@@ -638,9 +638,9 @@ export declare const useThemeContextStore: () => {
|
|
638
638
|
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
639
639
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
640
640
|
};
|
641
|
-
|
641
|
+
containerFill: {
|
642
642
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
643
|
-
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
643
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
644
644
|
};
|
645
645
|
};
|
646
646
|
deactivated(): void;
|
@@ -703,9 +703,9 @@ export declare const useThemeContextStore: () => {
|
|
703
703
|
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
704
704
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
705
705
|
};
|
706
|
-
|
706
|
+
containerFill: {
|
707
707
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
708
|
-
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
708
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
709
709
|
};
|
710
710
|
};
|
711
711
|
deactivated(): void;
|
@@ -768,9 +768,9 @@ export declare const useThemeContextStore: () => {
|
|
768
768
|
hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
769
769
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
770
770
|
};
|
771
|
-
|
771
|
+
containerFill: {
|
772
772
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
773
|
-
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
773
|
+
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
774
774
|
};
|
775
775
|
};
|
776
776
|
deactivated(): void;
|
@@ -44,9 +44,9 @@ export declare const useThemeStore: () => {
|
|
44
44
|
hasBlueprintVariant(type: BlueprintVariant | string): boolean;
|
45
45
|
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
46
46
|
};
|
47
|
-
|
47
|
+
containerFill: {
|
48
48
|
hasVariant(type: BlueprintVariant | string): boolean;
|
49
|
-
getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
49
|
+
getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
50
50
|
};
|
51
51
|
};
|
52
52
|
deactivated(): void;
|
@@ -63,9 +63,9 @@ export declare const useTypographyBlueprintStore: () => {
|
|
63
63
|
hasBlueprintVariant(type: BlueprintVariant | string): boolean;
|
64
64
|
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
65
65
|
};
|
66
|
-
|
66
|
+
containerFill: {
|
67
67
|
hasVariant(type: BlueprintVariant | string): boolean;
|
68
|
-
getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string):
|
68
|
+
getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
69
69
|
};
|
70
70
|
};
|
71
71
|
deactivated(): void;
|
@@ -3,4 +3,6 @@ export declare function useVariantManager(): {
|
|
3
3
|
countVariants: (variants: VariantBlueprints<any>) => number;
|
4
4
|
getEmptyVariant: (variants: VariantBlueprints<any>) => BlueprintVariant;
|
5
5
|
hasEmptySlots: (variants: VariantBlueprints<any>) => boolean;
|
6
|
+
hasVariant: (variants: VariantBlueprints<any>, variant: BlueprintVariant) => boolean;
|
7
|
+
getVariant: (variants: VariantBlueprints<any>, variant: BlueprintVariant) => any;
|
6
8
|
};
|
@@ -3,7 +3,7 @@ import { ColorSchemaTypes, ResolvedThemeDefinition, ThemeContextType } from "@om
|
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
colorSchemaType: {
|
6
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
6
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
7
7
|
};
|
8
8
|
themeType: {
|
9
9
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -36,7 +36,7 @@ declare const _default: {
|
|
36
36
|
Defaults: {};
|
37
37
|
}, Readonly<import("vue").ExtractPropTypes<{
|
38
38
|
colorSchemaType: {
|
39
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
39
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
40
40
|
};
|
41
41
|
themeType: {
|
42
42
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -59,7 +59,7 @@ declare const _default: {
|
|
59
59
|
__isSuspense?: never;
|
60
60
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
61
61
|
colorSchemaType: {
|
62
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
62
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
63
63
|
};
|
64
64
|
themeType: {
|
65
65
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -85,7 +85,7 @@ declare const _default: {
|
|
85
85
|
}) => any;
|
86
86
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
87
87
|
propsDefinition: Omit<Readonly<{} & {
|
88
|
-
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
88
|
+
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
89
89
|
themeDefinition?: ResolvedThemeDefinition;
|
90
90
|
themeType?: ThemeContextType;
|
91
91
|
}>, "onTheme:initialized"> & {
|
@@ -370,7 +370,7 @@ declare const _default: {
|
|
370
370
|
container?: boolean;
|
371
371
|
class?: String | String[];
|
372
372
|
mandatory?: boolean;
|
373
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
373
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
374
374
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
375
375
|
"v-model"?: MediaScalingSettings;
|
376
376
|
modelValue?: MediaScalingSettings;
|
@@ -99,7 +99,7 @@ declare const _default: {
|
|
99
99
|
container?: boolean;
|
100
100
|
title?: string;
|
101
101
|
description?: string;
|
102
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
102
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
103
103
|
colors?: import("../../..").ColorSchemaStoreType;
|
104
104
|
}>, never>;
|
105
105
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts
CHANGED
@@ -58,7 +58,7 @@ declare const _default: {
|
|
58
58
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
59
59
|
propsDefinition: Omit<Readonly<{} & {
|
60
60
|
container?: boolean;
|
61
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
61
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
62
62
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
63
63
|
}>, never>;
|
64
64
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts
CHANGED
@@ -96,7 +96,7 @@ declare const _default: {
|
|
96
96
|
propsDefinition: Omit<Readonly<{} & {
|
97
97
|
container?: boolean;
|
98
98
|
title?: string;
|
99
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
99
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
100
100
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
101
101
|
settingsKey?: any;
|
102
102
|
multilingualtitle?: string | MultilingualString;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts
CHANGED
@@ -100,7 +100,7 @@ declare const _default: {
|
|
100
100
|
container?: boolean;
|
101
101
|
class?: String | String[];
|
102
102
|
filled?: boolean;
|
103
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
103
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
104
104
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
105
105
|
toned?: boolean;
|
106
106
|
getApi?: (store: ReturnType<typeof useSizeContainerStore>) => void;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts
CHANGED
@@ -104,7 +104,7 @@ declare const _default: {
|
|
104
104
|
propsDefinition: Omit<Readonly<{} & {
|
105
105
|
container?: boolean;
|
106
106
|
small?: boolean;
|
107
|
-
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
107
|
+
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
108
108
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
109
109
|
parentContainer?: LayoutItem;
|
110
110
|
siblingId?: string;
|
@@ -79,7 +79,7 @@ declare const _default: {
|
|
79
79
|
propsDefinition: Omit<Readonly<{} & {
|
80
80
|
container?: boolean;
|
81
81
|
item?: LayoutItemRegistration;
|
82
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
82
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
83
83
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
84
84
|
}>, "onClick"> & {
|
85
85
|
onClick?: () => any;
|
@@ -105,7 +105,7 @@ declare const _default: {
|
|
105
105
|
propsDefinition: Omit<Readonly<{} & {
|
106
106
|
container?: boolean;
|
107
107
|
small?: boolean;
|
108
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
108
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
109
109
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
110
110
|
toned?: boolean;
|
111
111
|
parentContainer?: LayoutItem;
|
@@ -88,7 +88,7 @@ export declare const LayoutBlockRenderer: {
|
|
88
88
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
89
89
|
propsDefinition: Omit<Readonly<{} & {
|
90
90
|
container?: boolean;
|
91
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
91
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
92
92
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
93
93
|
renderContext?: LayoutEngineRenderContext<Block, SectionSettings>;
|
94
94
|
}>, "onBlockInstanceCreated" | "onGetBlock" | "onBlockInstanceCacheKeyUpdated"> & {
|
@@ -75,7 +75,7 @@ export declare const LayoutSectionRenderer: {
|
|
75
75
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
76
76
|
propsDefinition: Omit<Readonly<{} & {
|
77
77
|
container?: boolean;
|
78
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
78
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
79
79
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
80
80
|
renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
|
81
81
|
}>, never>;
|
@@ -412,7 +412,7 @@ declare const _default: {
|
|
412
412
|
blueprint?: TextBlueprint;
|
413
413
|
container?: boolean;
|
414
414
|
size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes;
|
415
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
415
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
416
416
|
plugins?: [object];
|
417
417
|
hideToolbar?: boolean;
|
418
418
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
@@ -153,7 +153,7 @@ declare const _default: {
|
|
153
153
|
container?: boolean;
|
154
154
|
variant?: "default" | "dialog" | "editor" | "app";
|
155
155
|
class?: String | String[];
|
156
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
156
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
157
157
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
158
158
|
"v-model"?: boolean;
|
159
159
|
modelValue?: boolean;
|
@@ -167,7 +167,7 @@ declare const _default: {
|
|
167
167
|
container?: boolean;
|
168
168
|
class?: String | String[];
|
169
169
|
disabled?: boolean;
|
170
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
170
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
171
171
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
172
172
|
"v-model"?: number;
|
173
173
|
modelValue?: number;
|
@@ -172,7 +172,7 @@ declare const _default: {
|
|
172
172
|
class?: String | String[];
|
173
173
|
label?: string;
|
174
174
|
disabled?: boolean;
|
175
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
175
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
176
176
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
177
177
|
"v-model"?: any;
|
178
178
|
modelValue?: any;
|
@@ -224,7 +224,7 @@ declare const _default: {
|
|
224
224
|
variant?: "default" | "prominent";
|
225
225
|
class?: String | String[];
|
226
226
|
label?: string;
|
227
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
227
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
228
228
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
229
229
|
"v-model"?: [number, number];
|
230
230
|
modelValue?: [number, number];
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
2
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
2
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
3
3
|
} & {
|
4
4
|
container?: boolean;
|
5
5
|
} & {
|
@@ -307,7 +307,7 @@ declare const _default: {
|
|
307
307
|
padding?: Spacing | SpacingValue;
|
308
308
|
expanded?: any[];
|
309
309
|
multiple?: boolean;
|
310
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
310
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
311
311
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
312
312
|
"v-slots"?: {
|
313
313
|
default?: import("../../DefineVueTypings").Slot;
|
@@ -78,7 +78,7 @@ declare const _default: {
|
|
78
78
|
propsDefinition: Omit<Readonly<{} & {
|
79
79
|
text?: string;
|
80
80
|
container?: boolean;
|
81
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
81
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
82
82
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
83
83
|
renderingMode?: BlockRenderingModes;
|
84
84
|
}>, never>;
|
@@ -129,7 +129,7 @@ declare const _default: {
|
|
129
129
|
roles: guid[];
|
130
130
|
} & {
|
131
131
|
container?: boolean;
|
132
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
132
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
133
133
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
134
134
|
"v-slots"?: {
|
135
135
|
default?: import("../DefineVueTypings").Slot;
|