bm-admin-ui 1.0.14-alpha → 1.0.15-alpha

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.
@@ -1,5 +1,5 @@
1
1
  import { withInstall } from 'bm-admin-ui/es/utils/with-install';
2
- import Popover from 'ant-design-vue/lib/popover';
2
+ import ToolTip from 'ant-design-vue/lib/tooltip';
3
3
  import Button from 'ant-design-vue/lib/button';
4
4
  import { h, nextTick, createVNode, defineComponent, resolveComponent, openBlock, createElementBlock, withCtx, createElementVNode, toDisplayString, withModifiers, Fragment, renderList, createBlock, createTextVNode, createCommentVNode } from 'vue';
5
5
 
@@ -1124,7 +1124,7 @@ var _export_sfc = (sfc, props) => {
1124
1124
  };
1125
1125
 
1126
1126
  const _sfc_main = defineComponent({
1127
- components: { Popover, CloseCircleFilled: CloseCircleFilled$1, Button },
1127
+ components: { ToolTip, CloseCircleFilled: CloseCircleFilled$1, Button },
1128
1128
  props: {
1129
1129
  list: {
1130
1130
  type: Array,
@@ -1186,7 +1186,7 @@ const _hoisted_10 = /* @__PURE__ */ createElementVNode("div", null, null, -1);
1186
1186
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1187
1187
  const _component_a_tag = resolveComponent("a-tag");
1188
1188
  const _component_CloseCircleFilled = resolveComponent("CloseCircleFilled");
1189
- const _component_Popover = resolveComponent("Popover");
1189
+ const _component_ToolTip = resolveComponent("ToolTip");
1190
1190
  const _component_Button = resolveComponent("Button");
1191
1191
  return openBlock(), createElementBlock("div", _hoisted_1, [
1192
1192
  _ctx.list && _ctx.list.length ? (openBlock(), createElementBlock("div", {
@@ -1194,7 +1194,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1194
1194
  id: _ctx.containId,
1195
1195
  class: "bm-tags-display-wrapper"
1196
1196
  }, [
1197
- createVNode(_component_Popover, {
1197
+ createVNode(_component_ToolTip, {
1198
+ color: "#fff",
1198
1199
  "get-popup-container": _ctx.getPopupContainer,
1199
1200
  placement: _ctx.placement,
1200
1201
  "overlay-class-name": "__list-filter-popover"
@@ -1206,9 +1207,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1206
1207
  createElementVNode("span", null, toDisplayString(_ctx.list.length), 1),
1207
1208
  _hoisted_6
1208
1209
  ])
1209
- ])
1210
- ]),
1211
- content: withCtx(() => [
1210
+ ]),
1212
1211
  createElementVNode("div", {
1213
1212
  class: "pop-seleted-list",
1214
1213
  onWheel: _cache[0] || (_cache[0] = withModifiers(() => {
package/index.esm.js CHANGED
@@ -72880,6 +72880,8 @@ var _default = (0, _type.withInstall)(_Tooltip.default);
72880
72880
  exports.default = _default;
72881
72881
  }(tooltip));
72882
72882
 
72883
+ var ToolTip = /*@__PURE__*/getDefaultExportFromCjs(tooltip);
72884
+
72883
72885
  var _interopRequireDefault$o = interopRequireDefault.exports;
72884
72886
 
72885
72887
  Object.defineProperty(popover, "__esModule", {
@@ -83042,7 +83044,7 @@ const BmTimeline = withInstall$2(Timeline);
83042
83044
  const BmTimelineItem = withInstall$2(TimelineItem);
83043
83045
 
83044
83046
  const _sfc_main = defineComponent({
83045
- components: { Popover: default_1, CloseCircleFilled: CloseCircleFilled$1, Button: Button$2 },
83047
+ components: { ToolTip, CloseCircleFilled: CloseCircleFilled$1, Button: Button$2 },
83046
83048
  props: {
83047
83049
  list: {
83048
83050
  type: Array,
@@ -83104,7 +83106,7 @@ const _hoisted_10 = /* @__PURE__ */ createElementVNode("div", null, null, -1);
83104
83106
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
83105
83107
  const _component_a_tag = resolveComponent("a-tag");
83106
83108
  const _component_CloseCircleFilled = resolveComponent("CloseCircleFilled");
83107
- const _component_Popover = resolveComponent("Popover");
83109
+ const _component_ToolTip = resolveComponent("ToolTip");
83108
83110
  const _component_Button = resolveComponent("Button");
83109
83111
  return openBlock(), createElementBlock("div", _hoisted_1, [
83110
83112
  _ctx.list && _ctx.list.length ? (openBlock(), createElementBlock("div", {
@@ -83112,7 +83114,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
83112
83114
  id: _ctx.containId,
83113
83115
  class: "bm-tags-display-wrapper"
83114
83116
  }, [
83115
- createVNode(_component_Popover, {
83117
+ createVNode(_component_ToolTip, {
83118
+ color: "#fff",
83116
83119
  "get-popup-container": _ctx.getPopupContainer,
83117
83120
  placement: _ctx.placement,
83118
83121
  "overlay-class-name": "__list-filter-popover"
@@ -83124,9 +83127,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
83124
83127
  createElementVNode("span", null, toDisplayString(_ctx.list.length), 1),
83125
83128
  _hoisted_6
83126
83129
  ])
83127
- ])
83128
- ]),
83129
- content: withCtx(() => [
83130
+ ]),
83130
83131
  createElementVNode("div", {
83131
83132
  class: "pop-seleted-list",
83132
83133
  onWheel: _cache[0] || (_cache[0] = withModifiers(() => {
package/index.js CHANGED
@@ -72888,6 +72888,8 @@ var process = {
72888
72888
  exports.default = _default;
72889
72889
  }(tooltip));
72890
72890
 
72891
+ var ToolTip = /*@__PURE__*/getDefaultExportFromCjs(tooltip);
72892
+
72891
72893
  var _interopRequireDefault$o = interopRequireDefault.exports;
72892
72894
 
72893
72895
  Object.defineProperty(popover, "__esModule", {
@@ -83050,7 +83052,7 @@ var process = {
83050
83052
  const BmTimelineItem = withInstall$2(TimelineItem);
83051
83053
 
83052
83054
  const _sfc_main = require$$1$1.defineComponent({
83053
- components: { Popover: default_1, CloseCircleFilled: CloseCircleFilled$1, Button: Button$2 },
83055
+ components: { ToolTip, CloseCircleFilled: CloseCircleFilled$1, Button: Button$2 },
83054
83056
  props: {
83055
83057
  list: {
83056
83058
  type: Array,
@@ -83112,7 +83114,7 @@ var process = {
83112
83114
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
83113
83115
  const _component_a_tag = require$$1$1.resolveComponent("a-tag");
83114
83116
  const _component_CloseCircleFilled = require$$1$1.resolveComponent("CloseCircleFilled");
83115
- const _component_Popover = require$$1$1.resolveComponent("Popover");
83117
+ const _component_ToolTip = require$$1$1.resolveComponent("ToolTip");
83116
83118
  const _component_Button = require$$1$1.resolveComponent("Button");
83117
83119
  return require$$1$1.openBlock(), require$$1$1.createElementBlock("div", _hoisted_1, [
83118
83120
  _ctx.list && _ctx.list.length ? (require$$1$1.openBlock(), require$$1$1.createElementBlock("div", {
@@ -83120,7 +83122,8 @@ var process = {
83120
83122
  id: _ctx.containId,
83121
83123
  class: "bm-tags-display-wrapper"
83122
83124
  }, [
83123
- require$$1$1.createVNode(_component_Popover, {
83125
+ require$$1$1.createVNode(_component_ToolTip, {
83126
+ color: "#fff",
83124
83127
  "get-popup-container": _ctx.getPopupContainer,
83125
83128
  placement: _ctx.placement,
83126
83129
  "overlay-class-name": "__list-filter-popover"
@@ -83132,9 +83135,7 @@ var process = {
83132
83135
  require$$1$1.createElementVNode("span", null, require$$1$1.toDisplayString(_ctx.list.length), 1),
83133
83136
  _hoisted_6
83134
83137
  ])
83135
- ])
83136
- ]),
83137
- content: require$$1$1.withCtx(() => [
83138
+ ]),
83138
83139
  require$$1$1.createElementVNode("div", {
83139
83140
  class: "pop-seleted-list",
83140
83141
  onWheel: _cache[0] || (_cache[0] = require$$1$1.withModifiers(() => {
@@ -3,13 +3,13 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var withInstall = require('bm-admin-ui/lib/utils/with-install');
6
- var Popover = require('ant-design-vue/lib/popover');
6
+ var ToolTip = require('ant-design-vue/lib/tooltip');
7
7
  var Button = require('ant-design-vue/lib/button');
8
8
  var vue = require('vue');
9
9
 
10
10
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
11
11
 
12
- var Popover__default = /*#__PURE__*/_interopDefaultLegacy(Popover);
12
+ var ToolTip__default = /*#__PURE__*/_interopDefaultLegacy(ToolTip);
13
13
  var Button__default = /*#__PURE__*/_interopDefaultLegacy(Button);
14
14
 
15
15
  /**
@@ -1133,7 +1133,7 @@ var _export_sfc = (sfc, props) => {
1133
1133
  };
1134
1134
 
1135
1135
  const _sfc_main = vue.defineComponent({
1136
- components: { Popover: Popover__default["default"], CloseCircleFilled: CloseCircleFilled$1, Button: Button__default["default"] },
1136
+ components: { ToolTip: ToolTip__default["default"], CloseCircleFilled: CloseCircleFilled$1, Button: Button__default["default"] },
1137
1137
  props: {
1138
1138
  list: {
1139
1139
  type: Array,
@@ -1195,7 +1195,7 @@ const _hoisted_10 = /* @__PURE__ */ vue.createElementVNode("div", null, null, -1
1195
1195
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1196
1196
  const _component_a_tag = vue.resolveComponent("a-tag");
1197
1197
  const _component_CloseCircleFilled = vue.resolveComponent("CloseCircleFilled");
1198
- const _component_Popover = vue.resolveComponent("Popover");
1198
+ const _component_ToolTip = vue.resolveComponent("ToolTip");
1199
1199
  const _component_Button = vue.resolveComponent("Button");
1200
1200
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
1201
1201
  _ctx.list && _ctx.list.length ? (vue.openBlock(), vue.createElementBlock("div", {
@@ -1203,7 +1203,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1203
1203
  id: _ctx.containId,
1204
1204
  class: "bm-tags-display-wrapper"
1205
1205
  }, [
1206
- vue.createVNode(_component_Popover, {
1206
+ vue.createVNode(_component_ToolTip, {
1207
+ color: "#fff",
1207
1208
  "get-popup-container": _ctx.getPopupContainer,
1208
1209
  placement: _ctx.placement,
1209
1210
  "overlay-class-name": "__list-filter-popover"
@@ -1215,9 +1216,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1215
1216
  vue.createElementVNode("span", null, vue.toDisplayString(_ctx.list.length), 1),
1216
1217
  _hoisted_6
1217
1218
  ])
1218
- ])
1219
- ]),
1220
- content: vue.withCtx(() => [
1219
+ ]),
1221
1220
  vue.createElementVNode("div", {
1222
1221
  class: "pop-seleted-list",
1223
1222
  onWheel: _cache[0] || (_cache[0] = vue.withModifiers(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bm-admin-ui",
3
- "version": "1.0.14-alpha",
3
+ "version": "1.0.15-alpha",
4
4
  "private": false,
5
5
  "description": "An Admin Component Library for Bm",
6
6
  "license": "UNLICENSED",