@piying/view-vue 1.1.5 → 1.1.6

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 +1 @@
1
- export {};
1
+ export * from './group';
package/index.d.ts CHANGED
@@ -6,3 +6,4 @@ export { PiyingFieldTemplate };
6
6
  import PiyingViewGroup from './formly/component/group.vue';
7
7
  export { PiyingViewGroup };
8
8
  export * from './formly/type';
9
+ export * from './formly/token';
package/index.js CHANGED
@@ -223,6 +223,8 @@ const ke = /* @__PURE__ */ j({
223
223
  }
224
224
  });
225
225
  export {
226
+ R as InjectorToken,
227
+ me as PI_VIEW_FIELD_TOKEN,
226
228
  z as PiyingFieldTemplate,
227
229
  Ce as PiyingView,
228
230
  ke as PiyingViewGroup,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@piying/view-vue",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@piying/view-core": "^0.6.22",