@almadar/patterns 2.19.1 → 2.19.3
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 +40 -0
- package/dist/index.js +34 -4
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +32 -2
- package/dist/registry.json +32 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-04T03:15:30.902Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -1405,6 +1405,12 @@
|
|
|
1405
1405
|
],
|
|
1406
1406
|
"description": "Callback when tab changes"
|
|
1407
1407
|
},
|
|
1408
|
+
"tabChangeEvent": {
|
|
1409
|
+
"types": [
|
|
1410
|
+
"string"
|
|
1411
|
+
],
|
|
1412
|
+
"description": "Declarative tab change event — emits UI:{tabChangeEvent} with { tabId }"
|
|
1413
|
+
},
|
|
1408
1414
|
"variant": {
|
|
1409
1415
|
"types": [
|
|
1410
1416
|
"string"
|
|
@@ -14724,7 +14730,31 @@
|
|
|
14724
14730
|
"types": [
|
|
14725
14731
|
"number"
|
|
14726
14732
|
],
|
|
14727
|
-
"description": "
|
|
14733
|
+
"description": "Optional denominator. >0 renders \"value / max\"; 0 or omitted hides the divider."
|
|
14734
|
+
},
|
|
14735
|
+
"target": {
|
|
14736
|
+
"types": [
|
|
14737
|
+
"number"
|
|
14738
|
+
],
|
|
14739
|
+
"description": "Optional progress target. >0 renders a progress bar at value/target."
|
|
14740
|
+
},
|
|
14741
|
+
"trend": {
|
|
14742
|
+
"types": [
|
|
14743
|
+
"number"
|
|
14744
|
+
],
|
|
14745
|
+
"description": "Signed delta vs previous period. >0 renders ↑ green, <0 renders ↓ red, 0 hides."
|
|
14746
|
+
},
|
|
14747
|
+
"prefix": {
|
|
14748
|
+
"types": [
|
|
14749
|
+
"string"
|
|
14750
|
+
],
|
|
14751
|
+
"description": "Prefix prepended to the formatted value (e.g. \"≈ \")."
|
|
14752
|
+
},
|
|
14753
|
+
"suffix": {
|
|
14754
|
+
"types": [
|
|
14755
|
+
"string"
|
|
14756
|
+
],
|
|
14757
|
+
"description": "Suffix appended to the formatted value (e.g. \" /mo\", \" ms\")."
|
|
14728
14758
|
},
|
|
14729
14759
|
"icon": {
|
|
14730
14760
|
"types": [
|
package/dist/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-04T03:15:30.902Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -1405,6 +1405,12 @@
|
|
|
1405
1405
|
],
|
|
1406
1406
|
"description": "Callback when tab changes"
|
|
1407
1407
|
},
|
|
1408
|
+
"tabChangeEvent": {
|
|
1409
|
+
"types": [
|
|
1410
|
+
"string"
|
|
1411
|
+
],
|
|
1412
|
+
"description": "Declarative tab change event — emits UI:{tabChangeEvent} with { tabId }"
|
|
1413
|
+
},
|
|
1408
1414
|
"variant": {
|
|
1409
1415
|
"types": [
|
|
1410
1416
|
"string"
|
|
@@ -14724,7 +14730,31 @@
|
|
|
14724
14730
|
"types": [
|
|
14725
14731
|
"number"
|
|
14726
14732
|
],
|
|
14727
|
-
"description": "
|
|
14733
|
+
"description": "Optional denominator. >0 renders \"value / max\"; 0 or omitted hides the divider."
|
|
14734
|
+
},
|
|
14735
|
+
"target": {
|
|
14736
|
+
"types": [
|
|
14737
|
+
"number"
|
|
14738
|
+
],
|
|
14739
|
+
"description": "Optional progress target. >0 renders a progress bar at value/target."
|
|
14740
|
+
},
|
|
14741
|
+
"trend": {
|
|
14742
|
+
"types": [
|
|
14743
|
+
"number"
|
|
14744
|
+
],
|
|
14745
|
+
"description": "Signed delta vs previous period. >0 renders ↑ green, <0 renders ↓ red, 0 hides."
|
|
14746
|
+
},
|
|
14747
|
+
"prefix": {
|
|
14748
|
+
"types": [
|
|
14749
|
+
"string"
|
|
14750
|
+
],
|
|
14751
|
+
"description": "Prefix prepended to the formatted value (e.g. \"≈ \")."
|
|
14752
|
+
},
|
|
14753
|
+
"suffix": {
|
|
14754
|
+
"types": [
|
|
14755
|
+
"string"
|
|
14756
|
+
],
|
|
14757
|
+
"description": "Suffix appended to the formatted value (e.g. \" /mo\", \" ms\")."
|
|
14728
14758
|
},
|
|
14729
14759
|
"icon": {
|
|
14730
14760
|
"types": [
|