@genesislcap/foundation-entity-management 14.33.0 → 14.33.1

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.
@@ -619,6 +619,55 @@
619
619
  }
620
620
  ]
621
621
  },
622
+ {
623
+ "kind": "javascript-module",
624
+ "path": "src/layouts/default.ts",
625
+ "declarations": [
626
+ {
627
+ "kind": "variable",
628
+ "name": "loginLayout",
629
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
630
+ },
631
+ {
632
+ "kind": "variable",
633
+ "name": "defaultLayout",
634
+ "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)"
635
+ }
636
+ ],
637
+ "exports": [
638
+ {
639
+ "kind": "js",
640
+ "name": "loginLayout",
641
+ "declaration": {
642
+ "name": "loginLayout",
643
+ "module": "src/layouts/default.ts"
644
+ }
645
+ },
646
+ {
647
+ "kind": "js",
648
+ "name": "defaultLayout",
649
+ "declaration": {
650
+ "name": "defaultLayout",
651
+ "module": "src/layouts/default.ts"
652
+ }
653
+ }
654
+ ]
655
+ },
656
+ {
657
+ "kind": "javascript-module",
658
+ "path": "src/layouts/index.ts",
659
+ "declarations": [],
660
+ "exports": [
661
+ {
662
+ "kind": "js",
663
+ "name": "*",
664
+ "declaration": {
665
+ "name": "*",
666
+ "package": "./default"
667
+ }
668
+ }
669
+ ]
670
+ },
622
671
  {
623
672
  "kind": "javascript-module",
624
673
  "path": "src/list/index.ts",
@@ -899,55 +948,6 @@
899
948
  }
900
949
  ]
901
950
  },
902
- {
903
- "kind": "javascript-module",
904
- "path": "src/layouts/default.ts",
905
- "declarations": [
906
- {
907
- "kind": "variable",
908
- "name": "loginLayout",
909
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
910
- },
911
- {
912
- "kind": "variable",
913
- "name": "defaultLayout",
914
- "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)"
915
- }
916
- ],
917
- "exports": [
918
- {
919
- "kind": "js",
920
- "name": "loginLayout",
921
- "declaration": {
922
- "name": "loginLayout",
923
- "module": "src/layouts/default.ts"
924
- }
925
- },
926
- {
927
- "kind": "js",
928
- "name": "defaultLayout",
929
- "declaration": {
930
- "name": "defaultLayout",
931
- "module": "src/layouts/default.ts"
932
- }
933
- }
934
- ]
935
- },
936
- {
937
- "kind": "javascript-module",
938
- "path": "src/layouts/index.ts",
939
- "declarations": [],
940
- "exports": [
941
- {
942
- "kind": "js",
943
- "name": "*",
944
- "declaration": {
945
- "name": "*",
946
- "package": "./default"
947
- }
948
- }
949
- ]
950
- },
951
951
  {
952
952
  "kind": "javascript-module",
953
953
  "path": "src/main/index.ts",
package/package.json CHANGED
@@ -1,15 +1,12 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.33.0",
4
+ "version": "14.33.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
8
8
  "types": "dist/foundation-entity-management.d.ts",
9
9
  "config": {
10
- "API_HOST": "wss://public-foundation.genesislab.global/gwf/",
11
- "DEFAULT_USER": "JohnDoe",
12
- "DEFAULT_PASSWORD": "Password11*",
13
10
  "PORT": 5080
14
11
  },
15
12
  "genx": {
@@ -27,10 +24,9 @@
27
24
  "build:webpack": "genx build",
28
25
  "build:webpack:stats": "genx analyze",
29
26
  "clean": "genx clean",
30
- "dev": "npm run dev:webpack",
31
- "dev:no-open": "npm run dev:webpack -- --no-open",
32
- "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",
33
- "dev:webpack:https": "npm run dev:webpack -- --https",
27
+ "dev": "genx dev",
28
+ "dev:no-open": "genx dev --no-open",
29
+ "dev:https": "genx dev --https",
34
30
  "serve": "genx serve",
35
31
  "test": "genx test",
36
32
  "test:coverage": "genx test --coverage",
@@ -44,21 +40,20 @@
44
40
  "test:debug": "genx test --debug"
45
41
  },
46
42
  "devDependencies": {
47
- "@genesislcap/foundation-testing": "^14.33.0",
48
- "@genesislcap/genx": "^14.33.0",
49
- "bulma": "^0.9.3",
50
- "cross-env": "^7.0.3"
43
+ "@genesislcap/foundation-testing": "^14.33.1",
44
+ "@genesislcap/genx": "^14.33.1",
45
+ "bulma": "^0.9.3"
51
46
  },
52
47
  "dependencies": {
53
- "@genesislcap/foundation-comms": "^14.33.0",
54
- "@genesislcap/foundation-errors": "^14.33.0",
55
- "@genesislcap/foundation-forms": "^14.33.0",
56
- "@genesislcap/foundation-login": "^14.33.0",
57
- "@genesislcap/foundation-ui": "^14.33.0",
58
- "@genesislcap/foundation-utils": "^14.33.0",
59
- "@genesislcap/foundation-zero": "^14.33.0",
60
- "@genesislcap/foundation-zero-grid-pro": "^14.33.0",
61
- "@genesislcap/grid-pro": "^14.33.0",
48
+ "@genesislcap/foundation-comms": "^14.33.1",
49
+ "@genesislcap/foundation-errors": "^14.33.1",
50
+ "@genesislcap/foundation-forms": "^14.33.1",
51
+ "@genesislcap/foundation-login": "^14.33.1",
52
+ "@genesislcap/foundation-ui": "^14.33.1",
53
+ "@genesislcap/foundation-utils": "^14.33.1",
54
+ "@genesislcap/foundation-zero": "^14.33.1",
55
+ "@genesislcap/foundation-zero-grid-pro": "^14.33.1",
56
+ "@genesislcap/grid-pro": "^14.33.1",
62
57
  "@microsoft/fast-components": "^2.21.3",
63
58
  "@microsoft/fast-element": "^1.7.0",
64
59
  "@microsoft/fast-foundation": "^2.33.2",
@@ -83,5 +78,5 @@
83
78
  "access": "public"
84
79
  },
85
80
  "customElements": "dist/custom-elements.json",
86
- "gitHead": "3ede04766e0148b895cb324d84e43e45873cc236"
81
+ "gitHead": "2430a0d2d5da55622a1e66b76ecdef505cab4cbb"
87
82
  }