@omnia/fx-models 7.5.74-dev → 8.0.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BlockTitleSettings.d.ts +5 -5
- package/ClientManifests.d.ts +23 -8
- package/ClientManifests.js +8 -0
- package/Constants.d.ts +1 -0
- package/Constants.js +1 -0
- package/Enums.d.ts +14 -1
- package/Enums.js +17 -2
- package/Exposes.d.ts +7 -1
- package/Exposes.js +7 -1
- package/Extends.d.ts +2 -2
- package/FilterEngineStyles.d.ts +1 -1
- package/FilterpickerModel.d.ts +9 -0
- package/Func.d.ts +28 -0
- package/IPropertiesApi.d.ts +1 -1
- package/Icon.d.ts +17 -0
- package/Icon.js +66 -1
- package/Journey.d.ts +8 -2
- package/Layout.d.ts +15 -17
- package/LayoutDefinition.d.ts +5 -1
- package/LinkHandler/linktype/DefaultLinkType.js +1 -1
- package/LinkHandler/linktype/DocumentLinkType.js +1 -1
- package/ManifestIds.d.ts +60 -4
- package/ManifestIds.js +172 -9
- package/MediaScalingSettings.d.ts +6 -0
- package/Messaging.d.ts +1 -0
- package/Secrets.d.ts +1 -0
- package/TargetingProperty.js +1 -1
- package/TokenDefinition.d.ts +1 -1
- package/apps/AppInstanceRollup.d.ts +1 -1
- package/apps/AppInstanceRollup.js +1 -1
- package/azure-openai/dalle/ErrorResponse.js +1 -1
- package/azure-openai/dalle/StatusRequest.js +1 -1
- package/componentproptypes/ThemeableComponents.d.ts +7 -0
- package/componentproptypes/ThemeableComponents.js +2 -0
- package/componentproptypes/index.d.ts +1 -0
- package/componentproptypes/index.js +4 -0
- package/docs/Api.d.ts +37 -0
- package/docs/Api.js +2 -0
- package/docs/index.d.ts +1 -0
- package/docs/index.js +4 -0
- package/editor-chrome/IActionButton.d.ts +1 -2
- package/editor-chrome/IEditorItemPanelsRenderer.d.ts +1 -1
- package/enterprise-glossary/EnterpriseGlossaryApis.d.ts +1 -1
- package/identities/Identity.d.ts +11 -3
- package/identities/Identity.js +17 -0
- package/identities/IdentityCreationRequest.js +1 -1
- package/internal-do-not-import-from-here/shared/models/Bring.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/DynamicState.js +2 -0
- package/internal-do-not-import-from-here/shared/models/Equals.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/Equals.js +45 -0
- package/internal-do-not-import-from-here/shared/models/Future.d.ts +4 -1
- package/internal-do-not-import-from-here/shared/models/Future.js +14 -6
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +9 -2
- package/internal-do-not-import-from-here/shared/models/Guid.js +26 -4
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +7 -1
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +5 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +35 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +11 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.d.ts +11 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +18 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +31 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +9 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/index.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +54 -18
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +16 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +37 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +23 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +11 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +55 -34
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +27 -22
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +35 -15
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +15 -9
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +13 -0
- package/internal-do-not-import-from-here/shared/models/theming/{ThemeMethods.js → UseThemeMethods.js} +56 -70
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +5 -1
- package/internal-do-not-import-from-here/shared/models/theming/index.js +5 -1
- package/internal-do-not-import-from-here/velcron/core/models/Enums.d.ts +7 -16
- package/internal-do-not-import-from-here/velcron/core/models/Enums.js +14 -24
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +131 -83
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.js +2 -2
- package/internal-do-not-import-from-here/velcron/core/models/VelcronEvents.d.ts +5 -2
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +120 -0
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +16 -0
- package/internal-do-not-import-from-here/velcron/core/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/velcron/core/models/index.js +1 -1
- package/media-picker/MediaPickerImageRendition.d.ts +4 -4
- package/media-picker/MediaPickerSearchProvider.d.ts +5 -0
- package/media-picker/MediaPickerSearchProvider.js +2 -0
- package/media-picker/MediaPickerTransformations.d.ts +5 -4
- package/media-picker/Providers/CentralImageLocationProvider.js +1 -1
- package/media-picker/Providers/DallEProvider.js +1 -1
- package/media-picker/Providers/MyComputerProvider.js +1 -1
- package/media-picker/Providers/PexelProvider.js +2 -2
- package/media-picker/Providers/UnsplashProvider.d.ts +18 -0
- package/media-picker/Providers/UnsplashProvider.js +23 -0
- package/media-picker/Providers/index.d.ts +1 -0
- package/media-picker/Providers/index.js +1 -0
- package/media-picker/Shared.d.ts +7 -1
- package/media-picker/index.d.ts +2 -0
- package/media-picker/index.js +2 -0
- package/media-picker/localize.d.ts +26 -0
- package/media-picker/localize.js +7 -0
- package/mediaflow/Constants.js +2 -2
- package/oxide/OxideTypeDefinitions.d.ts +147 -0
- package/oxide/OxideTypeDefinitions.js +112 -0
- package/oxide/SharedSettings.d.ts +8 -0
- package/oxide/SharedSettings.js +2 -0
- package/oxide/TreeView.d.ts +10 -0
- package/oxide/TreeView.js +2 -0
- package/oxide/index.d.ts +3 -0
- package/oxide/index.js +6 -0
- package/package.json +1 -1
- package/properties/IPropertyValueRenderer.d.ts +3 -4
- package/properties/PropertyDefinition.d.ts +5 -1
- package/properties/PropertyDefinition.js +4 -1
- package/properties/definitions/BirthdayPropertyDefinition.d.ts +5 -6
- package/properties/definitions/BirthdayPropertyDefinition.js +7 -1
- package/properties/definitions/BooleanPropertyDefinition.d.ts +3 -2
- package/properties/definitions/BooleanPropertyDefinition.js +4 -1
- package/properties/definitions/DatePropertyDefinition.d.ts +5 -5
- package/properties/definitions/DatePropertyDefinition.js +7 -1
- package/properties/definitions/DateTimePropertyDefinition.d.ts +5 -5
- package/properties/definitions/DateTimePropertyDefinition.js +7 -1
- package/properties/definitions/EmailPropertyDefinition.d.ts +3 -3
- package/properties/definitions/EmailPropertyDefinition.js +4 -1
- package/properties/definitions/HtmlPropertyDefinition.d.ts +5 -6
- package/properties/definitions/HtmlPropertyDefinition.js +7 -1
- package/properties/definitions/IdentityPropertyDefinition.d.ts +3 -4
- package/properties/definitions/IdentityPropertyDefinition.js +4 -1
- package/properties/definitions/ImagePropertyDefinition.d.ts +5 -5
- package/properties/definitions/ImagePropertyDefinition.js +7 -1
- package/properties/definitions/IntegerPropertyDefinition.d.ts +3 -4
- package/properties/definitions/IntegerPropertyDefinition.js +4 -1
- package/properties/definitions/LanguagePropertyDefinition.d.ts +3 -5
- package/properties/definitions/LanguagePropertyDefinition.js +4 -1
- package/properties/definitions/LinkPropertyDefinition.d.ts +3 -4
- package/properties/definitions/LinkPropertyDefinition.js +4 -1
- package/properties/definitions/MediaPropertyDefinition.d.ts +3 -3
- package/properties/definitions/MediaPropertyDefinition.js +4 -1
- package/properties/definitions/MultilineTextPropertyDefinition.d.ts +3 -4
- package/properties/definitions/MultilineTextPropertyDefinition.js +4 -1
- package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +5 -6
- package/properties/definitions/MultilingualTextPropertyDefinition.js +6 -3
- package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +3 -4
- package/properties/definitions/PhoneNumberPropertyDefinition.js +4 -1
- package/properties/definitions/TagsPropertyDefinition.d.ts +3 -2
- package/properties/definitions/TagsPropertyDefinition.js +4 -1
- package/properties/definitions/TextPropertyDefinition.d.ts +3 -4
- package/properties/definitions/TextPropertyDefinition.js +4 -1
- package/properties/definitions/TimePropertyDefinition.d.ts +5 -6
- package/properties/definitions/TimePropertyDefinition.js +7 -1
- package/properties/values/DatePropertyValue.d.ts +1 -1
- package/properties/values/DatePropertyValue.js +1 -1
- package/richtext-editor-extensions/BoldExtension.d.ts +1 -1
- package/richtext-editor-extensions/TipTapEditor.d.ts +9 -10
- package/ux/LayoutEditorCanvas.d.ts +2 -1
- package/ux/ThemingApi.d.ts +19 -0
- package/ux/ThemingApi.js +2 -0
- package/ux/UxApi.d.ts +1 -1
- package/ux/VelcronDefinitionApi.d.ts +24 -0
- package/ux/VelcronDefinitionApi.js +2 -0
- package/ux/index.d.ts +2 -0
- package/ux/index.js +2 -0
- package/velcron/VelcronDefinitionRegistration.d.ts +9 -0
- package/velcron/VelcronDefinitionRegistration.js +2 -0
- package/velcron/index.d.ts +1 -0
- package/velcron/index.js +4 -0
- package/SpacingSetting.d.ts +0 -6
- package/VueInject.d.ts +0 -5
- package/internal-do-not-import-from-here/shared/models/theming/ThemeMethods.d.ts +0 -11
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDescriptors.d.ts +0 -35
- /package/{SpacingSetting.js → FilterpickerModel.js} +0 -0
- /package/{VueInject.js → Func.js} +0 -0
- /package/{internal-do-not-import-from-here/velcron/core/models/VelcronDescriptors.js → MediaScalingSettings.js} +0 -0
package/LayoutDefinition.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
2
|
import { IMessageBusTopicSubscription } from "./Messaging";
|
|
3
3
|
import { Block, LoadedLayout } from "./Layout";
|
|
4
|
+
import { IIcon } from "./Icon";
|
|
4
5
|
interface ILayoutCanvasItemDefinition<T> {
|
|
5
6
|
id: GuidValue;
|
|
6
7
|
createInstance: (layout: LoadedLayout) => Promise<T>;
|
|
@@ -15,17 +16,20 @@ interface ILayoutCanvasItemInstance {
|
|
|
15
16
|
slots: ILayoutCanvasItemSlot;
|
|
16
17
|
}
|
|
17
18
|
interface ILayoutCanvasItemSlot {
|
|
18
|
-
header: () => JSX.Element;
|
|
19
19
|
content: () => JSX.Element | JSX.Element[];
|
|
20
20
|
}
|
|
21
21
|
export interface ILayoutCanvasExpansionItemInstance extends ILayoutCanvasItemInstance {
|
|
22
22
|
slots: ILayoutCanvasItemSlot;
|
|
23
|
+
title: string;
|
|
24
|
+
icon: IIcon;
|
|
23
25
|
}
|
|
24
26
|
export interface ILayoutCanvasTabInstance extends ILayoutCanvasItemInstance {
|
|
25
27
|
slots: ILayoutCanvasItemSlot;
|
|
26
28
|
items: ILayoutCanvasExpansionItemInstance[];
|
|
27
29
|
active?: boolean;
|
|
28
30
|
disabled?: boolean;
|
|
31
|
+
title: string;
|
|
32
|
+
icon?: IIcon;
|
|
29
33
|
/**
|
|
30
34
|
*Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.
|
|
31
35
|
*/
|
package/ManifestIds.d.ts
CHANGED
|
@@ -6,14 +6,17 @@ export declare class OmniaGroupManifests {
|
|
|
6
6
|
static get FxConsole(): Guid;
|
|
7
7
|
static get Fx(): Guid;
|
|
8
8
|
static get FxUxCommonComponents(): Guid;
|
|
9
|
+
static get FxUxCommonOxides(): Guid;
|
|
9
10
|
static get FxUxRichTextEditor(): Guid;
|
|
10
11
|
static get Header(): Guid;
|
|
11
12
|
static get LayoutCanvasGroup(): Guid;
|
|
12
13
|
}
|
|
13
14
|
export declare class OmniaResourceManifests {
|
|
15
|
+
static get ProsemirrorPackage(): Guid;
|
|
14
16
|
static get AuthSetupCore(): Guid;
|
|
15
17
|
static get LayoutCanvasShared(): Guid;
|
|
16
18
|
static get AwesomeProFont(): Guid;
|
|
19
|
+
static get FxUxVuetifyShared(): Guid;
|
|
17
20
|
static get FxUxVuetifyCommon(): Guid;
|
|
18
21
|
static get FxUxMonacoEditor(): Guid;
|
|
19
22
|
static get FxUxVueChartJS(): Guid;
|
|
@@ -22,14 +25,14 @@ export declare class OmniaResourceManifests {
|
|
|
22
25
|
static get ClientBoot(): Guid;
|
|
23
26
|
static get FxUxVuetifyBottomnav(): Guid;
|
|
24
27
|
static get ConsoleCommands(): Guid;
|
|
25
|
-
static get HMR(): Guid;
|
|
26
28
|
static get FxUxVRating(): Guid;
|
|
27
29
|
static get FxUxVuetifyHover(): Guid;
|
|
30
|
+
static get FxUxVuetifyStepper(): Guid;
|
|
31
|
+
static get FxUxVuetifyColorPicker(): Guid;
|
|
28
32
|
static get FxUxVuetifyCombobox(): Guid;
|
|
29
33
|
static get FxUxVuetifySlider(): Guid;
|
|
30
34
|
static get FxUxVuetifyChip(): Guid;
|
|
31
35
|
static get FxUxVuetifyDatatable(): Guid;
|
|
32
|
-
static get FxUxVuetifyDivider(): Guid;
|
|
33
36
|
static get FxUxVuetifyDatePicker(): Guid;
|
|
34
37
|
static get FxUxVuetifyTimePicker(): Guid;
|
|
35
38
|
static get FxUxVuetifySnackbar(): Guid;
|
|
@@ -60,6 +63,7 @@ export declare class OmniaResourceManifests {
|
|
|
60
63
|
static get SpfxWebpart(): Guid;
|
|
61
64
|
static get FxUxVuetifySwitch(): Guid;
|
|
62
65
|
static get FxUx(): Guid;
|
|
66
|
+
static get FxUxVDialog(): Guid;
|
|
63
67
|
static get FxUxVuetifyAvatar(): Guid;
|
|
64
68
|
static get FxUxVTreeView(): Guid;
|
|
65
69
|
static get Vendor(): Guid;
|
|
@@ -71,7 +75,7 @@ export declare class OmniaResourceManifests {
|
|
|
71
75
|
static get MicrosoftTeamsSDKLoader(): Guid;
|
|
72
76
|
static get TeamsSSOScript(): Guid;
|
|
73
77
|
static get MediaPickerProviderRegistration(): Guid;
|
|
74
|
-
static get
|
|
78
|
+
static get FxUxRichTextEditorCore(): Guid;
|
|
75
79
|
static get ActionApi(): Guid;
|
|
76
80
|
static get ActionHandlerEvents(): Guid;
|
|
77
81
|
static get LikeTopicIdProviderRegistration(): Guid;
|
|
@@ -143,6 +147,55 @@ export declare class OmniaWebComponentManifests {
|
|
|
143
147
|
static get VersionedLayoutController(): Guid;
|
|
144
148
|
static get VersionedLayoutEditorChrome(): Guid;
|
|
145
149
|
static get BladeHeader(): Guid;
|
|
150
|
+
static get OAppBar(): Guid;
|
|
151
|
+
static get OAvatar(): Guid;
|
|
152
|
+
static get OBadge(): Guid;
|
|
153
|
+
static get OBtn(): Guid;
|
|
154
|
+
static get OBtnGroup(): Guid;
|
|
155
|
+
static get OCard(): Guid;
|
|
156
|
+
static get OCheckBox(): Guid;
|
|
157
|
+
static get OChip(): Guid;
|
|
158
|
+
static get OColumn(): Guid;
|
|
159
|
+
static get ODataTable(): Guid;
|
|
160
|
+
static get ODialog(): Guid;
|
|
161
|
+
static get ODivider(): Guid;
|
|
162
|
+
static get ODraggable(): Guid;
|
|
163
|
+
static get OExpansionpanels(): Guid;
|
|
164
|
+
static get OExpansionpanel(): Guid;
|
|
165
|
+
static get OHostProvider(): Guid;
|
|
166
|
+
static get OIcon(): Guid;
|
|
167
|
+
static get OImage(): Guid;
|
|
168
|
+
static get OLayout(): Guid;
|
|
169
|
+
static get OList(): Guid;
|
|
170
|
+
static get OListItem(): Guid;
|
|
171
|
+
static get OMain(): Guid;
|
|
172
|
+
static get OMenu(): Guid;
|
|
173
|
+
static get ONavigationDrawer(): Guid;
|
|
174
|
+
static get OPanel(): Guid;
|
|
175
|
+
static get OFlex(): Guid;
|
|
176
|
+
static get OProgress(): Guid;
|
|
177
|
+
static get ORadio(): Guid;
|
|
178
|
+
static get ORadioGroup(): Guid;
|
|
179
|
+
static get OSelect(): Guid;
|
|
180
|
+
static get OSkeletonLoader(): Guid;
|
|
181
|
+
static get OSlider(): Guid;
|
|
182
|
+
static get OSnackbar(): Guid;
|
|
183
|
+
static get OSpacer(): Guid;
|
|
184
|
+
static get OStepper(): Guid;
|
|
185
|
+
static get OStepperStep(): Guid;
|
|
186
|
+
static get OSwitch(): Guid;
|
|
187
|
+
static get OTable(): Guid;
|
|
188
|
+
static get OTab(): Guid;
|
|
189
|
+
static get OTabs(): Guid;
|
|
190
|
+
static get OText(): Guid;
|
|
191
|
+
static get OLink(): Guid;
|
|
192
|
+
static get OTextArea(): Guid;
|
|
193
|
+
static get OTextField(): Guid;
|
|
194
|
+
static get OToolbar(): Guid;
|
|
195
|
+
static get OColorPicker(): Guid;
|
|
196
|
+
static get OTooltip(): Guid;
|
|
197
|
+
static get OTreeView(): Guid;
|
|
198
|
+
static get OValidation(): Guid;
|
|
146
199
|
static get Admin(): Guid;
|
|
147
200
|
static get AdminShortcut(): Guid;
|
|
148
201
|
static get Bladestest(): Guid;
|
|
@@ -152,7 +205,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
152
205
|
static get FxUxIframe(): Guid;
|
|
153
206
|
static get FxUxDateTimePicker(): Guid;
|
|
154
207
|
static get Console(): Guid;
|
|
155
|
-
static get
|
|
208
|
+
static get DevSocketMessage(): Guid;
|
|
156
209
|
static get FxUxDialog(): Guid;
|
|
157
210
|
static get FxUxConfirmDialog(): Guid;
|
|
158
211
|
static get FxUxDocumenticon(): Guid;
|
|
@@ -200,6 +253,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
200
253
|
static get FxUxMediapickerVideo(): Guid;
|
|
201
254
|
static get FxUxImageGrid(): Guid;
|
|
202
255
|
static get FxUxPexelProvider(): Guid;
|
|
256
|
+
static get FxUxUnsplashProvider(): Guid;
|
|
203
257
|
static get FxUxMediaflowProvider(): Guid;
|
|
204
258
|
static get FxUxMediaflowProviderVideoPlayer(): Guid;
|
|
205
259
|
static get FxUxMyComputerProvider(): Guid;
|
|
@@ -288,6 +342,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
288
342
|
static get FxUxPermissionInput(): Guid;
|
|
289
343
|
static get FxUxSecurityTrimer(): Guid;
|
|
290
344
|
static get FxUxSpacingPicker(): Guid;
|
|
345
|
+
static get FxUxFilterPicker(): Guid;
|
|
291
346
|
static get FxUxFilterEngineSettings(): Guid;
|
|
292
347
|
static get FxUxFilterEngineDialogContent(): Guid;
|
|
293
348
|
static get FxUxFilterEnginePersonPropertySettings(): Guid;
|
|
@@ -368,6 +423,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
368
423
|
static get FxUxPropertyRenderer(): Guid;
|
|
369
424
|
static get FxUxPropertyDefintionRenderer(): Guid;
|
|
370
425
|
static get FxUxPropertyDefintionConfiguration(): Guid;
|
|
426
|
+
static get FxUxPropertyConfigurationBaseRenderer(): Guid;
|
|
371
427
|
static get FxUxLabelOptionsRenderer(): Guid;
|
|
372
428
|
static get FxUxPropertyLocking(): Guid;
|
|
373
429
|
static get UserPropertyConfigurationRenderer(): Guid;
|
package/ManifestIds.js
CHANGED
|
@@ -18,6 +18,9 @@ class OmniaGroupManifests {
|
|
|
18
18
|
static get FxUxCommonComponents() {
|
|
19
19
|
return new models_1.Guid("f3a0fed1-f692-4f09-a308-ba778eda1258");
|
|
20
20
|
}
|
|
21
|
+
static get FxUxCommonOxides() {
|
|
22
|
+
return new models_1.Guid("8afeaaa8-f1af-4201-9461-e86351ff30ca");
|
|
23
|
+
}
|
|
21
24
|
static get FxUxRichTextEditor() {
|
|
22
25
|
return new models_1.Guid("027673f5-c292-478e-96c5-e4aa41c217f3");
|
|
23
26
|
}
|
|
@@ -30,6 +33,9 @@ class OmniaGroupManifests {
|
|
|
30
33
|
}
|
|
31
34
|
exports.OmniaGroupManifests = OmniaGroupManifests;
|
|
32
35
|
class OmniaResourceManifests {
|
|
36
|
+
static get ProsemirrorPackage() {
|
|
37
|
+
return new models_1.Guid("3fa51aee-4528-4427-8ad5-376c94724d01");
|
|
38
|
+
}
|
|
33
39
|
static get AuthSetupCore() {
|
|
34
40
|
return new models_1.Guid("c81aa87a-50f1-4eb4-9c9d-0dc6ede5cd91");
|
|
35
41
|
}
|
|
@@ -40,6 +46,9 @@ class OmniaResourceManifests {
|
|
|
40
46
|
static get AwesomeProFont() {
|
|
41
47
|
return new models_1.Guid("ab56e441-b66c-4477-9d68-30df53d1a379");
|
|
42
48
|
}
|
|
49
|
+
static get FxUxVuetifyShared() {
|
|
50
|
+
return new models_1.Guid("8769dc42-712d-4ce2-8d32-4b8604b92ae6");
|
|
51
|
+
}
|
|
43
52
|
static get FxUxVuetifyCommon() {
|
|
44
53
|
return new models_1.Guid("798d6494-70cc-47eb-9054-30b047beab19");
|
|
45
54
|
}
|
|
@@ -64,9 +73,6 @@ class OmniaResourceManifests {
|
|
|
64
73
|
static get ConsoleCommands() {
|
|
65
74
|
return new models_1.Guid("0d65cbc9-9fca-4960-b9b5-71807a801a9f");
|
|
66
75
|
}
|
|
67
|
-
static get HMR() {
|
|
68
|
-
return new models_1.Guid("c45a049c-adb7-46ed-8435-83dbe2ab4256");
|
|
69
|
-
}
|
|
70
76
|
//Moved to Common Components
|
|
71
77
|
//public static get FxUxVuetifyBtn(): Guid { return new Guid("888135ca-8dcc-46f7-8b7c-874a982e307a"); }
|
|
72
78
|
//public static get FxUxVuetifySpeedDial(): Guid { return new Guid("8742228e-a540-43ce-8b19-d01da2961845"); }
|
|
@@ -77,7 +83,8 @@ class OmniaResourceManifests {
|
|
|
77
83
|
return new models_1.Guid("c91c7905-18f2-43a6-b389-9d30709dbdb7");
|
|
78
84
|
}
|
|
79
85
|
//public static get FxUxVuetifyBadge(): Guid { return new Guid("42da6bee-8c61-426c-aeb5-b480ecc01f06"); }
|
|
80
|
-
|
|
86
|
+
static get FxUxVuetifyStepper() { return new models_1.Guid("3104db5f-e983-4e06-925e-9b5375276512"); }
|
|
87
|
+
static get FxUxVuetifyColorPicker() { return new models_1.Guid("4f861c0d-75fb-49ce-913e-17cbafad5ed2"); }
|
|
81
88
|
static get FxUxVuetifyCombobox() {
|
|
82
89
|
return new models_1.Guid("0EDAD567-65C0-433F-A871-A59E460D70F0");
|
|
83
90
|
}
|
|
@@ -93,9 +100,6 @@ class OmniaResourceManifests {
|
|
|
93
100
|
return new models_1.Guid("188aee53-149a-4bc0-9039-59ffd918df2c");
|
|
94
101
|
}
|
|
95
102
|
//public static get FxUxVuetifyDialog(): Guid { return new Guid("51d9a279-95c9-4f08-bc92-a9b13b7c9d46"); }
|
|
96
|
-
static get FxUxVuetifyDivider() {
|
|
97
|
-
return new models_1.Guid("e6c8262c-da1a-456c-8566-5d0b72334f63");
|
|
98
|
-
}
|
|
99
103
|
static get FxUxVuetifyDatePicker() {
|
|
100
104
|
return new models_1.Guid("0ab2c44b-d945-40f8-8042-0800a52d7c86");
|
|
101
105
|
}
|
|
@@ -211,6 +215,9 @@ class OmniaResourceManifests {
|
|
|
211
215
|
static get FxUx() {
|
|
212
216
|
return new models_1.Guid("dee030cc-4ab3-4158-bb06-8049f5c67542");
|
|
213
217
|
}
|
|
218
|
+
static get FxUxVDialog() {
|
|
219
|
+
return new models_1.Guid("0bf6198c-32c6-4cec-90bd-7988a979c9b0");
|
|
220
|
+
}
|
|
214
221
|
static get FxUxVuetifyAvatar() {
|
|
215
222
|
return new models_1.Guid("5b901a77-3b57-4356-ba7c-c04685a8bca3");
|
|
216
223
|
}
|
|
@@ -244,7 +251,7 @@ class OmniaResourceManifests {
|
|
|
244
251
|
static get MediaPickerProviderRegistration() {
|
|
245
252
|
return new models_1.Guid("8955f9b8-c9fa-4e46-8a44-7d79162ab7f5");
|
|
246
253
|
}
|
|
247
|
-
static get
|
|
254
|
+
static get FxUxRichTextEditorCore() {
|
|
248
255
|
return new models_1.Guid("b46f7161-e941-4240-b573-a9cd83e9d132");
|
|
249
256
|
}
|
|
250
257
|
static get ActionApi() {
|
|
@@ -445,6 +452,153 @@ class OmniaWebComponentManifests {
|
|
|
445
452
|
static get VersionedLayoutController() { return new models_1.Guid("c88e2566-b07a-4680-aef7-f575f5c5641b"); }
|
|
446
453
|
static get VersionedLayoutEditorChrome() { return new models_1.Guid("177046bf-d171-495b-bce7-0d1cd9242fa1"); }
|
|
447
454
|
static get BladeHeader() { return new models_1.Guid("1541cc19-8f29-4196-8d08-121332a499a6"); }
|
|
455
|
+
static get OAppBar() {
|
|
456
|
+
return new models_1.Guid("90d19714-df6c-4b16-bd5d-42bc705e7692");
|
|
457
|
+
}
|
|
458
|
+
static get OAvatar() {
|
|
459
|
+
return new models_1.Guid("8848766a-05fd-4a7a-8e1a-89376b3cf09a");
|
|
460
|
+
}
|
|
461
|
+
static get OBadge() {
|
|
462
|
+
return new models_1.Guid("4cc48714-e16a-45fe-b2d2-13932a13d1f8");
|
|
463
|
+
}
|
|
464
|
+
static get OBtn() {
|
|
465
|
+
return new models_1.Guid("2dc36afd-2759-4696-ad30-c07d123dcc62");
|
|
466
|
+
}
|
|
467
|
+
static get OBtnGroup() {
|
|
468
|
+
return new models_1.Guid("2c933089-7d81-4c55-987d-0530d63d458e");
|
|
469
|
+
}
|
|
470
|
+
static get OCard() {
|
|
471
|
+
return new models_1.Guid("9349eb77-1427-4f73-bb91-f7994524e5c8");
|
|
472
|
+
}
|
|
473
|
+
static get OCheckBox() {
|
|
474
|
+
return new models_1.Guid("f552852b-a987-4a37-8c93-29da62aaf9dc");
|
|
475
|
+
}
|
|
476
|
+
static get OChip() {
|
|
477
|
+
return new models_1.Guid("f12317fe-b91b-4efe-bc33-7cfe39fabe1c");
|
|
478
|
+
}
|
|
479
|
+
static get OColumn() {
|
|
480
|
+
return new models_1.Guid("d116618a-12d0-439f-8da8-09535809c260");
|
|
481
|
+
}
|
|
482
|
+
static get ODataTable() {
|
|
483
|
+
return new models_1.Guid("27c00720-f7fb-46bb-b392-86a2cb94797c");
|
|
484
|
+
}
|
|
485
|
+
static get ODialog() {
|
|
486
|
+
return new models_1.Guid("dc1c89b3-d0c2-4b7a-a105-0f19a0f962b3");
|
|
487
|
+
}
|
|
488
|
+
static get ODivider() {
|
|
489
|
+
return new models_1.Guid("c0415286-cfac-4134-9dd2-64dc1621c463");
|
|
490
|
+
}
|
|
491
|
+
static get ODraggable() {
|
|
492
|
+
return new models_1.Guid("3465fc25-0ac4-4f43-af9d-3df1cf17ec55");
|
|
493
|
+
}
|
|
494
|
+
static get OExpansionpanels() {
|
|
495
|
+
return new models_1.Guid("22037265-3d7a-43a6-a79c-f1d01a23cffb");
|
|
496
|
+
}
|
|
497
|
+
static get OExpansionpanel() {
|
|
498
|
+
return new models_1.Guid("a6ca5f7d-21d2-4b16-8fca-b70c965fded1");
|
|
499
|
+
}
|
|
500
|
+
static get OHostProvider() {
|
|
501
|
+
return new models_1.Guid("8beba318-c75e-49aa-b203-190ba1953c71");
|
|
502
|
+
}
|
|
503
|
+
static get OIcon() {
|
|
504
|
+
return new models_1.Guid("df79ba95-ee5d-4013-9e79-35297b7d1e87");
|
|
505
|
+
}
|
|
506
|
+
static get OImage() {
|
|
507
|
+
return new models_1.Guid("1a821ca3-b97a-4b78-bf23-5864addd38ca");
|
|
508
|
+
}
|
|
509
|
+
static get OLayout() {
|
|
510
|
+
return new models_1.Guid("428e436c-13dc-4578-98a4-08786361c9b1");
|
|
511
|
+
}
|
|
512
|
+
static get OList() {
|
|
513
|
+
return new models_1.Guid("154a229c-9bd8-4d31-aed8-48da93f29ea2");
|
|
514
|
+
}
|
|
515
|
+
static get OListItem() {
|
|
516
|
+
return new models_1.Guid("4a463184-5ea2-4fbb-8cab-dbb9b06772da");
|
|
517
|
+
}
|
|
518
|
+
static get OMain() {
|
|
519
|
+
return new models_1.Guid("1ed9f2ec-3580-492c-b211-d719c9b15ad1");
|
|
520
|
+
}
|
|
521
|
+
static get OMenu() {
|
|
522
|
+
return new models_1.Guid("01c206c8-b30e-4140-8b64-57cdea679b78");
|
|
523
|
+
}
|
|
524
|
+
static get ONavigationDrawer() {
|
|
525
|
+
return new models_1.Guid("48b4d391-d03f-4a01-a948-5b845917d229");
|
|
526
|
+
}
|
|
527
|
+
static get OPanel() {
|
|
528
|
+
return new models_1.Guid("1d8d2a23-2824-4f1e-ab96-344841305976");
|
|
529
|
+
}
|
|
530
|
+
static get OFlex() {
|
|
531
|
+
return new models_1.Guid("1691e25d-9632-43f9-b78a-548fe8d2e8a7");
|
|
532
|
+
}
|
|
533
|
+
static get OProgress() {
|
|
534
|
+
return new models_1.Guid("247719ac-6d38-43ec-889f-ace452544a21");
|
|
535
|
+
}
|
|
536
|
+
static get ORadio() {
|
|
537
|
+
return new models_1.Guid("2d9c50d3-dcb1-421c-afb8-eab80be243a1");
|
|
538
|
+
}
|
|
539
|
+
static get ORadioGroup() {
|
|
540
|
+
return new models_1.Guid("48962186-dfb9-4f37-adc7-6f475b80015d");
|
|
541
|
+
}
|
|
542
|
+
static get OSelect() {
|
|
543
|
+
return new models_1.Guid("578e2a4d-5cd2-47a4-b129-1911256253a7");
|
|
544
|
+
}
|
|
545
|
+
static get OSkeletonLoader() {
|
|
546
|
+
return new models_1.Guid("2ade9272-1b3c-426f-ac97-c63026f77351");
|
|
547
|
+
}
|
|
548
|
+
static get OSlider() {
|
|
549
|
+
return new models_1.Guid("d108fdde-5ca9-42d7-ae92-195eb74b5452");
|
|
550
|
+
}
|
|
551
|
+
static get OSnackbar() {
|
|
552
|
+
return new models_1.Guid("a19feddc-d78b-4065-b765-0162fd088379");
|
|
553
|
+
}
|
|
554
|
+
static get OSpacer() {
|
|
555
|
+
return new models_1.Guid("c26ccc7a-eae0-4f76-a062-e83c6df302fc");
|
|
556
|
+
}
|
|
557
|
+
static get OStepper() {
|
|
558
|
+
return new models_1.Guid("7cc2d4fe-ecde-4174-badc-5797ba6fb53e");
|
|
559
|
+
}
|
|
560
|
+
static get OStepperStep() {
|
|
561
|
+
return new models_1.Guid("a8c8ffd3-d8ff-46ee-969d-8fb6b9522104");
|
|
562
|
+
}
|
|
563
|
+
static get OSwitch() {
|
|
564
|
+
return new models_1.Guid("31cc47b1-9e7d-4c40-b826-f58d1c955a43");
|
|
565
|
+
}
|
|
566
|
+
static get OTable() {
|
|
567
|
+
return new models_1.Guid("9ae46ba0-5370-4a32-9be2-91bf111c2a85");
|
|
568
|
+
}
|
|
569
|
+
static get OTab() {
|
|
570
|
+
return new models_1.Guid("8669930d-609c-497e-8cde-0c554621db88");
|
|
571
|
+
}
|
|
572
|
+
static get OTabs() {
|
|
573
|
+
return new models_1.Guid("7345c491-927b-4343-8d9f-5e14f51fbfad");
|
|
574
|
+
}
|
|
575
|
+
static get OText() {
|
|
576
|
+
return new models_1.Guid("b5a11307-4f70-4ba8-9e1e-e4102ea95536");
|
|
577
|
+
}
|
|
578
|
+
static get OLink() {
|
|
579
|
+
return new models_1.Guid("75cd9309-9dd1-4646-9e0c-e6b5b1cac14d");
|
|
580
|
+
}
|
|
581
|
+
static get OTextArea() {
|
|
582
|
+
return new models_1.Guid("1e7db8a9-8533-485d-97b4-359f64601ff0");
|
|
583
|
+
}
|
|
584
|
+
static get OTextField() {
|
|
585
|
+
return new models_1.Guid("94cf71a5-a68d-4b86-aea3-25d400df2bd2");
|
|
586
|
+
}
|
|
587
|
+
static get OToolbar() {
|
|
588
|
+
return new models_1.Guid("575bd9ad-6c0d-4fc9-ab53-fbd1b93786c4");
|
|
589
|
+
}
|
|
590
|
+
static get OColorPicker() {
|
|
591
|
+
return new models_1.Guid("28370f03-1276-4e82-b4c2-9237f943710a");
|
|
592
|
+
}
|
|
593
|
+
static get OTooltip() {
|
|
594
|
+
return new models_1.Guid("19adb199-3860-4f41-b10f-3a00eb3eb534");
|
|
595
|
+
}
|
|
596
|
+
static get OTreeView() {
|
|
597
|
+
return new models_1.Guid("c617a9d7-e252-4992-9c41-becb55905973");
|
|
598
|
+
}
|
|
599
|
+
static get OValidation() {
|
|
600
|
+
return new models_1.Guid("1e7fa637-f491-4cbe-b9ce-b6d577fec150");
|
|
601
|
+
}
|
|
448
602
|
static get Admin() {
|
|
449
603
|
return new models_1.Guid("253e469e-f68e-4cb5-b526-343736c2ff11");
|
|
450
604
|
}
|
|
@@ -472,7 +626,7 @@ class OmniaWebComponentManifests {
|
|
|
472
626
|
static get Console() {
|
|
473
627
|
return new models_1.Guid("f3d75940-db51-447d-bf67-19251f5465b0");
|
|
474
628
|
}
|
|
475
|
-
static get
|
|
629
|
+
static get DevSocketMessage() {
|
|
476
630
|
return new models_1.Guid("e6b88bd8-d419-49c8-af6f-ed268ae64430");
|
|
477
631
|
}
|
|
478
632
|
static get FxUxDialog() {
|
|
@@ -616,6 +770,9 @@ class OmniaWebComponentManifests {
|
|
|
616
770
|
static get FxUxPexelProvider() {
|
|
617
771
|
return new models_1.Guid("0c762bb5-c7e6-4ccd-8a89-907200dffca5");
|
|
618
772
|
}
|
|
773
|
+
static get FxUxUnsplashProvider() {
|
|
774
|
+
return new models_1.Guid("6e7529d9-94f9-489e-a5be-5a129406caa2");
|
|
775
|
+
}
|
|
619
776
|
static get FxUxMediaflowProvider() {
|
|
620
777
|
return new models_1.Guid("E4C4594D-5285-45A2-9EDF-1DCA20F92D69");
|
|
621
778
|
}
|
|
@@ -887,6 +1044,9 @@ class OmniaWebComponentManifests {
|
|
|
887
1044
|
static get FxUxSpacingPicker() {
|
|
888
1045
|
return new models_1.Guid("564bced7-081c-4964-83e8-df717f600ff3");
|
|
889
1046
|
}
|
|
1047
|
+
static get FxUxFilterPicker() {
|
|
1048
|
+
return new models_1.Guid("46a6c15c-2a0e-446f-bef9-770274409366");
|
|
1049
|
+
}
|
|
890
1050
|
static get FxUxFilterEngineSettings() {
|
|
891
1051
|
return new models_1.Guid("a91d4cd2-b574-4de3-a672-110cb1cdf7ba");
|
|
892
1052
|
}
|
|
@@ -1125,6 +1285,9 @@ class OmniaWebComponentManifests {
|
|
|
1125
1285
|
static get FxUxPropertyDefintionConfiguration() {
|
|
1126
1286
|
return new models_1.Guid("e012f61b-652b-4ab8-b7e9-d436ef772f54");
|
|
1127
1287
|
}
|
|
1288
|
+
static get FxUxPropertyConfigurationBaseRenderer() {
|
|
1289
|
+
return new models_1.Guid("ec641f7d-0493-4ce4-8dd7-871f07395b78");
|
|
1290
|
+
}
|
|
1128
1291
|
static get FxUxLabelOptionsRenderer() {
|
|
1129
1292
|
return new models_1.Guid("54caefea-ae1d-4da7-b236-a3ff268b31c3");
|
|
1130
1293
|
}
|
package/Messaging.d.ts
CHANGED
package/Secrets.d.ts
CHANGED
package/TargetingProperty.js
CHANGED
|
@@ -6,7 +6,6 @@ exports.TargetingPropertyType = void 0;
|
|
|
6
6
|
* */
|
|
7
7
|
class TargetingPropertyType {
|
|
8
8
|
}
|
|
9
|
-
exports.TargetingPropertyType = TargetingPropertyType;
|
|
10
9
|
/// <summary>
|
|
11
10
|
/// Use maskable values
|
|
12
11
|
/// </summary>
|
|
@@ -15,3 +14,4 @@ TargetingPropertyType.userProfileProperty = 2;
|
|
|
15
14
|
TargetingPropertyType.azureAdProperty = 3;
|
|
16
15
|
TargetingPropertyType.groupIdentity = 4;
|
|
17
16
|
TargetingPropertyType.userProperty = 5;
|
|
17
|
+
exports.TargetingPropertyType = TargetingPropertyType;
|
package/TokenDefinition.d.ts
CHANGED
|
@@ -47,7 +47,7 @@ declare module "./Extends" {
|
|
|
47
47
|
providers: Promise<ITokenProviderRegistration>;
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
|
-
interface
|
|
50
|
+
interface IOmniaFxExtendApiManifest {
|
|
51
51
|
tokens: {
|
|
52
52
|
registrations: ApiPath;
|
|
53
53
|
providers: IExtendApiManifestWithConfiguration<TokenManifestConfiguration>;
|
|
@@ -3,7 +3,7 @@ import { EnterprisePropertyDefinition } from "../enterprise-properties/Enterpris
|
|
|
3
3
|
import { AppInstanceScopedQueryTypes, PropertyIndexedType } from "../Enums";
|
|
4
4
|
import { MultilingualString } from "../MultilingualString";
|
|
5
5
|
import { OrderBy, RollupEnums, RollupFilter } from "../RollupQuery";
|
|
6
|
-
import { SpacingSettings } from "
|
|
6
|
+
import { SpacingSettings } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
7
7
|
import { AppInstance, AppInstanceInfo, AppInstanceInfoUser, AppInstanceTemplateFilter } from "./App";
|
|
8
8
|
export declare class AppInstanceRollupConstants {
|
|
9
9
|
static AppInstanceProperties: {
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.AppInstanceRollupCardViewTypes = exports.AppInstanceRollupConstants = void 0;
|
|
4
4
|
class AppInstanceRollupConstants {
|
|
5
5
|
}
|
|
6
|
-
exports.AppInstanceRollupConstants = AppInstanceRollupConstants;
|
|
7
6
|
AppInstanceRollupConstants.AppInstanceProperties = {
|
|
8
7
|
Title: "title_df6808d8-7bda-4c53-8906-2d7dec058289",
|
|
9
8
|
TitleAndLink: "titleAndLink_93c3fdc6-1ca4-4242-b873-7de964aad588",
|
|
@@ -11,6 +10,7 @@ AppInstanceRollupConstants.AppInstanceProperties = {
|
|
|
11
10
|
Description: "description_d4d77ca6-1ca4-479e-94f0-532b9ca52ed4",
|
|
12
11
|
Image: "image_44a905b6-48e3-47e4-9690-376a4e855cf0"
|
|
13
12
|
};
|
|
13
|
+
exports.AppInstanceRollupConstants = AppInstanceRollupConstants;
|
|
14
14
|
var AppInstanceRollupCardViewTypes;
|
|
15
15
|
(function (AppInstanceRollupCardViewTypes) {
|
|
16
16
|
AppInstanceRollupCardViewTypes[AppInstanceRollupCardViewTypes["BackgroundImage"] = 1] = "BackgroundImage";
|
|
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ErrorCode = void 0;
|
|
4
4
|
class ErrorCode {
|
|
5
5
|
}
|
|
6
|
-
exports.ErrorCode = ErrorCode;
|
|
7
6
|
ErrorCode.TooManyRequests = "tooManyRequests";
|
|
8
7
|
ErrorCode.ContentFilter = "ContentFilter";
|
|
8
|
+
exports.ErrorCode = ErrorCode;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./ThemeableComponents";
|
package/docs/Api.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
type Doc = {
|
|
2
|
+
type: string;
|
|
3
|
+
description: string;
|
|
4
|
+
};
|
|
5
|
+
export type ComponentDoc = {
|
|
6
|
+
props?: {
|
|
7
|
+
[name: string]: Doc;
|
|
8
|
+
};
|
|
9
|
+
models?: {
|
|
10
|
+
[name: string]: Doc;
|
|
11
|
+
};
|
|
12
|
+
slots?: {
|
|
13
|
+
[name: string]: Doc;
|
|
14
|
+
};
|
|
15
|
+
emits?: {
|
|
16
|
+
[name: string]: Doc;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export interface IComponentDocRegistrationApi {
|
|
20
|
+
register(elmentName: string, doc: ComponentDoc): void;
|
|
21
|
+
getComponentRegistrations(): {
|
|
22
|
+
[elmentName: string]: ComponentDoc;
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
declare module "../Extends" {
|
|
26
|
+
interface IOmniaFxApi {
|
|
27
|
+
docs: {
|
|
28
|
+
registrations: Promise<IComponentDocRegistrationApi>;
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
interface IOmniaFxExtendApiManifest {
|
|
32
|
+
docs: {
|
|
33
|
+
registrations: ApiPath;
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
export {};
|
package/docs/Api.js
ADDED
package/docs/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./Api";
|
package/docs/index.js
ADDED
|
@@ -24,7 +24,7 @@ declare module "../Extends" {
|
|
|
24
24
|
providers: Promise<IEnterpriseGlossaryInformationApi>;
|
|
25
25
|
};
|
|
26
26
|
}
|
|
27
|
-
interface
|
|
27
|
+
interface IOmniaFxExtendApiManifest {
|
|
28
28
|
enterpriseGlossary: {
|
|
29
29
|
registrations: ApiPath;
|
|
30
30
|
providers: IExtendApiManifestWithConfiguration<EnterpriseGlossaryInformationProviderId>;
|