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.
Files changed (40) hide show
  1. package/dist/index.full.js +3 -3
  2. package/dist/index.full.min.js +3 -3
  3. package/dist/index.full.min.js.map +1 -1
  4. package/dist/index.full.min.mjs +3 -3
  5. package/dist/index.full.min.mjs.map +1 -1
  6. package/dist/index.full.mjs +3 -3
  7. package/dist/locale/en.js +1 -1
  8. package/dist/locale/en.min.js +1 -1
  9. package/dist/locale/en.min.mjs +1 -1
  10. package/dist/locale/en.mjs +1 -1
  11. package/dist/locale/zh-cn.js +1 -1
  12. package/dist/locale/zh-cn.min.js +1 -1
  13. package/dist/locale/zh-cn.min.mjs +1 -1
  14. package/dist/locale/zh-cn.mjs +1 -1
  15. package/es/components/click-input/src/click-input2.mjs +1 -1
  16. package/es/components/click-input/src/click-input2.mjs.map +1 -1
  17. package/es/components/index.mjs +1 -1
  18. package/es/components/select-input/index.mjs +2 -2
  19. package/es/components/select-input/src/select-input.mjs +124 -45
  20. package/es/components/select-input/src/select-input.mjs.map +1 -1
  21. package/es/components/select-input/src/select-input2.mjs +45 -124
  22. package/es/components/select-input/src/select-input2.mjs.map +1 -1
  23. package/es/index.mjs +1 -1
  24. package/es/version.d.ts +1 -1
  25. package/es/version.mjs +1 -1
  26. package/es/version.mjs.map +1 -1
  27. package/lib/components/click-input/src/click-input2.js +1 -1
  28. package/lib/components/click-input/src/click-input2.js.map +1 -1
  29. package/lib/components/index.js +1 -1
  30. package/lib/components/select-input/index.js +2 -2
  31. package/lib/components/select-input/src/select-input.js +124 -46
  32. package/lib/components/select-input/src/select-input.js.map +1 -1
  33. package/lib/components/select-input/src/select-input2.js +46 -124
  34. package/lib/components/select-input/src/select-input2.js.map +1 -1
  35. package/lib/index.js +1 -1
  36. package/lib/version.d.ts +1 -1
  37. package/lib/version.js +1 -1
  38. package/lib/version.js.map +1 -1
  39. package/package.json +1 -1
  40. package/web-types.json +1 -1
@@ -1,4 +1,4 @@
1
- /*! Hzzt Plus v1.0.6 */
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.6";
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.em("span"),
27918
+ nsInput.e("span"),
27919
27919
  "flex width-100% align-items-center"
27920
27920
  ]);
27921
27921
  vue.watch(() => props.modelValue, (v) => {