@appbaseio/reactivesearch-vue 1.27.0-gamma.2 → 1.27.0-gamma.3
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/dist/@appbaseio/reactivesearch-vue.umd.js +4 -8
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +2 -2
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/{DataSearch-37dfdf39.js → DataSearch-0ef14926.js} +1 -1
- package/dist/cjs/DataSearch.js +2 -2
- package/dist/cjs/{DropDown-0076babc.js → DropDown-e4381fcc.js} +1 -1
- package/dist/cjs/{Input-a9ee53ed.js → Input-0d7b25ad.js} +1 -1
- package/dist/cjs/MultiDropdownList.js +2 -2
- package/dist/cjs/MultiList.js +1 -1
- package/dist/cjs/RangeInput.js +1 -1
- package/dist/cjs/SingleDropdownList.js +2 -2
- package/dist/cjs/SingleList.js +1 -1
- package/dist/cjs/index.js +4 -4
- package/dist/cjs/{install-d95c7185.js → install-311df9cc.js} +4 -8
- package/dist/cjs/install.js +4 -4
- package/dist/cjs/version.js +1 -1
- package/dist/es/{DataSearch-77325036.js → DataSearch-be45e960.js} +1 -1
- package/dist/es/DataSearch.js +2 -2
- package/dist/es/{DropDown-0dd8f2a3.js → DropDown-ff6ad982.js} +1 -1
- package/dist/es/{Input-10b1d62d.js → Input-e339e63a.js} +1 -1
- package/dist/es/MultiDropdownList.js +2 -2
- package/dist/es/MultiList.js +1 -1
- package/dist/es/RangeInput.js +1 -1
- package/dist/es/SingleDropdownList.js +2 -2
- package/dist/es/SingleList.js +1 -1
- package/dist/es/index.js +5 -5
- package/dist/es/{install-432674ef.js → install-af797de0.js} +4 -8
- package/dist/es/install.js +4 -4
- package/dist/es/version.js +1 -1
- package/package.json +1 -1
|
@@ -17945,7 +17945,7 @@
|
|
|
17945
17945
|
});
|
|
17946
17946
|
|
|
17947
17947
|
var suggestions$1 = function suggestions(themePreset, theme) {
|
|
17948
|
-
return css(_templateObject14 || (_templateObject14 = _taggedTemplateLiteralLoose(["\n\tdisplay: block;\n\twidth: 100%;\n\tborder: 1px solid #ccc;\n\tborder-top: none;\n\tbackground-color: #fff;\n\tfont-size: 0.9rem;\n\tz-index: 3;\n\tposition: absolute;\n\tmargin: 0;\n\tpadding: 0;\n\tlist-style: none;\n\tmax-height: min(100vh,
|
|
17948
|
+
return css(_templateObject14 || (_templateObject14 = _taggedTemplateLiteralLoose(["\n\tdisplay: block;\n\twidth: 100%;\n\tborder: 1px solid #ccc;\n\tborder-top: none;\n\tbackground-color: #fff;\n\tfont-size: 0.9rem;\n\tz-index: 3;\n\tposition: absolute;\n\tmargin: 0;\n\tpadding: 0;\n\tlist-style: none;\n\tmax-height: min(100vh, 402px);\n\toverflow-y: auto;\n\n\t&.small {\n\t\ttop: 30px;\n\t}\n\n\tli {\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t\tcursor: pointer;\n\t\tpadding: 10px;\n\t\tuser-select: none;\n\n\t\t& > .trim {\n\t\t\tdisplay: -webkit-box;\n\t\t\tdisplay: block;\n\t\t\twidth: 100%;\n\t\t\tmax-height: 2.3rem;\n\t\t\tline-height: 1.2rem;\n\t\t\t-webkit-line-clamp: 2;\n\t\t\t-webkit-box-orient: vertical;\n\t\t\toverflow: hidden;\n\t\t\ttext-overflow: ellipsis;\n\t\t\twhite-space: nowrap;\n\t\t}\n\n\t\t&:hover,\n\t\t&:focus {\n\t\t\tbackground-color: #eee;\n\t\t}\n\t}\n\n\t", ";\n"])), themePreset === 'dark' && theme && dark$1(theme));
|
|
17949
17949
|
};
|
|
17950
17950
|
|
|
17951
17951
|
var suggestionsContainer = css(_templateObject15 || (_templateObject15 = _taggedTemplateLiteralLoose(["\n\tposition: relative;\n\t.cancel-icon {\n\t\tcursor: pointer;\n\t}\n"])));
|
|
@@ -21754,9 +21754,7 @@
|
|
|
21754
21754
|
|
|
21755
21755
|
if (addonBefore) {
|
|
21756
21756
|
return h(InputAddon, {
|
|
21757
|
-
"
|
|
21758
|
-
"className": "addon-before"
|
|
21759
|
-
}
|
|
21757
|
+
"class": "addon-before"
|
|
21760
21758
|
}, [addonBefore()]);
|
|
21761
21759
|
}
|
|
21762
21760
|
|
|
@@ -21768,9 +21766,7 @@
|
|
|
21768
21766
|
|
|
21769
21767
|
if (addonAfter) {
|
|
21770
21768
|
return h(InputAddon, {
|
|
21771
|
-
"
|
|
21772
|
-
"className": "addon-after"
|
|
21773
|
-
}
|
|
21769
|
+
"class": "addon-after"
|
|
21774
21770
|
}, [addonAfter()]);
|
|
21775
21771
|
}
|
|
21776
21772
|
|
|
@@ -27764,7 +27760,7 @@
|
|
|
27764
27760
|
});
|
|
27765
27761
|
}
|
|
27766
27762
|
|
|
27767
|
-
var version = "1.27.0-gamma.
|
|
27763
|
+
var version = "1.27.0-gamma.3";
|
|
27768
27764
|
|
|
27769
27765
|
var _templateObject$o, _templateObject2$a;
|
|
27770
27766
|
|