@praxisui/core 1.0.0-beta.54 → 1.0.0-beta.55
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/fesm2022/praxisui-core.mjs.map +1 -1
- package/index.d.ts +1 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -475,7 +475,7 @@ interface ColumnDefinition {
|
|
|
475
475
|
color?: string;
|
|
476
476
|
showLabel?: boolean;
|
|
477
477
|
};
|
|
478
|
-
/** Avaliação por estrelas
|
|
478
|
+
/** Avaliação por estrelas padronizada para leitura em tabelas. */
|
|
479
479
|
rating?: {
|
|
480
480
|
valueExpr?: string;
|
|
481
481
|
max?: number;
|
|
@@ -483,7 +483,6 @@ interface ColumnDefinition {
|
|
|
483
483
|
outlineColor?: string;
|
|
484
484
|
size?: 'small' | 'medium' | 'large';
|
|
485
485
|
ariaLabel?: string;
|
|
486
|
-
readonly?: boolean;
|
|
487
486
|
};
|
|
488
487
|
/** Avatar (imagem ou iniciais) */
|
|
489
488
|
avatar?: {
|
|
@@ -627,7 +626,6 @@ interface ColumnDefinition {
|
|
|
627
626
|
outlineColor?: string;
|
|
628
627
|
size?: 'small' | 'medium' | 'large';
|
|
629
628
|
ariaLabel?: string;
|
|
630
|
-
readonly?: boolean;
|
|
631
629
|
};
|
|
632
630
|
} | {
|
|
633
631
|
type: 'html';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/core",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.55",
|
|
4
4
|
"description": "Core library for Praxis UI Workspace: types, tokens, services and utilities shared across @praxisui/* packages.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.0.0",
|