@sdata/web-vue 4.0.0 → 4.2.0

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 (62) hide show
  1. package/dist/sd.css +189 -0
  2. package/dist/sd.min.css +2 -2
  3. package/es/badge/badge.vue.d.ts +2 -0
  4. package/es/badge/badge.vue_vue_type_script_setup_true_lang.js +19 -4
  5. package/es/badge/index.d.ts +3 -0
  6. package/es/bloom-menu/bloom-menu.js +5 -0
  7. package/es/bloom-menu/bloom-menu.vue.d.ts +52 -0
  8. package/es/bloom-menu/bloom-menu.vue_vue_type_script_setup_true_lang.js +380 -0
  9. package/es/bloom-menu/index.d.ts +6 -0
  10. package/es/bloom-menu/index.js +10 -0
  11. package/es/bloom-menu/style/css.js +2 -0
  12. package/es/bloom-menu/style/index.css +135 -0
  13. package/es/bloom-menu/style/index.d.ts +2 -0
  14. package/es/bloom-menu/style/index.js +2 -0
  15. package/es/bloom-menu/style/index.scss +153 -0
  16. package/es/bloom-menu/style/token.scss +24 -0
  17. package/es/bloom-menu/types.d.ts +11 -0
  18. package/es/components.d.ts +3 -0
  19. package/es/index.css +189 -0
  20. package/es/index.d.ts +4 -0
  21. package/es/index.js +5 -1
  22. package/es/index.scss +2 -0
  23. package/es/locale/interface.d.ts +2 -0
  24. package/es/locale/lang/en-us.js +2 -0
  25. package/es/locale/lang/zh-cn.js +2 -0
  26. package/es/number-flow/continuous.d.ts +2 -0
  27. package/es/number-flow/continuous.js +7 -0
  28. package/es/number-flow/formatter.d.ts +15 -0
  29. package/es/number-flow/formatter.js +54 -0
  30. package/es/number-flow/group-key.d.ts +11 -0
  31. package/es/number-flow/group-key.js +4 -0
  32. package/es/number-flow/index.d.ts +63 -0
  33. package/es/number-flow/index.js +15 -0
  34. package/es/number-flow/number-flow-group.js +5 -0
  35. package/es/number-flow/number-flow-group.vue.d.ts +12 -0
  36. package/es/number-flow/number-flow-group.vue_vue_type_script_setup_true_lang.js +58 -0
  37. package/es/number-flow/number-flow.js +5 -0
  38. package/es/number-flow/number-flow.vue.d.ts +20 -0
  39. package/es/number-flow/number-flow.vue_vue_type_script_setup_true_lang.js +284 -0
  40. package/es/number-flow/style/css.js +2 -0
  41. package/es/number-flow/style/index.css +85 -0
  42. package/es/number-flow/style/index.d.ts +2 -0
  43. package/es/number-flow/style/index.js +2 -0
  44. package/es/number-flow/style/index.scss +93 -0
  45. package/es/number-flow/style/token.scss +5 -0
  46. package/es/number-flow/types.d.ts +46 -0
  47. package/es/number-flow/use-can-animate.d.ts +4 -0
  48. package/es/number-flow/use-can-animate.js +30 -0
  49. package/es/rich-text-editor/index.d.ts +3 -3
  50. package/es/rich-text-editor/rich-text-editor.vue.d.ts +1 -1
  51. package/es/sd-vue.js +5 -0
  52. package/es/statistic/countdown.vue.d.ts +9 -0
  53. package/es/statistic/countdown.vue_vue_type_script_setup_true_lang.js +29 -2
  54. package/es/statistic/index.d.ts +15 -0
  55. package/es/statistic/statistic.vue.d.ts +3 -3
  56. package/es/statistic/statistic.vue_vue_type_script_setup_true_lang.js +31 -62
  57. package/es/statistic/style/index.css +3 -0
  58. package/es/statistic/style/index.scss +5 -0
  59. package/json/vetur-attributes.json +8 -0
  60. package/json/vetur-tags.json +12 -1
  61. package/json/web-types.json +35 -1
  62. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
4
  "name": "@sdata/web-vue",
5
- "version": "3.30.0",
5
+ "version": "4.1.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -493,6 +493,14 @@
493
493
  "type": "number",
494
494
  "kind": "expression"
495
495
  }
496
+ },
497
+ {
498
+ "name": "animation",
499
+ "description": "Whether to enable the number transition animation",
500
+ "value": {
501
+ "type": "boolean",
502
+ "kind": "expression"
503
+ }
496
504
  }
497
505
  ],
498
506
  "events": [],
@@ -504,6 +512,12 @@
504
512
  "events": [],
505
513
  "slots": []
506
514
  },
515
+ {
516
+ "name": "sd-bloom-menu",
517
+ "attributes": [],
518
+ "events": [],
519
+ "slots": []
520
+ },
507
521
  {
508
522
  "name": "sd-border-beam",
509
523
  "attributes": [],
@@ -4700,6 +4714,18 @@
4700
4714
  ],
4701
4715
  "slots": []
4702
4716
  },
4717
+ {
4718
+ "name": "sd-number-flow-group",
4719
+ "attributes": [],
4720
+ "events": [],
4721
+ "slots": []
4722
+ },
4723
+ {
4724
+ "name": "sd-number-flow",
4725
+ "attributes": [],
4726
+ "events": [],
4727
+ "slots": []
4728
+ },
4703
4729
  {
4704
4730
  "name": "sd-page-header",
4705
4731
  "attributes": [
@@ -6230,6 +6256,14 @@
6230
6256
  "kind": "expression"
6231
6257
  }
6232
6258
  },
6259
+ {
6260
+ "name": "animation",
6261
+ "description": "Whether to enable the number transition animation",
6262
+ "value": {
6263
+ "type": "boolean",
6264
+ "kind": "expression"
6265
+ }
6266
+ },
6233
6267
  {
6234
6268
  "name": "value-style",
6235
6269
  "description": "Custom value style",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdata/web-vue",
3
- "version": "4.0.0",
3
+ "version": "4.2.0",
4
4
  "description": "SD Design Vue: A Vue.js 3 UI Library",
5
5
  "keywords": [
6
6
  "sd",