@genesislcap/foundation-entity-management 14.43.0 → 14.43.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.
@@ -668,6 +668,159 @@
668
668
  }
669
669
  ]
670
670
  },
671
+ {
672
+ "kind": "javascript-module",
673
+ "path": "src/main/index.ts",
674
+ "declarations": [],
675
+ "exports": [
676
+ {
677
+ "kind": "js",
678
+ "name": "*",
679
+ "declaration": {
680
+ "name": "*",
681
+ "package": "./main.template"
682
+ }
683
+ },
684
+ {
685
+ "kind": "js",
686
+ "name": "*",
687
+ "declaration": {
688
+ "name": "*",
689
+ "package": "./main"
690
+ }
691
+ }
692
+ ]
693
+ },
694
+ {
695
+ "kind": "javascript-module",
696
+ "path": "src/main/main.styles.ts",
697
+ "declarations": [
698
+ {
699
+ "kind": "variable",
700
+ "name": "MainStyles",
701
+ "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
702
+ }
703
+ ],
704
+ "exports": [
705
+ {
706
+ "kind": "js",
707
+ "name": "MainStyles",
708
+ "declaration": {
709
+ "name": "MainStyles",
710
+ "module": "src/main/main.styles.ts"
711
+ }
712
+ }
713
+ ]
714
+ },
715
+ {
716
+ "kind": "javascript-module",
717
+ "path": "src/main/main.template.ts",
718
+ "declarations": [],
719
+ "exports": []
720
+ },
721
+ {
722
+ "kind": "javascript-module",
723
+ "path": "src/main/main.ts",
724
+ "declarations": [
725
+ {
726
+ "kind": "class",
727
+ "description": "",
728
+ "name": "MainApplication",
729
+ "members": [
730
+ {
731
+ "kind": "field",
732
+ "name": "config",
733
+ "type": {
734
+ "text": "MainRouterConfig"
735
+ }
736
+ },
737
+ {
738
+ "kind": "field",
739
+ "name": "connect",
740
+ "type": {
741
+ "text": "Connect"
742
+ }
743
+ },
744
+ {
745
+ "kind": "field",
746
+ "name": "session",
747
+ "type": {
748
+ "text": "Session"
749
+ }
750
+ },
751
+ {
752
+ "kind": "field",
753
+ "name": "container",
754
+ "type": {
755
+ "text": "Container"
756
+ }
757
+ },
758
+ {
759
+ "kind": "field",
760
+ "name": "provider",
761
+ "type": {
762
+ "text": "any"
763
+ }
764
+ },
765
+ {
766
+ "kind": "field",
767
+ "name": "ready",
768
+ "type": {
769
+ "text": "boolean"
770
+ },
771
+ "default": "false"
772
+ },
773
+ {
774
+ "kind": "field",
775
+ "name": "data",
776
+ "type": {
777
+ "text": "any"
778
+ },
779
+ "default": "null"
780
+ },
781
+ {
782
+ "kind": "method",
783
+ "name": "onLuminanceToggle"
784
+ },
785
+ {
786
+ "kind": "method",
787
+ "name": "loadRemotes"
788
+ },
789
+ {
790
+ "kind": "method",
791
+ "name": "selectTemplate"
792
+ },
793
+ {
794
+ "kind": "method",
795
+ "name": "registerDIDependencies",
796
+ "privacy": "private"
797
+ }
798
+ ],
799
+ "superclass": {
800
+ "name": "FASTElement",
801
+ "package": "@microsoft/fast-element"
802
+ },
803
+ "customElement": true
804
+ }
805
+ ],
806
+ "exports": [
807
+ {
808
+ "kind": "js",
809
+ "name": "MainApplication",
810
+ "declaration": {
811
+ "name": "MainApplication",
812
+ "module": "src/main/main.ts"
813
+ }
814
+ },
815
+ {
816
+ "kind": "custom-element-definition",
817
+ "declaration": {
818
+ "name": "MainApplication",
819
+ "module": "src/main/main.ts"
820
+ }
821
+ }
822
+ ]
823
+ },
671
824
  {
672
825
  "kind": "javascript-module",
673
826
  "path": "src/list/index.ts",
@@ -948,159 +1101,6 @@
948
1101
  }
949
1102
  ]
950
1103
  },
