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.
- package/dist/bkui-vue.cjs.js +9092 -3429
- package/dist/bkui-vue.esm.js +9093 -3431
- package/dist/bkui-vue.umd.js +9094 -3431
- package/dist/style.css +125 -1
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/index.js +1 -1
- package/lib/backtop/index.js +10 -1
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/index.js +1 -1
- package/lib/card/index.js +1 -1
- package/lib/checkbox/common.d.ts +1 -1
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +1 -1
- package/lib/code-diff/code-diff.css +1 -0
- package/lib/code-diff/code-diff.less +1 -0
- package/lib/code-diff/code-diff.variable.css +1 -0
- package/lib/code-diff/index.d.ts +1 -1
- package/lib/collapse/index.js +1 -1
- package/lib/components.d.ts +1 -0
- package/lib/date-picker/date-picker.d.ts +2 -2
- package/lib/date-picker/index.d.ts +7 -7
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/props.d.ts +2 -2
- package/lib/date-picker/utils.d.ts +1 -1
- package/lib/dialog/dialog.d.ts +2 -2
- package/lib/dialog/index.d.ts +7 -7
- package/lib/dialog/index.js +1 -1
- package/lib/divider/index.js +1 -1
- package/lib/dropdown/index.d.ts +1 -1
- package/lib/dropdown/index.js +1 -1
- package/lib/exception/index.js +1 -1
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/form-item.d.ts +7 -21
- package/lib/form/form.css +9 -0
- package/lib/form/form.d.ts +9 -29
- package/lib/form/form.less +14 -1
- package/lib/form/form.variable.css +9 -0
- package/lib/form/index.d.ts +18 -58
- package/lib/form/index.js +1 -1
- package/lib/input/index.d.ts +4 -4
- package/lib/input/index.js +2 -2
- package/lib/input/input.d.ts +1 -1
- package/lib/link/index.js +1 -1
- package/lib/loading/index.d.ts +1 -1
- package/lib/loading/index.js +1 -1
- package/lib/menu/index.js +1 -1
- package/lib/menu/utils.d.ts +1 -1
- package/lib/message/index.js +1 -1
- package/lib/message/messageConstructor.d.ts +1 -1
- package/lib/modal/index.d.ts +4 -4
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.d.ts +1 -1
- package/lib/notify/index.js +1 -1
- package/lib/notify/notifyConstructor.d.ts +1 -1
- package/lib/pagination/index.d.ts +4 -4
- package/lib/pagination/index.js +1 -1
- package/lib/pagination/pagination.d.ts +1 -1
- package/lib/popover/index.d.ts +7 -7
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.d.ts +2 -2
- package/lib/process/index.js +2 -2
- package/lib/progress/index.d.ts +4 -4
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.d.ts +1 -1
- package/lib/radio/common.d.ts +1 -1
- package/lib/radio/index.d.ts +1 -1
- package/lib/radio/index.js +1 -1
- package/lib/radio/type.d.ts +1 -1
- package/lib/rate/index.js +1 -1
- package/lib/select/index.js +12 -12
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +0 -1
- package/lib/shared/index.d.ts +4 -14
- package/lib/shared/index.js +1 -1
- package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +0 -0
- package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +0 -0
- package/lib/shared/{bk-popover.d.ts → popover.d.ts} +1 -1
- package/lib/shared/vue-types.d.ts +1 -1
- package/lib/sideslider/index.d.ts +4 -4
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.d.ts +1 -1
- package/lib/slider/index.js +2 -2
- package/lib/steps/index.js +2 -2
- package/lib/styles/index.d.ts +1 -0
- package/lib/styles/index.js +1 -1
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/index.js +1 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -0
- package/lib/swiper/swiper.less +91 -0
- package/lib/swiper/swiper.variable.css +91 -0
- package/lib/switcher/index.js +1 -1
- package/lib/tab/index.js +1 -1
- package/lib/tab/tab-nav.d.ts +1 -1
- package/lib/table/index.d.ts +37 -14
- package/lib/table/index.js +10 -1
- package/lib/table/props.d.ts +8 -0
- package/lib/table/render.d.ts +3 -1
- package/lib/table/table.css +8 -1
- package/lib/table/table.d.ts +16 -5
- package/lib/table/table.less +10 -1
- package/lib/table/table.variable.css +8 -1
- package/lib/tag/index.d.ts +3 -3
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.d.ts +1 -1
- package/lib/timeline/index.js +1 -1
- package/lib/transfer/index.d.ts +325 -1
- package/lib/transfer/index.js +1 -1
- package/lib/tree/index.d.ts +45 -13
- package/lib/tree/index.js +1 -1
- package/lib/tree/props.d.ts +8 -0
- package/lib/tree/tree.css +17 -0
- package/lib/tree/tree.d.ts +30 -4
- package/lib/tree/tree.less +24 -3
- package/lib/tree/tree.variable.css +110 -0
- package/lib/tree/util.d.ts +11 -6
- package/lib/virtual-render/index.d.ts +4 -4
- package/lib/virtual-render/index.js +10 -1
- package/lib/virtual-render/virtual-render.d.ts +3 -3
- 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.
|
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
|
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.
|
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.
|
43
|
-
"@typescript-eslint/parser": "~5.
|
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": "~
|
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": "~
|
63
|
+
"eslint": "~8.13.0",
|
64
64
|
"eslint-config-tencent": "~1.0.4",
|
65
|
-
"eslint-plugin-codecc": "~0.0
|
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": "~
|
70
|
-
"eslint-plugin-
|
71
|
-
"
|
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 --
|
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
|
}
|