@omnia/fx 8.0.34-dev → 8.0.35-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 (67) hide show
  1. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +2 -1
  2. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +2 -0
  3. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +2 -1
  4. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
  5. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
  6. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
  7. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
  8. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
  9. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
  10. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +1 -0
  11. package/internal-do-not-import-from-here/shared/models/hub/index.js +1 -0
  12. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +2 -2
  13. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +1 -0
  14. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +4 -0
  15. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +9 -2
  16. package/internal-do-not-import-from-here/shared/services/SourceFileService.d.ts +7 -0
  17. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +0 -18
  18. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +17 -16
  21. package/internal-do-not-import-from-here/ux/hub/feed/components/SenderItem.d.ts +51 -17
  22. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +23 -10
  23. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
  25. package/internal-do-not-import-from-here/ux/oxide/lazy/Avatar.css.d.ts +4 -0
  26. package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/definitions/colorschemes/blades/ColorSchemaDefinitionBlade.d.ts → oxide/lazy/Lazy.d.ts} +42 -48
  27. package/internal-do-not-import-from-here/ux/theming-v2/SpacingDefinitionStore.d.ts +23 -0
  28. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/BlockBlade.d.ts +4 -31
  30. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/ComponentsBlade.d.ts +4 -31
  31. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/EditBlueprint.d.ts +4 -48
  32. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/SpacingBlade.d.ts +4 -31
  33. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/TypographyBlade.d.ts +4 -31
  34. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +9 -1
  35. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/{typography/blades/TypographysBlade.d.ts → colorschemas/blades/ColorSchemaDefinitionBlade.d.ts} +5 -52
  36. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +41 -0
  37. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/{colorschemes/blades/ColorSchemasBlade.d.ts → spacing/SpacingJourney.d.ts} +5 -52
  38. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingDefinitionBlade.css.d.ts +4 -0
  39. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingDefinitionBlade.d.ts +91 -0
  40. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingSettingsBlade.d.ts +91 -0
  41. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +42 -0
  42. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographyDefinitionBlade.d.ts +4 -70
  43. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographySettingsBlade.d.ts +5 -1743
  44. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.css.d.ts +8 -0
  45. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.d.ts +461 -0
  46. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +82 -0
  47. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/SpacingTypes.d.ts +3 -0
  49. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/TypographyTypes.d.ts +4 -0
  50. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/SpacingTypes.d.ts +2 -0
  51. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/SpacingTypes.d.ts +2 -0
  52. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/TypographyTypes.d.ts +4 -0
  53. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -0
  56. package/internal-do-not-import-from-here/ux/use/Shared.d.ts +5 -0
  57. package/internal-do-not-import-from-here/ux/use/Types.d.ts +4 -0
  58. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +5 -0
  59. package/internal-do-not-import-from-here/ux/use/UseInterSectionObserver.d.ts +39 -0
  60. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +522 -3
  63. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +9 -9
  64. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +31 -31
  65. package/internal-do-not-import-from-here/wctypings.d.ts +15 -1
  66. package/package.json +2 -2
  67. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/{colorschemes → colorschemas}/ColorSchemasJourney.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { ColorSchema, Guid } from "@omnia/fx-models";
1
+ import { nextTick } from "vue";
2
2
  declare const _default: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
@@ -7,6 +7,7 @@ declare const _default: {
7
7
  style?: unknown;
8
8
  class?: unknown;
9
9
  key?: string | number | symbol;
10
+ readonly minHeight?: number;
10
11
  ref?: import("vue").VNodeRef;
11
12
  ref_for?: boolean;
12
13
  ref_key?: string;
@@ -48,11 +49,10 @@ declare const _default: {
48
49
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
50
  [key: string]: any;
50
51
  }>) => void)[];
51
- readonly colorSchema?: ColorSchema;
52
- readonly edit?: boolean;
53
- readonly bladeId?: Guid;
54
- readonly "color-schema"?: ColorSchema;
55
- readonly "blade-id"?: Guid;
52
+ readonly variant?: "intersect" | "next-tick";
53
+ readonly renderOnIdle?: boolean;
54
+ readonly unrender?: boolean;
55
+ readonly unrenderDelay?: number;
56
56
  };
