@appbaseio/reactivesearch-vue 3.0.0-rc.7.1 → 3.0.0-rc.9
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 +175 -2002
- package/dist/@appbaseio/reactivesearch-vue.umd.js.map +1 -1
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js +5 -5
- package/dist/@appbaseio/reactivesearch-vue.umd.min.js.map +1 -1
- package/dist/cjs/{DropDown-dcdaf54f.js → DropDown-aef75c14.js} +4 -12
- package/dist/cjs/{Input-df30e5fc.js → Input-56eba499.js} +16 -23
- 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 +3 -4
- package/dist/cjs/{install-3821345b.js → install-e8141489.js} +74 -282
- package/dist/cjs/install.js +3 -4
- package/dist/cjs/version.js +1 -1
- package/dist/es/{DropDown-bede2a41.js → DropDown-39fedff8.js} +5 -12
- package/dist/es/{Input-4376ac1f.js → Input-11d211d2.js} +17 -23
- 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 +4 -5
- package/dist/es/{install-af4c53c4.js → install-b785dd55.js} +75 -283
- package/dist/es/install.js +3 -4
- package/dist/es/version.js +1 -1
- package/package.json +4 -5
|
@@ -10,7 +10,7 @@ var VueTypes = _interopDefault(require('vue-types'));
|
|
|
10
10
|
var vueEmotion = require('@appbaseio/vue-emotion');
|
|
11
11
|
var vueTypes = require('./vueTypes-a5f1745e.js');
|
|
12
12
|
var index = require('./index-779ed366.js');
|
|
13
|
-
var Input = require('./Input-
|
|
13
|
+
var Input = require('./Input-56eba499.js');
|
|
14
14
|
var computeScrollIntoView = _interopDefault(require('compute-scroll-into-view'));
|
|
15
15
|
var suggestions = require('@appbaseio/reactivecore/lib/utils/suggestions');
|
|
16
16
|
|
|
@@ -32,7 +32,7 @@ var IconGroup = vueEmotion.styled('div')(_templateObject$1 || (_templateObject$1
|
|
|
32
32
|
return enableAI ? "\n\t\ttop: 0%;\n\t transform: translateY(0);\n \theight: 42px;\n\t" : '';
|
|
33
33
|
});
|
|
34
34
|
|
|
35
|
-
var _templateObject$2
|
|
35
|
+
var _templateObject$2;
|
|
36
36
|
var IconWrapper = vueEmotion.styled('div')(_templateObject$2 || (_templateObject$2 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\tmax-width: 23px;\n\twidth: max-content;\n\tcursor: pointer;\n\theight: 100%;\n\tmin-width: 20px;\n\n\tsvg.search-icon {\n\t\tfill: ", ";\n\t\ttransform: scale(1.5);\n\t}\n\n\tsvg.cancel-icon {\n\t\tfill: ", ";\n\t}\n"])), function (_ref) {
|
|
37
37
|
var _ref$theme = _ref.theme,
|
|
38
38
|
theme = _ref$theme === void 0 ? {} : _ref$theme;
|
|
@@ -42,13 +42,6 @@ var IconWrapper = vueEmotion.styled('div')(_templateObject$2 || (_templateObject
|
|
|
42
42
|
theme = _ref2$theme === void 0 ? {} : _ref2$theme;
|
|
43
43
|
return theme.colors ? theme.colors.borderColor : '#000';
|
|
44
44
|
});
|
|
45
|
-
var ButtonIconWrapper = vueEmotion.styled(IconWrapper)(_templateObject2 || (_templateObject2 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\tborder-radius: 4px;\n\tvertical-align: middle;\n\theight: 25px;\n\tfont-size: 12px;\n\tborder: 1px solid ", ";\n\tcolor: ", ";\n\tmax-width: unset;\n\tpadding: 5px;\n"])), function (_ref3) {
|
|
46
|
-
var theme = _ref3.theme;
|
|
47
|
-
return theme.colors ? theme.colors.primaryColor : '#000';
|
|
48
|
-
}, function (_ref4) {
|
|
49
|
-
var theme = _ref4.theme;
|
|
50
|
-
return theme.colors ? theme.colors.primaryColor : '#000';
|
|
51
|
-
});
|
|
52
45
|
|
|
53
46
|
/**
|
|
54
47
|
* Scroll node into view if necessary
|
|
@@ -419,7 +412,7 @@ var CancelSvg = (function () {
|
|
|
419
412
|
}, null)]);
|
|
420
413
|
});
|
|
421
414
|
|
|
422
|
-
var _templateObject$3, _templateObject2
|
|
415
|
+
var _templateObject$3, _templateObject2;
|
|
423
416
|
var small = "\n\tmin-height: 0;\n\theight: 30px;\n\tborder: 0;\n\tbox-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;\n\tborder-radius: 2px;\n";
|
|
424
417
|
var dark = function dark(_ref) {
|
|
425
418
|
var theme = _ref.theme;
|
|
@@ -431,7 +424,7 @@ var Select = vueEmotion.styled('button')(_templateObject$3 || (_templateObject$3
|
|
|
431
424
|
var themePreset = _ref2.themePreset;
|
|
432
425
|
return themePreset === 'dark' && dark;
|
|
433
426
|
});
|
|
434
|
-
var Tick = vueEmotion.styled('span')(_templateObject2
|
|
427
|
+
var Tick = vueEmotion.styled('span')(_templateObject2 || (_templateObject2 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\twidth: 16px;\n\theight: 16px;\n\tdisplay: inline-block;\n\tposition: relative;\n\tuser-select: none;\n\talign-items: center;\n\n\t&::after {\n\t\tbox-sizing: content-box;\n\t\tcontent: '';\n\t\tposition: absolute;\n\t\tbackground-color: transparent;\n\t\ttop: 50%;\n\t\tleft: 0;\n\t\twidth: 8px;\n\t\theight: 4px;\n\t\tmargin-top: -4px;\n\t\tborder-style: solid;\n\t\tborder-color: ", ";\n\t\tborder-width: 0 0 2px 2px;\n\t\tborder-radius: 0;\n\t\tborder-image: none;\n\t\ttransform: rotate(-45deg) scale(1);\n\t\ttransition: all 200ms ease-out;\n\t}\n"])), function (_ref3) {
|
|
435
428
|
var theme = _ref3.theme;
|
|
436
429
|
return theme.colors.primaryColor;
|
|
437
430
|
});
|
|
@@ -701,7 +694,6 @@ var Dropdown = {
|
|
|
701
694
|
}
|
|
702
695
|
};
|
|
703
696
|
|
|
704
|
-
exports.ButtonIconWrapper = ButtonIconWrapper;
|
|
705
697
|
exports.CancelSvg = CancelSvg;
|
|
706
698
|
exports.Downshift = Downshift;
|
|
707
699
|
exports.Dropdown = Dropdown;
|
|
@@ -4,14 +4,12 @@ var _rollupPluginBabelHelpers = require('./_rollupPluginBabelHelpers-f8b843f8.js
|
|
|
4
4
|
var vueEmotion = require('@appbaseio/vue-emotion');
|
|
5
5
|
var css = require('@emotion/css');
|
|
6
6
|
|
|
7
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6
|
|
7
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
|
|
8
8
|
var alertBorder = function alertBorder(_ref) {
|
|
9
9
|
var theme = _ref.theme;
|
|
10
10
|
return "\n\tborder: 1px solid " + theme.colors.alertColor + ";\n";
|
|
11
11
|
};
|
|
12
|
-
var input =
|
|
13
|
-
return "\nwidth: 100%;\nline-height: 1.5;\nmin-height: 42px;\npadding: 8px 12px;\nborder: 1px solid #ccc;\nbackground-color: #fafafa;\nfont-size: 0.9rem;\noutline: none;\n&:focus {\n\tbackground-color: #fff;\n}\n" + (searchBox && "\n\tpadding: 8px 12px 9px;\n\tborder: 1px solid transparent;\n\tborder-radius: 6px;\n") + ";\n";
|
|
14
|
-
};
|
|
12
|
+
var input = "\n\twidth: 100%;\n\tline-height: 1.5;\n\tmin-height: 42px;\n\tpadding: 8px 12px;\n\tborder: 1px solid #ccc;\n\tbackground-color: #fafafa;\n\tfont-size: 0.9rem;\n\toutline: none;\n\theight: 100%;\n\n\t&:focus {\n\t\tbackground-color: #fff;\n\t}\n";
|
|
15
13
|
var dark = function dark(theme) {
|
|
16
14
|
return "\n\tborder-color: " + theme.colors.borderColor + ";\n";
|
|
17
15
|
};
|
|
@@ -19,11 +17,12 @@ var darkInput = function darkInput(_ref2) {
|
|
|
19
17
|
var theme = _ref2.theme;
|
|
20
18
|
return "\n\tbackground-color: " + theme.colors.backgroundColor + ";\n\tcolor: " + theme.colors.textColor + ";\n\t" + dark(theme) + ";\n\n\t&:focus {\n\t\tbackground-color: " + theme.colors.backgroundColor + ";\n\t}\n";
|
|
21
19
|
};
|
|
22
|
-
var Input = vueEmotion.styled('input')(_templateObject || (_templateObject = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\t", ";\n\t
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
20
|
+
var Input = vueEmotion.styled('input')(_templateObject || (_templateObject = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\t", ";\n\n\t&:focus {\n\t\tbackground-color: #fff;\n\t}\n\t", ";\n\n\t", ";\n\n\t", ";\n\n\t", ";\n\t", ";\n\n\t", ";\n\n\t", ";\n\t", ";\n\t", ";\n\n\t", ";\n"])), input, function (_ref3) {
|
|
21
|
+
var themePreset = _ref3.themePreset,
|
|
22
|
+
theme = _ref3.theme;
|
|
23
|
+
return themePreset === 'dark' && darkInput({
|
|
24
|
+
theme: theme
|
|
25
|
+
});
|
|
27
26
|
}, function (props) {
|
|
28
27
|
return props.showIcon && props.iconPosition === 'left' && "\n\t\t\tpadding-left: 36px;\n\t\t";
|
|
29
28
|
}, function (props) {
|
|
@@ -45,13 +44,13 @@ var Input = vueEmotion.styled('input')(_templateObject || (_templateObject = _ro
|
|
|
45
44
|
);
|
|
46
45
|
}, function (props) {
|
|
47
46
|
return (
|
|
48
|
-
// for voice search icon with
|
|
49
|
-
props.showVoiceSearch && props.showIcon && "\n\t\t\tpadding-right: 66px;\n\t\t"
|
|
47
|
+
// for voice search icon with search icon
|
|
48
|
+
props.showVoiceSearch && props.showIcon && props.iconPosition === 'right' && "\n\t\t\tpadding-right: 66px;\n\t\t"
|
|
50
49
|
);
|
|
51
50
|
}, function (props) {
|
|
52
51
|
return (
|
|
53
|
-
// for voice search icon with
|
|
54
|
-
props.showVoiceSearch && props.showIcon &&
|
|
52
|
+
// for voice search icon with clear icon
|
|
53
|
+
props.showVoiceSearch && props.showIcon && "\n\t\t\tpadding-right: 66px;\n\t\t"
|
|
55
54
|
);
|
|
56
55
|
}, function (props) {
|
|
57
56
|
return (
|
|
@@ -60,20 +59,15 @@ var Input = vueEmotion.styled('input')(_templateObject || (_templateObject = _ro
|
|
|
60
59
|
);
|
|
61
60
|
}, function (props) {
|
|
62
61
|
return props.alert && alertBorder;
|
|
63
|
-
}, function (props) {
|
|
64
|
-
return props.isOpen && "\n\t\t\tborder-bottom-left-radius: 0;\n\t\t\tborder-bottom-right-radius: 0;\n\t\t";
|
|
65
62
|
});
|
|
66
63
|
var suggestions = function suggestions(themePreset, theme) {
|
|
67
64
|
return css.css(_templateObject2 || (_templateObject2 = _rollupPluginBabelHelpers._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: flex;\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(theme));
|
|
68
65
|
};
|
|
69
|
-
var
|
|
70
|
-
return css.css(_templateObject3 || (_templateObject3 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\t", ";\n\n\tmax-height: min(100vh, 401px);\n\tborder: none;\n\tborder-radius: 6px;\n\tborder-top-left-radius: 0;\n\tborder-top-right-radius: 0;\n\tbox-shadow: rgb(0 0 0 / 20%) 0px 10px 15px;\n\tborder-top: 1px solid #f2f0f0;\n\tli {\n\t\ttransition: all 0.3s ease-in;\n\t\tposition: relative;\n\t\t&:hover,\n\t\t&:focus {\n\t\t\tbackground-color: unset;\n\t\t}\n\t\t.trim {\n\t\t\tline-height: 20px;\n\t\t}\n\t\t&.li-item {\n\t\t\tbackground-color: ", ";\n\n\t\t\t", "\n\t\t}\n\t\t&.active-li-item {\n\t\t\tbackground-color: ", ";\n\t\t\tcolor: #fff;\n\t\t\tsvg {\n\t\t\t\ttransition: fill 0.3s ease-in;\n\t\t\t\tfill: #fff !important;\n\t\t\t}\n\t\t}\n\t}\n\n\t.section-container {\n\t\tpadding-bottom: 5px;\n\t\tborder-bottom: 1px solid #f2f0f0;\n\t\t", ";\n\t\t.section-header {\n\t\t\tpadding: 10px;\n\t\t\tfont-size: 12px;\n\t\t\tcolor: #7f7c7c;\n\t\t\tbackground: #f9f9f9;\n\t\t\t", ";\n\t\t}\n\n\t\t.section-list {\n\t\t\tpadding-left: 0;\n\t\t}\n\t\t.section-list-item {\n\t\t\t&__label,\n\t\t\t&__description {\n\t\t\t\toverflow: hidden;\n\t\t\t\ttext-overflow: ellipsis;\n\t\t\t\twhite-space: nowrap;\n\n\t\t\t\t* {\n\t\t\t\t\tmargin: 0;\n\t\t\t\t\tpadding: 0;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&__label {\n\t\t\t}\n\t\t\t&__description {\n\t\t\t\tmargin-top: 5px;\n\t\t\t\topacity: 0.7;\n\t\t\t\tfont-size: 12px;\n\t\t\t}\n\t\t}\n\t}\n"])), suggestions(themePreset, theme), themePreset === 'dark' ? '#424242' : '#fff', themePreset && theme && "svg {\n\t\t\t\tfill: " + (theme.colors ? theme.colors.primaryColor : '#707070') + ";\n\t\t\t}", themePreset === 'dark' ? '#555' : '#2d84f6', themePreset === 'dark' && css.css(_templateObject4 || (_templateObject4 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\t\t\tbackground: #161616;\n\t\t"]))), themePreset === 'dark' && css.css(_templateObject5 || (_templateObject5 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\t\t\t\tcolor: #218fe7;\n\t\t\t\tbackground: #161616;\n\t\t\t"]))));
|
|
71
|
-
};
|
|
72
|
-
var suggestionsContainer = css.css(_templateObject6 || (_templateObject6 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\tposition: relative;\n\t.cancel-icon {\n\t\tcursor: pointer;\n\t}\n"])));
|
|
66
|
+
var suggestionsContainer = css.css(_templateObject3 || (_templateObject3 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\tposition: relative;\n\t.cancel-icon {\n\t\tcursor: pointer;\n\t}\n"])));
|
|
73
67
|
var noSuggestions = function noSuggestions(themePreset, theme) {
|
|
74
|
-
return css.css(
|
|
68
|
+
return css.css(_templateObject4 || (_templateObject4 = _rollupPluginBabelHelpers._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: 260px;\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\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\t}\n\n\t", "\n"])), themePreset === 'dark' && theme && dark(theme));
|
|
75
69
|
};
|
|
76
|
-
var TextArea = vueEmotion.styled('textarea')(
|
|
70
|
+
var TextArea = vueEmotion.styled('textarea')(_templateObject5 || (_templateObject5 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\t", ";\n\n\t&:focus {\n\t\tbackground-color: #fff;\n\t}\n\t", ";\n\n\t", ";\n\n\t", ";\n\n\t", ";\n\t", ";\n\t", ";\n\t", ";\n\n\t", ";\n\t", ";\n\t", ";\n\t", ";\n\t", ";\n\n\t", ";\n\t", ";\n\t", ";\n\n\t", ";\n\t", ";\n\t&::-webkit-search-decoration,\n\t&::-webkit-search-cancel-button,\n\t&::-webkit-search-results-button,\n\t&::-webkit-search-results-decoration {\n\t\tdisplay: none;\n\t}\n\tresize: none;\n\toverflow: hidden;\n\theight: 42px;\n"])), input, function (_ref4) {
|
|
77
71
|
var themePreset = _ref4.themePreset,
|
|
78
72
|
theme = _ref4.theme;
|
|
79
73
|
return themePreset === 'dark' && darkInput({
|
|
@@ -140,12 +134,11 @@ var TextArea = vueEmotion.styled('textarea')(_templateObject8 || (_templateObjec
|
|
|
140
134
|
}, function (props) {
|
|
141
135
|
return props.alert && alertBorder;
|
|
142
136
|
}, function (props) {
|
|
143
|
-
return props.isOpen && css.css(
|
|
137
|
+
return props.isOpen && css.css(_templateObject6 || (_templateObject6 = _rollupPluginBabelHelpers._taggedTemplateLiteralLoose(["\n\t\t\tborder-bottom-left-radius: 0;\n\t\t\tborder-bottom-right-radius: 0;\n\t\t"])));
|
|
144
138
|
});
|
|
145
139
|
|
|
146
140
|
exports.Input = Input;
|
|
147
141
|
exports.TextArea = TextArea;
|
|
148
142
|
exports.noSuggestions = noSuggestions;
|
|
149
|
-
exports.searchboxSuggestions = searchboxSuggestions;
|
|
150
143
|
exports.suggestions = suggestions;
|
|
151
144
|
exports.suggestionsContainer = suggestionsContainer;
|
|
@@ -22,8 +22,8 @@ var index = require('./index-779ed366.js');
|
|
|
22
22
|
var ComponentWrapper = require('./ComponentWrapper-0b9ffb1a.js');
|
|
23
23
|
var PreferencesConsumer = require('./PreferencesConsumer-85dee673.js');
|
|
24
24
|
var Title = require('./Title-8802a218.js');
|
|
25
|
-
var DropDown = require('./DropDown-
|
|
26
|
-
require('./Input-
|
|
25
|
+
var DropDown = require('./DropDown-aef75c14.js');
|
|
26
|
+
require('./Input-56eba499.js');
|
|
27
27
|
require('compute-scroll-into-view');
|
|
28
28
|
var Container = require('./Container-29f049b2.js');
|
|
29
29
|
require('@appbaseio/reactivecore/lib/utils/suggestions');
|
package/dist/cjs/MultiList.js
CHANGED
|
@@ -19,7 +19,7 @@ var index = require('./index-779ed366.js');
|
|
|
19
19
|
var ComponentWrapper = require('./ComponentWrapper-0b9ffb1a.js');
|
|
20
20
|
var PreferencesConsumer = require('./PreferencesConsumer-85dee673.js');
|
|
21
21
|
var Title = require('./Title-8802a218.js');
|
|
22
|
-
var Input = require('./Input-
|
|
22
|
+
var Input = require('./Input-56eba499.js');
|
|
23
23
|
var Container = require('./Container-29f049b2.js');
|
|
24
24
|
var suggestions = require('@appbaseio/reactivecore/lib/utils/suggestions');
|
|
25
25
|
var FormControlList = require('./FormControlList-fadd792f.js');
|
package/dist/cjs/RangeInput.js
CHANGED
|
@@ -21,7 +21,7 @@ var ComponentWrapper = require('./ComponentWrapper-0b9ffb1a.js');
|
|
|
21
21
|
var PreferencesConsumer = require('./PreferencesConsumer-85dee673.js');
|
|
22
22
|
require('./Title-8802a218.js');
|
|
23
23
|
var Flex = require('./Flex-ddde6d26.js');
|
|
24
|
-
var Input = require('./Input-
|
|
24
|
+
var Input = require('./Input-56eba499.js');
|
|
25
25
|
var Container = require('./Container-29f049b2.js');
|
|
26
26
|
require('./ssr-8dd13d43.js');
|
|
27
27
|
var RangeSlider = require('./RangeSlider.js');
|
|
@@ -22,8 +22,8 @@ var index = require('./index-779ed366.js');
|
|
|
22
22
|
var ComponentWrapper = require('./ComponentWrapper-0b9ffb1a.js');
|
|
23
23
|
var PreferencesConsumer = require('./PreferencesConsumer-85dee673.js');
|
|
24
24
|
var Title = require('./Title-8802a218.js');
|
|
25
|
-
var DropDown = require('./DropDown-
|
|
26
|
-
require('./Input-
|
|
25
|
+
var DropDown = require('./DropDown-aef75c14.js');
|
|
26
|
+
require('./Input-56eba499.js');
|
|
27
27
|
require('compute-scroll-into-view');
|
|
28
28
|
var Container = require('./Container-29f049b2.js');
|
|
29
29
|
require('@appbaseio/reactivecore/lib/utils/suggestions');
|
package/dist/cjs/SingleList.js
CHANGED
|
@@ -19,7 +19,7 @@ var index = require('./index-779ed366.js');
|
|
|
19
19
|
var ComponentWrapper = require('./ComponentWrapper-0b9ffb1a.js');
|
|
20
20
|
var PreferencesConsumer = require('./PreferencesConsumer-85dee673.js');
|
|
21
21
|
var Title = require('./Title-8802a218.js');
|
|
22
|
-
var Input = require('./Input-
|
|
22
|
+
var Input = require('./Input-56eba499.js');
|
|
23
23
|
var Container = require('./Container-29f049b2.js');
|
|
24
24
|
var suggestions = require('@appbaseio/reactivecore/lib/utils/suggestions');
|
|
25
25
|
var FormControlList = require('./FormControlList-fadd792f.js');
|
package/dist/cjs/index.js
CHANGED
|
@@ -32,11 +32,10 @@ require('@appbaseio/analytics');
|
|
|
32
32
|
require('url-search-params-polyfill');
|
|
33
33
|
var ReactiveBase = require('./ReactiveBase.js');
|
|
34
34
|
require('hotkeys-js');
|
|
35
|
-
require('xss');
|
|
36
35
|
require('remarkable');
|
|
37
|
-
var install = require('./install-
|
|
38
|
-
require('./DropDown-
|
|
39
|
-
require('./Input-
|
|
36
|
+
var install = require('./install-e8141489.js');
|
|
37
|
+
require('./DropDown-aef75c14.js');
|
|
38
|
+
require('./Input-56eba499.js');
|
|
40
39
|
require('compute-scroll-into-view');
|
|
41
40
|
require('./Container-29f049b2.js');
|
|
42
41
|
require('vue-highlight-words');
|