@fewangsit/wangsvue-fats 1.0.0-alpha.130 → 1.0.0-alpha.132

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.
@@ -306,6 +306,8 @@ declare class Form extends ClassComponent<FormProps, FormSlots, FormEmits> {
306
306
  * The form values
307
307
  */
308
308
  values: GenericObject;
309
+
310
+ isSubmitClicked: boolean;
309
311
  }
310
312
 
311
313
  declare module '@vue/runtime-core' {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.0-alpha.130",
3
+ "version": "1.0.0-alpha.132",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",
@@ -10,12 +10,12 @@
10
10
  "exports": {
11
11
  ".": "./wangsvue-fats.js",
12
12
  "./style.css": "./style.css",
13
- "./config": "./config",
14
- "./plugins": "./plugins",
15
- "./directives": "./directives",
16
- "./components": "./components",
17
- "./event-bus": "./event-bus",
18
- "./utils": "./utils"
13
+ "./config/*": "./config/*",
14
+ "./plugins/*": "./plugins/*",
15
+ "./directives/*": "./directives/*",
16
+ "./components/*": "./components/*",
17
+ "./event-bus/*": "./event-bus/*",
18
+ "./utils/*": "./utils/*"
19
19
  },
20
20
  "dependencies": {
21
21
  "@wangs-ui/core": "latest",