@wlnt-ui/icons-vue 1.0.31 → 1.0.32
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/global.cjs +321 -294
- package/dist/global.iife.js +321 -294
- package/dist/global.iife.min.js +2 -2
- package/dist/global.js +323 -296
- package/dist/global.min.cjs +2 -2
- package/dist/global.min.js +2 -2
- package/dist/index.cjs +323 -312
- package/dist/index.iife.js +323 -312
- package/dist/index.iife.min.js +2 -2
- package/dist/index.js +0 -0
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/components/sale-customer.vue.d.ts +3 -0
- package/package.json +1 -1
@@ -169,6 +169,7 @@ export { default as ReturnFilled } from './return-filled.vue';
|
|
169
169
|
export { default as Rise } from './rise.vue';
|
170
170
|
export { default as RollBack } from './roll-back.vue';
|
171
171
|
export { default as Router } from './router.vue';
|
172
|
+
export { default as SaleCustomer } from './sale-customer.vue';
|
172
173
|
export { default as Save } from './save.vue';
|
173
174
|
export { default as Seal } from './seal.vue';
|
174
175
|
export { default as SearchBold } from './search-bold.vue';
|