@omnia/fx 8.0.41-dev → 8.0.42-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 (82) hide show
  1. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -3
  2. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +2 -1
  3. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +1 -0
  4. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +3 -2
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +3 -3
  6. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
  7. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts +4 -3
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +749 -67
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +1 -12
  11. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +386 -49
  12. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +79 -0
  13. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +3 -1
  14. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +52 -7
  15. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +6 -12
  16. package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +2 -0
  17. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +2 -0
  20. package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +2 -0
  21. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +2 -0
  22. package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +2 -0
  23. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +4 -4
  24. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +4 -0
  25. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +46 -0
  27. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +46 -0
  28. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +46 -0
  29. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSignIn.d.ts +47 -0
  31. package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +3 -3
  33. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +28 -0
  36. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
  37. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +2 -0
  38. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +10 -11
  39. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  41. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
  42. package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +0 -12
  43. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +583 -28
  44. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/Colors.d.ts +6 -2
  45. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -12
  46. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +12 -0
  47. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +7 -0
  52. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.css.d.ts +17 -0
  53. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +46 -0
  54. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.css.d.ts +6 -0
  55. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +53 -0
  56. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +4 -1
  57. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +13 -0
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +3 -0
  59. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +3 -0
  60. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -1
  62. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +58 -3
  63. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +8 -2
  64. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +65 -0
  65. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +23 -0
  66. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +481 -0
  67. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +23 -0
  68. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -0
  69. package/internal-do-not-import-from-here/wctypings.d.ts +35 -0
  70. package/package.json +2 -2
  71. /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintDefinitionStore.d.ts → store/BlueprintDefinitionStore.d.ts} +0 -0
  72. /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintStore.d.ts → store/BlueprintStore.d.ts} +0 -0
  73. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorManager.d.ts → store/ColorManager.d.ts} +0 -0
  74. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaDefinitionStore.d.ts → store/ColorSchemaDefinitionStore.d.ts} +0 -0
  75. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaManager.d.ts → store/ColorSchemaManager.d.ts} +0 -0
  76. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaStore.d.ts → store/ColorSchemaStore.d.ts} +0 -0
  77. /package/internal-do-not-import-from-here/ux/theming-v2/{SpacingDefinitionStore.d.ts → store/SpacingDefinitionStore.d.ts} +0 -0
  78. /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeContextStore.d.ts → store/ThemeContextStore.d.ts} +0 -0
  79. /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeDefinitionStoreV2.d.ts → store/ThemeDefinitionStoreV2.d.ts} +0 -0
  80. /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeStoreV2.d.ts → store/ThemeStoreV2.d.ts} +0 -0
  81. /package/internal-do-not-import-from-here/ux/theming-v2/{TypographyDefinitionStore.d.ts → store/TypographyDefinitionStore.d.ts} +0 -0
  82. /package/internal-do-not-import-from-here/ux/theming-v2/{VelcronDefinitionStore.d.ts → store/VelcronDefinitionStore.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { DynamicState, GuidValue, StronglyTypedId, TemporaryFileId } from "../..";
1
+ import { DynamicState, GuidValue, IdentityActivityCategory, StronglyTypedId, TemporaryFileId } from "../..";
2
2
  import { ChannelId } from "./ActivityChannel";
3
3
  import { ActivitySenderId } from "./ActivitySender";
4
4
  import { ActivityRenderer, ActivityRendererReference } from "./ActivityRenderer";
@@ -48,10 +48,12 @@ export interface CreateActivityRequest {
48
48
  senderId: ActivitySenderId;
49
49
  stateJson: string;
50
50
  rendererJson: string;
51
- activityIdPlaceHolder?: TemporaryFileId;
52
- expires?: Date;
53
51
  notificationTeaser: NotificationTeaser;
54
52
  targeting: Array<Array<SourceRelatedHubProperty>>;
53
+ category: IdentityActivityCategory;
54
+ activityIdPlaceHolder?: TemporaryFileId;
55
+ expires?: Date;
56
+ createdAt?: Date;
55
57
  }
56
58
  export interface CreateActivityResult {
57
59
  id: ActivityId;
@@ -9,7 +9,8 @@ export declare enum IdentityActivityCategory {
9
9
  none = 0,
10
10
  focused = 1,
11
11
  followUp = 2,
12
- later = 3
12
+ later = 3,
13
+ favorite = 4
13
14
  }
14
15
  export interface IdentityActivityBase {
15
16
  activityId: ActivityId;
@@ -13,6 +13,7 @@ var IdentityActivityCategory;
13
13
  IdentityActivityCategory[IdentityActivityCategory["focused"] = 1] = "focused";
14
14
  IdentityActivityCategory[IdentityActivityCategory["followUp"] = 2] = "followUp";
15
15
  IdentityActivityCategory[IdentityActivityCategory["later"] = 3] = "later";
16
+ IdentityActivityCategory[IdentityActivityCategory["favorite"] = 4] = "favorite";
16
17
  })(IdentityActivityCategory = exports.IdentityActivityCategory || (exports.IdentityActivityCategory = {}));
17
18
  // Usage
18
19
  // const activity1: IdentityActivity<SomeRenderState> = {
@@ -1,7 +1,7 @@
1
- import { ChannelId, ActivityFeed, ActivityId, ActivitySenderId, FeedActivityDefinition, SourceRelatedHubProperty, NotificationTeaser, ActivitySender, FeedQuery, TemporaryFileId, IdentityActivityBase, ActivityCategoryCount } from "../models";
1
+ import { ChannelId, ActivityFeed, ActivityId, ActivitySenderId, FeedActivityDefinition, SourceRelatedHubProperty, NotificationTeaser, ActivitySender, FeedQuery, TemporaryFileId, IdentityActivityBase, ActivityCategoryCount, IdentityActivityCategory } from "../models";
2
2
  export declare const activityService: () => {
3
3
  getFeed: (channelId: ChannelId, options?: FeedQuery) => Promise<ActivityFeed>;
4
- createActivity: <TRenderState>(channelId: ChannelId, senderId: ActivitySenderId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, expires?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
4
+ createActivity: <TRenderState>(channelId: ChannelId, senderId: ActivitySenderId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, category?: IdentityActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
5
5
  getSocial: (activityId: ActivityId) => {
6
6
  addCommentAsync: (rendererJson: string, mentions: import("../models").ExternalIdentityId[], inReplyToCommentId?: number) => Promise<import("../models").HubComment>;
7
7
  getCommentsAsync: (offSet?: import("../models").HubComment, limt?: number) => Promise<import("../models").HubComment[]>;
@@ -20,4 +20,5 @@ export declare const activityService: () => {
20
20
  upload: (uniqueGuid: TemporaryFileId, files: File[]) => Promise<TemporaryFileId>;
21
21
  };
22
22
  updateIdentityActivity: (channelId: ChannelId, identityActivity: IdentityActivityBase) => Promise<ActivityCategoryCount[]>;
23
+ tempDelete: (channelId: ChannelId) => Promise<boolean>;
23
24
  };
@@ -13,14 +13,14 @@ export interface NewHostSettings {
13
13
  }
14
14
  export declare const useCompontentHostStore: () => {
15
15
  state: {
16
- host: "editor" | "admin" | "docs";
16
+ host: "admin" | "editor" | "docs";
17
17
  componentHost: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
18
18
  componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
19
19
  appliedComponents: string[];
20
20
  force: boolean;
21
21
  };
22
22
  events: {
23
- onMutatedHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"editor" | "admin" | "docs">;
23
+ onMutatedHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"admin" | "editor" | "docs">;
24
24
  onMutatedComponentHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
25
25
  onMutatedComponentVariant: import("internal/fx/core").MessageBusExposeOnlySubscription<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
26
26
  onMutatedAppliedComponents: import("internal/fx/core").MessageBusExposeOnlySubscription<string[]>;
@@ -61,7 +61,7 @@ export declare const useCompontentHostStore: () => {
61
61
  };
62
62
  get: {
63
63
  canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
64
- readonly host: "editor" | "admin" | "docs";
64
+ readonly host: "admin" | "editor" | "docs";
65
65
  readonly componentHost: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
66
66
  readonly componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
67
67
  readonly force: boolean;
@@ -69,7 +69,7 @@ type VuetifySlots<T> = {
69
69
  type VuetifyValue<T> = T extends {
70
70
  value?: any;
71
71
  } ? T["value"] : T;
72
- import { VTooltip, VTextarea, VSwitch, VRadioGroup, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge } from "vuetify/components";
72
+ import { VTooltip, VTextarea, VSwitch, VRadioGroup, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol } from "vuetify/components";
73
73
  import { Intersect } from "vuetify/directives";
74
74
  import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll } from "vuetify/labs/components";
75
75
  export interface VDataTableServerSlots extends VuetifySlots<VuetifyProps<Pick<VDataTableServer, "$props">>> {
@@ -92,6 +92,9 @@ declare global {
92
92
  "v-intersect"?: VuetifyValue<Pick<Parameters<typeof Intersect.mounted>[1], "value">>;
93
93
  }
94
94
  interface IntrinsicElements {
95
+ "v-col": VuetifyProps<Pick<VCol, "$props">> & {
96
+ [name: string]: any;
97
+ };
95
98
  "v-tooltip": VuetifyProps<Pick<VTooltip, "$props">> & {
96
99
  [name: string]: any;
97
100
  };
@@ -1,4 +1,5 @@
1
1
  import { AppInstanceQuery, EnterprisePropertiesPersonDisplaySettings, VDataGridHeader } from "@omnia/fx-models";
2
+ import { DataTableHeader } from "@omnia/fx/ux";
2
3
  export interface VDataGridHeaderExtend extends VDataGridHeader {
3
4
  sortable?: boolean;
4
5
  }
@@ -24,8 +25,8 @@ export declare const TabIds: {
24
25
  orphaned: string;
25
26
  inactive: string;
26
27
  };
27
- export declare const GetActiveHeaders: (showLastActivity: boolean) => Array<VDataGridHeaderExtend>;
28
- export declare const GetInactiveHeaders: () => Array<VDataGridHeaderExtend>;
29
- export declare const GetPendingHeaders: () => Array<VDataGridHeaderExtend>;
28
+ export declare function getActiveHeaders(showLastActivity: boolean): Array<DataTableHeader>;
29
+ export declare function getInactiveHeaders(): Array<DataTableHeader>;
30
+ export declare function getPendingHeaders(): Array<DataTableHeader>;
30
31
  export declare const densePersonDisplaySettings: EnterprisePropertiesPersonDisplaySettings;
31
32
  export declare const personDisplaySettings: EnterprisePropertiesPersonDisplaySettings;
@@ -9,9 +9,9 @@ declare const _default: {
9
9
  readonly editApp?: (item: AppInstance) => void;
10
10
  readonly deleteApp?: (item: AppInstance) => void;
11
11
  readonly openFeatures?: (appInstance: AppInstance) => void;
12
+ readonly openAppWizard?: (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void;
12
13
  readonly showOrHideInfo?: (item: AppInstance) => void;
13
14
  readonly regionalSettings?: TenantRegionalSettings;
14
- readonly openAppWizard?: (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void;
15
15
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
16
16
  tabId: import("vue").Prop<string, string>;
17
17
  item: import("vue").Prop<AppInstance, AppInstance>;
@@ -93,9 +93,9 @@ declare const _default: {
93
93
  editApp?: (item: AppInstance) => void;
94
94
  deleteApp?: (item: AppInstance) => void;
95
95
  openFeatures?: (appInstance: AppInstance) => void;
96
+ openAppWizard?: (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void;
96
97
  showOrHideInfo?: (item: AppInstance) => void;
97
98
  regionalSettings?: TenantRegionalSettings;
98
- openAppWizard?: (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void;
99
99
  }>, never>;
100
100
  };
101
101
  export default _default;