@genesislcap/foundation-entity-management 14.40.1-alpha-861eac3.0 → 14.40.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,55 +619,6 @@
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
- },
671
622
  {
672
623
  "kind": "javascript-module",
673
624
  "path": "src/list/index.ts",
@@ -948,6 +899,208 @@
948
899
  }
949
900
  ]
950
901
  },
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
+ {
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
+ },
951
1104
  {
952
1105
  "kind": "javascript-module",
953
1106
  "path": "src/profiles/editProfileSchema.ts",
@@ -1612,159 +1765,6 @@
1612
1765
  }
1613
1766
  ]
1614
1767
  },
1615
- {
1616
- "kind": "javascript-module",
1617
- "path": "src/main/index.ts",
1618
- "declarations": [],
1619
- "exports": [
1620
- {
1621
- "kind": "js",
1622
- "name": "*",
1623
- "declaration": {
1624
- "name": "*",
1625
- "package": "./main.template"
1626
- }
1627
- },
1628
- {
1629
- "kind": "js",
1630
- "name": "*",
1631
- "declaration": {
1632
- "name": "*",
1633
- "package": "./main"
1634
- }
1635
- }
1636
- ]
1637
- },
1638
- {
1639
- "kind": "javascript-module",
1640
- "path": "src/main/main.styles.ts",
1641
- "declarations": [
1642
- {
1643
- "kind": "variable",
1644
- "name": "MainStyles",
1645
- "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`"
1646
- }
1647
- ],
1648
- "exports": [
1649
- {
1650
- "kind": "js",
1651
- "name": "MainStyles",
1652
- "declaration": {
1653
- "name": "MainStyles",
1654
- "module": "src/main/main.styles.ts"
1655
- }
1656
- }
1657
- ]
1658
- },
1659
- {
1660
- "kind": "javascript-module",
1661
- "path": "src/main/main.template.ts",
1662
- "declarations": [],
1663
- "exports": []
1664
- },
1665
- {
1666
- "kind": "javascript-module",
1667
- "path": "src/main/main.ts",
1668
- "declarations": [
1669
- {
1670
- "kind": "class",
1671
- "description": "",
1672
- "name": "MainApplication",
1673
- "members": [
1674
- {
1675
- "kind": "field",
1676
- "name": "config",
1677
- "type": {
1678
- "text": "MainRouterConfig"
1679
- }
1680
- },
1681
- {
1682
- "kind": "field",
1683
- "name": "connect",
1684
- "type": {
1685
- "text": "Connect"
1686
- }
1687
- },
1688
- {
1689
- "kind": "field",
1690
- "name": "session",
1691
- "type": {
1692
- "text": "Session"
1693
- }
1694
- },
1695
- {
1696
- "kind": "field",
1697
- "name": "container",
1698
- "type": {
1699
- "text": "Container"
1700
- }
1701
- },
1702
- {
1703
- "kind": "field",
1704
- "name": "provider",
1705
- "type": {
1706
- "text": "any"
1707
- }
1708
- },
1709
- {
1710
- "kind": "field",
1711
- "name": "ready",
1712
- "type": {
1713
- "text": "boolean"
1714
- },
1715
- "default": "false"
1716
- },
1717
- {
1718
- "kind": "field",
1719
- "name": "data",
1720
- "type": {
1721
- "text": "any"
1722
- },
1723
- "default": "null"
1724
- },
1725
- {
1726
- "kind": "method",
1727
- "name": "onLuminanceToggle"
1728
- },
1729
- {
1730
- "kind": "method",
1731
- "name": "loadRemotes"
1732
- },
1733
- {
1734
- "kind": "method",
1735
- "name": "selectTemplate"
1736
- },
1737
- {
1738
- "kind": "method",
1739
- "name": "registerDIDependencies",
1740
- "privacy": "private"
1741
- }
1742
- ],
1743
- "superclass": {
1744
- "name": "FASTElement",
1745
- "package": "@microsoft/fast-element"
1746
- },
1747
- "customElement": true
1748
- }
1749
- ],
1750
- "exports": [
1751
- {
1752
- "kind": "js",
1753
- "name": "MainApplication",
1754
- "declaration": {
1755
- "name": "MainApplication",
1756
- "module": "src/main/main.ts"
1757
- }
1758
- },
1759
- {
1760
- "kind": "custom-element-definition",
1761
- "declaration": {
1762
- "name": "MainApplication",
1763
- "module": "src/main/main.ts"
1764
- }
1765
- }
1766
- ]
1767
- },
1768
1768
  {
1769
1769
  "kind": "javascript-module",
1770
1770
  "path": "src/users/users.template.ts",
@@ -1,4 +1,4 @@
1
- import { ColDef } from '@ag-grid-community/core';
1
+ import type { ColDef } from '@ag-grid-community/core';
2
2
  import { Connect, DatasourceOptions, MessageError } from '@genesislcap/foundation-comms';
3
3
  import { FASTElement } from '@microsoft/fast-element';
4
4
  /**
@@ -28,10 +28,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
28
28
  readonly shouldRunConnect: boolean;
29
29
  "__#1@#_tryFindContainingLayout"(e: Element): import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
30
30
  connectedCallback(): void;
31
- readonly $fastController: import("@microsoft/fast-element").Controller; /**
32
- * Label for the entity which has usages such as being shown in the title of the modal wen editing the entity
33
- * @public
34
- */
31
+ readonly $fastController: import("@microsoft/fast-element").Controller;
35
32
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
36
33
  disconnectedCallback(): void;
37
34
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
@@ -211,6 +208,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
211
208
  ariaSort: string;
212
209
  ariaValueMax: string;
213
210
  ariaValueMin: string;
211
+ /**
212
+ * Show notifications if the executed event returned an error.
213
+ * @internal
214
+ */
214
215
  ariaValueNow: string;
215
216
  ariaValueText: string;
216
217
  role: string;
@@ -1 +1 @@
1
- {"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { ColDef } from '@ag-grid-community/core';
1
+ import type { ColDef } from '@ag-grid-community/core';
2
2
  import { GridProGenesisDatasource, ZeroGridPro } from '@genesislcap/foundation-zero-grid-pro';
3
3
  import { FASTElement } from '@microsoft/fast-element';
4
4
  import { DatasourceConfiguration } from '../entities/entities';
@@ -1 +1 @@
1
- {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAU,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAC9F,OAAO,EAAuB,WAAW,EAAc,MAAM,yBAAyB,CAAC;AACvF,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAK/D,qBAKa,IAAK,SAAQ,WAAW;IAC7B,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAC;IACtB,kBAAkB,EAAE,OAAO,CAAC;IACnF,IAAI,EAAG,WAAW,CAAC;IACnB,UAAU,EAAG,wBAAwB,CAAC;IACjC,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,mBAAmB,QAAM;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IAEhC,iBAAiB;IA4BjB,oBAAoB,IAAI,IAAI;IAQ5B,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,IAAI,CAEV;IAEI,MAAM,CAAC,CAAC,KAAA;CAGf"}
1
+ {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/list/list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAEtD,OAAO,EAAE,wBAAwB,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAC9F,OAAO,EAAuB,WAAW,EAAc,MAAM,yBAAyB,CAAC;AACvF,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAK/D,qBAKa,IAAK,SAAQ,WAAW;IAC7B,YAAY,EAAE,MAAM,CAAM;IAC1B,KAAK,EAAE,MAAM,CAAM;IACwB,qBAAqB,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAC;IACtB,kBAAkB,EAAE,OAAO,CAAC;IACnF,IAAI,EAAG,WAAW,CAAC;IACnB,UAAU,EAAG,wBAAwB,CAAC;IACjC,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,mBAAmB,QAAM;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IAEhC,iBAAiB;IA4BjB,oBAAoB,IAAI,IAAI;IAQ5B,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,IAAI,CAEV;IAEI,MAAM,CAAC,CAAC,KAAA;CAGf"}
@@ -1,4 +1,4 @@
1
- import { GridProRendererTypes } from '@genesislcap/grid-pro';
1
+ import { GridProRendererTypes } from '@genesislcap/foundation-zero-grid-pro';
2
2
  import { FASTElement } from '@microsoft/fast-element';
3
3
  import { DatasourceConfiguration } from '../entities';
4
4
  /**
@@ -66,16 +66,16 @@ declare const Users_base: (new (...args: any[]) => {
66
66
  readonly attributes: NamedNodeMap;
67
67
  readonly classList: DOMTokenList;
68
68
  className: string;
69
- readonly clientHeight: number;
69
+ readonly clientHeight: number; /**
70
+ * Column definition, default to the UsersColumnConfig
71
+ */
70
72
  readonly clientLeft: number;
71
73
  readonly clientTop: number;
72
74
  readonly clientWidth: number;
73
75
  id: string;
74
76
  readonly localName: string;
75
77
  readonly namespaceURI: string;
76
- onfullscreenchange: (this: Element, ev: Event) => any; /**
77
- * String which contains event if we have permission to insert user of empty string if not
78
- */
78
+ onfullscreenchange: (this: Element, ev: Event) => any;
79
79
  onfullscreenerror: (this: Element, ev: Event) => any;
80
80
  outerHTML: string;
81
81
  readonly ownerDocument: Document;
@@ -92,10 +92,7 @@ declare const Users_base: (new (...args: any[]) => {
92
92
  closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
93
93
  closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
94
94
  closest<E extends Element = Element>(selectors: string): E;
95
- getAttribute(qualifiedName: string): string; /**
96
- * entityID used to control the definition of an optional entity column which is created with the {@link Users.entityColumn} function.
97
- * @internal
98
- */
95
+ getAttribute(qualifiedName: string): string;
99
96
  getAttributeNS(namespace: string, localName: string): string;
100
97
  getAttributeNames(): string[];
101
98
  getAttributeNode(qualifiedName: string): Attr;
@@ -133,15 +130,6 @@ declare const Users_base: (new (...args: any[]) => {
133
130
  setAttribute(qualifiedName: string, value: string): void;
134
131
  setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
135
132
  setAttributeNode(attr: Attr): Attr;
136
- /**
137
- * Changes the status of an entity
138
- *
139
- * @remarks
140
- *
141
- * The action which is run on the status button from {@link Users.statusRendererSelector}
142
- *
143
- * @internal
144
- */
145
133
  setAttributeNodeNS(attr: Attr): Attr;
146
134
  setPointerCapture(pointerId: number): void;
147
135
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/users/users.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAA4B,WAAW,EAAc,MAAM,yBAAyB,CAAC;AAC5F,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAWtD;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;IAoC7B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2DAsIA;;OAEG;;;;;;;;;;;;;;;;;iDAyBH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmEH;;;;;;;;OAQG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA7OL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,qBASa,KAAM,SAAQ,UAA2B;IACpD;;;;;;;;OAQG;IACM,OAAO,CAAC,OAAO,CAAU;IAElC;;;;;;;;OAQG;IACG,OAAO,CAAC,IAAI,CAAO;IAEzB;;;;;;;OAOG;IACS,gBAAgB,EAAE,uBAAuB,CAAC;IAEtD;;;OAGG;IACG,YAAY,SAAe;IAEjC;;;;;OAKG;IACI,YAAY;;;;;;;;;;;;IAYnB;;;;;OAKG;IACI,YAAY;;;;;;;;IAYnB;;OAEG;IACS,OAAO,EAAE,GAAG,CAAqB;IAEjC,sBAAsB,EAAE,GAAG,CAAM;IACjC,sBAAsB,EAAE,GAAG,CAAM;IAEjC,aAAa,EAAE,OAAO,CAAC;IACnC,OAAO,CAAC,aAAa,CAAS;IAE9B;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;;OAGG;IACG,QAAQ,EAAE,MAAM,CAAqB;IAE3C;;;OAGG;IACG,cAAc,EAAE,MAAM,CAAU;IAEtC;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAkB;IAE3C;;;OAGG;IACG,yBAAyB,EAAE,MAAM,CAAuB;IAE9D;;OAEG;;IAaG,iBAAiB;IAcd,SAAS,IAAI,IAAI;IAc1B;;;OAGG;IACH,sBAAsB,CAAC,MAAM,KAAA;;;;;;;;IAW7B;;;;;;;;OAQG;IACG,YAAY,CAAC,MAAM,KAAA;IAwCzB;;OAEG;IACG,YAAY,CAAC,IAAI,KAAA;;;;;;;;;;;;;;;CAwBxB"}
1
+ {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/users/users.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,EAA4B,WAAW,EAAc,MAAM,yBAAyB,CAAC;AAC5F,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAWtD;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;IAoC7B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCA2HA;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA3HL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,qBASa,KAAM,SAAQ,UAA2B;IACpD;;;;;;;;OAQG;IACM,OAAO,CAAC,OAAO,CAAU;IAElC;;;;;;;;OAQG;IACG,OAAO,CAAC,IAAI,CAAO;IAEzB;;;;;;;OAOG;IACS,gBAAgB,EAAE,uBAAuB,CAAC;IAEtD;;;OAGG;IACG,YAAY,SAAe;IAEjC;;;;;OAKG;IACI,YAAY;;;;;;;;;;;;IAYnB;;;;;OAKG;IACI,YAAY;;;;;;;;IAYnB;;OAEG;IACS,OAAO,EAAE,GAAG,CAAqB;IAEjC,sBAAsB,EAAE,GAAG,CAAM;IACjC,sBAAsB,EAAE,GAAG,CAAM;IAEjC,aAAa,EAAE,OAAO,CAAC;IACnC,OAAO,CAAC,aAAa,CAAS;IAE9B;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;;OAGG;IACG,QAAQ,EAAE,MAAM,CAAqB;IAE3C;;;OAGG;IACG,cAAc,EAAE,MAAM,CAAU;IAEtC;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAkB;IAE3C;;;OAGG;IACG,yBAAyB,EAAE,MAAM,CAAuB;IAE9D;;OAEG;;IAaG,iBAAiB;IAcd,SAAS,IAAI,IAAI;IAc1B;;;OAGG;IACH,sBAAsB,CAAC,MAAM,KAAA;;;;;;;;IAW7B;;;;;;;;OAQG;IACG,YAAY,CAAC,MAAM,KAAA;IAwCzB;;OAEG;IACG,YAAY,CAAC,IAAI,KAAA;;;;;;;;;;;;;;;CAwBxB"}
@@ -2,7 +2,7 @@ import { __awaiter, __decorate } from "tslib";
2
2
  import { Auth, Connect } from '@genesislcap/foundation-comms';
3
3
  import { ErrorBoundaryEvent, getErrorBuilder, getNotificationBuilder, } from '@genesislcap/foundation-errors';
4
4
  import { LifecycleMixin } from '@genesislcap/foundation-utils';
5
- import { GridProRendererTypes } from '@genesislcap/grid-pro';
5
+ import { GridProRendererTypes } from '@genesislcap/foundation-zero-grid-pro';
6
6
  import { attr, css, customElement, FASTElement, observable } from '@microsoft/fast-element';
7
7
  import { getErrorFormat, logger } from '../utils';
8
8
  import { UsersTemplate } from './users.template';
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.34.4",
4
+ "toolVersion": "7.34.9",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1,5 +1,5 @@
1
1
  import { Auth } from '@genesislcap/foundation-comms';
2
- import { ColDef } from '@ag-grid-community/core';
2
+ import type { ColDef } from '@ag-grid-community/core';
3
3
  import { Connect } from '@genesislcap/foundation-comms';
4
4
  import { Constructable } from '@microsoft/fast-element';
5
5
  import { Container } from '@microsoft/fast-foundation';
@@ -9,7 +9,7 @@ import { DOMContainer } from '@genesislcap/foundation-utils';
9
9
  import { FASTElement } from '@microsoft/fast-element';
10
10
  import { FoundationAnalytics } from '@genesislcap/foundation-comms';
11
11
  import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
12
- import { GridProRendererTypes } from '@genesislcap/grid-pro';
12
+ import { GridProRendererTypes } from '@genesislcap/foundation-zero-grid-pro';
13
13
  import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
14
14
  import { Logger } from '@genesislcap/foundation-utils';
15
15
  import { MessageError } from '@genesislcap/foundation-comms';
@@ -278,10 +278,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
278
278
  readonly shouldRunConnect: boolean;
279
279
  "__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
280
280
  connectedCallback(): void;
281
- readonly $fastController: Controller; /**
282
- * Label for the entity which has usages such as being shown in the title of the modal wen editing the entity
283
- * @public
284
- */
281
+ readonly $fastController: Controller;
285
282
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
286
283
  disconnectedCallback(): void;
287
284
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
@@ -461,6 +458,10 @@ declare const EntityManagement_base: (new (...args: any[]) => {
461
458
  ariaSort: string;
462
459
  ariaValueMax: string;
463
460
  ariaValueMin: string;
461
+ /**
462
+ * Show notifications if the executed event returned an error.
463
+ * @internal
464
+ */
464
465
  ariaValueNow: string;
465
466
  ariaValueText: string;
466
467
  role: string;
@@ -938,16 +939,16 @@ declare const Users_base: (new (...args: any[]) => {
938
939
  readonly attributes: NamedNodeMap;
939
940
  readonly classList: DOMTokenList;
940
941
  className: string;
941
- readonly clientHeight: number;
942
+ readonly clientHeight: number; /**
943
+ * Column definition, default to the UsersColumnConfig
944
+ */
942
945
  readonly clientLeft: number;
943
946
  readonly clientTop: number;
944
947
  readonly clientWidth: number;
945
948
  id: string;
946
949
  readonly localName: string;
947
950
  readonly namespaceURI: string;
948
- onfullscreenchange: (this: Element, ev: Event) => any; /**
949
- * String which contains event if we have permission to insert user of empty string if not
950
- */
951
+ onfullscreenchange: (this: Element, ev: Event) => any;
951
952
  onfullscreenerror: (this: Element, ev: Event) => any;
952
953
  outerHTML: string;
953
954
  readonly ownerDocument: Document;
@@ -964,10 +965,7 @@ declare const Users_base: (new (...args: any[]) => {
964
965
  closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
965
966
  closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
966
967
  closest<E extends Element = Element>(selectors: string): E;
967
- getAttribute(qualifiedName: string): string; /**
968
- * entityID used to control the definition of an optional entity column which is created with the {@link Users.entityColumn} function.
969
- * @internal
970
- */
968
+ getAttribute(qualifiedName: string): string;
971
969
  getAttributeNS(namespace: string, localName: string): string;
972
970
  getAttributeNames(): string[];
973
971
  getAttributeNode(qualifiedName: string): Attr;
@@ -1005,15 +1003,6 @@ declare const Users_base: (new (...args: any[]) => {
1005
1003
  setAttribute(qualifiedName: string, value: string): void;
1006
1004
  setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
1007
1005
  setAttributeNode(attr: Attr): Attr;
1008
- /**
1009
- * Changes the status of an entity
1010
- *
1011
- * @remarks
1012
- *
1013
- * The action which is run on the status button from {@link Users.statusRendererSelector}
1014
- *
1015
- * @internal
1016
- */
1017
1006
  setAttributeNodeNS(attr: Attr): Attr;
1018
1007
  setPointerCapture(pointerId: number): void;
1019
1008
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.4"
8
+ "packageVersion": "7.34.9"
9
9
  }
10
10
  ]
11
11
  }
@@ -5,7 +5,7 @@
5
5
  ```ts
6
6
 
7
7
  import { Auth } from '@genesislcap/foundation-comms';
8
- import { ColDef } from '@ag-grid-community/core';
8
+ import type { ColDef } from '@ag-grid-community/core';
9
9
  import { Connect } from '@genesislcap/foundation-comms';
10
10
  import { Constructable } from '@microsoft/fast-element';
11
11
  import { Container } from '@microsoft/fast-foundation';
@@ -15,7 +15,7 @@ import { DOMContainer } from '@genesislcap/foundation-utils';
15
15
  import { FASTElement } from '@microsoft/fast-element';
16
16
  import { FoundationAnalytics } from '@genesislcap/foundation-comms';
17
17
  import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
18
- import { GridProRendererTypes } from '@genesislcap/grid-pro';
18
+ import { GridProRendererTypes } from '@genesislcap/foundation-zero-grid-pro';
19
19
  import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
20
20
  import { Logger } from '@genesislcap/foundation-utils';
21
21
  import { MessageError } from '@genesislcap/foundation-comms';
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.40.1-alpha-861eac3.0",
4
+ "version": "14.40.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,35 +40,28 @@
40
40
  "test:debug": "genx test --debug"
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.40.1-alpha-861eac3.0",
44
- "@genesislcap/genx": "14.40.1-alpha-861eac3.0",
43
+ "@genesislcap/foundation-login": "^14.40.0",
44
+ "@genesislcap/foundation-testing": "^14.40.1",
45
+ "@genesislcap/genx": "^14.40.1",
45
46
  "bulma": "^0.9.3"
46
47
  },
47
48
  "dependencies": {
48
- "@genesislcap/foundation-comms": "14.40.1-alpha-861eac3.0",
49
- "@genesislcap/foundation-errors": "14.40.1-alpha-861eac3.0",
50
- "@genesislcap/foundation-forms": "14.40.1-alpha-861eac3.0",
51
- "@genesislcap/foundation-login": "14.40.1-alpha-861eac3.0",
52
- "@genesislcap/foundation-ui": "14.40.1-alpha-861eac3.0",
53
- "@genesislcap/foundation-utils": "14.40.1-alpha-861eac3.0",
54
- "@genesislcap/foundation-zero": "14.40.1-alpha-861eac3.0",
55
- "@genesislcap/foundation-zero-grid-pro": "14.40.1-alpha-861eac3.0",
56
- "@genesislcap/grid-pro": "14.40.1-alpha-861eac3.0",
49
+ "@ag-grid-community/core": "29.2.0",
50
+ "@genesislcap/foundation-comms": "^14.40.1",
51
+ "@genesislcap/foundation-errors": "^14.40.1",
52
+ "@genesislcap/foundation-forms": "^14.40.1",
53
+ "@genesislcap/foundation-login": "^14.40.1",
54
+ "@genesislcap/foundation-ui": "^14.40.1",
55
+ "@genesislcap/foundation-utils": "^14.40.1",
56
+ "@genesislcap/foundation-zero": "^14.40.1",
57
+ "@genesislcap/foundation-zero-grid-pro": "^14.40.1",
58
+ "@genesislcap/grid-pro": "^14.40.1",
57
59
  "@microsoft/fast-components": "^2.21.3",
58
60
  "@microsoft/fast-element": "^1.7.0",
59
61
  "@microsoft/fast-foundation": "^2.33.2",
60
62
  "@microsoft/fast-router": "^0.4.2",
61
63
  "tslib": "^2.3.1"
62
64
  },
63
- "peerDependencies": {
64
- "@ag-grid-community/client-side-row-model": "29.2.0",
65
- "@ag-grid-community/core": "29.2.0",
66
- "@ag-grid-community/csv-export": "29.2.0",
67
- "@ag-grid-community/styles": "29.2.0",
68
- "@ag-grid-enterprise/core": "29.2.0",
69
- "@ag-grid-enterprise/excel-export": "29.2.0",
70
- "@ag-grid-enterprise/server-side-row-model": "29.2.0"
71
- },
72
65
  "repository": {
73
66
  "type": "git",
74
67
  "url": "git+https://github.com/genesislcap/foundation-ui.git",
@@ -78,5 +71,5 @@
78
71
  "access": "public"
79
72
  },
80
73
  "customElements": "dist/custom-elements.json",
81
- "gitHead": "78f768e212e45f7239ee5df7ce28c0f4af797bf4"
74
+ "gitHead": "b2f957496de6a98f8221da5c72ab9a1b6d6ea74b"
82
75
  }