structra-ui 0.2.79 → 0.2.80
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
package/types/structra-ui.d.ts
CHANGED
|
@@ -4253,8 +4253,9 @@ declare class DataGridComponent<T = unknown> implements OnInit, OnChanges, OnDes
|
|
|
4253
4253
|
* não volta a renderizar e editar/remover parece “morto”.
|
|
4254
4254
|
*/
|
|
4255
4255
|
private buildActionsContext;
|
|
4256
|
-
/**
|
|
4257
|
-
|
|
4256
|
+
/** Contexto estável para AG Grid (evita nova referência a cada CD). */
|
|
4257
|
+
actionsContextRef: DataGridActionsContext<T>;
|
|
4258
|
+
private syncActionsContextRef;
|
|
4258
4259
|
agColumnDefs: ColDef<T>[];
|
|
4259
4260
|
ngOnInit(): void;
|
|
4260
4261
|
/**
|
|
@@ -12267,7 +12268,7 @@ declare class FormCollectionComponent {
|
|
|
12267
12268
|
readonly agGridPageSize: _angular_core.Signal<number>;
|
|
12268
12269
|
readonly initialAgGridPageZeroBased: _angular_core.Signal<number>;
|
|
12269
12270
|
/** Vista mobile + coleção remota: modo «remote» para pedidos de página ao servidor. */
|
|
12270
|
-
readonly mobileCardListDataMode: _angular_core.Signal<"
|
|
12271
|
+
readonly mobileCardListDataMode: _angular_core.Signal<"memory" | "remote">;
|
|
12271
12272
|
readonly mobileCardListTotalCountRemote: _angular_core.Signal<number | null>;
|
|
12272
12273
|
readonly mobileCardListHasNextPage: _angular_core.Signal<boolean>;
|
|
12273
12274
|
/** Skeleton no fundo ao mudar de página remota (mantém linhas visíveis). */
|
|
@@ -12311,7 +12312,7 @@ declare class FormCollectionComponent {
|
|
|
12311
12312
|
/** Rótulo omitido na UI — o cartão da secção já identifica «Imagens do produto». */
|
|
12312
12313
|
readonly bulkMidiaUploadLabelUi: _angular_core.Signal<string>;
|
|
12313
12314
|
readonly podeRemoverSelecionado: _angular_core.Signal<boolean>;
|
|
12314
|
-
readonly collectionLayoutChrome: _angular_core.Signal<"
|
|
12315
|
+
readonly collectionLayoutChrome: _angular_core.Signal<"responsive" | "card" | "plain">;
|
|
12315
12316
|
readonly mapCardItemView: CardListMapFn<FormCollectionGridRow>;
|
|
12316
12317
|
constructor();
|
|
12317
12318
|
/**
|