@omnia/fx 8.0.305-dev → 8.0.307-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.
Files changed (24) hide show
  1. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +4 -85
  2. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +20 -35
  3. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/HeaderEditorStore.d.ts +16 -0
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/aurora/store/ThemeNormalizer.d.ts +4 -0
  7. package/internal-do-not-import-from-here/ux/aurora/store/VariantManager.d.ts +6 -7
  8. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  9. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +1 -0
  10. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +4 -5
  11. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +3 -29
  12. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +3 -29
  13. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +6 -42
  14. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDividerSettings.d.ts +4 -18
  15. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
  17. package/internal-do-not-import-from-here/wctypings.d.ts +20 -0
  18. package/package.json +2 -2
  19. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/IAppImageInput.d.ts +0 -0
  20. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/BlockBladeEdit.d.ts +0 -16
  21. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +0 -32
  22. package/internal-do-not-import-from-here/ux/shapedivider/IShapeDivider.d.ts +0 -13
  23. package/internal-do-not-import-from-here/ux/shapedivider/IShapeDividerSettings.d.ts +0 -17
  24. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{BlockBlade.d.ts → HeaderBlade.d.ts} +0 -0
@@ -1,86 +1,5 @@
1
- import { AppInstance } from "@omnia/fx/models";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- alignX: {
5
- type: import("vue").PropType<"left" | "right" | "center">;
6
- required: false;
7
- };
8
- imageHeight: {
9
- type: import("vue").PropType<number>;
10
- };
11
- imageWidth: {
12
- type: import("vue").PropType<number>;
13
- };
14
- appInstance: {
15
- type: import("vue").PropType<AppInstance>;
16
- };
17
- }>> & {
18
- onDoc$?: (description?: string) => any;
19
- onValueChanged?: () => any;
20
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
- valueChanged: () => void;
22
- doc$(description?: string): {
23
- valueChanged: () => void;
24
- };
25
- }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
26
- P: {};
27
- B: {};
28
- D: {};
29
- C: {};
30
- M: {};
31
- Defaults: {};
32
- }, Readonly<import("vue").ExtractPropTypes<{
33
- alignX: {
34
- type: import("vue").PropType<"left" | "right" | "center">;
35
- required: false;
36
- };
37
- imageHeight: {
38
- type: import("vue").PropType<number>;
39
- };
40
- imageWidth: {
41
- type: import("vue").PropType<number>;
42
- };
43
- appInstance: {
44
- type: import("vue").PropType<AppInstance>;
45
- };
46
- }>> & {
47
- onDoc$?: (description?: string) => any;
48
- onValueChanged?: () => any;
49
- }, () => JSX.Element, {}, {}, {}, {}>;
50
- __isFragment?: never;
51
- __isTeleport?: never;
52
- __isSuspense?: never;
53
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
54
- alignX: {
55
- type: import("vue").PropType<"left" | "right" | "center">;
56
- required: false;
57
- };
58
- imageHeight: {
59
- type: import("vue").PropType<number>;
60
- };
61
- imageWidth: {
62
- type: import("vue").PropType<number>;
63
- };
64
- appInstance: {
65
- type: import("vue").PropType<AppInstance>;
66
- };
67
- }>> & {
68
- onDoc$?: (description?: string) => any;
69
- onValueChanged?: () => any;
70
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
71
- valueChanged: () => void;
72
- doc$(description?: string): {
73
- valueChanged: () => void;
74
- };
75
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
76
- propsDefinition: Omit<Readonly<{} & {
77
- alignX?: "left" | "right" | "center";
78
- appInstance?: AppInstance;
79
- imageWidth?: number;
80
- imageHeight?: number;
81
- }>, "onValueChanged" | "onDoc$"> & {
82
- onValueChanged?: () => any;
83
- onDoc$?: (description?: string) => any;
84
- };
85
- };
1
+ import { AppInstance, OHorizontalAlignments } from "@omnia/fx/models";
2
+ import { DefineEmit, DefineProp } from "@omnia/fx/ux";
3
+ type AppImageInputProps = DefineEmit<"valueChanged", () => void> & DefineProp<"appInstance", AppInstance> & DefineProp<"imageWidth", number> & DefineProp<"imageHeight", number> & DefineProp<"alignX", OHorizontalAlignments>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<AppImageInputProps>) => any;
86
5
  export default _default;
