@genesislcap/foundation-entity-management 14.188.0-FUI-2012-tabulator.1 → 14.188.0-FUI-2012-tabulator.2
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 +49 -49
- package/package.json +21 -21
|
@@ -1380,6 +1380,55 @@
|
|
|
1380
1380
|
}
|
|
1381
1381
|
]
|
|
1382
1382
|
},
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "javascript-module",
|
|
1385
|
+
"path": "src/layouts/default.ts",
|
|
1386
|
+
"declarations": [
|
|
1387
|
+
{
|
|
1388
|
+
"kind": "variable",
|
|
1389
|
+
"name": "loginLayout",
|
|
1390
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"kind": "variable",
|
|
1394
|
+
"name": "defaultLayout",
|
|
1395
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
1396
|
+
}
|
|
1397
|
+
],
|
|
1398
|
+
"exports": [
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "js",
|
|
1401
|
+
"name": "loginLayout",
|
|
1402
|
+
"declaration": {
|
|
1403
|
+
"name": "loginLayout",
|
|
1404
|
+
"module": "src/layouts/default.ts"
|
|
1405
|
+
}
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"kind": "js",
|
|
1409
|
+
"name": "defaultLayout",
|
|
1410
|
+
"declaration": {
|
|
1411
|
+
"name": "defaultLayout",
|
|
1412
|
+
"module": "src/layouts/default.ts"
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
]
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"kind": "javascript-module",
|
|
1419
|
+
"path": "src/layouts/index.ts",
|
|
1420
|
+
"declarations": [],
|
|
1421
|
+
"exports": [
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "*",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"package": "./default"
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1383
1432
|
{
|
|
1384
1433
|
"kind": "javascript-module",
|
|
1385
1434
|
"path": "src/main/index.ts",
|
|
@@ -2612,55 +2661,6 @@
|
|
|
2612
2661
|
}
|
|
2613
2662
|
]
|
|
2614
2663
|
},
|
|
2615
|
-
{
|
|
2616
|
-
"kind": "javascript-module",
|
|
2617
|
-
"path": "src/layouts/default.ts",
|
|
2618
|
-
"declarations": [
|
|
2619
|
-
{
|
|
2620
|
-
"kind": "variable",
|
|
2621
|
-
"name": "loginLayout",
|
|
2622
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"kind": "variable",
|
|
2626
|
-
"name": "defaultLayout",
|
|
2627
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
2628
|
-
}
|
|
2629
|
-
],
|
|
2630
|
-
"exports": [
|
|
2631
|
-
{
|
|
2632
|
-
"kind": "js",
|
|
2633
|
-
"name": "loginLayout",
|
|
2634
|
-
"declaration": {
|
|
2635
|
-
"name": "loginLayout",
|
|
2636
|
-
"module": "src/layouts/default.ts"
|
|
2637
|
-
}
|
|
2638
|
-
},
|
|
2639
|
-
{
|
|
2640
|
-
"kind": "js",
|
|
2641
|
-
"name": "defaultLayout",
|
|
2642
|
-
"declaration": {
|
|
2643
|
-
"name": "defaultLayout",
|
|
2644
|
-
"module": "src/layouts/default.ts"
|
|
2645
|
-
}
|
|
2646
|
-
}
|
|
2647
|
-
]
|
|
2648
|
-
},
|
|
2649
|
-
{
|
|
2650
|
-
"kind": "javascript-module",
|
|
2651
|
-
"path": "src/layouts/index.ts",
|
|
2652
|
-
"declarations": [],
|
|
2653
|
-
"exports": [
|
|
2654
|
-
{
|
|
2655
|
-
"kind": "js",
|
|
2656
|
-
"name": "*",
|
|
2657
|
-
"declaration": {
|
|
2658
|
-
"name": "*",
|
|
2659
|
-
"package": "./default"
|
|
2660
|
-
}
|
|
2661
|
-
}
|
|
2662
|
-
]
|
|
2663
|
-
},
|
|
2664
2664
|
{
|
|
2665
2665
|
"kind": "javascript-module",
|
|
2666
2666
|
"path": "src/users/users.template.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.188.0-FUI-2012-tabulator.
|
|
4
|
+
"version": "14.188.0-FUI-2012-tabulator.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,29 +52,29 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.188.0-FUI-2012-tabulator.
|
|
56
|
-
"@genesislcap/genx": "14.188.0-FUI-2012-tabulator.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.188.0-FUI-2012-tabulator.
|
|
58
|
-
"@genesislcap/ts-builder": "14.188.0-FUI-2012-tabulator.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.188.0-FUI-2012-tabulator.
|
|
60
|
-
"@genesislcap/vite-builder": "14.188.0-FUI-2012-tabulator.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.188.0-FUI-2012-tabulator.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.188.0-FUI-2012-tabulator.2",
|
|
56
|
+
"@genesislcap/genx": "14.188.0-FUI-2012-tabulator.2",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.188.0-FUI-2012-tabulator.2",
|
|
58
|
+
"@genesislcap/ts-builder": "14.188.0-FUI-2012-tabulator.2",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.188.0-FUI-2012-tabulator.2",
|
|
60
|
+
"@genesislcap/vite-builder": "14.188.0-FUI-2012-tabulator.2",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.188.0-FUI-2012-tabulator.2",
|
|
62
62
|
"rimraf": "^5.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@ag-grid-community/core": "29.2.0",
|
|
66
|
-
"@genesislcap/foundation-comms": "14.188.0-FUI-2012-tabulator.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.188.0-FUI-2012-tabulator.
|
|
68
|
-
"@genesislcap/foundation-events": "14.188.0-FUI-2012-tabulator.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.188.0-FUI-2012-tabulator.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.188.0-FUI-2012-tabulator.
|
|
71
|
-
"@genesislcap/foundation-login": "14.188.0-FUI-2012-tabulator.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.188.0-FUI-2012-tabulator.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.188.0-FUI-2012-tabulator.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.188.0-FUI-2012-tabulator.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.188.0-FUI-2012-tabulator.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.188.0-FUI-2012-tabulator.
|
|
77
|
-
"@genesislcap/grid-pro": "14.188.0-FUI-2012-tabulator.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.188.0-FUI-2012-tabulator.2",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.188.0-FUI-2012-tabulator.2",
|
|
68
|
+
"@genesislcap/foundation-events": "14.188.0-FUI-2012-tabulator.2",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.188.0-FUI-2012-tabulator.2",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.188.0-FUI-2012-tabulator.2",
|
|
71
|
+
"@genesislcap/foundation-login": "14.188.0-FUI-2012-tabulator.2",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.188.0-FUI-2012-tabulator.2",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.188.0-FUI-2012-tabulator.2",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.188.0-FUI-2012-tabulator.2",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.188.0-FUI-2012-tabulator.2",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.188.0-FUI-2012-tabulator.2",
|
|
77
|
+
"@genesislcap/grid-pro": "14.188.0-FUI-2012-tabulator.2",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
80
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
92
|
"customElements": "dist/custom-elements.json",
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "9ae04c76af3465f40001c4de1918f289389708c3"
|
|
94
94
|
}
|