bkui-vue 0.0.1-beta.21 → 0.0.1-beta.24

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 (120) hide show
  1. package/dist/bkui-vue.cjs.js +9092 -3429
  2. package/dist/bkui-vue.esm.js +9093 -3431
  3. package/dist/bkui-vue.umd.js +9094 -3431
  4. package/dist/style.css +125 -1
  5. package/lib/alert/index.js +1 -1
  6. package/lib/animate-number/index.js +1 -1
  7. package/lib/backtop/index.js +10 -1
  8. package/lib/badge/index.js +1 -1
  9. package/lib/breadcrumb/index.js +1 -1
  10. package/lib/button/index.js +1 -1
  11. package/lib/card/index.js +1 -1
  12. package/lib/checkbox/common.d.ts +1 -1
  13. package/lib/checkbox/index.js +1 -1
  14. package/lib/checkbox/type.d.ts +1 -1
  15. package/lib/code-diff/code-diff.css +1 -0
  16. package/lib/code-diff/code-diff.less +1 -0
  17. package/lib/code-diff/code-diff.variable.css +1 -0
  18. package/lib/code-diff/index.d.ts +1 -1
  19. package/lib/collapse/index.js +1 -1
  20. package/lib/components.d.ts +1 -0
  21. package/lib/date-picker/date-picker.d.ts +2 -2
  22. package/lib/date-picker/index.d.ts +7 -7
  23. package/lib/date-picker/index.js +1 -1
  24. package/lib/date-picker/props.d.ts +2 -2
  25. package/lib/date-picker/utils.d.ts +1 -1
  26. package/lib/dialog/dialog.d.ts +2 -2
  27. package/lib/dialog/index.d.ts +7 -7
  28. package/lib/dialog/index.js +1 -1
  29. package/lib/divider/index.js +1 -1
  30. package/lib/dropdown/index.d.ts +1 -1
  31. package/lib/dropdown/index.js +1 -1
  32. package/lib/exception/index.js +1 -1
  33. package/lib/fixed-navbar/index.js +1 -1
  34. package/lib/form/form-item.d.ts +7 -21
  35. package/lib/form/form.css +9 -0
  36. package/lib/form/form.d.ts +9 -29
  37. package/lib/form/form.less +14 -1
  38. package/lib/form/form.variable.css +9 -0
  39. package/lib/form/index.d.ts +18 -58
  40. package/lib/form/index.js +1 -1
  41. package/lib/input/index.d.ts +4 -4
  42. package/lib/input/index.js +2 -2
  43. package/lib/input/input.d.ts +1 -1
  44. package/lib/link/index.js +1 -1
  45. package/lib/loading/index.d.ts +1 -1
  46. package/lib/loading/index.js +1 -1
  47. package/lib/menu/index.js +1 -1
  48. package/lib/menu/utils.d.ts +1 -1
  49. package/lib/message/index.js +1 -1
  50. package/lib/message/messageConstructor.d.ts +1 -1
  51. package/lib/modal/index.d.ts +4 -4
  52. package/lib/modal/index.js +1 -1
  53. package/lib/modal/modal.d.ts +1 -1
  54. package/lib/notify/index.js +1 -1
  55. package/lib/notify/notifyConstructor.d.ts +1 -1
  56. package/lib/pagination/index.d.ts +4 -4
  57. package/lib/pagination/index.js +1 -1
  58. package/lib/pagination/pagination.d.ts +1 -1
  59. package/lib/popover/index.d.ts +7 -7
  60. package/lib/popover/index.js +1 -1
  61. package/lib/popover/popover.d.ts +2 -2
  62. package/lib/process/index.js +2 -2
  63. package/lib/progress/index.d.ts +4 -4
  64. package/lib/progress/index.js +1 -1
  65. package/lib/progress/progress.d.ts +1 -1
  66. package/lib/radio/common.d.ts +1 -1
  67. package/lib/radio/index.d.ts +1 -1
  68. package/lib/radio/index.js +1 -1
  69. package/lib/radio/type.d.ts +1 -1
  70. package/lib/rate/index.js +1 -1
  71. package/lib/select/index.js +12 -12
  72. package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +0 -1
  73. package/lib/shared/index.d.ts +4 -14
  74. package/lib/shared/index.js +1 -1
  75. package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +0 -0
  76. package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +0 -0
  77. package/lib/shared/{bk-popover.d.ts → popover.d.ts} +1 -1
  78. package/lib/shared/vue-types.d.ts +1 -1
  79. package/lib/sideslider/index.d.ts +4 -4
  80. package/lib/sideslider/index.js +1 -1
  81. package/lib/sideslider/sideslider.d.ts +1 -1
  82. package/lib/slider/index.js +2 -2
  83. package/lib/steps/index.js +2 -2
  84. package/lib/styles/index.d.ts +1 -0
  85. package/lib/styles/index.js +1 -1
  86. package/lib/swiper/index.d.ts +181 -0
  87. package/lib/swiper/index.js +1 -0
  88. package/lib/swiper/swiper.css +91 -0
  89. package/lib/swiper/swiper.d.ts +65 -0
  90. package/lib/swiper/swiper.less +91 -0
  91. package/lib/swiper/swiper.variable.css +91 -0
  92. package/lib/switcher/index.js +1 -1
  93. package/lib/tab/index.js +1 -1
  94. package/lib/tab/tab-nav.d.ts +1 -1
  95. package/lib/table/index.d.ts +37 -14
  96. package/lib/table/index.js +10 -1
  97. package/lib/table/props.d.ts +8 -0
  98. package/lib/table/render.d.ts +3 -1
  99. package/lib/table/table.css +8 -1
  100. package/lib/table/table.d.ts +16 -5
  101. package/lib/table/table.less +10 -1
  102. package/lib/table/table.variable.css +8 -1
  103. package/lib/tag/index.d.ts +3 -3
  104. package/lib/tag/index.js +1 -1
  105. package/lib/tag/tag.d.ts +1 -1
  106. package/lib/timeline/index.js +1 -1
  107. package/lib/transfer/index.d.ts +325 -1
  108. package/lib/transfer/index.js +1 -1
  109. package/lib/tree/index.d.ts +45 -13
  110. package/lib/tree/index.js +1 -1
  111. package/lib/tree/props.d.ts +8 -0
  112. package/lib/tree/tree.css +17 -0
  113. package/lib/tree/tree.d.ts +30 -4
  114. package/lib/tree/tree.less +24 -3
  115. package/lib/tree/tree.variable.css +110 -0
  116. package/lib/tree/util.d.ts +11 -6
  117. package/lib/virtual-render/index.d.ts +4 -4
  118. package/lib/virtual-render/index.js +10 -1
  119. package/lib/virtual-render/virtual-render.d.ts +3 -3
  120. package/package.json +14 -12
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.1-beta.21",
3
+ "version": "0.0.1-beta.24",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*"
7
7
  ]
