@opentinyvue/vue-base-select 3.22.1 → 3.23.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
@@ -386,7 +386,7 @@ var BaseSelect = defineComponent({
386
386
  });
387
387
  }
388
388
  });
389
- var version = "3.undefined";
389
+ var version = "3.23.0";
390
390
  BaseSelect.model = {
391
391
  prop: "modelValue",
392
392
  event: "update:modelValue"
@@ -57,7 +57,7 @@ function _extends() {
57
57
  }
58
58
  var classes = {
59
59
  "caret": "text-base rotate-0 transition-transform duration-300 fill-color-text-placeholder cursor-pointer ",
60
- "select-tags": "absolute leading-normal whitespace-normal sm:pl-3 pr-2 z-[1] top-1/2 -translate-y-2/4 flex items-center flex-wrap [&_[data-tag=tiny-tag]]:my-0.5 [&_[data-tag=tiny-tag]]:h-7 [&_[data-tag=tiny-tag]]:text-sm [&_[data-tag=tiny-tag]]:sm:h-5 [&_[data-tag=tiny-tag]]:sm:text-sm [&_[data-tag=tiny-tag]_svg]:shrink-0",
60
+ "select-tags": "absolute leading-normal whitespace-normal sm:pl-3 pr-2 z-[1] top-1/2 -translate-y-2/4 flex items-center flex-wrap [&_[data-tag=tiny-tag]]:my-0.5 [&_[data-tag=tiny-tag]]:h-7 [&_[data-tag=tiny-tag]]:sm:h-5 [&_[data-tag=tiny-tag]_svg]:shrink-0",
61
61
  "tags-text": "inline-block w-full whitespace-nowrap text-ellipsis overflow-hidden align-bottom",
62
62
  "tag-info": "whitespace-nowrap text-ellipsis overflow-hidden inline-flex justify-start items-center border-transparent text-color-text-primary"
63
63
  };
package/lib/pc.js CHANGED
@@ -952,7 +952,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
952
952
  "li",
953
953
  {
954
954
  key: 0,
955
- class: normalizeClass(["tiny-option tiny-select-dropdown__item", [{
955
+ class: normalizeClass(["tiny-option tiny-option_all tiny-select-dropdown__item", [{
956
956
  hover: _ctx.state.hoverIndex === -9 && _ctx.state.selectCls !== "checked-sur"
957
957
  }, {
958
958
  "selected": _ctx.state.selectCls === "checked-sur"
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-base-select",
3
3
  "type": "module",
4
- "version": "3.22.1",
4
+ "version": "3.23.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": "~3.22.0",
12
- "@opentinyvue/vue-checkbox": "~3.22.0",
13
- "@opentinyvue/vue-common": "~3.22.0",
14
- "@opentinyvue/vue-directive": "~3.22.0",
15
- "@opentinyvue/vue-filter-box": "~3.22.0",
16
- "@opentinyvue/vue-icon": "~3.22.0",
17
- "@opentinyvue/vue-input": "~3.22.0",
18
- "@opentinyvue/vue-locale": "~3.22.0",
19
- "@opentinyvue/vue-option": "~3.22.0",
20
- "@opentinyvue/vue-recycle-scroller": "~3.22.0",
21
- "@opentinyvue/vue-renderless": "~3.22.0",
22
- "@opentinyvue/vue-scrollbar": "~3.22.0",
23
- "@opentinyvue/vue-select-dropdown": "~3.22.0",
24
- "@opentinyvue/vue-tag": "~3.22.0",
25
- "@opentinyvue/vue-theme": "~3.22.0",
26
- "@opentinyvue/vue-tooltip": "~3.22.0",
27
- "@opentinyvue/vue-tree": "~3.22.0"
11
+ "@opentinyvue/vue-button": "~3.23.0",
12
+ "@opentinyvue/vue-checkbox": "~3.23.0",
13
+ "@opentinyvue/vue-common": "~3.23.0",
14
+ "@opentinyvue/vue-directive": "~3.23.0",
15
+ "@opentinyvue/vue-filter-box": "~3.23.0",
16
+ "@opentinyvue/vue-icon": "~3.23.0",
17
+ "@opentinyvue/vue-input": "~3.23.0",
18
+ "@opentinyvue/vue-locale": "~3.23.0",
19
+ "@opentinyvue/vue-option": "~3.23.0",
20
+ "@opentinyvue/vue-recycle-scroller": "~3.23.0",
21
+ "@opentinyvue/vue-renderless": "~3.23.0",
22
+ "@opentinyvue/vue-scrollbar": "~3.23.0",
23
+ "@opentinyvue/vue-select-dropdown": "~3.23.0",
24
+ "@opentinyvue/vue-tag": "~3.23.0",
25
+ "@opentinyvue/vue-theme": "~3.23.0",
26
+ "@opentinyvue/vue-tooltip": "~3.23.0",
27
+ "@opentinyvue/vue-tree": "~3.23.0"
28
28
  },
29
29
  "types": "index.d.ts",
30
30
  "scripts": {