@omnia/fx 8.0.366-dev → 8.0.368-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/manifests/omnia.fx.ux.editor.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/chrome/Chrome.d.ts +8 -15
- package/internal-do-not-import-from-here/ux/editor/settings/DefineJourneyMenuSettings.d.ts +9 -6
- package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +4 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +8 -0
- package/package.json +2 -2
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['e0d8cdbf-5683-4f1b-883b-da203e8193a4']","content":{"./node_modules/@omnia/fx/ux/editor/index.js":{"id":"
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['e0d8cdbf-5683-4f1b-883b-da203e8193a4']","content":{"./node_modules/@omnia/fx/ux/editor/index.js":{"id":"9a97c476-5a09-4522-b16d-db752dc06c7e","buildMeta":{"exportsType":"namespace"},"expo.js":["defineJourneyMenuSettings"]}}}
|
@@ -1,16 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
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
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DefineEmit<"close", () => void>> & {
|
3
|
+
onClose?: () => any;
|
4
|
+
} & {
|
5
|
+
"v-slots"?: {} & Omit<{
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
}, never>;
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:close"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
16
9
|
export default _default;
|
@@ -1,15 +1,18 @@
|
|
1
1
|
import { type SettingsJourneyMenuItem } from "../../journey/models";
|
2
2
|
import { ConstructComponentProps, defineBlade, VNodeEvents } from "@omnia/fx/ux";
|
3
|
-
interface SettingsJourneyMenuItemState extends SettingsJourneyMenuItem {
|
3
|
+
interface SettingsJourneyMenuItemState extends Omit<SettingsJourneyMenuItem, "id"> {
|
4
4
|
blade: ReturnType<typeof defineBlade>;
|
5
5
|
}
|
6
6
|
type JourneySettingsMenuElement = (props: ConstructComponentProps<{}> & VNodeEvents) => any;
|
7
|
+
type SetupType = {
|
8
|
+
addPadding(blade: ReturnType<typeof defineBlade>): Omit<SetupType, "addPadding">;
|
9
|
+
addFilter(blade: ReturnType<typeof defineBlade>): Omit<SetupType, "addFilter">;
|
10
|
+
addView(blade: ReturnType<typeof defineBlade>): Omit<SetupType, "addView">;
|
11
|
+
addQuery(blade: ReturnType<typeof defineBlade>): Omit<SetupType, "addQuery">;
|
12
|
+
addItem(item: SettingsJourneyMenuItemState): SetupType;
|
13
|
+
};
|
7
14
|
export declare function defineJourneyMenuSettings(): {
|
8
|
-
setup:
|
9
|
-
addPadding(blade: ReturnType<typeof defineBlade>): Omit</*elided*/ any, "addPadding">;
|
10
|
-
addFilter(blade: ReturnType<typeof defineBlade>): Omit</*elided*/ any, "addFilter">;
|
11
|
-
addItem(item: SettingsJourneyMenuItemState): /*elided*/ any;
|
12
|
-
};
|
15
|
+
setup: SetupType;
|
13
16
|
MenuSettingsRenderer: JourneySettingsMenuElement;
|
14
17
|
};
|
15
18
|
export {};
|
@@ -1,6 +1,8 @@
|
|
1
1
|
import { DefineRef, SettingsJourneyMenuItem, useJourneyStore } from "@omnia/fx/ux";
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
3
|
items?: SettingsJourneyMenuItem[];
|
4
|
+
} & {
|
5
|
+
getApi?: (store: ReturnType<typeof useJourneyStore>) => void;
|
4
6
|
} & DefineRef<{
|
5
7
|
journeyStore: ReturnType<typeof useJourneyStore>;
|
6
8
|
}>> & {} & {
|
@@ -15,5 +17,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
15
17
|
}> | ((ref: {
|
16
18
|
journeyStore: ReturnType<typeof useJourneyStore>;
|
17
19
|
}) => void);
|
18
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "items" | "ref"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
20
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "items" | "ref" | "getApi"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
19
21
|
export default _default;
|
package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { IIcon, VersionedLayout } from "@omnia/fx-models";
|
2
|
-
import { DefineSlot, VersionedLayoutBladeSettings } from "@omnia/fx/ux";
|
2
|
+
import { DefineSlot, VersionedLayoutBladeSettings, DefineEmit } from "@omnia/fx/ux";
|
3
3
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
4
|
settings?: VersionedLayoutBladeSettings<import("@omnia/fx-models").VersionedLayoutDefinition>;
|
5
5
|
} & {
|
@@ -22,7 +22,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
22
22
|
"v-model"?: boolean;
|
23
23
|
} & {
|
24
24
|
modelValue?: boolean;
|
25
|
-
} & DefineSlot<"navigation", () => JSX.Element> & DefineSlot<"bottomNavigationDrawer", () => JSX.Element> & DefineSlot<"prependNavigation", () => JSX.Element> & DefineSlot<"rightPanel", () => JSX.Element>> & {
|
25
|
+
} & DefineEmit<"close", () => void> & DefineSlot<"navigation", () => JSX.Element> & DefineSlot<"bottomNavigationDrawer", () => JSX.Element> & DefineSlot<"prependNavigation", () => JSX.Element> & DefineSlot<"rightPanel", () => JSX.Element>> & {
|
26
|
+
onClose?: () => any;
|
26
27
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
27
28
|
} & {
|
28
29
|
"v-slots"?: {
|
@@ -33,5 +34,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
33
34
|
} & Omit<{
|
34
35
|
default?: import("vue").Slot;
|
35
36
|
}, "navigation" | "bottomNavigationDrawer" | "prependNavigation" | "rightPanel">;
|
36
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "sort" | "title" | "icon" | "provider" | "settings" | "modelValue" | "v-model" | "emit:update:modelValue" | "subTitle" | "slot:navigation" | "selectedLayout" | "hideNavigation" | "slot:bottomNavigationDrawer" | "slot:prependNavigation" | "slot:rightPanel"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
37
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "sort" | "title" | "icon" | "provider" | "settings" | "modelValue" | "v-model" | "emit:update:modelValue" | "subTitle" | "slot:navigation" | "emit:close" | "selectedLayout" | "hideNavigation" | "slot:bottomNavigationDrawer" | "slot:prependNavigation" | "slot:rightPanel"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
37
38
|
export default _default;
|
@@ -560,6 +560,7 @@ import wc606afcf1b9b04b5e8920b7675b4ecc4b from './ux/admin/system/submenu/system
|
|
560
560
|
import wc3734b9786d374f388cc5b5181f5cd4f3 from './ux/aurora/admin/blades/blueprints/typography/components/FontPicker';
|
561
561
|
import wcb358eb4c58fb49119c7c2fca8b2fe186 from './ux/app/apps/admin/appsettings/admin/blades/editapp/EditBlade';
|
562
562
|
import wcb0e4ded914dd47ed99226f884b927f9a from './ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateSettings';
|
563
|
+
import wc97a0cc3e2c064517ba3c9db6e5e04f8b from '../../../../client/public/header/Header';
|
563
564
|
declare global {
|
564
565
|
namespace JSX {
|
565
566
|
interface Element {
|
@@ -798,6 +799,13 @@ declare global {
|
|
798
799
|
};
|
799
800
|
} : typeof wcfc2401c7c3384790ae7ce17d05b0855f;
|
800
801
|
};
|
802
|
+
"header": typeof wc97a0cc3e2c064517ba3c9db6e5e04f8b extends {
|
803
|
+
propsDefinition: infer TProp;
|
804
|
+
} ? {
|
805
|
+
new (...args: any[]): {
|
806
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
807
|
+
};
|
808
|
+
} : typeof wc97a0cc3e2c064517ba3c9db6e5e04f8b;
|
801
809
|
};
|
802
810
|
"dev": {
|
803
811
|
"socket": typeof wce6b88bd8d41949c8af6fed268ae64430 extends {
|
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.368-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.368-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|