@omnia/fx 8.0.363-dev → 8.0.365-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/VueComponentConnect.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +7 -8
- package/internal-do-not-import-from-here/ux/oxide/qrcode/QRCode.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/oxide/qrcode/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/qrcode/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +16 -8
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +0 -16
- /package/internal-do-not-import-from-here/ux/{mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts → oxide/qrcode/docs/SampleComponent.d.ts} +0 -0
@@ -0,0 +1,9 @@
|
|
1
|
+
import { ComponentPublicInstance } from "vue";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
+
parent?: ComponentPublicInstance;
|
4
|
+
}> & {} & {
|
5
|
+
"v-slots"?: {} & Omit<{
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
}, never>;
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "parent"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Spacing, SpacingValue, setColorOpacity, ColorValue } from "@omnia/fx-models";
|
1
|
+
import { Spacing, SpacingValue, setColorOpacity, ColorValue, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { colorStyling, SpacingStyling, generalStylex, IconStyling, FillStyling, BorderStyling, BackgroundStyling, TextStyles } from "./styles";
|
3
3
|
import { useSpacingBlueprintStore } from "../store";
|
4
4
|
import { TypographyStyling } from "./styles/Typography";
|
@@ -80,6 +80,7 @@ export declare function useThemeStyling(): {
|
|
80
80
|
object: typeof TextStyles.getBlueprintTextStylingObject;
|
81
81
|
};
|
82
82
|
};
|
83
|
+
export declare function useSetupTheme(themeType: ThemeContextType): void;
|
83
84
|
declare function generateValueVariable(color: ColorValue): string;
|
84
85
|
declare function generateVariableStyle(color: ColorValue): {
|
85
86
|
[key: string]: string;
|
@@ -1,8 +1,11 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
1
2
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
2
3
|
containerId?: string;
|
3
|
-
}
|
4
|
+
} & DefineEmit<"editorChanged", () => void>> & {
|
5
|
+
onEditorChanged?: () => any;
|
6
|
+
} & {
|
4
7
|
"v-slots"?: {} & Omit<{
|
5
8
|
default?: import("vue").Slot;
|
6
9
|
}, never>;
|
7
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "containerId"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "containerId" | "emit:editorChanged"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
8
11
|
export default _default;
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { MediaPickerTransformedBase64Image } from "@omnia/fx-models";
|
2
|
-
import ImageEditor from "tui-image-editor";
|
3
2
|
import { MediaPickerBase64Image } from "@omnia/fx-models";
|
4
3
|
declare const _default: {
|
5
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
@@ -22,9 +21,9 @@ declare const _default: {
|
|
22
21
|
type: import("vue").PropType<number>;
|
23
22
|
};
|
24
23
|
}>> & {
|
25
|
-
|
24
|
+
onCanvasChanged?: () => any;
|
26
25
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
27
|
-
|
26
|
+
canvasChanged: () => true;
|
28
27
|
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
29
28
|
P: {};
|
30
29
|
B: {};
|
@@ -52,7 +51,7 @@ declare const _default: {
|
|
52
51
|
type: import("vue").PropType<number>;
|
53
52
|
};
|
54
53
|
}>> & {
|
55
|
-
|
54
|
+
onCanvasChanged?: () => any;
|
56
55
|
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
57
56
|
__isFragment?: never;
|
58
57
|
__isTeleport?: never;
|
@@ -77,9 +76,9 @@ declare const _default: {
|
|
77
76
|
type: import("vue").PropType<number>;
|
78
77
|
};
|
79
78
|
}>> & {
|
80
|
-
|
79
|
+
onCanvasChanged?: () => any;
|
81
80
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
82
|
-
|
81
|
+
canvasChanged: () => true;
|
83
82
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
84
83
|
propsDefinition: Omit<Readonly<{} & {
|
85
84
|
maxHeight?: number;
|
@@ -88,8 +87,8 @@ declare const _default: {
|
|
88
87
|
sourceImage?: MediaPickerBase64Image | MediaPickerTransformedBase64Image;
|
89
88
|
transformations?: string;
|
90
89
|
isRollupRenditionCanvas?: boolean;
|
91
|
-
}>, "
|
92
|
-
|
90
|
+
}>, "onCanvasChanged"> & {
|
91
|
+
onCanvasChanged?: () => any;
|
93
92
|
};
|
94
93
|
};
|
95
94
|
export default _default;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
|
2
|
+
import { OQRCodeLevel, OQRCodeSizeTypes, SpacingValue } from "@omnia/fx-models";
|
3
|
+
type QRCodeProps = DefinePropTheming & DefineProp<"value", string, false, null, "The value of the QRCode"> & DefineProp<"size", OQRCodeSizeTypes | number, false, "medium"> & DefineProp<"level", OQRCodeLevel, false, "medium", "The level of the QRCode"> & DefineProp<"margin", SpacingValue, false, null, "Ensures margin of the col from the blueprint.Apply to all dimensions using only one value.">;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<QRCodeProps> & {} & {
|
5
|
+
"v-slots"?: {} & Omit<{
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
}, never>;
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "margin" | "size" | "value" | "colorSchemaType" | "colors" | "level"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { VueComponentBaseProps } from "./ux/index";
|
2
|
+
import wc1f77fe2582d944ba9521bab47957012d from './ux/VueComponentConnect';
|
2
3
|
import wcf3d75940db51447dbf6719251f5465b0 from './console/components/Console';
|
3
4
|
import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/SocketComponent';
|
4
5
|
import wc5057354b14bb430e854a22e21d9ab7af from './spfx/components/OmniaWPContainerSettings';
|
@@ -52,7 +53,6 @@ import wca673e0befd6649dda5e680ae1cd3535d from './ux/governancedashboard/Numeric
|
|
52
53
|
import wca377536b4fd84773a9730966623601cd from './ux/governancedashboard/BarChartIndicator';
|
53
54
|
import wc08b9c70d2a77433f8492dc0fb50d900e from './ux/grecaptcha/GRecaptcha';
|
54
55
|
import wc64887c3414da45279ea9c905df12c48f from './ux/helptext/HelpText';
|
55
|
-
import wce5a52491260143c8bf9855268a6acbab from './ux/html/HtmlRenderer';
|
56
56
|
import wc7c3b9838bf844a53a446d3795494b304 from './ux/iconpicker/IconPicker';
|
57
57
|
import wca7608d8c42184cbb994910dc06c464a1 from './ux/identities/IdentityRenderer';
|
58
58
|
import wcba60557e3daf48208c919a1806502df5 from './ux/identitypicker/IdentityPickerField';
|
@@ -304,6 +304,7 @@ import wc1d8d2a2328244f1eab96344841305976 from './ux/oxide/panel/Panel';
|
|
304
304
|
import wc3857ab99b85e440e9b7f7f58994ef84d from './ux/oxide/picker/Picker';
|
305
305
|
import wc6ccd40605ed148628cc8db37257ab282 from './ux/oxide/picker/PickerSelection';
|
306
306
|
import wc247719ac6d3843ec889face452544a21 from './ux/oxide/progress/Progress';
|
307
|
+
import wca7986c581a404122ba708e2724c144e6 from './ux/oxide/qrcode/QRCode';
|
307
308
|
import wc48962186dfb94f37adc76f475b80015d from './ux/oxide/radio/RadioGroup';
|
308
309
|
import wc2d9c50d3dcb1421cafb8eab80be243a1 from './ux/oxide/radio/Radio';
|
309
310
|
import wc8a82f6b541cc49b2ade3e5b880fd3a58 from './ux/oxide/rangeslider/RangeSlider';
|
@@ -570,6 +571,13 @@ declare global {
|
|
570
571
|
}
|
571
572
|
declare global {
|
572
573
|
let omfx: {
|
574
|
+
"connect": typeof wc1f77fe2582d944ba9521bab47957012d extends {
|
575
|
+
propsDefinition: infer TProp;
|
576
|
+
} ? {
|
577
|
+
new (...args: any[]): {
|
578
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
579
|
+
};
|
580
|
+
} : typeof wc1f77fe2582d944ba9521bab47957012d;
|
573
581
|
"omnia": {
|
574
582
|
"console": typeof wcf3d75940db51447dbf6719251f5465b0 extends {
|
575
583
|
propsDefinition: infer TProp;
|
@@ -1404,13 +1412,6 @@ declare global {
|
|
1404
1412
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1405
1413
|
};
|
1406
1414
|
} : typeof wc64887c3414da45279ea9c905df12c48f;
|
1407
|
-
"html": typeof wce5a52491260143c8bf9855268a6acbab extends {
|
1408
|
-
propsDefinition: infer TProp;
|
1409
|
-
} ? {
|
1410
|
-
new (...args: any[]): {
|
1411
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1412
|
-
};
|
1413
|
-
} : typeof wce5a52491260143c8bf9855268a6acbab;
|
1414
1415
|
"icon": {
|
1415
1416
|
"picker": typeof wc7c3b9838bf844a53a446d3795494b304 extends {
|
1416
1417
|
propsDefinition: infer TProp;
|
@@ -5178,6 +5179,13 @@ declare global {
|
|
5178
5179
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5179
5180
|
};
|
5180
5181
|
} : typeof wc247719ac6d3843ec889face452544a21;
|
5182
|
+
"qrcode": typeof wca7986c581a404122ba708e2724c144e6 extends {
|
5183
|
+
propsDefinition: infer TProp;
|
5184
|
+
} ? {
|
5185
|
+
new (...args: any[]): {
|
5186
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5187
|
+
};
|
5188
|
+
} : typeof wca7986c581a404122ba708e2724c144e6;
|
5181
5189
|
"radio": {
|
5182
5190
|
"group": typeof wc48962186dfb94f37adc76f475b80015d extends {
|
5183
5191
|
propsDefinition: infer TProp;
|
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.365-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.365-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
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
|
-
};
|
16
|
-
export default _default;
|