@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
package/dist/index.d.ts
CHANGED
|
@@ -920,6 +920,10 @@ export declare const registry: {
|
|
|
920
920
|
types: string[];
|
|
921
921
|
description: string;
|
|
922
922
|
};
|
|
923
|
+
tabChangeEvent: {
|
|
924
|
+
types: string[];
|
|
925
|
+
description: string;
|
|
926
|
+
};
|
|
923
927
|
variant: {
|
|
924
928
|
types: string[];
|
|
925
929
|
description: string;
|
|
@@ -9447,6 +9451,22 @@ export declare const registry: {
|
|
|
9447
9451
|
types: string[];
|
|
9448
9452
|
description: string;
|
|
9449
9453
|
};
|
|
9454
|
+
target: {
|
|
9455
|
+
types: string[];
|
|
9456
|
+
description: string;
|
|
9457
|
+
};
|
|
9458
|
+
trend: {
|
|
9459
|
+
types: string[];
|
|
9460
|
+
description: string;
|
|
9461
|
+
};
|
|
9462
|
+
prefix: {
|
|
9463
|
+
types: string[];
|
|
9464
|
+
description: string;
|
|
9465
|
+
};
|
|
9466
|
+
suffix: {
|
|
9467
|
+
types: string[];
|
|
9468
|
+
description: string;
|
|
9469
|
+
};
|
|
9450
9470
|
icon: {
|
|
9451
9471
|
types: string[];
|
|
9452
9472
|
description: string;
|
|
@@ -16282,6 +16302,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16282
16302
|
types: string[];
|
|
16283
16303
|
description: string;
|
|
16284
16304
|
};
|
|
16305
|
+
tabChangeEvent: {
|
|
16306
|
+
types: string[];
|
|
16307
|
+
description: string;
|
|
16308
|
+
};
|
|
16285
16309
|
variant: {
|
|
16286
16310
|
types: string[];
|
|
16287
16311
|
description: string;
|
|
@@ -24809,6 +24833,22 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24809
24833
|
types: string[];
|
|
24810
24834
|
description: string;
|
|
24811
24835
|
};
|
|
24836
|
+
target: {
|
|
24837
|
+
types: string[];
|
|
24838
|
+
description: string;
|
|
24839
|
+
};
|
|
24840
|
+
trend: {
|
|
24841
|
+
types: string[];
|
|
24842
|
+
description: string;
|
|
24843
|
+
};
|
|
24844
|
+
prefix: {
|
|
24845
|
+
types: string[];
|
|
24846
|
+
description: string;
|
|
24847
|
+
};
|
|
24848
|
+
suffix: {
|
|
24849
|
+
types: string[];
|
|
24850
|
+
description: string;
|
|
24851
|
+
};
|
|
24812
24852
|
icon: {
|
|
24813
24853
|
types: string[];
|
|
24814
24854
|
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-05-
|
|
4
|
+
exportedAt: "2026-05-04T03:15:30.902Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -1406,6 +1406,12 @@ var patterns_registry_default = {
|
|
|
1406
1406
|
],
|
|
1407
1407
|
description: "Callback when tab changes"
|
|
1408
1408
|
},
|
|
1409
|
+
tabChangeEvent: {
|
|
1410
|
+
types: [
|
|
1411
|
+
"string"
|
|
1412
|
+
],
|
|
1413
|
+
description: "Declarative tab change event \u2014 emits UI:{tabChangeEvent} with { tabId }"
|
|
1414
|
+
},
|
|
1409
1415
|
variant: {
|
|
1410
1416
|
types: [
|
|
1411
1417
|
"string"
|
|
@@ -14725,7 +14731,31 @@ var patterns_registry_default = {
|
|
|
14725
14731
|
types: [
|
|
14726
14732
|
"number"
|
|
14727
14733
|
],
|
|
14728
|
-
description: '
|
|
14734
|
+
description: 'Optional denominator. >0 renders "value / max"; 0 or omitted hides the divider.'
|
|
14735
|
+
},
|
|
14736
|
+
target: {
|
|
14737
|
+
types: [
|
|
14738
|
+
"number"
|
|
14739
|
+
],
|
|
14740
|
+
description: "Optional progress target. >0 renders a progress bar at value/target."
|
|
14741
|
+
},
|
|
14742
|
+
trend: {
|
|
14743
|
+
types: [
|
|
14744
|
+
"number"
|
|
14745
|
+
],
|
|
14746
|
+
description: "Signed delta vs previous period. >0 renders \u2191 green, <0 renders \u2193 red, 0 hides."
|
|
14747
|
+
},
|
|
14748
|
+
prefix: {
|
|
14749
|
+
types: [
|
|
14750
|
+
"string"
|
|
14751
|
+
],
|
|
14752
|
+
description: 'Prefix prepended to the formatted value (e.g. "\u2248 ").'
|
|
14753
|
+
},
|
|
14754
|
+
suffix: {
|
|
14755
|
+
types: [
|
|
14756
|
+
"string"
|
|
14757
|
+
],
|
|
14758
|
+
description: 'Suffix appended to the formatted value (e.g. " /mo", " ms").'
|
|
14729
14759
|
},
|
|
14730
14760
|
icon: {
|
|
14731
14761
|
types: [
|
|
@@ -24467,7 +24497,7 @@ var integrators_registry_default = {
|
|
|
24467
24497
|
// src/component-mapping.json
|
|
24468
24498
|
var component_mapping_default = {
|
|
24469
24499
|
version: "1.0.0",
|
|
24470
|
-
exportedAt: "2026-05-
|
|
24500
|
+
exportedAt: "2026-05-04T03:15:30.902Z",
|
|
24471
24501
|
mappings: {
|
|
24472
24502
|
"page-header": {
|
|
24473
24503
|
component: "PageHeader",
|
|
@@ -26278,7 +26308,7 @@ var component_mapping_default = {
|
|
|
26278
26308
|
// src/event-contracts.json
|
|
26279
26309
|
var event_contracts_default = {
|
|
26280
26310
|
version: "1.0.0",
|
|
26281
|
-
exportedAt: "2026-05-
|
|
26311
|
+
exportedAt: "2026-05-04T03:15:30.902Z",
|
|
26282
26312
|
contracts: {
|
|
26283
26313
|
form: {
|
|
26284
26314
|
emits: [
|