prlg-ui 1.8.66 → 1.8.67
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/index.d.ts +2 -0
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +1091 -1087
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1118,6 +1118,7 @@ labelKey: string;
|
|
|
1118
1118
|
maxTags: number;
|
|
1119
1119
|
clearable: boolean;
|
|
1120
1120
|
required: boolean;
|
|
1121
|
+
inputKey: string;
|
|
1121
1122
|
minQueryLength: number;
|
|
1122
1123
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1123
1124
|
autocompleteTrigger: HTMLDivElement;
|
|
@@ -1141,6 +1142,7 @@ declare interface AutocompleteProps {
|
|
|
1141
1142
|
loading?: boolean;
|
|
1142
1143
|
valueKey?: string;
|
|
1143
1144
|
labelKey?: string;
|
|
1145
|
+
inputKey?: string;
|
|
1144
1146
|
maxTags?: number;
|
|
1145
1147
|
clearable?: boolean;
|
|
1146
1148
|
minQueryLength?: number;
|