@omnia/fx 8.0.322-dev → 8.0.324-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/core/index.d.ts +1 -1
- package/internal-do-not-import-from-here/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/{ux/commandpalette/stores/CommandStore.d.ts → stores/CommandPaletteStore.d.ts} +3 -3
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/InputEditorStore.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +11 -20
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeMigrations.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +8 -10
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +29 -22
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/BackgroundStyling.d.ts +30 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/BlueprintValues.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/BorderStyling.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/FillStyling.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/IconStyling.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/StyleFormatters.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/TextStyling.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/admin/TenantSettingsCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api/AddApiMappingCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api/RemoveApiMappingCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/content/BaconIpsumCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/AddFrontendMappingCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/RemoveAllFrontendMappingsCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/RemoveFrontendMappingCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/swagger/OpenSwaggerCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/Base64DecodeCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/Base64EncodeCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/CreateGuidCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/OpenDevDocsCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/OpenVelcronStudioCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/ThemePickerCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/BlueprintStyling.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/BlueprintStyling.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +31 -166
- package/internal-do-not-import-from-here/ux/oxide/tab/BlueprintStyling.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/CapitalizeFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/DateFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/InterpolationFormatter.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/JsonFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/LengthFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/ReplaceFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/SubStringFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/TrimFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/UppercaseFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/index.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronFormatters.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +76 -76
- package/internal-do-not-import-from-here/wctypings.d.ts +29 -47
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingMigration.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/ApiExplorerCommand.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/components/ApiExplorer.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/ApiSpec.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/RequestMethodSelection.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/HubApiSpec.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/TodoApiSpec.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/ApiExplorerStore.d.ts +0 -70
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandDefinition.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteCustomComponentOptions.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteInputBox.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteListPickItem.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteMessage.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/commandpalette/models/FuzzySearchable.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/commandpalette/models/index.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/commandpalette/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.css.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.css.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/components/ActorItem.d.ts +0 -71
- package/internal-do-not-import-from-here/ux/hub/feed/components/ActorsList.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +0 -47
- package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +0 -68
- package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +0 -82
- package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/hub/feed/components/Social.css.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +0 -46
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/Story.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +0 -149
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChannel.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +0 -44
- package/internal-do-not-import-from-here/ux/hub/feed/stores/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +0 -16
- /package/internal-do-not-import-from-here/ux/{commandpalette/commands/api-explorer/components/ApiExplorer.d.ts → aurora/admin/blades/blueprints/components/blades/InputBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{hub/feed/HubFeedChrome.d.ts → aurora/admin/blades/blueprints/components/blades/InputBladeEdit.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/{EnterprisePropertyValue.d.ts → EnterprisePropertyRenderer.d.ts} +0 -0
@@ -1,82 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
3
|
-
"v-slots": import("vue").Prop<{
|
4
|
-
default?: import("../../../DefineVueTypings").Slot;
|
5
|
-
} & {
|
6
|
-
avatar?: () => JSX.Element;
|
7
|
-
}>;
|
8
|
-
notificationCount: {
|
9
|
-
type: import("vue").PropType<number>;
|
10
|
-
};
|
11
|
-
selected: {
|
12
|
-
type: import("vue").PropType<boolean>;
|
13
|
-
};
|
14
|
-
title: {
|
15
|
-
type: import("vue").PropType<string>;
|
16
|
-
};
|
17
|
-
}>> & {
|
18
|
-
"onItem:selected"?: () => any;
|
19
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
20
|
-
"item:selected": () => true;
|
21
|
-
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
22
|
-
P: {};
|
23
|
-
B: {};
|
24
|
-
D: {};
|
25
|
-
C: {};
|
26
|
-
M: {};
|
27
|
-
Defaults: {};
|
28
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
29
|
-
"v-slots": import("vue").Prop<{
|
30
|
-
default?: import("../../../DefineVueTypings").Slot;
|
31
|
-
} & {
|
32
|
-
avatar?: () => JSX.Element;
|
33
|
-
}>;
|
34
|
-
notificationCount: {
|
35
|
-
type: import("vue").PropType<number>;
|
36
|
-
};
|
37
|
-
selected: {
|
38
|
-
type: import("vue").PropType<boolean>;
|
39
|
-
};
|
40
|
-
title: {
|
41
|
-
type: import("vue").PropType<string>;
|
42
|
-
};
|
43
|
-
}>> & {
|
44
|
-
"onItem:selected"?: () => any;
|
45
|
-
}, () => JSX.Element, {}, {}, {}, {}>;
|
46
|
-
__isFragment?: never;
|
47
|
-
__isTeleport?: never;
|
48
|
-
__isSuspense?: never;
|
49
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
50
|
-
"v-slots": import("vue").Prop<{
|
51
|
-
default?: import("../../../DefineVueTypings").Slot;
|
52
|
-
} & {
|
53
|
-
avatar?: () => JSX.Element;
|
54
|
-
}>;
|
55
|
-
notificationCount: {
|
56
|
-
type: import("vue").PropType<number>;
|
57
|
-
};
|
58
|
-
selected: {
|
59
|
-
type: import("vue").PropType<boolean>;
|
60
|
-
};
|
61
|
-
title: {
|
62
|
-
type: import("vue").PropType<string>;
|
63
|
-
};
|
64
|
-
}>> & {
|
65
|
-
"onItem:selected"?: () => any;
|
66
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
67
|
-
"item:selected": () => true;
|
68
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
69
|
-
propsDefinition: Omit<Readonly<{} & {
|
70
|
-
title?: string;
|
71
|
-
"v-slots"?: {
|
72
|
-
default?: import("../../../DefineVueTypings").Slot;
|
73
|
-
} & {
|
74
|
-
avatar?: () => JSX.Element;
|
75
|
-
};
|
76
|
-
selected?: boolean;
|
77
|
-
notificationCount?: number;
|
78
|
-
}>, "onItem:selected"> & {
|
79
|
-
"onItem:selected"?: () => any;
|
80
|
-
};
|
81
|
-
};
|
82
|
-
export default _default;
|
File without changes
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import { Activity } from "@omnia/fx-models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
activity: {
|
5
|
-
type: import("vue").PropType<Activity<object>>;
|
6
|
-
required: true;
|
7
|
-
};
|
8
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
9
|
-
P: {};
|
10
|
-
B: {};
|
11
|
-
D: {};
|
12
|
-
C: {};
|
13
|
-
M: {};
|
14
|
-
Defaults: {};
|
15
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
16
|
-
activity: {
|
17
|
-
type: import("vue").PropType<Activity<object>>;
|
18
|
-
required: true;
|
19
|
-
};
|
20
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
21
|
-
__isFragment?: never;
|
22
|
-
__isTeleport?: never;
|
23
|
-
__isSuspense?: never;
|
24
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
25
|
-
activity: {
|
26
|
-
type: import("vue").PropType<Activity<object>>;
|
27
|
-
required: true;
|
28
|
-
};
|
29
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
30
|
-
propsDefinition: Omit<Readonly<{
|
31
|
-
activity: Activity<object>;
|
32
|
-
} & {}>, never>;
|
33
|
-
};
|
34
|
-
export default _default;
|
@@ -1,46 +0,0 @@
|
|
1
|
-
import { ActivityRenderer, ActivityRendererReference, ActivityTypeId, ChannelId, DynamicState, FeedActivityDefinition, UserPropertyBagModel } from "@omnia/fx-models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
channelId: {
|
5
|
-
type: import("vue").PropType<ChannelId>;
|
6
|
-
required: true;
|
7
|
-
};
|
8
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
9
|
-
P: {};
|
10
|
-
B: {};
|
11
|
-
D: {};
|
12
|
-
C: {};
|
13
|
-
M: {};
|
14
|
-
Defaults: {};
|
15
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
16
|
-
channelId: {
|
17
|
-
type: import("vue").PropType<ChannelId>;
|
18
|
-
required: true;
|
19
|
-
};
|
20
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
21
|
-
__isFragment?: never;
|
22
|
-
__isTeleport?: never;
|
23
|
-
__isSuspense?: never;
|
24
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
25
|
-
channelId: {
|
26
|
-
type: import("vue").PropType<ChannelId>;
|
27
|
-
required: true;
|
28
|
-
};
|
29
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
30
|
-
propsDefinition: Omit<Readonly<{
|
31
|
-
channelId: ChannelId;
|
32
|
-
} & {}>, never>;
|
33
|
-
};
|
34
|
-
export default _default;
|
35
|
-
export declare class PersonalStoryFeedItem implements FeedActivityDefinition<PersonalStoryFeedItemState> {
|
36
|
-
state: PersonalStoryFeedItemState;
|
37
|
-
renderer: ActivityRenderer | ActivityRendererReference;
|
38
|
-
activityTypeId: ActivityTypeId;
|
39
|
-
constructor(state: PersonalStoryFeedItemState, renderer: ActivityRenderer | ActivityRendererReference);
|
40
|
-
}
|
41
|
-
export interface PersonalStoryFeedItemState extends DynamicState {
|
42
|
-
}
|
43
|
-
export declare class ActivityActorIdBag extends UserPropertyBagModel {
|
44
|
-
actorId: number;
|
45
|
-
constructor();
|
46
|
-
}
|
File without changes
|
package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts
DELETED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,149 +0,0 @@
|
|
1
|
-
import { Activity, ActivityId, ActivityRenderer, ActivityRendererId, Actor, ActorId, ChannelId, FeedActivityDefinition, ActorActivity, NewActivitiesByActor, NotificationTeaser, RealtimeChannel, RealtimeData, SourceRelatedHubProperty, TemporaryFileId, FeedQuery, ActorActivityBase, ActivityCategoryCount, ActorActivityCategory, guid } from "@omnia/fx-models";
|
2
|
-
export declare const useActivityFeedStore: () => {
|
3
|
-
state: {
|
4
|
-
selectedActivity: Activity;
|
5
|
-
activities: {
|
6
|
-
[key: ChannelId]: Array<ActorActivity<object, object>>;
|
7
|
-
};
|
8
|
-
activitiesByActors: {
|
9
|
-
[key: ActorId]: Array<ActorActivity<object, object>>;
|
10
|
-
};
|
11
|
-
activitiesByCategory: {
|
12
|
-
[key: number]: Array<ActorActivity<object, object>>;
|
13
|
-
};
|
14
|
-
actorFilter: Actor;
|
15
|
-
categoryFilter: ActivityCategoryCount;
|
16
|
-
categories: Array<ActivityCategoryCount>;
|
17
|
-
renderers: {
|
18
|
-
[key: ActivityRendererId]: Array<ActivityRenderer>;
|
19
|
-
};
|
20
|
-
newlyPushed: {
|
21
|
-
[key: ChannelId]: Array<Activity>;
|
22
|
-
};
|
23
|
-
actors: {
|
24
|
-
[key: ActorId]: Actor;
|
25
|
-
};
|
26
|
-
newByActor: {
|
27
|
-
[key: ChannelId]: Array<NewActivitiesByActor>;
|
28
|
-
};
|
29
|
-
recentActors: {
|
30
|
-
[key: ChannelId]: Array<Actor>;
|
31
|
-
};
|
32
|
-
};
|
33
|
-
events: import("@omnia/fx/stores").StoreEvents<{
|
34
|
-
selectedActivity: Activity;
|
35
|
-
activities: {
|
36
|
-
[key: ChannelId]: Array<ActorActivity<object, object>>;
|
37
|
-
};
|
38
|
-
activitiesByActors: {
|
39
|
-
[key: ActorId]: Array<ActorActivity<object, object>>;
|
40
|
-
};
|
41
|
-
activitiesByCategory: {
|
42
|
-
[key: number]: Array<ActorActivity<object, object>>;
|
43
|
-
};
|
44
|
-
actorFilter: Actor;
|
45
|
-
categoryFilter: ActivityCategoryCount;
|
46
|
-
categories: Array<ActivityCategoryCount>;
|
47
|
-
renderers: {
|
48
|
-
[key: ActivityRendererId]: Array<ActivityRenderer>;
|
49
|
-
};
|
50
|
-
newlyPushed: {
|
51
|
-
[key: ChannelId]: Array<Activity>;
|
52
|
-
};
|
53
|
-
actors: {
|
54
|
-
[key: ActorId]: Actor;
|
55
|
-
};
|
56
|
-
newByActor: {
|
57
|
-
[key: ChannelId]: Array<NewActivitiesByActor>;
|
58
|
-
};
|
59
|
-
recentActors: {
|
60
|
-
[key: ChannelId]: Array<Actor>;
|
61
|
-
};
|
62
|
-
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
63
|
-
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
64
|
-
toggleCategoryFilter: (filter: ActivityCategoryCount) => void;
|
65
|
-
toggleActorFilter: (channelId: ChannelId, actor: Actor) => Promise<void>;
|
66
|
-
toggleSelectedActivity: (activity: Activity) => void;
|
67
|
-
enableChannel: (channelId: ChannelId) => Promise<void>;
|
68
|
-
loadActivities: (channelId: ChannelId, options?: FeedQuery) => Promise<boolean>;
|
69
|
-
createActivity: <TRenderState>(channelId: ChannelId, actorId: ActorId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, category?: ActorActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
|
70
|
-
updateActorActivityCategory: (channelId: ChannelId, actorActivity: ActorActivityBase, category: ActorActivityCategory) => Promise<void>;
|
71
|
-
}>;
|
72
|
-
get: {
|
73
|
-
/**
|
74
|
-
* Retrieves activities from the state based on the provided channelId.
|
75
|
-
*
|
76
|
-
* @param {ChannelId} channelId - The unique identifier for the channel.
|
77
|
-
* @returns {Activity[]} An array of activities associated with the channelId.
|
78
|
-
*/
|
79
|
-
activities(channelId: ChannelId): ActorActivity<object, object>[];
|
80
|
-
/**
|
81
|
-
* Retrieves activities filterered by actor from the state based on the provided actorId.
|
82
|
-
* @param {ActorId} actorId
|
83
|
-
* @returns {Activity[]} An array of activities associated with the actor.
|
84
|
-
*/
|
85
|
-
activitiesByActor(): ActorActivity<object, object>[];
|
86
|
-
activitiesByCategory(): ActorActivity<object, object>[];
|
87
|
-
/**
|
88
|
-
* Retrieves an ActivityRenderer object for the given activity.
|
89
|
-
*
|
90
|
-
* @param {Activity} activity - The activity for which the renderer is to be retrieved.
|
91
|
-
* @returns {ActivityRenderer} The ActivityRenderer associated with the activity.
|
92
|
-
*/
|
93
|
-
renderer(activity: Activity): ActivityRenderer;
|
94
|
-
/**
|
95
|
-
* Retrieves new activities from the state based on the provided channelId.
|
96
|
-
*
|
97
|
-
* @param {ChannelId} channelId
|
98
|
-
* @return {*}
|
99
|
-
*/
|
100
|
-
newlyPushed(channelId: ChannelId): Activity<object>[];
|
101
|
-
/**
|
102
|
-
* Retrieves an activity by its id
|
103
|
-
*
|
104
|
-
* @param {ChannelId} channelId
|
105
|
-
* @param {ActivityId} activityId
|
106
|
-
* @return {*}
|
107
|
-
*/
|
108
|
-
activityById(channelId: ChannelId, activityId: ActivityId): ActorActivity<object, object>;
|
109
|
-
/**
|
110
|
-
* Get actor by its id
|
111
|
-
*
|
112
|
-
* @param {ActorId} actorId
|
113
|
-
* @return {*}
|
114
|
-
*/
|
115
|
-
actorById(actorId: ActorId): Actor;
|
116
|
-
/**
|
117
|
-
* Gets new activities by actor
|
118
|
-
*
|
119
|
-
* @param {ChannelId} channelId
|
120
|
-
* @return {*}
|
121
|
-
*/
|
122
|
-
newActivitiesByActor(channelId: ChannelId): NewActivitiesByActor[];
|
123
|
-
/**
|
124
|
-
* Gets recent actors
|
125
|
-
*
|
126
|
-
* @param {ChannelId} channelId
|
127
|
-
* @return {*}
|
128
|
-
*/
|
129
|
-
recentActors(channelId: ChannelId): Actor[];
|
130
|
-
actorName(actor: Actor): string;
|
131
|
-
categories(): ActivityCategoryCount[];
|
132
|
-
totalNewActivities(channelId: ChannelId): number;
|
133
|
-
};
|
134
|
-
} & {
|
135
|
-
dispose?: () => void;
|
136
|
-
};
|
137
|
-
declare class ActivityRealtimeChannel extends RealtimeChannel {
|
138
|
-
private _id;
|
139
|
-
constructor(id: ChannelId);
|
140
|
-
getId(): string;
|
141
|
-
}
|
142
|
-
export interface ActivityCreatedRealtimeMessage {
|
143
|
-
activityId: ActivityId;
|
144
|
-
}
|
145
|
-
export declare class ActivityCreatedRealtimeData extends RealtimeData<ActivityRealtimeChannel, ActivityCreatedRealtimeMessage> {
|
146
|
-
constructor(channel: ActivityRealtimeChannel);
|
147
|
-
getId(): guid;
|
148
|
-
}
|
149
|
-
export {};
|
@@ -1,44 +0,0 @@
|
|
1
|
-
export declare const useHubFeedChromeStore: () => {
|
2
|
-
state: {
|
3
|
-
visible: boolean;
|
4
|
-
showSendersDrawer: boolean;
|
5
|
-
showMeDrawer: boolean;
|
6
|
-
showFindDrawer: boolean;
|
7
|
-
activeTab: number;
|
8
|
-
showMainMenu: boolean;
|
9
|
-
selectedMeItem: string;
|
10
|
-
selectedFindItem: string;
|
11
|
-
draftsCount: number;
|
12
|
-
pendingApprovalCount: number;
|
13
|
-
showFakeIframe: boolean;
|
14
|
-
reviewIframeUrl: string;
|
15
|
-
showPolicyIframe: boolean;
|
16
|
-
showProcessIFrame: boolean;
|
17
|
-
showReviewButtons: boolean;
|
18
|
-
};
|
19
|
-
events: import("@omnia/fx/stores").StoreEvents<{
|
20
|
-
visible: boolean;
|
21
|
-
showSendersDrawer: boolean;
|
22
|
-
showMeDrawer: boolean;
|
23
|
-
showFindDrawer: boolean;
|
24
|
-
activeTab: number;
|
25
|
-
showMainMenu: boolean;
|
26
|
-
selectedMeItem: string;
|
27
|
-
selectedFindItem: string;
|
28
|
-
draftsCount: number;
|
29
|
-
pendingApprovalCount: number;
|
30
|
-
showFakeIframe: boolean;
|
31
|
-
reviewIframeUrl: string;
|
32
|
-
showPolicyIframe: boolean;
|
33
|
-
showProcessIFrame: boolean;
|
34
|
-
showReviewButtons: boolean;
|
35
|
-
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
36
|
-
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
37
|
-
toggleSelectedMeItem: (item: string) => void;
|
38
|
-
toggleSelectedFindItem: (item: string) => void;
|
39
|
-
toggelReviewIframe: (navigationType: "review" | "process") => void;
|
40
|
-
}>;
|
41
|
-
get: {};
|
42
|
-
} & {
|
43
|
-
dispose?: () => void;
|
44
|
-
};
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|
File without changes
|
File without changes
|