hzzt-plus 1.0.6 → 1.0.7
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.full.js +3 -3
- package/dist/index.full.min.js +3 -3
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +3 -3
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +3 -3
- package/dist/locale/en.js +1 -1
- package/dist/locale/en.min.js +1 -1
- package/dist/locale/en.min.mjs +1 -1
- package/dist/locale/en.mjs +1 -1
- package/dist/locale/zh-cn.js +1 -1
- package/dist/locale/zh-cn.min.js +1 -1
- package/dist/locale/zh-cn.min.mjs +1 -1
- package/dist/locale/zh-cn.mjs +1 -1
- package/es/components/click-input/src/click-input2.mjs +1 -1
- package/es/components/click-input/src/click-input2.mjs.map +1 -1
- package/es/components/index.mjs +1 -1
- package/es/components/select-input/index.mjs +2 -2
- package/es/components/select-input/src/select-input.mjs +124 -45
- package/es/components/select-input/src/select-input.mjs.map +1 -1
- package/es/components/select-input/src/select-input2.mjs +45 -124
- package/es/components/select-input/src/select-input2.mjs.map +1 -1
- package/es/index.mjs +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/version.mjs.map +1 -1
- package/lib/components/click-input/src/click-input2.js +1 -1
- package/lib/components/click-input/src/click-input2.js.map +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/select-input/index.js +2 -2
- package/lib/components/select-input/src/select-input.js +124 -46
- package/lib/components/select-input/src/select-input.js.map +1 -1
- package/lib/components/select-input/src/select-input2.js +46 -124
- package/lib/components/select-input/src/select-input2.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
package/dist/index.full.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Hzzt Plus v1.0.
|
|
1
|
+
/*! Hzzt Plus v1.0.7 */
|
|
2
2
|
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
@@ -12965,7 +12965,7 @@
|
|
|
12965
12965
|
|
|
12966
12966
|
const HzztConfigProvider = withInstall$1(ConfigProvider$1);
|
|
12967
12967
|
|
|
12968
|
-
const version$1 = "1.0.
|
|
12968
|
+
const version$1 = "1.0.7";
|
|
12969
12969
|
|
|
12970
12970
|
const makeInstaller = (components = []) => {
|
|
12971
12971
|
const install = (app, options) => {
|
|
@@ -27915,7 +27915,7 @@
|
|
|
27915
27915
|
"flex width-100% align-items-center"
|
|
27916
27916
|
]);
|
|
27917
27917
|
const spanClass = vue.computed(() => [
|
|
27918
|
-
nsInput.
|
|
27918
|
+
nsInput.e("span"),
|
|
27919
27919
|
"flex width-100% align-items-center"
|
|
27920
27920
|
]);
|
|
27921
27921
|
vue.watch(() => props.modelValue, (v) => {
|