@breadstone/mosaik-elements-angular 0.0.202 → 0.0.204

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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.0.204 (2025-12-07)
2
+
3
+ This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
4
+
5
+ ## 0.0.203 (2025-12-06)
6
+
7
+ This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
8
+
1
9
  ## 0.0.202 (2025-12-06)
2
10
 
3
11
  ### 🚀 Features
@@ -29068,26 +29068,6 @@ let FormFieldComponent = class FormFieldComponent {
29068
29068
  this._element.label = value;
29069
29069
  });
29070
29070
  }
29071
- get horizontalContentAlignment() {
29072
- // @ts-ignore - temporary fix for the type error
29073
- return this._element.horizontalContentAlignment;
29074
- }
29075
- set horizontalContentAlignment(value) {
29076
- this._zone.runOutsideAngular(() => {
29077
- // @ts-ignore - temporary fix for the type error
29078
- this._element.horizontalContentAlignment = value;
29079
- });
29080
- }
29081
- get verticalContentAlignment() {
29082
- // @ts-ignore - temporary fix for the type error
29083
- return this._element.verticalContentAlignment;
29084
- }
29085
- set verticalContentAlignment(value) {
29086
- this._zone.runOutsideAngular(() => {
29087
- // @ts-ignore - temporary fix for the type error
29088
- this._element.verticalContentAlignment = value;
29089
- });
29090
- }
29091
29071
  get validity() {
29092
29072
  // @ts-ignore - temporary fix for the type error
29093
29073
  return this._element.validity;
@@ -29209,12 +29189,12 @@ let FormFieldComponent = class FormFieldComponent {
29209
29189
  }
29210
29190
  }
29211
29191
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.2", ngImport: i0, type: FormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
29212
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.2", type: FormFieldComponent, isStandalone: true, selector: "mosaik-form-field", inputs: { invalid: "invalid", hint: "hint", error: "error", info: "info", validators: "validators", accessor: "accessor", required: "required", themeName: "themeName", label: "label", horizontalContentAlignment: "horizontalContentAlignment", verticalContentAlignment: "verticalContentAlignment", validity: "validity", validationMessage: "validationMessage", willValidate: "willValidate", name: "name", disabled: "disabled", internals: "internals", form: "form", labels: "labels", dir: "dir", lang: "lang" }, outputs: { connected: "connected", disconnected: "disconnected", changed: "changed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
29192
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.2", type: FormFieldComponent, isStandalone: true, selector: "mosaik-form-field", inputs: { invalid: "invalid", hint: "hint", error: "error", info: "info", validators: "validators", accessor: "accessor", required: "required", themeName: "themeName", label: "label", validity: "validity", validationMessage: "validationMessage", willValidate: "willValidate", name: "name", disabled: "disabled", internals: "internals", form: "form", labels: "labels", dir: "dir", lang: "lang" }, outputs: { connected: "connected", disconnected: "disconnected", changed: "changed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
29213
29193
  };
29214
29194
  FormFieldComponent = __decorate$1P([
29215
29195
  ProxyCmp({
29216
29196
  defineCustomElementFn: () => customElements.define('mosaik-form-field', FormFieldElement),
29217
- inputs: ['invalid', 'hint', 'error', 'info', 'validators', 'accessor', 'required', 'themeName', 'label', 'horizontalContentAlignment', 'verticalContentAlignment', 'validity', 'validationMessage', 'willValidate', 'name', 'disabled', 'internals', 'form', 'labels', 'dir', 'lang'],
29197
+ inputs: ['invalid', 'hint', 'error', 'info', 'validators', 'accessor', 'required', 'themeName', 'label', 'validity', 'validationMessage', 'willValidate', 'name', 'disabled', 'internals', 'form', 'labels', 'dir', 'lang'],
29218
29198
  methods: ['checkValidity', 'reportValidity', 'formDisabledCallback', 'formResetCallback', 'formStateRestoreCallback', 'getFormValue', 'onSlotChange', 'formAssociatedCallback', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate', 'getFormState']
29219
29199
  }),
29220
29200
  __metadata$1P("design:paramtypes", [])
@@ -29226,7 +29206,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImpor
29226
29206
  standalone: true,
29227
29207
  changeDetection: ChangeDetectionStrategy.OnPush,
29228
29208
  template: '<ng-content></ng-content>',
29229
- inputs: ['invalid', 'hint', 'error', 'info', 'validators', 'accessor', 'required', 'themeName', 'label', 'horizontalContentAlignment', 'verticalContentAlignment', 'validity', 'validationMessage', 'willValidate', 'name', 'disabled', 'internals', 'form', 'labels', 'dir', 'lang'],
29209
+ inputs: ['invalid', 'hint', 'error', 'info', 'validators', 'accessor', 'required', 'themeName', 'label', 'validity', 'validationMessage', 'willValidate', 'name', 'disabled', 'internals', 'form', 'labels', 'dir', 'lang'],
29230
29210
  outputs: ['connected', 'disconnected', 'changed']
29231
29211
  }]
29232
29212
  }], ctorParameters: () => [], propDecorators: { invalid: [{
@@ -29247,10 +29227,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.2", ngImpor
29247
29227
  type: Input
29248
29228
  }], label: [{
29249
29229
  type: Input
29250
- }], horizontalContentAlignment: [{
29251
- type: Input
29252
- }], verticalContentAlignment: [{
29253
- type: Input
29254
29230
  }], validity: [{
29255
29231
  type: Input
29256
29232
  }], validationMessage: [{