bkui-vue 1.0.3-beta.33 → 1.0.3-beta.35

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.
@@ -442,25 +442,7 @@ var pickerDropdownProps = {
442
442
  /*
443
443
  * Tencent is pleased to support the open source community by making
444
444
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
445
- *
446
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
447
- *
448
- * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
449
- *
450
- * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
451
- *
452
- * ---------------------------------------------------
453
- * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
454
- * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
455
- * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
456
- * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
457
- *
458
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
459
- * the Software.
460
- *
461
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
462
- * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
463
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
445
+ @@ -23,68 +24,72 @@
464
446
  * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
465
447
  * IN THE SOFTWARE.
466
448
  */
@@ -122,7 +122,7 @@ function defineProperty_defineProperty(obj, key, value) {
122
122
  ;// CONCATENATED MODULE: external "vue"
123
123
  var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
124
124
  var external_vue_y = x => () => x
125
- const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createTextVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["inject"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.inject, ["isProxy"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isProxy, ["isVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isVNode, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["provide"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.provide, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["ssrUtils"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ssrUtils, ["toRaw"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRaw, ["toRef"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRef, ["unref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.unref, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["watchEffect"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watchEffect });
125
+ const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createTextVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["inject"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.inject, ["isProxy"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isProxy, ["isVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isVNode, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["provide"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.provide, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["toRaw"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRaw, ["toRef"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRef, ["unref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.unref, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["watchEffect"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watchEffect });
126
126
  ;// CONCATENATED MODULE: ../../packages/table/src/const.ts
127
127
 
128
128
  /*
@@ -666,7 +666,6 @@ var tableProps = {
666
666
  * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
667
667
  * IN THE SOFTWARE.
668
668
  */
669
- // @ts-ignore
670
669
 
671
670
 
672
671
 
@@ -812,16 +811,10 @@ var TableColumnProp = {
812
811
  if (Array.isArray(node === null || node === void 0 ? void 0 : node.children)) {
813
812
  return node.children;
814
813
  }
815
- if ((0,external_vue_namespaceObject.isVNode)(node)) {
816
- if (!(node !== null && node !== void 0 && node.children)) {
817
- var instance = external_vue_namespaceObject.ssrUtils.renderComponentRoot(node);
818
- return instance === null || instance === void 0 ? void 0 : instance.children;
819
- }
820
- if (typeof_typeof(node === null || node === void 0 ? void 0 : node.children) === 'object') {
821
- return Object.keys(node.children).map(function (key) {
822
- return node.children[key];
823
- });
824
- }
814
+ if ((0,external_vue_namespaceObject.isVNode)(node) && node !== null && node !== void 0 && node.children && typeof_typeof(node === null || node === void 0 ? void 0 : node.children) === 'object') {
815
+ return Object.keys(node.children).map(function (key) {
816
+ return node.children[key];
817
+ });
825
818
  }
826
819
  if (typeof node === 'function') {
827
820
  return node();
@@ -83,7 +83,7 @@ function _defineProperty(obj, key, value) {
83
83
  ;// CONCATENATED MODULE: external "vue"
84
84
  var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
85
85
  var external_vue_y = x => () => x
86
- const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["inject"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.inject, ["isVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isVNode, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["ssrUtils"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ssrUtils, ["unref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.unref });
86
+ const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["inject"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.inject, ["isVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isVNode, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["unref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.unref });
87
87
  ;// CONCATENATED MODULE: ../../packages/table/src/const.ts
88
88
 
89
89
  /*
@@ -627,7 +627,6 @@ var tableProps = {
627
627
  * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
628
628
  * IN THE SOFTWARE.
629
629
  */
630
- // @ts-ignore
631
630
 
632
631
 
633
632
 
@@ -773,16 +772,10 @@ var TableColumnProp = {
773
772
  if (Array.isArray(node === null || node === void 0 ? void 0 : node.children)) {
774
773
  return node.children;
775
774
  }
776
- if ((0,external_vue_namespaceObject.isVNode)(node)) {
777
- if (!(node !== null && node !== void 0 && node.children)) {
778
- var instance = external_vue_namespaceObject.ssrUtils.renderComponentRoot(node);
779
- return instance === null || instance === void 0 ? void 0 : instance.children;
780
- }
781
- if (_typeof(node === null || node === void 0 ? void 0 : node.children) === 'object') {
782
- return Object.keys(node.children).map(function (key) {
783
- return node.children[key];
784
- });
785
- }
775
+ if ((0,external_vue_namespaceObject.isVNode)(node) && node !== null && node !== void 0 && node.children && _typeof(node === null || node === void 0 ? void 0 : node.children) === 'object') {
776
+ return Object.keys(node.children).map(function (key) {
777
+ return node.children[key];
778
+ });
786
779
  }
787
780
  if (typeof node === 'function') {
788
781
  return node();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "1.0.3-beta.33",
3
+ "version": "1.0.3-beta.35",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",