@fewangsit/wangsvue-fats 1.0.0-alpha.12 → 1.0.0-alpha.13

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,8 +1,11 @@
1
1
  import { ButtonHTMLAttributes, VNode } from 'vue';
2
2
  import { WangsIcons } from '../icon/Icon.vue.d';
3
3
  import { TooltipOptions } from 'primevue/tooltip';
4
- import { GlobalComponentConstructor } from '../ts-helpers.d';
5
- import { ClassComponent, HintedString } from '../ts-helpers';
4
+ import {
5
+ GlobalComponentConstructor,
6
+ ClassComponent,
7
+ HintedString,
8
+ } from '../ts-helpers';
6
9
 
7
10
  /**
8
11
  * Defines valid properties in Button component.
@@ -1,4 +1,5 @@
1
1
  export * from '.././components';
2
+ export * from '../../reader-tagsamurai/components';
2
3
  export { default as Animation } from './animation/Animation.vue';
3
4
  export { default as ApproverInfo } from './approverinfo/ApproverInfo.vue';
4
5
  export { default as Badge } from './badge/Badge.vue';
@@ -1,6 +1,4 @@
1
1
  import { ClassComponent, GlobalComponentConstructor } from '../.././components/ts-helpers';
2
-
3
-
4
2
  export type InputSearchEmits = {
5
3
  /**
6
4
  * Emits when the Enter key is pressed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.0-alpha.12",
3
+ "version": "1.0.0-alpha.13",
4
4
  "author": "fewangsit",
5
5
  "description": "Admin Console Tagsamurai VueJS Component Library",
6
6
  "type": "module",