@omnia/fx 8.0.136-dev → 8.0.138-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 (83) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
  13. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
  14. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
  15. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
  16. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
  17. package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
  18. package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
  19. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
  20. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
  21. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
  22. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
  23. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
  24. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
  25. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -0
  26. package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
  30. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  31. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +43 -9
  32. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
  33. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +145 -142
  34. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +290 -284
  35. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +290 -284
  36. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
  37. package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
  38. package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
  39. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
  40. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
  41. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
  43. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
  44. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
  45. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
  46. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -10
  48. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
  50. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +101 -35
  51. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
  52. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
  53. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts +5 -5
  55. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +34 -32
  56. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +144 -142
  57. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +12 -10
  58. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +144 -142
  59. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
  60. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +144 -142
  61. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +12 -3
  62. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +15 -5
  63. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
  64. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemingService.d.ts +45 -0
  65. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +144 -142
  66. package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
  67. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +8 -4
  68. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
  69. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +145 -142
  70. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
  71. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
  72. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
  73. package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
  75. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
  76. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
  77. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
  78. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
  79. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
  80. package/internal-do-not-import-from-here/wctypings.d.ts +77 -12
  81. package/package.json +3 -3
  82. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
  83. package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -1,10 +1,9 @@
1
- import { DynamicState, Guid, VelcronDefinitionRegistration } from "@omnia/fx-models";
1
+ import { DynamicState, GuidValue, VelcronDefinitionRegistration } from "@omnia/fx-models";
2
2
  export interface ContentBlockVelcronState extends DynamicState {
3
3
  content: {
4
4
  [id: string]: unknown;
5
5
  };
6
6
  }
