@opentinyvue/vue-filter 3.27.0 → 3.29.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/mobile-first.js +4 -4
- package/package.json +6 -6
package/lib/mobile-first.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { renderless as renderless$1, api as api$1 } from '@opentinyvue/vue-renderless/filter/vue';
|
|
2
2
|
import { defineComponent, setup, $props } from '@opentinyvue/vue-common';
|
|
3
|
-
import {
|
|
3
|
+
import { iconSubscript, IconUnfilter, IconChevronDown, IconChevronUp } from '@opentinyvue/vue-icon';
|
|
4
4
|
import { renderless, api } from '@opentinyvue/vue-renderless/filter/tag-group';
|
|
5
5
|
import { resolveComponent, openBlock, createElementBlock, toDisplayString, createCommentVNode, createElementVNode, withDirectives, normalizeClass, normalizeStyle, withModifiers, vShow, Fragment, renderList, createBlock, createVNode, createSlots, withCtx, renderSlot, createTextVNode } from 'vue';
|
|
6
6
|
import FilterBar from '@opentinyvue/vue-filter-bar';
|
|
@@ -51,7 +51,7 @@ function _extends() {
|
|
|
51
51
|
var _sfc_main$1 = defineComponent({
|
|
52
52
|
emits: ["click", "update:modelValue"],
|
|
53
53
|
components: {
|
|
54
|
-
|
|
54
|
+
IconSubscript: iconSubscript()
|
|
55
55
|
},
|
|
56
56
|
model: {
|
|
57
57
|
prop: "modelValue",
|
|
@@ -90,7 +90,7 @@ var _hoisted_3$1 = {
|
|
|
90
90
|
};
|
|
91
91
|
var _hoisted_4$1 = ["title", "onClick"];
|
|
92
92
|
function _sfc_render$1(_ctx, _cache, $props2, $setup, $data, $options) {
|
|
93
|
-
var
|
|
93
|
+
var _component_IconSubscript = resolveComponent("IconSubscript");
|
|
94
94
|
return openBlock(), createElementBlock("div", _hoisted_1$1, [_ctx.label ? (openBlock(), createElementBlock(
|
|
95
95
|
"div",
|
|
96
96
|
_hoisted_2$1,
|
|
@@ -132,7 +132,7 @@ function _sfc_render$1(_ctx, _cache, $props2, $setup, $data, $options) {
|
|
|
132
132
|
width: _ctx.state.tagWidth
|
|
133
133
|
})
|
|
134
134
|
},
|
|
135
|
-
[_ctx.state.selected.indexOf(item.value) !== -1 && _ctx.multiple ? (openBlock(), createBlock(
|
|
135
|
+
[_ctx.state.selected.indexOf(item.value) !== -1 && _ctx.multiple ? (openBlock(), createBlock(_component_IconSubscript, {
|
|
136
136
|
key: 0,
|
|
137
137
|
class: "absolute right-3 w-4 h-4 fill-color-icon-focus"
|
|
138
138
|
})) : createCommentVNode("v-if", true), createElementVNode("span", {
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-filter",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.29.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"type": "module",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@opentinyvue/vue-button": "~3.
|
|
11
|
-
"@opentinyvue/vue-common": "~3.
|
|
12
|
-
"@opentinyvue/vue-filter-bar": "~3.
|
|
13
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
14
|
-
"@opentinyvue/vue-icon": "~3.
|
|
10
|
+
"@opentinyvue/vue-button": "~3.29.0",
|
|
11
|
+
"@opentinyvue/vue-common": "~3.29.0",
|
|
12
|
+
"@opentinyvue/vue-filter-bar": "~3.29.0",
|
|
13
|
+
"@opentinyvue/vue-renderless": "~3.29.0",
|
|
14
|
+
"@opentinyvue/vue-icon": "~3.29.0"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"types": "index.d.ts",
|