@opentinyvue/vue-base-select 2.21.0 → 2.22.0

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/lib/index.js CHANGED
@@ -7,7 +7,7 @@ function _extends() {
7
7
  return n;
8
8
  }, _extends.apply(null, arguments);
9
9
  }
10
- import { defineComponent, $prefix, $props, $setup } from "@opentinyvue/vue-common";
10
+ import { defineComponent, $props, $setup, $prefix } from "@opentinyvue/vue-common";
11
11
  import { t } from "@opentinyvue/vue-locale";
12
12
  import PcTemplate from "./pc.js";
13
13
  import MobileFirstTemplate from "./mobile-first.js";
@@ -386,7 +386,7 @@ var BaseSelect = defineComponent({
386
386
  });
387
387
  }
388
388
  });
389
- var version = "2.21.0";
389
+ var version = "2.22.0";
390
390
  BaseSelect.model = {
391
391
  prop: "modelValue",
392
392
  event: "update:modelValue"
@@ -5,7 +5,7 @@ import Input from '@opentinyvue/vue-input';
5
5
  import Option from '@opentinyvue/vue-option';
6
6
  import Scrollbar from '@opentinyvue/vue-scrollbar';
7
7
  import SelectDropdown from '@opentinyvue/vue-select-dropdown';
8
- import Clickoutside from '@opentinyvue/vue-renderless/common/deps/clickoutside';
8
+ import { Clickoutside } from '@opentinyvue/vue-directive';
9
9
  import { iconClose, iconCopy, iconHalfselect, iconCheck, iconCheckedSur, iconLoading, iconChevronRight } from '@opentinyvue/vue-icon';
10
10
  import Tree from '@opentinyvue/vue-tree';
11
11
  import Tooltip from '@opentinyvue/vue-tooltip';
package/lib/pc.js CHANGED
@@ -6,7 +6,7 @@ import Option from '@opentinyvue/vue-option';
6
6
  import Scrollbar from '@opentinyvue/vue-scrollbar';
7
7
  import SelectDropdown from '@opentinyvue/vue-select-dropdown';
8
8
  import Button from '@opentinyvue/vue-button';
9
- import Clickoutside from '@opentinyvue/vue-renderless/common/deps/clickoutside';
9
+ import { Clickoutside } from '@opentinyvue/vue-directive';
10
10
  import { IconClose, IconCopy, iconAddCircle, iconLoadingShadow, IconHalfselect, IconCheck, IconCheckedSur, IconSearch, IconDeltaDown, IconEllipsis, IconChevronUp } from '@opentinyvue/vue-icon';
11
11
  import Tooltip from '@opentinyvue/vue-tooltip';
12
12
  import FilterBox from '@opentinyvue/vue-filter-box';
package/package.json CHANGED
@@ -1,29 +1,30 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-base-select",
3
3
  "type": "module",
4
- "version": "2.21.0",
4
+ "version": "2.22.0",
5
5
  "description": "",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
8
8
  "main": "./lib/index.js",
9
9
  "module": "./lib/index.js",
10
10
  "dependencies": {
11
- "@opentinyvue/vue-button": "~2.21.0",
12
- "@opentinyvue/vue-checkbox": "~2.21.0",
13
- "@opentinyvue/vue-common": "~2.21.0",
14
- "@opentinyvue/vue-filter-box": "~2.21.0",
15
- "@opentinyvue/vue-icon": "~2.21.0",
16
- "@opentinyvue/vue-input": "~2.21.0",
17
- "@opentinyvue/vue-locale": "~2.21.0",
18
- "@opentinyvue/vue-option": "~2.21.0",
19
- "@opentinyvue/vue-recycle-scroller": "~2.21.0",
20
- "@opentinyvue/vue-renderless": "~3.21.0",
21
- "@opentinyvue/vue-scrollbar": "~2.21.0",
22
- "@opentinyvue/vue-select-dropdown": "~2.21.0",
23
- "@opentinyvue/vue-tag": "~2.21.0",
24
- "@opentinyvue/vue-theme": "~3.21.0",
25
- "@opentinyvue/vue-tooltip": "~2.21.0",
26
- "@opentinyvue/vue-tree": "~2.21.0"
11
+ "@opentinyvue/vue-button": "~2.22.0",
12
+ "@opentinyvue/vue-checkbox": "~2.22.0",
13
+ "@opentinyvue/vue-common": "~2.22.0",
14
+ "@opentinyvue/vue-directive": "~2.22.0",
15
+ "@opentinyvue/vue-filter-box": "~2.22.0",
16
+ "@opentinyvue/vue-icon": "~2.22.0",
17
+ "@opentinyvue/vue-input": "~2.22.0",
18
+ "@opentinyvue/vue-locale": "~2.22.0",
19
+ "@opentinyvue/vue-option": "~2.22.0",
20
+ "@opentinyvue/vue-recycle-scroller": "~2.22.0",
21
+ "@opentinyvue/vue-renderless": "~3.22.0",
22
+ "@opentinyvue/vue-scrollbar": "~2.22.0",
23
+ "@opentinyvue/vue-select-dropdown": "~2.22.0",
24
+ "@opentinyvue/vue-tag": "~2.22.0",
25
+ "@opentinyvue/vue-theme": "~3.22.0",
26
+ "@opentinyvue/vue-tooltip": "~2.22.0",
27
+ "@opentinyvue/vue-tree": "~2.22.0"
27
28
  },
28
29
  "types": "index.d.ts",
29
30
  "scripts": {