7
- export interface ContentDefinitionRegistration extends VelcronDefinitionRegistration<ContentBlockVelcronState> {
8
- contentId: Guid;
9
- key: string;
7
+ export interface VelcronContentInstance extends VelcronDefinitionRegistration<ContentBlockVelcronState> {
8
+ contentId: GuidValue;
10
9
  }
@@ -1,5 +1,5 @@
1
- import { GuidValue, VelcronAppDefinition, VelcronColorSchemaState, VelcronDefinition, VelcronState } from "@omnia/fx-models";
2
- import { ContentDefinitionRegistration } from "../models";
1
+ import { GuidValue, VelcronAppDefinition, VelcronColorSchemaState, VelcronDefinition, VelcronState, VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ import { VelcronContentInstance } from "../models";
3
3
  export declare enum MenuTabs {
4
4
  templates = 0,
5
5
  content = 1
@@ -9,30 +9,32 @@ export declare const useVelcronContentEditorStore: () => {
9
9
  content: () => VelcronAppDefinition<object>[];
10
10
  };
11
11
  state: {
12
- definitions: ContentDefinitionRegistration[];
12
+ definitions: VelcronContentInstance[];
13
13
  placeHolderText: string;
14
- activeDefinition: ContentDefinitionRegistration;
15
- selectedDefinition: ContentDefinitionRegistration;
16
- lastDefinition: ContentDefinitionRegistration;
14
+ activeDefinition: VelcronContentInstance;
15
+ selectedDefinition: VelcronContentInstance;
16
+ lastDefinition: VelcronContentInstance;
17
17
  toggleColorSchemaPreview: VelcronColorSchemaState;
18
18
  toggleDefinitionPreview: VelcronDefinition;
19
19
  previewState: VelcronState;
20
20
  allowToggle: boolean;
21
21
  onGoingDragging: boolean;
22
22
  socialMode: boolean;
23
+ showLoading: boolean;
23
24
  };
24
25
  events: {
25
- onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration[]>;
26
+ onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance[]>;
26
27
  onMutatedPlaceHolderText: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
27
- onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
28
- onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
29
- onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
28
+ onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
29
+ onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
30
+ onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
30
31
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronColorSchemaState>;
31
32
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinition>;
32
33
  onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
33
34
  onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
34
35
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
35
36
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
37
+ onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
36
38
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
37
39
  actions: {
38
40
  onDispatching: {
@@ -43,16 +45,16 @@ export declare const useVelcronContentEditorStore: () => {
43
45
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
44
46
  };
45
47
  addDefinition: {
46
- subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
48
+ subscribe(fn: (definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
47
49
  };
48
50
  setActiveDefinition: {
49
- subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
51
+ subscribe(fn: (definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
50
52
  };
51
53
  removeActiveDefinition: {
52
54
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
53
55
  };
54
56
  setSelectedDefinition: {
55
- subscribe(fn: (definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
57
+ subscribe(fn: (definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
56
58
  };
57
59
  removeSelectedDefinition: {
58
60
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -61,19 +63,19 @@ export declare const useVelcronContentEditorStore: () => {
61
63
  subscribe(fn: (onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
64
  };
63
65
  updateColorSchema: {
64
- subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
66
+ subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
65
67
  };
66
68
  toggleColorSchemaPreview: {
67
- subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
69
+ subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
68
70
  };
69
71
  toggleDefinitionPreview: {
70
- subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
72
+ subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
71
73
  };
72
74
  changeDefinition: {
73
- subscribe(fn: (definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
75
+ subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
74
76
  };
75
77
  updateDefinition: {
76
- subscribe(fn: (definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
78
+ subscribe(fn: (definition: VelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
77
79
  };
78
80
  };
79
81
  onDispatched: {
@@ -84,16 +86,16 @@ export declare const useVelcronContentEditorStore: () => {
84
86
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
85
87
  };
86
88
  addDefinition: {
87
- subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
89
+ subscribe(fn: (result: void, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
88
90
  };
89
91
  setActiveDefinition: {
90
- subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
92
+ subscribe(fn: (result: void, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
91
93
  };
92
94
  removeActiveDefinition: {
93
95
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
94
96
  };
95
97
  setSelectedDefinition: {
96
- subscribe(fn: (result: void, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
98
+ subscribe(fn: (result: void, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
97
99
  };
98
100
  removeSelectedDefinition: {
99
101
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -102,19 +104,19 @@ export declare const useVelcronContentEditorStore: () => {
102
104
  subscribe(fn: (result: void, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
103
105
  };
104
106
  updateColorSchema: {
105
- subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
107
+ subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
106
108
  };
107
109
  toggleColorSchemaPreview: {
108
- subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
110
+ subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
109
111
  };
110
112
  toggleDefinitionPreview: {
111
- subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
113
+ subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
112
114
  };
113
115
  changeDefinition: {
114
- subscribe(fn: (result: void, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
116
+ subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
115
117
  };
116
118
  updateDefinition: {
117
- subscribe(fn: (result: void, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
119
+ subscribe(fn: (result: void, definition: VelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
118
120
  };
119
121
  };
120
122
  onFailure: {
@@ -125,16 +127,16 @@ export declare const useVelcronContentEditorStore: () => {
125
127
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
126
128
  };
127
129
  addDefinition: {
128
- subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
130
+ subscribe(fn: (failureReason: any, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
129
131
  };
130
132
  setActiveDefinition: {
131
- subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
133
+ subscribe(fn: (failureReason: any, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
132
134
  };
133
135
  removeActiveDefinition: {
134
136
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
135
137
  };
136
138
  setSelectedDefinition: {
137
- subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
139
+ subscribe(fn: (failureReason: any, definition: VelcronContentInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
138
140
  };
139
141
  removeSelectedDefinition: {
140
142
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -143,34 +145,34 @@ export declare const useVelcronContentEditorStore: () => {
143
145
  subscribe(fn: (failureReason: any, onGoingDragging: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
144
146
  };
145
147
  updateColorSchema: {
146
- subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
148
+ subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
147
149
  };
148
150
  toggleColorSchemaPreview: {
149
- subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
151
+ subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
150
152
  };
151
153
  toggleDefinitionPreview: {
152
- subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
154
+ subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
153
155
  };
154
156
  changeDefinition: {
155
- subscribe(fn: (failureReason: any, definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
157
+ subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
156
158
  };
157
159
  updateDefinition: {
158
- subscribe(fn: (failureReason: any, definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
160
+ subscribe(fn: (failureReason: any, definition: VelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
159
161
  };
160
162
  };
161
163
  } & {
162
164
  resetStore(): void;
163
165
  ensureLastTextDefinition(): void;
164
- addDefinition(definition: ContentDefinitionRegistration): void;
165
- setActiveDefinition(definition: ContentDefinitionRegistration): void;
166
+ addDefinition(definition: VelcronDefinitionRegistration): void;
167
+ setActiveDefinition(definition: VelcronContentInstance): void;
166
168
  removeActiveDefinition(): void;
167
- setSelectedDefinition(definition: ContentDefinitionRegistration): void;
169
+ setSelectedDefinition(definition: VelcronContentInstance): void;
168
170
  removeSelectedDefinition(): void;
169
171
  setDragDropState(onGoingDragging: boolean): void;
170
- updateColorSchema(definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string): void;
171
- toggleColorSchemaPreview(definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string): void;
172
- toggleDefinitionPreview(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue): void;
173
- changeDefinition(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue, toggle?: boolean): void;
174
- updateDefinition(definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition): void;
172
+ updateColorSchema(definitionRegistration: VelcronContentInstance, colorSchemaType: string): void;
173
+ toggleColorSchemaPreview(definitionRegistration: VelcronContentInstance, colorSchemaType: string): void;
174
+ toggleDefinitionPreview(definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue): void;
175
+ changeDefinition(definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean): void;
176
+ updateDefinition(definition: VelcronContentInstance, velcronDefinition: VelcronAppDefinition): void;
175
177
  };
176
178
  };
@@ -1,6 +1,6 @@
1
1
  import { VelcronActionWithAutoAwait } from "../models";
2
2
  export interface IActionHandler {
3
3
  name: string;
4
- action: (action: VelcronActionWithAutoAwait, ...parameters: any) => Promise<unknown>;
4
+ action: (action: VelcronActionWithAutoAwait, ...parameters: any) => void;
5
5
  dispose?: (action: VelcronActionWithAutoAwait) => () => void;
6
6
  }
@@ -72,7 +72,12 @@ export interface VelcronRenderContextEventHandlers {
72
72
  emitting?: <T>(emitter: (i: T) => T) => T;
73
73
  }
74
74
  export interface VelcronRenderContextEventHandlersInstance extends VelcronRenderContextEventHandlers {
75
- emitOnSaved: EventHook<Future<void>>;
75
+ emitOnSaved: EventHook<void>;
76
+ emitOnSavedPromises: Array<Future<unknown>>;
77
+ emitOnPersistState: EventHook<Future<DynamicState>>;
78
+ emitOnPersistStatePromises: Array<Future<unknown>>;
79
+ emitOnRestoreState: EventHook<unknown>;
80
+ emitOnRestoreStatePromises: Array<Future<unknown>>;
76
81
  }
77
82
  export interface VelcronRenderContextHooks {
78
83
  dialogVisibilityChanged?: ((visible: boolean) => void);
@@ -87,6 +92,7 @@ export interface VelcronContainerRenderer {
87
92
  }
88
93
  export interface VelcronAction extends VelcronRenderContext {
89
94
  type: VelcronActionTypes;
95
+ rootPromises?: Array<Future<void>>;
90
96
  }
91
97
  export interface VelcronActionGetOrSetValue extends VelcronAction {
92
98
  value?: unknown;
@@ -97,6 +103,7 @@ export interface VelcronActionGetOrSetValue extends VelcronAction {
97
103
  export interface VelcronActionWithAutoAwait extends VelcronActionGetOrSetValue {
98
104
  nowait: boolean;
99
105
  action: string;
106
+ promise: Future<unknown>;
100
107
  }
101
108
  export interface VelcronActionWithCondition extends VelcronActionWithAutoAwait {
102
109
  condition: string;
@@ -3,8 +3,3 @@ export type VelcronPrimitiveType = string | number | boolean;
3
3
  export type VelcronArrayType<T> = Array<T>;
4
4
  export type VelcronObjectType<T extends Object> = T;
5
5
  export type VelcroncomponentArrayType = Array<VelcronDefinition>;
6
- export interface DeferredPromise<T> {
7
- promise: Promise<T>;
8
- resolve: (val: T) => void;
9
- reject: () => void;
10
- }
@@ -1,5 +1,6 @@
1
- import { VelcronAction, VelcronActionWithAutoAwait, VelcronRenderContext, DeferredPromise, VelcronActionHooks } from "../models";
1
+ import { VelcronAction, VelcronActionWithAutoAwait, VelcronRenderContext, VelcronActionHooks } from "../models";
2
2
  import { IActionHandler } from "../actions";
3
+ import { Future } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
3
4
  export declare class VelcronActions {
4
5
  static _actionHandlers: {
5
6
  [name: string]: IActionHandler;
@@ -10,7 +11,8 @@ export declare class VelcronActions {
10
11
  private static registeredBuiltInHandlers;
11
12
  static registerAction(handler: IActionHandler): void;
12
13
  static unregisterAction(name: string): void;
13
- static parseAndExecuteActions(templates: Array<string>, renderContext: VelcronRenderContext, customActionContext?: VelcronCustomActionExecutionContext): void;
14
+ static actionArrayToString(templates: Array<string>): string;
15
+ static parseAndExecuteActions(templates: Array<string>, renderContext: VelcronRenderContext, customActionContext?: VelcronCustomActionExecutionContext): Future<unknown>;
14
16
  static parseFunction(target: {
15
17
  [name: string]: Array<string>;
16
18
  }, template: string, renderContext: VelcronRenderContext, params: Array<VelcronActionParameterValue>, foundCb: (name: string, params: {}) => void): void;
@@ -39,6 +41,6 @@ interface VelcronCustomActionExecutionContext {
39
41
  customAction: VelcronAction | null;
40
42
  parentAction: VelcronAction | VelcronRenderContext;
41
43
  variables: object;
42
- returnValue: DeferredPromise<any>;
44
+ returnValue: Future<any>;
43
45
  }
44
46
  export {};
@@ -40,4 +40,7 @@ export declare const VelcronConstants: {
40
40
  context: {
41
41
  thisToken: string;
42
42
  };
43
+ async: {
44
+ noWaitToken: string;
45
+ };
43
46
  };
@@ -1,4 +1,4 @@
1
- import { VelcronRenderContext, DeferredPromise, VelcronBindableProp } from "../models";
1
+ import { VelcronRenderContext, VelcronBindableProp } from "../models";
2
2
  import { VelcronAppDefinition, VelcronDefinition } from "..";
3
3
  export interface ParseResult<T> {
4
4
  is: boolean;
@@ -32,7 +32,6 @@ export declare class VelcronData {
32
32
  static ensureKeys(ui: VelcronDefinition | VelcronAppDefinition, generateNewKeys?: boolean): void;
33
33
  static removeKeys(ui: VelcronDefinition | VelcronAppDefinition): void;
34
34
  static generateId(): string;
35
- static createDeferredPromise<T>(): DeferredPromise<T>;
36
35
  }
37
36
  interface ExtendArray extends Array<any> {
38
37
  take: (amount: number) => Array<any>;
@@ -1,10 +1,12 @@
1
- import { VersionedLayoutDefinition } from "@omnia/fx-models";
1
+ import { VersionedLayout, VersionedLayoutDefinition } from "@omnia/fx-models";
2
2
  import { VersionedLayoutBladeSettings } from "@omnia/fx/ux";
3
3
  declare const _default: (props: {
4
4
  settings?: VersionedLayoutBladeSettings<VersionedLayoutDefinition>;
5
5
  } & {
6
6
  isBlade?: boolean;
7
- } & Omit<{}, "settings" | "isBlade"> & {
7
+ } & Omit<{
8
+ onSetLayout?: (layout: VersionedLayout) => any;
9
+ }, "settings" | "isBlade"> & {
8
10
  "v-slots"?: {
9
11
  default?: import("vue").Slot;
10
12
  };
@@ -54,7 +56,9 @@ declare const _default: (props: {
54
56
  "v-slots"?: {
55
57
  default?: import("vue").Slot;
56
58
  };
57
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "settings" | "isBlade">;
59
+ } & {
60
+ onSetLayout?: (layout: VersionedLayout) => any;
61
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "settings" | "isBlade">;
58
62
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
63
  [key: string]: any;
60
64
  }>;
@@ -129,7 +129,9 @@ import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-impo
129
129
  import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
130
130
  import wc8000658f96504040b6194f7e887665a7 from '../../fx-sp/internal-do-not-import-from-here/ux/queryfilterbuilder/QueryFilterBuilder';
131
131
  import wccff151bfd6e24f2fbacd02bba0fffe1f from '../../fx-sp/internal-do-not-import-from-here/ux/targetingfilter/TargetingFilter';
132
+ import wcdae567bb2f1846abad5c0adaa64945cf from '../../fx-sp/internal-do-not-import-from-here/ux/termitem/SharePointTermItemComponent';
132
133
  import wceb90230ea21a47af8ba7c2a3a18b8c6b from '../../fx-sp/internal-do-not-import-from-here/ux/termpicker/TermPicker';
134
+ import wc22cd73487d484024b495097211e8a2c1 from '../../fx-sp/internal-do-not-import-from-here/ux/termsetpicker/TermSetPicker';
133
135
  import wcbc947f375ee34d2a98e2d431f2e45b62 from './ux/admin/chrome/AdminChromeWrapper';
134
136
  import wc253e469ef68e4cb5b526343736c2ff11 from './ux/admin/chrome/AdminChrome';
135
137
  import wc759fc5cd65954caaaaf142223a054ea5 from './ux/admin/queryableproperties/QueryablePropertiesJourney';
@@ -166,6 +168,8 @@ import wc4d52057f17b94cfeb504176f24ac5ab5 from './ux/blueprintpickers/chrome/Chr
166
168
  import wce0656baa027f49c495e4e00310a78760 from './ux/blueprintpickers/chrome/ChromeBlueprintsViewer';
167
169
  import wc73b0b5416b9348849ecb9a1cd8358e70 from './ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer';
168
170
  import wc5542a25df57c464897a59a336eee0e56 from './ux/blueprintpickers/iconstylepicker/IconStylePicker';
171
+ import wcf7cc41f3ae4944e3b43c380140438973 from './ux/blueprintpickers/iconstylepicker/IconStyleEditor';
172
+ import wccbdf3361c16f479faff72960c18404dc from './ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer';
169
173
  import wc564bced7081c496483e8df717f600ff3 from './ux/blueprintpickers/spacingpicker/SpacingPicker3';
170
174
  import wc0ed52c601528428e935d110b3018a0bc from './ux/blueprintpickers/spacingpicker/SpacingViewer';
171
175
  import wc3f61b080ed9d4a2bad922be8f5ae0794 from './ux/blueprintpickers/spacingpicker/SpacingEditor';
@@ -179,6 +183,7 @@ import wc99a73153b5c647da9d6de517f51e53f0 from './ux/blueprintpickers/typography
179
183
  import wc2f742a14a560434abb899360a69c314b from './ux/blueprintpickers/typography/TypographyBlueprintsViewer';
180
184
  import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
181
185
  import wc710dc11b823c4a80b2a031395c206325 from './ux/editorchrome/chrome/EditorChrome';
186
+ import wc72a828731c4e4f1e9753a6a6bfb31e67 from './ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase';
182
187
  import wcb94ea0908c7f461085de9d21a61e0826 from './ux/enterpriseproperties/picker/EnterprisePropertyPicker';
183
188
  import wc80899927961f45298421948c395d7f39 from './ux/enterpriseproperties/renderers/EnterprisePropertyValue';
184
189
  import wc22666b255eb64f378edf70d5e9859216 from './ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration';
@@ -279,7 +284,7 @@ import wc327ec741777b4e1ea8017f1d0a3b8d9d from './ux/richtexteditor/TextCompleti
279
284
  import wc762d4009466d494e94cbcc3e90dff11d from './ux/social/likehandler/LikeActionSettings';
280
285
  import wc0e7c178722cb41108b4740dbc788b4e5 from './ux/social/templates/CommentLikeTemplate';
281
286
  import wc0e7c178722cb41108b4740dbc788b4ee from './ux/social/templates/LikeListingTemplate';
282
- import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDefinitionEditor';
287
+ import wc0956cc1cb8c94b659d31dfefc4ffc341 from './ux/theming-v2/actionhandler/ThemeSelectorAction';
283
288
  import wc97cad1f254694fb2ab76b333cf8fe84c from './ux/theming-v2/admin/DesignJourney';
284
289
  import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themepicker/ThemePicker';
285
290
  import wcb89e133162f54c1fb2cd6d03cc2e4fe2 from './ux/theming-v2/themepicker/ThemeEditor';
@@ -818,9 +823,15 @@ declare global {
818
823
  "omfx-targeting-filter": typeof wccff151bfd6e24f2fbacd02bba0fffe1f extends {
819
824
  propsDefinition: infer TProp;
820
825
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wccff151bfd6e24f2fbacd02bba0fffe1f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wccff151bfd6e24f2fbacd02bba0fffe1f>, "propsDefinition">> : never;
826
+ "omfx-sp-term-item": typeof wcdae567bb2f1846abad5c0adaa64945cf extends {
827
+ propsDefinition: infer TProp;
828
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdae567bb2f1846abad5c0adaa64945cf extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdae567bb2f1846abad5c0adaa64945cf>, "propsDefinition">> : never;
821
829
  "omfx-term-picker": typeof wceb90230ea21a47af8ba7c2a3a18b8c6b extends {
822
830
  propsDefinition: infer TProp;
823
831
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wceb90230ea21a47af8ba7c2a3a18b8c6b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wceb90230ea21a47af8ba7c2a3a18b8c6b>, "propsDefinition">> : never;
832
+ "omfx-termset-picker": typeof wc22cd73487d484024b495097211e8a2c1 extends {
833
+ propsDefinition: infer TProp;
834
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc22cd73487d484024b495097211e8a2c1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc22cd73487d484024b495097211e8a2c1>, "propsDefinition">> : never;
824
835
  "omnia-admin": typeof wcbc947f375ee34d2a98e2d431f2e45b62 extends {
825
836
  propsDefinition: infer TProp;
826
837
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbc947f375ee34d2a98e2d431f2e45b62 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbc947f375ee34d2a98e2d431f2e45b62>, "propsDefinition">> : never;
@@ -929,6 +940,12 @@ declare global {
929
940
  "omfx-icon-style-picker": typeof wc5542a25df57c464897a59a336eee0e56 extends {
930
941
  propsDefinition: infer TProp;
931
942
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc5542a25df57c464897a59a336eee0e56 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc5542a25df57c464897a59a336eee0e56>, "propsDefinition">> : never;
943
+ "omfx-icon-style-editor": typeof wcf7cc41f3ae4944e3b43c380140438973 extends {
944
+ propsDefinition: infer TProp;
945
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcf7cc41f3ae4944e3b43c380140438973 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcf7cc41f3ae4944e3b43c380140438973>, "propsDefinition">> : never;
946
+ "omfx-icon-blueprints-viewer": typeof wccbdf3361c16f479faff72960c18404dc extends {
947
+ propsDefinition: infer TProp;
948
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wccbdf3361c16f479faff72960c18404dc extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wccbdf3361c16f479faff72960c18404dc>, "propsDefinition">> : never;
932
949
  "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3 extends {
933
950
  propsDefinition: infer TProp;
934
951
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc564bced7081c496483e8df717f600ff3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc564bced7081c496483e8df717f600ff3>, "propsDefinition">> : never;
@@ -968,6 +985,9 @@ declare global {
968
985
  "omfx-editor-chrome": typeof wc710dc11b823c4a80b2a031395c206325 extends {
969
986
  propsDefinition: infer TProp;
970
987
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc710dc11b823c4a80b2a031395c206325 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc710dc11b823c4a80b2a031395c206325>, "propsDefinition">> : never;
988
+ "omfx-enterpriseglossary-term-base": typeof wc72a828731c4e4f1e9753a6a6bfb31e67 extends {
989
+ propsDefinition: infer TProp;
990
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc72a828731c4e4f1e9753a6a6bfb31e67 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc72a828731c4e4f1e9753a6a6bfb31e67>, "propsDefinition">> : never;
971
991
  "omfx-enterpriseproperty-picker": typeof wcb94ea0908c7f461085de9d21a61e0826 extends {
972
992
  propsDefinition: infer TProp;
973
993
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb94ea0908c7f461085de9d21a61e0826 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb94ea0908c7f461085de9d21a61e0826>, "propsDefinition">> : never;
@@ -1268,9 +1288,9 @@ declare global {
1268
1288
  "omfx-like-listing-template": typeof wc0e7c178722cb41108b4740dbc788b4ee extends {
1269
1289
  propsDefinition: infer TProp;
1270
1290
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0e7c178722cb41108b4740dbc788b4ee extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0e7c178722cb41108b4740dbc788b4ee>, "propsDefinition">> : never;
1271
- "omfx-themedefinition-editor": typeof wc4ff736bf8c544324883ed49f2a38f846 extends {
1291
+ "omnia-theming-selector": typeof wc0956cc1cb8c94b659d31dfefc4ffc341 extends {
1272
1292
  propsDefinition: infer TProp;
1273
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4ff736bf8c544324883ed49f2a38f846 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4ff736bf8c544324883ed49f2a38f846>, "propsDefinition">> : never;
1293
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0956cc1cb8c94b659d31dfefc4ffc341 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0956cc1cb8c94b659d31dfefc4ffc341>, "propsDefinition">> : never;
1274
1294
  "omnia-workplace-admin-tenant-design-journey": typeof wc97cad1f254694fb2ab76b333cf8fe84c extends {
1275
1295
  propsDefinition: infer TProp;
1276
1296
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc97cad1f254694fb2ab76b333cf8fe84c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc97cad1f254694fb2ab76b333cf8fe84c>, "propsDefinition">> : never;
@@ -1696,6 +1716,15 @@ declare global {
1696
1716
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1697
1717
  };
1698
1718
  } : typeof wcbc947f375ee34d2a98e2d431f2e45b62;
1719
+ "theming": {
1720
+ "selector": typeof wc0956cc1cb8c94b659d31dfefc4ffc341 extends {
1721
+ propsDefinition: infer TProp;
1722
+ } ? {
1723
+ new (...args: any[]): {
1724
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1725
+ };
1726
+ } : typeof wc0956cc1cb8c94b659d31dfefc4ffc341;
1727
+ };
1699
1728
  "workplace": {
1700
1729
  "admin": {
1701
1730
  "tenant": {
@@ -2001,6 +2030,15 @@ declare global {
2001
2030
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2002
2031
  };
2003
2032
  } : typeof wc41a6d1b1b02e4b368aac19ded6b391a1;
2033
+ "term": {
2034
+ "base": typeof wc72a828731c4e4f1e9753a6a6bfb31e67 extends {
2035
+ propsDefinition: infer TProp;
2036
+ } ? {
2037
+ new (...args: any[]): {
2038
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2039
+ };
2040
+ } : typeof wc72a828731c4e4f1e9753a6a6bfb31e67;
2041
+ };
2004
2042
  };
2005
2043
  "features": {
2006
2044
  "journey": {
@@ -2398,6 +2436,22 @@ declare global {
2398
2436
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2399
2437
  };
2400
2438
  } : typeof wc5542a25df57c464897a59a336eee0e56;
2439
+ "editor": typeof wcf7cc41f3ae4944e3b43c380140438973 extends {
2440
+ propsDefinition: infer TProp;
2441
+ } ? {
2442
+ new (...args: any[]): {
2443
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2444
+ };
2445
+ } : typeof wcf7cc41f3ae4944e3b43c380140438973;
2446
+ };
2447
+ "blueprints": {
2448
+ "viewer": typeof wccbdf3361c16f479faff72960c18404dc extends {
2449
+ propsDefinition: infer TProp;
2450
+ } ? {
2451
+ new (...args: any[]): {
2452
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2453
+ };
2454
+ } : typeof wccbdf3361c16f479faff72960c18404dc;
2401
2455
  };
2402
2456
  };
2403
2457
  "identity": {
@@ -3274,6 +3328,17 @@ declare global {
3274
3328
  };
3275
3329
  } : typeof wccff151bfd6e24f2fbacd02bba0fffe1f;
3276
3330
  };
3331
+ "sp": {
3332
+ "term": {
3333
+ "item": typeof wcdae567bb2f1846abad5c0adaa64945cf extends {
3334
+ propsDefinition: infer TProp;
3335
+ } ? {
3336
+ new (...args: any[]): {
3337
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3338
+ };
3339
+ } : typeof wcdae567bb2f1846abad5c0adaa64945cf;
3340
+ };
3341
+ };
3277
3342
  "term": {
3278
3343
  "picker": typeof wceb90230ea21a47af8ba7c2a3a18b8c6b extends {
3279
3344
  propsDefinition: infer TProp;
@@ -3283,6 +3348,15 @@ declare global {
3283
3348
  };
3284
3349
  } : typeof wceb90230ea21a47af8ba7c2a3a18b8c6b;
3285
3350
  };
3351
+ "termset": {
3352
+ "picker": typeof wc22cd73487d484024b495097211e8a2c1 extends {
3353
+ propsDefinition: infer TProp;
3354
+ } ? {
3355
+ new (...args: any[]): {
3356
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3357
+ };
3358
+ } : typeof wc22cd73487d484024b495097211e8a2c1;
3359
+ };
3286
3360
  "queryable": {
3287
3361
  "enterpriseproperties": typeof wc759fc5cd65954caaaaf142223a054ea5 extends {
3288
3362
  propsDefinition: infer TProp;
@@ -4034,15 +4108,6 @@ declare global {
4034
4108
  };
4035
4109
  } : typeof wc762d4009466d494e94cbcc3e90dff11d;
4036
4110
  };
4037
- "themedefinition": {
4038
- "editor": typeof wc4ff736bf8c544324883ed49f2a38f846 extends {
4039
- propsDefinition: infer TProp;
4040
- } ? {
4041
- new (...args: any[]): {
4042
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4043
- };
4044
- } : typeof wc4ff736bf8c544324883ed49f2a38f846;
4045
- };
4046
4111
  "theme": {
4047
4112
  "definition": {
4048
4113
  "picker": typeof wc252ece0016594978b3ddfafdd59adda4 extends {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.136-dev",
4
+ "version": "8.0.138-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,12 +20,12 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.136-dev",
23
+ "@omnia/fx-models": "8.0.138-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
27
27
  "splitpanes": "3.1.5",
28
- "vuetify": "3.5.7",
28
+ "vuetify": "3.5.8",
29
29
  "vue": "3.4.21",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.3.3",
@@ -1,2 +0,0 @@
1
- export * from "./EnterpriseGlossaryTermComponentBase";
2
- export * from "./EnterpriseGlossaryTermComponentBase.css";
@@ -1,8 +0,0 @@
1
- import { GuidValue } from "@omnia/fx-models";
2
- export type JourneyBladeRouterState = {
3
- [name: string]: string | boolean | number | GuidValue;
4
- };
5
- export declare const journeyRouter: () => {
6
- getBladeState: (bladeId: GuidValue) => JourneyBladeRouterState;
7
- addOrUpdateBladeState: (bladeId: GuidValue, state: JourneyBladeRouterState) => void;
8
- };