bkui-vue 2.0.2-beta.5 → 2.0.2-beta.7

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.
@@ -2,7 +2,7 @@ import "../styles/reset.css";
2
2
  import "./popover.less";
3
3
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
4
4
  import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
5
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__ from "../plugin-popover";
5
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
6
6
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
7
7
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
8
8
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
@@ -829,10 +829,10 @@ function _typeof(o) {
829
829
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
830
830
  }, _typeof(o);
831
831
  }
832
- ;// CONCATENATED MODULE: external "../plugin-popover"
833
- var plugin_popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
834
- var plugin_popover_y = x => () => x
835
- const plugin_popover_namespaceObject = plugin_popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
832
+ ;// CONCATENATED MODULE: external "../popover"
833
+ var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
834
+ var popover_y = x => () => x
835
+ const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover });
836
836
  ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
837
837
 
838
838
  /*
@@ -910,7 +910,7 @@ var createInstance = function createInstance(el, binding) {
910
910
  onContentMouseenter: handleContentEnter,
911
911
  onContentMouseleave: handleContentLeave
912
912
  });
913
- instance = (0,plugin_popover_namespaceObject["default"])(targetOptions);
913
+ instance = (0,popover_namespaceObject.$bkPopover)(targetOptions);
914
914
  }, 300);
915
915
  };
916
916
  var handleMouseLeave = function handleMouseLeave() {
@@ -3,12 +3,11 @@ import "./search-select.less";
3
3
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
4
4
  import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
6
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__ from "../plugin-popover";
6
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
7
7
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
8
8
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
9
9
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
10
10
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
11
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
12
11
  import "../popover/popover.less";
13
12
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__ from "../checkbox";
14
13
  import "../checkbox/checkbox.less";
@@ -1219,10 +1218,10 @@ ClickOutside.install = function (app) {
1219
1218
  app.directive('bkTooltips', ClickOutside);
1220
1219
  };
1221
1220
  /* harmony default export */ const clickoutside = (ClickOutside);
1222
- ;// CONCATENATED MODULE: external "../plugin-popover"
1223
- var plugin_popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1224
- var plugin_popover_y = x => () => x
1225
- const plugin_popover_namespaceObject = plugin_popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
1221
+ ;// CONCATENATED MODULE: external "../popover"
1222
+ var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1223
+ var popover_y = x => () => x
1224
+ const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover, ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
1226
1225
  ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
1227
1226
 
1228
1227
  /*
@@ -1300,7 +1299,7 @@ var createInstance = function createInstance(el, binding) {
1300
1299
  onContentMouseenter: handleContentEnter,
1301
1300
  onContentMouseleave: handleContentLeave
1302
1301
  });
1303
- instance = (0,plugin_popover_namespaceObject["default"])(targetOptions);
1302
+ instance = (0,popover_namespaceObject.$bkPopover)(targetOptions);
1304
1303
  }, 300);
1305
1304
  };
1306
1305
  var handleMouseLeave = function handleMouseLeave() {
@@ -2150,10 +2149,6 @@ function _asyncToGenerator(fn) {
2150
2149
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/regenerator/index.js
2151
2150
  var regenerator = __webpack_require__(2841);
2152
2151
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator);
2153
- ;// CONCATENATED MODULE: external "../popover"
2154
- var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2155
- var popover_y = x => () => x
2156
- const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
2157
2152
  ;// CONCATENATED MODULE: external "../popover/popover.less"
2158
2153
  var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2159
2154
  var popover_less_y = x => () => x
@@ -7,7 +7,7 @@ import "../checkbox/checkbox.less";
7
7
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
8
8
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
9
9
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_isEqual_ce045a54__ from "lodash/isEqual";
10
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__ from "../plugin-popover";
10
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
11
11
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
12
12
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
13
13
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
@@ -15,7 +15,6 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_input_d525237e__ from "../inp
15
15
  import "../input/input.less";
16
16
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__ from "../loading";
17
17
  import "../loading/loading.less";
18
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
19
18
  import "../popover/popover.less";
20
19
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_virtual_render_927587a8__ from "../virtual-render";
21
20
  import "../virtual-render/virtual-render.less";
@@ -1797,10 +1796,10 @@ ClickOutside.install = function (app) {
1797
1796
  app.directive('bkTooltips', ClickOutside);
1798
1797
  };
1799
1798
  /* harmony default export */ const clickoutside = (ClickOutside);
