@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-
|
|
3
|
+
"exportedAt": "2026-05-03T17:38:21.517Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -14724,7 +14724,31 @@
|
|
|
14724
14724
|
"types": [
|
|
14725
14725
|
"number"
|
|
14726
14726
|
],
|
|
14727
|
-
"description": "
|
|
14727
|
+
"description": "Optional denominator. >0 renders \"value / max\"; 0 or omitted hides the divider."
|
|
14728
|
+
},
|
|
14729
|
+
"target": {
|
|
14730
|
+
"types": [
|
|
14731
|
+
"number"
|
|
14732
|
+
],
|
|
14733
|
+
"description": "Optional progress target. >0 renders a progress bar at value/target."
|
|
14734
|
+
},
|
|
14735
|
+
"trend": {
|
|
14736
|
+
"types": [
|
|
14737
|
+
"number"
|
|
14738
|
+
],
|
|
14739
|
+
"description": "Signed delta vs previous period. >0 renders ↑ green, <0 renders ↓ red, 0 hides."
|
|
14740
|
+
},
|
|
14741
|
+
"prefix": {
|
|
14742
|
+
"types": [
|
|
14743
|
+
"string"
|
|
14744
|
+
],
|
|
14745
|
+
"description": "Prefix prepended to the formatted value (e.g. \"≈ \")."
|
|
14746
|
+
},
|
|
14747
|
+
"suffix": {
|
|
14748
|
+
"types": [
|
|
14749
|
+
"string"
|
|
14750
|
+
],
|
|
14751
|
+
"description": "Suffix appended to the formatted value (e.g. \" /mo\", \" ms\")."
|
|
14728
14752
|
},
|
|
14729
14753
|
"icon": {
|
|
14730
14754
|
"types": [
|
package/dist/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-
|
|
3
|
+
"exportedAt": "2026-05-03T17:38:21.517Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -14724,7 +14724,31 @@
|
|
|
14724
14724
|
"types": [
|
|
14725
14725
|
"number"
|
|
14726
14726
|
],
|
|
14727
|
-
"description": "
|
|
14727
|
+
"description": "Optional denominator. >0 renders \"value / max\"; 0 or omitted hides the divider."
|
|
14728
|
+
},
|
|
14729
|
+
"target": {
|
|
14730
|
+
"types": [
|
|
14731
|
+
"number"
|
|
14732
|
+
],
|
|
14733
|
+
"description": "Optional progress target. >0 renders a progress bar at value/target."
|
|
14734
|
+
},
|
|
14735
|
+
"trend": {
|
|
14736
|
+
"types": [
|
|
14737
|
+
"number"
|
|
14738
|
+
],
|
|
14739
|
+
"description": "Signed delta vs previous period. >0 renders ↑ green, <0 renders ↓ red, 0 hides."
|
|
14740
|
+
},
|
|
14741
|
+
"prefix": {
|
|
14742
|
+
"types": [
|
|
14743
|
+
"string"
|
|
14744
|
+
],
|
|
14745
|
+
"description": "Prefix prepended to the formatted value (e.g. \"≈ \")."
|
|
14746
|
+
},
|
|
14747
|
+
"suffix": {
|
|
14748
|
+
"types": [
|
|
14749
|
+
"string"
|
|
14750
|
+
],
|
|
14751
|
+
"description": "Suffix appended to the formatted value (e.g. \" /mo\", \" ms\")."
|
|
14728
14752
|
},
|
|
14729
14753
|
"icon": {
|
|
14730
14754
|
"types": [
|