57
57
  $attrs: {
58
58
  [x: string]: unknown;
@@ -68,23 +68,21 @@ declare const _default: {
68
68
  $emit: (event: string, ...args: any[]) => void;
69
69
  $el: any;
70
70
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
71
- "blade-id": {
72
- type: import("vue").PropType<Guid>;
71
+ unrenderDelay: {
72
+ type: import("vue").PropType<number>;
73
73
  };
74
- bladeId: {
75
- type: import("vue").PropType<Guid>;
74
+ minHeight: {
75
+ type: import("vue").PropType<number>;
76
76
  };
77
- "color-schema": {
78
- type: import("vue").PropType<ColorSchema>;
79
- };
80
- colorSchema: {
81
- type: import("vue").PropType<ColorSchema>;
82
- };
83
- edit: {
77
+ unrender: {
84
78
  type: import("vue").PropType<boolean>;
85
- } & {
79
+ };
80
+ renderOnIdle: {
86
81
  type: import("vue").PropType<boolean>;
87
82
  };
83
+ variant: {
84
+ type: import("vue").PropType<"intersect" | "next-tick">;
85
+ };
88
86
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
89
87
  beforeCreate?: (() => void) | (() => void)[];
90
88
  created?: (() => void) | (() => void)[];
@@ -103,55 +101,51 @@ declare const _default: {
103
101
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
104
102
  };
105
103
  $forceUpdate: () => void;
106
- $nextTick: typeof import("vue").nextTick;
104
+ $nextTick: typeof nextTick;
107
105
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
108
106
  } & Readonly<import("vue").ExtractPropTypes<{
109
- "blade-id": {
110
- type: import("vue").PropType<Guid>;
111
- };
112
- bladeId: {
113
- type: import("vue").PropType<Guid>;
114
- };
115
- "color-schema": {
116
- type: import("vue").PropType<ColorSchema>;
107
+ unrenderDelay: {
108
+ type: import("vue").PropType<number>;
117
109
  };
118
- colorSchema: {
119
- type: import("vue").PropType<ColorSchema>;
110
+ minHeight: {
111
+ type: import("vue").PropType<number>;
120
112
  };
121
- edit: {
113
+ unrender: {
122
114
  type: import("vue").PropType<boolean>;
123
- } & {
115
+ };
116
+ renderOnIdle: {
124
117
  type: import("vue").PropType<boolean>;
125
118
  };
119
+ variant: {
120
+ type: import("vue").PropType<"intersect" | "next-tick">;
121
+ };
126
122
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
127
123
  __isFragment?: never;
128
124
  __isTeleport?: never;
129
125
  __isSuspense?: never;
130
126
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
131
- "blade-id": {
132
- type: import("vue").PropType<Guid>;
133
- };
134
- bladeId: {
135
- type: import("vue").PropType<Guid>;
127
+ unrenderDelay: {
128
+ type: import("vue").PropType<number>;
136
129
  };
137
- "color-schema": {
138
- type: import("vue").PropType<ColorSchema>;
130
+ minHeight: {
131
+ type: import("vue").PropType<number>;
139
132
  };
140
- colorSchema: {
141
- type: import("vue").PropType<ColorSchema>;
142
- };
143
- edit: {
133
+ unrender: {
144
134
  type: import("vue").PropType<boolean>;
145
- } & {
135
+ };
136
+ renderOnIdle: {
146
137
  type: import("vue").PropType<boolean>;
147
138
  };
139
+ variant: {
140
+ type: import("vue").PropType<"intersect" | "next-tick">;
141
+ };
148
142
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
149
143
  propsDefinition: Omit<Readonly<{} & {
150
- colorSchema?: ColorSchema;
151
- edit?: boolean;
152
- bladeId?: Guid;
153
- "color-schema"?: ColorSchema;
154
- "blade-id"?: Guid;
144
+ minHeight?: number;
145
+ variant?: "intersect" | "next-tick";
146
+ renderOnIdle?: boolean;
147
+ unrender?: boolean;
148
+ unrenderDelay?: number;
155
149
  }>, never>;
156
150
  };
157
151
  export default _default;
@@ -0,0 +1,23 @@
1
+ import { SpacingDefinition } from "@omnia/fx-models";
2
+ export declare const useSpacingDefinitionStore: () => {
3
+ state: {
4
+ spacingDefinitions: SpacingDefinition[];
5
+ };
6
+ events: {
7
+ onMutatedSpacingDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingDefinition[]>;
8
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
9
+ actions: {
10
+ onDispatching<T extends (...args: any) => any>(action: (actions: {
11
+ addSpacingDefinition(spacingDefinition: SpacingDefinition): void;
12
+ }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
13
+ onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
14
+ addSpacingDefinition(spacingDefinition: SpacingDefinition): void;
15
+ }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
16
+ onFailure<T_2 extends (...args: any) => any>(action: (actions: {
17
+ addSpacingDefinition(spacingDefinition: SpacingDefinition): void;
18
+ }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
19
+ } & {
20
+ addSpacingDefinition(spacingDefinition: SpacingDefinition): void;
21
+ };
22
+ get: {};
23
+ };
@@ -1,11 +1,11 @@
1
- import { Guid, VelcronDefinitionRegistration } from "@omnia/fx-models";
1
+ import { GuidValue, VelcronDefinitionRegistration } from "@omnia/fx-models";
2
2
  export declare const useVelcronDefinitionStore: () => {
3
3
  state: {
4
4
  definitions: VelcronDefinitionRegistration<object>[];
5
5
  filters: string[];
6
6
  };
7
7
  get: {
8
- byId(id: Guid, stripped?: boolean): VelcronDefinitionRegistration<object>;
8
+ byId(id: GuidValue, stripped?: boolean): VelcronDefinitionRegistration<object>;
9
9
  byFilters(filters: string[]): VelcronDefinitionRegistration<object>[];
10
10
  readonly filters: string[];
11
11
  };
@@ -1,4 +1,3 @@
1
- import { Guid } from "@omnia/fx-models";
2
1
  declare const _default: {
3
2
  new (...args: any[]): {
4
3
  $: import("vue").ComponentInternalInstance;
@@ -48,8 +47,6 @@ declare const _default: {
48
47
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
48
  [key: string]: any;
50
49
  }>) => void)[];
51
- readonly bladeId?: Guid;
52
- readonly "blade-id"?: Guid;
53
50
  };
54
51
  $attrs: {
55
52
  [x: string]: unknown;
@@ -64,14 +61,7 @@ declare const _default: {
64
61
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
65
62
  $emit: (event: string, ...args: any[]) => void;
66
63
  $el: any;
67
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
68
- "blade-id": {
69
- type: import("vue").PropType<Guid>;
70
- };
71
- bladeId: {
72
- type: import("vue").PropType<Guid>;
73
- };
74
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
64
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
75
65
  beforeCreate?: (() => void) | (() => void)[];
76
66
  created?: (() => void) | (() => void)[];
77
67
  beforeMount?: (() => void) | (() => void)[];
@@ -91,28 +81,11 @@ declare const _default: {
91
81
  $forceUpdate: () => void;
92
82
  $nextTick: typeof import("vue").nextTick;
93
83
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
94
- } & Readonly<import("vue").ExtractPropTypes<{
95
- "blade-id": {
96
- type: import("vue").PropType<Guid>;
97
- };
98
- bladeId: {
99
- type: import("vue").PropType<Guid>;
100
- };
101
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
84
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
102
85
  __isFragment?: never;
103
86
  __isTeleport?: never;
104
87
  __isSuspense?: never;
105
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
106
- "blade-id": {
107
- type: import("vue").PropType<Guid>;
108
- };
109
- bladeId: {
110
- type: import("vue").PropType<Guid>;
111
- };
112
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
113
- propsDefinition: Omit<Readonly<{} & {
114
- bladeId?: Guid;
115
- "blade-id"?: Guid;
116
- }>, never>;
88
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
117
90
  };
118
91
  export default _default;
@@ -1,4 +1,3 @@
1
- import { Guid } from "@omnia/fx-models";
2
1
  declare const _default: {
3
2
  new (...args: any[]): {
4
3
  $: import("vue").ComponentInternalInstance;
@@ -48,8 +47,6 @@ declare const _default: {
48
47
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
48
  [key: string]: any;
50
49
  }>) => void)[];
51
- readonly bladeId?: Guid;
52
- readonly "blade-id"?: Guid;
53
50
  };
54
51
  $attrs: {
55
52
  [x: string]: unknown;
@@ -64,14 +61,7 @@ declare const _default: {
64
61
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
65
62
  $emit: (event: string, ...args: any[]) => void;
66
63
  $el: any;
67
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
68
- "blade-id": {
69
- type: import("vue").PropType<Guid>;
70
- };
71
- bladeId: {
72
- type: import("vue").PropType<Guid>;
73
- };
74
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
64
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
75
65
  beforeCreate?: (() => void) | (() => void)[];
76
66
  created?: (() => void) | (() => void)[];
77
67
  beforeMount?: (() => void) | (() => void)[];
@@ -91,28 +81,11 @@ declare const _default: {
91
81
  $forceUpdate: () => void;
92
82
  $nextTick: typeof import("vue").nextTick;
93
83
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
94
- } & Readonly<import("vue").ExtractPropTypes<{
95
- "blade-id": {
96
- type: import("vue").PropType<Guid>;
97
- };
98
- bladeId: {
99
- type: import("vue").PropType<Guid>;
100
- };
101
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
84
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
102
85
  __isFragment?: never;
103
86
  __isTeleport?: never;
104
87
  __isSuspense?: never;
105
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
106
- "blade-id": {
107
- type: import("vue").PropType<Guid>;
108
- };
109
- bladeId: {
110
- type: import("vue").PropType<Guid>;
111
- };
112
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
113
- propsDefinition: Omit<Readonly<{} & {
114
- bladeId?: Guid;
115
- "blade-id"?: Guid;
116
- }>, never>;
88
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
117
90
  };
118
91
  export default _default;
@@ -1,4 +1,3 @@
1
- import { Guid } from "@omnia/fx-models";
2
1
  declare const _default: {
3
2
  new (...args: any[]): {
4
3
  $: import("vue").ComponentInternalInstance;
@@ -48,9 +47,6 @@ declare const _default: {
48
47
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
48
  [key: string]: any;
50
49
  }>) => void)[];
51
- readonly edit?: boolean;
52
- readonly bladeId?: Guid;
53
- readonly "blade-id"?: Guid;
54
50
  };
55
51
  $attrs: {
56
52
  [x: string]: unknown;
@@ -65,19 +61,7 @@ declare const _default: {
65
61
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
66
62
  $emit: (event: string, ...args: any[]) => void;
67
63
  $el: any;
68
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
69
- edit: {
70
- type: import("vue").PropType<boolean>;
71
- } & {
72
- type: import("vue").PropType<boolean>;
73
- };
74
- "blade-id": {
75
- type: import("vue").PropType<Guid>;
76
- };
77
- bladeId: {
78
- type: import("vue").PropType<Guid>;
79
- };
80
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
64
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
81
65
  beforeCreate?: (() => void) | (() => void)[];
82
66
  created?: (() => void) | (() => void)[];
83
67
  beforeMount?: (() => void) | (() => void)[];
@@ -97,39 +81,11 @@ declare const _default: {
97
81
  $forceUpdate: () => void;
98
82
  $nextTick: typeof import("vue").nextTick;
99
83
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
100
- } & Readonly<import("vue").ExtractPropTypes<{
101
- edit: {
102
- type: import("vue").PropType<boolean>;
103
- } & {
104
- type: import("vue").PropType<boolean>;
105
- };
106
- "blade-id": {
107
- type: import("vue").PropType<Guid>;
108
- };
109
- bladeId: {
110
- type: import("vue").PropType<Guid>;
111
- };
112
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
84
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
113
85
  __isFragment?: never;
114
86
  __isTeleport?: never;
115
87
  __isSuspense?: never;
116
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
117
- edit: {
118
- type: import("vue").PropType<boolean>;
119
- } & {
120
- type: import("vue").PropType<boolean>;
121
- };
122
- "blade-id": {
123
- type: import("vue").PropType<Guid>;
124
- };
125
- bladeId: {
126
- type: import("vue").PropType<Guid>;
127
- };
128
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
129
- propsDefinition: Omit<Readonly<{} & {
130
- edit?: boolean;
131
- bladeId?: Guid;
132
- "blade-id"?: Guid;
133
- }>, never>;
88
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
134
90
  };
135
91
  export default _default;
@@ -1,4 +1,3 @@
1
- import { Guid } from "@omnia/fx-models";
2
1
  declare const _default: {
3
2
  new (...args: any[]): {
4
3
  $: import("vue").ComponentInternalInstance;
@@ -48,8 +47,6 @@ declare const _default: {
48
47
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
48
  [key: string]: any;
50
49
  }>) => void)[];
51
- readonly bladeId?: Guid;
52
- readonly "blade-id"?: Guid;
53
50
  };
54
51
  $attrs: {
55
52
  [x: string]: unknown;
@@ -64,14 +61,7 @@ declare const _default: {
64
61
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
65
62
  $emit: (event: string, ...args: any[]) => void;
66
63
  $el: any;
67
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
68
- "blade-id": {
69
- type: import("vue").PropType<Guid>;
70
- };
71
- bladeId: {
72
- type: import("vue").PropType<Guid>;
73
- };
74
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
64
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
75
65
  beforeCreate?: (() => void) | (() => void)[];
76
66
  created?: (() => void) | (() => void)[];
77
67
  beforeMount?: (() => void) | (() => void)[];
@@ -91,28 +81,11 @@ declare const _default: {
91
81
  $forceUpdate: () => void;
92
82
  $nextTick: typeof import("vue").nextTick;
93
83
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
94
- } & Readonly<import("vue").ExtractPropTypes<{
95
- "blade-id": {
96
- type: import("vue").PropType<Guid>;
97
- };
98
- bladeId: {
99
- type: import("vue").PropType<Guid>;
100
- };
101
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
84
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
102
85
  __isFragment?: never;
103
86
  __isTeleport?: never;
104
87
  __isSuspense?: never;
105
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
106
- "blade-id": {
107
- type: import("vue").PropType<Guid>;
108
- };
109
- bladeId: {
110
- type: import("vue").PropType<Guid>;
111
- };
112
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
113
- propsDefinition: Omit<Readonly<{} & {
114
- bladeId?: Guid;
115
- "blade-id"?: Guid;
116
- }>, never>;
88
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
117
90
  };
118
91
  export default _default;
@@ -1,4 +1,3 @@
1
- import { Guid } from "@omnia/fx-models";
2
1
  declare const _default: {
3
2
  new (...args: any[]): {
4
3
  $: import("vue").ComponentInternalInstance;
@@ -48,8 +47,6 @@ declare const _default: {
48
47
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
48
  [key: string]: any;
50
49
  }>) => void)[];
51
- readonly bladeId?: Guid;
52
- readonly "blade-id"?: Guid;
53
50
  };
54
51
  $attrs: {
55
52
  [x: string]: unknown;
@@ -64,14 +61,7 @@ declare const _default: {
64
61
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
65
62
  $emit: (event: string, ...args: any[]) => void;
66
63
  $el: any;
67
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
68
- "blade-id": {
69
- type: import("vue").PropType<Guid>;
70
- };
71
- bladeId: {
72
- type: import("vue").PropType<Guid>;
73
- };
74
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
64
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
75
65
  beforeCreate?: (() => void) | (() => void)[];
76
66
  created?: (() => void) | (() => void)[];
77
67
  beforeMount?: (() => void) | (() => void)[];
@@ -91,28 +81,11 @@ declare const _default: {
91
81
  $forceUpdate: () => void;
92
82
  $nextTick: typeof import("vue").nextTick;
93
83
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
94
- } & Readonly<import("vue").ExtractPropTypes<{
95
- "blade-id": {
96
- type: import("vue").PropType<Guid>;
97
- };
98
- bladeId: {
99
- type: import("vue").PropType<Guid>;
100
- };
101
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
84
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
102
85
  __isFragment?: never;
103
86
  __isTeleport?: never;
104
87
  __isSuspense?: never;
105
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
106
- "blade-id": {
107
- type: import("vue").PropType<Guid>;
108
- };
109
- bladeId: {
110
- type: import("vue").PropType<Guid>;
111
- };
112
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
113
- propsDefinition: Omit<Readonly<{} & {
114
- bladeId?: Guid;
115
- "blade-id"?: Guid;
116
- }>, never>;
88
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
117
90
  };
118
91
  export default _default;
@@ -1,4 +1,4 @@
1
- import { BlockBlueprint, BlueprintDefinition, SpacingBlueprint, VelcronAppDefinition } from "@omnia/fx-models";
1
+ import { BlockBlueprint, BlueprintDefinition, Guid, SpacingBlueprint, VelcronAppDefinition } from "@omnia/fx-models";
2
2
  export declare const useBlueprintEditorStore: () => {
3
3
  state: {
4
4
  blockBluePrint: BlockBlueprint;
@@ -34,4 +34,12 @@ export declare const useBlueprintEditorStore: () => {
34
34
  save(): void;
35
35
  };
36
36
  get: {};
37
+ bladeId: {
38
+ startBlade: Guid;
39
+ editBluePrintBlade: Guid;
40
+ blockBlade: Guid;
41
+ componentsBlade: Guid;
42
+ typographyBlade: Guid;
43
+ spacingBlade: Guid;
44
+ };
37
45
  };
@@ -1,4 +1,3 @@
1
- import { Guid, TypographyDefinition } from "@omnia/fx-models";
2
1
  declare const _default: {
3
2
  new (...args: any[]): {
4
3
  $: import("vue").ComponentInternalInstance;
@@ -48,10 +47,6 @@ declare const _default: {
48
47
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
48
  [key: string]: any;
50
49
  }>) => void)[];
51
- readonly bladeId?: Guid;
52
- readonly "blade-id"?: Guid;
53
- "onAdd:typography"?: () => any;
54
- "onEdit:typography"?: (value: TypographyDefinition) => any;
55
50
  };
56
51
  $attrs: {
57
52
  [x: string]: unknown;
@@ -64,22 +59,9 @@ declare const _default: {
64
59
  }>;
65
60
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
66
61
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
67
- $emit: ((event: "add:typography") => void) & ((event: "edit:typography", value: TypographyDefinition) => void);
62
+ $emit: (event: string, ...args: any[]) => void;
68
63
  $el: any;
69
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
70
- "blade-id": {
71
- type: import("vue").PropType<Guid>;
72
- };
73
- bladeId: {
74
- type: import("vue").PropType<Guid>;
75
- };
76
- }>> & {
77
- "onAdd:typography"?: () => any;
78
- "onEdit:typography"?: (value: TypographyDefinition) => any;
79
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
80
- "add:typography": () => boolean;
81
- "edit:typography": (value: TypographyDefinition) => boolean;
82
- }, string, {}, {}, string, {}> & {
64
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
83
65
  beforeCreate?: (() => void) | (() => void)[];
84
66
  created?: (() => void) | (() => void)[];
85
67
  beforeMount?: (() => void) | (() => void)[];
@@ -99,40 +81,11 @@ declare const _default: {
99
81
  $forceUpdate: () => void;
100
82
  $nextTick: typeof import("vue").nextTick;
101
83
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
102
- } & Readonly<import("vue").ExtractPropTypes<{
103
- "blade-id": {
104
- type: import("vue").PropType<Guid>;
105
- };
106
- bladeId: {
107
- type: import("vue").PropType<Guid>;
108
- };
109
- }>> & {
110
- "onAdd:typography"?: () => any;
111
- "onEdit:typography"?: (value: TypographyDefinition) => any;
112
- } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
84
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
113
85
  __isFragment?: never;
114
86
  __isTeleport?: never;
115
87
  __isSuspense?: never;
116
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
117
- "blade-id": {
118
- type: import("vue").PropType<Guid>;
119
- };
120
- bladeId: {
121
- type: import("vue").PropType<Guid>;
122
- };
123
- }>> & {
124
- "onAdd:typography"?: () => any;
125
- "onEdit:typography"?: (value: TypographyDefinition) => any;
126
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
127
- "add:typography": () => boolean;
128
- "edit:typography": (value: TypographyDefinition) => boolean;
129
- }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
130
- propsDefinition: Omit<Readonly<{} & {
131
- bladeId?: Guid;
132
- "blade-id"?: Guid;
133
- }>, "onAdd:typography" | "onEdit:typography"> & {
134
- "onAdd:typography"?: () => any;
135
- "onEdit:typography"?: (value: TypographyDefinition) => any;
136
- };
88
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
137
90
  };
138
91
  export default _default;