@@ -23,47 +23,16 @@ export declare const useComponentsEditorStore: () => {
23
23
  createBlueprints(): void;
24
24
  editBlueprints(blueprint: ITemplateRegistration<ComponentBlueprints>): void;
25
25
  copyBlueprints(blueprints: ComponentBlueprints): void;
26
- updateEditingBlocksBlueprints(): void;
27
26
  updateEditingButtonsBlueprints(): void;
28
27
  updateEditingTabsBlueprints(): void;
29
28
  updateEditingIconBlueprints(): void;
30
29
  updateEditingContainerBlueprints(): void;
30
+ updateEditingHeaderBlueprints(): void;
31
31
  resetEditingIconBlueprints(): void;
32
32
  save(): Promise<boolean>;
33
33
  delete(): Promise<boolean>;
34
34
  }>;
35
35
  get: {
36
- blockEditorStore: {
37
- state: {
38
- editMode: boolean;
39
- previewColorSchema: import("@omnia/fx-models").ColorSchemaType;
40
- backgroundOpacity: number;
41
- backgroundColor: import("@omnia/fx-models").ColorValue;
42
- editingBlueprint: import("@omnia/fx-models").ChromeBlueprint;
43
- editingBlueprintType: import("@omnia/fx-models").BlueprintVariant;
44
- chromeBlueprints: import("@omnia/fx-models").ChromeBlueprints;
45
- };
46
- events: import("@omnia/fx/stores").StoreEvents<{
47
- editMode: boolean;
48
- previewColorSchema: import("@omnia/fx-models").ColorSchemaType;
49
- backgroundOpacity: number;
50
- backgroundColor: import("@omnia/fx-models").ColorValue;
51
- editingBlueprint: import("@omnia/fx-models").ChromeBlueprint;
52
- editingBlueprintType: import("@omnia/fx-models").BlueprintVariant;
53
- chromeBlueprints: import("@omnia/fx-models").ChromeBlueprints;
54
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
55
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
56
- editChromeBlueprints(blueprints: import("@omnia/fx-models").ChromeBlueprints): void;
57
- editChromeBlueprint(variant: import("@omnia/fx-models").BlueprintVariant): void;
58
- addChromeBlueprint(blueprint: import("@omnia/fx-models").ChromeBlueprint): void;
59
- copyChromeBlueprint(blueprint: import("@omnia/fx-models").ChromeBlueprint): void;
60
- updateHeaderDefinition(definition: import("@omnia/fx-models").VelcronAppDefinition<any>): void;
61
- applyChanges(): void;
62
- }>;
63
- get: {};
64
- } & {
65
- dispose?: () => void;
66
- };
67
36
  tabsEditorStore: {
68
37
  state: {
69
38
  blueprints: import("@omnia/fx-models").TabsBlueprints;
@@ -80,7 +49,7 @@ export declare const useComponentsEditorStore: () => {
80
49
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
81
50
  setEditingBlueprints(blueprints: ComponentBlueprints): void;
82
51
  deleteEditingVariant(): void;
83
- addVariant(): import("@omnia/fx-models").BlueprintVariant;
52
+ addVariant(): string;
84
53
  setEditingBlueprint(variant: import("@omnia/fx-models").BlueprintVariant): void;
85
54
  applyChanges(): void;
86
55
  }>;
@@ -131,7 +100,7 @@ export declare const useComponentsEditorStore: () => {
131
100
  } & {
132
101
  dispose?: () => void;
133
102
  };
134
- containersEditorStore: {
103
+ containerFillsEditorStore: {
135
104
  state: {
136
105
  editMode: boolean;
137
106
  previewColorSchema: import("@omnia/fx-models").ColorSchemaType;
@@ -148,7 +117,7 @@ export declare const useComponentsEditorStore: () => {
148
117
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
149
118
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
150
119
  deleteEditingVariant(): void;
151
- addVariant(): import("@omnia/fx-models").BlueprintVariant;
120
+ addVariant(): string;
152
121
  editBlueprints(blueprints: import("@omnia/fx-models").ContainerFillBlueprints): void;
153
122
  editBlueprint(variant: import("@omnia/fx-models").BlueprintVariant): void;
154
123
  addBlueprint(blueprint: import("@omnia/fx-models").ContainerFillBlueprint): void;
@@ -159,6 +128,21 @@ export declare const useComponentsEditorStore: () => {
159
128
  } & {
160
129
  dispose?: () => void;
161
130
  };
131
+ headerEditorStore: {
132
+ state: {
133
+ blueprints: import("@omnia/fx-models").HeaderBlueprints;
134
+ };
135
+ events: import("@omnia/fx/stores").StoreEvents<{
136
+ blueprints: import("@omnia/fx-models").HeaderBlueprints;
137
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
138
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
139
+ setEditingBlueprints(blueprints: ComponentBlueprints): void;
140
+ deleteEditingVariant(variant: import("@omnia/fx-models").BlueprintVariant): void;
141
+ addVariant(): string;
142
+ }>;
143
+ } & {
144
+ dispose?: () => void;
145
+ };
162
146
  };
163
147
  bladeId: {
164
148
  addBlueprint: guid;
@@ -178,6 +162,7 @@ export declare const useComponentsEditorStore: () => {
178
162
  blockEditBlade: guid;
179
163
  containersBlade: guid;
180
164
  containerEditBlade: guid;
165
+ headersBlade: guid;
181
166
  };
182
167
  availableBlueprints: IBlueprintItem[];
183
168
  } & {
@@ -16,7 +16,7 @@ export declare const useContainerFillsEditorStore: () => {
16
16
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
17
17
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
18
18
  deleteEditingVariant(): void;
19
- addVariant(): BlueprintVariant;
19
+ addVariant(): string;
20
20
  editBlueprints(blueprints: ContainerFillBlueprints): void;
21
21
  editBlueprint(variant: BlueprintVariant): void;
22
22
  addBlueprint(blueprint: ContainerFillBlueprint): void;
@@ -0,0 +1,16 @@
1
+ import { BlueprintVariant, ComponentBlueprints, HeaderBlueprints } from "@omnia/fx-models";
2
+ export declare const useHeadersEditorStore: () => {
3
+ state: {
4
+ blueprints: HeaderBlueprints;
5
+ };
6
+ events: import("@omnia/fx/stores").StoreEvents<{
7
+ blueprints: HeaderBlueprints;
8
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
9
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
10
+ setEditingBlueprints(blueprints: ComponentBlueprints): void;
11
+ deleteEditingVariant(variant: BlueprintVariant): void;
12
+ addVariant(): string;
13
+ }>;
14
+ } & {
15
+ dispose?: () => void;
16
+ };
@@ -15,7 +15,7 @@ export declare const useTabsEditorStore: () => {
15
15
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
16
16
  setEditingBlueprints(blueprints: ComponentBlueprints): void;
17
17
  deleteEditingVariant(): void;
18
- addVariant(): BlueprintVariant;
18
+ addVariant(): string;
19
19
  setEditingBlueprint(variant: BlueprintVariant): void;
20
20
  applyChanges(): void;
21
21
  }>;
@@ -0,0 +1,4 @@
1
+ import { ResolvedThemeDefinition } from "@omnia/fx-models";
2
+ export declare function ThemeNormalizer(): {
3
+ normalize: (themeDefinition: ResolvedThemeDefinition) => ResolvedThemeDefinition;
4
+ };
@@ -1,8 +1,7 @@
1
- import { BlueprintVariant, VariantBlueprints } from "@omnia/fx-models";
2
- export declare function useVariantManager(): {
3
- countVariants: (variants: VariantBlueprints<any>) => number;
4
- getEmptyVariant: (variants: VariantBlueprints<any>) => BlueprintVariant;
5
- hasEmptySlots: (variants: VariantBlueprints<any>) => boolean;
6
- hasVariant: (variants: VariantBlueprints<any>, variant: BlueprintVariant) => boolean;
7
- getVariant: (variants: VariantBlueprints<any>, variant: BlueprintVariant) => any;
1
+ export declare function useVariantManager<TVariants extends Record<string, any>, TVariant>(): {
2
+ countVariants: (variants: TVariants, variantTypes: Array<string>) => number;
3
+ getEmptyVariant: (variants: TVariants, variantTypes: Array<string>) => string;
4
+ hasEmptySlots: (variants: TVariants, variantTypes: Array<string>) => boolean;
5
+ hasVariant: (variants: TVariants, variant: string) => boolean;
6
+ getVariant: (variants: TVariants, variant: string) => any;
8
7
  };
@@ -11,3 +11,4 @@ export * from "./FontStore";
11
11
  export * from "./SpacingMigration";
12
12
  export * from "./ThemeStorage";
13
13
  export * from "./VariantManager";
14
+ export * from "./ThemeNormalizer";
@@ -2,6 +2,7 @@ import { VersionedLayoutId } from "@omnia/fx-models";
2
2
  export interface LayoutBlockSettings {
3
3
  versionLayoutId: VersionedLayoutId;
4
4
  minHeight: number;
5
+ renderDelay: number;
5
6
  }
6
7
  declare const _default: {
7
8
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1,10 +1,9 @@
1
- import { ScopedSlots, DefineEmit } from "@omnia/fx/ux";
2
- import { IProfileCardScopedSlots, UserIdentity } from "../../models";
1
+ import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
2
+ import { UserIdentity, ProfileCardTenantPeopleInformationProps, ProfileCardItemScopedSlots } from "../../models";
3
3
  import "./ProfileCard.css";
4
+ import { VNode } from "vue";
4
5
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
5
6
  user?: UserIdentity;
6
- } & {
7
- scopedSlots?: ScopedSlots<IProfileCardScopedSlots>;
8
7
  } & {
9
8
  appendToBody?: boolean;
10
9
  } & {
@@ -17,5 +16,5 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
17
16
  href?: string;
18
17
  } & {
19
18
  ripple?: boolean;
20
- } & DefineEmit<"onClick", (e: Event) => void>>) => any;
19
+ } & DefineEmit<"onClick", (e: Event) => void> & DefineSlot<"renderChildren", (content: ProfileCardTenantPeopleInformationProps) => VNode> & DefineSlot<"default", (content: ProfileCardItemScopedSlots) => VNode>>) => any;
21
20
  export default _default;
@@ -5,35 +5,9 @@ export declare const languagePickerEditorExtension: () => {
5
5
  getConfiguration(): {
6
6
  nodes: any[];
7
7
  toolbarItems: {
8
- toolbar: {
9
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
10
- multilingualContext: {
11
- type: import("vue").PropType<import("../../..").MultilingualContext>;
12
- };
13
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
14
- P: {};
15
- B: {};
16
- D: {};
17
- C: {};
18
- M: {};
19
- Defaults: {};
20
- }, Readonly<import("vue").ExtractPropTypes<{
21
- multilingualContext: {
22
- type: import("vue").PropType<import("../../..").MultilingualContext>;
23
- };
24
- }>>, () => JSX.Element, {}, {}, {}, {}>;
25
- __isFragment?: never;
26
- __isTeleport?: never;
27
- __isSuspense?: never;
28
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
29
- multilingualContext: {
30
- type: import("vue").PropType<import("../../..").MultilingualContext>;
31
- };
32
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
33
- propsDefinition: Omit<Readonly<{} & {
34
- multilingualContext?: import("../../..").MultilingualContext;
35
- }>, never>;
36
- };
8
+ toolbar: (props: import("../../..").ConstructComponentProps<{
9
+ multilingualContext?: import("../../..").MultilingualContext;
10
+ }>) => any;
37
11
  configuration: {};
38
12
  }[];
39
13
  };
@@ -1,31 +1,5 @@
1
1
  import { MultilingualContext } from "../../../MultilingualContext";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- multilingualContext: {
5
- type: import("vue").PropType<MultilingualContext>;
6
- };
7
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
8
- P: {};
9
- B: {};
10
- D: {};
11
- C: {};
12
- M: {};
13
- Defaults: {};
14
- }, Readonly<import("vue").ExtractPropTypes<{
15
- multilingualContext: {
16
- type: import("vue").PropType<MultilingualContext>;
17
- };
18
- }>>, () => JSX.Element, {}, {}, {}, {}>;
19
- __isFragment?: never;
20
- __isTeleport?: never;
21
- __isSuspense?: never;
22
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
23
- multilingualContext: {
24
- type: import("vue").PropType<MultilingualContext>;
25
- };
26
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
27
- propsDefinition: Omit<Readonly<{} & {
28
- multilingualContext?: MultilingualContext;
29
- }>, never>;
30
- };
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ multilingualContext?: MultilingualContext;
4
+ }>) => any;
31
5
  export default _default;
@@ -1,42 +1,6 @@
1
- import { IWebComponentInstance } from "@omnia/fx";
2
- import { VueComponentBase } from "@omnia/fx/ux";
3
- import { ShapeDividerSettings, ShapeDividerTypes, ShapeDividerPositions } from "../../models";
4
- import { Spacing } from "../../models";
5
- export declare class ShapeDividerComponent extends VueComponentBase implements IWebComponentInstance, ShapeDividerSettings {
6
- invert: boolean;
7
- position: ShapeDividerPositions;
8
- flip: boolean;
9
- shape: ShapeDividerTypes;
10
- color: string;
11
- spacing: Spacing;
12
- borderradius: number;
13
- width: number;
14
- height: number;
15
- private themeStyling;
16
- mounted(): void;
17
- renderWavesOpacity(): JSX.Element[];
18
- renderWaves(): JSX.Element;
19
- renderCurve(): JSX.Element;
20
- renderCurveAsymmetrical(): JSX.Element;
21
- renderTriangle(): JSX.Element;
22
- renderTriangleAsymmetrical(): JSX.Element;
23
- renderTilt(): JSX.Element;
24
- renderArrow(): JSX.Element;
25
- renderSplit(): JSX.Element | JSX.Element[];
26
- renderBook(): JSX.Element;
27
- getDivStyle(): {
28
- position: string;
29
- left: string;
30
- width: string;
31
- overflow: string;
32
- "line-height": number;
33
- transform: any;
34
- bottom: string;
35
- top: string;
36
- "border-top-left-radius": string;
37
- "border-top-right-radius": string;
38
- "pointer-events": string;
39
- };
40
- private getSvgStyle;
41
- render(): JSX.Element;
42
- }
1
+ import { DefineProp } from "@omnia/fx/ux";
2
+ import { ShapeDividerTypes, ShapeDividerPositions } from "../../models";
3
+ import { Spacing } from "@omnia/fx-models";
4
+ type ShapeDividerProps = DefineProp<"invert", boolean> & DefineProp<"position", ShapeDividerPositions> & DefineProp<"flip", boolean> & DefineProp<"shape", ShapeDividerTypes> & DefineProp<"color", string> & DefineProp<"spacing", Spacing> & DefineProp<"borderradius", number> & DefineProp<"width", number> & DefineProp<"height", number>;
5
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ShapeDividerProps>) => any;
6
+ export default _default;
@@ -1,19 +1,5 @@
1
- import { IWebComponentInstance } from "@omnia/fx";
2
- import { IShapeDividerSettingsComponent } from "./IShapeDividerSettings";
3
- import { ShapeDividerLocalization } from "./loc/localize";
1
+ import { DefineEmit, DefineProp } from "@omnia/fx/ux";
4
2
  import { ShapeDividerSettings } from "../../models";
5
- import { VueComponentBase } from "..";
6
- export declare class ShapeDividerSettingsComponent extends VueComponentBase implements IWebComponentInstance, IShapeDividerSettingsComponent {
7
- settings: ShapeDividerSettings;
8
- onSettingsUpdated?: (settings: ShapeDividerSettings) => void;
9
- loc: ShapeDividerLocalization.locInterface;
10
- private showShapeSettings;
11
- model: ShapeDividerSettings;
12
- private shapeTypes;
13
- mounted(): void;
14
- created(): void;
15
- initModel(): void;
16
- updateSettings(): void;
17
- private setShapeSettingsVisibility;
18
- render(): JSX.Element;
19
- }
3
+ type ShapeDividerSettingsProps = DefineProp<"settings", ShapeDividerSettings> & DefineEmit<"settingsUpdated", (settings: ShapeDividerSettings) => void>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ShapeDividerSettingsProps>) => any;
5
+ export default _default;
@@ -27,6 +27,7 @@ export declare const VelcronConstants: {
27
27
  "slide-panel": string;
28
28
  editor: string;
29
29
  link: string;
30
+ motion: string;
30
31
  };
