@almadar/patterns 2.19.2 → 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 +8 -0
- package/dist/index.js +9 -3
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +7 -1
- package/dist/registry.json +7 -1
- 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;
|
|
@@ -16298,6 +16302,10 @@ export declare const PATTERN_REGISTRY: {
|
|
|
16298
16302
|
types: string[];
|
|
16299
16303
|
description: string;
|
|
16300
16304
|
};
|
|
16305
|
+
tabChangeEvent: {
|
|
16306
|
+
types: string[];
|
|
16307
|
+
description: string;
|
|
16308
|
+
};
|
|
16301
16309
|
variant: {
|
|
16302
16310
|
types: string[];
|
|
16303
16311
|
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"
|
|
@@ -24491,7 +24497,7 @@ var integrators_registry_default = {
|
|
|
24491
24497
|
// src/component-mapping.json
|
|
24492
24498
|
var component_mapping_default = {
|
|
24493
24499
|
version: "1.0.0",
|
|
24494
|
-
exportedAt: "2026-05-
|
|
24500
|
+
exportedAt: "2026-05-04T03:15:30.902Z",
|
|
24495
24501
|
mappings: {
|
|
24496
24502
|
"page-header": {
|
|
24497
24503
|
component: "PageHeader",
|
|
@@ -26302,7 +26308,7 @@ var component_mapping_default = {
|
|
|
26302
26308
|
// src/event-contracts.json
|
|
26303
26309
|
var event_contracts_default = {
|
|
26304
26310
|
version: "1.0.0",
|
|
26305
|
-
exportedAt: "2026-05-
|
|
26311
|
+
exportedAt: "2026-05-04T03:15:30.902Z",
|
|
26306
26312
|
contracts: {
|
|
26307
26313
|
form: {
|
|
26308
26314
|
emits: [
|