1800
- ;// CONCATENATED MODULE: external "../plugin-popover"
1801
- var plugin_popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1802
- var plugin_popover_y = x => () => x
1803
- const plugin_popover_namespaceObject = plugin_popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
1799
+ ;// CONCATENATED MODULE: external "../popover"
1800
+ var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1801
+ var popover_y = x => () => x
1802
+ const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover, ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
1804
1803
  ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
1805
1804
 
1806
1805
  /*
@@ -1878,7 +1877,7 @@ var createInstance = function createInstance(el, binding) {
1878
1877
  onContentMouseenter: handleContentEnter,
1879
1878
  onContentMouseleave: handleContentLeave
1880
1879
  });
1881
- instance = (0,plugin_popover_namespaceObject["default"])(targetOptions);
1880
+ instance = (0,popover_namespaceObject.$bkPopover)(targetOptions);
1882
1881
  }, 300);
1883
1882
  };
1884
1883
  var handleMouseLeave = function handleMouseLeave() {
@@ -2309,10 +2308,6 @@ const loading_namespaceObject = loading_x({ ["default"]: () => __WEBPACK_EXTERNA
2309
2308
  var loading_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2310
2309
  var loading_less_y = x => () => x
2311
2310
  const loading_less_namespaceObject = loading_less_x({ });
2312
- ;// CONCATENATED MODULE: external "../popover"
2313
- var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2314
- var popover_y = x => () => x
2315
- const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
2316
2311
  ;// CONCATENATED MODULE: external "../popover/popover.less"
2317
2312
  var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2318
2313
  var popover_less_y = x => () => x
package/lib/tab/index.js CHANGED
@@ -4,7 +4,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../sh
4
4
  import * as __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__ from "vue-types";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
6
6
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
7
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__ from "../plugin-popover";
7
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
8
8
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
9
9
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
10
10
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
@@ -1050,10 +1050,10 @@ ClickOutside.install = function (app) {
1050
1050
  app.directive('bkTooltips', ClickOutside);
1051
1051
  };
1052
1052
  /* harmony default export */ const clickoutside = ((/* unused pure expression or super */ null && (ClickOutside)));
1053
- ;// CONCATENATED MODULE: external "../plugin-popover"
1054
- var plugin_popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1055
- var plugin_popover_y = x => () => x
1056
- const plugin_popover_namespaceObject = plugin_popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
1053
+ ;// CONCATENATED MODULE: external "../popover"
1054
+ var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1055
+ var popover_y = x => () => x
1056
+ const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover });
1057
1057
  ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
1058
1058
 
1059
1059
  /*
@@ -1131,7 +1131,7 @@ var createInstance = function createInstance(el, binding) {
1131
1131
  onContentMouseenter: handleContentEnter,
1132
1132
  onContentMouseleave: handleContentLeave
1133
1133
  });
1134
- instance = (0,plugin_popover_namespaceObject["default"])(targetOptions);
1134
+ instance = (0,popover_namespaceObject.$bkPopover)(targetOptions);
1135
1135
  }, 300);
1136
1136
  };
1137
1137
  var handleMouseLeave = function handleMouseLeave() {
@@ -4,7 +4,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../sh
4
4
  import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_isEqual_ce045a54__ from "lodash/isEqual";
6
6
  import * as __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__ from "vue-types";
7
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__ from "../plugin-popover";
7
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
8
8
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
9
9
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
10
10
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
@@ -25,7 +25,6 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__ from "../
25
25
  import "../checkbox/checkbox.less";
26
26
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
27
27
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_isEmpty_e109fd6b__ from "lodash/isEmpty";
28
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
29
28
  import "../popover/popover.less";
30
29
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_button_a2ea7c9a__ from "../button";
31
30
  import "../button/button.less";
@@ -1922,10 +1921,10 @@ ClickOutside.install = function (app) {
1922
1921
  app.directive('bkTooltips', ClickOutside);
1923
1922
  };
1924
1923
  /* harmony default export */ const clickoutside = ((/* unused pure expression or super */ null && (ClickOutside)));
