@omnia/fx 8.0.406-dev → 8.0.408-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/ux/ComponentTypings.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncOmniaSearchBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/store/TypographyEditorStore.d.ts +19 -15
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TextStyleEditorStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TypographyViewerStore.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncAddCondition.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncAddValueCondition.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +22 -4
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/Handler.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +5 -15
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/services/UnsplashImageService.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +3 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +8 -0
- package/package.json +3 -3
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/{EditDefinitionBlade.d.ts → EditTextStyleBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/{EditStylesBlade.d.ts → EditTextStylesBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/{EditTypeScaleBlade.d.ts → ViewTypeScaleBlade.d.ts} +0 -0
@@ -69,11 +69,10 @@ type VuetifySlots<T> = {
|
|
69
69
|
type VuetifyValue<T> = T extends {
|
70
70
|
value?: any;
|
71
71
|
} ? T["value"] : T;
|
72
|
-
import { VIcon, VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, 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, VPagination, VRating, VRangeSlider, VSnackbar, VRadio, VSlideGroup, VSlideGroupItem, VStepper, VStepperHeader, VStepperWindow, VStepperActions, VStepperWindowItem, VStepperItem, VTabs, VTab, VBreadcrumbs, VHover, VImg, VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker, VFab, VSpeedDial } from "vuetify/components";
|
72
|
+
import { VIcon, VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, 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, VPagination, VRating, VRangeSlider, VSnackbar, VRadio, VSlideGroup, VSlideGroupItem, VStepper, VStepperHeader, VStepperWindow, VStepperActions, VStepperWindowItem, VStepperItem, VTabs, VTab, VBreadcrumbs, VHover, VImg, VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker, VFab, VSpeedDial, VNumberInput } from "vuetify/components";
|
73
73
|
import { Intersect } from "vuetify/directives";
|
74
74
|
import { VCalendar } from "vuetify/labs/VCalendar";
|
75
75
|
import { VTimePicker } from "vuetify/labs/VTimePicker";
|
76
|
-
import { VNumberInput } from "vuetify/labs/VNumberInput";
|
77
76
|
import { VTreeview } from "vuetify/labs/VTreeview";
|
78
77
|
export interface VDataTableProps extends VuetifyProps<Pick<VDataTable, "$props">> {
|
79
78
|
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{}> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
|
+
export default _default;
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("../..").ExtractProps<MetricProps> & {
|
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("../..").VueComponentBaseProps, "title" | "icon" | "
|
10
|
+
} & {} & Omit<import("../..").VueComponentBaseProps, "title" | "icon" | "iconColor" | "description" | "metricInfo" | "emit:click"> & import("../..").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -8,17 +8,17 @@ export interface BreakpointItem {
|
|
8
8
|
type StyleVariant = "system-styles" | "custom-styles" | "type-scale";
|
9
9
|
export declare const useTypographyEditorStore: () => {
|
10
10
|
state: {
|
11
|
-
blueprintRegistration: ITemplateRegistration<TypographyBlueprint>;
|
12
|
-
availableFonts: ITemplateRegistration<IFontBlueprints>;
|
11
|
+
blueprintRegistration: ITemplateRegistration<TypographyBlueprint, import("@omnia/fx-models").TemplateRegistrationType>;
|
12
|
+
availableFonts: ITemplateRegistration<IFontBlueprints, import("@omnia/fx-models").TemplateRegistrationType>;
|
13
13
|
blueprint: TypographyBlueprint;
|
14
14
|
editMode: boolean;
|
15
15
|
editing: {
|
16
|
-
type:
|
16
|
+
type: "display" | "headline" | "title" | "text" | "label" | "variants";
|
17
17
|
styleVariant: StyleVariant;
|
18
18
|
};
|
19
19
|
selected: {
|
20
20
|
textStyle: {
|
21
|
-
type:
|
21
|
+
type: "display" | "headline" | "title" | "text" | "label" | "variants";
|
22
22
|
size: TextStyleSizes;
|
23
23
|
definition: TextStyleDefinition;
|
24
24
|
};
|
@@ -26,17 +26,17 @@ export declare const useTypographyEditorStore: () => {
|
|
26
26
|
};
|
27
27
|
};
|
28
28
|
events: import("@omnia/fx/stores").StoreEvents<{
|
29
|
-
blueprintRegistration: ITemplateRegistration<TypographyBlueprint>;
|
30
|
-
availableFonts: ITemplateRegistration<IFontBlueprints>;
|
29
|
+
blueprintRegistration: ITemplateRegistration<TypographyBlueprint, import("@omnia/fx-models").TemplateRegistrationType>;
|
30
|
+
availableFonts: ITemplateRegistration<IFontBlueprints, import("@omnia/fx-models").TemplateRegistrationType>;
|
31
31
|
blueprint: TypographyBlueprint;
|
32
32
|
editMode: boolean;
|
33
33
|
editing: {
|
34
|
-
type:
|
34
|
+
type: "display" | "headline" | "title" | "text" | "label" | "variants";
|
35
35
|
styleVariant: StyleVariant;
|
36
36
|
};
|
37
37
|
selected: {
|
38
38
|
textStyle: {
|
39
|
-
type:
|
39
|
+
type: "display" | "headline" | "title" | "text" | "label" | "variants";
|
40
40
|
size: TextStyleSizes;
|
41
41
|
definition: TextStyleDefinition;
|
42
42
|
};
|
@@ -73,7 +73,6 @@ export declare const useTypographyEditorStore: () => {
|
|
73
73
|
blueprints(): {
|
74
74
|
edit(blueprints: ITemplateRegistration<TypographyBlueprint>): void;
|
75
75
|
add(): void;
|
76
|
-
copy(blueprint: TypographyBlueprint): void;
|
77
76
|
};
|
78
77
|
font(): {
|
79
78
|
set: {
|
@@ -141,16 +140,21 @@ export declare const useTypographyEditorStore: () => {
|
|
141
140
|
};
|
142
141
|
bladeId: {
|
143
142
|
startBlade: guid;
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
143
|
+
edit: {
|
144
|
+
typography: guid;
|
145
|
+
textStyles: guid;
|
146
|
+
textStyle: guid;
|
147
|
+
};
|
148
|
+
scale: {
|
149
|
+
edit: guid;
|
150
|
+
view: guid;
|
151
|
+
};
|
152
|
+
breakpointSelect: guid;
|
150
153
|
};
|
151
154
|
rules: {
|
152
155
|
breakpoint: {
|
153
156
|
readonly showStatus: boolean;
|
157
|
+
hasActiveScale: (size: TextStyleBreakpointType) => boolean;
|
154
158
|
isActive: (size: TextStyleBreakpointType) => boolean;
|
155
159
|
readonly showEnableDisable: boolean;
|
156
160
|
readonly isEnabled: boolean;
|
@@ -24,11 +24,6 @@ export declare const useTextStylePickerStore: () => {
|
|
24
24
|
isSelected: (textStyle: textStyle) => boolean;
|
25
25
|
showTextStyle: (textStyle: ThemedTextStyleValue) => boolean;
|
26
26
|
};
|
27
|
-
dataTypes: {
|
28
|
-
titleStyles: ThemedTextStyleValue[];
|
29
|
-
textStyles: ThemedTextStyleValue[];
|
30
|
-
variantStyles: ThemedTextStyleValue[];
|
31
|
-
};
|
32
27
|
} & {
|
33
28
|
dispose?: () => void;
|
34
29
|
};
|
@@ -1,5 +1,8 @@
|
|
1
1
|
import { useColorSchemaStore } from "@omnia/fx/ux";
|
2
2
|
export declare const TypographyViewerStyles: {
|
3
|
+
selectedPlaceholder: (dark: boolean) => string;
|
4
|
+
selected: (color: string, onBase: string) => string;
|
5
|
+
colorPreview: (hoverColor: string) => string;
|
3
6
|
textItem: (selected: boolean, colors: ReturnType<typeof useColorSchemaStore>) => string;
|
4
7
|
textItemPicker: (selected: boolean, colors: ReturnType<typeof useColorSchemaStore>) => string;
|
5
8
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ThemeContextType, TypographyBlueprint, TextStyleSizes, TextStyleType, TextStyleBreakpointType } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
3
|
import { ViewTypes } from "./store/TypographyViewerStore";
|
4
|
-
type Variant = "list" | "picker";
|
4
|
+
type Variant = "list" | "picker" | "list-preview";
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
6
6
|
blueprint?: TypographyBlueprint;
|
7
7
|
} & {
|
@@ -25,9 +25,10 @@ export declare const useTypographyViewerStore: () => {
|
|
25
25
|
lineHeight: (definition: TextStyleDefinition) => number;
|
26
26
|
};
|
27
27
|
};
|
28
|
-
|
28
|
+
displayIcon: (textStyleType: TextStyleType) => import("@omnia/fx-models").FontAwesomeIcon;
|
29
|
+
textStyleName: (textStyle: TextStyleType, size: TextStyleSizes) => any;
|
29
30
|
fontSizeDisplayFormat: (fontCss: string) => string;
|
30
|
-
sampleText: (typography: TextStyleType, size: TextStyleSizes) =>
|
31
|
+
sampleText: (typography: TextStyleType, size: TextStyleSizes) => any;
|
31
32
|
typeStyling: (textStyleTpe: TextStyleType, size: TextStyleSizes) => any;
|
32
33
|
};
|
33
34
|
rules: {
|
@@ -43,7 +44,7 @@ export declare const useTypographyViewerStore: () => {
|
|
43
44
|
variants: {
|
44
45
|
isPlaceholder: (size: string) => boolean;
|
45
46
|
};
|
46
|
-
canStyleBeDisplayed: (textStyleType: TextStyleType, size: TextStyleSizes
|
47
|
+
canStyleBeDisplayed: (textStyleType: TextStyleType, size: TextStyleSizes) => boolean;
|
47
48
|
};
|
48
49
|
} & {
|
49
50
|
dispose?: () => void;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
export declare const AzureAdSyncProviderSettings: (props: import("../../..").ExtractProps<
|
1
|
+
export declare const AzureAdSyncProviderSettings: (props: import("../../..").ExtractProps<{}> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
4
|
}, never>;
|
5
|
-
} & {} & Omit<import("../../..").VueComponentBaseProps,
|
5
|
+
} & {} & Omit<import("../../..").VueComponentBaseProps, never> & import("../../..").VNodeEvents) => any;
|
6
6
|
export declare function renderAzureAdSyncProviderSettings(): import("vue/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,29 @@
|
|
1
|
+
import { EvaluationSet, guid, IdentityProviderProperty } from "@omnia/fx/models";
|
2
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
+
export interface EvaluationSetClient extends EvaluationSet {
|
4
|
+
clientId: guid;
|
5
|
+
clientNewRuleValue: string;
|
6
|
+
}
|
7
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
8
|
+
"emit:update:modelValue": (value: EvaluationSetClient) => void;
|
9
|
+
} & {
|
10
|
+
"v-model"?: EvaluationSetClient;
|
11
|
+
} & {
|
12
|
+
modelValue?: EvaluationSetClient;
|
13
|
+
} & {
|
14
|
+
isEdit: boolean;
|
15
|
+
} & {
|
16
|
+
getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
|
17
|
+
} & {
|
18
|
+
getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
|
19
|
+
} & DefineEmit<"add", (set: EvaluationSetClient) => void> & DefineEmit<"update", (set: EvaluationSetClient) => void> & DefineEmit<"remove", (set: EvaluationSetClient) => void>> & {
|
20
|
+
onUpdate?: (set: EvaluationSetClient) => any;
|
21
|
+
"onUpdate:modelValue"?: (value: EvaluationSetClient) => any;
|
22
|
+
onRemove?: (set: EvaluationSetClient) => any;
|
23
|
+
onAdd?: (set: EvaluationSetClient) => any;
|
24
|
+
} & {
|
25
|
+
"v-slots"?: {} & Omit<{
|
26
|
+
default?: import("vue").Slot;
|
27
|
+
}, never>;
|
28
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "v-model" | "emit:update:modelValue" | "isEdit" | "getSyncPropertiesApi" | "getSyncPropertyDisplayName" | "emit:add" | "emit:update" | "emit:remove"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
29
|
+
export default _default;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
+
"emit:update:modelValue": (value: string) => void;
|
4
|
+
} & {
|
5
|
+
"v-model"?: string;
|
6
|
+
} & {
|
7
|
+
modelValue?: string;
|
8
|
+
} & {
|
9
|
+
isEdit: boolean;
|
10
|
+
} & DefineEmit<"add", (value: string) => void>> & {
|
11
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
12
|
+
onAdd?: (value: string) => any;
|
13
|
+
} & {
|
14
|
+
"v-slots"?: {} & Omit<{
|
15
|
+
default?: import("vue").Slot;
|
16
|
+
}, never>;
|
17
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "v-model" | "emit:update:modelValue" | "isEdit" | "emit:add"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
18
|
+
export default _default;
|
@@ -7,6 +7,20 @@ export declare namespace IdentitiesLocalization {
|
|
7
7
|
Description: string;
|
8
8
|
SyncPropertyBindingSetupTitle: string;
|
9
9
|
SyncRuleSetupTitle: string;
|
10
|
+
LastRun: string;
|
11
|
+
TimeToComplete: string;
|
12
|
+
NextScheduledRun: string;
|
13
|
+
RunFullSync: {
|
14
|
+
StartButton: string;
|
15
|
+
ConfirmTitle: string;
|
16
|
+
ConfirmMessage: string;
|
17
|
+
};
|
18
|
+
RunFullUserSync: {
|
19
|
+
StartButton: string;
|
20
|
+
ConfirmTitle: string;
|
21
|
+
ConfirmMessage: string;
|
22
|
+
};
|
23
|
+
InfoAtUserTypeAssignment: string;
|
10
24
|
};
|
11
25
|
};
|
12
26
|
PropertySyncBinding: {
|
@@ -22,6 +36,27 @@ export declare namespace IdentitiesLocalization {
|
|
22
36
|
ErrorNoRules: string;
|
23
37
|
EmptyRuleValue: string;
|
24
38
|
};
|
39
|
+
Status: {
|
40
|
+
Title: string;
|
41
|
+
Idle: string;
|
42
|
+
Running: string;
|
43
|
+
Paused: string;
|
44
|
+
Cancelled: string;
|
45
|
+
Error: string;
|
46
|
+
Success: string;
|
47
|
+
NoChange: string;
|
48
|
+
};
|
49
|
+
Identity: {
|
50
|
+
AddValue: string;
|
51
|
+
AddCondition: string;
|
52
|
+
TextConditions: string;
|
53
|
+
TextProperty: string;
|
54
|
+
TextEquals: string;
|
55
|
+
TextValue: string;
|
56
|
+
TextMapping: string;
|
57
|
+
MicrosoftGraphProperty: string;
|
58
|
+
UserProperty: string;
|
59
|
+
};
|
25
60
|
IsExternal: string;
|
26
61
|
};
|
27
62
|
BuiltInProperties: {
|
@@ -1,7 +1,11 @@
|
|
1
|
-
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineVModel, JourneySelectItem, JourneySelectPropertyMapping, useJourneySelectStore } from "@omnia/fx/ux";
|
1
|
+
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineVModel, JourneySelectBladeElement, JourneySelectItem, JourneySelectPropertyMapping, useJourneySelectStore } from "@omnia/fx/ux";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
import { ActionDefinition } from "@omnia/fx-models";
|
4
|
-
type BaseProps<TItem> = DefinePropTheming & DefineVModel<"", Array<any> | any> & DefineProp<"getApi", (store: ReturnType<typeof useJourneySelectStore>) => void, false, null, "callback to get a reference to the store"> & DefineProp<"items", Array<TItem>, false, null, "Items to select from"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"multiple", boolean, false, null, "If it is allowed to select multiple or single"> & DefineProp<"propertyValueMapping", JourneySelectPropertyMapping<TItem>, false, null, "Property value mappings"> & DefineProp<"returnSelectionAsObject", boolean, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value"> & DefineProp<"label", string, null, null, "The label of the component"> & DefineProp<"labelAdd", string, null, null, "The add label of the component"> & DefineProp<"titleAdd", string, null, null, "The add title of the add blade"> & DefineProp<"titleEdit", string, null, null, "The edit title of the edit blade"> & DefineProp<"disableSearch", boolean, false, null, "Disables the automatic search"> & DefineProp<"disableSave", boolean, false, null, "If it is allowed save"> & DefineProp<"sortable", boolean, false, null, "If it is allowed to sort"> & DefineProp<"readonly", boolean, false, null, "Disable add and delete"> & DefineProp<"list", boolean, false, null, "Always render the items as a list"> & DefineProp<"confirmDelete", boolean, false, null, "If you confirm before delete from the items"> & DefineProp<"noAddConfirm", boolean, false, null, "If items are added without a save button"> & DefineProp<"bladelessAdd", boolean, false, null, "If addis not a blade and only fires events"> & DefineProp<"bladeless", boolean, false, null, "If add/edit is not a blade and only fires events"> & DefineProp<"actions", ActionDefinition[], false, null, "Actions to display in the blade header of the selection blade"> & DefineProp<"itemSettingable", (item: TItem) => boolean, false, null, "Item has settings or not."> & DefineProp<"itemDeletable", (item: TItem) => boolean, false, null, "Item can be deleted or not."> & DefineSlot<"selectionItemRender", (item: JourneySelectItem<any>, index: number, isSelected: boolean) => VNodeChild> & DefineSlot<"selectionRender", () => VNodeChild> & DefineSlot<"selectedItemRenderer", (item: JourneySelectItem<any>, index: number) => VNodeChild> & DefineSlot<"settingsRender", (item: JourneySelectItem<any>, index: number) => VNodeChild> & DefineSlot<"
|
4
|
+
type BaseProps<TItem> = DefinePropTheming & DefineVModel<"", Array<any> | any> & DefineProp<"getApi", (store: ReturnType<typeof useJourneySelectStore>) => void, false, null, "callback to get a reference to the store"> & DefineProp<"items", Array<TItem>, false, null, "Items to select from"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"multiple", boolean, false, null, "If it is allowed to select multiple or single"> & DefineProp<"propertyValueMapping", JourneySelectPropertyMapping<TItem>, false, null, "Property value mappings"> & DefineProp<"returnSelectionAsObject", boolean, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value"> & DefineProp<"label", string, null, null, "The label of the component"> & DefineProp<"labelAdd", string, null, null, "The add label of the component"> & DefineProp<"titleAdd", string, null, null, "The add title of the add blade"> & DefineProp<"titleEdit", string, null, null, "The edit title of the edit blade"> & DefineProp<"disableSearch", boolean, false, null, "Disables the automatic search"> & DefineProp<"disableSave", boolean, false, null, "If it is allowed save"> & DefineProp<"sortable", boolean, false, null, "If it is allowed to sort"> & DefineProp<"readonly", boolean, false, null, "Disable add and delete"> & DefineProp<"list", boolean, false, null, "Always render the items as a list"> & DefineProp<"confirmDelete", boolean, false, null, "If you confirm before delete from the items"> & DefineProp<"noAddConfirm", boolean, false, null, "If items are added without a save button"> & DefineProp<"bladelessAdd", boolean, false, null, "If addis not a blade and only fires events"> & DefineProp<"bladeless", boolean, false, null, "If add/edit is not a blade and only fires events"> & DefineProp<"actions", ActionDefinition[], false, null, "Actions to display in the blade header of the selection blade"> & DefineProp<"itemSettingable", (item: TItem) => boolean, false, null, "Item has settings or not."> & DefineProp<"itemDeletable", (item: TItem) => boolean, false, null, "Item can be deleted or not."> & DefineSlot<"selectionItemRender", (item: JourneySelectItem<any>, index: number, isSelected: boolean) => VNodeChild> & DefineSlot<"selectionRender", () => VNodeChild> & DefineSlot<"selectedItemRenderer", (item: JourneySelectItem<any>, index: number) => VNodeChild> & DefineSlot<"settingsRender", (item: JourneySelectItem<any>, index: number) => VNodeChild> & DefineSlot<"settingsRenderV2", (item: {
|
5
|
+
SettingsRenderer: JourneySelectBladeElement;
|
6
|
+
item: JourneySelectItem<any>;
|
7
|
+
index: number;
|
8
|
+
}) => VNodeChild> & DefineSlot<"actions", () => VNodeChild> & DefineEmit<"showAdd", () => true> & DefineEmit<"showEdit", (item: TItem, index: number) => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:clear", () => true> & DefineEmit<"click:add", (item: Array<TItem> | TItem) => true> & DefineEmit<"click:update", (item: TItem, index: number) => true> & DefineEmit<"click:delete", (item: TItem, index: number) => true>;
|
5
9
|
declare const _default: <TItem extends unknown = any>(props: import("@omnia/fx/ux").ExtractProps<BaseProps<TItem>> & {
|
6
10
|
"onUpdate:modelValue"?: (value: any) => any;
|
7
11
|
"onClick:clear"?: () => any;
|
@@ -17,9 +21,14 @@ declare const _default: <TItem extends unknown = any>(props: import("@omnia/fx/u
|
|
17
21
|
selectionRender?: () => VNodeChild;
|
18
22
|
selectedItemRenderer?: (item: JourneySelectItem<any>, index: number) => VNodeChild;
|
19
23
|
settingsRender?: (item: JourneySelectItem<any>, index: number) => VNodeChild;
|
24
|
+
settingsRenderV2?: (item: {
|
25
|
+
SettingsRenderer: JourneySelectBladeElement;
|
26
|
+
item: JourneySelectItem<any>;
|
27
|
+
index: number;
|
28
|
+
}) => VNodeChild;
|
20
29
|
actions?: () => VNodeChild;
|
21
30
|
} & Omit<{
|
22
31
|
default?: import("vue").Slot;
|
23
|
-
}, "actions" | "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender">;
|
24
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "actions" | "list" | "multiple" | "colorSchemaType" | "modelValue" | "items" | "readonly" | "slot:actions" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "emit:search" | "getApi" | "emit:click:clear" | "emit:click:add" | "emit:click:delete" | "sortable" | "labelAdd" | "propertyValueMapping" | "returnSelectionAsObject" | "titleAdd" | "titleEdit" | "disableSearch" | "disableSave" | "confirmDelete" | "noAddConfirm" | "bladelessAdd" | "bladeless" | "itemSettingable" | "itemDeletable" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "emit:showAdd" | "emit:showEdit" | "emit:click:update"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
32
|
+
}, "actions" | "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender" | "settingsRenderV2">;
|
33
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "actions" | "list" | "multiple" | "colorSchemaType" | "modelValue" | "items" | "readonly" | "slot:actions" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "emit:search" | "getApi" | "emit:click:clear" | "emit:click:add" | "emit:click:delete" | "sortable" | "labelAdd" | "propertyValueMapping" | "returnSelectionAsObject" | "titleAdd" | "titleEdit" | "disableSearch" | "disableSave" | "confirmDelete" | "noAddConfirm" | "bladelessAdd" | "bladeless" | "itemSettingable" | "itemDeletable" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "slot:settingsRenderV2" | "emit:showAdd" | "emit:showEdit" | "emit:click:update"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
25
34
|
export default _default;
|
@@ -1,6 +1,8 @@
|
|
1
1
|
import { ActionDefinition, guid, MenuState } from "@omnia/fx-models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
|
-
import { JourneySelectItem, JourneySelectPropertyMapping } from "@omnia/fx/ux";
|
3
|
+
import { ConstructComponentProps, JourneySelectItem, JourneySelectPropertyMapping, VNodeEvents } from "@omnia/fx/ux";
|
4
|
+
import { type JourneyBladeProps } from "../JourneyBlade";
|
5
|
+
export type JourneySelectBladeElement = (props: Omit<ConstructComponentProps<JourneyBladeProps>, "id" | "getApi" | "manageList"> & VNodeEvents) => any;
|
4
6
|
export declare const useJourneySelectStore: () => {
|
5
7
|
readonly settings: {
|
6
8
|
multiple: boolean;
|
@@ -17,6 +19,11 @@ export declare const useJourneySelectStore: () => {
|
|
17
19
|
};
|
18
20
|
readonly slots: {
|
19
21
|
settingsRender: (item: any, index: number) => VNodeChild;
|
22
|
+
settingsRenderV2: (item: {
|
23
|
+
SettingsRenderer: JourneySelectBladeElement;
|
24
|
+
item: JourneySelectItem<any>;
|
25
|
+
index: number;
|
26
|
+
}) => VNodeChild;
|
20
27
|
selectionItemRender: (item: any, index: number, isSelected: boolean) => VNodeChild;
|
21
28
|
selectionRender: () => VNodeChild;
|
22
29
|
selectedItemRenderer: (item: any, index: number) => VNodeChild;
|
@@ -71,7 +78,7 @@ export declare const useJourneySelectStore: () => {
|
|
71
78
|
returnSelectionAsObject: boolean;
|
72
79
|
propertyValueMapping: JourneySelectPropertyMapping<any>;
|
73
80
|
};
|
74
|
-
|
81
|
+
bladeSelectionActions: ActionDefinition[];
|
75
82
|
containerBladeId: guid;
|
76
83
|
bladeIds: {
|
77
84
|
selectionBlade: guid;
|
@@ -113,7 +120,7 @@ export declare const useJourneySelectStore: () => {
|
|
113
120
|
returnSelectionAsObject: boolean;
|
114
121
|
propertyValueMapping: JourneySelectPropertyMapping<any>;
|
115
122
|
};
|
116
|
-
|
123
|
+
bladeSelectionActions: ActionDefinition[];
|
117
124
|
containerBladeId: guid;
|
118
125
|
bladeIds: {
|
119
126
|
selectionBlade: guid;
|
@@ -138,7 +145,18 @@ export declare const useJourneySelectStore: () => {
|
|
138
145
|
applySelection: () => void;
|
139
146
|
};
|
140
147
|
deleteItem(item: JourneySelectItem<any>, index: number): void;
|
141
|
-
init(items: Array<any>, externalModel: Array<any> | any, renderingSlots:
|
148
|
+
init(items: Array<any>, externalModel: Array<any> | any, renderingSlots: {
|
149
|
+
settingsRender: (item: any, index: number) => VNodeChild;
|
150
|
+
settingsRenderV2: (item: {
|
151
|
+
SettingsRenderer: JourneySelectBladeElement;
|
152
|
+
item: JourneySelectItem<any>;
|
153
|
+
index: number;
|
154
|
+
}) => VNodeChild;
|
155
|
+
selectionItemRender: (item: any, index: number, isSelected: boolean) => VNodeChild;
|
156
|
+
selectionRender: () => VNodeChild;
|
157
|
+
selectedItemRenderer: (item: any, index: number) => VNodeChild;
|
158
|
+
actionsRender: () => VNodeChild;
|
159
|
+
}): void;
|
142
160
|
}>;
|
143
161
|
get: {
|
144
162
|
readonly displayText: string;
|
@@ -46,6 +46,9 @@ export type InternalJourneyStoreType = {
|
|
46
46
|
bladeWidth(size: BladeSizeTypes, bladeId: guid, scrollContainerLeftPosition?: number): number;
|
47
47
|
isNested: boolean;
|
48
48
|
};
|
49
|
+
rules: {
|
50
|
+
isActiveBlade(bladeId: guid): boolean;
|
51
|
+
};
|
49
52
|
};
|
50
53
|
export declare const useJourneyStore: () => {
|
51
54
|
readonly scrollContainer: {
|
@@ -146,6 +149,9 @@ export declare const useJourneyStore: () => {
|
|
146
149
|
scrollToBladeElemnt(bladeElement: HTMLElement): void;
|
147
150
|
ensureBladeVisibleInScrollView(blade: BladeInstance): void;
|
148
151
|
}>;
|
152
|
+
rules: {
|
153
|
+
isActiveBlade: (bladeId: guid) => boolean;
|
154
|
+
};
|
149
155
|
} & {
|
150
156
|
dispose?: () => void;
|
151
157
|
};
|
@@ -1,6 +1,9 @@
|
|
1
1
|
import { ImageItem } from "@omnia/fx-models";
|
2
2
|
import { BaseProviderImageHandler } from "@omnia/fx/stores";
|
3
3
|
export declare class UnsplashProviderHandler extends BaseProviderImageHandler {
|
4
|
+
private clientId;
|
4
5
|
private imageService;
|
6
|
+
constructor();
|
7
|
+
private getUnplashProviderSecret;
|
5
8
|
search(searchText: string, offset?: number): Promise<ImageItem[]>;
|
6
9
|
}
|
package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts
CHANGED
@@ -1,16 +1,6 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").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
|
-
};
|
1
|
+
declare const _default: (props: import("../..").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & {} & Omit<import("../..").VueComponentBaseProps, string> & import("../..").VNodeEvents) => any;
|
16
6
|
export default _default;
|
@@ -1,7 +1,13 @@
|
|
1
1
|
import { UnsplashImage } from "../models/UnsplashImage";
|
2
|
+
type UnsplashAuthenticationInfo = {
|
3
|
+
applicationId: string;
|
4
|
+
clientIdKey: string;
|
5
|
+
};
|
2
6
|
export declare class UnsplashImageService {
|
3
7
|
private httpClient;
|
4
8
|
private commonHttpClient;
|
5
|
-
search: (
|
9
|
+
search: (searchText: string, clientId: string, offset?: number, limit?: number) => Promise<Array<UnsplashImage>>;
|
6
10
|
private getImages;
|
11
|
+
getAuthenticationInfo: () => Promise<UnsplashAuthenticationInfo>;
|
7
12
|
}
|
13
|
+
export {};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { DefineProp, DefinePropTheming, DefineSlot, DefineVModel, EventType } from "@omnia/fx/ux";
|
2
2
|
import { VNodeChild } from "vue";
|
3
|
-
declare const defaultWeekDays:
|
4
|
-
type CalendarProps<T extends EventType> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", Date[], false, null, true, "The v-model of the component"> & DefineProp<"events", T[], false, null, "Array of events specific to this interval."> & DefineProp<"viewMode", "month" | "day" | "week", false, "month", "The current view mode of the calendar."> & DefineProp<"weekdays",
|
3
|
+
declare const defaultWeekDays: (0 | 1 | 4 | 3 | 2 | 5 | 6)[];
|
4
|
+
type CalendarProps<T extends EventType> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", Date[], false, null, true, "The v-model of the component"> & DefineProp<"events", T[], false, null, "Array of events specific to this interval."> & DefineProp<"viewMode", "month" | "day" | "week", false, "month", "The current view mode of the calendar."> & DefineProp<"weekdays", Array<0 | 1 | 2 | 3 | 4 | 5 | 6>, false, typeof defaultWeekDays, "Specifies which days of the week to display.Default is [0, 1, 2, 3, 4, 5, 6]"> & DefineProp<"year", number, false, null, "Specifies the year for the calendar view."> & DefineProp<"month", number, false, null, "Specifies the month for the calendar view."> & DefineProp<"intervalHeight", number, false, null, "Height of the interval in pixels in the calendar view."> & DefineProp<"intervals", number, false, 24, "Total number of intervals in a day view."> & DefineProp<"intervalStart", number, false, 0, "Starting time for this specific interval."> & DefineProp<"max", Date, false, null, "Maximum date or value that can be selected."> & DefineProp<"min", Date, false, null, "Minimum date or value that can be selected."> & DefineProp<"hideWeekNumber", boolean, false, false, "Toggles the display of week numbers in a calendar view."> & DefineProp<"hideDayHeader", boolean, false, false, "Determines whether the day header is visible in the calendar day view."> & DefineProp<"hideHeader", boolean, false, false, "Determines whether the header is hidden in the calendar view."> & DefineProp<"allowedDates", Date[] | ((date: Date) => boolean), false, null, "Determines which dates are selectable."> & DefineSlot<"event", (event: {
|
5
5
|
day: Date;
|
6
6
|
allDay: boolean;
|
7
7
|
event: T;
|
@@ -2,9 +2,10 @@ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, ItemValueType }
|
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
import { OMultiSelectionStyles } from "@omnia/fx-models";
|
4
4
|
type SelectionVariants = "remove" | "settings" | "readonly";
|
5
|
-
type BaseProps<TItem> = DefinePropTheming & DefineProp<"items", TItem[], false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"variant", SelectionVariants, false, null, "The component variants"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"sorting", boolean, false, null, "Sets the component to sorting mode"> & DefineProp<"itemValue", ItemValueType<TItem>, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemTitle", ItemValueType<TItem>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemSubtitle", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemIcon", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"enableAdd", boolean, false, null, "If add button is shown"> & DefineProp<"selectionStyle", OMultiSelectionStyles, false, null, "The style of multi select"> & DefineProp<"itemSettingable", (item: TItem) => boolean, false, null, "Item has settings or not."> & DefineSlot<"item", (item: TItem, index: Number) => VNodeChild> & DefineEmit<"selectItem", (index: any) => true> & DefineEmit<"sort:update", (items: TItem[]) => true> & DefineEmit<"addItem", () => true>;
|
5
|
+
type BaseProps<TItem> = DefinePropTheming & DefineProp<"items", TItem[], false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"variant", SelectionVariants, false, null, "The component variants"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"sorting", boolean, false, null, "Sets the component to sorting mode"> & DefineProp<"itemValue", ItemValueType<TItem>, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemTitle", ItemValueType<TItem>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemSubtitle", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemIcon", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"enableAdd", boolean, false, null, "If add button is shown"> & DefineProp<"selectionStyle", OMultiSelectionStyles, false, null, "The style of multi select"> & DefineProp<"itemSettingable", (item: TItem) => boolean, false, null, "Item has settings or not."> & DefineProp<"itemDeletable", (item: TItem) => boolean, false, null, "Item can be deleted or not."> & DefineSlot<"item", (item: TItem, index: Number) => VNodeChild> & DefineEmit<"selectItem", (index: any) => true> & DefineEmit<"removeItem", (index: any) => true> & DefineEmit<"sort:update", (items: TItem[]) => true> & DefineEmit<"addItem", () => true>;
|
6
6
|
declare const _default: <TItem extends unknown>(props: import("@omnia/fx/ux").ExtractProps<BaseProps<TItem>> & {
|
7
7
|
onSelectItem?: (index: any) => any;
|
8
|
+
onRemoveItem?: (index: any) => any;
|
8
9
|
onAddItem?: () => any;
|
9
10
|
"onSort:update"?: (items: TItem[]) => any;
|
10
11
|
} & {
|
@@ -13,5 +14,5 @@ declare const _default: <TItem extends unknown>(props: import("@omnia/fx/ux").Ex
|
|
13
14
|
} & Omit<{
|
14
15
|
default?: import("vue").Slot;
|
15
16
|
}, "item">;
|
16
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "items" | "colors" | "toned" | "itemValue" | "slot:item" | "itemTitle" | "itemIcon" | "emit:selectItem" | "itemSettingable" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:sort:update" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
17
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "items" | "colors" | "toned" | "itemValue" | "slot:item" | "itemTitle" | "itemIcon" | "emit:selectItem" | "itemSettingable" | "itemDeletable" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:removeItem" | "emit:sort:update" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
17
18
|
export default _default;
|
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SpeedDialPro
|
|
10
10
|
} & Omit<{
|
11
11
|
default?: import("vue").Slot;
|
12
12
|
}, "activator">;
|
13
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "zIndex" | "class" | "persistent" | "colorSchemaType" | "location" | "modelValue" | "
|
13
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "zIndex" | "class" | "persistent" | "colorSchemaType" | "location" | "modelValue" | "openOnClick" | "openOnHover" | "openOnFocus" | "colors" | "v-model" | "emit:update:modelValue" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
14
14
|
export default _default;
|
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TooltipProps
|
|
8
8
|
} & Omit<{
|
9
9
|
default?: import("vue").Slot;
|
10
10
|
}, "activator">;
|
11
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "class" | "colorSchemaType" | "location" | "
|
11
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "class" | "colorSchemaType" | "location" | "openOnClick" | "openOnHover" | "colors" | "slot:activator" | "activateOnLength"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
12
|
export default _default;
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import "./VuetifyTypography.css";
|
2
|
-
export * as vuetifyColors from "vuetify/lib/util/colors
|
2
|
+
export * as vuetifyColors from "vuetify/lib/util/colors";
|
3
3
|
export * as vuetifyDirectives from "vuetify/directives";
|
4
4
|
export * as vuetifyFramework from "vuetify/framework";
|
5
5
|
export declare const vuetifyPlugin: {
|
6
6
|
install: (app: import("vue").App) => void;
|
7
|
-
|
7
|
+
unmount: () => void;
|
8
|
+
defaults: import("vue").Ref<import("vuetify").DefaultsInstance, import("vuetify").DefaultsInstance>;
|
8
9
|
display: import("vuetify").DisplayInstance;
|
9
10
|
theme: import("vuetify").ThemeInstance & {
|
10
11
|
install: (app: import("vue").App) => void;
|
@@ -176,6 +176,7 @@ import wc1d19aeb722e44b9e9d2617035854dd2a from './ux/admin/usermanagement/UserMa
|
|
176
176
|
import wc9539268b741944dd970796a5ff9d0b0d from './ux/admin/usermanagement/BusinessProfileUserManagementJourney';
|
177
177
|
import wcebd9788ab21748688f4e594ecf568806 from './ux/admin/usermanagement/usertypes/UserTypeJourney';
|
178
178
|
import wc242dc5602ede41f0b6d4151884a2ec63 from './ux/admin/usermanagement/synchronization/SyncProviderListingBlade';
|
179
|
+
import wcf4c5c71da254459ebea826a6bd0a80f7 from './ux/admin/usermanagement/synchronization/SyncProviderLogsBlade';
|
179
180
|
import wcf5842aadad834b4bb7b8ef9d6eb8b8e1 from './ux/admin/usermanagement/users/UserJourney';
|
180
181
|
import wc6f1fc2596ddb411abf1741ed422947e3 from './ux/admin/usermanagement/users/active/Journey';
|
181
182
|
import wcfb9aa542fd414c5f8468aa0ad67d11f7 from './ux/admin/usermanagement/shared/UserDetailBlade';
|
@@ -4683,6 +4684,13 @@ declare global {
|
|
4683
4684
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4684
4685
|
};
|
4685
4686
|
} : typeof wc242dc5602ede41f0b6d4151884a2ec63;
|
4687
|
+
"logs": typeof wcf4c5c71da254459ebea826a6bd0a80f7 extends {
|
4688
|
+
propsDefinition: infer TProp;
|
4689
|
+
} ? {
|
4690
|
+
new (...args: any[]): {
|
4691
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4692
|
+
};
|
4693
|
+
} : typeof wcf4c5c71da254459ebea826a6bd0a80f7;
|
4686
4694
|
};
|
4687
4695
|
};
|
4688
4696
|
"user": {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.408-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,13 +20,13 @@
|
|
20
20
|
],
|
21
21
|
"author": "Omnia Digital Workplace AB",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.408-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
27
27
|
"splitpanes": "3.1.5",
|
28
28
|
"vue": "3.5.13",
|
29
|
-
"vuetify": "3.
|
29
|
+
"vuetify": "3.8.0",
|
30
30
|
"tslib": "2.6.2",
|
31
31
|
"typescript": "5.8.2",
|
32
32
|
"@tiptap/vue-3": "2.1.13",
|
File without changes
|
File without changes
|