8
8
  },
9
9
  "scripts": {
10
- "lint": "eslint ./packages ./site --ext .js,.ts,.tsx",
10
+ "lint": "eslint --ext .js,.ts,.tsx ./packages ./site ",
11
11
  "lint:style": "stylelint --fix ./packages/**/*.{css,less} --custom-syntax",
12
12
  "lint:fix": "eslint --fix ./packages ./site ./scripts --ext .js,.ts,.tsx",
13
13
  "test:unit": "jest --passWithNoTests",
@@ -36,11 +36,11 @@
36
36
  "@rollup/plugin-babel": "~5.3.0",
37
37
  "@rollup/plugin-commonjs": "~21.0.3",
38
38
  "@rollup/plugin-json": "~4.1.0",
39
- "@rollup/plugin-node-resolve": "~13.1.3",
39
+ "@rollup/plugin-node-resolve": "~13.2.0",
40
40
  "@types/jest": "~27.4.1",
41
41
  "@types/node": "~17.0.23",
42
- "@typescript-eslint/eslint-plugin": "~5.18.0",
43
- "@typescript-eslint/parser": "~5.18.0",
42
+ "@typescript-eslint/eslint-plugin": "~5.19.0",
43
+ "@typescript-eslint/parser": "~5.19.0",
44
44
  "@vitejs/plugin-vue": "~2.3.1",
45
45
  "@vitejs/plugin-vue-jsx": "~1.3.9",
46
46
  "@vue/babel-plugin-jsx": "~1.1.1",
@@ -48,7 +48,7 @@
48
48
  "@vue/compiler-sfc": "~3.2.31",
49
49
  "@vue/component-compiler-utils": "~3.3.0",
50
50
  "@vue/eslint-config-standard": "~6.1.0",
51
- "@vue/eslint-config-typescript": "~9.1.0",
51
+ "@vue/eslint-config-typescript": "~10.0.0",
52
52
  "@vue/test-utils": "~2.0.0-rc.12",
53
53
  "@vue/vue3-jest": "~27.0.0-alpha.4",
54
54
  "acorn": "~8.7.0",
@@ -60,15 +60,16 @@
60
60
  "conventional-changelog-cli": "~2.2.2",
61
61
  "cross-env": "~7.0.3",
62
62
  "cz-lerna-changelog": "~2.0.3",
63
- "eslint": "~7.32.0",
63
+ "eslint": "~8.13.0",
64
64
  "eslint-config-tencent": "~1.0.4",
65
- "eslint-plugin-codecc": "~0.0.4",
65
+ "eslint-plugin-codecc": "~0.1.0",
66
66
  "eslint-plugin-import": "~2.26.0",
67
67
  "eslint-plugin-node": "~11.1.0",
68
68
  "eslint-plugin-prettier": "~4.0.0",
69
- "eslint-plugin-promise": "~5.1.0",
70
- "eslint-plugin-vue": "~7.20.0",
71
- "highlight.js": "~11.5.0",
69
+ "eslint-plugin-promise": "~6.0.0",
70
+ "eslint-plugin-simple-import-sort": "~7.0.0",
71
+ "eslint-plugin-vue": "~8.6.0",
72
+ "highlight.js": "~11.5.1",
72
73
  "husky": "~7.0.1",
73
74
  "jest": "~27.5.1",
74
75
  "jest-transform-stub": "~2.0.0",
@@ -110,7 +111,7 @@
110
111
  "typings": "./lib/index.d.ts",
111
112
  "lint-staged": {
112
113
  "*.css": "stylelint",
113
- "*.less": "stylelint --fix --syntax=less",
114
+ "*.less": "stylelint --fix --customSyntax=postcss-less",
114
115
  "*.{js,ts,tsx,vue}": [
115
116
  "eslint --fix",
116
117
  "git add ."
@@ -125,6 +126,7 @@
125
126
  "@popperjs/core": "~2.11.5",
126
127
  "date-fns": "~2.28.0",
127
128
  "js-calendar": "~1.2.3",
129
+ "lodash": "~4.17.21",
128
130
  "vue-types": "~4.1.1"
129
131
  }
130
132
  }