@vgip/meta-ui 1.4.3 → 1.4.4
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/esm2020/lib/common/metaNormalizer.mjs +10 -8
- package/esm2020/lib/field.mjs +30 -19
- package/fesm2015/vgip-meta-ui.mjs +38 -25
- package/fesm2015/vgip-meta-ui.mjs.map +1 -1
- package/fesm2020/vgip-meta-ui.mjs +38 -25
- package/fesm2020/vgip-meta-ui.mjs.map +1 -1
- package/lib/field.d.ts +1 -1
- package/package.json +1 -1
package/lib/field.d.ts
CHANGED
|
@@ -140,7 +140,7 @@ export declare class FieldReference extends FieldAbstract implements OnInit {
|
|
|
140
140
|
get showTypes(): any;
|
|
141
141
|
get suggestions(): any[];
|
|
142
142
|
get hasAppendButton(): any;
|
|
143
|
-
private
|
|
143
|
+
private searchAutoSuggestions;
|
|
144
144
|
get resourceService(): any;
|
|
145
145
|
get metaReference(): any;
|
|
146
146
|
static ɵfac: i0.ɵɵFactoryDeclaration<FieldReference, never>;
|