@omnia/fx 8.0.323-dev → 8.0.325-dev-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/internal-do-not-import-from-here/core/index.d.ts +1 -1
  2. package/internal-do-not-import-from-here/index.d.ts +4 -0
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/{ux/commandpalette/stores/CommandStore.d.ts → stores/CommandPaletteStore.d.ts} +3 -3
  6. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +26 -0
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/InputEditorStore.d.ts +24 -0
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +5 -5
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +4 -4
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +20 -0
  14. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +17 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.css.d.ts +4 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +17 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +4 -4
  18. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +2 -3
  19. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +11 -20
  21. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +5 -5
  22. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +11 -3
  23. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +3 -3
  24. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +8 -8
  25. package/internal-do-not-import-from-here/ux/aurora/store/ThemeMigrations.d.ts +12 -0
  26. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +3 -3
  27. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +8 -10
  29. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +28 -22
  31. package/internal-do-not-import-from-here/ux/aurora/styling/styles/BackgroundStyling.d.ts +30 -0
  32. package/internal-do-not-import-from-here/ux/aurora/styling/styles/BlueprintValues.d.ts +6 -0
  33. package/internal-do-not-import-from-here/ux/aurora/styling/styles/BorderStyling.d.ts +18 -0
  34. package/internal-do-not-import-from-here/ux/aurora/styling/styles/FillStyling.d.ts +13 -0
  35. package/internal-do-not-import-from-here/ux/aurora/styling/styles/IconStyling.d.ts +6 -0
  36. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +4 -1
  37. package/internal-do-not-import-from-here/ux/aurora/styling/styles/StyleFormatters.d.ts +4 -0
  38. package/internal-do-not-import-from-here/ux/aurora/styling/styles/TextStyling.d.ts +10 -0
  39. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +6 -1
  40. package/internal-do-not-import-from-here/ux/commandpalette/commands/admin/TenantSettingsCommand.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/commandpalette/commands/api/AddApiMappingCommand.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/commandpalette/commands/api/RemoveApiMappingCommand.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/commandpalette/commands/content/BaconIpsumCommand.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/AddFrontendMappingCommand.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/RemoveAllFrontendMappingsCommand.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/RemoveFrontendMappingCommand.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/commandpalette/commands/index.d.ts +0 -1
  48. package/internal-do-not-import-from-here/ux/commandpalette/commands/swagger/OpenSwaggerCommand.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/Base64DecodeCommand.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/Base64EncodeCommand.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/CreateGuidCommand.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/OpenDevDocsCommand.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/OpenVelcronStudioCommand.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/ThemePickerCommand.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -5
  57. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
  62. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +2 -2
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +8 -8
  70. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
  71. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -2
  72. package/internal-do-not-import-from-here/ux/oxide/btn/BlueprintStyling.d.ts +5 -0
  73. package/internal-do-not-import-from-here/ux/oxide/chip/BlueprintStyling.d.ts +5 -0
  74. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +31 -166
  76. package/internal-do-not-import-from-here/ux/oxide/tab/BlueprintStyling.d.ts +6 -0
  77. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
  83. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +76 -76
  86. package/internal-do-not-import-from-here/wctypings.d.ts +28 -46
  87. package/package.json +2 -2
  88. package/internal-do-not-import-from-here/ux/aurora/store/SpacingMigration.d.ts +0 -4
  89. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +0 -27
  90. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +0 -0
  91. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/ApiExplorerCommand.d.ts +0 -2
  92. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/components/ApiExplorer.css.d.ts +0 -6
  93. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/index.d.ts +0 -1
  94. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/ApiSpec.d.ts +0 -17
  95. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/RequestMethodSelection.d.ts +0 -3
  96. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/index.d.ts +0 -2
  97. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/HubApiSpec.d.ts +0 -1
  98. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/TodoApiSpec.d.ts +0 -1
  99. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/index.d.ts +0 -2
  100. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/ApiExplorerStore.d.ts +0 -70
  101. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/index.d.ts +0 -1
  102. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandDefinition.d.ts +0 -9
  103. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteCustomComponentOptions.d.ts +0 -8
  104. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteInputBox.d.ts +0 -5
  105. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteListPickItem.d.ts +0 -6
  106. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteMessage.d.ts +0 -4
  107. package/internal-do-not-import-from-here/ux/commandpalette/models/FuzzySearchable.d.ts +0 -3
  108. package/internal-do-not-import-from-here/ux/commandpalette/models/index.d.ts +0 -6
  109. package/internal-do-not-import-from-here/ux/commandpalette/stores/index.d.ts +0 -1
  110. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.css.d.ts +0 -4
  111. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +0 -23
  112. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.css.d.ts +0 -10
  113. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +0 -34
  114. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.css.d.ts +0 -19
  115. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.css.d.ts +0 -6
  116. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +0 -19
  117. package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +0 -16
  118. package/internal-do-not-import-from-here/ux/hub/feed/components/ActorItem.d.ts +0 -71
  119. package/internal-do-not-import-from-here/ux/hub/feed/components/ActorsList.d.ts +0 -34
  120. package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +0 -31
  121. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.css.d.ts +0 -4
  122. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +0 -47
  123. package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +0 -16
  124. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +0 -68
  125. package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +0 -16
  126. package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +0 -82
  127. package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.css.d.ts +0 -7
  128. package/internal-do-not-import-from-here/ux/hub/feed/components/Social.css.d.ts +0 -0
  129. package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +0 -34
  130. package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +0 -46
  131. package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +0 -0
  132. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +0 -0
  133. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +0 -0
  134. package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +0 -0
  135. package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +0 -0
  136. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +0 -0
  137. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Story.d.ts +0 -2
  138. package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +0 -0
  139. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +0 -149
  140. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChannel.d.ts +0 -2
  141. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +0 -44
  142. package/internal-do-not-import-from-here/ux/hub/feed/stores/index.d.ts +0 -3
  143. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +0 -8
  144. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +0 -16
  145. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +0 -16
  146. package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +0 -16
  147. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +0 -16
  148. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +0 -16
  149. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +0 -16
  150. /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
  151. /package/internal-do-not-import-from-here/ux/{hub/feed/HubFeedChrome.d.ts → aurora/admin/blades/blueprints/components/blades/InputBladeEdit.d.ts} +0 -0
