bkui-vue 0.0.2-beta.44 → 0.0.2-beta.45
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/index.cjs.js +4 -4
- package/dist/index.esm.js +328 -312
- package/dist/index.umd.js +4 -4
- package/dist/locale/en.esm.js.map +1 -1
- package/dist/locale/en.umd.js.map +1 -1
- package/dist/locale/zh-cn.esm.js.map +1 -1
- package/dist/locale/zh-cn.umd.js.map +1 -1
- package/lib/breadcrumb/index.d.ts +1 -1
- package/lib/button/index.d.ts +1 -1
- package/lib/cascader/index.d.ts +1 -1
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/index.d.ts +2 -2
- package/lib/collapse/index.d.ts +1 -1
- package/lib/container/index.d.ts +1 -1
- package/lib/date-picker/index.d.ts +1 -1
- package/lib/dropdown/index.d.ts +1 -1
- package/lib/exception/index.d.ts +1 -1
- package/lib/form/index.d.ts +2 -2
- package/lib/image/index.js +1 -1
- package/lib/loading/index.d.ts +1 -1
- package/lib/menu/index.d.ts +1 -1
- package/lib/modal/index.d.ts +1 -1
- package/lib/overflow-title/components/overflow-title.d.ts +1 -1
- package/lib/overflow-title/index.d.ts +1 -1
- package/lib/pagination/index.d.ts +1 -1
- package/lib/radio/index.d.ts +1 -1
- package/lib/search-select/index.d.ts +1 -1
- package/lib/search-select/index.js +1 -1
- package/lib/select/index.d.ts +1 -1
- package/lib/shared/helper.d.ts +1 -1
- package/lib/shared/popover.d.ts +2 -2
- package/lib/tab/index.d.ts +1 -1
- package/lib/tab/tab-nav.d.ts +12 -2
- package/lib/table/components/table-column.d.ts +8 -8
- package/lib/table/index.d.ts +7 -7
- package/lib/table/props.d.ts +2 -2
- package/lib/table/table.d.ts +1 -3
- package/lib/table/use-column.d.ts +2 -2
- package/lib/table/utils.d.ts +7 -7
- package/lib/table-column/index.d.ts +12 -12
- package/lib/tag-input/tag-input.d.ts +14 -16
- package/lib/tree/tree.d.ts +0 -10
- package/lib/volar.components.d.ts +24 -24
- package/package.json +16 -15
@@ -232,13 +232,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
232
232
|
} & {
|
233
233
|
default: boolean;
|
234
234
|
};
|
235
|
-
/**
|
236
|
-
* 不显示条件:
|
237
|
-
* 1. 设置不可清除
|
238
|
-
* 2. 禁用时
|
239
|
-
* 3. tag标签为空时
|
240
|
-
* 4. 设置了showClearOnlyHover,且没有hover的时候
|
241
|
-
*/
|
242
235
|
disableOutsideClick: import("vue-types").VueTypeValidableDef<boolean> & {
|
243
236
|
default: boolean;
|
244
237
|
} & {
|
@@ -281,7 +274,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
281
274
|
default: boolean;
|
282
275
|
};
|
283
276
|
tagOverflowTips: {
|
284
|
-
type: import("vue").PropType<Partial<import("../directives/src/tooltips").IOptions>>;
|
277
|
+
type: import("vue").PropType<Partial<import("../directives/src/tooltips").IOptions>>; /**
|
278
|
+
* 不显示条件:
|
279
|
+
* 1. 设置不可清除
|
280
|
+
* 2. 禁用时
|
281
|
+
* 3. tag标签为空时
|
282
|
+
* 4. 设置了showClearOnlyHover,且没有hover的时候
|
283
|
+
*/
|
285
284
|
default: () => {};
|
286
285
|
};
|
287
286
|
}, {
|
@@ -572,13 +571,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
572
571
|
} & {
|
573
572
|
default: boolean;
|
574
573
|
};
|
575
|
-
/**
|
576
|
-
* 不显示条件:
|
577
|
-
* 1. 设置不可清除
|
578
|
-
* 2. 禁用时
|
579
|
-
* 3. tag标签为空时
|
580
|
-
* 4. 设置了showClearOnlyHover,且没有hover的时候
|
581
|
-
*/
|
582
574
|
disableOutsideClick: import("vue-types").VueTypeValidableDef<boolean> & {
|
583
575
|
default: boolean;
|
584
576
|
} & {
|
@@ -621,7 +613,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
621
613
|
default: boolean;
|
622
614
|
};
|
623
615
|
tagOverflowTips: {
|
624
|
-
type: import("vue").PropType<Partial<import("../directives/src/tooltips").IOptions>>;
|
616
|
+
type: import("vue").PropType<Partial<import("../directives/src/tooltips").IOptions>>; /**
|
617
|
+
* 不显示条件:
|
618
|
+
* 1. 设置不可清除
|
619
|
+
* 2. 禁用时
|
620
|
+
* 3. tag标签为空时
|
621
|
+
* 4. 设置了showClearOnlyHover,且没有hover的时候
|
622
|
+
*/
|
625
623
|
default: () => {};
|
626
624
|
};
|
627
625
|
}>> & {
|
package/lib/tree/tree.d.ts
CHANGED
@@ -46,11 +46,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
46
46
|
} & {
|
47
47
|
default: number;
|
48
48
|
};
|
49
|
-
/**
|
50
|
-
* 设置指定节点是否选中
|
51
|
-
* @param item Node item | Node Id
|
52
|
-
* @param checked
|
53
|
-
*/
|
54
49
|
search: import("vue-types").VueTypeDef<string | number | boolean | import("./props").SearchOption> & {
|
55
50
|
default: string | number | boolean | (() => import("./props").SearchOption);
|
56
51
|
};
|
@@ -174,11 +169,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
174
169
|
} & {
|
175
170
|
default: number;
|
176
171
|
};
|
177
|
-
/**
|
178
|
-
* 设置指定节点是否选中
|
179
|
-
* @param item Node item | Node Id
|
180
|
-
* @param checked
|
181
|
-
*/
|
182
172
|
search: import("vue-types").VueTypeDef<string | number | boolean | import("./props").SearchOption> & {
|
183
173
|
default: string | number | boolean | (() => import("./props").SearchOption);
|
184
174
|
};
|
@@ -1,28 +1,28 @@
|
|
1
1
|
/*
|
2
|
-
* Tencent is pleased to support the open source community by making
|
3
|
-
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
4
|
-
*
|
5
|
-
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
|
6
|
-
*
|
7
|
-
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
8
|
-
*
|
9
|
-
* License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
|
10
|
-
*
|
11
|
-
* ---------------------------------------------------
|
12
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
13
|
-
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
14
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
15
|
-
* to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
16
|
-
*
|
17
|
-
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of
|
18
|
-
* the Software.
|
19
|
-
*
|
20
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
21
|
-
* THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
22
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
23
|
-
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
24
|
-
* IN THE SOFTWARE.
|
25
|
-
*/
|
2
|
+
* Tencent is pleased to support the open source community by making
|
3
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
4
|
+
*
|
5
|
+
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
|
6
|
+
*
|
7
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
8
|
+
*
|
9
|
+
* License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
|
10
|
+
*
|
11
|
+
* ---------------------------------------------------
|
12
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
13
|
+
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
14
|
+
* the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
15
|
+
* to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
16
|
+
*
|
17
|
+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of
|
18
|
+
* the Software.
|
19
|
+
*
|
20
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
21
|
+
* THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
22
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
23
|
+
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
24
|
+
* IN THE SOFTWARE.
|
25
|
+
*/
|
26
26
|
declare module '@vue/runtime-core' {
|
27
27
|
interface GlobalComponents {
|
28
28
|
BkBreadcrumbItem: typeof import('./breadcrumb/breadcrumb-item').default;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "bkui-vue",
|
3
|
-
"version": "0.0.2-beta.
|
3
|
+
"version": "0.0.2-beta.45",
|
4
4
|
"workspaces": {
|
5
5
|
"packages": [
|
6
6
|
"packages/!(**.bak)*",
|
@@ -49,8 +49,8 @@
|
|
49
49
|
"@types/lodash": "~4.14.196",
|
50
50
|
"@types/node": "~20.4.5",
|
51
51
|
"@types/postcss-less": "~4.0.2",
|
52
|
-
"@typescript-eslint/eslint-plugin": "
|
53
|
-
"@typescript-eslint/parser": "
|
52
|
+
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
53
|
+
"@typescript-eslint/parser": "^5.20.0",
|
54
54
|
"@vitejs/plugin-vue": "~4.2.3",
|
55
55
|
"@vitejs/plugin-vue-jsx": "~3.0.1",
|
56
56
|
"@vue/babel-plugin-jsx": "~1.1.5",
|
@@ -65,15 +65,14 @@
|
|
65
65
|
"cross-env": "~7.0.3",
|
66
66
|
"css-loader": "~6.8.1",
|
67
67
|
"cz-lerna-changelog": "~2.0.3",
|
68
|
-
"eslint": "
|
68
|
+
"eslint": "8.26.0",
|
69
|
+
"eslint-config-prettier": "^9.0.0",
|
69
70
|
"eslint-config-tencent": "~1.0.4",
|
70
71
|
"eslint-plugin-codecc": "~0.3.0",
|
71
72
|
"eslint-plugin-import": "~2.28.0",
|
72
|
-
"eslint-plugin-
|
73
|
-
"eslint-plugin-
|
74
|
-
"eslint-plugin-
|
75
|
-
"eslint-plugin-simple-import-sort": "~7.0.0",
|
76
|
-
"eslint-plugin-vue": "~8.6.0",
|
73
|
+
"eslint-plugin-prettier": "~5.0.0",
|
74
|
+
"eslint-plugin-simple-import-sort": "~10.0.0",
|
75
|
+
"eslint-plugin-vue": "~9.17.0",
|
77
76
|
"highlight.js": "~11.8.0",
|
78
77
|
"husky": "~7.0.1",
|
79
78
|
"jest": "~29.6.2",
|
@@ -89,21 +88,23 @@
|
|
89
88
|
"postcss": "~8.4.27",
|
90
89
|
"postcss-html": "~1.5.0",
|
91
90
|
"postcss-less": "~6.0.0",
|
92
|
-
"prettier": "~
|
91
|
+
"prettier": "~3.0.3",
|
93
92
|
"prismjs": "~1.29.0",
|
94
93
|
"resize-observer-polyfill": "~1.5.1",
|
95
94
|
"rimraf": "~5.0.1",
|
96
|
-
"stylelint": "
|
97
|
-
"stylelint-config-
|
98
|
-
"stylelint-
|
99
|
-
"stylelint-
|
95
|
+
"stylelint": "^15.10.3",
|
96
|
+
"stylelint-config-recess-order": "^4.3.0",
|
97
|
+
"stylelint-config-recommended-vue": "1.5.0",
|
98
|
+
"stylelint-config-standard": "^34.0.0",
|
99
|
+
"stylelint-order": "^6.0.3",
|
100
|
+
"stylelint-scss": "^5.1.0",
|
100
101
|
"ts-jest": "~29.1.1",
|
101
102
|
"ts-node": "~10.9.1",
|
102
103
|
"typescript": "~4.9.5",
|
103
104
|
"vite": "~4.4.7",
|
104
105
|
"vite-plugin-vue-markdown": "~0.23.7",
|
105
106
|
"vue": "~3.3.4",
|
106
|
-
"vue-eslint-parser": "~
|
107
|
+
"vue-eslint-parser": "~9.3.1",
|
107
108
|
"vue-i18n": "~9.2.2",
|
108
109
|
"vue-router": "~4.2.4",
|
109
110
|
"vue-types": "~4.1.1"
|