@omnia/fx-spfx 7.0.527-dev → 8.0.0-vnext

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.
@@ -1,3 +1,4 @@
1
+ import { TsxAllowUnknowProperties } from "@omnia/fx/ux";
1
2
  import { GuidValue } from "../../models";
2
3
  export interface IOmniaWPContainerSettings {
3
4
  [name: string]: any;
@@ -5,13 +6,13 @@ export interface IOmniaWPContainerSettings {
5
6
  onChange?: (blockManifestId: GuidValue, elementName: string) => void;
6
7
  }
7
8
  declare global {
8
- namespace VueTsxSupport.JSX {
9
+ namespace JSX {
9
10
  interface Element {
10
11
  }
11
12
  interface ElementClass {
12
13
  }
13
14
  interface IntrinsicElements {
14
- "omnia-fx-spfx-wp-settings": IOmniaWPContainerSettings;
15
+ "omnia-fx-spfx-wp-settings": TsxAllowUnknowProperties<IOmniaWPContainerSettings>;
15
16
  }
16
17
  }
17
18
  }
@@ -43,5 +43,5 @@ export declare class OmniaWPContainerComponent extends VueComponentBase {
43
43
  private closeSettingsComponentForm;
44
44
  private renderSettingsComponent;
45
45
  private renderDisplayComponent;
46
- render(): VueTsxSupport.JSX.Element;
46
+ render(): JSX.Element;
47
47
  }
@@ -26,5 +26,5 @@ export declare class OmniaWPContainerSettings extends VueComponentBase implement
26
26
  private createItemGroups;
27
27
  private renderDefaultBlocks;
28
28
  private renderSearchResult;
29
- render(): VueTsxSupport.JSX.Element;
29
+ render(): JSX.Element;
30
30
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-spfx",
3
3
  "license": "MIT",
4
- "version": "7.0.527-dev",
4
+ "version": "8.0.0-vnext",
5
5
  "description": "Provide Omnia Fx Sharepoint Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "author": "Precio Fishbone",
21
21
  "dependencies": {
22
- "@omnia/fx": "7.0.527-dev"
22
+ "@omnia/fx": "8.0.0-vnext"
23
23
  },
24
24
  "typings": "./index.d.ts",
25
25
  "bugs": {