@omnia/fx 8.0.511-dev → 8.0.512-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/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/{journey/journeyfilter → filter}/JourneyFilterDialog.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectBase.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/links/LinkPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/links/factory/LinkItemFactory.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/links/loc/localize.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/models/linkpicker/LinkPickerRegistration.d.ts +4 -7
- package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +8 -1
- package/package.json +2 -2
package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts
CHANGED
@@ -41,5 +41,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
41
41
|
default?: import("vue").Slot;
|
42
42
|
$stable?: boolean;
|
43
43
|
}, "activator">;
|
44
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "placeholder" | "slot:activator" | "
|
44
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "placeholder" | "slot:activator" | "customTyping" | "viewType" | "previewType" | "textBlueprint" | "typographyBlueprint" | "breakpoint" | "sampleText"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
45
45
|
export default _default;
|
@@ -6,10 +6,12 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
6
6
|
countFieldHasValue?: number;
|
7
7
|
} & {
|
8
8
|
searchable?: boolean | Ref<boolean, boolean>;
|
9
|
-
} & DefineSlot<"filter", () => VNodeChild> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"applyFilter", () => true> & DefineEmit<"closeFilter", () => true
|
9
|
+
} & DefineSlot<"filter", () => VNodeChild> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"applyFilter", () => true> & DefineEmit<"closeFilter", () => true> & {
|
10
|
+
variant?: "dialog" | "journey";
|
11
|
+
}> & {
|
10
12
|
onSearch?: (searchText: string) => any;
|
11
|
-
onApplyFilter?: () => any;
|
12
13
|
onCloseFilter?: () => any;
|
14
|
+
onApplyFilter?: () => any;
|
13
15
|
} & {
|
14
16
|
"v-slots"?: {
|
15
17
|
filter?: () => VNodeChild;
|
@@ -17,5 +19,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
17
19
|
default?: import("vue").Slot;
|
18
20
|
$stable?: boolean;
|
19
21
|
}, "filter">;
|
20
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
22
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "searchable" | "slot:filter" | "emit:search" | "emit:closeFilter" | "heightDialog" | "countFieldHasValue" | "emit:applyFilter"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
21
23
|
export default _default;
|
@@ -33,5 +33,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<JourneyBlade
|
|
33
33
|
default?: import("vue").Slot;
|
34
34
|
$stable?: boolean;
|
35
35
|
}, "filter" | "actions" | "actionsFooter">;
|
36
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "switch" | "icon" | "actions" | "title" | "variant" | "size" | "create" | "remove" | "delete" | "add" | "ok" | "settings" | "id" | "disabled" | "toned" | "slot:actions" | "eager" | "loading" | "subTitle" | "emit:click:cancel" | "
|
36
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "switch" | "icon" | "actions" | "title" | "variant" | "size" | "create" | "remove" | "delete" | "add" | "ok" | "settings" | "id" | "disabled" | "toned" | "slot:actions" | "eager" | "loading" | "subTitle" | "emit:click:cancel" | "getApi" | "searchable" | "manageList" | "manageListText" | "bladeContext" | "onOk" | "onRemove" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips" | "sizeOnMobile" | "slot:actionsFooter" | "slot:filter" | "emit:click:create" | "emit:click:add" | "emit:click:back" | "emit:click:settings" | "emit:search" | "emit:changeFilter" | "emit:closeFilter" | "emit:hidden" | "emit:click:manageList" | "commit" | "onCommit"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
37
37
|
export default _default;
|
@@ -10,8 +10,8 @@ type BaseProps<TItem> = DefinePropTheming & DefineVModel<"", Array<any> | any> &
|
|
10
10
|
}) => VNodeChild> & DefineSlot<"actions", () => VNodeChild> & DefineEmit<"showAdd", () => true> & DefineEmit<"showEdit", (item: TItem, index: number) => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:clear", () => true> & DefineProp<"onClickAdd", (item: Array<TItem> | TItem) => void | boolean | Promise<boolean>> & DefineProp<"onRemoveItem", (item: TItem) => void | boolean | Promise<boolean>> & DefineProp<"onClickUpdate", (item: TItem, index: number) => void | boolean | Promise<boolean>> & DefineProp<"onClickDelete", (item: TItem, index: number) => void | boolean | Promise<boolean>>;
|
11
11
|
declare const _default: <TItem extends unknown = any>(props: import("@omnia/fx/ux").ExtractProps<BaseProps<TItem>> & {
|
12
12
|
"onUpdate:modelValue"?: (value: any) => any;
|
13
|
-
"onClick:clear"?: () => any;
|
14
13
|
onSearch?: (searchText: string) => any;
|
14
|
+
"onClick:clear"?: () => any;
|
15
15
|
onShowAdd?: () => any;
|
16
16
|
onShowEdit?: (item: TItem, index: number) => any;
|
17
17
|
} & {
|
@@ -33,5 +33,5 @@ declare const _default: <TItem extends unknown = any>(props: import("@omnia/fx/u
|
|
33
33
|
default?: import("vue").Slot;
|
34
34
|
$stable?: boolean;
|
35
35
|
}, "actions" | "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender" | "settingsRenderV2" | "selectionRenderV2">;
|
36
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "actions" | "label" | "colorSchemaType" | "list" | "multiple" | "colors" | "toned" | "v-model" | "modelValue" | "slot:actions" | "emit:update:modelValue" | "items" | "readonly" | "emit:search" | "
|
36
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "actions" | "label" | "colorSchemaType" | "list" | "multiple" | "colors" | "toned" | "v-model" | "modelValue" | "slot:actions" | "emit:update:modelValue" | "items" | "readonly" | "getApi" | "emit:search" | "itemDeletable" | "emit:click:clear" | "sortable" | "propertyValueMapping" | "returnSelectionAsObject" | "labelAdd" | "titleAdd" | "titleEdit" | "disableSearch" | "disableSave" | "confirmDelete" | "noAddConfirm" | "bladelessAdd" | "bladeless" | "itemSettingable" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "slot:settingsRenderV2" | "slot:selectionRenderV2" | "emit:showAdd" | "emit:showEdit" | "onClickAdd" | "onRemoveItem" | "onClickUpdate" | "onClickDelete"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
37
37
|
export default _default;
|
@@ -40,8 +40,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
40
40
|
} & DefineEmit<"configureProviders", (providers: Array<LinkPickerRegistration>) => void> & DefineEmit<"close", () => void> & DefineEmit<"saved", (selectedLinkItem: LinkItem) => void> & DefineSlot<"activator", () => void>> & {
|
41
41
|
onClose?: () => any;
|
42
42
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
43
|
-
onConfigureProviders?: (providers: LinkPickerRegistration[]) => any;
|
44
43
|
onSaved?: (selectedLinkItem: LinkItem) => any;
|
44
|
+
onConfigureProviders?: (providers: LinkPickerRegistration[]) => any;
|
45
45
|
"onUpdate:selectedItem"?: (value: LinkItem) => any;
|
46
46
|
} & {
|
47
47
|
"v-slots"?: {
|
@@ -0,0 +1,12 @@
|
|
1
|
+
export declare namespace LinkPickerLocalization {
|
2
|
+
const namespace = "Omnia.LinkPicker.Link";
|
3
|
+
interface locInterface {
|
4
|
+
Name: string;
|
5
|
+
Url: string;
|
6
|
+
Title: string;
|
7
|
+
OpenNewWindow: string;
|
8
|
+
LinkNotSupported: string;
|
9
|
+
AnchorName: string;
|
10
|
+
EditLink: string;
|
11
|
+
}
|
12
|
+
}
|
@@ -1,4 +1,7 @@
|
|
1
|
-
import { guid, IIcon, LinkItem, LinkProviderId } from "@omnia/fx-models";
|
1
|
+
import { guid, IIcon, LinkItem, LinkItemV2, LinkProviderId } from "@omnia/fx-models";
|
2
|
+
export interface ILinkPickerComponentProps {
|
3
|
+
modelValue: LinkItemV2;
|
4
|
+
}
|
2
5
|
export interface LinkPickerRegistration {
|
3
6
|
id: LinkProviderId;
|
4
7
|
name: string;
|
@@ -6,11 +9,5 @@ export interface LinkPickerRegistration {
|
|
6
9
|
componentManifestToRender: guid;
|
7
10
|
weight: number;
|
8
11
|
onSaved?: (link: LinkItem) => Promise<LinkItem>;
|
9
|
-
/**
|
10
|
-
* Provider use to handle onClick, href on <a> tag of Link item
|
11
|
-
*
|
12
|
-
*
|
13
|
-
*/
|
14
|
-
handlerProviderId?: guid;
|
15
12
|
getProviderProperties?: () => object;
|
16
13
|
}
|
@@ -6,8 +6,8 @@ import { usePickerStore } from "./stores/PickerStore";
|
|
6
6
|
type PickerProps = DefineVModel<"", MenuState> & DefineProp<"getApi", (store: ReturnType<typeof usePickerStore>) => void, false, null, "callback to get a reference to the store"> & DefineProp<"class", String | String[]> & DefineProp<"variant", PickerVariant, false, "dropdown"> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"text", string, false, null, "Sets the text of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the control."> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineProp<"visibleOnContentClick", boolean, false, null, "Sets the component to disabled"> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"searchable", boolean, null, null, "A search box is displayed with the text value"> & DefineProp<"maxHeight", number, null, null, "Limit the max height of the dropdown"> & DefineProp<"isLoading", boolean, false, null, "Displays a loading indicator"> & DefineProp<"hasSelection", boolean | any, false, null, "If the component has selection or not. If true it will render the selection slot"> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component. The placeholder is shown if there is no selection and displays select if empty"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineProp<"actions", ActionDefinition[] | VNodeChild, false, null, "Actions to be showns on the blade header"> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:clear", () => void> & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"selectedItemRenderer", () => VNodeChild> & DefineSlot<"actions", () => VNodeChild>;
|
7
7
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerProps> & {
|
8
8
|
"onUpdate:modelValue"?: (value: MenuState) => any;
|
9
|
-
"onClick:clear"?: () => any;
|
10
9
|
onSearch?: (searchText: string) => any;
|
10
|
+
"onClick:clear"?: () => any;
|
11
11
|
} & {
|
12
12
|
"v-slots"?: {
|
13
13
|
activator?: () => VNodeChild;
|
@@ -17,5 +17,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerProps>
|
|
17
17
|
default?: import("vue").Slot;
|
18
18
|
$stable?: boolean;
|
19
19
|
}, "actions" | "activator" | "selectedItemRenderer">;
|
20
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "blueprint" | "grid" | "maxHeight" | "actions" | "label" | "variant" | "class" | "disabled" | "toned" | "v-model" | "modelValue" | "slot:actions" | "emit:update:modelValue" | "placeholder" | "slot:activator" | "
|
20
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "blueprint" | "grid" | "maxHeight" | "actions" | "label" | "variant" | "class" | "disabled" | "toned" | "v-model" | "modelValue" | "slot:actions" | "emit:update:modelValue" | "placeholder" | "slot:activator" | "getApi" | "searchable" | "emit:search" | "clearable" | "visibleOnContentClick" | "emit:click:clear" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
21
21
|
export default _default;
|
@@ -2,8 +2,8 @@ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx
|
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
type PickerSelectionProps = DefinePropTheming & DefineProp<"text", string, false, null, "Sets the text of the component."> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disableOverlay", boolean, false, null, "Doesn't show a default overlay to mark the picker"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"searchable", boolean, false, null, "A search box is displayed with the text value"> & DefineProp<"isLoading", boolean, false, null, "Displays a loading indicator"> & DefineProp<"hasSelection", boolean | any, false, null, "If the component has selection or not. If true it will render the selection slot and show clear icon"> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component. The placeholder is shown if there is no selection and displays select if empty"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineEmit<"click:clear", () => void> & DefineEmit<"show:selection", () => void> & DefineEmit<"search", (text: string) => void> & DefineSlot<"placeholderRenderer", () => VNodeChild> & DefineSlot<"selectedItemRenderer", () => VNodeChild>;
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerSelectionProps> & {
|
5
|
-
"onClick:clear"?: () => any;
|
6
5
|
onSearch?: (text: string) => any;
|
6
|
+
"onClick:clear"?: () => any;
|
7
7
|
"onShow:selection"?: () => any;
|
8
8
|
} & {
|
9
9
|
"v-slots"?: {
|
@@ -13,5 +13,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerSelect
|
|
13
13
|
default?: import("vue").Slot;
|
14
14
|
$stable?: boolean;
|
15
15
|
}, "selectedItemRenderer" | "placeholderRenderer">;
|
16
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "grid" | "colorSchemaType" | "disabled" | "colors" | "toned" | "placeholder" | "searchable" | "emit:search" | "emit:click:clear" | "
|
16
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "grid" | "colorSchemaType" | "disabled" | "colors" | "toned" | "placeholder" | "searchable" | "emit:search" | "clearable" | "emit:click:clear" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection" | "disableOverlay" | "emit:show:selection" | "slot:placeholderRenderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
17
17
|
export default _default;
|
@@ -20,5 +20,5 @@ declare const _default: <TItem extends readonly any[], TReturnObject extends boo
|
|
20
20
|
default?: import("vue").Slot;
|
21
21
|
$stable?: boolean;
|
22
22
|
}, keyof (OSelectProps<TItem, TReturnObject> extends infer T_4 ? { [K_3 in keyof T_4 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never)>;
|
23
|
-
} & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "maxHeight" | "label" | "error" | "colorSchemaType" | "variant" | "class" | "multiple" | "disabled" | "colors" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "itemValue" | "searchable" | "
|
23
|
+
} & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "maxHeight" | "label" | "error" | "colorSchemaType" | "variant" | "class" | "multiple" | "disabled" | "colors" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "itemValue" | "searchable" | "hideSelected" | "itemTitle" | "returnObject" | "clearable" | "chips" | "hideNoData" | "menuIcon" | "multiSelectionStyle" | "emit:click:button" | "emit:update:search" | "emit:update:focused" | "slot:append-item" | "slot:prepend-inner" | "slot:append-inner" | "itemDeletable" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
|
24
24
|
export default _default;
|
@@ -14,5 +14,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TextAreaProp
|
|
14
14
|
default?: import("vue").Slot;
|
15
15
|
$stable?: boolean;
|
16
16
|
}, "append-inner">;
|
17
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "label" | "colorSchemaType" | "variant" | "class" | "rows" | "disabled" | "colors" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "placeholder" | "readonly" | "errorMessages" | "rules" | "hint" | "persistentHint" | "autofocus" | "textBlueprint" | "
|
17
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "label" | "colorSchemaType" | "variant" | "class" | "rows" | "disabled" | "colors" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "placeholder" | "readonly" | "errorMessages" | "rules" | "hint" | "persistentHint" | "autofocus" | "textBlueprint" | "clearable" | "emit:click:button" | "emit:update:focused" | "slot:append-inner" | "autoGrow"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
18
18
|
export default _default;
|
@@ -31,6 +31,7 @@ import wc629ff3fc45f84df382ddb6282d968547 from './ux/features/FeaturesJourneyTen
|
|
31
31
|
import wc47f40c108c6d482197c5f462acf292d2 from './ux/features/FeaturesJourneyAppInstance';
|
32
32
|
import wcdf386f66c6a746298c4f53b2948e14be from './ux/filepicker/FilePickerRenderer';
|
33
33
|
import wc1fab0218538f431c91ece4e10cbd468c from './ux/fileuploader/FileUploader';
|
34
|
+
import wc14db052e2e844741973a944d51871c32 from './ux/filter/JourneyFilterDialog';
|
34
35
|
import wca91d4cd2b5744de3a672110cb1cdf7ba from './ux/filterengine/FilterEngineSettings';
|
35
36
|
import wc34e1cea969d744f1bbec4770b51d49f5 from './ux/filterengine/FilterEngineRenderer';
|
36
37
|
import wc43fc70078d114ec3a70ebbd767ef4f95 from './ux/filterengine/components/renderer/person/PersonPropertyRenderer';
|
@@ -1480,7 +1481,13 @@ declare global {
|
|
1480
1481
|
} : typeof wcaac689be588e4dd3ac8166ac631a37f1;
|
1481
1482
|
};
|
1482
1483
|
};
|
1483
|
-
"filter": {
|
1484
|
+
"filter": (typeof wc14db052e2e844741973a944d51871c32 extends {
|
1485
|
+
propsDefinition: infer TProp;
|
1486
|
+
} ? {
|
1487
|
+
new (...args: any[]): {
|
1488
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1489
|
+
};
|
1490
|
+
} : typeof wc14db052e2e844741973a944d51871c32) & {
|
1484
1491
|
"picker": typeof wc46a6c15c2a0e446fbef9770274409366 extends {
|
1485
1492
|
propsDefinition: infer TProp;
|
1486
1493
|
} ? {
|
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.512-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,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Omnia Digital Workplace AB",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.512-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|