@gemafajarramadhan/dynamic-ui 1.3.9 → 1.3.10

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/index.d.ts CHANGED
@@ -97,6 +97,9 @@ import type { DefineComponent, Plugin, App } from 'vue'
97
97
  type?: 'BUTTON' | 'SUBMIT' | 'RESET' | 'button' | 'submit' | 'reset'
98
98
  visible?: boolean
99
99
  skeleton?: boolean
100
+ to?: string
101
+ icon?: string
102
+ iconClass?: string
100
103
  [key: string]: any
101
104
  }>
102
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gemafajarramadhan/dynamic-ui",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "description": "Vue 3 Dynamic UI Component Library - Compatible with Vue, React, Angular, and any other framework via Web Components",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/src/index.d.ts CHANGED
@@ -97,6 +97,9 @@ import type { DefineComponent, Plugin, App } from 'vue'
97
97
  type?: 'BUTTON' | 'SUBMIT' | 'RESET' | 'button' | 'submit' | 'reset'
98
98
  visible?: boolean
99
99
  skeleton?: boolean
100
+ to?: string
101
+ icon?: string
102
+ iconClass?: string
100
103
  [key: string]: any
101
104
  }>
102
105