@omnia/fx 8.0.297-dev → 8.0.299-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/contexts/OmniaContext.d.ts +2 -2
- package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.app.manifest.json +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.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 +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeService.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +10 -0
- package/package.json +2 -2
- package/task.js +10 -5
- package/task.ts +10 -5
@@ -1,4 +1,4 @@
|
|
1
|
-
import { OmniaEnvironmentContext,
|
1
|
+
import { OmniaEnvironmentContext, LegacyTheming, OmniaTokenContext, IOmniaContext, IBusinessProfile, IMessageBusTopicSubscription, ITenant, guid, UserWithPropertyBag, IAppRoute } from "../models";
|
2
2
|
/**
|
3
3
|
* Provides Omnia related contexts. This context should be injected using @Inject(OmniaContext)
|
4
4
|
* @class OmniaContext
|
@@ -33,7 +33,7 @@ export declare class OmniaContext implements IOmniaContext {
|
|
33
33
|
/**
|
34
34
|
* Theming related context
|
35
35
|
*/
|
36
|
-
get theming():
|
36
|
+
get theming(): LegacyTheming;
|
37
37
|
/**
|
38
38
|
* Information about current user
|
39
39
|
*/
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IOmniaContext, IMutableContextProvider, OmniaEnvironmentContext,
|
1
|
+
import { IOmniaContext, IMutableContextProvider, OmniaEnvironmentContext, LegacyTheming, OmniaTokenContext, IMessageBusTopicSubscription, IMutableContext, IBusinessProfile, HttpHeaders, ITenant, guid, UserWithPropertyBag, IAppRoute, AppInstanceContext } from "../models";
|
2
2
|
import { AxiosResponse } from "axios";
|
3
3
|
declare global {
|
4
4
|
let _spPageContextInfo: {
|
@@ -22,7 +22,7 @@ export declare class OmniaContextProvider implements IMutableContextProvider<IOm
|
|
22
22
|
get businessProfile(): IBusinessProfile;
|
23
23
|
get appRoute(): IAppRoute;
|
24
24
|
get tenant(): ITenant;
|
25
|
-
get theming():
|
25
|
+
get theming(): LegacyTheming;
|
26
26
|
get user(): Promise<UserWithPropertyBag>;
|
27
27
|
get tokens(): OmniaTokenContext;
|
28
28
|
get activatedFeatures(): guid[];
|
@@ -0,0 +1 @@
|
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['749c622c-5268-4261-9264-92b827f2326c']","content":{"./node_modules/@omnia/fx/ux/app/index.js":{"id":"4350a45b-3b36-430f-8a77-a4131be9d583","buildMeta":{"exportsType":"namespace"},"expo.js":["AppContextProvider","AppInstanceToken","AppManagementBladeIds","AppPropertiesProvider","AppRendererBootstrapper","Router"]}}}
|
package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts
CHANGED
@@ -3,10 +3,12 @@ export declare const useThemeEditorStore: () => {
|
|
3
3
|
state: {
|
4
4
|
definition: ITemplateRegistration<ResolvedThemeDefinition>;
|
5
5
|
editMode: boolean;
|
6
|
+
enableDelete: boolean;
|
6
7
|
};
|
7
8
|
events: {
|
8
9
|
onMutatedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ResolvedThemeDefinition, import("@omnia/fx-models").TemplateRegistrationType>>;
|
9
10
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
11
|
+
onMutatedEnableDelete: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
10
12
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
11
13
|
actions: {
|
12
14
|
onDispatching: {
|
@@ -69,8 +69,8 @@ declare const _default: {
|
|
69
69
|
propsDefinition: Omit<Readonly<{} & {
|
70
70
|
blueprint?: BackgroundDefinition;
|
71
71
|
container?: boolean;
|
72
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
73
72
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
73
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
74
74
|
}>, never>;
|
75
75
|
};
|
76
76
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts
CHANGED
@@ -101,8 +101,8 @@ declare const _default: {
|
|
101
101
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
102
102
|
propsDefinition: Omit<Readonly<{} & {
|
103
103
|
container?: boolean;
|
104
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
105
104
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
105
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
106
106
|
"v-model"?: BorderStylingDefinition;
|
107
107
|
modelValue?: BorderStylingDefinition;
|
108
108
|
"onUpdate:modelValue"?: (value: BorderStylingDefinition) => any | void;
|
@@ -89,8 +89,8 @@ declare const _default: {
|
|
89
89
|
text?: string;
|
90
90
|
blueprint?: ChromeBlueprint;
|
91
91
|
container?: boolean;
|
92
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
93
92
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
93
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
94
94
|
variant?: VariantTypes;
|
95
95
|
}>, never>;
|
96
96
|
};
|
package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts
CHANGED
@@ -442,8 +442,8 @@ declare const _default: {
|
|
442
442
|
opacity?: boolean;
|
443
443
|
label?: string;
|
444
444
|
disabled?: boolean;
|
445
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
446
445
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
446
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
447
447
|
"v-slots"?: {
|
448
448
|
default?: import("../../../DefineVueTypings").Slot;
|
449
449
|
} & {
|
@@ -446,9 +446,9 @@ declare const _default: {
|
|
446
446
|
class?: String | String[];
|
447
447
|
label?: string;
|
448
448
|
disabled?: boolean;
|
449
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
450
449
|
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
451
450
|
themeDefinition?: ResolvedThemeDefinition;
|
451
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
452
452
|
"v-slots"?: {
|
453
453
|
default?: import("../../../DefineVueTypings").Slot;
|
454
454
|
} & {
|
@@ -384,14 +384,14 @@ declare const _default: {
|
|
384
384
|
container?: boolean;
|
385
385
|
class?: string;
|
386
386
|
label?: string;
|
387
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
388
387
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
388
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
389
389
|
"v-model"?: ColorSchema;
|
390
390
|
modelValue?: ColorSchema;
|
391
391
|
variant?: Variant;
|
392
392
|
"onUpdate:modelValue"?: (value: ColorSchema) => any | void;
|
393
|
-
closeIcon?: boolean;
|
394
393
|
selected?: boolean;
|
394
|
+
closeIcon?: boolean;
|
395
395
|
}>, "onClick:close" | "onClick:select"> & {
|
396
396
|
"onClick:close"?: () => any;
|
397
397
|
"onClick:select"?: (schema: ColorSchema) => any;
|
@@ -92,8 +92,8 @@ declare const _default: {
|
|
92
92
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
93
93
|
propsDefinition: Omit<Readonly<{} & {
|
94
94
|
container?: boolean;
|
95
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
96
95
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
96
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
97
97
|
"v-model"?: FillDefinition | ColorValue;
|
98
98
|
modelValue?: FillDefinition | ColorValue;
|
99
99
|
"onUpdate:modelValue"?: (value: FillDefinition | ColorValue) => any | void;
|
@@ -151,8 +151,8 @@ declare const _default: {
|
|
151
151
|
propsDefinition: Omit<Readonly<{} & {
|
152
152
|
container?: boolean;
|
153
153
|
class?: String | String[];
|
154
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
155
154
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
155
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
156
156
|
"v-slots"?: {
|
157
157
|
default?: import("../../../DefineVueTypings").Slot;
|
158
158
|
} & {
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { guid, ThemeDefinition, ThemeTypes } from "@omnia/fx-models";
|
2
|
-
export declare const
|
2
|
+
export declare const themeService: () => {
|
3
3
|
addOrUpdate: <T>(item: T) => Promise<T>;
|
4
4
|
delete: (id: guid) => Promise<void>;
|
5
|
-
|
6
|
-
|
5
|
+
loadThemeById: <T extends ThemeDefinition>(id: guid) => Promise<T>;
|
6
|
+
loadThemeByType: <T>(type: ThemeTypes) => Promise<T>;
|
7
7
|
loadAllThemes: <T>(id?: guid) => Promise<T>;
|
8
8
|
} & {
|
9
9
|
dispose?: () => void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ColorSchema, ComponentBlueprints, guid, ITemplateRegistration, ResolvedThemeDefinition, SpacingBlueprints, TemplateRegistrationType, ThemeDefinition, TypographyBlueprints
|
1
|
+
import { ColorSchema, ComponentBlueprints, guid, ITemplateRegistration, ResolvedThemeDefinition, SpacingBlueprints, TemplateRegistrationType, ThemeDefinition, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
type ThemeRegistration = ITemplateRegistration<ResolvedThemeDefinition, TemplateRegistrationType> | ITemplateRegistration<ColorSchema> | ITemplateRegistration<TypographyBlueprints> | ITemplateRegistration<ComponentBlueprints> | ITemplateRegistration<SpacingBlueprints>;
|
3
3
|
type ThemesResolved = Array<ThemeDefinition | ColorSchema | TypographyBlueprints | SpacingBlueprints | ComponentBlueprints>;
|
4
4
|
export declare const useThemeDataStore: () => {
|
@@ -30,7 +30,7 @@ export declare const useThemeDataStore: () => {
|
|
30
30
|
};
|
31
31
|
onDispatched: {
|
32
32
|
loadAll: {
|
33
|
-
subscribe(fn: (result: ThemesResolved
|
33
|
+
subscribe(fn: (result: ThemesResolved) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
34
|
};
|
35
35
|
save: {
|
36
36
|
subscribe(fn: (result: unknown, theme: ThemeRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -51,7 +51,7 @@ export declare const useThemeDataStore: () => {
|
|
51
51
|
};
|
52
52
|
};
|
53
53
|
} & {
|
54
|
-
loadAll(): Promise<ThemesResolved
|
54
|
+
loadAll(): Promise<ThemesResolved>;
|
55
55
|
save(theme: ThemeRegistration): Promise<unknown>;
|
56
56
|
delete(id: guid): Promise<unknown>;
|
57
57
|
};
|
@@ -370,8 +370,8 @@ declare const _default: {
|
|
370
370
|
container?: boolean;
|
371
371
|
class?: String | String[];
|
372
372
|
mandatory?: boolean;
|
373
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
374
373
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
374
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
375
375
|
"v-model"?: MediaScalingSettings;
|
376
376
|
modelValue?: MediaScalingSettings;
|
377
377
|
"onUpdate:modelValue"?: (value: MediaScalingSettings) => any | void;
|
@@ -99,8 +99,8 @@ declare const _default: {
|
|
99
99
|
container?: boolean;
|
100
100
|
title?: string;
|
101
101
|
description?: string;
|
102
|
-
colors?: import("../../..").ColorSchemaStoreType;
|
103
102
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
103
|
+
colors?: import("../../..").ColorSchemaStoreType;
|
104
104
|
}>, never>;
|
105
105
|
};
|
106
106
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts
CHANGED
@@ -58,8 +58,8 @@ declare const _default: {
|
|
58
58
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
59
59
|
propsDefinition: Omit<Readonly<{} & {
|
60
60
|
container?: boolean;
|
61
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
62
61
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
62
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
63
63
|
}>, never>;
|
64
64
|
};
|
65
65
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts
CHANGED
@@ -96,8 +96,8 @@ declare const _default: {
|
|
96
96
|
propsDefinition: Omit<Readonly<{} & {
|
97
97
|
container?: boolean;
|
98
98
|
title?: string;
|
99
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
100
99
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
100
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
101
101
|
settingsKey?: any;
|
102
102
|
multilingualtitle?: string | MultilingualString;
|
103
103
|
alternativeContent?: JSX.Element;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts
CHANGED
@@ -100,8 +100,8 @@ declare const _default: {
|
|
100
100
|
container?: boolean;
|
101
101
|
class?: String | String[];
|
102
102
|
filled?: boolean;
|
103
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
104
103
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
104
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
105
105
|
toned?: boolean;
|
106
106
|
getApi?: (store: ReturnType<typeof useSizeContainerStore>) => void;
|
107
107
|
}>, never>;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts
CHANGED
@@ -104,8 +104,8 @@ declare const _default: {
|
|
104
104
|
propsDefinition: Omit<Readonly<{} & {
|
105
105
|
container?: boolean;
|
106
106
|
small?: boolean;
|
107
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
108
107
|
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
108
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
109
109
|
parentContainer?: LayoutItem;
|
110
110
|
siblingId?: string;
|
111
111
|
postInsert?: boolean;
|
@@ -79,8 +79,8 @@ declare const _default: {
|
|
79
79
|
propsDefinition: Omit<Readonly<{} & {
|
80
80
|
container?: boolean;
|
81
81
|
item?: LayoutItemRegistration;
|
82
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
83
82
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
83
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
84
84
|
}>, "onClick"> & {
|
85
85
|
onClick?: () => any;
|
86
86
|
};
|
@@ -105,8 +105,8 @@ declare const _default: {
|
|
105
105
|
propsDefinition: Omit<Readonly<{} & {
|
106
106
|
container?: boolean;
|
107
107
|
small?: boolean;
|
108
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
109
108
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
109
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
110
110
|
toned?: boolean;
|
111
111
|
parentContainer?: LayoutItem;
|
112
112
|
siblingId?: string;
|
@@ -88,8 +88,8 @@ export declare const LayoutBlockRenderer: {
|
|
88
88
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
89
89
|
propsDefinition: Omit<Readonly<{} & {
|
90
90
|
container?: boolean;
|
91
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
92
91
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
92
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
93
93
|
renderContext?: LayoutEngineRenderContext<Block, SectionSettings>;
|
94
94
|
}>, "onBlockInstanceCreated" | "onGetBlock" | "onBlockInstanceCacheKeyUpdated"> & {
|
95
95
|
onBlockInstanceCreated?: (blockInstance: any) => any;
|
@@ -75,8 +75,8 @@ export declare const LayoutSectionRenderer: {
|
|
75
75
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
76
76
|
propsDefinition: Omit<Readonly<{} & {
|
77
77
|
container?: boolean;
|
78
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
79
78
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
79
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
80
80
|
renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
|
81
81
|
}>, never>;
|
82
82
|
};
|
@@ -412,10 +412,10 @@ declare const _default: {
|
|
412
412
|
blueprint?: TextBlueprint;
|
413
413
|
container?: boolean;
|
414
414
|
size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes;
|
415
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
416
415
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
417
416
|
plugins?: [object];
|
418
417
|
hideToolbar?: boolean;
|
418
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
419
419
|
"v-model"?: string;
|
420
420
|
modelValue?: string;
|
421
421
|
toned?: boolean;
|
@@ -152,8 +152,8 @@ declare const _default: {
|
|
152
152
|
propsDefinition: Omit<Readonly<{} & {
|
153
153
|
container?: boolean;
|
154
154
|
class?: String | String[];
|
155
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
156
155
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
156
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
157
157
|
"v-model"?: boolean;
|
158
158
|
modelValue?: boolean;
|
159
159
|
variant?: "default" | "dialog" | "editor" | "app";
|
@@ -167,8 +167,8 @@ declare const _default: {
|
|
167
167
|
container?: boolean;
|
168
168
|
class?: String | String[];
|
169
169
|
disabled?: boolean;
|
170
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
171
170
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
171
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
172
172
|
"v-model"?: number;
|
173
173
|
modelValue?: number;
|
174
174
|
"onUpdate:modelValue"?: (value: number) => any | void;
|
@@ -172,8 +172,8 @@ declare const _default: {
|
|
172
172
|
class?: String | String[];
|
173
173
|
label?: string;
|
174
174
|
disabled?: boolean;
|
175
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
176
175
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
176
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
177
177
|
"v-model"?: any;
|
178
178
|
modelValue?: any;
|
179
179
|
"onUpdate:modelValue"?: (value: any) => any | void;
|
@@ -223,8 +223,8 @@ declare const _default: {
|
|
223
223
|
container?: boolean;
|
224
224
|
class?: String | String[];
|
225
225
|
label?: string;
|
226
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
227
226
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
227
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
228
228
|
"v-model"?: [number, number];
|
229
229
|
modelValue?: [number, number];
|
230
230
|
variant?: "default" | "prominent";
|
@@ -307,8 +307,8 @@ declare const _default: {
|
|
307
307
|
padding?: Spacing | SpacingValue;
|
308
308
|
expanded?: any[];
|
309
309
|
multiple?: boolean;
|
310
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
311
310
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
311
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
312
312
|
"v-slots"?: {
|
313
313
|
default?: import("../../DefineVueTypings").Slot;
|
314
314
|
} & {
|
@@ -78,8 +78,8 @@ declare const _default: {
|
|
78
78
|
propsDefinition: Omit<Readonly<{} & {
|
79
79
|
text?: string;
|
80
80
|
container?: boolean;
|
81
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
82
81
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
82
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
83
83
|
renderingMode?: BlockRenderingModes;
|
84
84
|
}>, never>;
|
85
85
|
};
|
@@ -129,8 +129,8 @@ declare const _default: {
|
|
129
129
|
roles: guid[];
|
130
130
|
} & {
|
131
131
|
container?: boolean;
|
132
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
133
132
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
133
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
134
134
|
"v-slots"?: {
|
135
135
|
default?: import("../DefineVueTypings").Slot;
|
136
136
|
} & SecurityTrimmerSlots;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Color, LegacyThemeColorDefinition, ThemeStyling, LegacyThemeDefinition, LegacyBorderDefinition } from "../../models";
|
2
2
|
import { OmniaTheming } from "../OmniaTheming";
|
3
|
-
import { guid,
|
3
|
+
import { guid, LegacyThemeType } from "../../models";
|
4
4
|
export declare class ThemeManager {
|
5
5
|
static omniaTheming: OmniaTheming;
|
6
6
|
static isDarkColor(color: string): boolean;
|
@@ -24,5 +24,5 @@ export declare class ThemeManager {
|
|
24
24
|
static MigrateBorder(borderDefinition: LegacyBorderDefinition): void;
|
25
25
|
static CreateThemeStylingFromDefinition(themeDefinition: LegacyThemeColorDefinition): ThemeStyling;
|
26
26
|
static CreateDefaultBorderDefinition(): LegacyBorderDefinition;
|
27
|
-
static CreateThemeDefinition(primaryColor: string, secondaryColor: string, name: string, themeType:
|
27
|
+
static CreateThemeDefinition(primaryColor: string, secondaryColor: string, name: string, themeType: LegacyThemeType, id?: guid, readOnly?: boolean): LegacyThemeDefinition;
|
28
28
|
}
|
@@ -456,8 +456,8 @@ declare const _default: {
|
|
456
456
|
icon?: IIcon;
|
457
457
|
container?: boolean;
|
458
458
|
title?: string;
|
459
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
460
459
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
460
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
461
461
|
"v-slots"?: {
|
462
462
|
default?: import("../../../DefineVueTypings").Slot;
|
463
463
|
} & {
|
@@ -370,8 +370,8 @@ declare const _default: {
|
|
370
370
|
}>;
|
371
371
|
};
|
372
372
|
container?: boolean;
|
373
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
374
373
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
374
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
375
375
|
"v-model"?: VelcronDefinitionRegistration<object>;
|
376
376
|
modelValue?: VelcronDefinitionRegistration<object>;
|
377
377
|
"onUpdate:modelValue"?: (value: VelcronDefinitionRegistration<object>) => any | void;
|
@@ -135,9 +135,9 @@ declare const _default: {
|
|
135
135
|
} & {
|
136
136
|
container?: boolean;
|
137
137
|
active?: boolean;
|
138
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
139
138
|
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
140
139
|
themeDefinition?: ResolvedThemeDefinition;
|
140
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
141
141
|
context?: VelcronRenderContext;
|
142
142
|
editMode?: boolean;
|
143
143
|
eventHandlers?: VelcronRenderContextEventHandlers;
|
@@ -471,6 +471,7 @@ import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/velcron/Velc
|
|
471
471
|
import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definitionpicker/VelcronDefinitionPicker';
|
472
472
|
import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
|
473
473
|
import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/editors/PropertyEditorCreator';
|
474
|
+
import wc9c02218206624a9dbc979d23148f5d83 from '../../fx-sp/internal-do-not-import-from-here/ux/enterpriseproperties/display/taxonomyfield/TaxonomyFieldDisplay';
|
474
475
|
import wceda3a2e37278443899fcdc1e9dd694f4 from '../../fx-sp/internal-do-not-import-from-here/ux/enterpriseproperties/settings/taxonomyfield/TaxonomyFieldSettings';
|
475
476
|
import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
|
476
477
|
import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
|
@@ -3954,6 +3955,15 @@ declare global {
|
|
3954
3955
|
} : typeof wc4ecc566131194348b7ec8495a06d4fd6;
|
3955
3956
|
};
|
3956
3957
|
};
|
3958
|
+
"taxonomy": {
|
3959
|
+
"display": typeof wc9c02218206624a9dbc979d23148f5d83 extends {
|
3960
|
+
propsDefinition: infer TProp;
|
3961
|
+
} ? {
|
3962
|
+
new (...args: any[]): {
|
3963
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3964
|
+
};
|
3965
|
+
} : typeof wc9c02218206624a9dbc979d23148f5d83;
|
3966
|
+
};
|
3957
3967
|
"taxonomyfield": {
|
3958
3968
|
"settings": typeof wceda3a2e37278443899fcdc1e9dd694f4 extends {
|
3959
3969
|
propsDefinition: infer TProp;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.299-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.299-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
package/task.js
CHANGED
@@ -19,11 +19,6 @@ function init() {
|
|
19
19
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
20
20
|
resourceId: '0fe5c5f2-8d89-485b-afd4-36fe3ff5943a'
|
21
21
|
},
|
22
|
-
{
|
23
|
-
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json',
|
24
|
-
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
25
|
-
resourceId: 'dee030cc-4ab3-4158-bb06-8049f5c67542'
|
26
|
-
},
|
27
22
|
{
|
28
23
|
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.editor.manifest.json',
|
29
24
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
@@ -39,6 +34,16 @@ function init() {
|
|
39
34
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
40
35
|
resourceId: 'b46f7161-e941-4240-b573-a9cd83e9d132'
|
41
36
|
},
|
37
|
+
{
|
38
|
+
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.app.manifest.json',
|
39
|
+
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
40
|
+
resourceId: '749c622c-5268-4261-9264-92b827f2326c'
|
41
|
+
},
|
42
|
+
{
|
43
|
+
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json',
|
44
|
+
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
45
|
+
resourceId: 'dee030cc-4ab3-4158-bb06-8049f5c67542'
|
46
|
+
},
|
42
47
|
{
|
43
48
|
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.worker.manifest.json'
|
44
49
|
},
|
package/task.ts
CHANGED
@@ -19,11 +19,6 @@ export function init() {
|
|
19
19
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
20
20
|
resourceId: '0fe5c5f2-8d89-485b-afd4-36fe3ff5943a'
|
21
21
|
},
|
22
|
-
{
|
23
|
-
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json',
|
24
|
-
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
25
|
-
resourceId: 'dee030cc-4ab3-4158-bb06-8049f5c67542'
|
26
|
-
},
|
27
22
|
{
|
28
23
|
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.editor.manifest.json',
|
29
24
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
@@ -39,6 +34,16 @@ export function init() {
|
|
39
34
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
40
35
|
resourceId: 'b46f7161-e941-4240-b573-a9cd83e9d132'
|
41
36
|
},
|
37
|
+
{
|
38
|
+
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.app.manifest.json',
|
39
|
+
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
40
|
+
resourceId: '749c622c-5268-4261-9264-92b827f2326c'
|
41
|
+
},
|
42
|
+
{
|
43
|
+
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json',
|
44
|
+
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
45
|
+
resourceId: 'dee030cc-4ab3-4158-bb06-8049f5c67542'
|
46
|
+
},
|
42
47
|
{
|
43
48
|
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.worker.manifest.json'
|
44
49
|
},
|