@fastkit/vui 0.6.37 → 0.6.38
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/vui.cjs.js +2 -1
- package/dist/vui.cjs.prod.js +2 -1
- package/dist/vui.d.ts +1177 -15
- package/dist/vui.esm-bundler.js +2 -1
- package/package.json +6 -6
package/dist/vui.cjs.js
CHANGED
|
@@ -450,7 +450,8 @@ function resolveRawVButtonIcon(raw, type = 'main') {
|
|
|
450
450
|
}, null);
|
|
451
451
|
}
|
|
452
452
|
|
|
453
|
-
const vueButtonProps = vueUtils.createPropsOptions({ ...
|
|
453
|
+
const vueButtonProps = vueUtils.createPropsOptions({ ...undefined,
|
|
454
|
+
...vueColorScheme.colorSchemeProps(),
|
|
454
455
|
...vueUtils.navigationableInheritProps,
|
|
455
456
|
spacer: [Boolean, String],
|
|
456
457
|
loading: Boolean,
|
package/dist/vui.cjs.prod.js
CHANGED
|
@@ -450,7 +450,8 @@ function resolveRawVButtonIcon(raw, type = 'main') {
|
|
|
450
450
|
}, null);
|
|
451
451
|
}
|
|
452
452
|
|
|
453
|
-
const vueButtonProps = vueUtils.createPropsOptions({ ...
|
|
453
|
+
const vueButtonProps = vueUtils.createPropsOptions({ ...undefined,
|
|
454
|
+
...vueColorScheme.colorSchemeProps(),
|
|
454
455
|
...vueUtils.navigationableInheritProps,
|
|
455
456
|
spacer: [Boolean, String],
|
|
456
457
|
loading: Boolean,
|