@almadar/patterns 2.30.1 → 2.30.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 +12 -0
- package/dist/index.js +16 -3
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +14 -1
- package/dist/registry.json +14 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -6014,6 +6014,12 @@ export declare const registry: {
|
|
|
6014
6014
|
kind: string;
|
|
6015
6015
|
callbackArgs: never[];
|
|
6016
6016
|
};
|
|
6017
|
+
layoutMode: {
|
|
6018
|
+
types: string[];
|
|
6019
|
+
description: string;
|
|
6020
|
+
enumValues: string[];
|
|
6021
|
+
default: string;
|
|
6022
|
+
};
|
|
6017
6023
|
children: {
|
|
6018
6024
|
types: string[];
|
|
6019
6025
|
description: string;
|
|
@@ -25224,6 +25230,12 @@ export declare const PATTERN_REGISTRY: {
|
|
|
25224
25230
|
kind: string;
|
|
25225
25231
|
callbackArgs: never[];
|
|
25226
25232
|
};
|
|
25233
|
+
layoutMode: {
|
|
25234
|
+
types: string[];
|
|
25235
|
+
description: string;
|
|
25236
|
+
enumValues: string[];
|
|
25237
|
+
default: string;
|
|
25238
|
+
};
|
|
25227
25239
|
children: {
|
|
25228
25240
|
types: string[];
|
|
25229
25241
|
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-19T14:17:44.107Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -9637,6 +9637,19 @@ var patterns_registry_default = {
|
|
|
9637
9637
|
kind: "callback",
|
|
9638
9638
|
callbackArgs: []
|
|
9639
9639
|
},
|
|
9640
|
+
layoutMode: {
|
|
9641
|
+
types: [
|
|
9642
|
+
"string"
|
|
9643
|
+
],
|
|
9644
|
+
description: 'Layout mode. Default `"sidebar"`. - `sidebar`: Left sidebar nav + top header (classic dashboard) - `topnav`: Horizontal nav in header, no sidebar - `bottomnav`: Bottom tab bar, no sidebar - `minimal`: No nav chrome, content only',
|
|
9645
|
+
enumValues: [
|
|
9646
|
+
"sidebar",
|
|
9647
|
+
"topnav",
|
|
9648
|
+
"bottomnav",
|
|
9649
|
+
"minimal"
|
|
9650
|
+
],
|
|
9651
|
+
default: "sidebar"
|
|
9652
|
+
},
|
|
9640
9653
|
children: {
|
|
9641
9654
|
types: [
|
|
9642
9655
|
"node"
|
|
@@ -31147,7 +31160,7 @@ var integrators_registry_default = {
|
|
|
31147
31160
|
// src/component-mapping.json
|
|
31148
31161
|
var component_mapping_default = {
|
|
31149
31162
|
version: "1.0.0",
|
|
31150
|
-
exportedAt: "2026-05-
|
|
31163
|
+
exportedAt: "2026-05-19T14:17:44.107Z",
|
|
31151
31164
|
mappings: {
|
|
31152
31165
|
"page-header": {
|
|
31153
31166
|
component: "PageHeader",
|
|
@@ -32672,7 +32685,7 @@ var component_mapping_default = {
|
|
|
32672
32685
|
// src/event-contracts.json
|
|
32673
32686
|
var event_contracts_default = {
|
|
32674
32687
|
version: "1.0.0",
|
|
32675
|
-
exportedAt: "2026-05-
|
|
32688
|
+
exportedAt: "2026-05-19T14:17:44.107Z",
|
|
32676
32689
|
contracts: {
|
|
32677
32690
|
form: {
|
|
32678
32691
|
emits: [
|