@sumaris-net/ngx-components 18.23.28 → 18.23.30

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "18.23.28",
4
+ "version": "18.23.30",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -70,7 +70,7 @@ export declare class AppFormField implements OnInit, ControlValueAccessor {
70
70
  }): void;
71
71
  protected updateTabIndex(timeout?: number): void;
72
72
  static ɵfac: i0.ɵɵFactoryDeclaration<AppFormField, [null, null, null, { optional: true; }]>;
73
- static ɵcmp: i0.ɵɵComponentDeclaration<AppFormField, "app-form-field", never, { "definition": { "alias": "definition"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hideRequiredMarker": { "alias": "hideRequiredMarker"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; }, { "onKeyupEnter": "keyup.enter"; }, never, ["[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "mat-error", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error"], false, never>;
73
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppFormField, "app-form-field", never, { "definition": { "alias": "definition"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hideRequiredMarker": { "alias": "hideRequiredMarker"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; }, { "onKeyupEnter": "keyup.enter"; }, never, ["[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "mat-error", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matPrefix]", "[matSuffix]", "mat-error", "[matSuffix]", "mat-error"], false, never>;
74
74
  static ngAcceptInputType_readonly: unknown;
75
75
  static ngAcceptInputType_disabled: unknown;
76
76
  static ngAcceptInputType_compact: unknown;
@@ -98,6 +98,7 @@ export declare class AppImageGalleryComponent<T extends Image> implements OnInit
98
98
  interactive?: boolean;
99
99
  }): Promise<boolean>;
100
100
  toggleViewMode(_?: Event): void;
101
+ setViewMode(mode: GalleryMode): void;
101
102
  trackByFn(index: number, row: TableElement<T>): number;
102
103
  editTitle(event: MouseEvent, row: TableElement<T>, cardToolbar: any): Promise<void>;
103
104
  protected focusCardToolbar(cardToolbar: any): void;
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "18.23.28",
5
+ "version": "18.23.30",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{
@@ -72,10 +72,6 @@
72
72
  }
73
73
  }
74
74
 
75
- // force invisible
76
- &.cdk-visually-hidden {
77
- position: absolute !important;
78
- }
79
75
 
80
76
  & > ion-label,
81
77
  & > mat-label,
@@ -125,6 +121,11 @@
125
121
  padding-inline-start: var(--mat-cell-horizontal-padding);
126
122
  }
127
123
 
124
+ // force invisible
125
+ &.cdk-visually-hidden {
126
+ position: absolute !important;
127
+ }
128
+
128
129
  &.mat-mdc-table-sticky-border-elem-left {
129
130
  border-right: 1px solid #{$app-table-border-color};
130
131
  }
@@ -165,6 +166,7 @@
165
166
  padding-left: var(--mat-cell-horizontal-padding, 8px);
166
167
  }
167
168
  }
169
+
168
170
  }
169
171
 
170
172
  .mat-column-select {