@sdata/web-vue 3.26.0 → 3.28.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 (110) hide show
  1. package/dist/sd.css +8 -0
  2. package/dist/sd.min.css +2 -2
  3. package/es/_hooks/use-theme-mode.d.ts +1 -1
  4. package/es/_utils/date.js +5 -38
  5. package/es/_utils/grapheme.d.ts +5 -0
  6. package/es/_utils/grapheme.js +93 -0
  7. package/es/basic-crud-table/basic-crud-table.vue_vue_type_script_setup_true_lang.js +33 -23
  8. package/es/basic-crud-table/index.d.ts +1 -1
  9. package/es/basic-crud-table/types.d.ts +9 -1
  10. package/es/components.d.ts +2 -0
  11. package/es/index.css +8 -0
  12. package/es/index.d.ts +6 -1
  13. package/es/index.js +6 -1
  14. package/es/index.scss +2 -0
  15. package/es/input/input.js +5 -6
  16. package/es/input-mask/index.d.ts +120 -0
  17. package/es/input-mask/index.js +12 -0
  18. package/es/input-mask/input-mask.js +5 -0
  19. package/es/input-mask/input-mask.vue.d.ts +49 -0
  20. package/es/input-mask/input-mask.vue_vue_type_script_setup_true_lang.js +346 -0
  21. package/es/input-mask/mask-engine.d.ts +18 -0
  22. package/es/input-mask/mask-engine.js +176 -0
  23. package/es/input-mask/presets.d.ts +2 -0
  24. package/es/input-mask/presets.js +220 -0
  25. package/es/input-mask/style/css.js +1 -0
  26. package/es/input-mask/style/index.css +20 -0
  27. package/es/input-mask/style/index.d.ts +2 -0
  28. package/es/input-mask/style/index.js +1 -0
  29. package/es/input-mask/style/index.scss +10 -0
  30. package/es/input-mask/style/token.scss +5 -0
  31. package/es/input-mask/types.d.ts +49 -0
  32. package/es/locale/constant.d.ts +2 -0
  33. package/es/locale/constant.js +5 -0
  34. package/es/locale/index.d.ts +1 -0
  35. package/es/locale/index.js +6 -5
  36. package/es/locale/interface.d.ts +11 -0
  37. package/es/locale/lang/en-us.js +12 -1
  38. package/es/locale/lang/zh-cn.js +14 -2
  39. package/es/sd-vue.js +4 -0
  40. package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +5 -6
  41. package/es/thinking-orb/engine/braid.d.ts +2 -0
  42. package/es/thinking-orb/engine/braid.js +52 -0
  43. package/es/thinking-orb/engine/core.d.ts +28 -0
  44. package/es/thinking-orb/engine/core.js +104 -0
  45. package/es/thinking-orb/engine/lattice.d.ts +4 -0
  46. package/es/thinking-orb/engine/lattice.js +188 -0
  47. package/es/thinking-orb/engine/morph.d.ts +2 -0
  48. package/es/thinking-orb/engine/morph.js +111 -0
  49. package/es/thinking-orb/engine/orbits.d.ts +2 -0
  50. package/es/thinking-orb/engine/orbits.js +65 -0
  51. package/es/thinking-orb/engine/profiles.d.ts +6 -0
  52. package/es/thinking-orb/engine/profiles.js +150 -0
  53. package/es/thinking-orb/engine/registry.d.ts +3 -0
  54. package/es/thinking-orb/engine/registry.js +20 -0
  55. package/es/thinking-orb/engine/ribbon.d.ts +2 -0
  56. package/es/thinking-orb/engine/ribbon.js +71 -0
  57. package/es/thinking-orb/engine/types.d.ts +3 -0
  58. package/es/thinking-orb/engine/web.d.ts +2 -0
  59. package/es/thinking-orb/engine/web.js +87 -0
  60. package/es/thinking-orb/index.d.ts +21 -0
  61. package/es/thinking-orb/index.js +10 -0
  62. package/es/thinking-orb/presets.d.ts +10 -0
  63. package/es/thinking-orb/presets.js +176 -0
  64. package/es/thinking-orb/style/css.js +2 -0
  65. package/es/thinking-orb/style/index.css +20 -0
  66. package/es/thinking-orb/style/index.d.ts +2 -0
  67. package/es/thinking-orb/style/index.js +2 -0
  68. package/es/thinking-orb/style/index.scss +8 -0
  69. package/es/thinking-orb/thinking-orb.js +5 -0
  70. package/es/thinking-orb/thinking-orb.vue.d.ts +4 -0
  71. package/es/thinking-orb/thinking-orb.vue_vue_type_script_setup_true_lang.js +140 -0
  72. package/es/thinking-orb/types.d.ts +12 -0
  73. package/es/toolbar/toolbar.vue_vue_type_script_setup_true_lang.js +8 -10
  74. package/es/toolbar/types.d.ts +3 -0
  75. package/json/vetur-attributes.json +23 -0
  76. package/json/vetur-tags.json +14 -0
  77. package/json/web-types.json +70 -1
  78. package/package.json +1 -1
  79. package/es/locale/lang/ar-eg.d.ts +0 -3
  80. package/es/locale/lang/ar-eg.js +0 -262
  81. package/es/locale/lang/de-de.d.ts +0 -3
  82. package/es/locale/lang/de-de.js +0 -262
  83. package/es/locale/lang/es-es.d.ts +0 -3
  84. package/es/locale/lang/es-es.js +0 -262
  85. package/es/locale/lang/fr-fr.d.ts +0 -3
  86. package/es/locale/lang/fr-fr.js +0 -262
  87. package/es/locale/lang/id-id.d.ts +0 -3
  88. package/es/locale/lang/id-id.js +0 -262
  89. package/es/locale/lang/it-it.d.ts +0 -3
  90. package/es/locale/lang/it-it.js +0 -262
  91. package/es/locale/lang/ja-jp.d.ts +0 -3
  92. package/es/locale/lang/ja-jp.js +0 -262
  93. package/es/locale/lang/km-kh.d.ts +0 -3
  94. package/es/locale/lang/km-kh.js +0 -262
  95. package/es/locale/lang/ko-kr.d.ts +0 -3
  96. package/es/locale/lang/ko-kr.js +0 -262
  97. package/es/locale/lang/ms-my.d.ts +0 -3
  98. package/es/locale/lang/ms-my.js +0 -262
  99. package/es/locale/lang/nl-nl.d.ts +0 -3
  100. package/es/locale/lang/nl-nl.js +0 -262
  101. package/es/locale/lang/pt-pt.d.ts +0 -3
  102. package/es/locale/lang/pt-pt.js +0 -262
  103. package/es/locale/lang/ru-ru.d.ts +0 -3
  104. package/es/locale/lang/ru-ru.js +0 -262
  105. package/es/locale/lang/th-th.d.ts +0 -3
  106. package/es/locale/lang/th-th.js +0 -262
  107. package/es/locale/lang/vi-vn.d.ts +0 -3
  108. package/es/locale/lang/vi-vn.js +0 -262
  109. package/es/locale/lang/zh-tw.d.ts +0 -3
  110. package/es/locale/lang/zh-tw.js +0 -272
package/dist/sd.css CHANGED
@@ -5168,6 +5168,10 @@ body.sd-tour-active .sd-tour-popover * {
5168
5168
  margin-left: auto;
5169
5169
  }
5170
5170
 
5171
+ .sd-thinking-orb {
5172
+ display: block;
5173
+ }
5174
+
5171
5175
  .sd-textarea-wrapper {
5172
5176
  display: inline-flex;
5173
5177
  box-sizing: border-box;
@@ -13419,6 +13423,10 @@ body.sd-tour-active .sd-tour-popover * {
13419
13423
  cursor: pointer;
13420
13424
  }
13421
13425
 
13426
+ .sd-input-mask .sd-input {
13427
+ font-variant-numeric: tabular-nums;
13428
+ }
13429
+
13422
13430
  .sd-image-trigger {
13423
13431
  padding: 6px 4px;
13424
13432
  background: var(--sd-color-bg-5);