31
32
  events: {
32
33
  idTokenStart: string;
@@ -17,3 +17,4 @@ export declare const VelcronReferenceComponentDescriptor: VelcronComponentDescri
17
17
  export declare const VelcronSliderComponentDescriptor: VelcronComponentDescriptor;
18
18
  export declare const VelcronEditorComponentDescriptor: VelcronComponentDescriptor;
19
19
  export declare const VelcronLinkComponentDescriptor: VelcronComponentDescriptor;
20
+ export declare const VelcronMotionComponentDescriptor: VelcronComponentDescriptor;
@@ -104,6 +104,8 @@ import wc8c7794090eb647eb8510b39cbefa17a7 from './ux/rollupempty/RollupEmpty';
104
104
  import wc327f0bbcccdf4ad6b43b86816c61d6c9 from './ux/rollupfilter/RollupFilter';
105
105
  import wc379287b1efe64a49a43fcd754d1fd951 from './ux/securitytrimmer/SecurityTrimmer';
106
106
  import wcc0de4753b9fe4004b0f4e6b6b91730ab from './ux/settings/SettingsPane';
107
+ import wc67a7bdf58e82465d8f3fc32413512932 from './ux/shapedivider/ShapeDividerSettings';
108
+ import wce11da8c3cd654c1e8701db2c69e423de from './ux/shapedivider/ShapeDivider';
107
109
  import wc07fdbc119d7742769eafe5f45ce14e18 from './ux/sharepointvideo/SharepointVideo';
108
110
  import wc539d199f69934c10a963f142e4f3056d from './ux/sidepanel/SidePanelRenderer';
109
111
  import wcb5315b31203e4bd1beb3c33f2122cbfe from './ux/signin/AuthenticationPage';
@@ -2042,6 +2044,24 @@ declare global {
2042
2044
  };
2043
2045
  } : typeof wc379287b1efe64a49a43fcd754d1fd951;