1925
- ;// CONCATENATED MODULE: external "../plugin-popover"
1926
- var plugin_popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1927
- var plugin_popover_y = x => () => x
1928
- const plugin_popover_namespaceObject = plugin_popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
1924
+ ;// CONCATENATED MODULE: external "../popover"
1925
+ var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1926
+ var popover_y = x => () => x
1927
+ const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover, ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
1929
1928
  ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
1930
1929
 
1931
1930
  /*
@@ -2003,7 +2002,7 @@ var createInstance = function createInstance(el, binding) {
2003
2002
  onContentMouseenter: handleContentEnter,
2004
2003
  onContentMouseleave: handleContentLeave
2005
2004
  });
2006
- instance = (0,plugin_popover_namespaceObject["default"])(targetOptions);
2005
+ instance = (0,popover_namespaceObject.$bkPopover)(targetOptions);
2007
2006
  }, 300);
2008
2007
  };
2009
2008
  var handleMouseLeave = function handleMouseLeave() {
@@ -6748,10 +6747,6 @@ const isEmpty_namespaceObject = isEmpty_x({ ["default"]: () => __WEBPACK_EXTERNA
6748
6747
  renderCell: renderCell
6749
6748
  };
6750
6749
  });
6751
- ;// CONCATENATED MODULE: external "../popover"
6752
- var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
6753
- var popover_y = x => () => x
6754
- const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
6755
6750
  ;// CONCATENATED MODULE: external "../popover/popover.less"
6756
6751
  var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
6757
6752
  var popover_less_y = x => () => x
@@ -3,14 +3,13 @@ import "./tag-input.less";
3
3
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
4
4
  import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
6
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__ from "../plugin-popover";
6
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
7
7
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
8
8
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
9
9
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
10
10
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
11
11
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__ from "../loading";
12
12
  import "../loading/loading.less";
13
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
14
13
  import "../popover/popover.less";
15
14
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__ from "lodash/debounce";
16
15
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_trim_5cdad98c__ from "lodash/trim";
@@ -1136,10 +1135,10 @@ ClickOutside.install = function (app) {
1136
1135
  app.directive('bkTooltips', ClickOutside);
1137
1136
  };
1138
1137
  /* harmony default export */ const clickoutside = ((/* unused pure expression or super */ null && (ClickOutside)));
1139
- ;// CONCATENATED MODULE: external "../plugin-popover"
1140
- var plugin_popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1141
- var plugin_popover_y = x => () => x
1142
- const plugin_popover_namespaceObject = plugin_popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
1138
+ ;// CONCATENATED MODULE: external "../popover"
1139
+ var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1140
+ var popover_y = x => () => x
1141
+ const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover, ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
1143
1142
  ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
1144
1143
 
1145
1144
  /*
@@ -1217,7 +1216,7 @@ var createInstance = function createInstance(el, binding) {
1217
1216
  onContentMouseenter: handleContentEnter,
1218
1217
  onContentMouseleave: handleContentLeave
1219
1218
  });
1220
- instance = (0,plugin_popover_namespaceObject["default"])(targetOptions);
1219
+ instance = (0,popover_namespaceObject.$bkPopover)(targetOptions);
1221
1220
  }, 300);
1222
1221
  };
1223
1222
  var handleMouseLeave = function handleMouseLeave() {
@@ -1644,10 +1643,6 @@ const loading_namespaceObject = loading_x({ ["BkLoadingSize"]: () => __WEBPACK_E
1644
1643
  var loading_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1645
1644
  var loading_less_y = x => () => x
1646
1645
  const loading_less_namespaceObject = loading_less_x({ });
1647
- ;// CONCATENATED MODULE: external "../popover"
1648
- var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1649
- var popover_y = x => () => x
1650
- const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
1651
1646
  ;// CONCATENATED MODULE: external "../popover/popover.less"
1652
1647
  var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1653
1648
  var popover_less_y = x => () => x
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "2.0.2-beta.5",
3
+ "version": "2.0.2-beta.7",
4
4
  "workspaces": [
5
5
  "packages/**",
6
6
  "scripts/cli",
@@ -1,27 +0,0 @@
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
- */
26
- import { $bkPopover } from '../popover';
27
- export default $bkPopover;
@@ -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 };