@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
File without changes
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./ApiExplorerCommand";
|
package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/ApiSpec.d.ts
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
import { HttpMethods, VelcronAppDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
|
2
|
-
export interface ApiSpec {
|
3
|
-
title: string;
|
4
|
-
method: HttpMethods;
|
5
|
-
url: string;
|
6
|
-
headers?: Record<string, string>;
|
7
|
-
queryStrings?: Record<string, string>;
|
8
|
-
body?: object;
|
9
|
-
velcron?: VelcronAppDefinition<{
|
10
|
-
items: Array<unknown>;
|
11
|
-
item: unknown;
|
12
|
-
}>;
|
13
|
-
}
|
14
|
-
export interface ApiSpecGroup {
|
15
|
-
title: string;
|
16
|
-
specs: ApiSpec[];
|
17
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,70 +0,0 @@
|
|
1
|
-
import { HttpMethods } from "@omnia/fx-models";
|
2
|
-
import { HttpResponse, VelcronAppDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
|
3
|
-
import { ApiSpec, ApiSpecGroup } from "../models";
|
4
|
-
export declare const useApiExplorerStore: () => {
|
5
|
-
state: {
|
6
|
-
currentHttpMethod: HttpMethods;
|
7
|
-
availableHttpMethods: HttpMethods[];
|
8
|
-
apiUrl: string;
|
9
|
-
requestBody: string;
|
10
|
-
responseBody: string;
|
11
|
-
requestHeaders: Record<string, string>;
|
12
|
-
requestQueryStrings: Record<string, string>;
|
13
|
-
newHeaderName: string;
|
14
|
-
newHeaderValue: string;
|
15
|
-
newQueryStringName: string;
|
16
|
-
newQueryStringValue: string;
|
17
|
-
response: HttpResponse<unknown>;
|
18
|
-
requesting: boolean;
|
19
|
-
elapsedTime: number;
|
20
|
-
apiSpecGroups: ApiSpecGroup[];
|
21
|
-
responseHeaders: Record<string, string>;
|
22
|
-
velcron: VelcronAppDefinition<{
|
23
|
-
items: Array<unknown>;
|
24
|
-
item: unknown;
|
25
|
-
}>;
|
26
|
-
};
|
27
|
-
events: import("@omnia/fx/stores").StoreEvents<{
|
28
|
-
currentHttpMethod: HttpMethods;
|
29
|
-
availableHttpMethods: HttpMethods[];
|
30
|
-
apiUrl: string;
|
31
|
-
requestBody: string;
|
32
|
-
responseBody: string;
|
33
|
-
requestHeaders: Record<string, string>;
|
34
|
-
requestQueryStrings: Record<string, string>;
|
35
|
-
newHeaderName: string;
|
36
|
-
newHeaderValue: string;
|
37
|
-
newQueryStringName: string;
|
38
|
-
newQueryStringValue: string;
|
39
|
-
response: HttpResponse<unknown>;
|
40
|
-
requesting: boolean;
|
41
|
-
elapsedTime: number;
|
42
|
-
apiSpecGroups: ApiSpecGroup[];
|
43
|
-
responseHeaders: Record<string, string>;
|
44
|
-
velcron: VelcronAppDefinition<{
|
45
|
-
items: Array<unknown>;
|
46
|
-
item: unknown;
|
47
|
-
}>;
|
48
|
-
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
49
|
-
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
50
|
-
makeRequest: () => Promise<HttpResponse<unknown>>;
|
51
|
-
registerApiSpecGroup(group: ApiSpecGroup): void;
|
52
|
-
applySpec(spec: ApiSpec): void;
|
53
|
-
addKeyValue(key: string, value: string, target: "headers" | "queryStrings"): void;
|
54
|
-
updateKeyValue(key: string, value: string, target: "headers" | "queryStrings"): void;
|
55
|
-
removeKeyValue(key: string, target: "headers" | "queryStrings"): void;
|
56
|
-
addHeader(): void;
|
57
|
-
updateHeader(name: string, value: string): void;
|
58
|
-
removeHeader(name: string): void;
|
59
|
-
addQueryString(): void;
|
60
|
-
updateQueryString(name: string, value: string): void;
|
61
|
-
removeQueryString(name: string): void;
|
62
|
-
setRequestBodyJson(json: string): void;
|
63
|
-
}>;
|
64
|
-
get: {
|
65
|
-
title: () => HttpMethods;
|
66
|
-
requestBodyAsObject: () => any;
|
67
|
-
};
|
68
|
-
} & {
|
69
|
-
dispose?: () => void;
|
70
|
-
};
|
package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./ApiExplorerStore";
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { Future, guid, IIcon } from "@omnia/fx-models";
|
2
|
-
import { FuzzySearchable } from "./FuzzySearchable";
|
3
|
-
export interface CommandDefinition extends FuzzySearchable {
|
4
|
-
id: guid;
|
5
|
-
icon: IIcon;
|
6
|
-
onExecute: () => Future<void>;
|
7
|
-
}
|
8
|
-
export interface ICommandStore {
|
9
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./CommandStore";
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { ActivityRenderer, ActivityRendererReference, ActivityTypeId, FeedActivityDefinition } from "@omnia/fx/models";
|
2
|
-
declare const _default: {
|
3
|
-
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, {
|
4
|
-
P: {};
|
5
|
-
B: {};
|
6
|
-
D: {};
|
7
|
-
C: {};
|
8
|
-
M: {};
|
9
|
-
Defaults: {};
|
10
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
11
|
-
__isFragment?: never;
|
12
|
-
__isTeleport?: never;
|
13
|
-
__isSuspense?: never;
|
14
|
-
} & 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 & {
|
15
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
16
|
-
};
|
17
|
-
export default _default;
|
18
|
-
export declare class TempFeedDef implements FeedActivityDefinition<{}> {
|
19
|
-
state: {};
|
20
|
-
renderer: ActivityRenderer | ActivityRendererReference;
|
21
|
-
activityTypeId: ActivityTypeId;
|
22
|
-
constructor(state: {}, renderer: ActivityRenderer | ActivityRendererReference);
|
23
|
-
}
|
@@ -1,34 +0,0 @@
|
|
1
|
-
type FeedVariants = "default" | "filter-by-sender" | "filter-by-category";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
variant: {
|
5
|
-
type: import("vue").PropType<FeedVariants>;
|
6
|
-
required: false;
|
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
|
-
variant: {
|
17
|
-
type: import("vue").PropType<FeedVariants>;
|
18
|
-
required: false;
|
19
|
-
};
|
20
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
21
|
-
__isFragment?: never;
|
22
|
-
__isTeleport?: never;
|
23
|
-
__isSuspense?: never;
|
24
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
25
|
-
variant: {
|
26
|
-
type: import("vue").PropType<FeedVariants>;
|
27
|
-
required: false;
|
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
|
-
variant?: FeedVariants;
|
32
|
-
}>, never>;
|
33
|
-
};
|
34
|
-
export default _default;
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import { useColorSchemaStore } from "@omnia/fx/ux";
|
2
|
-
export declare const HubFeedChromeStyles: {
|
3
|
-
fakeHeader: (colors: ReturnType<typeof useColorSchemaStore>) => string;
|
4
|
-
tabStyling: (backgroundColor: string) => string;
|
5
|
-
closeIcon: string;
|
6
|
-
fakeNavigation: {
|
7
|
-
buttonHeader: string;
|
8
|
-
container: string;
|
9
|
-
menuItems: string;
|
10
|
-
menuOpen: string;
|
11
|
-
line: (color: string) => string;
|
12
|
-
line1: string;
|
13
|
-
line1Open: string;
|
14
|
-
line2: string;
|
15
|
-
line2Open: string;
|
16
|
-
line3: string;
|
17
|
-
line3Open: string;
|
18
|
-
};
|
19
|
-
};
|
@@ -1,19 +0,0 @@
|
|
1
|
-
export interface HubFeedBlockSettings {
|
2
|
-
title: string;
|
3
|
-
}
|
4
|
-
declare const _default: {
|
5
|
-
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, {
|
6
|
-
P: {};
|
7
|
-
B: {};
|
8
|
-
D: {};
|
9
|
-
C: {};
|
10
|
-
M: {};
|
11
|
-
Defaults: {};
|
12
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
13
|
-
__isFragment?: never;
|
14
|
-
__isTeleport?: never;
|
15
|
-
__isSuspense?: never;
|
16
|
-
} & 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 & {
|
17
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
18
|
-
};
|
19
|
-
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,71 +0,0 @@
|
|
1
|
-
import { Actor, ChannelId } from "@omnia/fx-models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
"v-slots": import("vue").Prop<{
|
5
|
-
default?: import("../../../DefineVueTypings").Slot;
|
6
|
-
} & {
|
7
|
-
avatar?: () => JSX.Element;
|
8
|
-
}>;
|
9
|
-
channelId: {
|
10
|
-
type: import("vue").PropType<ChannelId>;
|
11
|
-
};
|
12
|
-
count: {
|
13
|
-
type: import("vue").PropType<number>;
|
14
|
-
};
|
15
|
-
actor: {
|
16
|
-
type: import("vue").PropType<Actor>;
|
17
|
-
};
|
18
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
19
|
-
P: {};
|
20
|
-
B: {};
|
21
|
-
D: {};
|
22
|
-
C: {};
|
23
|
-
M: {};
|
24
|
-
Defaults: {};
|
25
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
26
|
-
"v-slots": import("vue").Prop<{
|
27
|
-
default?: import("../../../DefineVueTypings").Slot;
|
28
|
-
} & {
|
29
|
-
avatar?: () => JSX.Element;
|
30
|
-
}>;
|
31
|
-
channelId: {
|
32
|
-
type: import("vue").PropType<ChannelId>;
|
33
|
-
};
|
34
|
-
count: {
|
35
|
-
type: import("vue").PropType<number>;
|
36
|
-
};
|
37
|
-
actor: {
|
38
|
-
type: import("vue").PropType<Actor>;
|
39
|
-
};
|
40
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
41
|
-
__isFragment?: never;
|
42
|
-
__isTeleport?: never;
|
43
|
-
__isSuspense?: never;
|
44
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
45
|
-
"v-slots": import("vue").Prop<{
|
46
|
-
default?: import("../../../DefineVueTypings").Slot;
|
47
|
-
} & {
|
48
|
-
avatar?: () => JSX.Element;
|
49
|
-
}>;
|
50
|
-
channelId: {
|
51
|
-
type: import("vue").PropType<ChannelId>;
|
52
|
-
};
|
53
|
-
count: {
|
54
|
-
type: import("vue").PropType<number>;
|
55
|
-
};
|
56
|
-
actor: {
|
57
|
-
type: import("vue").PropType<Actor>;
|
58
|
-
};
|
59
|
-
}>>, () => 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 & {
|
60
|
-
propsDefinition: Omit<Readonly<{} & {
|
61
|
-
channelId?: ChannelId;
|
62
|
-
"v-slots"?: {
|
63
|
-
default?: import("../../../DefineVueTypings").Slot;
|
64
|
-
} & {
|
65
|
-
avatar?: () => JSX.Element;
|
66
|
-
};
|
67
|
-
count?: number;
|
68
|
-
actor?: Actor;
|
69
|
-
}>, never>;
|
70
|
-
};
|
71
|
-
export default _default;
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import { ChannelId } 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;
|
@@ -1,31 +0,0 @@
|
|
1
|
-
import { ActivityCategoryCount } from "@omnia/fx-models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
category: {
|
5
|
-
type: import("vue").PropType<ActivityCategoryCount>;
|
6
|
-
};
|
7
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
8
|
-
P: {};
|
9
|
-
B: {};
|
10
|
-
D: {};
|
11
|
-
C: {};
|
12
|
-
M: {};
|
13
|
-
Defaults: {};
|
14
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
15
|
-
category: {
|
16
|
-
type: import("vue").PropType<ActivityCategoryCount>;
|
17
|
-
};
|
18
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
19
|
-
__isFragment?: never;
|
20
|
-
__isTeleport?: never;
|
21
|
-
__isSuspense?: never;
|
22
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
23
|
-
category: {
|
24
|
-
type: import("vue").PropType<ActivityCategoryCount>;
|
25
|
-
};
|
26
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
27
|
-
propsDefinition: Omit<Readonly<{} & {
|
28
|
-
category?: ActivityCategoryCount;
|
29
|
-
}>, never>;
|
30
|
-
};
|
31
|
-
export default _default;
|
@@ -1,47 +0,0 @@
|
|
1
|
-
import { ChannelId, ActorActivity } 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
|
-
actorActivity: {
|
9
|
-
type: import("vue").PropType<ActorActivity<object, object>>;
|
10
|
-
required: true;
|
11
|
-
};
|
12
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
13
|
-
P: {};
|
14
|
-
B: {};
|
15
|
-
D: {};
|
16
|
-
C: {};
|
17
|
-
M: {};
|
18
|
-
Defaults: {};
|
19
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
20
|
-
channelId: {
|
21
|
-
type: import("vue").PropType<ChannelId>;
|
22
|
-
required: true;
|
23
|
-
};
|
24
|
-
actorActivity: {
|
25
|
-
type: import("vue").PropType<ActorActivity<object, object>>;
|
26
|
-
required: true;
|
27
|
-
};
|
28
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
29
|
-
__isFragment?: never;
|
30
|
-
__isTeleport?: never;
|
31
|
-
__isSuspense?: never;
|
32
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
33
|
-
channelId: {
|
34
|
-
type: import("vue").PropType<ChannelId>;
|
35
|
-
required: true;
|
36
|
-
};
|
37
|
-
actorActivity: {
|
38
|
-
type: import("vue").PropType<ActorActivity<object, object>>;
|
39
|
-
required: true;
|
40
|
-
};
|
41
|
-
}>>, () => 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 & {
|
42
|
-
propsDefinition: Omit<Readonly<{
|
43
|
-
channelId: ChannelId;
|
44
|
-
actorActivity: ActorActivity<object, object>;
|
45
|
-
} & {}>, never>;
|
46
|
-
};
|
47
|
-
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,68 +0,0 @@
|
|
1
|
-
import { ChannelId, ActorActivity } from "@omnia/fx-models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
"v-slots": import("vue").Prop<{
|
5
|
-
default?: import("../../../DefineVueTypings").Slot;
|
6
|
-
} & {
|
7
|
-
categoryRenderer: () => JSX.Element;
|
8
|
-
}>;
|
9
|
-
channelId: {
|
10
|
-
type: import("vue").PropType<ChannelId>;
|
11
|
-
required: true;
|
12
|
-
};
|
13
|
-
actorActivity: {
|
14
|
-
type: import("vue").PropType<ActorActivity<object, object>>;
|
15
|
-
required: true;
|
16
|
-
};
|
17
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
18
|
-
P: {};
|
19
|
-
B: {};
|
20
|
-
D: {};
|
21
|
-
C: {};
|
22
|
-
M: {};
|
23
|
-
Defaults: {};
|
24
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
25
|
-
"v-slots": import("vue").Prop<{
|
26
|
-
default?: import("../../../DefineVueTypings").Slot;
|
27
|
-
} & {
|
28
|
-
categoryRenderer: () => JSX.Element;
|
29
|
-
}>;
|
30
|
-
channelId: {
|
31
|
-
type: import("vue").PropType<ChannelId>;
|
32
|
-
required: true;
|
33
|
-
};
|
34
|
-
actorActivity: {
|
35
|
-
type: import("vue").PropType<ActorActivity<object, object>>;
|
36
|
-
required: true;
|
37
|
-
};
|
38
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
39
|
-
__isFragment?: never;
|
40
|
-
__isTeleport?: never;
|
41
|
-
__isSuspense?: never;
|
42
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
43
|
-
"v-slots": import("vue").Prop<{
|
44
|
-
default?: import("../../../DefineVueTypings").Slot;
|
45
|
-
} & {
|
46
|
-
categoryRenderer: () => JSX.Element;
|
47
|
-
}>;
|
48
|
-
channelId: {
|
49
|
-
type: import("vue").PropType<ChannelId>;
|
50
|
-
required: true;
|
51
|
-
};
|
52
|
-
actorActivity: {
|
53
|
-
type: import("vue").PropType<ActorActivity<object, object>>;
|
54
|
-
required: true;
|
55
|
-
};
|
56
|
-
}>>, () => 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 & {
|
57
|
-
propsDefinition: Omit<Readonly<{
|
58
|
-
channelId: ChannelId;
|
59
|
-
actorActivity: ActorActivity<object, object>;
|
60
|
-
} & {
|
61
|
-
"v-slots"?: {
|
62
|
-
default?: import("../../../DefineVueTypings").Slot;
|
63
|
-
} & {
|
64
|
-
categoryRenderer: () => JSX.Element;
|
65
|
-
};
|
66
|
-
}>, never>;
|
67
|
-
};
|
68
|
-
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;
|