@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.
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +1 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +3 -2
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +749 -67
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +386 -49
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +79 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +52 -7
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +6 -12
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSignIn.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +28 -0
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +10 -11
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +583 -28
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/Colors.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.css.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +53 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +58 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +481 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +35 -0
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintDefinitionStore.d.ts → store/BlueprintDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintStore.d.ts → store/BlueprintStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorManager.d.ts → store/ColorManager.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaDefinitionStore.d.ts → store/ColorSchemaDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaManager.d.ts → store/ColorSchemaManager.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaStore.d.ts → store/ColorSchemaStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{SpacingDefinitionStore.d.ts → store/SpacingDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeContextStore.d.ts → store/ThemeContextStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeDefinitionStoreV2.d.ts → store/ThemeDefinitionStoreV2.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeStoreV2.d.ts → store/ThemeStoreV2.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{TypographyDefinitionStore.d.ts → store/TypographyDefinitionStore.d.ts} +0 -0
- /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;
|
@@ -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: "
|
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<"
|
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: "
|
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
|
};
|
package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts
CHANGED
@@ -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
|
28
|
-
export declare
|
29
|
-
export declare
|
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;
|