2044
2046
  };
2047
+ "shape": {
2048
+ "divider": {
2049
+ "settings": typeof wc67a7bdf58e82465d8f3fc32413512932 extends {
2050
+ propsDefinition: infer TProp;
2051
+ } ? {
2052
+ new (...args: any[]): {
2053
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2054
+ };
2055
+ } : typeof wc67a7bdf58e82465d8f3fc32413512932;
2056
+ };
2057
+ "divider$": typeof wce11da8c3cd654c1e8701db2c69e423de extends {
2058
+ propsDefinition: infer TProp;
2059
+ } ? {
2060
+ new (...args: any[]): {
2061
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2062
+ };
2063
+ } : typeof wce11da8c3cd654c1e8701db2c69e423de;
2064
+ };
2045
2065
  "sp": {
2046
2066
  "video": typeof wc07fdbc119d7742769eafe5f45ce14e18 extends {
2047
2067
  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.305-dev",
4
+ "version": "8.0.307-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.305-dev",
23
+ "@omnia/fx-models": "8.0.307-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,16 +0,0 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
16
- export default _default;
@@ -1,32 +0,0 @@
1
- import { ChromeBlueprint, ColorSchemaType, VelcronAppDefinition, ColorValue, ChromeBlueprints, BlueprintVariant } from "@omnia/fx-models";
2
- export declare const useChromeEditorStore: () => {
3
- state: {
4
- editMode: boolean;
5
- previewColorSchema: ColorSchemaType;
6
- backgroundOpacity: number;
7
- backgroundColor: ColorValue;
8
- editingBlueprint: ChromeBlueprint;
9
- editingBlueprintType: BlueprintVariant;
10
- chromeBlueprints: ChromeBlueprints;
11
- };
12
- events: import("@omnia/fx/stores").StoreEvents<{
13
- editMode: boolean;
14
- previewColorSchema: ColorSchemaType;
15
- backgroundOpacity: number;
16
- backgroundColor: ColorValue;
17
- editingBlueprint: ChromeBlueprint;
18
- editingBlueprintType: BlueprintVariant;
19
- chromeBlueprints: ChromeBlueprints;
20
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
21
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
22
- editChromeBlueprints(blueprints: ChromeBlueprints): void;
23
- editChromeBlueprint(variant: BlueprintVariant): void;
24
- addChromeBlueprint(blueprint: ChromeBlueprint): void;
25
- copyChromeBlueprint(blueprint: ChromeBlueprint): void;
26
- updateHeaderDefinition(definition: VelcronAppDefinition<any>): void;
27
- applyChanges(): void;
28
- }>;
29
- get: {};
30
- } & {
31
- dispose?: () => void;
32
- };
@@ -1,13 +0,0 @@
1
- import { ShapeDividerSettings } from "../../models";
2
- import { TsxAllowUnknowProperties } from "..";
3
- declare global {
4
- namespace JSX {
5
- interface Element {
6
- }
7
- interface ElementClass {
8
- }
9
- interface IntrinsicElements {
10
- "omfx-shape-divider": TsxAllowUnknowProperties<ShapeDividerSettings>;
11
- }
12
- }
13
- }
@@ -1,17 +0,0 @@
1
- import { TsxAllowUnknowProperties } from "@omnia/fx/ux";
2
- import { ShapeDividerSettings } from "../../models";
3
- export interface IShapeDividerSettingsComponent {
4
- settings: ShapeDividerSettings;
5
- onSettingsUpdated?: (settings: ShapeDividerSettings) => void;
6
- }
7
- declare global {
8
- namespace JSX {
9
- interface Element {
10
- }
11
- interface ElementClass {
12
- }
13
- interface IntrinsicElements {
14
- "omfx-shape-divider-settings": TsxAllowUnknowProperties<IShapeDividerSettingsComponent>;
15
- }
16
- }
17
- }