@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 { EnterprisePropertyDefinition } from "@omnia/fx-models";
1
+ import { EnterprisePropertiesDisplaySettings, EnterprisePropertyDefinition } from "@omnia/fx-models";
2
2
  import { EnterprisePropertyEditProps } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  declare const _default: {
@@ -113,7 +113,10 @@ declare const _default: {
113
113
  readonly wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
114
114
  readonly editMode?: boolean;
115
115
  readonly "wrap-with-parent-content"?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
116
+ readonly displayProps?: unknown;
116
117
  readonly editProps?: EnterprisePropertyEditProps<import("@omnia/fx-models").EnterprisePropertyItemSettings>;
118
+ onValueChanged?: (value?: any) => any;
119
+ onDoc$?: (description?: string) => any;
117
120
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
118
121
  "onUpdate:modelValue": {
119
122
  type: import("vue").PropType<(value: {
@@ -234,6 +237,10 @@ declare const _default: {
234
237
  type: import("vue").PropType<EnterprisePropertyEditProps<import("@omnia/fx-models").EnterprisePropertyItemSettings>>;
235
238
  required: false;
236
239
  };
240
+ displayProps: {
241
+ type: import("vue").PropType<EnterprisePropertiesDisplaySettings>;
242
+ required: false;
243
+ };
237
244
  editMode: {
238
245
  type: import("vue").PropType<boolean>;
239
246
  required: false;
@@ -243,7 +250,10 @@ declare const _default: {
243
250
  } & {
244
251
  type: import("vue").PropType<EnterprisePropertyDefinition>;
245
252
  };
246
- }>>, never>;
253
+ }>> & {
254
+ onValueChanged?: (value?: any) => any;
255
+ onDoc$?: (description?: string) => any;
256
+ }, never>;
247
257
  $attrs: {
248
258
  [x: string]: unknown;
249
259
  };
@@ -255,7 +265,7 @@ declare const _default: {
255
265
  }>;
256
266
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
257
267
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
258
- $emit: (event: string, ...args: any[]) => void;
268
+ $emit: ((event: "doc$", description?: string) => void) & ((event: "valueChanged", value?: any) => void);
259
269
  $el: any;
260
270
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
261
271
  "onUpdate:modelValue": {
@@ -377,6 +387,10 @@ declare const _default: {
377
387
  type: import("vue").PropType<EnterprisePropertyEditProps<import("@omnia/fx-models").EnterprisePropertyItemSettings>>;
378
388
  required: false;
379
389
  };
390
+ displayProps: {
391
+ type: import("vue").PropType<EnterprisePropertiesDisplaySettings>;
392
+ required: false;
393
+ };
380
394
  editMode: {
381
395
  type: import("vue").PropType<boolean>;
382
396
  required: false;
@@ -386,7 +400,15 @@ declare const _default: {
386
400
  } & {
387
401
  type: import("vue").PropType<EnterprisePropertyDefinition>;
388
402
  };
389
- }>>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
403
+ }>> & {
404
+ onValueChanged?: (value?: any) => any;
405
+ onDoc$?: (description?: string) => any;
406
+ }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
407
+ valueChanged: (value?: any) => void;
408
+ doc$(description?: string): {
409
+ valueChanged: (value?: any) => void;
410
+ };
411
+ }, string, {}, {}, string, {}> & {
390
412
  beforeCreate?: (() => void) | (() => void)[];
391
413
  created?: (() => void) | (() => void)[];
392
414
  beforeMount?: (() => void) | (() => void)[];
@@ -526,6 +548,10 @@ declare const _default: {
526
548
  type: import("vue").PropType<EnterprisePropertyEditProps<import("@omnia/fx-models").EnterprisePropertyItemSettings>>;
527
549
  required: false;
528
550
  };
551
+ displayProps: {
552
+ type: import("vue").PropType<EnterprisePropertiesDisplaySettings>;
553
+ required: false;
554
+ };
529
555
  editMode: {
530
556
  type: import("vue").PropType<boolean>;
531
557
  required: false;
@@ -535,7 +561,10 @@ declare const _default: {
535
561
  } & {
536
562
  type: import("vue").PropType<EnterprisePropertyDefinition>;
537
563
  };
538
- }>> & import("vue").ShallowUnwrapRef<() => any> & {} & import("vue").ComponentCustomProperties & {};
564
+ }>> & {
565
+ onValueChanged?: (value?: any) => any;
566
+ onDoc$?: (description?: string) => any;
567
+ } & import("vue").ShallowUnwrapRef<() => any> & {} & import("vue").ComponentCustomProperties & {};
539
568
  __isFragment?: never;
540
569
  __isTeleport?: never;
541
570
  __isSuspense?: never;
@@ -659,6 +688,10 @@ declare const _default: {
659
688
  type: import("vue").PropType<EnterprisePropertyEditProps<import("@omnia/fx-models").EnterprisePropertyItemSettings>>;
660
689
  required: false;
661
690
  };
691
+ displayProps: {
692
+ type: import("vue").PropType<EnterprisePropertiesDisplaySettings>;
693
+ required: false;
694
+ };
662
695
  editMode: {
663
696
  type: import("vue").PropType<boolean>;
664
697
  required: false;
@@ -668,7 +701,15 @@ declare const _default: {
668
701
  } & {
669
702
  type: import("vue").PropType<EnterprisePropertyDefinition>;
670
703
  };
671
- }>>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
704
+ }>> & {
705
+ onValueChanged?: (value?: any) => any;
706
+ onDoc$?: (description?: string) => any;
707
+ }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
708
+ valueChanged: (value?: any) => void;
709
+ doc$(description?: string): {
710
+ valueChanged: (value?: any) => void;
711
+ };
712
+ }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
672
713
  propsDefinition: Omit<Readonly<{} & {
673
714
  name?: {
674
715
  [x: `onUpdate:${string}`]: {
@@ -777,7 +818,11 @@ declare const _default: {
777
818
  wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
778
819
  editMode?: boolean;
779
820
  "wrap-with-parent-content"?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
821
+ displayProps?: unknown;
780
822
  editProps?: EnterprisePropertyEditProps<import("@omnia/fx-models").EnterprisePropertyItemSettings>;
781
- }>, never>;
823
+ }>, "onValueChanged" | "onDoc$"> & {
824
+ onValueChanged?: (value?: any) => any;
825
+ onDoc$?: (description?: string) => any;
826
+ };
782
827
  };
783
828
  export default _default;
@@ -1,4 +1,4 @@
1
- import { Guid, GuidValue, RealtimeChannel, RealtimeData } from "@omnia/fx/models";
1
+ import { ActivityRenderer, ActivityRendererReference, ActivityTypeId, FeedActivityDefinition } from "@omnia/fx/models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
@@ -45,15 +45,9 @@ declare const _default: {
45
45
  propsDefinition: Omit<Readonly<{} & {}>, never>;
46
46
  };
47
47
  export default _default;
48
- export declare class HubChatChannel extends RealtimeChannel {
49
- private _chatId;
50
- constructor(profileId: Guid);
51
- getId(): string;
52
- }
53
- export declare class HubChatRealtimeData extends RealtimeData<HubChatChannel, {
54
- from: string;
55
- message: string;
56
- }> {
57
- constructor(channel: HubChatChannel);
58
- getId(): GuidValue;
48
+ export declare class TempFeedDef implements FeedActivityDefinition<{}> {
49
+ state: {};
50
+ renderer: ActivityRenderer | ActivityRendererReference;
51
+ activityTypeId: ActivityTypeId;
52
+ constructor(state: {}, renderer: ActivityRenderer | ActivityRendererReference);
59
53
  }
@@ -0,0 +1,2 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const CommunityUpdate: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,2 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const DocumentReview: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,2 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const NewsArticleTemplate: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,2 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const QuickPoll: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,2 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const Reach: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,2 @@
1
+ import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
+ export declare const UpdatedProcess: VelcronDefinitionRegistration<object>;
@@ -67,7 +67,7 @@ export declare const useActivityFeedStore: () => {
67
67
  toggleSelectedActivity: (activity: Activity) => void;
68
68
  enableChannel: (channelId: ChannelId) => Promise<void>;
69
69
  loadActivities: (channelId: ChannelId, options?: FeedQuery) => Promise<boolean>;
70
- createActivity: <TRenderState>(channelId: ChannelId, senderId: ActivitySenderId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, expires?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
70
+ 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>;
71
71
  updateIdentityActivityCategory: (channelId: ChannelId, identityActivity: IdentityActivityBase, category: IdentityActivityCategory) => Promise<void>;
72
72
  }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
73
73
  onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
@@ -76,7 +76,7 @@ export declare const useActivityFeedStore: () => {
76
76
  toggleSelectedActivity: (activity: Activity) => void;
77
77
  enableChannel: (channelId: ChannelId) => Promise<void>;
78
78
  loadActivities: (channelId: ChannelId, options?: FeedQuery) => Promise<boolean>;
79
- createActivity: <TRenderState>(channelId: ChannelId, senderId: ActivitySenderId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, expires?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
79
+ 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>;
80
80
  updateIdentityActivityCategory: (channelId: ChannelId, identityActivity: IdentityActivityBase, category: IdentityActivityCategory) => Promise<void>;
81
81
  }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
82
82
  onFailure<T_2 extends (...args: any) => any>(action: (actions: {
@@ -85,7 +85,7 @@ export declare const useActivityFeedStore: () => {
85
85
  toggleSelectedActivity: (activity: Activity) => void;
86
86
  enableChannel: (channelId: ChannelId) => Promise<void>;
87
87
  loadActivities: (channelId: ChannelId, options?: FeedQuery) => Promise<boolean>;
88
- createActivity: <TRenderState>(channelId: ChannelId, senderId: ActivitySenderId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, expires?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
88
+ 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>;
89
89
  updateIdentityActivityCategory: (channelId: ChannelId, identityActivity: IdentityActivityBase, category: IdentityActivityCategory) => Promise<void>;
90
90
  }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
91
91
  } & {
@@ -94,7 +94,7 @@ export declare const useActivityFeedStore: () => {
94
94
  toggleSelectedActivity: (activity: Activity) => void;
95
95
  enableChannel: (channelId: ChannelId) => Promise<void>;
96
96
  loadActivities: (channelId: ChannelId, options?: FeedQuery) => Promise<boolean>;
97
- createActivity: <TRenderState>(channelId: ChannelId, senderId: ActivitySenderId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, expires?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
97
+ 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>;
98
98
  updateIdentityActivityCategory: (channelId: ChannelId, identityActivity: IdentityActivityBase, category: IdentityActivityCategory) => Promise<void>;
99
99
  };
100
100
  get: {
@@ -8,6 +8,8 @@ export declare const useHubFeedChromeStore: () => {
8
8
  showMainMenu: boolean;
9
9
  selectedMeItem: string;
10
10
  selectedFindItem: string;
11
+ draftsCount: number;
12
+ pendingApprovalCount: number;
11
13
  };
12
14
  events: {
13
15
  onMutatedVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -18,6 +20,8 @@ export declare const useHubFeedChromeStore: () => {
18
20
  onMutatedShowMainMenu: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
19
21
  onMutatedSelectedMeItem: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
20
22
  onMutatedSelectedFindItem: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
23
+ onMutatedDraftsCount: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
24
+ onMutatedPendingApprovalCount: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
21
25
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
22
26
  actions: {
23
27
  onDispatching<T extends (...args: any) => any>(action: (actions: {
@@ -1,4 +1,5 @@
1
1
  export declare const FeedTabStyles: {
2
2
  subMenuDrawer: string;
3
3
  showSubMenuDrawer: string;
4
+ notificationWrapper: () => string;
4
5
  };
@@ -0,0 +1,46 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot<any>;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
20
+ beforeCreate?: (() => void) | (() => void)[];
21
+ created?: (() => void) | (() => void)[];
22
+ beforeMount?: (() => void) | (() => void)[];
23
+ mounted?: (() => void) | (() => void)[];
24
+ beforeUpdate?: (() => void) | (() => void)[];
25
+ updated?: (() => void) | (() => void)[];
26
+ activated?: (() => void) | (() => void)[];
27
+ deactivated?: (() => void) | (() => void)[];
28
+ beforeDestroy?: (() => void) | (() => void)[];
29
+ beforeUnmount?: (() => void) | (() => void)[];
30
+ destroyed?: (() => void) | (() => void)[];
31
+ unmounted?: (() => void) | (() => void)[];
32
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
39
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
40
+ __isFragment?: never;
41
+ __isTeleport?: never;
42
+ __isSuspense?: never;
43
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
44
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
45
+ };
46
+ export default _default;
@@ -0,0 +1,46 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot<any>;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
20
+ beforeCreate?: (() => void) | (() => void)[];
21
+ created?: (() => void) | (() => void)[];
22
+ beforeMount?: (() => void) | (() => void)[];
23
+ mounted?: (() => void) | (() => void)[];
24
+ beforeUpdate?: (() => void) | (() => void)[];
25
+ updated?: (() => void) | (() => void)[];
26
+ activated?: (() => void) | (() => void)[];
27
+ deactivated?: (() => void) | (() => void)[];
28
+ beforeDestroy?: (() => void) | (() => void)[];
29
+ beforeUnmount?: (() => void) | (() => void)[];
30
+ destroyed?: (() => void) | (() => void)[];
31
+ unmounted?: (() => void) | (() => void)[];
32
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
39
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
40
+ __isFragment?: never;
41
+ __isTeleport?: never;
42
+ __isSuspense?: never;
43
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
44
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
45
+ };
46
+ export default _default;
@@ -0,0 +1,46 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot<any>;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
20
+ beforeCreate?: (() => void) | (() => void)[];
21
+ created?: (() => void) | (() => void)[];
22
+ beforeMount?: (() => void) | (() => void)[];
23
+ mounted?: (() => void) | (() => void)[];
24
+ beforeUpdate?: (() => void) | (() => void)[];
25
+ updated?: (() => void) | (() => void)[];
26
+ activated?: (() => void) | (() => void)[];
27
+ deactivated?: (() => void) | (() => void)[];
28
+ beforeDestroy?: (() => void) | (() => void)[];
29
+ beforeUnmount?: (() => void) | (() => void)[];
30
+ destroyed?: (() => void) | (() => void)[];
31
+ unmounted?: (() => void) | (() => void)[];
32
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
39
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
40
+ __isFragment?: never;
41
+ __isTeleport?: never;
42
+ __isSuspense?: never;
43
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
44
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
45
+ };
46
+ export default _default;
@@ -18,8 +18,8 @@ declare const _default: {
18
18
  actionsFooter?: Func<[VNodeChild]>;
19
19
  };
20
20
  readonly remove?: boolean;
21
- readonly subTitle?: string;
22
21
  readonly variant?: "info" | "edit" | "new";
22
+ readonly subTitle?: string;
23
23
  readonly settings?: boolean;
24
24
  readonly loading?: boolean;
25
25
  readonly create?: boolean;
@@ -395,8 +395,8 @@ declare const _default: {
395
395
  actionsFooter?: Func<[VNodeChild]>;
396
396
  };
397
397
  remove?: boolean;
398
- subTitle?: string;
399
398
  variant?: "info" | "edit" | "new";
399
+ subTitle?: string;
400
400
  settings?: boolean;
401
401
  loading?: boolean;
402
402
  create?: boolean;
@@ -0,0 +1,47 @@
1
+ import "./MagicLink.css";
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, never>;
7
+ $attrs: {
8
+ [x: string]: unknown;
9
+ };
10
+ $refs: {
11
+ [x: string]: unknown;
12
+ };
13
+ $slots: Readonly<{
14
+ [name: string]: import("vue").Slot<any>;
15
+ }>;
16
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
17
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
18
+ $emit: (event: string, ...args: any[]) => void;
19
+ $el: any;
20
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
21
+ beforeCreate?: (() => void) | (() => void)[];
22
+ created?: (() => void) | (() => void)[];
23
+ beforeMount?: (() => void) | (() => void)[];
24
+ mounted?: (() => void) | (() => void)[];
25
+ beforeUpdate?: (() => void) | (() => void)[];
26
+ updated?: (() => void) | (() => void)[];
27
+ activated?: (() => void) | (() => void)[];
28
+ deactivated?: (() => void) | (() => void)[];
29
+ beforeDestroy?: (() => void) | (() => void)[];
30
+ beforeUnmount?: (() => void) | (() => void)[];
31
+ destroyed?: (() => void) | (() => void)[];
32
+ unmounted?: (() => void) | (() => void)[];
33
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
36
+ };
37
+ $forceUpdate: () => void;
38
+ $nextTick: typeof import("vue").nextTick;
39
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
40
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
41
+ __isFragment?: never;
42
+ __isTeleport?: never;
43
+ __isSuspense?: never;
44
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
45
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
46
+ };
47
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export declare enum MagicLinkCompleteType {
2
+ SignIn = 0,
3
+ ConfirmEmail = 1
4
+ }
@@ -9,7 +9,7 @@ export type DataTableHeader = {
9
9
  rowspan?: number;
10
10
  fixed?: boolean;
11
11
  align?: "start" | "end";
12
- width?: number;
12
+ width?: number | string;
13
13
  minWidth?: string;
14
14
  maxWidth?: string;
15
15
  sortable?: boolean;
@@ -17,8 +17,8 @@ export type DataTableHeader = {
17
17
  };
18
18
  export declare const RowVariant: readonly ["navigation", "default"];
19
19
  export type RowVariantType = typeof RowVariant[number];
20
- export interface IDataTableRowRenderer {
21
- value: any;
20
+ export interface IDataTableRowRenderer<T = any> {
21
+ value: T;
22
22
  index: number;
23
23
  classes(classes: string): Omit<IDataTableRowRenderer, "classes">;
24
24
  disableNavigation(): any;
@@ -69,8 +69,8 @@ declare const _default: {
69
69
  "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
70
70
  readonly "v-model"?: string;
71
71
  readonly modelValue?: string;
72
- readonly language?: string;
73
72
  readonly theme?: string;
73
+ readonly language?: string;
74
74
  onError?: (err: string) => any;
75
75
  onKeydown?: (event: any) => any;
76
76
  onKeyup?: (event: any) => any;
@@ -673,8 +673,8 @@ declare const _default: {
673
673
  "onUpdate:modelValue"?: (value: string) => any;
674
674
  "v-model"?: string;
675
675
  modelValue?: string;
676
- language?: string;
677
676
  theme?: string;
677
+ language?: string;
678
678
  }>, "onError" | "onUpdate:modelValue" | "onKeydown" | "onKeyup" | "onFocus" | "onBlur" | "onChange" | "onScroll" | "onLayout" | "onConfiguration" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
679
679
  onError?: (err: string) => any;
680
680
  "onUpdate:modelValue"?: (value: string) => any;
@@ -26,8 +26,8 @@ declare const _default: {
26
26
  } & {
27
27
  actionButtons?: Func<[VNodeChild]>;
28
28
  };
29
- readonly subTitle?: string;
30
29
  readonly variant?: "default" | "app" | "chrome";
30
+ readonly subTitle?: string;
31
31
  readonly navigationExpanded?: boolean;
32
32
  readonly closable?: boolean;
33
33
  "onClick:close"?: () => any;
@@ -278,8 +278,8 @@ declare const _default: {
278
278
  } & {
279
279
  actionButtons?: Func<[VNodeChild]>;
280
280
  };
281
- subTitle?: string;
282
281
  variant?: "default" | "app" | "chrome";
282
+ subTitle?: string;
283
283
  navigationExpanded?: boolean;
284
284
  closable?: boolean;
285
285
  }>, "onClick:close" | "onClick:navigation"> & {
@@ -19,6 +19,8 @@ declare const _default: {
19
19
  readonly block?: boolean;
20
20
  readonly text?: string;
21
21
  readonly class?: String | String[];
22
+ readonly target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
23
+ readonly href?: string;
22
24
  readonly size?: "small" | "default" | "large" | "x-large" | "x-small";
23
25
  readonly animation?: "flip" | "spin" | "beat" | "bounce";
24
26
  readonly icon?: ButtonIconOptions;
@@ -81,6 +83,12 @@ declare const _default: {
81
83
  variant: {
82
84
  type: import("vue").PropType<"default" | "opacity" | "toolbar" | "prominent" | "dial" | "slim">;
83
85
  };
86
+ target: {
87
+ type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
88
+ };
89
+ href: {
90
+ type: import("vue").PropType<string>;
91
+ };
84
92
  text: {
85
93
  type: import("vue").PropType<string>;
86
94
  };
@@ -158,6 +166,12 @@ declare const _default: {
158
166
  variant: {
159
167
  type: import("vue").PropType<"default" | "opacity" | "toolbar" | "prominent" | "dial" | "slim">;
160
168
  };
169
+ target: {
170
+ type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
171
+ };
172
+ href: {
173
+ type: import("vue").PropType<string>;
174
+ };
161
175
  text: {
162
176
  type: import("vue").PropType<string>;
163
177
  };
@@ -247,6 +261,12 @@ declare const _default: {
247
261
  variant: {
248
262
  type: import("vue").PropType<"default" | "opacity" | "toolbar" | "prominent" | "dial" | "slim">;
249
263
  };
264
+ target: {
265
+ type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
266
+ };
267
+ href: {
268
+ type: import("vue").PropType<string>;
269
+ };
250
270
  text: {
251
271
  type: import("vue").PropType<string>;
252
272
  };
@@ -314,6 +334,12 @@ declare const _default: {
314
334
  variant: {
315
335
  type: import("vue").PropType<"default" | "opacity" | "toolbar" | "prominent" | "dial" | "slim">;
316
336
  };
337
+ target: {
338
+ type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
339
+ };
340
+ href: {
341
+ type: import("vue").PropType<string>;
342
+ };
317
343
  text: {
318
344
  type: import("vue").PropType<string>;
319
345
  };
@@ -346,6 +372,8 @@ declare const _default: {
346
372
  block?: boolean;
347
373
  text?: string;
348
374
  class?: String | String[];
375
+ target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
376
+ href?: string;
349
377
  size?: "small" | "default" | "large" | "x-large" | "x-small";
350
378
  animation?: "flip" | "spin" | "beat" | "bounce";
351
379
  icon?: ButtonIconOptions;