@omnia/fx 8.0.301-dev → 8.0.303-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/core/utils/Utils.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +8 -12
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/DefaultTypography.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/MD2Blueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeEditor.d.ts +1 -1
- 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/colorschemapicker/ColorSchemaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
- 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 +4 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +3 -21
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +1 -28
- package/internal-do-not-import-from-here/ux/aurora/store/ColorManager.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +2 -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 +6 -6
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/aurora/store/VariantManager.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +19 -20
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/ApiExplorerCommand.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/components/ApiExplorer.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/components/ApiExplorer.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/RequestMethodSelection.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/ApiExplorerStore.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteCustomComponentOptions.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/commandpalette/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/stores/CommandStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/docs/stores/DocRouterStore.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/docs/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +3 -75
- package/internal-do-not-import-from-here/ux/social/Reactions.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/wctypings.d.ts +10 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/admin/AdminRouterTokenRegistrationApi.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/AdminVisibiltyController.d.ts +0 -1
@@ -42,7 +42,6 @@ export declare namespace Utils {
|
|
42
42
|
*/
|
43
43
|
function generateguid(): string;
|
44
44
|
function isNativeClass(value: any): boolean;
|
45
|
-
function deepMerge<T>(obj1: any, obj2: any): T;
|
46
45
|
function groupBy<T>(collection: Array<T>, propName: string): Array<{
|
47
46
|
key: any;
|
48
47
|
items: Array<T>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Prop, PropType, VNodeChild } from "vue";
|
1
|
+
import { Prop, PropType, Ref, VNodeChild } from "vue";
|
2
2
|
import { ColorSchemaType, ColorSchemaTypes } from "@omnia/fx-models";
|
3
3
|
import { ColorSchemaStoreType } from "./aurora";
|
4
4
|
export type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
@@ -12,6 +12,9 @@ export type DefineType<T> = T;
|
|
12
12
|
export type DefineSlot<TName extends string, TType extends Function, Description extends string = ""> = {
|
13
13
|
[K in BuildSlotName<TName>]?: TType;
|
14
14
|
};
|
15
|
+
export type DefineExpose<TType, Description extends string = ""> = {
|
16
|
+
ref?: Ref<TType> | ((ref: TType) => void);
|
17
|
+
};
|
15
18
|
export type DefineEmit<TName extends string, TType extends Function, Description extends string = ""> = {
|
16
19
|
[K in BuildEmitName<TName>]: TType;
|
17
20
|
};
|
@@ -78,4 +78,4 @@ export { FocusDirective, LinkHandlerDirective } from "./directives";
|
|
78
78
|
export { VueComponentBase, VueComponentConnect, getVuetifyAppClasses } from "./VueComponentBase";
|
79
79
|
export type { VueComponentBaseEvents, VueComponentBaseProps } from "./VueComponentBase";
|
80
80
|
export { createVueNode, definePropFunctionType, definePropObjectType, defineVue, defineVueComponent, getElementName, isElement, type SetupComponentContext, type ExtractProps, type ExtractEmits, type ExtractSlots, type ConstructComponentProps, type ExtractVModels } from "./InternalDefineComponent";
|
81
|
-
export { type DefineEmit, type DefineProp, type DefinePropTheming, type DefineSlot, type DefineType, type DefineVModel, type ItemType, type SelectItemKey, type ItemValueType } from "./DefineVueTypings";
|
81
|
+
export { type DefineEmit, type DefineProp, type DefineExpose, type DefinePropTheming, type DefineSlot, type DefineType, type DefineVModel, type ItemType, type SelectItemKey, type ItemValueType } from "./DefineVueTypings";
|
@@ -1,20 +1,22 @@
|
|
1
|
-
import { ButtonBlueprint, ButtonBlueprintType, ButtonBlueprintVariant, ButtonBlueprints, ButtonTypes } from "@omnia/fx-models";
|
1
|
+
import { ButtonBlueprint, ButtonBlueprintType, ButtonBlueprintVariant, ButtonBlueprints, ButtonTypes, ComponentBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare const useButtonsEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
blueprints: ButtonBlueprints;
|
5
5
|
editingButtonBlueprint: ButtonBlueprint;
|
6
6
|
editingButtonType: ButtonTypes;
|
7
7
|
editingButtonBlueprintType: ButtonBlueprintType;
|
8
|
+
strategy: string;
|
8
9
|
};
|
9
10
|
events: import("@omnia/fx/stores").StoreEvents<{
|
10
11
|
blueprints: ButtonBlueprints;
|
11
12
|
editingButtonBlueprint: ButtonBlueprint;
|
12
13
|
editingButtonType: ButtonTypes;
|
13
14
|
editingButtonBlueprintType: ButtonBlueprintType;
|
15
|
+
strategy: string;
|
14
16
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
15
17
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
16
|
-
setEditingBlueprints(blueprints:
|
17
|
-
addVariant(
|
18
|
+
setEditingBlueprints(blueprints: ComponentBlueprints): void;
|
19
|
+
addVariant(category: ButtonBlueprintType): ButtonBlueprintVariant;
|
18
20
|
deleteEditingBlueprint(): void;
|
19
21
|
setEditingBlueprint(type: ButtonBlueprintType, buttonType: ButtonTypes): void;
|
20
22
|
applyChanges(): void;
|
@@ -69,14 +69,18 @@ export declare const useComponentsEditorStore: () => {
|
|
69
69
|
blueprints: import("@omnia/fx-models").TabsBlueprints;
|
70
70
|
editingTabBlueprint: import("@omnia/fx-models").TabsBlueprint;
|
71
71
|
editingVariant: import("@omnia/fx-models").BlueprintVariant;
|
72
|
+
strategy: string;
|
72
73
|
};
|
73
74
|
events: import("@omnia/fx/stores").StoreEvents<{
|
74
75
|
blueprints: import("@omnia/fx-models").TabsBlueprints;
|
75
76
|
editingTabBlueprint: import("@omnia/fx-models").TabsBlueprint;
|
76
77
|
editingVariant: import("@omnia/fx-models").BlueprintVariant;
|
78
|
+
strategy: string;
|
77
79
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
78
80
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
79
|
-
setEditingBlueprints(blueprints:
|
81
|
+
setEditingBlueprints(blueprints: ComponentBlueprints): void;
|
82
|
+
deleteEditingVariant(): void;
|
83
|
+
addVariant(): import("@omnia/fx-models").BlueprintVariant;
|
80
84
|
setEditingBlueprint(variant: import("@omnia/fx-models").BlueprintVariant): void;
|
81
85
|
applyChanges(): void;
|
82
86
|
}>;
|
@@ -89,16 +93,18 @@ export declare const useComponentsEditorStore: () => {
|
|
89
93
|
editingButtonBlueprint: import("@omnia/fx-models").ButtonBlueprint;
|
90
94
|
editingButtonType: import("@omnia/fx-models").ButtonTypes;
|
91
95
|
editingButtonBlueprintType: import("@omnia/fx-models").ButtonBlueprintType;
|
96
|
+
strategy: string;
|
92
97
|
};
|
93
98
|
events: import("@omnia/fx/stores").StoreEvents<{
|
94
99
|
blueprints: import("@omnia/fx-models").ButtonBlueprints;
|
95
100
|
editingButtonBlueprint: import("@omnia/fx-models").ButtonBlueprint;
|
96
101
|
editingButtonType: import("@omnia/fx-models").ButtonTypes;
|
97
102
|
editingButtonBlueprintType: import("@omnia/fx-models").ButtonBlueprintType;
|
103
|
+
strategy: string;
|
98
104
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
99
105
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
100
|
-
setEditingBlueprints(blueprints:
|
101
|
-
addVariant(
|
106
|
+
setEditingBlueprints(blueprints: ComponentBlueprints): void;
|
107
|
+
addVariant(category: import("@omnia/fx-models").ButtonBlueprintType): import("@omnia/fx-models").ButtonBlueprintVariant;
|
102
108
|
deleteEditingBlueprint(): void;
|
103
109
|
setEditingBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): void;
|
104
110
|
applyChanges(): void;
|
@@ -141,6 +147,8 @@ export declare const useComponentsEditorStore: () => {
|
|
141
147
|
containerBlueprints: import("@omnia/fx-models").ContainerFillBlueprints;
|
142
148
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
143
149
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
150
|
+
deleteEditingVariant(): void;
|
151
|
+
addVariant(): import("@omnia/fx-models").BlueprintVariant;
|
144
152
|
editBlueprints(blueprints: import("@omnia/fx-models").ContainerFillBlueprints): void;
|
145
153
|
editBlueprint(variant: import("@omnia/fx-models").BlueprintVariant): void;
|
146
154
|
addBlueprint(blueprint: import("@omnia/fx-models").ContainerFillBlueprint): void;
|
@@ -15,6 +15,8 @@ export declare const useContainerFillsEditorStore: () => {
|
|
15
15
|
containerBlueprints: ContainerFillBlueprints;
|
16
16
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
17
17
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
18
|
+
deleteEditingVariant(): void;
|
19
|
+
addVariant(): BlueprintVariant;
|
18
20
|
editBlueprints(blueprints: ContainerFillBlueprints): void;
|
19
21
|
editBlueprint(variant: BlueprintVariant): void;
|
20
22
|
addBlueprint(blueprint: ContainerFillBlueprint): void;
|
@@ -1,17 +1,21 @@
|
|
1
|
-
import { BlueprintVariant, TabsBlueprint, TabsBlueprints } from "@omnia/fx-models";
|
1
|
+
import { BlueprintVariant, ComponentBlueprints, TabsBlueprint, TabsBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare const useTabsEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
blueprints: TabsBlueprints;
|
5
5
|
editingTabBlueprint: TabsBlueprint;
|
6
6
|
editingVariant: BlueprintVariant;
|
7
|
+
strategy: string;
|
7
8
|
};
|
8
9
|
events: import("@omnia/fx/stores").StoreEvents<{
|
9
10
|
blueprints: TabsBlueprints;
|
10
11
|
editingTabBlueprint: TabsBlueprint;
|
11
12
|
editingVariant: BlueprintVariant;
|
13
|
+
strategy: string;
|
12
14
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
13
15
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
14
|
-
setEditingBlueprints(blueprints:
|
16
|
+
setEditingBlueprints(blueprints: ComponentBlueprints): void;
|
17
|
+
deleteEditingVariant(): void;
|
18
|
+
addVariant(): BlueprintVariant;
|
15
19
|
setEditingBlueprint(variant: BlueprintVariant): void;
|
16
20
|
applyChanges(): void;
|
17
21
|
}>;
|
@@ -1,35 +1,37 @@
|
|
1
|
-
import { FillDefinition,
|
1
|
+
import { FillDefinition, guid, ITemplateRegistration, TypographyBlueprint, TypographyBlueprints, TypographyDefinition, TypographySizes, TypographyType, TypographyFontDefinition, IFontBlueprints, TypographyFontRef, BlueprintVariant } from "@omnia/fx-models";
|
2
2
|
export declare const useTypographyEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
blueprints: ITemplateRegistration<TypographyBlueprints>;
|
5
5
|
availableFonts: ITemplateRegistration<IFontBlueprints>;
|
6
6
|
blueprint: TypographyBlueprint;
|
7
7
|
editMode: boolean;
|
8
|
+
editingType: TypographyType;
|
8
9
|
selectedTypography: {
|
9
10
|
type: TypographyType;
|
10
11
|
size: TypographySizes;
|
11
12
|
definition: TypographyDefinition;
|
12
13
|
};
|
13
14
|
selectedFill: FillDefinition;
|
14
|
-
selectedFillVariant:
|
15
|
+
selectedFillVariant: BlueprintVariant;
|
15
16
|
};
|
16
17
|
events: import("@omnia/fx/stores").StoreEvents<{
|
17
18
|
blueprints: ITemplateRegistration<TypographyBlueprints>;
|
18
19
|
availableFonts: ITemplateRegistration<IFontBlueprints>;
|
19
20
|
blueprint: TypographyBlueprint;
|
20
21
|
editMode: boolean;
|
22
|
+
editingType: TypographyType;
|
21
23
|
selectedTypography: {
|
22
24
|
type: TypographyType;
|
23
25
|
size: TypographySizes;
|
24
26
|
definition: TypographyDefinition;
|
25
27
|
};
|
26
28
|
selectedFill: FillDefinition;
|
27
|
-
selectedFillVariant:
|
29
|
+
selectedFillVariant: BlueprintVariant;
|
28
30
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
29
31
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
30
32
|
setSelectedDefinition(type: TypographyType, size: TypographySizes): void;
|
31
|
-
|
32
|
-
|
33
|
+
addVariant(variantType: TypographyType): BlueprintVariant;
|
34
|
+
deleteEditingVariant(): void;
|
33
35
|
updateSelectedDefinition(): void;
|
34
36
|
editBlueprints(blueprints: ITemplateRegistration<TypographyBlueprints>): void;
|
35
37
|
addBlueprints(): void;
|
@@ -46,7 +48,7 @@ export declare const useTypographyEditorStore: () => {
|
|
46
48
|
delete(): Promise<boolean>;
|
47
49
|
}>;
|
48
50
|
get: {
|
49
|
-
definitionType: () => {
|
51
|
+
definitionType: () => import("@omnia/fx-models").VariantBlueprints<FillDefinition> | import("@omnia/fx-models").VariantBlueprints<TypographyDefinition> | {
|
50
52
|
xl: TypographyDefinition;
|
51
53
|
l: TypographyDefinition;
|
52
54
|
m: TypographyDefinition;
|
@@ -67,12 +69,6 @@ export declare const useTypographyEditorStore: () => {
|
|
67
69
|
s?: TypographyDefinition;
|
68
70
|
xs?: TypographyDefinition;
|
69
71
|
font?: TypographyFontRef;
|
70
|
-
} | {
|
71
|
-
variant1?: TypographyDefinition;
|
72
|
-
variant2?: TypographyDefinition;
|
73
|
-
variant3?: TypographyDefinition;
|
74
|
-
variant4?: TypographyDefinition;
|
75
|
-
font?: TypographyFontRef;
|
76
72
|
};
|
77
73
|
selectedTypoSizeFont: () => string;
|
78
74
|
};
|
@@ -295,9 +295,9 @@ declare const _default: {
|
|
295
295
|
};
|
296
296
|
}>;
|
297
297
|
};
|
298
|
+
variant?: variant;
|
298
299
|
"v-model"?: Blueprints;
|
299
300
|
modelValue?: Blueprints;
|
300
|
-
variant?: variant;
|
301
301
|
"onUpdate:modelValue"?: (value: Blueprints) => any | void;
|
302
302
|
}>, "onUpdate:modelValue"> & {
|
303
303
|
"onUpdate:modelValue"?: (value: Blueprints) => any;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ButtonBlueprintVariant, ButtonBlueprints, ThemeContextType } from "@omnia/fx-models";
|
1
|
+
import { ButtonBlueprintType, ButtonBlueprintVariant, ButtonBlueprints, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
3
|
type ViewVariant = "default" | "edit";
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
@@ -15,5 +15,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
15
15
|
themeType?: ThemeContextType;
|
16
16
|
} & {
|
17
17
|
blueprintStrategy?: string;
|
18
|
-
} &
|
18
|
+
} & {
|
19
|
+
editable?: boolean;
|
20
|
+
} & DefineEmit<"click:select", (selection: ButtonBlueprintVariant) => true> & DefineEmit<"click:add", (selection: ButtonBlueprintType) => true>>) => any;
|
19
21
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeEditor.d.ts
CHANGED
@@ -334,6 +334,7 @@ declare const _default: {
|
|
334
334
|
};
|
335
335
|
}>;
|
336
336
|
};
|
337
|
+
variant?: EditorVariant;
|
337
338
|
preview?: boolean;
|
338
339
|
"v-slots"?: {
|
339
340
|
default?: import("../../../DefineVueTypings").Slot;
|
@@ -342,7 +343,6 @@ declare const _default: {
|
|
342
343
|
};
|
343
344
|
"v-model"?: ChromeBlueprint;
|
344
345
|
modelValue?: ChromeBlueprint;
|
345
|
-
variant?: EditorVariant;
|
346
346
|
"onUpdate:modelValue"?: (value: ChromeBlueprint) => any | void;
|
347
347
|
themeType?: ThemeContextType;
|
348
348
|
}>, "onClick:confirm" | "onInit:actionButtons"> & {
|
package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeViewer.d.ts
CHANGED
@@ -89,9 +89,9 @@ declare const _default: {
|
|
89
89
|
text?: string;
|
90
90
|
blueprint?: ChromeBlueprint;
|
91
91
|
container?: boolean;
|
92
|
+
variant?: VariantTypes;
|
92
93
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
93
94
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
94
|
-
variant?: VariantTypes;
|
95
95
|
}>, never>;
|
96
96
|
};
|
97
97
|
export default _default;
|
@@ -316,6 +316,7 @@ declare const _default: {
|
|
316
316
|
};
|
317
317
|
}>;
|
318
318
|
};
|
319
|
+
variant?: ColorSchemaEditorVariant;
|
319
320
|
"v-slots"?: {
|
320
321
|
default?: import("../../../DefineVueTypings").Slot;
|
321
322
|
} & {
|
@@ -323,7 +324,6 @@ declare const _default: {
|
|
323
324
|
};
|
324
325
|
"v-model"?: ColorSchema;
|
325
326
|
modelValue?: ColorSchema;
|
326
|
-
variant?: ColorSchemaEditorVariant;
|
327
327
|
"onUpdate:modelValue"?: (value: ColorSchema) => any | void;
|
328
328
|
}>, "onClick:confirm" | "onInit:actionButtons"> & {
|
329
329
|
"onClick:confirm"?: (model: ColorSchema) => any;
|
@@ -443,6 +443,7 @@ declare const _default: {
|
|
443
443
|
};
|
444
444
|
container?: boolean;
|
445
445
|
title?: string;
|
446
|
+
variant?: Variant;
|
446
447
|
class?: String | String[];
|
447
448
|
label?: string;
|
448
449
|
disabled?: boolean;
|
@@ -456,7 +457,6 @@ declare const _default: {
|
|
456
457
|
};
|
457
458
|
"v-model"?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema;
|
458
459
|
modelValue?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema;
|
459
|
-
variant?: Variant;
|
460
460
|
"onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void;
|
461
461
|
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
462
462
|
enableDynamicColor?: boolean;
|
@@ -382,13 +382,13 @@ declare const _default: {
|
|
382
382
|
}>;
|
383
383
|
};
|
384
384
|
container?: boolean;
|
385
|
+
variant?: Variant;
|
385
386
|
class?: string;
|
386
387
|
label?: string;
|
387
388
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
388
389
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
389
390
|
"v-model"?: ColorSchema;
|
390
391
|
modelValue?: ColorSchema;
|
391
|
-
variant?: Variant;
|
392
392
|
"onUpdate:modelValue"?: (value: ColorSchema) => any | void;
|
393
393
|
selected?: boolean;
|
394
394
|
closeIcon?: boolean;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { BlueprintVariant, ContainerFillBlueprints, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
3
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
4
|
"emit:update:modelValue": (value: ContainerFillBlueprints) => void;
|
@@ -10,7 +10,9 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
10
10
|
toned?: boolean;
|
11
11
|
} & {
|
12
12
|
themeType?: ThemeContextType;
|
13
|
+
} & {
|
14
|
+
editable?: boolean;
|
13
15
|
} & {
|
14
16
|
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
15
|
-
} & DefineEmit<"click:select", (variant:
|
17
|
+
} & DefineEmit<"click:select", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true>>) => any;
|
16
18
|
export default _default;
|