@mozaic-ds/angular 2.0.0 → 2.0.1

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.
@@ -2955,28 +2955,11 @@ class ActionListboxContainerComponent {
2955
2955
  this.listboxRef.selectItem(item);
2956
2956
  }
2957
2957
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ActionListboxContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2958
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.3", type: ActionListboxContainerComponent, isStandalone: true, selector: "moz-action-listbox-container", ngImport: i0, template: `
2959
- <moz-action-listbox
2960
- [items]="config.items"
2961
- [title]="config.title"
2962
- (itemClick)="onItemClick($event)"
2963
- />
2964
- `, isInline: true, dependencies: [{ kind: "component", type: MozActionListboxComponent, selector: "moz-action-listbox", inputs: ["title", "items"], outputs: ["itemClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2958
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.3", type: ActionListboxContainerComponent, isStandalone: true, selector: "moz-action-listbox-container", ngImport: i0, template: "<moz-action-listbox\n [items]=\"config.items\"\n [title]=\"config.title\"\n (itemClick)=\"onItemClick($event)\"\n/>\n", dependencies: [{ kind: "component", type: MozActionListboxComponent, selector: "moz-action-listbox", inputs: ["title", "items"], outputs: ["itemClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2965
2959
  }
2966
2960
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: ActionListboxContainerComponent, decorators: [{
2967
2961
  type: Component,
2968
- args: [{
2969
- selector: 'moz-action-listbox-container',
2970
- imports: [MozActionListboxComponent],
2971
- template: `
2972
- <moz-action-listbox
2973
- [items]="config.items"
2974
- [title]="config.title"
2975
- (itemClick)="onItemClick($event)"
2976
- />
2977
- `,
2978
- changeDetection: ChangeDetectionStrategy.OnPush,
2979
- }]
2962
+ args: [{ selector: 'moz-action-listbox-container', imports: [MozActionListboxComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<moz-action-listbox\n [items]=\"config.items\"\n [title]=\"config.title\"\n (itemClick)=\"onItemClick($event)\"\n/>\n" }]
2980
2963
  }] });
2981
2964
 
2982
2965
  class MozActionListboxTriggerDirective {