bkui-vue 2.0.2-beta.4 → 2.0.2-beta.41

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 (71) hide show
  1. package/dist/cli.css +1 -0
  2. package/dist/index.cjs.js +132 -132
  3. package/dist/index.esm.js +15822 -14471
  4. package/dist/index.umd.js +132 -132
  5. package/dist/style.variable.css +1 -1
  6. package/lib/cascader/cascader.css +26 -24
  7. package/lib/cascader/cascader.d.ts +12 -0
  8. package/lib/cascader/cascader.less +78 -76
  9. package/lib/cascader/cascader.variable.css +26 -24
  10. package/lib/cascader/index.d.ts +26 -0
  11. package/lib/cascader/index.js +110 -60
  12. package/lib/checkbox/index.js +1 -1
  13. package/lib/color-picker/index.js +20 -16
  14. package/lib/components.d.ts +1 -2
  15. package/lib/components.js +1 -2
  16. package/lib/date-picker/index.js +53 -58
  17. package/lib/date-picker/panel/time.d.ts +1 -1
  18. package/lib/date-picker/utils.d.ts +5 -17
  19. package/lib/directives/index.js +17 -13
  20. package/lib/dropdown/dropdown.d.ts +1 -0
  21. package/lib/dropdown/index.d.ts +3 -0
  22. package/lib/dropdown/index.js +11 -6
  23. package/lib/form/form-item.d.ts +19 -0
  24. package/lib/form/form.css +16 -4
  25. package/lib/form/form.less +24 -6
  26. package/lib/form/form.variable.css +16 -4
  27. package/lib/form/index.d.ts +13 -0
  28. package/lib/form/index.js +33 -25
  29. package/lib/image/index.js +7 -10
  30. package/lib/index.d.ts +0 -1
  31. package/lib/index.js +1 -2
  32. package/lib/input/index.d.ts +39 -20
  33. package/lib/input/index.js +25 -22
  34. package/lib/input/input.d.ts +30 -16
  35. package/lib/message/index.js +1 -1
  36. package/lib/modal/index.js +2 -1
  37. package/lib/pop-confirm/index.d.ts +600 -2
  38. package/lib/pop-confirm/index.js +20 -8
  39. package/lib/pop-confirm/pop-confirm.d.ts +297 -1
  40. package/lib/pop-confirm/props.d.ts +146 -0
  41. package/lib/popover/index.js +7 -10
  42. package/lib/search-select/index.d.ts +21 -3
  43. package/lib/search-select/index.js +62 -30
  44. package/lib/search-select/input.d.ts +3 -0
  45. package/lib/search-select/search-select.d.ts +7 -1
  46. package/lib/search-select/selected.d.ts +6 -0
  47. package/lib/select/index.d.ts +19 -0
  48. package/lib/select/index.js +15 -16
  49. package/lib/select/select.d.ts +10 -0
  50. package/lib/sideslider/index.js +3 -1
  51. package/lib/slider/index.js +2 -1
  52. package/lib/tab/index.js +7 -10
  53. package/lib/table/index.js +7 -15
  54. package/lib/tag-input/index.d.ts +3 -0
  55. package/lib/tag-input/index.js +35 -24
  56. package/lib/tag-input/tag-input.d.ts +1 -0
  57. package/lib/tree/constant.d.ts +2 -0
  58. package/lib/tree/index.d.ts +48 -0
  59. package/lib/tree/index.js +209 -59
  60. package/lib/tree/props.d.ts +20 -0
  61. package/lib/tree/tree.css +46 -0
  62. package/lib/tree/tree.d.ts +22 -0
  63. package/lib/tree/tree.less +57 -2
  64. package/lib/tree/tree.variable.css +46 -0
  65. package/lib/tree/use-node-action.d.ts +2 -2
  66. package/package.json +1 -1
  67. package/dist/style.css +0 -1
  68. package/lib/plugin-popover/index.d.ts +0 -27
  69. package/lib/plugin-popover/index.js +0 -65
  70. package/lib/plugins/index.d.ts +0 -1
  71. package/lib/plugins/index.js +0 -64
