@genesislcap/foundation-entity-management 14.367.0 → 14.367.1-FUI-2341-3.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/custom-elements.json +57 -57
- package/package.json +22 -22
|
@@ -81,6 +81,41 @@
|
|
|
81
81
|
}
|
|
82
82
|
]
|
|
83
83
|
},
|
|
84
|
+
{
|
|
85
|
+
"kind": "javascript-module",
|
|
86
|
+
"path": "src/components/components.ts",
|
|
87
|
+
"declarations": [
|
|
88
|
+
{
|
|
89
|
+
"kind": "function",
|
|
90
|
+
"name": "loadRemotes"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"exports": [
|
|
94
|
+
{
|
|
95
|
+
"kind": "js",
|
|
96
|
+
"name": "loadRemotes",
|
|
97
|
+
"declaration": {
|
|
98
|
+
"name": "loadRemotes",
|
|
99
|
+
"module": "src/components/components.ts"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"kind": "javascript-module",
|
|
106
|
+
"path": "src/components/index.ts",
|
|
107
|
+
"declarations": [],
|
|
108
|
+
"exports": [
|
|
109
|
+
{
|
|
110
|
+
"kind": "js",
|
|
111
|
+
"name": "*",
|
|
112
|
+
"declaration": {
|
|
113
|
+
"name": "*",
|
|
114
|
+
"package": "./components"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
},
|
|
84
119
|
{
|
|
85
120
|
"kind": "javascript-module",
|
|
86
121
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -2584,27 +2619,41 @@
|
|
|
2584
2619
|
},
|
|
2585
2620
|
{
|
|
2586
2621
|
"kind": "javascript-module",
|
|
2587
|
-
"path": "src/
|
|
2622
|
+
"path": "src/layouts/default.ts",
|
|
2588
2623
|
"declarations": [
|
|
2589
2624
|
{
|
|
2590
|
-
"kind": "
|
|
2591
|
-
"name": "
|
|
2625
|
+
"kind": "variable",
|
|
2626
|
+
"name": "loginLayout",
|
|
2627
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"kind": "variable",
|
|
2631
|
+
"name": "defaultLayout",
|
|
2632
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
2592
2633
|
}
|
|
2593
2634
|
],
|
|
2594
2635
|
"exports": [
|
|
2595
2636
|
{
|
|
2596
2637
|
"kind": "js",
|
|
2597
|
-
"name": "
|
|
2638
|
+
"name": "loginLayout",
|
|
2598
2639
|
"declaration": {
|
|
2599
|
-
"name": "
|
|
2600
|
-
"module": "src/
|
|
2640
|
+
"name": "loginLayout",
|
|
2641
|
+
"module": "src/layouts/default.ts"
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"kind": "js",
|
|
2646
|
+
"name": "defaultLayout",
|
|
2647
|
+
"declaration": {
|
|
2648
|
+
"name": "defaultLayout",
|
|
2649
|
+
"module": "src/layouts/default.ts"
|
|
2601
2650
|
}
|
|
2602
2651
|
}
|
|
2603
2652
|
]
|
|
2604
2653
|
},
|
|
2605
2654
|
{
|
|
2606
2655
|
"kind": "javascript-module",
|
|
2607
|
-
"path": "src/
|
|
2656
|
+
"path": "src/layouts/index.ts",
|
|
2608
2657
|
"declarations": [],
|
|
2609
2658
|
"exports": [
|
|
2610
2659
|
{
|
|
@@ -2612,7 +2661,7 @@
|
|
|
2612
2661
|
"name": "*",
|
|
2613
2662
|
"declaration": {
|
|
2614
2663
|
"name": "*",
|
|
2615
|
-
"package": "./
|
|
2664
|
+
"package": "./default"
|
|
2616
2665
|
}
|
|
2617
2666
|
}
|
|
2618
2667
|
]
|
|
@@ -3460,55 +3509,6 @@
|
|
|
3460
3509
|
}
|
|
3461
3510
|
]
|
|
3462
3511
|
},
|
|
3463
|
-
{
|
|
3464
|
-
"kind": "javascript-module",
|
|
3465
|
-
"path": "src/layouts/default.ts",
|
|
3466
|
-
"declarations": [
|
|
3467
|
-
{
|
|
3468
|
-
"kind": "variable",
|
|
3469
|
-
"name": "loginLayout",
|
|
3470
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3471
|
-
},
|
|
3472
|
-
{
|
|
3473
|
-
"kind": "variable",
|
|
3474
|
-
"name": "defaultLayout",
|
|
3475
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
3476
|
-
}
|
|
3477
|
-
],
|
|
3478
|
-
"exports": [
|
|
3479
|
-
{
|
|
3480
|
-
"kind": "js",
|
|
3481
|
-
"name": "loginLayout",
|
|
3482
|
-
"declaration": {
|
|
3483
|
-
"name": "loginLayout",
|
|
3484
|
-
"module": "src/layouts/default.ts"
|
|
3485
|
-
}
|
|
3486
|
-
},
|
|
3487
|
-
{
|
|
3488
|
-
"kind": "js",
|
|
3489
|
-
"name": "defaultLayout",
|
|
3490
|
-
"declaration": {
|
|
3491
|
-
"name": "defaultLayout",
|
|
3492
|
-
"module": "src/layouts/default.ts"
|
|
3493
|
-
}
|
|
3494
|
-
}
|
|
3495
|
-
]
|
|
3496
|
-
},
|
|
3497
|
-
{
|
|
3498
|
-
"kind": "javascript-module",
|
|
3499
|
-
"path": "src/layouts/index.ts",
|
|
3500
|
-
"declarations": [],
|
|
3501
|
-
"exports": [
|
|
3502
|
-
{
|
|
3503
|
-
"kind": "js",
|
|
3504
|
-
"name": "*",
|
|
3505
|
-
"declaration": {
|
|
3506
|
-
"name": "*",
|
|
3507
|
-
"package": "./default"
|
|
3508
|
-
}
|
|
3509
|
-
}
|
|
3510
|
-
]
|
|
3511
|
-
},
|
|
3512
3512
|
{
|
|
3513
3513
|
"kind": "javascript-module",
|
|
3514
3514
|
"path": "src/routes/config.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-entity-management",
|
|
3
3
|
"description": "Genesis Foundation Entity Management",
|
|
4
|
-
"version": "14.367.
|
|
4
|
+
"version": "14.367.1-FUI-2341-3.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,31 +52,31 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.367.
|
|
56
|
-
"@genesislcap/genx": "14.367.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.367.
|
|
58
|
-
"@genesislcap/ts-builder": "14.367.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.367.
|
|
60
|
-
"@genesislcap/vite-builder": "14.367.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.367.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.367.1-FUI-2341-3.3",
|
|
56
|
+
"@genesislcap/genx": "14.367.1-FUI-2341-3.3",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.367.1-FUI-2341-3.3",
|
|
58
|
+
"@genesislcap/ts-builder": "14.367.1-FUI-2341-3.3",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.367.1-FUI-2341-3.3",
|
|
60
|
+
"@genesislcap/vite-builder": "14.367.1-FUI-2341-3.3",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.367.1-FUI-2341-3.3"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@ag-grid-community/core": "29.2.0"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@genesislcap/foundation-comms": "14.367.
|
|
68
|
-
"@genesislcap/foundation-errors": "14.367.
|
|
69
|
-
"@genesislcap/foundation-events": "14.367.
|
|
70
|
-
"@genesislcap/foundation-forms": "14.367.
|
|
71
|
-
"@genesislcap/foundation-logger": "14.367.
|
|
72
|
-
"@genesislcap/foundation-login": "14.367.
|
|
73
|
-
"@genesislcap/foundation-notifications": "14.367.
|
|
74
|
-
"@genesislcap/foundation-ui": "14.367.
|
|
75
|
-
"@genesislcap/foundation-utils": "14.367.
|
|
76
|
-
"@genesislcap/foundation-zero": "14.367.
|
|
77
|
-
"@genesislcap/foundation-zero-grid-pro": "14.367.
|
|
78
|
-
"@genesislcap/grid-pro": "14.367.
|
|
79
|
-
"@genesislcap/web-core": "14.367.
|
|
67
|
+
"@genesislcap/foundation-comms": "14.367.1-FUI-2341-3.3",
|
|
68
|
+
"@genesislcap/foundation-errors": "14.367.1-FUI-2341-3.3",
|
|
69
|
+
"@genesislcap/foundation-events": "14.367.1-FUI-2341-3.3",
|
|
70
|
+
"@genesislcap/foundation-forms": "14.367.1-FUI-2341-3.3",
|
|
71
|
+
"@genesislcap/foundation-logger": "14.367.1-FUI-2341-3.3",
|
|
72
|
+
"@genesislcap/foundation-login": "14.367.1-FUI-2341-3.3",
|
|
73
|
+
"@genesislcap/foundation-notifications": "14.367.1-FUI-2341-3.3",
|
|
74
|
+
"@genesislcap/foundation-ui": "14.367.1-FUI-2341-3.3",
|
|
75
|
+
"@genesislcap/foundation-utils": "14.367.1-FUI-2341-3.3",
|
|
76
|
+
"@genesislcap/foundation-zero": "14.367.1-FUI-2341-3.3",
|
|
77
|
+
"@genesislcap/foundation-zero-grid-pro": "14.367.1-FUI-2341-3.3",
|
|
78
|
+
"@genesislcap/grid-pro": "14.367.1-FUI-2341-3.3",
|
|
79
|
+
"@genesislcap/web-core": "14.367.1-FUI-2341-3.3",
|
|
80
80
|
"change-case": "^4.1.2"
|
|
81
81
|
},
|
|
82
82
|
"repository": {
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
90
|
"customElements": "dist/custom-elements.json",
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "f3b89d692411f516551b17147230af7b39df9272"
|
|
92
92
|
}
|