@appbaseio/reactivesearch-vue 3.0.0-rc.9 → 3.0.1
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 +4885 -705
- 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/{ComponentWrapper-0b9ffb1a.js → ComponentWrapper-0334c14b.js} +1 -1
- package/dist/cjs/{DropDown-aef75c14.js → DropDown-26666911.js} +14 -6
- package/dist/cjs/DynamicRangeSlider.js +7 -4
- package/dist/cjs/{Input-56eba499.js → Input-3ecdb905.js} +27 -74
- package/dist/cjs/MultiDropdownList.js +7 -6
- package/dist/cjs/MultiList.js +6 -5
- package/dist/cjs/MultiRange.js +5 -4
- package/dist/cjs/{Pagination-bcf8af5f.js → Pagination-c53a18ab.js} +1 -1
- package/dist/cjs/{PreferencesConsumer-85dee673.js → PreferencesConsumer-7bee3c57.js} +1 -1
- package/dist/cjs/RangeInput.js +8 -5
- package/dist/cjs/RangeSlider.js +8 -5
- package/dist/cjs/ReactiveBase.js +20 -18
- package/dist/cjs/ReactiveComponent.js +5 -4
- package/dist/cjs/ReactiveGoogleMap.js +8 -5
- package/dist/cjs/ReactiveList.js +6 -5
- package/dist/cjs/ResultCard.js +1 -1
- package/dist/cjs/ResultList.js +1 -1
- package/dist/cjs/SelectedFilters.js +2 -2
- package/dist/cjs/SingleDropdownList.js +7 -6
- package/dist/cjs/SingleList.js +6 -5
- package/dist/cjs/SingleRange.js +5 -4
- package/dist/cjs/StateProvider.js +1 -1
- package/dist/cjs/ToggleButton.js +5 -4
- package/dist/cjs/{index-779ed366.js → index-1f41363f.js} +7 -3
- package/dist/cjs/index.js +11 -8
- package/dist/cjs/{install-e8141489.js → install-5d1a97a5.js} +833 -287
- package/dist/cjs/install.js +11 -8
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/{vueTypes-a5f1745e.js → vueTypes-289a891a.js} +2 -1
- package/dist/components/ReactiveBase/ReactiveBase.d.ts +33 -0
- package/dist/components/basic/ReactiveComponent.d.ts +30 -0
- package/dist/components/basic/ReactiveComponentPrivate.d.ts +10 -0
- package/dist/components/basic/SelectedFilters.d.ts +24 -0
- package/dist/components/basic/StateProvider.d.ts +12 -0
- package/dist/components/list/MultiDropdownList.d.ts +49 -0
- package/dist/components/list/MultiList.d.ts +47 -0
- package/dist/components/list/SingleDropdownList.d.ts +47 -0
- package/dist/components/list/SingleList.d.ts +47 -0
- package/dist/components/list/ToggleButton.d.ts +33 -0
- package/dist/components/list/TreeList.d.ts +48 -0
- package/dist/components/range/DynamicRangeSlider.d.ts +38 -0
- package/dist/components/range/MultiRange.d.ts +30 -0
- package/dist/components/range/RangeInput.d.ts +30 -0
- package/dist/components/range/RangeSlider.d.ts +40 -0
- package/dist/components/range/SingleRange.d.ts +28 -0
- package/dist/components/result/ReactiveList.d.ts +55 -0
- package/dist/components/result/ResultCard.d.ts +10 -0
- package/dist/components/result/ResultList.d.ts +11 -0
- package/dist/components/search/AIAnswer.d.ts +44 -0
- package/dist/components/search/SearchBox.d.ts +107 -0
- package/dist/es/{ComponentWrapper-a2635cfc.js → ComponentWrapper-46d04344.js} +1 -1
- package/dist/es/{DropDown-39fedff8.js → DropDown-48045fde.js} +14 -7
- package/dist/es/DynamicRangeSlider.js +8 -5
- package/dist/es/{Input-11d211d2.js → Input-83dee8c5.js} +26 -75
- package/dist/es/MultiDropdownList.js +7 -6
- package/dist/es/MultiList.js +6 -5
- package/dist/es/MultiRange.js +5 -4
- package/dist/es/{Pagination-50fc3ef5.js → Pagination-591fdb79.js} +1 -1
- package/dist/es/{PreferencesConsumer-b058d14e.js → PreferencesConsumer-0856ed43.js} +1 -1
- package/dist/es/RangeInput.js +8 -5
- package/dist/es/RangeSlider.js +9 -6
- package/dist/es/ReactiveBase.js +20 -18
- package/dist/es/ReactiveComponent.js +5 -4
- package/dist/es/ReactiveGoogleMap.js +8 -5
- package/dist/es/ReactiveList.js +6 -5
- package/dist/es/ResultCard.js +1 -1
- package/dist/es/ResultList.js +1 -1
- package/dist/es/SelectedFilters.js +2 -2
- package/dist/es/SingleDropdownList.js +7 -6
- package/dist/es/SingleList.js +6 -5
- package/dist/es/SingleRange.js +5 -4
- package/dist/es/StateProvider.js +1 -1
- package/dist/es/ToggleButton.js +5 -4
- package/dist/es/{index-882489e1.js → index-104f1dfb.js} +7 -3
- package/dist/es/index.js +12 -9
- package/dist/es/{install-b785dd55.js → install-01aaa4e0.js} +835 -289
- package/dist/es/install.js +11 -8
- package/dist/es/version.js +1 -1
- package/dist/es/{vueTypes-09cab4d3.js → vueTypes-f503e267.js} +2 -1
- package/dist/index.d.ts +40 -0
- package/dist/types.ts +226 -0
- package/package.json +7 -4
package/dist/es/install.js
CHANGED
|
@@ -9,14 +9,14 @@ import '@appbaseio/vue-emotion';
|
|
|
9
9
|
import '@emotion/css';
|
|
10
10
|
import 'polished';
|
|
11
11
|
import './Button-5c2cf399.js';
|
|
12
|
-
import './vueTypes-
|
|
13
|
-
import './Pagination-
|
|
12
|
+
import './vueTypes-f503e267.js';
|
|
13
|
+
import './Pagination-591fdb79.js';
|
|
14
14
|
import './ReactiveList.js';
|
|
15
15
|
import '@appbaseio/reactivecore/lib/utils/transform';
|
|
16
16
|
import 'redux';
|
|
17
|
-
import './index-
|
|
18
|
-
import './ComponentWrapper-
|
|
19
|
-
import './PreferencesConsumer-
|
|
17
|
+
import './index-104f1dfb.js';
|
|
18
|
+
import './ComponentWrapper-46d04344.js';
|
|
19
|
+
import './PreferencesConsumer-0856ed43.js';
|
|
20
20
|
import './Title-863dfa42.js';
|
|
21
21
|
import './ListItem-e3c6acf4.js';
|
|
22
22
|
import './Card-54b9e7a0.js';
|
|
@@ -28,10 +28,11 @@ import '@appbaseio/analytics';
|
|
|
28
28
|
import 'url-search-params-polyfill';
|
|
29
29
|
import './ReactiveBase.js';
|
|
30
30
|
import 'hotkeys-js';
|
|
31
|
+
import 'xss';
|
|
31
32
|
import 'remarkable';
|
|
32
|
-
export { i as default } from './install-
|
|
33
|
-
import './DropDown-
|
|
34
|
-
import './Input-
|
|
33
|
+
export { i as default } from './install-01aaa4e0.js';
|
|
34
|
+
import './DropDown-48045fde.js';
|
|
35
|
+
import './Input-83dee8c5.js';
|
|
35
36
|
import 'compute-scroll-into-view';
|
|
36
37
|
import './Container-d00219f7.js';
|
|
37
38
|
import 'vue-highlight-words';
|
|
@@ -46,6 +47,8 @@ import './SingleDropdownList.js';
|
|
|
46
47
|
import './MultiDropdownList.js';
|
|
47
48
|
import './ToggleButton.js';
|
|
48
49
|
import './ReactiveComponent.js';
|
|
50
|
+
import 'vue-slider-component';
|
|
51
|
+
import 'vue-slider-component/theme/antd.css';
|
|
49
52
|
import './ssr-c630ccb9.js';
|
|
50
53
|
import './DynamicRangeSlider.js';
|
|
51
54
|
import './SingleRange.js';
|
package/dist/es/version.js
CHANGED
|
@@ -34,6 +34,7 @@ var types = {
|
|
|
34
34
|
bool: VueTypes.bool,
|
|
35
35
|
boolRequired: VueTypes.bool.isRequired,
|
|
36
36
|
components: VueTypes.arrayOf(VueTypes.string),
|
|
37
|
+
compoundClause: VueTypes.oneOf(['filter', 'must']),
|
|
37
38
|
children: VueTypes.any,
|
|
38
39
|
data: VueTypes.arrayOf(VueTypes.object),
|
|
39
40
|
dataFieldArray: VueTypes.oneOfType([VueTypes.string, VueTypes.arrayOf(VueTypes.string)]).isRequired,
|
|
@@ -133,7 +134,7 @@ var types = {
|
|
|
133
134
|
loaderMessage: VueTypes.string,
|
|
134
135
|
// slot #loaderMessage should also be supported
|
|
135
136
|
showSourceDocuments: VueTypes.bool,
|
|
136
|
-
|
|
137
|
+
renderSourceDocument: VueTypes.func,
|
|
137
138
|
onSourceClick: VueTypes.func,
|
|
138
139
|
// renderAskButton: VueTypes.func,has to be a slot
|
|
139
140
|
askButton: VueTypes.bool,
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as types from './types.ts';
|
|
2
|
+
|
|
3
|
+
export interface CommonProps {
|
|
4
|
+
componentId: string;
|
|
5
|
+
compoundClause: "filter" | "must";
|
|
6
|
+
URLParams?: boolean;
|
|
7
|
+
uRLParams?: boolean;
|
|
8
|
+
className?: string;
|
|
9
|
+
onQueryChange?: (...args: any[]) => any;
|
|
10
|
+
onValueChange?: (...args: any[]) => any;
|
|
11
|
+
beforeValueChange?: (...args: any[]) => any;
|
|
12
|
+
style?: types.style;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export { default as ReactiveBase } from './components/ReactiveBase/ReactiveBase';
|
|
16
|
+
|
|
17
|
+
export { default as ReactiveComponent } from './components/basic/ReactiveComponent';
|
|
18
|
+
export { default as ReactiveComponentPrivate } from './components/basic/ReactiveComponentPrivate';
|
|
19
|
+
export { default as SelectedFilters } from './components/basic/SelectedFilters';
|
|
20
|
+
export { default as StateProvider } from './components/basic/StateProvider';
|
|
21
|
+
|
|
22
|
+
export { default as MultiDropdownList } from './components/list/MultiDropdownList';
|
|
23
|
+
export { default as MultiList } from './components/list/MultiList';
|
|
24
|
+
export { default as SingleDropdownList } from './components/list/SingleDropdownList';
|
|
25
|
+
export { default as SingleList } from './components/list/SingleList';
|
|
26
|
+
export { default as ToggleButton } from './components/list/ToggleButton';
|
|
27
|
+
export { default as TreeList } from './components/list/TreeList';
|
|
28
|
+
|
|
29
|
+
export { default as DynamicRangeSlider } from './components/range/DynamicRangeSlider';
|
|
30
|
+
export { default as MultiRange } from './components/range/MultiRange';
|
|
31
|
+
export { default as RangeInput } from './components/range/RangeInput';
|
|
32
|
+
export { default as RangeSlider } from './components/range/RangeSlider';
|
|
33
|
+
export { default as SingleRange } from './components/range/SingleRange';
|
|
34
|
+
|
|
35
|
+
export { default as ReactiveList } from './components/result/ReactiveList';
|
|
36
|
+
export { default as ResultCard } from './components/result/ResultCard';
|
|
37
|
+
export { default as ResultList } from './components/result/ResultList';
|
|
38
|
+
|
|
39
|
+
export { default as SearchBox } from './components/search/SearchBox';
|
|
40
|
+
export { default as AIAnswer } from './components/search/AIAnswer';
|
package/dist/types.ts
ADDED
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
import { VNode } from 'vue';
|
|
2
|
+
|
|
3
|
+
export type components = string[];
|
|
4
|
+
|
|
5
|
+
export type children = any;
|
|
6
|
+
|
|
7
|
+
export type data = any[];
|
|
8
|
+
|
|
9
|
+
export type dataFieldArray = string | string[];
|
|
10
|
+
|
|
11
|
+
export interface dataNumberBox {
|
|
12
|
+
label?: string;
|
|
13
|
+
start: number;
|
|
14
|
+
end: number;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export type date = string | string[];
|
|
18
|
+
|
|
19
|
+
export type dateObject = object;
|
|
20
|
+
|
|
21
|
+
export type fieldWeights = number[];
|
|
22
|
+
|
|
23
|
+
export type filterLabel = string;
|
|
24
|
+
|
|
25
|
+
export type fuzziness = 0 | 1 | 2 | 'AUTO';
|
|
26
|
+
|
|
27
|
+
export type headers = object;
|
|
28
|
+
|
|
29
|
+
export type hits = object[];
|
|
30
|
+
|
|
31
|
+
export type iconPosition = 'left' | 'right';
|
|
32
|
+
|
|
33
|
+
export type labelPosition = 'left' | 'right' | 'top' | 'bottom';
|
|
34
|
+
|
|
35
|
+
export type options = object | object[];
|
|
36
|
+
|
|
37
|
+
export type paginationAt = 'top' | 'bottom' | 'both';
|
|
38
|
+
|
|
39
|
+
export type tooltipTrigger = 'hover' | 'none' | 'focus' | 'always';
|
|
40
|
+
|
|
41
|
+
export type chartType = 'pie' | 'scatter' | 'histogram' | 'bar' | 'line';
|
|
42
|
+
|
|
43
|
+
export interface range {
|
|
44
|
+
start: number;
|
|
45
|
+
end: number;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export interface rangeLabels {
|
|
49
|
+
start: string;
|
|
50
|
+
end: string;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
type reactKeyType = string | string[] | object;
|
|
54
|
+
|
|
55
|
+
export interface react {
|
|
56
|
+
and?: reactKeyType;
|
|
57
|
+
or?: reactKeyType;
|
|
58
|
+
not?: reactKeyType;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export type selectedValues = object;
|
|
62
|
+
|
|
63
|
+
export type selectedValue = string | string[] | object[] | object | number | number[];
|
|
64
|
+
|
|
65
|
+
export type suggestions = object[];
|
|
66
|
+
|
|
67
|
+
export type supportedOrientations =
|
|
68
|
+
| 'portrait'
|
|
69
|
+
| 'portrait-upside-down'
|
|
70
|
+
| 'landscape'
|
|
71
|
+
| 'landscape-left'
|
|
72
|
+
| 'landscape-right';
|
|
73
|
+
|
|
74
|
+
export type sortBy = 'asc' | 'desc';
|
|
75
|
+
|
|
76
|
+
export interface sortOption {
|
|
77
|
+
label: string;
|
|
78
|
+
dataField: string;
|
|
79
|
+
sortBy: string;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export type sortByWithCount = 'asc' | 'desc' | 'count';
|
|
83
|
+
|
|
84
|
+
export type stats = object[];
|
|
85
|
+
|
|
86
|
+
export type stringArray = string[];
|
|
87
|
+
|
|
88
|
+
export type stringOrArray = string | string[];
|
|
89
|
+
|
|
90
|
+
export type style = object;
|
|
91
|
+
|
|
92
|
+
export type themePreset = 'light' | 'dark';
|
|
93
|
+
|
|
94
|
+
export type queryFormatDate =
|
|
95
|
+
| 'date'
|
|
96
|
+
| 'basic_date'
|
|
97
|
+
| 'basic_date_time'
|
|
98
|
+
| 'basic_date_time_no_millis'
|
|
99
|
+
| 'date_time_no_millis'
|
|
100
|
+
| 'basic_time'
|
|
101
|
+
| 'basic_time_no_millis'
|
|
102
|
+
| 'epoch_millis'
|
|
103
|
+
| 'epoch_second';
|
|
104
|
+
|
|
105
|
+
export type queryFormatSearch = 'and' | 'or';
|
|
106
|
+
|
|
107
|
+
export type queryFormatNumberBox = 'exact' | 'lte' | 'gte';
|
|
108
|
+
|
|
109
|
+
export type params = object;
|
|
110
|
+
|
|
111
|
+
export type props = object;
|
|
112
|
+
|
|
113
|
+
export type rangeLabelsAlign = 'left' | 'right';
|
|
114
|
+
|
|
115
|
+
export type title = string | any;
|
|
116
|
+
|
|
117
|
+
export type focusShortcuts = string[] | number[];
|
|
118
|
+
|
|
119
|
+
export interface location {
|
|
120
|
+
lat: number;
|
|
121
|
+
lng: number;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export type unit =
|
|
125
|
+
| 'mi'
|
|
126
|
+
| 'miles'
|
|
127
|
+
| 'yd'
|
|
128
|
+
| 'yards'
|
|
129
|
+
| 'ft'
|
|
130
|
+
| 'feet'
|
|
131
|
+
| 'in'
|
|
132
|
+
| 'inch'
|
|
133
|
+
| 'km'
|
|
134
|
+
| 'kilometers'
|
|
135
|
+
| 'm'
|
|
136
|
+
| 'meters'
|
|
137
|
+
| 'cm'
|
|
138
|
+
| 'centimeters'
|
|
139
|
+
| 'mm'
|
|
140
|
+
| 'millimeters'
|
|
141
|
+
| 'NM'
|
|
142
|
+
| 'nmi'
|
|
143
|
+
| 'nauticalmiles';
|
|
144
|
+
|
|
145
|
+
export interface analyticsConfig {
|
|
146
|
+
emptyQuery: boolean;
|
|
147
|
+
suggestionAnalytics: boolean;
|
|
148
|
+
userId: string;
|
|
149
|
+
customEvents: object;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
export interface appbaseConfig {
|
|
153
|
+
recordAnalytics: boolean;
|
|
154
|
+
emptyQuery: boolean;
|
|
155
|
+
suggestionAnalytics: boolean;
|
|
156
|
+
enableQueryRules: boolean;
|
|
157
|
+
enableSearchRelevancy: boolean;
|
|
158
|
+
userId: string;
|
|
159
|
+
useCache: boolean;
|
|
160
|
+
customEvents: object;
|
|
161
|
+
enableTelemetry: boolean;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export type showClearAll = 'never' | 'always' | 'default' | true | false;
|
|
165
|
+
|
|
166
|
+
export type resetToDefault = boolean;
|
|
167
|
+
|
|
168
|
+
export type calendarInterval = 'month' | 'day' | 'year' | 'week' | 'quarter' | 'hour' | 'minute';
|
|
169
|
+
|
|
170
|
+
export interface popularSuggestionsConfig {
|
|
171
|
+
size?: number;
|
|
172
|
+
minCount?: number;
|
|
173
|
+
minChars?: number;
|
|
174
|
+
showGlobal?: boolean;
|
|
175
|
+
index?: string;
|
|
176
|
+
preferencesPath?: string;
|
|
177
|
+
sectionLabel?: string;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
export interface recentSuggestionsConfig {
|
|
181
|
+
size?: number;
|
|
182
|
+
minHits?: number;
|
|
183
|
+
minChars?: number;
|
|
184
|
+
index?: string;
|
|
185
|
+
preferencesPath?: string;
|
|
186
|
+
sectionLabel?: string;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export interface indexSuggestionsConfig {
|
|
190
|
+
sectionLabel?: string;
|
|
191
|
+
size?: number;
|
|
192
|
+
index?: string;
|
|
193
|
+
preferencesPath?: string;
|
|
194
|
+
}
|
|
195
|
+
export interface featuredSuggestionsConfig {
|
|
196
|
+
featuredSuggestionsGroupId: string;
|
|
197
|
+
maxSuggestionsPerSection?: number;
|
|
198
|
+
sectionsOrder?: stringArray;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
export interface endpointConfig {
|
|
202
|
+
url: string;
|
|
203
|
+
headers?: object;
|
|
204
|
+
body?: object;
|
|
205
|
+
method?: string;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export interface AIConfig {
|
|
209
|
+
systemPrompt?: string;
|
|
210
|
+
topDocsForContext?: number;
|
|
211
|
+
maxTokens?: number;
|
|
212
|
+
docTemplate?: string;
|
|
213
|
+
queryTemplate?: string;
|
|
214
|
+
temperature?: number;
|
|
215
|
+
}
|
|
216
|
+
export interface AIUIConfig {
|
|
217
|
+
loaderMessage?: string; // slot #loaderMessage should also be supported
|
|
218
|
+
showSourceDocuments?: boolean;
|
|
219
|
+
renderSourceDocument?: (source: Object) => string | VNode;
|
|
220
|
+
onSourceClick?: (source: Object) => void;
|
|
221
|
+
renderAskButton?: (onClick: Function) => any;
|
|
222
|
+
askButton?: boolean;
|
|
223
|
+
showFeedback?: boolean;
|
|
224
|
+
triggerOn?: string;
|
|
225
|
+
renderTriggerMessage?: children;
|
|
226
|
+
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appbaseio/reactivesearch-vue",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"jsnext:main": "dist/es/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
|
+
"typings": "dist/index.d.ts",
|
|
8
9
|
"description": "A Vue UI components library for building search experiences",
|
|
9
10
|
"keywords": [
|
|
10
11
|
"appbase",
|
|
@@ -35,11 +36,11 @@
|
|
|
35
36
|
"sideEffects": false,
|
|
36
37
|
"dependencies": {
|
|
37
38
|
"@appbaseio/analytics": "^1.2.0-alpha.1",
|
|
38
|
-
"@appbaseio/reactivecore": "10.0.0
|
|
39
|
+
"@appbaseio/reactivecore": "10.0.0",
|
|
39
40
|
"@appbaseio/vue-emotion": "0.6.0-alpha.6",
|
|
40
41
|
"@emotion/css": "^11.10.5",
|
|
41
42
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
|
42
|
-
"appbase-js": "^5.
|
|
43
|
+
"appbase-js": "^5.3.3",
|
|
43
44
|
"compute-scroll-into-view": "^1.0.11",
|
|
44
45
|
"emotion": "11.0.0",
|
|
45
46
|
"hotkeys-js": "^3.8.7",
|
|
@@ -52,7 +53,8 @@
|
|
|
52
53
|
"vue-highlight-words": "^1.2.0",
|
|
53
54
|
"vue-no-ssr": "^1.1.0",
|
|
54
55
|
"vue-slider-component": "next",
|
|
55
|
-
"vue-types": "^5.0.2"
|
|
56
|
+
"vue-types": "^5.0.2",
|
|
57
|
+
"xss": "^1.0.11"
|
|
56
58
|
},
|
|
57
59
|
"peerDependencies": {
|
|
58
60
|
"vue": "^3.1.0"
|
|
@@ -86,6 +88,7 @@
|
|
|
86
88
|
"rollup-plugin-replace": "^2.2.0",
|
|
87
89
|
"rollup-plugin-terser": "^5.1.1",
|
|
88
90
|
"rollup-plugin-vue": "^6.0.0",
|
|
91
|
+
"typescript": "^5.0.0",
|
|
89
92
|
"vue-eslint-parser": "^3.2.2"
|
|
90
93
|
}
|
|
91
94
|
}
|