@win2win/shared-ui 0.1.1 → 0.1.2

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
@@ -1,9 +1,10 @@
1
1
  import { App } from "vue";
2
2
  import DynamicForm from "./components/DynamicForm/DynamicForm.vue";
3
3
  import TestUi from "./components/TestUi.vue";
4
+ import SectionsContainer from "./components/pdf/SectionsContainer.vue";
4
5
  declare const W2WSharedUi: {
5
6
  install(app: App, options: any): void;
6
7
  };
7
8
  export default W2WSharedUi;
8
- export { DynamicForm, TestUi };
9
+ export { DynamicForm, SectionsContainer, TestUi };
9
10
  //# 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;AAG7C,QAAA,MAAM,WAAW;iBACF,GAAG,WAAW,GAAG;CAU/B,CAAC;AAEF,eAAe,WAAW,CAAC;AAE3B,OAAO,EAAE,WAAW,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;AAEvE,QAAA,MAAM,WAAW;iBACF,GAAG,WAAW,GAAG;CAU/B,CAAC;AAEF,eAAe,WAAW,CAAC;AAE3B,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,EAAE,CAAC"}
@@ -10312,6 +10312,7 @@ const Fw = {
10312
10312
  };
10313
10313
  export {
10314
10314
  _1 as DynamicForm,
10315
+ D1 as SectionsContainer,
10315
10316
  y1 as TestUi,
10316
10317
  U1 as default
10317
10318
  };