@fewangsit/wangsvue-fats 1.0.0-alpha.155 → 1.0.0-alpha.156

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.
@@ -19,6 +19,7 @@ export { default as Calendar } from './calendar/Calendar.vue';
19
19
  export { default as Card } from './card/Card.vue';
20
20
  export { default as Carousel } from './carousel/Carousel.vue';
21
21
  export { default as Checkbox } from './checkbox/Checkbox.vue';
22
+ export { default as CustomColumn } from './customcolumn/CustomColumn.vue';
22
23
  export { default as DataTable } from './datatable/DataTable.vue';
23
24
  export { default as Dialog } from './dialog/Dialog.vue';
24
25
  export { default as DialogConfirm } from './dialogconfirm/DialogConfirm.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.0-alpha.155",
3
+ "version": "1.0.0-alpha.156",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",