@varlet/ui 2.1.0 → 2.2.0-alpha.1667670228109

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 (51) hide show
  1. package/CHANGELOG.md +1885 -1885
  2. package/es/checkbox/checkbox.css +1 -1
  3. package/es/counter/Counter.js +5 -5
  4. package/es/counter/counter.css +1 -1
  5. package/es/form/index.js +4 -0
  6. package/es/form-details/FormDetails.js +39 -8
  7. package/es/form-details/formDetails.css +1 -1
  8. package/es/form-details/props.js +1 -1
  9. package/es/index.d.ts +1 -1
  10. package/es/input/Input.js +3 -3
  11. package/es/input/input.css +1 -1
  12. package/es/locale/en-US.d.ts +5 -5
  13. package/es/locale/zh-CN.d.ts +5 -5
  14. package/es/radio/radio.css +1 -1
  15. package/es/select/select.css +1 -1
  16. package/es/style.css +1 -1
  17. package/es/themes/dark/index.d.ts +5 -5
  18. package/es/uploader/Uploader.js +2 -2
  19. package/es/varlet.esm.js +1971 -1933
  20. package/highlight/attributes.json +820 -0
  21. package/highlight/tags.json +265 -30
  22. package/highlight/web-types.json +3344 -1050
  23. package/json/area.json +10706 -10706
  24. package/lib/checkbox/checkbox.css +1 -1
  25. package/lib/counter/Counter.js +5 -5
  26. package/lib/counter/counter.css +1 -1
  27. package/lib/date-picker/src/day-picker-panel.js +13 -13
  28. package/lib/date-picker/src/month-picker-panel.js +11 -11
  29. package/lib/date-picker/src/year-picker-panel.js +3 -3
  30. package/lib/form/index.js +6 -0
  31. package/lib/form-details/FormDetails.js +38 -7
  32. package/lib/form-details/formDetails.css +1 -1
  33. package/lib/form-details/props.js +1 -1
  34. package/lib/index.d.ts +1 -1
  35. package/lib/input/Input.js +3 -3
  36. package/lib/input/input.css +1 -1
  37. package/lib/locale/en-US.d.ts +5 -5
  38. package/lib/locale/zh-CN.d.ts +5 -5
  39. package/lib/radio/radio.css +1 -1
  40. package/lib/select/select.css +1 -1
  41. package/lib/style.css +1 -1
  42. package/lib/themes/dark/index.d.ts +5 -5
  43. package/lib/uploader/Uploader.js +2 -2
  44. package/package.json +5 -5
  45. package/types/form.d.ts +28 -1
  46. package/types/formDetails.d.ts +12 -0
  47. package/types/index.d.ts +2 -0
  48. package/types/lazy.d.ts +5 -5
  49. package/types/ripple.d.ts +5 -5
  50. package/types/varDirective.d.ts +12 -12
  51. package/umd/varlet.js +7 -7
@@ -1,5 +1,5 @@
1
- import { StyleVars } from '../../../types'
2
-
3
- declare const dark: StyleVars
4
-
5
- export default dark
1
+ import { StyleVars } from '../../../types'
2
+
3
+ declare const dark: StyleVars
4
+
5
+ export default dark
@@ -115,10 +115,10 @@ export function render(_ctx, _cache) {
115
115
  /* CLASS */
116
116
  ), _createVNode(_component_var_form_details, {
117
117
  "error-message": _ctx.errorMessage,
118
- "maxlength-text": _ctx.maxlengthText
118
+ "extra-message": _ctx.maxlengthText
119
119
  }, null, 8
120
120
  /* PROPS */
121
- , ["error-message", "maxlength-text"]), _createVNode(_component_var_popup, {
121
+ , ["error-message", "extra-message"]), _createVNode(_component_var_popup, {
122
122
  class: _normalizeClass(_ctx.n('preview')),
123
123
  "var-uploader-cover": "",
124
124
  position: "center",