@genesislcap/foundation-entity-management 14.24.4 → 14.25.1-alpha-7849de5.0
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 +18 -44
|
@@ -593,55 +593,6 @@
|
|
|
593
593
|
}
|
|
594
594
|
]
|
|
595
595
|
},
|
|
596
|
-
{
|
|
597
|
-
"kind": "javascript-module",
|
|
598
|
-
"path": "src/layouts/default.ts",
|
|
599
|
-
"declarations": [
|
|
600
|
-
{
|
|
601
|
-
"kind": "variable",
|
|
602
|
-
"name": "loginLayout",
|
|
603
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"kind": "variable",
|
|
607
|
-
"name": "defaultLayout",
|
|
608
|
-
"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)"
|
|
609
|
-
}
|
|
610
|
-
],
|
|
611
|
-
"exports": [
|
|
612
|
-
{
|
|
613
|
-
"kind": "js",
|
|
614
|
-
"name": "loginLayout",
|
|
615
|
-
"declaration": {
|
|
616
|
-
"name": "loginLayout",
|
|
617
|
-
"module": "src/layouts/default.ts"
|
|
618
|
-
}
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"kind": "js",
|
|
622
|
-
"name": "defaultLayout",
|
|
623
|
-
"declaration": {
|
|
624
|
-
"name": "defaultLayout",
|
|
625
|
-
"module": "src/layouts/default.ts"
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
]
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"kind": "javascript-module",
|
|
632
|
-
"path": "src/layouts/index.ts",
|
|
633
|
-
"declarations": [],
|
|
634
|
-
"exports": [
|
|
635
|
-
{
|
|
636
|
-
"kind": "js",
|
|
637
|
-
"name": "*",
|
|
638
|
-
"declaration": {
|
|
639
|
-
"name": "*",
|
|
640
|
-
"package": "./default"
|
|
641
|
-
}
|
|
642
|
-
}
|
|
643
|
-
]
|
|
644
|
-
},
|
|
645
596
|
{
|
|
646
597
|
"kind": "javascript-module",
|
|
647
598
|
"path": "src/list/index.ts",
|
|
@@ -954,6 +905,55 @@
|
|
|
954
905
|
}
|
|
955
906
|
]
|
|
956
907
|
},
|
|
908
|
+
{
|
|
909
|
+
"kind": "javascript-module",
|
|
910
|
+
"path": "src/layouts/default.ts",
|
|
911
|
+
"declarations": [
|
|
912
|
+
{
|
|
913
|
+
"kind": "variable",
|
|
914
|
+
"name": "loginLayout",
|
|
915
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"kind": "variable",
|
|
919
|
+
"name": "defaultLayout",
|
|
920
|
+
"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)"
|
|
921
|
+
}
|
|
922
|
+
],
|
|
923
|
+
"exports": [
|
|
924
|
+
{
|
|
925
|
+
"kind": "js",
|
|
926
|
+
"name": "loginLayout",
|
|
927
|
+
"declaration": {
|
|
928
|
+
"name": "loginLayout",
|
|
929
|
+
"module": "src/layouts/default.ts"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "js",
|
|
934
|
+
"name": "defaultLayout",
|
|
935
|
+
"declaration": {
|
|
936
|
+
"name": "defaultLayout",
|
|
937
|
+
"module": "src/layouts/default.ts"
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
]
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"kind": "javascript-module",
|
|
944
|
+
"path": "src/layouts/index.ts",
|
|
945
|
+
"declarations": [],
|
|
946
|
+
"exports": [
|
|
947
|
+
{
|
|
948
|
+
"kind": "js",
|
|
949
|
+
"name": "*",
|
|
950
|
+
"declaration": {
|
|
951
|
+
"name": "*",
|
|
952
|
+
"package": "./default"
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
]
|
|
956
|
+
},
|
|
957
957
|
{
|
|
958
958
|
"kind": "javascript-module",
|
|
959
959
|
"path": "src/main/index.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.
|
|
4
|
+
"version": "14.25.1-alpha-7849de5.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -14,13 +14,12 @@
|
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
16
|
"build": "genx build",
|
|
17
|
-
"build:webpack": "
|
|
18
|
-
"build:webpack:
|
|
19
|
-
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
|
17
|
+
"build:webpack": "genx build -b webpack",
|
|
18
|
+
"build:webpack:stats": "genx analyze -b webpack",
|
|
20
19
|
"clean": "genx clean",
|
|
21
|
-
"dev": "npm run dev:webpack
|
|
20
|
+
"dev": "npm run dev:webpack",
|
|
22
21
|
"dev:no-open": "npm run dev:webpack -- --no-open",
|
|
23
|
-
"dev:webpack": "cross-env NODE_ENV=development API_HOST=$npm_package_config_API_HOST DEFAULT_USER=$npm_package_config_DEFAULT_USER DEFAULT_PASSWORD=$npm_package_config_DEFAULT_PASSWORD webpack
|
|
22
|
+
"dev:webpack": "cross-env NODE_ENV=development API_HOST=$npm_package_config_API_HOST DEFAULT_USER=$npm_package_config_DEFAULT_USER DEFAULT_PASSWORD=$npm_package_config_DEFAULT_PASSWORD genx dev -b webpack",
|
|
24
23
|
"dev:webpack:https": "npm run dev:webpack -- --https",
|
|
25
24
|
"serve": "genx serve",
|
|
26
25
|
"test": "npm run test:unit",
|
|
@@ -39,57 +38,32 @@
|
|
|
39
38
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
|
40
39
|
},
|
|
41
40
|
"devDependencies": {
|
|
42
|
-
"@genesislcap/foundation-testing": "
|
|
43
|
-
"@genesislcap/genx": "
|
|
41
|
+
"@genesislcap/foundation-testing": "14.25.1-alpha-7849de5.0",
|
|
42
|
+
"@genesislcap/genx": "14.25.1-alpha-7849de5.0",
|
|
44
43
|
"@playwright/test": "^1.18.1",
|
|
45
44
|
"bulma": "^0.9.3",
|
|
46
45
|
"c8": "^7.11.0",
|
|
47
|
-
"camel-case": "^4.1.2",
|
|
48
|
-
"clean-webpack-plugin": "^4.0.0",
|
|
49
|
-
"copyfiles": "^2.4.1",
|
|
50
46
|
"cross-env": "^7.0.3",
|
|
51
|
-
"csp-html-webpack-plugin": "^5.1.0",
|
|
52
|
-
"css-loader": "^6.6.0",
|
|
53
|
-
"cssnano": "^5.0.17",
|
|
54
47
|
"esm": "^3.2.25",
|
|
55
48
|
"expect-playwright": "^0.8.0",
|
|
56
|
-
"file-loader": "^6.2.0",
|
|
57
|
-
"html-loader": "^3.1.0",
|
|
58
|
-
"html-webpack-plugin": "^5.3.1",
|
|
59
49
|
"jsdom": "^19.0.0",
|
|
60
|
-
"mini-css-extract-plugin": "^2.5.3",
|
|
61
50
|
"playwright-lighthouse": "^2.2.2",
|
|
62
51
|
"playwright-test": "^7.2.1",
|
|
63
|
-
"portfinder-sync": "^0.0.2",
|
|
64
|
-
"postcss": "^8.2.8",
|
|
65
|
-
"postcss-import": "^14.0.0",
|
|
66
|
-
"postcss-loader": "^6.2.1",
|
|
67
|
-
"postcss-preset-env": "^7.0.1",
|
|
68
|
-
"sass": "^1.49.7",
|
|
69
|
-
"terser-webpack-plugin": "^5.3.1",
|
|
70
|
-
"to-string-loader": "^1.2.0",
|
|
71
|
-
"ts-loader": "9.3.1",
|
|
72
|
-
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
73
52
|
"tsm": "^2.2.1",
|
|
74
53
|
"typescript": "^4.5.5",
|
|
75
54
|
"uvu": "0.5.4",
|
|
76
|
-
"watchlist": "^0.3.1"
|
|
77
|
-
"webpack": "^5.45.1",
|
|
78
|
-
"webpack-bundle-analyzer": "^4.5.0",
|
|
79
|
-
"webpack-cli": "^4.5.0",
|
|
80
|
-
"webpack-dev-server": "^4.0.0-beta.3",
|
|
81
|
-
"webpack-merge": "^5.7.3"
|
|
55
|
+
"watchlist": "^0.3.1"
|
|
82
56
|
},
|
|
83
57
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "
|
|
85
|
-
"@genesislcap/foundation-errors": "
|
|
86
|
-
"@genesislcap/foundation-forms": "
|
|
87
|
-
"@genesislcap/foundation-login": "
|
|
88
|
-
"@genesislcap/foundation-ui": "
|
|
89
|
-
"@genesislcap/foundation-utils": "
|
|
90
|
-
"@genesislcap/foundation-zero": "
|
|
91
|
-
"@genesislcap/foundation-zero-grid-pro": "
|
|
92
|
-
"@genesislcap/grid-pro": "
|
|
58
|
+
"@genesislcap/foundation-comms": "14.25.1-alpha-7849de5.0",
|
|
59
|
+
"@genesislcap/foundation-errors": "14.25.1-alpha-7849de5.0",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.25.1-alpha-7849de5.0",
|
|
61
|
+
"@genesislcap/foundation-login": "14.25.1-alpha-7849de5.0",
|
|
62
|
+
"@genesislcap/foundation-ui": "14.25.1-alpha-7849de5.0",
|
|
63
|
+
"@genesislcap/foundation-utils": "14.25.1-alpha-7849de5.0",
|
|
64
|
+
"@genesislcap/foundation-zero": "14.25.1-alpha-7849de5.0",
|
|
65
|
+
"@genesislcap/foundation-zero-grid-pro": "14.25.1-alpha-7849de5.0",
|
|
66
|
+
"@genesislcap/grid-pro": "14.25.1-alpha-7849de5.0",
|
|
93
67
|
"@microsoft/fast-components": "^2.21.3",
|
|
94
68
|
"@microsoft/fast-element": "^1.7.0",
|
|
95
69
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -114,5 +88,5 @@
|
|
|
114
88
|
"access": "public"
|
|
115
89
|
},
|
|
116
90
|
"customElements": "dist/custom-elements.json",
|
|
117
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "473c40f7d52a856792caedf46837a09572e29a0f"
|
|
118
92
|
}
|