@opentinyvue/vue-base-select 2.22.1 → 2.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 = "2.undefined";
389
+ var version = "2.23.0";
390
390
  BaseSelect.model = {
391
391
  prop: "modelValue",
392
392
  event: "update:modelValue"
@@ -44,7 +44,7 @@ function normalizeComponent(scriptExports, render, staticRenderFns, functionalTe
44
44
 
45
45
  var classes = {
46
46
  "caret": "text-base rotate-0 transition-transform duration-300 fill-color-text-placeholder cursor-pointer ",
47
- "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",
47
+ "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",
48
48
  "tags-text": "inline-block w-full whitespace-nowrap text-ellipsis overflow-hidden align-bottom",
49
49
  "tag-info": "whitespace-nowrap text-ellipsis overflow-hidden inline-flex justify-start items-center border-transparent text-color-text-primary"
50
50
  };
package/lib/pc.js CHANGED
@@ -804,7 +804,7 @@ var render = function render2() {
804
804
  }
805
805
  }
806
806
  }, [_vm._t("dropdown"), _vm.multiple && _vm.showCheck && _vm.showAlloption && !_vm.state.multipleLimit && !_vm.state.query && !_vm.remote ? _c("li", {
807
- staticClass: "tiny-option tiny-select-dropdown__item",
807
+ staticClass: "tiny-option tiny-option_all tiny-select-dropdown__item",
808
808
  class: [{
809
809
  hover: _vm.state.hoverIndex === -9 && _vm.state.selectCls !== "checked-sur"
810
810
  }, {
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-base-select",
3
3
  "type": "module",
4
- "version": "2.22.1",
4
+ "version": "2.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": "~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"
11
+ "@opentinyvue/vue-button": "~2.23.0",
12
+ "@opentinyvue/vue-checkbox": "~2.23.0",
13
+ "@opentinyvue/vue-common": "~2.23.0",
14
+ "@opentinyvue/vue-directive": "~2.23.0",
15
+ "@opentinyvue/vue-filter-box": "~2.23.0",
16
+ "@opentinyvue/vue-icon": "~2.23.0",
17
+ "@opentinyvue/vue-input": "~2.23.0",
18
+ "@opentinyvue/vue-locale": "~2.23.0",
19
+ "@opentinyvue/vue-option": "~2.23.0",
20
+ "@opentinyvue/vue-recycle-scroller": "~2.23.0",
21
+ "@opentinyvue/vue-renderless": "~3.23.0",
22
+ "@opentinyvue/vue-scrollbar": "~2.23.0",
23
+ "@opentinyvue/vue-select-dropdown": "~2.23.0",
24
+ "@opentinyvue/vue-tag": "~2.23.0",
25
+ "@opentinyvue/vue-theme": "~3.23.0",
26
+ "@opentinyvue/vue-tooltip": "~2.23.0",
27
+ "@opentinyvue/vue-tree": "~2.23.0"
28
28
  },
29
29
  "types": "index.d.ts",
30
30
  "scripts": {