@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.
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messaia/cdk",
3
- "version": "13.3.3-rc34",
3
+ "version": "13.3.3",
4
4
  "peerDependencies": {},
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"