951
- {
952
- "kind": "javascript-module",
953
- "path": "src/main/index.ts",
954
- "declarations": [],
955
- "exports": [
956
- {
957
- "kind": "js",
958
- "name": "*",
959
- "declaration": {
960
- "name": "*",
961
- "package": "./main.template"
962
- }
963
- },
964
- {
965
- "kind": "js",
966
- "name": "*",
967
- "declaration": {
968
- "name": "*",
969
- "package": "./main"
970
- }
971
- }
972
- ]
973
- },
974
- {
975
- "kind": "javascript-module",
976
- "path": "src/main/main.styles.ts",
977
- "declarations": [
978
- {
979
- "kind": "variable",
980
- "name": "MainStyles",
981
- "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
982
- }
983
- ],
984
- "exports": [
985
- {
986
- "kind": "js",
987
- "name": "MainStyles",
988
- "declaration": {
989
- "name": "MainStyles",
990
- "module": "src/main/main.styles.ts"
991
- }
992
- }
993
- ]
994
- },
995
- {
996
- "kind": "javascript-module",
997
- "path": "src/main/main.template.ts",
998
- "declarations": [],
999
- "exports": []
1000
- },
1001
- {
1002
- "kind": "javascript-module",
1003
- "path": "src/main/main.ts",
1004
- "declarations": [
1005
- {
1006
- "kind": "class",
1007
- "description": "",
1008
- "name": "MainApplication",
1009
- "members": [
1010
- {
1011
- "kind": "field",
1012
- "name": "config",
1013
- "type": {
1014
- "text": "MainRouterConfig"
1015
- }
1016
- },
1017
- {
1018
- "kind": "field",
1019
- "name": "connect",
1020
- "type": {
1021
- "text": "Connect"
1022
- }
1023
- },
1024
- {
1025
- "kind": "field",
1026
- "name": "session",
1027
- "type": {
1028
- "text": "Session"
1029
- }
1030
- },
1031
- {
1032
- "kind": "field",
1033
- "name": "container",
1034
- "type": {
1035
- "text": "Container"
1036
- }
1037
- },
1038
- {
1039
- "kind": "field",
1040
- "name": "provider",
1041
- "type": {
1042
- "text": "any"
1043
- }
1044
- },
1045
- {
1046
- "kind": "field",
1047
- "name": "ready",
1048
- "type": {
1049
- "text": "boolean"
1050
- },
1051
- "default": "false"
1052
- },
1053
- {
1054
- "kind": "field",
1055
- "name": "data",
1056
- "type": {
1057
- "text": "any"
1058
- },
1059
- "default": "null"
1060
- },
1061
- {
1062
- "kind": "method",
1063
- "name": "onLuminanceToggle"
1064
- },
1065
- {
1066
- "kind": "method",
1067
- "name": "loadRemotes"
1068
- },
1069
- {
1070
- "kind": "method",
1071
- "name": "selectTemplate"
1072
- },
1073
- {
1074
- "kind": "method",
1075
- "name": "registerDIDependencies",
1076
- "privacy": "private"
1077
- }
1078
- ],
1079
- "superclass": {
1080
- "name": "FASTElement",
1081
- "package": "@microsoft/fast-element"
1082
- },
1083
- "customElement": true
1084
- }
1085
- ],
1086
- "exports": [
1087
- {
1088
- "kind": "js",
1089
- "name": "MainApplication",
1090
- "declaration": {
1091
- "name": "MainApplication",
1092
- "module": "src/main/main.ts"
1093
- }
1094
- },
1095
- {
1096
- "kind": "custom-element-definition",
1097
- "declaration": {
1098
- "name": "MainApplication",
1099
- "module": "src/main/main.ts"
1100
- }
1101
- }
1102
- ]
1103
- },
1104
1104
  {
1105
1105
  "kind": "javascript-module",
1106
1106
  "path": "src/profiles/editProfileSchema.ts",
@@ -208,10 +208,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
208
208
  ariaSort: string;
209
209
  ariaValueMax: string;
210
210
  ariaValueMin: string;
211
- ariaValueNow: string; /**
212
- * Show notifications if the executed event returned an error.
213
- * @internal
214
- */
211
+ ariaValueNow: string;
215
212
  ariaValueText: string;
216
213
  role: string;
217
214
  animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
@@ -1 +1 @@
1
- {"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAUzF,OAAO,EAAuB,WAAW,EAAc,MAAM,yBAAyB,CAAC;AAKvF;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC,iBAAiB,EAAE,cAAc,GAAG,SAAS,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA8UxF;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/UL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,qBAKa,gBAAiB,SAAQ,qBAA2B;IAC/D;;;;;;;OAOG;IACM,SAAS,CAAC,OAAO,EAAG,OAAO,CAAC;IAErC;;;OAGG;IACG,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,CAAC,GAAG,IAAI,OAAA,KAAK,EAAE,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAE7C;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACG,KAAK,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAM;IAE/B;;;;;;;;;;OAUG;IAC8C,qBAAqB,EAAE,MAAM,CAAC;IAE/E;;;OAGG;IACS,OAAO,EAAE,MAAM,EAAE,CAAC;IAE9B;;;;;;;OAOG;IACS,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,YAAY,EAAE,GAAG,CAAC;IAClB,kBAAkB,EAAE,GAAG,CAAC;IACxB,kBAAkB,EAAE,GAAG,CAAC;IAEpC;;;OAGG;IACS,gBAAgB,EAAE,MAAM,CAAC;IAErC;;;;;;;OAOG;IACS,cAAc,EAAE,GAAG,CAAC;IAGhC;;;OAGG;IACS,YAAY,EAAE,GAAG,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;IAEpB,mBAAmB,EAAE,GAAG,CAAC;IAErC;;OAEG;IACS,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,OAAO,CAAS;IAC9C,uBAAuB;IAShB,eAAe,EAAE,GAAG,CAAC;IAEiC,gBAAgB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAC;IACtB,kBAAkB,EAAE,OAAO,CAAC;IAE1F;;;OAGG;IACoC,aAAa,EAAE,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAW;IAE5F;;;OAGG;IACG,iBAAiB;IAavB;;;OAGG;IACM,SAAS,IAAI,IAAI;IAe1B;;;;;;;OAOG;IACU,mBAAmB,CAAC,CAAC,EAAE,WAAW;IAI/C;;;;;OAKG;IACH,OAAO,CAAC,YAAY,CAElB;IAEF;;;;OAIG;IACI,YAAY;IASnB;;;;;OAKG;YACW,UAAU;IA0BxB,OAAO,CAAC,UAAU;IAMX,UAAU;IAKjB;;;;;OAKG;IACG,YAAY,CAAC,CAAC,EAAE,WAAW;IAK3B,aAAa;IAoBnB,OAAO,CAAC,sBAAsB;IAgB9B;;;OAGG;IACI,WAAW,CAAC,OAAO,KAAA;IAuB1B;;OAEG;IACI,UAAU,CAAC,KAAK,EAAE,YAAY,EAAE;CAexC"}
1
+ {"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
@@ -188,7 +188,7 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(FASTElement
188
188
  const schema = yield this.connect.getJSONSchema(this.deleteEvent);
189
189
  const DETAILS = {};
190
190
  if (typeof schema.INBOUND.properties.DETAILS !== 'boolean') {
191
- const requiredFields = schema.INBOUND.properties.DETAILS.required;
191
+ const requiredFields = Object.keys(schema.INBOUND.properties.DETAILS.properties);
192
192
  if (requiredFields) {
193
193
  requiredFields.forEach((property) => {
194
194
  DETAILS[property] = this.selectedEntity[property];
@@ -458,10 +458,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
458
458
  ariaSort: string;
459
459
  ariaValueMax: string;
460
460
  ariaValueMin: string;
461
- ariaValueNow: string; /**
462
- * Show notifications if the executed event returned an error.
463
- * @internal
464
- */
461
+ ariaValueNow: string;
465
462
  ariaValueText: string;
466
463
  role: string;
467
464
  animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
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.43.0",
4
+ "version": "14.43.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -24,9 +24,9 @@
24
24
  "build:webpack": "genx build",
25
25
  "build:webpack:stats": "genx analyze",
26
26
  "clean": "genx clean",
27
- "dev": "genx dev",
28
- "dev:no-open": "genx dev --no-open",
29
- "dev:https": "genx dev --https",
27
+ "dev": "genx dev -b webpack",
28
+ "dev:no-open": "genx dev --no-open -b webpack",
29
+ "dev:https": "genx dev --https -b webpack",
30
30
  "serve": "genx serve",
31
31
  "test": "genx test",
32
32
  "test:coverage": "genx test --coverage",
@@ -41,21 +41,21 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@genesislcap/foundation-login": "^14.40.0",
44
- "@genesislcap/foundation-testing": "^14.43.0",
45
- "@genesislcap/genx": "^14.43.0",
44
+ "@genesislcap/foundation-testing": "^14.43.1",
45
+ "@genesislcap/genx": "^14.43.1",
46
46
  "bulma": "^0.9.3"
47
47
  },
48
48
  "dependencies": {
49
49
  "@ag-grid-community/core": "29.2.0",
50
- "@genesislcap/foundation-comms": "^14.43.0",
51
- "@genesislcap/foundation-errors": "^14.43.0",
52
- "@genesislcap/foundation-forms": "^14.43.0",
53
- "@genesislcap/foundation-login": "^14.43.0",
54
- "@genesislcap/foundation-ui": "^14.43.0",
55
- "@genesislcap/foundation-utils": "^14.43.0",
56
- "@genesislcap/foundation-zero": "^14.43.0",
57
- "@genesislcap/foundation-zero-grid-pro": "^14.43.0",
58
- "@genesislcap/grid-pro": "^14.43.0",
50
+ "@genesislcap/foundation-comms": "^14.43.1",
51
+ "@genesislcap/foundation-errors": "^14.43.1",
52
+ "@genesislcap/foundation-forms": "^14.43.1",
53
+ "@genesislcap/foundation-login": "^14.43.1",
54
+ "@genesislcap/foundation-ui": "^14.43.1",
55
+ "@genesislcap/foundation-utils": "^14.43.1",
56
+ "@genesislcap/foundation-zero": "^14.43.1",
57
+ "@genesislcap/foundation-zero-grid-pro": "^14.43.1",
58
+ "@genesislcap/grid-pro": "^14.43.1",
59
59
  "@microsoft/fast-components": "^2.21.3",
60
60
  "@microsoft/fast-element": "^1.7.0",
61
61
  "@microsoft/fast-foundation": "^2.33.2",
@@ -71,5 +71,5 @@
71
71
  "access": "public"
72
72
  },
73
73
  "customElements": "dist/custom-elements.json",
74
- "gitHead": "eee3f6ff14247d3dae4114bf71969a526c02a344"
74
+ "gitHead": "08b81f08ecc65a57ccfb6d349d37efd0fdc24287"
75
75
  }