@omnia/fx 8.0.363-dev → 8.0.364-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.
@@ -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, 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,6 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
2
+ "v-slots"?: {} & Omit<{
3
+ default?: import("vue").Slot;
4
+ }, never>;
5
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
6
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -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';
@@ -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.363-dev",
4
+ "version": "8.0.364-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.363-dev",
23
+ "@omnia/fx-models": "8.0.364-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",