@omnia/fx 8.0.299-dev → 8.0.300-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/{ux/aurora/store → services}/ThemeService.d.ts +3 -4
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +23 -10
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +3 -28
- package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorPluginStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorToolbarStateStore.d.ts +5 -21
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +24 -215
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +7 -59
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +17 -123
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +24 -160
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +9 -70
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +5 -21
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +7 -50
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectStore.d.ts +2 -72
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +6 -49
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +8 -78
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -126
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -45
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -84
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/AddBlueprint.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +8 -42
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +68 -377
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +17 -69
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +8 -87
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +11 -147
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +8 -123
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +7 -59
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/ContainerBlueprintsViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.d.ts → containerFillpicker/ContainerFillPicker.d.ts} +91 -91
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentMigration.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +2 -63
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +19 -406
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +156 -700
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +8 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +13 -57
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +20 -407
- package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +9 -34
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -117
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +48 -1908
- package/internal-do-not-import-from-here/ux/flow/editor/stores/VelcronPluginStore.d.ts +6 -33
- package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +12 -70
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +31 -101
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +19 -53
- package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +5 -57
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +19 -176
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +9 -79
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +17 -166
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/links/store/LinkPickerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/markdown/stores/MarkdownEditorStore.d.ts +7 -48
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -36
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +11 -135
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +6 -28
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +31 -290
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +7 -98
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +11 -9
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.css.d.ts → containerFillpicker/ContainerFillPicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/index.d.ts +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { ContainerFillBlueprint, FillVariant } from "@omnia/fx-models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
@@ -27,79 +27,79 @@ declare const _default: {
|
|
27
27
|
required: false;
|
28
28
|
};
|
29
29
|
"onUpdate:modelValue": {
|
30
|
-
type: import("vue").PropType<(value:
|
30
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
31
31
|
};
|
32
32
|
"v-model": {
|
33
|
-
type: import("vue").PropType<
|
33
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
34
34
|
required: false;
|
35
35
|
};
|
36
36
|
modelValue: {
|
37
|
-
type: import("vue").PropType<
|
37
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
38
38
|
required: false;
|
39
39
|
};
|
40
40
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
41
|
-
type: import("vue").PropType<(value:
|
41
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
42
42
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
43
|
-
type: import("vue").PropType<
|
43
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
44
44
|
required: false;
|
45
45
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
46
|
-
type: import("vue").PropType<
|
46
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
47
47
|
required: false;
|
48
48
|
}; } & {
|
49
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
49
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerFillBlueprint | FillVariant, {
|
50
50
|
"onUpdate:modelValue": {
|
51
|
-
type: import("vue").PropType<(value:
|
51
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
52
52
|
};
|
53
53
|
} & {
|
54
54
|
"v-model": {
|
55
|
-
type: import("vue").PropType<
|
55
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
56
56
|
required: false;
|
57
57
|
};
|
58
58
|
} & {
|
59
59
|
modelValue: {
|
60
|
-
type: import("vue").PropType<
|
60
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
61
61
|
required: false;
|
62
62
|
};
|
63
63
|
}>;
|
64
|
-
defaultValue(value?:
|
64
|
+
defaultValue(value?: ContainerFillBlueprint | FillVariant): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerFillBlueprint | FillVariant, {
|
65
65
|
"onUpdate:modelValue": {
|
66
|
-
type: import("vue").PropType<(value:
|
66
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
67
67
|
};
|
68
68
|
} & {
|
69
69
|
"v-model": {
|
70
|
-
type: import("vue").PropType<
|
70
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
71
71
|
required: false;
|
72
72
|
};
|
73
73
|
} & {
|
74
74
|
modelValue: {
|
75
|
-
type: import("vue").PropType<
|
75
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
76
76
|
required: false;
|
77
77
|
};
|
78
78
|
}, false>;
|
79
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
79
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerFillBlueprint | FillVariant, {
|
80
80
|
"onUpdate:modelValue": {
|
81
|
-
type: import("vue").PropType<(value:
|
81
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
82
82
|
};
|
83
83
|
} & {
|
84
84
|
"v-model": {
|
85
|
-
type: import("vue").PropType<
|
85
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
86
86
|
required: false;
|
87
87
|
};
|
88
88
|
} & {
|
89
89
|
modelValue: {
|
90
|
-
type: import("vue").PropType<
|
90
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
91
91
|
required: false;
|
92
92
|
};
|
93
93
|
}>;
|
94
94
|
};
|
95
95
|
}>> & {
|
96
|
-
"onUpdate:modelValue"?: (value:
|
97
|
-
"onItem:enter"?: (value:
|
98
|
-
"onItem:leave"?: (value:
|
96
|
+
"onUpdate:modelValue"?: (value: ContainerFillBlueprint | FillVariant) => any;
|
97
|
+
"onItem:enter"?: (value: ContainerFillBlueprint | FillVariant) => any;
|
98
|
+
"onItem:leave"?: (value: ContainerFillBlueprint | FillVariant) => any;
|
99
99
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
100
|
-
"update:modelValue": (value:
|
101
|
-
"item:enter": (value:
|
102
|
-
"item:leave": (value:
|
100
|
+
"update:modelValue": (value: FillVariant | ContainerFillBlueprint) => any;
|
101
|
+
"item:enter": (value: FillVariant | ContainerFillBlueprint) => any;
|
102
|
+
"item:leave": (value: FillVariant | ContainerFillBlueprint) => any;
|
103
103
|
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
104
104
|
P: {};
|
105
105
|
B: {};
|
@@ -133,75 +133,75 @@ declare const _default: {
|
|
133
133
|
required: false;
|
134
134
|
};
|
135
135
|
"onUpdate:modelValue": {
|
136
|
-
type: import("vue").PropType<(value:
|
136
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
137
137
|
};
|
138
138
|
"v-model": {
|
139
|
-
type: import("vue").PropType<
|
139
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
140
140
|
required: false;
|
141
141
|
};
|
142
142
|
modelValue: {
|
143
|
-
type: import("vue").PropType<
|
143
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
144
144
|
required: false;
|
145
145
|
};
|
146
146
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
147
|
-
type: import("vue").PropType<(value:
|
147
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
148
148
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
149
|
-
type: import("vue").PropType<
|
149
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
150
150
|
required: false;
|
151
151
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
152
|
-
type: import("vue").PropType<
|
152
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
153
153
|
required: false;
|
154
154
|
}; } & {
|
155
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
155
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerFillBlueprint | FillVariant, {
|
156
156
|
"onUpdate:modelValue": {
|
157
|
-
type: import("vue").PropType<(value:
|
157
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
158
158
|
};
|
159
159
|
} & {
|
160
160
|
"v-model": {
|
161
|
-
type: import("vue").PropType<
|
161
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
162
162
|
required: false;
|
163
163
|
};
|
164
164
|
} & {
|
165
165
|
modelValue: {
|
166
|
-
type: import("vue").PropType<
|
166
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
167
167
|
required: false;
|
168
168
|
};
|
169
169
|
}>;
|
170
|
-
defaultValue(value?:
|
170
|
+
defaultValue(value?: ContainerFillBlueprint | FillVariant): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerFillBlueprint | FillVariant, {
|
171
171
|
"onUpdate:modelValue": {
|
172
|
-
type: import("vue").PropType<(value:
|
172
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
173
173
|
};
|
174
174
|
} & {
|
175
175
|
"v-model": {
|
176
|
-
type: import("vue").PropType<
|
176
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
177
177
|
required: false;
|
178
178
|
};
|
179
179
|
} & {
|
180
180
|
modelValue: {
|
181
|
-
type: import("vue").PropType<
|
181
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
182
182
|
required: false;
|
183
183
|
};
|
184
184
|
}, false>;
|
185
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
185
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerFillBlueprint | FillVariant, {
|
186
186
|
"onUpdate:modelValue": {
|
187
|
-
type: import("vue").PropType<(value:
|
187
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
188
188
|
};
|
189
189
|
} & {
|
190
190
|
"v-model": {
|
191
|
-
type: import("vue").PropType<
|
191
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
192
192
|
required: false;
|
193
193
|
};
|
194
194
|
} & {
|
195
195
|
modelValue: {
|
196
|
-
type: import("vue").PropType<
|
196
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
197
197
|
required: false;
|
198
198
|
};
|
199
199
|
}>;
|
200
200
|
};
|
201
201
|
}>> & {
|
202
|
-
"onUpdate:modelValue"?: (value:
|
203
|
-
"onItem:enter"?: (value:
|
204
|
-
"onItem:leave"?: (value:
|
202
|
+
"onUpdate:modelValue"?: (value: ContainerFillBlueprint | FillVariant) => any;
|
203
|
+
"onItem:enter"?: (value: ContainerFillBlueprint | FillVariant) => any;
|
204
|
+
"onItem:leave"?: (value: ContainerFillBlueprint | FillVariant) => any;
|
205
205
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
206
206
|
__isFragment?: never;
|
207
207
|
__isTeleport?: never;
|
@@ -232,138 +232,138 @@ declare const _default: {
|
|
232
232
|
required: false;
|
233
233
|
};
|
234
234
|
"onUpdate:modelValue": {
|
235
|
-
type: import("vue").PropType<(value:
|
235
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
236
236
|
};
|
237
237
|
"v-model": {
|
238
|
-
type: import("vue").PropType<
|
238
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
239
239
|
required: false;
|
240
240
|
};
|
241
241
|
modelValue: {
|
242
|
-
type: import("vue").PropType<
|
242
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
243
243
|
required: false;
|
244
244
|
};
|
245
245
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
246
|
-
type: import("vue").PropType<(value:
|
246
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
247
247
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
248
|
-
type: import("vue").PropType<
|
248
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
249
249
|
required: false;
|
250
250
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
251
|
-
type: import("vue").PropType<
|
251
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
252
252
|
required: false;
|
253
253
|
}; } & {
|
254
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
254
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerFillBlueprint | FillVariant, {
|
255
255
|
"onUpdate:modelValue": {
|
256
|
-
type: import("vue").PropType<(value:
|
256
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
257
257
|
};
|
258
258
|
} & {
|
259
259
|
"v-model": {
|
260
|
-
type: import("vue").PropType<
|
260
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
261
261
|
required: false;
|
262
262
|
};
|
263
263
|
} & {
|
264
264
|
modelValue: {
|
265
|
-
type: import("vue").PropType<
|
265
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
266
266
|
required: false;
|
267
267
|
};
|
268
268
|
}>;
|
269
|
-
defaultValue(value?:
|
269
|
+
defaultValue(value?: ContainerFillBlueprint | FillVariant): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerFillBlueprint | FillVariant, {
|
270
270
|
"onUpdate:modelValue": {
|
271
|
-
type: import("vue").PropType<(value:
|
271
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
272
272
|
};
|
273
273
|
} & {
|
274
274
|
"v-model": {
|
275
|
-
type: import("vue").PropType<
|
275
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
276
276
|
required: false;
|
277
277
|
};
|
278
278
|
} & {
|
279
279
|
modelValue: {
|
280
|
-
type: import("vue").PropType<
|
280
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
281
281
|
required: false;
|
282
282
|
};
|
283
283
|
}, false>;
|
284
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
284
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerFillBlueprint | FillVariant, {
|
285
285
|
"onUpdate:modelValue": {
|
286
|
-
type: import("vue").PropType<(value:
|
286
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
287
287
|
};
|
288
288
|
} & {
|
289
289
|
"v-model": {
|
290
|
-
type: import("vue").PropType<
|
290
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
291
291
|
required: false;
|
292
292
|
};
|
293
293
|
} & {
|
294
294
|
modelValue: {
|
295
|
-
type: import("vue").PropType<
|
295
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
296
296
|
required: false;
|
297
297
|
};
|
298
298
|
}>;
|
299
299
|
};
|
300
300
|
}>> & {
|
301
|
-
"onUpdate:modelValue"?: (value:
|
302
|
-
"onItem:enter"?: (value:
|
303
|
-
"onItem:leave"?: (value:
|
301
|
+
"onUpdate:modelValue"?: (value: ContainerFillBlueprint | FillVariant) => any;
|
302
|
+
"onItem:enter"?: (value: ContainerFillBlueprint | FillVariant) => any;
|
303
|
+
"onItem:leave"?: (value: ContainerFillBlueprint | FillVariant) => any;
|
304
304
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
305
|
-
"update:modelValue": (value:
|
306
|
-
"item:enter": (value:
|
307
|
-
"item:leave": (value:
|
305
|
+
"update:modelValue": (value: FillVariant | ContainerFillBlueprint) => any;
|
306
|
+
"item:enter": (value: FillVariant | ContainerFillBlueprint) => any;
|
307
|
+
"item:leave": (value: FillVariant | ContainerFillBlueprint) => any;
|
308
308
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
309
309
|
propsDefinition: Omit<Readonly<{} & {
|
310
310
|
name?: {
|
311
311
|
[x: `onUpdate:${string}`]: {
|
312
|
-
type: import("vue").PropType<(value:
|
312
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
313
313
|
};
|
314
314
|
} & {
|
315
315
|
[x: `v-model:${string}`]: {
|
316
|
-
type: import("vue").PropType<
|
316
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
317
317
|
required: false;
|
318
318
|
};
|
319
319
|
} & {
|
320
320
|
[x: string]: {
|
321
|
-
type: import("vue").PropType<
|
321
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
322
322
|
required: false;
|
323
323
|
};
|
324
324
|
} & {
|
325
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string,
|
325
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ContainerFillBlueprint | FillVariant, {
|
326
326
|
"onUpdate:modelValue": {
|
327
|
-
type: import("vue").PropType<(value:
|
327
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
328
328
|
};
|
329
329
|
} & {
|
330
330
|
"v-model": {
|
331
|
-
type: import("vue").PropType<
|
331
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
332
332
|
required: false;
|
333
333
|
};
|
334
334
|
} & {
|
335
335
|
modelValue: {
|
336
|
-
type: import("vue").PropType<
|
336
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
337
337
|
required: false;
|
338
338
|
};
|
339
339
|
}>;
|
340
|
-
defaultValue(value?:
|
340
|
+
defaultValue(value?: ContainerFillBlueprint | FillVariant): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ContainerFillBlueprint | FillVariant, {
|
341
341
|
"onUpdate:modelValue": {
|
342
|
-
type: import("vue").PropType<(value:
|
342
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
343
343
|
};
|
344
344
|
} & {
|
345
345
|
"v-model": {
|
346
|
-
type: import("vue").PropType<
|
346
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
347
347
|
required: false;
|
348
348
|
};
|
349
349
|
} & {
|
350
350
|
modelValue: {
|
351
|
-
type: import("vue").PropType<
|
351
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
352
352
|
required: false;
|
353
353
|
};
|
354
354
|
}, false>;
|
355
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string,
|
355
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ContainerFillBlueprint | FillVariant, {
|
356
356
|
"onUpdate:modelValue": {
|
357
|
-
type: import("vue").PropType<(value:
|
357
|
+
type: import("vue").PropType<(value: ContainerFillBlueprint | FillVariant) => any | void>;
|
358
358
|
};
|
359
359
|
} & {
|
360
360
|
"v-model": {
|
361
|
-
type: import("vue").PropType<
|
361
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
362
362
|
required: false;
|
363
363
|
};
|
364
364
|
} & {
|
365
365
|
modelValue: {
|
366
|
-
type: import("vue").PropType<
|
366
|
+
type: import("vue").PropType<ContainerFillBlueprint | FillVariant>;
|
367
367
|
required: false;
|
368
368
|
};
|
369
369
|
}>;
|
@@ -374,18 +374,18 @@ declare const _default: {
|
|
374
374
|
} & {
|
375
375
|
activator?: () => VNodeChild;
|
376
376
|
};
|
377
|
-
"v-model"?:
|
378
|
-
modelValue?:
|
377
|
+
"v-model"?: ContainerFillBlueprint | FillVariant;
|
378
|
+
modelValue?: ContainerFillBlueprint | FillVariant;
|
379
379
|
toned?: boolean;
|
380
|
-
"onUpdate:modelValue"?: (value:
|
380
|
+
"onUpdate:modelValue"?: (value: ContainerFillBlueprint | FillVariant) => any | void;
|
381
381
|
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
382
382
|
individualRadiusSelection?: boolean;
|
383
383
|
individualBorderWidthSelection?: boolean;
|
384
384
|
allowCustom?: boolean;
|
385
385
|
}>, "onUpdate:modelValue" | "onItem:enter" | "onItem:leave"> & {
|
386
|
-
"onUpdate:modelValue"?: (value:
|
387
|
-
"onItem:enter"?: (value:
|
388
|
-
"onItem:leave"?: (value:
|
386
|
+
"onUpdate:modelValue"?: (value: ContainerFillBlueprint | FillVariant) => any;
|
387
|
+
"onItem:enter"?: (value: ContainerFillBlueprint | FillVariant) => any;
|
388
|
+
"onItem:leave"?: (value: ContainerFillBlueprint | FillVariant) => any;
|
389
389
|
};
|
390
390
|
};
|
391
391
|
export default _default;
|
@@ -1,53 +1,22 @@
|
|
1
|
-
import {
|
2
|
-
import { ColorDefinition, ColorGradientValue, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorTypes, ColorValue, guid
|
1
|
+
import { type StoreReturnDefineAction, type StoreEvents } from "@omnia/fx/stores";
|
2
|
+
import { ColorDefinition, ColorGradientValue, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorTypes, ColorValue, guid } from "@omnia/fx-models";
|
3
3
|
import { useThemeStore } from "./ThemeStore";
|
4
|
-
type MapActionOnDispatching<T extends Function> = T extends (...args: infer U) => any ? (...args: U) => void : never;
|
5
|
-
type MapActionOnDispatched<T extends Function> = T extends (...args: infer U) => Promise<infer Y> | infer Y ? (result: Y, ...args: U) => void : never;
|
6
|
-
type MapActionOnFailure<T extends Function> = T extends (...args: infer U) => any ? (failureReason: any, ...args: U) => void : never;
|
7
|
-
type ReturnDefineAction<TAction extends {
|
8
|
-
[key: string]: any;
|
9
|
-
}> = {
|
10
|
-
onDispatching: {
|
11
|
-
[k in keyof TAction]: {
|
12
|
-
subscribe(fn: MapActionOnDispatching<TAction[k]>): IMessageBusSubscriptionHandler;
|
13
|
-
};
|
14
|
-
};
|
15
|
-
onDispatched: {
|
16
|
-
[k in keyof TAction]: {
|
17
|
-
subscribe(fn: MapActionOnDispatched<TAction[k]>): IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
};
|
20
|
-
onFailure: {
|
21
|
-
[k in keyof TAction]: {
|
22
|
-
subscribe(fn: MapActionOnFailure<TAction[k]>): IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
};
|
25
|
-
} & TAction;
|
26
|
-
type Events<TState extends object> = {
|
27
|
-
[K in keyof TState as `onMutated${Capitalize<string & K>}`]: MessageBusExposeOnlySubscription<TState[K]>;
|
28
|
-
};
|
29
4
|
export type ColorSchemaStoreType = {
|
30
5
|
state: {
|
31
6
|
base: ColorDefinition;
|
32
7
|
onBase: ColorDefinition;
|
33
|
-
container: ColorDefinition;
|
34
|
-
onContainer: ColorDefinition;
|
35
|
-
isContainer: boolean;
|
36
8
|
name: string;
|
37
9
|
colorSchemaType: ColorSchemaTypes | ColorSchemaType;
|
38
10
|
id: guid;
|
39
11
|
};
|
40
|
-
events:
|
12
|
+
events: StoreEvents<{
|
41
13
|
base: ColorDefinition;
|
42
14
|
onBase: ColorDefinition;
|
43
|
-
container: ColorDefinition;
|
44
|
-
onContainer: ColorDefinition;
|
45
|
-
isContainer: boolean;
|
46
15
|
name: string;
|
47
16
|
colorSchemaType: ColorSchemaTypes | ColorSchemaType;
|
48
17
|
id: guid;
|
49
18
|
}>;
|
50
|
-
actions:
|
19
|
+
actions: StoreReturnDefineAction<{
|
51
20
|
setColorSchema(colorSchemaType: ColorSchemaTypes | ColorSchemaType, container?: boolean): void;
|
52
21
|
setCustomColorSchema(colorSchema: ColorSchema, container?: boolean): void;
|
53
22
|
setColor(colorDefinition: ColorDefinition, colorType: ColorTypes): void;
|
@@ -60,14 +29,6 @@ export type ColorSchemaStoreType = {
|
|
60
29
|
theme: "dark" | "light";
|
61
30
|
base: ColorDefinition;
|
62
31
|
onBase: ColorDefinition;
|
63
|
-
container: ColorDefinition;
|
64
|
-
onContainer: ColorDefinition;
|
65
|
-
dynamic: (isContainer: boolean) => {
|
66
|
-
readonly base: ColorDefinition;
|
67
|
-
readonly onBase: ColorDefinition;
|
68
|
-
readonly container: ColorDefinition;
|
69
|
-
readonly onContainer: ColorDefinition;
|
70
|
-
};
|
71
32
|
};
|
72
33
|
dispose(force?: boolean): void;
|
73
34
|
};
|
@@ -83,4 +44,3 @@ export declare const useColorSchemaStore: () => ColorSchemaStoreType & {
|
|
83
44
|
} & {
|
84
45
|
dispose?: () => void;
|
85
46
|
};
|
86
|
-
export {};
|
@@ -1,41 +1,16 @@
|
|
1
|
-
import { Blueprint, BlueprintVariant, ButtonBlueprint, ButtonBlueprintVariant, ComponentBlueprints,
|
1
|
+
import { Blueprint, BlueprintVariant, ButtonBlueprint, ButtonBlueprintVariant, ComponentBlueprints, ContainerFillBlueprint, FillVariant, OIconSizes, TabsBlueprint, WebBlueprintItemDefintionType } from "@omnia/fx-models";
|
2
2
|
type blueprintType = "default";
|
3
3
|
export declare const useComponentBlueprintStore: () => {
|
4
4
|
state: {
|
5
5
|
blueprints: ComponentBlueprints;
|
6
6
|
};
|
7
|
-
events: {
|
8
|
-
|
9
|
-
}
|
10
|
-
actions: {
|
11
|
-
onDispatching: {
|
12
|
-
setBlueprint: {
|
13
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
14
|
-
};
|
15
|
-
setBluePrints: {
|
16
|
-
subscribe(fn: (componentBlueprints: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
17
|
-
};
|
18
|
-
};
|
19
|
-
onDispatched: {
|
20
|
-
setBlueprint: {
|
21
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
-
};
|
23
|
-
setBluePrints: {
|
24
|
-
subscribe(fn: (result: void, componentBlueprints: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
};
|
27
|
-
onFailure: {
|
28
|
-
setBlueprint: {
|
29
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
-
};
|
31
|
-
setBluePrints: {
|
32
|
-
subscribe(fn: (failureReason: any, componentBlueprints: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
-
};
|
34
|
-
};
|
35
|
-
} & {
|
7
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
8
|
+
blueprints: ComponentBlueprints;
|
9
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
10
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
36
11
|
setBlueprint(type: blueprintType): void;
|
37
12
|
setBluePrints(componentBlueprints: ComponentBlueprints): void;
|
38
|
-
}
|
13
|
+
}>;
|
39
14
|
get: {
|
40
15
|
byType<TType extends Blueprint>(type: WebBlueprintItemDefintionType): any;
|
41
16
|
readonly blueprints: ComponentBlueprints;
|
@@ -53,8 +28,8 @@ export declare const useComponentBlueprintStore: () => {
|
|
53
28
|
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
54
29
|
};
|
55
30
|
container: {
|
56
|
-
hasVariant(type:
|
57
|
-
getByType(type:
|
31
|
+
hasVariant(type: FillVariant | string): boolean;
|
32
|
+
getByType(type: FillVariant | ContainerFillBlueprint | string): ContainerFillBlueprint;
|
58
33
|
};
|
59
34
|
};
|
60
35
|
deactivated(): void;
|
@@ -1,74 +1,13 @@
|
|
1
1
|
import { ITemplateRegistration, TypographyFontDefinition, Future } from "@omnia/fx-models";
|
2
2
|
export declare const useFontStore: () => {
|
3
|
-
actions: {
|
4
|
-
onDispatching: {
|
5
|
-
ensureLoadFonts: {
|
6
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
7
|
-
};
|
8
|
-
addFont: {
|
9
|
-
subscribe(fn: (font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
10
|
-
};
|
11
|
-
editFont: {
|
12
|
-
subscribe(fn: (font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
-
};
|
14
|
-
onFinishLoad: {
|
15
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
16
|
-
};
|
17
|
-
saveFont: {
|
18
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
-
};
|
20
|
-
delete: {
|
21
|
-
subscribe(fn: (font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
-
};
|
23
|
-
};
|
24
|
-
onDispatched: {
|
25
|
-
ensureLoadFonts: {
|
26
|
-
subscribe(fn: (result: ITemplateRegistration<TypographyFontDefinition, import("@omnia/fx-models").TemplateRegistrationType>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
-
};
|
28
|
-
addFont: {
|
29
|
-
subscribe(fn: (result: void, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
-
};
|
31
|
-
editFont: {
|
32
|
-
subscribe(fn: (result: void, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
-
};
|
34
|
-
onFinishLoad: {
|
35
|
-
subscribe(fn: (result: Record<string, ITemplateRegistration<any, import("@omnia/fx-models").TemplateRegistrationType>>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
-
};
|
37
|
-
saveFont: {
|
38
|
-
subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
-
};
|
40
|
-
delete: {
|
41
|
-
subscribe(fn: (result: void, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
-
};
|
43
|
-
};
|
44
|
-
onFailure: {
|
45
|
-
ensureLoadFonts: {
|
46
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
-
};
|
48
|
-
addFont: {
|
49
|
-
subscribe(fn: (failureReason: any, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
-
};
|
51
|
-
editFont: {
|
52
|
-
subscribe(fn: (failureReason: any, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
|
-
};
|
54
|
-
onFinishLoad: {
|
55
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
|
-
};
|
57
|
-
saveFont: {
|
58
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
-
};
|
60
|
-
delete: {
|
61
|
-
subscribe(fn: (failureReason: any, font: TypographyFontDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
-
};
|
63
|
-
};
|
64
|
-
} & {
|
3
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
65
4
|
ensureLoadFonts: () => Future<ITemplateRegistration<TypographyFontDefinition, import("@omnia/fx-models").TemplateRegistrationType>[]>;
|
66
5
|
addFont(font: TypographyFontDefinition): void;
|
67
6
|
editFont(font: TypographyFontDefinition): void;
|
68
7
|
onFinishLoad(): Future<Record<string, ITemplateRegistration<any, import("@omnia/fx-models").TemplateRegistrationType>>>;
|
69
8
|
saveFont(): Promise<boolean>;
|
70
9
|
delete(font: TypographyFontDefinition): Promise<void>;
|
71
|
-
}
|
10
|
+
}>;
|
72
11
|
get: {
|
73
12
|
readonly availableFonts: TypographyFontDefinition[];
|
74
13
|
findFont(family: string): ITemplateRegistration<TypographyFontDefinition, import("@omnia/fx-models").TemplateRegistrationType>;
|