@almadar/patterns 2.19.0 → 2.19.2
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/dist/component-mapping.json +1 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +32 -0
- package/dist/index.js +28 -4
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +26 -2
- package/dist/registry.json +26 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9447,6 +9447,22 @@ export declare const registry: {
|
|
|
9447
9447
|
types: string[];
|
|
9448
9448
|
description: string;
|
|
9449
9449
|
};
|
|
9450
|
+
target: {
|
|
9451
|
+
types: string[];
|
|
9452
|
+
description: string;
|
|
9453
|
+
};
|
|
9454
|
+
trend: {
|
|
9455
|
+
types: string[];
|
|
9456
|
+
description: string;
|
|
9457
|
+
};
|
|
9458
|
+
prefix: {
|
|
9459
|
+
types: string[];
|
|
9460
|
+
description: string;
|
|
9461
|
+
};
|
|
9462
|
+
suffix: {
|
|
9463
|
+
types: string[];
|
|
9464
|
+
description: string;
|
|
9465
|
+
};
|
|
9450
9466
|
icon: {
|
|
9451
9467
|
types: string[];
|
|
9452
9468
|
description: string;
|
|
@@ -24809,6 +24825,22 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24809
24825
|
types: string[];
|
|
24810
24826
|
description: string;
|
|
24811
24827
|
};
|
|
24828
|
+
target: {
|
|
24829
|
+
types: string[];
|
|
24830
|
+
description: string;
|
|
24831
|
+
};
|
|
24832
|
+
trend: {
|
|
24833
|
+
types: string[];
|
|
24834
|
+
description: string;
|
|
24835
|
+
};
|
|
24836
|
+
prefix: {
|
|
24837
|
+
types: string[];
|
|
24838
|
+
description: string;
|
|
24839
|
+
};
|
|
24840
|
+
suffix: {
|
|
24841
|
+
types: string[];
|
|
24842
|
+
description: string;
|
|
24843
|
+
};
|
|
24812
24844
|
icon: {
|
|
24813
24845
|
types: string[];
|
|
24814
24846
|
description: string;
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// src/patterns-registry.json
|
|
2
2
|
var patterns_registry_default = {
|
|
3
3
|
version: "1.0.0",
|
|
4
|
-
exportedAt: "2026-
|
|
4
|
+
exportedAt: "2026-05-03T17:38:21.517Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -14725,7 +14725,31 @@ var patterns_registry_default = {
|
|
|
14725
14725
|
types: [
|
|
14726
14726
|
"number"
|
|
14727
14727
|
],
|
|
14728
|
-
description: '
|
|
14728
|
+
description: 'Optional denominator. >0 renders "value / max"; 0 or omitted hides the divider.'
|
|
14729
|
+
},
|
|
14730
|
+
target: {
|
|
14731
|
+
types: [
|
|
14732
|
+
"number"
|
|
14733
|
+
],
|
|
14734
|
+
description: "Optional progress target. >0 renders a progress bar at value/target."
|
|
14735
|
+
},
|
|
14736
|
+
trend: {
|
|
14737
|
+
types: [
|
|
14738
|
+
"number"
|
|
14739
|
+
],
|
|
14740
|
+
description: "Signed delta vs previous period. >0 renders \u2191 green, <0 renders \u2193 red, 0 hides."
|
|
14741
|
+
},
|
|
14742
|
+
prefix: {
|
|
14743
|
+
types: [
|
|
14744
|
+
"string"
|
|
14745
|
+
],
|
|
14746
|
+
description: 'Prefix prepended to the formatted value (e.g. "\u2248 ").'
|
|
14747
|
+
},
|
|
14748
|
+
suffix: {
|
|
14749
|
+
types: [
|
|
14750
|
+
"string"
|
|
14751
|
+
],
|
|
14752
|
+
description: 'Suffix appended to the formatted value (e.g. " /mo", " ms").'
|
|
14729
14753
|
},
|
|
14730
14754
|
icon: {
|
|
14731
14755
|
types: [
|
|
@@ -24467,7 +24491,7 @@ var integrators_registry_default = {
|
|
|
24467
24491
|
// src/component-mapping.json
|
|
24468
24492
|
var component_mapping_default = {
|
|
24469
24493
|
version: "1.0.0",
|
|
24470
|
-
exportedAt: "2026-
|
|
24494
|
+
exportedAt: "2026-05-03T17:38:21.517Z",
|
|
24471
24495
|
mappings: {
|
|
24472
24496
|
"page-header": {
|
|
24473
24497
|
component: "PageHeader",
|
|
@@ -26278,7 +26302,7 @@ var component_mapping_default = {
|
|
|
26278
26302
|
// src/event-contracts.json
|
|
26279
26303
|
var event_contracts_default = {
|
|
26280
26304
|
version: "1.0.0",
|
|
26281
|
-
exportedAt: "2026-
|
|
26305
|
+
exportedAt: "2026-05-03T17:38:21.517Z",
|
|
26282
26306
|
contracts: {
|
|
26283
26307
|
form: {
|
|
26284
26308
|
emits: [
|