@wizleap-inc/wiz-ui-next 3.25.0 → 3.26.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/dist/components/base/inputs/search-selector/search-selector.stories.d.ts +0 -14
- package/dist/components/base/inputs/search-selector/search-selector.vue.d.ts +0 -8
- package/dist/wiz-ui.es.js +2526 -2559
- package/dist/wiz-ui.umd.js +12 -12
- package/package.json +1 -1
- package/dist/components/base/inputs/search-selector/levenshtein-distance.d.ts +0 -3
|
@@ -27,7 +27,6 @@ export declare const Default: StoryFn<(<T = number>(__VLS_props: NonNullable<Awa
|
|
|
27
27
|
isDirectionFixed?: boolean | undefined;
|
|
28
28
|
showExLabel?: boolean | undefined;
|
|
29
29
|
dropdownMaxHeight?: string | undefined;
|
|
30
|
-
threshold?: number | undefined;
|
|
31
30
|
} & import('vue').PublicProps;
|
|
32
31
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
33
32
|
attrs: any;
|
|
@@ -60,7 +59,6 @@ export declare const Open: StoryFn<(<T = number>(__VLS_props: NonNullable<Awaite
|
|
|
60
59
|
isDirectionFixed?: boolean | undefined;
|
|
61
60
|
showExLabel?: boolean | undefined;
|
|
62
61
|
dropdownMaxHeight?: string | undefined;
|
|
63
|
-
threshold?: number | undefined;
|
|
64
62
|
} & import('vue').PublicProps;
|
|
65
63
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
66
64
|
attrs: any;
|
|
@@ -93,7 +91,6 @@ export declare const LongWordSelector: StoryFn<(<T = number>(__VLS_props: NonNul
|
|
|
93
91
|
isDirectionFixed?: boolean | undefined;
|
|
94
92
|
showExLabel?: boolean | undefined;
|
|
95
93
|
dropdownMaxHeight?: string | undefined;
|
|
96
|
-
threshold?: number | undefined;
|
|
97
94
|
} & import('vue').PublicProps;
|
|
98
95
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
99
96
|
attrs: any;
|
|
@@ -126,7 +123,6 @@ export declare const Disabled: StoryFn<(<T = number>(__VLS_props: NonNullable<Aw
|
|
|
126
123
|
isDirectionFixed?: boolean | undefined;
|
|
127
124
|
showExLabel?: boolean | undefined;
|
|
128
125
|
dropdownMaxHeight?: string | undefined;
|
|
129
|
-
threshold?: number | undefined;
|
|
130
126
|
} & import('vue').PublicProps;
|
|
131
127
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
132
128
|
attrs: any;
|
|
@@ -159,7 +155,6 @@ export declare const DisabledWithValues: StoryFn<(<T = number>(__VLS_props: NonN
|
|
|
159
155
|
isDirectionFixed?: boolean | undefined;
|
|
160
156
|
showExLabel?: boolean | undefined;
|
|
161
157
|
dropdownMaxHeight?: string | undefined;
|
|
162
|
-
threshold?: number | undefined;
|
|
163
158
|
} & import('vue').PublicProps;
|
|
164
159
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
165
160
|
attrs: any;
|
|
@@ -192,7 +187,6 @@ export declare const DisabledItems: StoryFn<(<T = number>(__VLS_props: NonNullab
|
|
|
192
187
|
isDirectionFixed?: boolean | undefined;
|
|
193
188
|
showExLabel?: boolean | undefined;
|
|
194
189
|
dropdownMaxHeight?: string | undefined;
|
|
195
|
-
threshold?: number | undefined;
|
|
196
190
|
} & import('vue').PublicProps;
|
|
197
191
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
198
192
|
attrs: any;
|
|
@@ -225,7 +219,6 @@ export declare const Selecting: StoryFn<(<T = number>(__VLS_props: NonNullable<A
|
|
|
225
219
|
isDirectionFixed?: boolean | undefined;
|
|
226
220
|
showExLabel?: boolean | undefined;
|
|
227
221
|
dropdownMaxHeight?: string | undefined;
|
|
228
|
-
threshold?: number | undefined;
|
|
229
222
|
} & import('vue').PublicProps;
|
|
230
223
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
231
224
|
attrs: any;
|
|
@@ -258,7 +251,6 @@ export declare const MultiSelecting: StoryFn<(<T = number>(__VLS_props: NonNulla
|
|
|
258
251
|
isDirectionFixed?: boolean | undefined;
|
|
259
252
|
showExLabel?: boolean | undefined;
|
|
260
253
|
dropdownMaxHeight?: string | undefined;
|
|
261
|
-
threshold?: number | undefined;
|
|
262
254
|
} & import('vue').PublicProps;
|
|
263
255
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
264
256
|
attrs: any;
|
|
@@ -291,7 +283,6 @@ export declare const Addable: StoryFn<(<T = number>(__VLS_props: NonNullable<Awa
|
|
|
291
283
|
isDirectionFixed?: boolean | undefined;
|
|
292
284
|
showExLabel?: boolean | undefined;
|
|
293
285
|
dropdownMaxHeight?: string | undefined;
|
|
294
|
-
threshold?: number | undefined;
|
|
295
286
|
} & import('vue').PublicProps;
|
|
296
287
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
297
288
|
attrs: any;
|
|
@@ -324,7 +315,6 @@ export declare const ExlabelWithoutShowExlabel: StoryFn<(<T = number>(__VLS_prop
|
|
|
324
315
|
isDirectionFixed?: boolean | undefined;
|
|
325
316
|
showExLabel?: boolean | undefined;
|
|
326
317
|
dropdownMaxHeight?: string | undefined;
|
|
327
|
-
threshold?: number | undefined;
|
|
328
318
|
} & import('vue').PublicProps;
|
|
329
319
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
330
320
|
attrs: any;
|
|
@@ -357,7 +347,6 @@ export declare const Exlabel: StoryFn<(<T = number>(__VLS_props: NonNullable<Awa
|
|
|
357
347
|
isDirectionFixed?: boolean | undefined;
|
|
358
348
|
showExLabel?: boolean | undefined;
|
|
359
349
|
dropdownMaxHeight?: string | undefined;
|
|
360
|
-
threshold?: number | undefined;
|
|
361
350
|
} & import('vue').PublicProps;
|
|
362
351
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
363
352
|
attrs: any;
|
|
@@ -390,7 +379,6 @@ export declare const ExlabelWithLongLabel: StoryFn<(<T = number>(__VLS_props: No
|
|
|
390
379
|
isDirectionFixed?: boolean | undefined;
|
|
391
380
|
showExLabel?: boolean | undefined;
|
|
392
381
|
dropdownMaxHeight?: string | undefined;
|
|
393
|
-
threshold?: number | undefined;
|
|
394
382
|
} & import('vue').PublicProps;
|
|
395
383
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
396
384
|
attrs: any;
|
|
@@ -423,7 +411,6 @@ export declare const IsDirectionFixed: StoryFn<(<T = number>(__VLS_props: NonNul
|
|
|
423
411
|
isDirectionFixed?: boolean | undefined;
|
|
424
412
|
showExLabel?: boolean | undefined;
|
|
425
413
|
dropdownMaxHeight?: string | undefined;
|
|
426
|
-
threshold?: number | undefined;
|
|
427
414
|
} & import('vue').PublicProps;
|
|
428
415
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
429
416
|
attrs: any;
|
|
@@ -456,7 +443,6 @@ export declare const DropdownMaxHeight: StoryFn<(<T = number>(__VLS_props: NonNu
|
|
|
456
443
|
isDirectionFixed?: boolean | undefined;
|
|
457
444
|
showExLabel?: boolean | undefined;
|
|
458
445
|
dropdownMaxHeight?: string | undefined;
|
|
459
|
-
threshold?: number | undefined;
|
|
460
446
|
} & import('vue').PublicProps;
|
|
461
447
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
462
448
|
attrs: any;
|
|
@@ -29,14 +29,6 @@ declare const _default: <T = number>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
29
29
|
isDirectionFixed?: boolean;
|
|
30
30
|
showExLabel?: boolean;
|
|
31
31
|
dropdownMaxHeight?: string;
|
|
32
|
-
/**
|
|
33
|
-
* 検索対象に含む類似度の閾値を,0から1の範囲で指定します。
|
|
34
|
-
* 類似度は標準化レーベンシュタイン距離に基づいて計算され,0に近いほど類似しています。
|
|
35
|
-
* ただし,類似度の最小値が閾値を上回る場合は部分一致で検索します。
|
|
36
|
-
* @default 0.75
|
|
37
|
-
*
|
|
38
|
-
*/
|
|
39
|
-
threshold?: number;
|
|
40
32
|
} & Partial<{}>> & import('vue').PublicProps;
|
|
41
33
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
42
34
|
attrs: any;
|