@blueking/date-picker 2.0.0-beta.9 → 3.0.0-beta.2

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 (39) hide show
  1. package/README.md +15 -10
  2. package/package.json +14 -79
  3. package/typings/components/baseline-select.vue.d.ts +12 -0
  4. package/typings/components/common-submit.vue.d.ts +10 -19
  5. package/typings/components/common-tab.vue.d.ts +10 -14
  6. package/typings/components/date-list.vue.d.ts +15 -0
  7. package/typings/components/date-panel.vue.d.ts +9 -28
  8. package/typings/components/date-picker.vue.d.ts +8 -15
  9. package/typings/components/date-title.vue.d.ts +6 -0
  10. package/typings/components/natural-picker.vue.d.ts +6 -13
  11. package/typings/components/panel-wrapper.vue.d.ts +12 -21
  12. package/typings/components/recent-picker.vue.d.ts +10 -28
  13. package/typings/components/timezone-picker.vue.d.ts +14 -19
  14. package/typings/date-picker.vue.d.ts +21 -44
  15. package/typings/hooks/use-keydown-enter.d.ts +1 -0
  16. package/typings/hooks/use-validate.d.ts +17 -0
  17. package/typings/lang/lang.d.ts +14 -4
  18. package/typings/utils/constant.d.ts +8 -5
  19. package/typings/utils/cookie.d.ts +4 -0
  20. package/typings/utils/date.d.ts +38 -15
  21. package/typings/utils/duration.d.ts +5 -0
  22. package/typings/utils/index.d.ts +4 -3
  23. package/typings/utils/provider.d.ts +20 -0
  24. package/typings/utils/store.d.ts +1 -1
  25. package/typings/utils/timezone.d.ts +4 -4
  26. package/typings/utils/types.d.ts +22 -14
  27. package/typings/vue2.d.ts +4 -30
  28. package/typings/vue3.d.ts +7 -2
  29. package/vue2/config.json +1 -1
  30. package/vue2/index.es.min.js +25578 -19189
  31. package/vue2/index.iife.min.js +36664 -76
  32. package/vue2/index.umd.min.js +29075 -57
  33. package/vue2/vue2.css +3520 -1
  34. package/vue3/config.json +1 -1
  35. package/vue3/index.es.min.js +2956 -1716
  36. package/vue3/index.iife.min.js +29562 -57
  37. package/vue3/index.umd.min.js +4554 -2
  38. package/vue3/vue3.css +796 -1
  39. package/typings/utils/utils.d.ts +0 -15
package/vue3/config.json CHANGED
@@ -1 +1 @@
1
- {"type":"blueking-date-picker-new","name":"blueking-date-picker-new","displayName":"蓝鲸监控平台日期组件","framework":"vue3","props":{"behavior":{"type":"string","val":"normal","options":["normal","simplicity"],"tips":"组件展示风格"},"commonUseList":{"type":"array","tips":"常用列表"},"disabled":{"type":"boolean","tips":"是否禁用"},"format":{"type":"string","tips":"日期转换显示格式"},"modelValue":{"type":"array","val":["now-1d","now"],"tips":"日期值"},"needTimezone":{"type":"boolean","tips":"是否展示时区"},"timezone":{"type":"string","tips":"时区值"},"version":{"type":["number","string"],"val":"1.0","tips":"版本号 用于控制本地缓存"}},"events":[{"name":"update:modelValue","tips":"响应组件的点击事件"},{"name":"update:timezone","tips":"更新时区值的事件,以及时区信息"}]}
1
+ {"type":"blueking-date-picker","name":"blueking-date-picker","displayName":"蓝鲸监控平台日期组件","framework":"vue3","props":{"behavior":{"type":"string","val":"normal","options":["normal","simplicity"],"tips":"组件展示风格"},"commonUseList":{"type":"array","tips":"常用列表"},"disabled":{"type":"boolean","tips":"是否禁用"},"format":{"type":"string","tips":"日期转换显示格式"},"modelValue":{"type":"array","val":["now-1d","now"],"tips":"日期值"},"needTimezone":{"type":"boolean","tips":"是否展示时区"},"timezone":{"type":"string","tips":"时区值"},"version":{"type":["number","string"],"val":"1.0","tips":"版本号 用于控制本地缓存"}},"events":[{"name":"update:modelValue","tips":"响应组件的点击事件"},{"name":"update:timezone","tips":"更新时区值的事件,以及时区信息"}]}