@omnia/fx 8.0.366-dev → 8.0.367-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/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +4 -3
- 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;
|
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;
|
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.367-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.367-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|