@win2win/shared-ui 0.2.2 → 0.2.3

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/dist/index.d.ts CHANGED
@@ -6,8 +6,8 @@ declare const W2WSharedUi: {
6
6
  install(app: App, options: any): void;
7
7
  };
8
8
  export default W2WSharedUi;
9
- export declare const widgetsComponents: {
9
+ declare const Widgets: {
10
10
  [k: string]: import("vue").Component;
11
11
  };
12
- export { DynamicForm, SectionsContainer, TestUi };
12
+ export { DynamicForm, SectionsContainer, TestUi, Widgets };
13
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,WAAW,MAAM,0CAA0C,CAAC;AACnE,OAAO,MAAM,MAAM,yBAAyB,CAAC;AAC7C,OAAO,iBAAiB,MAAM,wCAAwC,CAAC;AAGvE,QAAA,MAAM,WAAW;iBACF,GAAG,WAAW,GAAG;CAc/B,CAAC;AAEF,eAAe,WAAW,CAAC;AAE3B,eAAO,MAAM,iBAAiB;;CAE7B,CAAC;AACF,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,WAAW,MAAM,0CAA0C,CAAC;AACnE,OAAO,MAAM,MAAM,yBAAyB,CAAC;AAC7C,OAAO,iBAAiB,MAAM,wCAAwC,CAAC;AAGvE,QAAA,MAAM,WAAW;iBACF,GAAG,WAAW,GAAG;CAc/B,CAAC;AAEF,eAAe,WAAW,CAAC;AAE3B,QAAA,MAAM,OAAO;;CAEZ,CAAC;AACF,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC"}
@@ -13132,6 +13132,6 @@ export {
13132
13132
  LL as DynamicForm,
13133
13133
  H5 as SectionsContainer,
13134
13134
  IL as TestUi,
13135
- EI as default,
13136
- QI as widgetsComponents
13135
+ QI as Widgets,
13136
+ EI as default
13137
13137
  };