@messaia/cdk 13.3.3-rc34 → 13.3.3
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/chips/components/chips.component.mjs +6 -4
- package/esm2020/lib/forms/components/generic-form/generic-form.component.mjs +3 -3
- package/fesm2015/messaia-cdk.mjs +7 -5
- package/fesm2015/messaia-cdk.mjs.map +1 -1
- package/fesm2020/messaia-cdk.mjs +7 -5
- package/fesm2020/messaia-cdk.mjs.map +1 -1
- package/lib/chips/components/chips.component.d.ts +6 -1
- package/package.json +1 -1
|
@@ -108,6 +108,11 @@ export declare class VdChipsComponent extends AbstractMatFormField<any> {
|
|
|
108
108
|
* @param disabled
|
|
109
109
|
*/
|
|
110
110
|
get disabled(): any;
|
|
111
|
+
/**
|
|
112
|
+
* context: any
|
|
113
|
+
* The current context
|
|
114
|
+
*/
|
|
115
|
+
context: any;
|
|
111
116
|
/**
|
|
112
117
|
* key: string
|
|
113
118
|
*/
|
|
@@ -232,5 +237,5 @@ export declare class VdChipsComponent extends AbstractMatFormField<any> {
|
|
|
232
237
|
*/
|
|
233
238
|
handleLaunchClicked(): void;
|
|
234
239
|
static ɵfac: i0.ɵɵFactoryDeclaration<VdChipsComponent, [null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, null, null, null]>;
|
|
235
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VdChipsComponent, "vd-chips", never, { "chips": "chips"; "endpoint": "endpoint"; "params": "params"; "projection": "projection"; "path": "path"; "key": "key"; "searchField": "searchField"; "searchFields": "searchFields"; "termMinlength": "termMinlength"; "limit": "limit"; "removable": "removable"; "debounce": "debounce"; "suffixButtons": "suffixButtons"; "default": "default"; }, { "initSelect": "initSelect"; "selected": "selected"; "cleared": "cleared"; "onLaunch": "launch"; "chipFocus": "chipFocus"; }, ["chipTemplate", "autocompleteOptionTemplate"], never>;
|
|
240
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VdChipsComponent, "vd-chips", never, { "chips": "chips"; "endpoint": "endpoint"; "params": "params"; "projection": "projection"; "path": "path"; "context": "context"; "key": "key"; "searchField": "searchField"; "searchFields": "searchFields"; "termMinlength": "termMinlength"; "limit": "limit"; "removable": "removable"; "debounce": "debounce"; "suffixButtons": "suffixButtons"; "default": "default"; }, { "initSelect": "initSelect"; "selected": "selected"; "cleared": "cleared"; "onLaunch": "launch"; "chipFocus": "chipFocus"; }, ["chipTemplate", "autocompleteOptionTemplate"], never>;
|
|
236
241
|
}
|