bkui-vue 0.0.2-beta.82 → 0.0.2-beta.84
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 +135 -161
- package/dist/index.esm.js +16449 -19088
- package/dist/index.umd.js +135 -161
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/index.js +321 -1
- package/lib/alert/index.js +214 -1
- package/lib/animate-number/index.js +155 -1
- package/lib/backtop/index.js +188 -1
- package/lib/badge/index.js +235 -1
- package/lib/breadcrumb/index.js +309 -1
- package/lib/button/index.js +321 -1
- package/lib/card/index.js +285 -1
- package/lib/cascader/index.js +2036 -2
- package/lib/checkbox/index.js +542 -1
- package/lib/code-diff/index.js +5501 -1
- package/lib/collapse/index.js +570 -1
- package/lib/collapse-transition/index.js +177 -1
- package/lib/color-picker/index.js +2665 -1
- package/lib/components.js +530 -1
- package/lib/config-provider/index.js +365 -1
- package/lib/container/index.js +391 -1
- package/lib/date-picker/index.js +5555 -1
- package/lib/dialog/index.js +975 -2
- package/lib/directives/index.js +1375 -2
- package/lib/dist.index.js +87 -1
- package/lib/divider/index.js +169 -1
- package/lib/dropdown/index.js +369 -1
- package/lib/exception/index.js +385 -1
- package/lib/fixed-navbar/index.js +154 -1
- package/lib/form/index.js +952 -1
- package/lib/hooks.js +73 -1
- package/lib/icon/angle-double-down-line.js +191 -1
- package/lib/icon/angle-double-left-line.js +191 -1
- package/lib/icon/angle-double-left.js +191 -1
- package/lib/icon/angle-double-right-line.js +191 -1
- package/lib/icon/angle-double-right.js +191 -1
- package/lib/icon/angle-double-up-line.js +191 -1
- package/lib/icon/angle-down-fill.js +191 -1
- package/lib/icon/angle-down-line.js +191 -1
- package/lib/icon/angle-down.js +191 -1
- package/lib/icon/angle-left.js +191 -1
- package/lib/icon/angle-right.js +191 -1
- package/lib/icon/angle-up-fill.js +191 -1
- package/lib/icon/angle-up.js +191 -1
- package/lib/icon/archive-fill.js +191 -1
- package/lib/icon/arrows-left.js +191 -1
- package/lib/icon/arrows-right.js +191 -1
- package/lib/icon/assistant.js +191 -1
- package/lib/icon/audio-fill.js +191 -1
- package/lib/icon/bk.js +191 -1
- package/lib/icon/circle.js +191 -1
- package/lib/icon/close-line.js +191 -1
- package/lib/icon/close.js +191 -1
- package/lib/icon/code.js +191 -1
- package/lib/icon/cog-shape.js +191 -1
- package/lib/icon/collapse-left.js +191 -1
- package/lib/icon/copy-shape.js +191 -1
- package/lib/icon/copy.js +191 -1
- package/lib/icon/data-shape.js +191 -1
- package/lib/icon/del.js +191 -1
- package/lib/icon/doc-fill.js +191 -1
- package/lib/icon/done.js +191 -1
- package/lib/icon/down-shape.js +191 -1
- package/lib/icon/down-small.js +191 -1
- package/lib/icon/edit-line.js +191 -1
- package/lib/icon/ellipsis.js +191 -1
- package/lib/icon/enlarge-line.js +191 -1
- package/lib/icon/error.js +191 -1
- package/lib/icon/excel-fill.js +191 -1
- package/lib/icon/exclamation-circle-shape.js +191 -1
- package/lib/icon/eye.js +191 -1
- package/lib/icon/filliscreen-line.js +191 -1
- package/lib/icon/fix-line.js +191 -1
- package/lib/icon/fix-shape.js +191 -1
- package/lib/icon/folder-open.js +191 -1
- package/lib/icon/folder-shape-open.js +191 -1
- package/lib/icon/folder-shape.js +191 -1
- package/lib/icon/folder.js +191 -1
- package/lib/icon/funnel.js +191 -1
- package/lib/icon/help-document-fill.js +191 -1
- package/lib/icon/help-fill.js +191 -1
- package/lib/icon/help.js +191 -1
- package/lib/icon/image-fill.js +276 -1
- package/lib/icon/img-error.js +276 -1
- package/lib/icon/img-placehoulder.js +276 -1
- package/lib/icon/index.js +2399 -1
- package/lib/icon/info-line.js +276 -1
- package/lib/icon/info.js +276 -1
- package/lib/icon/left-shape.js +276 -1
- package/lib/icon/left-turn-line.js +276 -1
- package/lib/icon/narrow-line.js +276 -1
- package/lib/icon/original.js +276 -1
- package/lib/icon/pdf-fill.js +276 -1
- package/lib/icon/play-shape.js +276 -1
- package/lib/icon/plus.js +276 -1
- package/lib/icon/ppt-fill.js +276 -1
- package/lib/icon/qq.js +276 -1
- package/lib/icon/right-shape.js +276 -1
- package/lib/icon/right-turn-line.js +276 -1
- package/lib/icon/search.js +276 -1
- package/lib/icon/share.js +276 -1
- package/lib/icon/spinner.js +276 -1
- package/lib/icon/success.js +276 -1
- package/lib/icon/switcher-loading.js +276 -1
- package/lib/icon/text-file.js +276 -1
- package/lib/icon/text-fill.js +276 -1
- package/lib/icon/transfer.js +276 -1
- package/lib/icon/tree-application-shape.js +276 -1
- package/lib/icon/unfull-screen.js +276 -1
- package/lib/icon/unvisible.js +276 -1
- package/lib/icon/up-shape.js +276 -1
- package/lib/icon/upload.js +276 -1
- package/lib/icon/video-fill.js +276 -1
- package/lib/icon/warn.js +276 -1
- package/lib/icon/weixin-pro.js +276 -1
- package/lib/icon/weixin.js +276 -1
- package/lib/image/index.js +641 -1
- package/lib/index.js +97 -1
- package/lib/info-box/index.js +1165 -2
- package/lib/input/index.js +1218 -2
- package/lib/link/index.js +160 -1
- package/lib/loading/index.js +381 -1
- package/lib/locale/index.js +465 -1
- package/lib/menu/index.js +724 -1
- package/lib/message/index.js +1795 -2
- package/lib/modal/index.js +396 -1
- package/lib/navigation/index.js +367 -1
- package/lib/notify/index.js +397 -1
- package/lib/overflow-title/index.js +461 -1
- package/lib/pagination/index.js +880 -1
- package/lib/plugin-popover/index.js +4089 -1
- package/lib/plugins/index.js +63 -1
- package/lib/pop-confirm/index.js +273 -1
- package/lib/popover/index.js +4097 -1
- package/lib/popover2/index.js +107 -1
- package/lib/preset.js +93 -1
- package/lib/process/index.js +759 -2
- package/lib/progress/index.js +431 -1
- package/lib/radio/index.js +627 -1
- package/lib/rate/index.js +338 -1
- package/lib/resize-layout/index.js +429 -1
- package/lib/search-select/index.js +2729 -2
- package/lib/search-select/search-select.css +1 -3
- package/lib/search-select/search-select.less +1 -3
- package/lib/search-select/search-select.variable.css +1 -3
- package/lib/select/index.js +2251 -2
- package/lib/shared/index.js +2873 -1
- package/lib/sideslider/index.js +714 -2
- package/lib/slider/index.js +1291 -2
- package/lib/steps/index.js +825 -2
- package/lib/swiper/index.js +336 -1
- package/lib/switcher/index.js +277 -1
- package/lib/tab/index.js +914 -1
- package/lib/table/index.js +6421 -1
- package/lib/table/plugins/use-column-resize.d.ts +1 -1
- package/lib/table-column/index.js +763 -1
- package/lib/tag/index.js +233 -1
- package/lib/tag-input/index.js +1660 -1
- package/lib/tag-input/tag-input.d.ts +2 -14
- package/lib/time-picker/index.js +71 -1
- package/lib/timeline/index.js +241 -1
- package/lib/transfer/index.js +673 -1
- package/lib/tree/index.js +2686 -1
- package/lib/upload/index.js +2874 -2
- package/lib/virtual-render/index.js +865 -1
- package/package.json +13 -2
- package/lib/cascader/index.js.LICENSE.txt +0 -1
- package/lib/dialog/index.js.LICENSE.txt +0 -1
- package/lib/directives/index.js.LICENSE.txt +0 -14
- package/lib/info-box/index.js.LICENSE.txt +0 -1
- package/lib/input/index.js.LICENSE.txt +0 -1
- package/lib/message/index.js.LICENSE.txt +0 -6
- package/lib/process/index.js.LICENSE.txt +0 -1
- package/lib/search-select/index.js.LICENSE.txt +0 -1
- package/lib/select/index.js.LICENSE.txt +0 -1
- package/lib/sideslider/index.js.LICENSE.txt +0 -1
- package/lib/slider/index.js.LICENSE.txt +0 -1
- package/lib/steps/index.js.LICENSE.txt +0 -1
- package/lib/upload/index.js.LICENSE.txt +0 -1
package/lib/index.js
CHANGED
@@ -1 +1,97 @@
|
|
1
|
-
import
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE__preset_b854ea38__ from "./preset";
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__components_96ad247a__ from "./components";
|
3
|
+
import * as __WEBPACK_EXTERNAL_MODULE__directives_37095733__ from "./directives";
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE__plugins_a82c42d7__ from "./plugins";
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE__config_provider_e8e4cbd4__ from "./config-provider";
|
6
|
+
import * as __WEBPACK_EXTERNAL_MODULE__hooks_627f7bfe__ from "./hooks";
|
7
|
+
/******/ // The require scope
|
8
|
+
/******/ var __webpack_require__ = {};
|
9
|
+
/******/
|
10
|
+
/************************************************************************/
|
11
|
+
/******/ /* webpack/runtime/define property getters */
|
12
|
+
/******/ (() => {
|
13
|
+
/******/ // define getter functions for harmony exports
|
14
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
15
|
+
/******/ for(var key in definition) {
|
16
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
17
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
18
|
+
/******/ }
|
19
|
+
/******/ }
|
20
|
+
/******/ };
|
21
|
+
/******/ })();
|
22
|
+
/******/
|
23
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
24
|
+
/******/ (() => {
|
25
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
26
|
+
/******/ })();
|
27
|
+
/******/
|
28
|
+
/************************************************************************/
|
29
|
+
var __webpack_exports__ = {};
|
30
|
+
|
31
|
+
// EXPORTS
|
32
|
+
__webpack_require__.d(__webpack_exports__, {
|
33
|
+
"default": () => (/* reexport */ external_preset_namespaceObject["default"]),
|
34
|
+
plugins: () => (/* reexport */ external_plugins_namespaceObject)
|
35
|
+
});
|
36
|
+
|
37
|
+
;// CONCATENATED MODULE: external "./preset"
|
38
|
+
var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
39
|
+
var y = x => () => x
|
40
|
+
const external_preset_namespaceObject = x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE__preset_b854ea38__["default"] });
|
41
|
+
;// CONCATENATED MODULE: external "./components"
|
42
|
+
var external_components_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
43
|
+
var external_components_y = x => () => x
|
44
|
+
const external_components_namespaceObject = external_components_x({ });
|
45
|
+
;// CONCATENATED MODULE: external "./directives"
|
46
|
+
var external_directives_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
47
|
+
var external_directives_y = x => () => x
|
48
|
+
const external_directives_namespaceObject = external_directives_x({ });
|
49
|
+
;// CONCATENATED MODULE: external "./plugins"
|
50
|
+
var external_plugins_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
51
|
+
var external_plugins_y = x => () => x
|
52
|
+
const external_plugins_namespaceObject = __WEBPACK_EXTERNAL_MODULE__plugins_a82c42d7__;
|
53
|
+
;// CONCATENATED MODULE: external "./config-provider"
|
54
|
+
var external_config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
55
|
+
var external_config_provider_y = x => () => x
|
56
|
+
const external_config_provider_namespaceObject = external_config_provider_x({ });
|
57
|
+
;// CONCATENATED MODULE: external "./hooks"
|
58
|
+
var external_hooks_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
59
|
+
var external_hooks_y = x => () => x
|
60
|
+
const external_hooks_namespaceObject = external_hooks_x({ });
|
61
|
+
;// CONCATENATED MODULE: ../../packages/bkui-vue/index.ts
|
62
|
+
/*
|
63
|
+
* Tencent is pleased to support the open source community by making
|
64
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
65
|
+
*
|
66
|
+
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
|
67
|
+
*
|
68
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
69
|
+
*
|
70
|
+
* License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
|
71
|
+
*
|
72
|
+
* ---------------------------------------------------
|
73
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
74
|
+
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
75
|
+
* the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
76
|
+
* to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
77
|
+
*
|
78
|
+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of
|
79
|
+
* the Software.
|
80
|
+
*
|
81
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
82
|
+
* THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
83
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
84
|
+
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
85
|
+
* IN THE SOFTWARE.
|
86
|
+
*/
|
87
|
+
// import '@bkui-vue/styles';
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
var __webpack_exports__default = __webpack_exports__["default"];
|
96
|
+
var __webpack_exports__plugins = __webpack_exports__.plugins;
|
97
|
+
export { __webpack_exports__default as default, __webpack_exports__plugins as plugins };
|