@@ -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
- };
@@ -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,8 +0,0 @@
1
- import { IIcon } from "@omnia/fx/models";
2
- export interface CommandPaletteCustomComponentOptions {
3
- style?: {};
4
- dialog?: {
5
- title: string;
6
- icon: IIcon;
7
- };
8
- }
@@ -1,5 +0,0 @@
1
- export interface CommandPaletteInputBox {
2
- title: string;
3
- value: string;
4
- visible: boolean;
5
- }
@@ -1,6 +0,0 @@
1
- import { IIcon } from "@omnia/fx-models";
2
- import { FuzzySearchable } from "./FuzzySearchable";
3
- export interface CommandPaletteListPickItem<T> extends FuzzySearchable {
4
- icon: IIcon;
5
- value?: T;
6
- }
@@ -1,4 +0,0 @@
1
- export interface CommandPaletteMessage {
2
- type: "info" | "error";
3
- message: string;
4
- }
@@ -1,3 +0,0 @@
1
- export interface FuzzySearchable {
2
- title: string;
3
- }
@@ -1,6 +0,0 @@
1
- export * from "./CommandDefinition";
2
- export * from "./CommandPaletteInputBox";
3
- export * from "./CommandPaletteMessage";
4
- export * from "./CommandPaletteListPickItem";
5
- export * from "./FuzzySearchable";
6
- export * from "./CommandPaletteCustomComponentOptions";
@@ -1 +0,0 @@
1
- export * from "./CommandStore";
@@ -1,4 +0,0 @@
1
- declare const _default: {
2
- messageContainer: string;
3
- };
4
- export default _default;
@@ -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,10 +0,0 @@
1
- declare const _default: {
2
- container: {
3
- fontSize: number;
4
- };
5
- editorWrapper: {
6
- borderBottomLeftRadius: string;
7
- borderBottomRightRadius: string;
8
- };
9
- };
10
- export default _default;
@@ -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,6 +0,0 @@
1
- declare const _default: {
2
- container: {
3
- fontSize: number;
4
- };
5
- };
6
- export default _default;
@@ -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,4 +0,0 @@
1
- export declare const FeedItemStyles: {
2
- wrapper: (activeBorder: string) => string;
3
- categoryMarker: string;
4
- };
@@ -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;