@@ -1,65 +0,0 @@
1
- import "../styles/reset.css";
2
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
3
- /******/ // The require scope
4
- /******/ var __webpack_require__ = {};
5
- /******/
6
- /************************************************************************/
7
- /******/ /* webpack/runtime/define property getters */
8
- /******/ (() => {
9
- /******/ // define getter functions for harmony exports
10
- /******/ __webpack_require__.d = (exports, definition) => {
11
- /******/ for(var key in definition) {
12
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
14
- /******/ }
15
- /******/ }
16
- /******/ };
17
- /******/ })();
18
- /******/
19
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
20
- /******/ (() => {
21
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
22
- /******/ })();
23
- /******/
24
- /************************************************************************/
25
- var __webpack_exports__ = {};
26
-
27
- // EXPORTS
28
- __webpack_require__.d(__webpack_exports__, {
29
- "default": () => (/* binding */ src)
30
- });
31
-
32
- ;// CONCATENATED MODULE: external "../popover"
33
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
34
- var y = x => () => x
35
- const popover_namespaceObject = x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover });
36
- ;// CONCATENATED MODULE: ../../packages/plugin-popover/src/index.ts
37
- /**
38
- * Tencent is pleased to support the open source community by making
39
- * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
40
- *
41
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
42
- *
43
- * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
44
- *
45
- * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
46
- *
47
- * ---------------------------------------------------
48
- * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
49
- * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
50
- * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
51
- * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
52
- *
53
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
54
- * the Software.
55
- *
56
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
57
- * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
58
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
59
- * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
60
- * IN THE SOFTWARE.
61
- */
62
-
63
- /* harmony default export */ const src = (popover_namespaceObject.$bkPopover);
64
- var __webpack_exports__default = __webpack_exports__["default"];
65
- export { __webpack_exports__default as default };
@@ -1 +0,0 @@
1
- export { default as $bkPopover } from '../plugin-popover';
@@ -1,64 +0,0 @@
1
- import "../styles/reset.css";
2
- import * as __WEBPACK_EXTERNAL_MODULE__plugin_popover_d49f5bb2__ from "../plugin-popover";
3
- /******/ // The require scope
4
- /******/ var __webpack_require__ = {};
5
- /******/
6
- /************************************************************************/
7
- /******/ /* webpack/runtime/define property getters */
8
- /******/ (() => {
9
- /******/ // define getter functions for harmony exports
10
- /******/ __webpack_require__.d = (exports, definition) => {
11
- /******/ for(var key in definition) {
12
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
14
- /******/ }
15
- /******/ }
16
- /******/ };
17
- /******/ })();
18
- /******/
19
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
20
- /******/ (() => {
21
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
22
- /******/ })();
23
- /******/
24
- /************************************************************************/
25
- var __webpack_exports__ = {};
26
-
27
- // EXPORTS
28
- __webpack_require__.d(__webpack_exports__, {
29
- $bkPopover: () => (/* reexport */ external_plugin_popover_namespaceObject["default"])
30
- });
31
-
32
- ;// CONCATENATED MODULE: external "../plugin-popover"
33
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
34
- var y = x => () => x
35
- const external_plugin_popover_namespaceObject = x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE__plugin_popover_d49f5bb2__["default"] });
36
- ;// CONCATENATED MODULE: ../../packages/plugins/src/index.ts
37
- /*
38
- * Tencent is pleased to support the open source community by making
39
- * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
40
- *
41
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
42
- *
43
- * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
44
- *
45
- * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
46
- *
47
- * ---------------------------------------------------
48
- * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
49
- * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
50
- * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
51
- * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
52
- *
53
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
54
- * the Software.
55
- *
56
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
57
- * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
58
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
59
- * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
60
- * IN THE SOFTWARE.
61
- */
62
-
63
- var __webpack_exports__$bkPopover = __webpack_exports__.$bkPopover;
64
- export { __webpack_exports__$bkPopover as $bkPopover };