@omnia/fx 8.0.456-dev → 8.0.458-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/themedesigner/componentblueprints/store/ComponentEditorStore.d.ts +5 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/componentblueprints/store/HeaderEditorStore.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStyleEditorStore.d.ts +12 -10
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +13 -10
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +5 -9
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderStyleEditor.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/store/HeaderPickerStore.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/store/HeaderStyleEditorStore.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintViewer.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +10 -6
- package/internal-do-not-import-from-here/ux/aurora/components/input/store/InputStylePickerStore.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/store/TabStyleEditorStore.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/mobile/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/shared-mobile/stylex/Typings.d.ts +513 -513
- package/internal-do-not-import-from-here/ux/shared-mobile/stylex/index.d.ts +67 -65
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -15
- package/internal-do-not-import-from-here/wctypings.d.ts +14 -12
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ColorManager.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ColorSchemaStore.d.ts +0 -46
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ComponentBlueprintStore.d.ts +0 -54
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/DefineThemeProvider.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/FontStore.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/SpacingBlueprintStore.d.ts +0 -42
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/TemplateRegistrationStore.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemeContextStore.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemeMigrations.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemeNormalizer.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemeProvider.d.ts +0 -39
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemeSharedModels.d.ts +0 -33
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/ThemeStore.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/TypographyBlueprintManager.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/TypographyBlueprintStore.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/VariantManager.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/aurora/shared-mobile/index.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/StyleFormatters.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronStore.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +0 -3
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ComponentBlueprints, guid, ITemplateRegistration, FontAwesomeIcon, BlueprintsStrategyBase } from "@omnia/fx-models";
|
2
|
-
export declare const BluprintTypes: readonly ["buttons", "icons", "tabs", "
|
2
|
+
export declare const BluprintTypes: readonly ["buttons", "icons", "tabs", "inputs", "headers"];
|
3
3
|
export type BlueprintType = typeof BluprintTypes[number];
|
4
4
|
export interface IBlueprintItem {
|
5
5
|
title: string;
|
@@ -114,22 +114,23 @@ export declare const useComponentsEditorStore: () => {
|
|
114
114
|
headerEditorStore: {
|
115
115
|
state: {
|
116
116
|
blueprints: import("@omnia/fx-models").HeaderBlueprints;
|
117
|
-
|
117
|
+
editingBlueprint: import("@omnia/fx-models").HeaderBlueprint;
|
118
118
|
editingVariant: import("@omnia/fx-models").BlueprintVariant;
|
119
119
|
editingDefinition: import("@omnia/fx-models").VelcronAppDefinition;
|
120
|
+
strategy: BlueprintsStrategyBase;
|
120
121
|
};
|
121
122
|
events: import("@omnia/fx/stores").StoreEvents<{
|
122
123
|
blueprints: import("@omnia/fx-models").HeaderBlueprints;
|
123
|
-
|
124
|
+
editingBlueprint: import("@omnia/fx-models").HeaderBlueprint;
|
124
125
|
editingVariant: import("@omnia/fx-models").BlueprintVariant;
|
125
126
|
editingDefinition: import("@omnia/fx-models").VelcronAppDefinition;
|
127
|
+
strategy: BlueprintsStrategyBase;
|
126
128
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
127
129
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
128
130
|
setEditingBlueprint(variant: import("@omnia/fx-models").BlueprintVariant): void;
|
129
131
|
deleteEditingVariant(): void;
|
130
132
|
setEditingBlueprints(blueprints: ComponentBlueprints): void;
|
131
133
|
addVariant(): string;
|
132
|
-
loadEditingVelcronDefinition(): void;
|
133
134
|
applyChanges(): void;
|
134
135
|
}>;
|
135
136
|
} & {
|
@@ -170,10 +171,6 @@ export declare const useComponentsEditorStore: () => {
|
|
170
171
|
tabBlade: guid;
|
171
172
|
tabBladeEdit: guid;
|
172
173
|
componentsBlade: guid;
|
173
|
-
typographyBlade: guid;
|
174
|
-
spacingBlade: guid;
|
175
|
-
containersBlade: guid;
|
176
|
-
containerEditBlade: guid;
|
177
174
|
headersBlade: guid;
|
178
175
|
headersBladeEdit: guid;
|
179
176
|
inputBlade: guid;
|
@@ -1,23 +1,24 @@
|
|
1
|
-
import { BlueprintVariant, ComponentBlueprints, HeaderBlueprint, HeaderBlueprints, VelcronAppDefinition } from "@omnia/fx-models";
|
1
|
+
import { BlueprintsStrategyBase, BlueprintVariant, ComponentBlueprints, HeaderBlueprint, HeaderBlueprints, VelcronAppDefinition } from "@omnia/fx-models";
|
2
2
|
export declare const useHeadersEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
blueprints: HeaderBlueprints;
|
5
|
-
|
5
|
+
editingBlueprint: HeaderBlueprint;
|
6
6
|
editingVariant: BlueprintVariant;
|
7
7
|
editingDefinition: VelcronAppDefinition;
|
8
|
+
strategy: BlueprintsStrategyBase;
|
8
9
|
};
|
9
10
|
events: import("@omnia/fx/stores").StoreEvents<{
|
10
11
|
blueprints: HeaderBlueprints;
|
11
|
-
|
12
|
+
editingBlueprint: HeaderBlueprint;
|
12
13
|
editingVariant: BlueprintVariant;
|
13
14
|
editingDefinition: VelcronAppDefinition;
|
15
|
+
strategy: BlueprintsStrategyBase;
|
14
16
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
15
17
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
16
18
|
setEditingBlueprint(variant: BlueprintVariant): void;
|
17
19
|
deleteEditingVariant(): void;
|
18
20
|
setEditingBlueprints(blueprints: ComponentBlueprints): void;
|
19
21
|
addVariant(): string;
|
20
|
-
loadEditingVelcronDefinition(): void;
|
21
22
|
applyChanges(): void;
|
22
23
|
}>;
|
23
24
|
} & {
|
@@ -1,29 +1,31 @@
|
|
1
|
-
import { ButtonBlueprint, ButtonBlueprintVariant, TextBlueprint } from "@omnia/fx-models";
|
1
|
+
import { ButtonBlueprint, ButtonBlueprintVariant, TextBlueprint, VelcronAppDefinition, VelcronRendererResolverReference } from "@omnia/fx-models";
|
2
2
|
export declare const useButtonStyleEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
internalModel: ButtonBlueprint;
|
5
5
|
textBlueprint: TextBlueprint;
|
6
6
|
upperCase: boolean;
|
7
7
|
defaultColorSchemaType: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
8
|
-
templateOption: string;
|
9
8
|
enableDynamicColor: boolean;
|
10
|
-
|
9
|
+
editingDefault: ButtonBlueprint;
|
10
|
+
editingTemplate: {
|
11
|
+
viewRenderer: VelcronRendererResolverReference;
|
12
|
+
velcronTemplate: boolean;
|
13
|
+
state: any;
|
14
|
+
definition: VelcronAppDefinition;
|
15
|
+
};
|
11
16
|
settings: {
|
12
17
|
buttonLabel: string;
|
13
18
|
};
|
14
19
|
};
|
15
20
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
16
|
-
|
21
|
+
loadVelcronDefinitionForRenderer: () => void;
|
22
|
+
setRenderer: (renderer: VelcronRendererResolverReference) => void;
|
23
|
+
setDesignMode: (isTemplate: boolean) => void;
|
17
24
|
updateName: (name: string) => void;
|
18
25
|
initState: (model: ButtonBlueprint | ButtonBlueprintVariant, buttonLabel: string) => void;
|
19
26
|
}>;
|
20
27
|
get: {};
|
21
|
-
datatTypes: {
|
22
|
-
templateOptions: {
|
23
|
-
title: string;
|
24
|
-
value: string;
|
25
|
-
}[];
|
26
|
-
};
|
28
|
+
datatTypes: {};
|
27
29
|
rules: {
|
28
30
|
isAdvanceModeEnabled: () => boolean;
|
29
31
|
showInputField(): string | boolean;
|
package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts
CHANGED
@@ -1,22 +1,25 @@
|
|
1
|
-
import {
|
2
|
-
import { HeaderBlueprint } from "@omnia/fx-models";
|
1
|
+
import { BlueprintsStrategyBase, BlueprintVariant, HeaderBlueprint, HeaderBlueprints } from "@omnia/fx-models";
|
3
2
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
|
-
"emit:update:modelValue": (value: HeaderBlueprint) => void;
|
3
|
+
"emit:update:modelValue": (value: BlueprintVariant | HeaderBlueprint) => void;
|
5
4
|
} & {
|
6
|
-
"v-model"?: HeaderBlueprint;
|
5
|
+
"v-model"?: BlueprintVariant | HeaderBlueprint;
|
7
6
|
} & {
|
8
|
-
modelValue?: HeaderBlueprint;
|
7
|
+
modelValue?: BlueprintVariant | HeaderBlueprint;
|
9
8
|
} & {
|
10
9
|
label?: string;
|
11
10
|
} & {
|
12
|
-
|
11
|
+
toned?: boolean;
|
13
12
|
} & {
|
14
|
-
|
15
|
-
} &
|
16
|
-
|
13
|
+
blueprints?: HeaderBlueprints;
|
14
|
+
} & {
|
15
|
+
baseStrategy?: BlueprintsStrategyBase;
|
16
|
+
} & {
|
17
|
+
customStyling?: boolean;
|
18
|
+
}> & {
|
19
|
+
"onUpdate:modelValue"?: (value: BlueprintVariant | HeaderBlueprint) => any;
|
17
20
|
} & {
|
18
21
|
"v-slots"?: {} & Omit<{
|
19
22
|
default?: import("vue").Slot;
|
20
23
|
}, never>;
|
21
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "modelValue" | "emit:update:modelValue" | "v-model" | "
|
24
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "blueprints" | "baseStrategy" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
22
25
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts
CHANGED
@@ -1,15 +1,11 @@
|
|
1
|
-
import { HeaderBlueprint } from "@omnia/fx-models";
|
1
|
+
import { BlueprintVariant, HeaderBlueprint } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
-
|
4
|
-
} & {
|
5
|
-
"v-model"?: HeaderBlueprint;
|
6
|
-
} & {
|
7
|
-
modelValue?: HeaderBlueprint;
|
8
|
-
}> & {
|
9
|
-
"onUpdate:modelValue"?: (value: HeaderBlueprint) => any;
|
3
|
+
blueprint?: BlueprintVariant | HeaderBlueprint;
|
10
4
|
} & {
|
5
|
+
text?: string;
|
6
|
+
}> & {} & {
|
11
7
|
"v-slots"?: {} & Omit<{
|
12
8
|
default?: import("vue").Slot;
|
13
9
|
}, never>;
|
14
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "blueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
11
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderStyleEditor.d.ts
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
import { HeaderBlueprint } from "@omnia/fx-models";
|
2
|
+
import { DefineSlot } from "@omnia/fx/ux";
|
3
|
+
import { VNodeChild } from "vue";
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
|
+
"emit:update:modelValue": (value: HeaderBlueprint) => void;
|
6
|
+
} & {
|
7
|
+
"v-model"?: HeaderBlueprint;
|
8
|
+
} & {
|
9
|
+
modelValue?: HeaderBlueprint;
|
10
|
+
} & {
|
11
|
+
headerLabel?: string;
|
12
|
+
} & {
|
13
|
+
toned?: boolean;
|
14
|
+
} & {
|
15
|
+
toolbarCallback?: (value: () => VNodeChild) => void;
|
16
|
+
} & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"definitionButton", () => VNodeChild>> & {
|
17
|
+
"onUpdate:modelValue"?: (value: HeaderBlueprint) => any;
|
18
|
+
} & {
|
19
|
+
"v-slots"?: {
|
20
|
+
activator?: () => VNodeChild;
|
21
|
+
definitionButton?: () => VNodeChild;
|
22
|
+
} & Omit<{
|
23
|
+
default?: import("vue").Slot;
|
24
|
+
}, "activator" | "definitionButton">;
|
25
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "slot:activator" | "toolbarCallback" | "slot:definitionButton" | "headerLabel"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
26
|
+
export default _default;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import { BlueprintsStrategyBase, BlueprintVariant, HeaderBlueprint, HeaderBlueprints } from "@omnia/fx-models";
|
2
|
+
export interface ButtonType {
|
3
|
+
id: string;
|
4
|
+
title: string;
|
5
|
+
}
|
6
|
+
export declare const useHeaderPickerStore: () => {
|
7
|
+
state: {
|
8
|
+
showSelectionMenu: boolean;
|
9
|
+
internalModel: BlueprintVariant | HeaderBlueprint;
|
10
|
+
blueprints: HeaderBlueprints;
|
11
|
+
baseStrategy: BlueprintsStrategyBase;
|
12
|
+
};
|
13
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
14
|
+
selectItem(value: HeaderBlueprint | BlueprintVariant): void;
|
15
|
+
initState: (model: HeaderBlueprint | BlueprintVariant, blueprints: HeaderBlueprints, baseStrategy: BlueprintsStrategyBase) => void;
|
16
|
+
}>;
|
17
|
+
get: {
|
18
|
+
blueprint: {
|
19
|
+
fallbackBlueprint: (variant: BlueprintVariant) => any;
|
20
|
+
byVariant: (type: BlueprintVariant) => any;
|
21
|
+
};
|
22
|
+
};
|
23
|
+
rules: {
|
24
|
+
isDefaultBlueprint: (variant: BlueprintVariant) => boolean;
|
25
|
+
isPlaceHolder: (variant: BlueprintVariant) => boolean;
|
26
|
+
};
|
27
|
+
dataTypes: {
|
28
|
+
itemTypes: BlueprintVariant[];
|
29
|
+
};
|
30
|
+
} & {
|
31
|
+
dispose?: () => void;
|
32
|
+
};
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import { ButtonBlueprint, ButtonBlueprintVariant, HeaderBlueprint, VelcronAppDefinition, VelcronRendererResolverReference } from "@omnia/fx-models";
|
2
|
+
export declare const useHeaderStyleEditorStore: () => {
|
3
|
+
state: {
|
4
|
+
internalModel: HeaderBlueprint;
|
5
|
+
editingTemplate: {
|
6
|
+
viewRenderer: VelcronRendererResolverReference;
|
7
|
+
velcronTemplate: boolean;
|
8
|
+
state: any;
|
9
|
+
definition: VelcronAppDefinition;
|
10
|
+
};
|
11
|
+
editingDefault: HeaderBlueprint;
|
12
|
+
settings: {
|
13
|
+
headerLabel: string;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
17
|
+
setRenderer: (renderer: VelcronRendererResolverReference) => void;
|
18
|
+
setDesignMode: (isTemplate: boolean) => void;
|
19
|
+
loadVelcronDefinitionForRenderer: () => void;
|
20
|
+
updateName: (name: string) => void;
|
21
|
+
initState: (model: ButtonBlueprint | ButtonBlueprintVariant, buttonLabel: string) => void;
|
22
|
+
}>;
|
23
|
+
get: {};
|
24
|
+
datatTypes: {};
|
25
|
+
rules: {
|
26
|
+
isAdvanceModeEnabled: () => boolean;
|
27
|
+
showInputField(): string | boolean;
|
28
|
+
isVelcronTemplate(): boolean;
|
29
|
+
};
|
30
|
+
} & {
|
31
|
+
dispose?: () => void;
|
32
|
+
};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { InputBlueprint } from "@omnia/fx-models";
|
2
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
+
export type EditorVariant = "default" | "picker";
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
|
+
blueprint?: InputBlueprint;
|
6
|
+
} & {
|
7
|
+
toned?: boolean;
|
8
|
+
} & {
|
9
|
+
variant?: EditorVariant;
|
10
|
+
} & {
|
11
|
+
label?: string;
|
12
|
+
} & {
|
13
|
+
sampleText?: string;
|
14
|
+
} & {
|
15
|
+
selectable?: boolean;
|
16
|
+
} & DefineEmit<"click:select", () => true>> & {
|
17
|
+
"onClick:select"?: () => any;
|
18
|
+
} & {
|
19
|
+
"v-slots"?: {} & Omit<{
|
20
|
+
default?: import("vue").Slot;
|
21
|
+
}, never>;
|
22
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "blueprint" | "variant" | "toned" | "emit:click:select" | "selectable" | "sampleText"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
23
|
+
export default _default;
|
@@ -1,21 +1,25 @@
|
|
1
|
-
import { BlueprintVariant,
|
1
|
+
import { BlueprintsStrategyBase, BlueprintVariant, InputBlueprint, InputBlueprints } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
-
"emit:update:modelValue": (value: BlueprintVariant |
|
3
|
+
"emit:update:modelValue": (value: BlueprintVariant | InputBlueprint) => void;
|
4
4
|
} & {
|
5
|
-
"v-model"?: BlueprintVariant |
|
5
|
+
"v-model"?: BlueprintVariant | InputBlueprint;
|
6
6
|
} & {
|
7
|
-
modelValue?: BlueprintVariant |
|
7
|
+
modelValue?: BlueprintVariant | InputBlueprint;
|
8
8
|
} & {
|
9
9
|
label?: string;
|
10
10
|
} & {
|
11
11
|
toned?: boolean;
|
12
|
+
} & {
|
13
|
+
blueprints?: InputBlueprints;
|
14
|
+
} & {
|
15
|
+
baseStrategy?: BlueprintsStrategyBase;
|
12
16
|
} & {
|
13
17
|
customStyling?: boolean;
|
14
18
|
}> & {
|
15
|
-
"onUpdate:modelValue"?: (value: BlueprintVariant |
|
19
|
+
"onUpdate:modelValue"?: (value: BlueprintVariant | InputBlueprint) => any;
|
16
20
|
} & {
|
17
21
|
"v-slots"?: {} & Omit<{
|
18
22
|
default?: import("vue").Slot;
|
19
23
|
}, never>;
|
20
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
24
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "blueprints" | "baseStrategy" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
21
25
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/input/store/InputStylePickerStore.d.ts
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
import { BlueprintsStrategyBase, BlueprintVariant, InputBlueprint, InputBlueprints } from "@omnia/fx-models";
|
2
|
+
export interface ButtonType {
|
3
|
+
id: string;
|
4
|
+
title: string;
|
5
|
+
}
|
6
|
+
export declare const useInputStylePickerStore: () => {
|
7
|
+
state: {
|
8
|
+
showSelectionMenu: boolean;
|
9
|
+
internalModel: BlueprintVariant | InputBlueprint;
|
10
|
+
blueprints: InputBlueprints;
|
11
|
+
baseStrategy: BlueprintsStrategyBase;
|
12
|
+
};
|
13
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
14
|
+
selectItem(value: InputBlueprint | BlueprintVariant): void;
|
15
|
+
initState: (model: InputBlueprint | BlueprintVariant, blueprints: InputBlueprints, baseStrategy: BlueprintsStrategyBase) => void;
|
16
|
+
}>;
|
17
|
+
get: {
|
18
|
+
blueprint: {
|
19
|
+
fallbackBlueprint: (variant: BlueprintVariant) => any;
|
20
|
+
byVariant: (type: BlueprintVariant) => any;
|
21
|
+
};
|
22
|
+
};
|
23
|
+
rules: {
|
24
|
+
isDefaultBlueprint: (variant: BlueprintVariant) => boolean;
|
25
|
+
isPlaceHolder: (variant: BlueprintVariant) => boolean;
|
26
|
+
};
|
27
|
+
dataTypes: {
|
28
|
+
itemTypes: BlueprintVariant[];
|
29
|
+
};
|
30
|
+
} & {
|
31
|
+
dispose?: () => void;
|
32
|
+
};
|
package/internal-do-not-import-from-here/ux/aurora/components/tabs/store/TabStyleEditorStore.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ColorSchemaType, ColorValue, guid, TabsBlueprint, TextBlueprint } from "@omnia/fx-models";
|
1
|
+
import { ColorSchemaType, ColorValue, guid, TabsBlueprint, TextBlueprint, VelcronAppDefinition, VelcronRendererResolverReference } from "@omnia/fx-models";
|
2
2
|
export declare const useTabStyleEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
internalModel: TabsBlueprint;
|
@@ -7,11 +7,16 @@ export declare const useTabStyleEditorStore: () => {
|
|
7
7
|
activeTab: {
|
8
8
|
model: any;
|
9
9
|
textBlueprint: TextBlueprint;
|
10
|
+
renderer: VelcronRendererResolverReference;
|
11
|
+
definition: VelcronAppDefinition;
|
10
12
|
};
|
11
13
|
inactiveTab: {
|
12
14
|
model: any;
|
13
15
|
textBlueprint: TextBlueprint;
|
16
|
+
renderer: VelcronRendererResolverReference;
|
17
|
+
definition: VelcronAppDefinition;
|
14
18
|
};
|
19
|
+
velcronTemplate: boolean;
|
15
20
|
alignment: any;
|
16
21
|
iconPosition: any;
|
17
22
|
dynamiColorSchemaType: ColorSchemaType;
|
@@ -20,13 +25,17 @@ export declare const useTabStyleEditorStore: () => {
|
|
20
25
|
sliderColor: ColorValue;
|
21
26
|
};
|
22
27
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
28
|
+
loadVelcronDefinitionForRenderer: () => void;
|
29
|
+
setDesignMode: (isTemplate: boolean) => void;
|
23
30
|
activeTab: () => {
|
24
31
|
setTextBlueprint: (textBlueprint: TextBlueprint) => void;
|
25
32
|
ensure(): void;
|
33
|
+
setViewTemplate: (viewTemplate: VelcronRendererResolverReference) => void;
|
26
34
|
};
|
27
35
|
inActiveTab: () => {
|
28
36
|
setTextBlueprint: (textBlueprint: TextBlueprint) => void;
|
29
37
|
ensure(): void;
|
38
|
+
setViewTemplate: (viewTemplate: VelcronRendererResolverReference) => void;
|
30
39
|
};
|
31
40
|
ensureInheritedSettings: () => void;
|
32
41
|
updateName: (name: string) => void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ThemeRegistration } from "
|
1
|
+
import { ThemeRegistration } from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores";
|
2
2
|
import { ColorSchema, ComponentBlueprints, guid, ResolvedThemeDefinition, SpacingBlueprint, TemplateRegistrationType, ThemeDefinition, TypographyBlueprint } from "@omnia/fx-models";
|
3
3
|
type ThemesResolved = Array<ThemeDefinition | ColorSchema | TypographyBlueprint | SpacingBlueprint | ComponentBlueprints>;
|
4
4
|
export declare const useThemeProviderStore: () => {
|
@@ -1,17 +1,4 @@
|
|
1
|
-
export * from "
|
2
|
-
export { useColorSchemaStore, type ColorSchemaStoreType } from "../shared-mobile/ColorSchemaStore";
|
3
|
-
export * from "../shared-mobile/ComponentBlueprintStore";
|
4
|
-
export * from "../shared-mobile/FontStore";
|
5
|
-
export * from "../shared-mobile/SpacingBlueprintStore";
|
6
|
-
export * from "../shared-mobile/TemplateRegistrationStore";
|
7
|
-
export * from "../shared-mobile/ThemeContextStore";
|
8
|
-
export * from "../shared-mobile/ThemeMigrations";
|
9
|
-
export * from "../shared-mobile/ThemeNormalizer";
|
10
|
-
export * from "../shared-mobile/ThemeSharedModels";
|
11
|
-
export * from "../shared-mobile/ThemeStore";
|
12
|
-
export * from "../shared-mobile/TypographyBlueprintManager";
|
13
|
-
export * from "../shared-mobile/TypographyBlueprintStore";
|
14
|
-
export * from "../shared-mobile/VariantManager";
|
1
|
+
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores";
|
15
2
|
export * from "./ColorSchemaManager";
|
16
3
|
export * from "./StateManager";
|
17
4
|
export * from "./ThemeStorage";
|
@@ -6,5 +6,6 @@ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/factory"
|
|
6
6
|
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/messaging";
|
7
7
|
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/events";
|
8
8
|
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/stores";
|
9
|
-
export * from "
|
9
|
+
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores";
|
10
|
+
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/styles";
|
10
11
|
export * from "internal/fx/ux/shared-mobile/stylex";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
|
2
|
-
import { OTabAlignments, OScrollOffsetTypes, OTabVariants, TabsBlueprint } from "@omnia/fx-models";
|
3
|
-
type TabsProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", number, false, 0, false, "The v-model of the component"> & DefineProp<"contentClass", string | string[], false, null, "The class of the content container."> & DefineProp<"stacked", boolean, false, null, "Applies the stacked prop to all children o.tab components."> & DefineProp<"variant", OTabVariants, false, null, "Applies a distinct style to the component."> & DefineProp<"toned", boolean, false, null> & DefineProp<"vertical", boolean, false, null> & DefineProp<"hideTabNameIfOnlyOneTab", boolean, false, null, "Hides the tab name if there is only one tab in the component."> & DefineProp<"noScrolling", boolean, false, null, "Removes the scrolling from the tabs component."> & DefineProp<"alignTabs", OTabAlignments, false, "start", "sets the horizontal alignment of the tabs."> & DefineProp<"grow", boolean, false, null, "sets how the flex grows in relation to other flexes of the tab."> & DefineProp<"scrolling", OScrollOffsetTypes, false, null, "Sets a custom blueprint for the tab control."> & DefineProp<"blueprint", TabsBlueprint, false, null, "Applies the blueprint to the component."> & DefineProp<"disableBlueprint", boolean, false, null, "Disables the blueprint and use properties instead.">;
|
2
|
+
import { OTabAlignments, OScrollOffsetTypes, OTabVariants, TabsBlueprint, BlueprintVariant } from "@omnia/fx-models";
|
3
|
+
type TabsProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", number, false, 0, false, "The v-model of the component"> & DefineProp<"contentClass", string | string[], false, null, "The class of the content container."> & DefineProp<"stacked", boolean, false, null, "Applies the stacked prop to all children o.tab components."> & DefineProp<"variant", OTabVariants, false, null, "Applies a distinct style to the component."> & DefineProp<"toned", boolean, false, null> & DefineProp<"vertical", boolean, false, null> & DefineProp<"hideTabNameIfOnlyOneTab", boolean, false, null, "Hides the tab name if there is only one tab in the component."> & DefineProp<"noScrolling", boolean, false, null, "Removes the scrolling from the tabs component."> & DefineProp<"alignTabs", OTabAlignments, false, "start", "sets the horizontal alignment of the tabs."> & DefineProp<"grow", boolean, false, null, "sets how the flex grows in relation to other flexes of the tab."> & DefineProp<"scrolling", OScrollOffsetTypes, false, null, "Sets a custom blueprint for the tab control."> & DefineProp<"blueprint", TabsBlueprint | BlueprintVariant, false, null, "Applies the blueprint to the component."> & DefineProp<"disableBlueprint", boolean, false, null, "Disables the blueprint and use properties instead.">;
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabsProps> & {
|
5
5
|
"onUpdate:modelValue"?: (value: number) => any;
|
6
6
|
} & {
|