@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,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;
@@ -1,7 +0,0 @@
1
- import { useColorSchemaStore } from "@omnia/fx/ux";
2
- export declare const SendersListStyles: {
3
- wrapper: string;
4
- tagWrapper: (colors: ReturnType<typeof useColorSchemaStore>, selected?: any) => string;
5
- filterField: string;
6
- notificationWrapper: string;
7
- };
@@ -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
- }
@@ -1,2 +0,0 @@
1
- import { VelcronAppDefinition } from "@omnia/fx-models";
2
- export declare const storyDefinition: VelcronAppDefinition;
@@ -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,2 +0,0 @@
1
- import { ChannelId } from "@omnia/fx-models";
2
- export declare const hubFeedChannelId: ChannelId;
@@ -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,3 +0,0 @@
1
- export * from "./ActivityFeedStore";
2
- export * from "./HubFeedChannel";
3
- export * from "./HubFeedChromeStore";
@@ -1,8 +0,0 @@
1
- export declare const FeedTabStyles: {
2
- subMenuDrawer: string;
3
- showSubMenuDrawer: string;
4
- notificationWrapper: () => string;
5
- approveButtonWrapper: string;
6
- actionButtonPositionWrapper: string;
7
- hardRemovePagingButtons: string;
8
- };
@@ -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;