@genesislcap/foundation-ui 14.187.1 → 14.188.0-FUI-2012.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.
@@ -817,264 +817,6 @@
817
817
  }
818
818
  ]
819
819
  },
820
- {
821
- "kind": "javascript-module",
822
- "path": "src/_common/icons.ts",
823
- "declarations": [
824
- {
825
- "kind": "function",
826
- "name": "closeIcon",
827
- "parameters": [
828
- {
829
- "name": "slot",
830
- "default": "'start'"
831
- },
832
- {
833
- "name": "fill",
834
- "default": "'#879ba6'"
835
- }
836
- ]
837
- }
838
- ],
839
- "exports": [
840
- {
841
- "kind": "js",
842
- "name": "closeIcon",
843
- "declaration": {
844
- "name": "closeIcon",
845
- "module": "src/_common/icons.ts"
846
- }
847
- }
848
- ]
849
- },
850
- {
851
- "kind": "javascript-module",
852
- "path": "src/_common/index.ts",
853
- "declarations": [],
854
- "exports": [
855
- {
856
- "kind": "js",
857
- "name": "*",
858
- "declaration": {
859
- "name": "*",
860
- "package": "./icons"
861
- }
862
- }
863
- ]
864
- },
865
- {
866
- "kind": "javascript-module",
867
- "path": "src/_config/index.ts",
868
- "declarations": [],
869
- "exports": [
870
- {
871
- "kind": "js",
872
- "name": "*",
873
- "declaration": {
874
- "name": "*",
875
- "package": "./styles"
876
- }
877
- },
878
- {
879
- "kind": "js",
880
- "name": "*",
881
- "declaration": {
882
- "name": "*",
883
- "package": "./tokens"
884
- }
885
- },
886
- {
887
- "kind": "js",
888
- "name": "*",
889
- "declaration": {
890
- "name": "*",
891
- "package": "./values"
892
- }
893
- }
894
- ]
895
- },
896
- {
897
- "kind": "javascript-module",
898
- "path": "src/accordion/accordion.styles.ts",
899
- "declarations": [
900
- {
901
- "kind": "function",
902
- "name": "foundationAccordionStyles",
903
- "return": {
904
- "type": {
905
- "text": "ElementStyles"
906
- }
907
- },
908
- "parameters": [
909
- {
910
- "name": "context",
911
- "type": {
912
- "text": "ElementDefinitionContext"
913
- }
914
- },
915
- {
916
- "name": "definition",
917
- "type": {
918
- "text": "FoundationElementDefinition"
919
- }
920
- }
921
- ]
922
- }
923
- ],
924
- "exports": [
925
- {
926
- "kind": "js",
927
- "name": "foundationAccordionStyles",
928
- "declaration": {
929
- "name": "foundationAccordionStyles",
930
- "module": "src/accordion/accordion.styles.ts"
931
- }
932
- }
933
- ]
934
- },
935
- {
936
- "kind": "javascript-module",
937
- "path": "src/accordion/accordion.template.ts",
938
- "declarations": [
939
- {
940
- "kind": "function",
941
- "name": "foundationAccordionTemplate",
942
- "return": {
943
- "type": {
944
- "text": "ViewTemplate<Accordion>"
945
- }
946
- },
947
- "parameters": [
948
- {
949
- "name": "context",
950
- "type": {
951
- "text": "ElementDefinitionContext"
952
- }
953
- },
954
- {
955
- "name": "definition",
956
- "type": {
957
- "text": "FoundationElementDefinition"
958
- }
959
- }
960
- ]
961
- }
962
- ],
963
- "exports": [
964
- {
965
- "kind": "js",
966
- "name": "foundationAccordionTemplate",
967
- "declaration": {
968
- "name": "foundationAccordionTemplate",
969
- "module": "src/accordion/accordion.template.ts"
970
- }
971
- }
972
- ]
973
- },
974
- {
975
- "kind": "javascript-module",
976
- "path": "src/accordion/accordion.ts",
977
- "declarations": [
978
- {
979
- "kind": "class",
980
- "description": "",
981
- "name": "Accordion",
982
- "superclass": {
983
- "name": "FASTAccordion",
984
- "package": "@microsoft/fast-foundation"
985
- },
986
- "tagName": "%%prefix%%-accordion",
987
- "customElement": true
988
- },
989
- {
990
- "kind": "variable",
991
- "name": "foundationAccordionShadowOptions",
992
- "type": {
993
- "text": "ShadowRootInit"
994
- },
995
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
996
- },
997
- {
998
- "kind": "variable",
999
- "name": "defaultAccordionConfig",
1000
- "type": {
1001
- "text": "object"
1002
- },
1003
- "default": "{}"
1004
- },
1005
- {
1006
- "kind": "variable",
1007
- "name": "foundationAccordion",
1008
- "description": "The Foundation Accordion",
1009
- "privacy": "public"
1010
- }
1011
- ],
1012
- "exports": [
1013
- {
1014
- "kind": "js",
1015
- "name": "Accordion",
1016
- "declaration": {
1017
- "name": "Accordion",
1018
- "module": "src/accordion/accordion.ts"
1019
- }
1020
- },
1021
- {
1022
- "kind": "js",
1023
- "name": "foundationAccordionShadowOptions",
1024
- "declaration": {
1025
- "name": "foundationAccordionShadowOptions",
1026
- "module": "src/accordion/accordion.ts"
1027
- }
1028
- },
1029
- {
1030
- "kind": "js",
1031
- "name": "defaultAccordionConfig",
1032
- "declaration": {
1033
- "name": "defaultAccordionConfig",
1034
- "module": "src/accordion/accordion.ts"
1035
- }
1036
- },
1037
- {
1038
- "kind": "js",
1039
- "name": "foundationAccordion",
1040
- "declaration": {
1041
- "name": "foundationAccordion",
1042
- "module": "src/accordion/accordion.ts"
1043
- }
1044
- }
1045
- ]
1046
- },
1047
- {
1048
- "kind": "javascript-module",
1049
- "path": "src/accordion/index.ts",
1050
- "declarations": [],
1051
- "exports": [
1052
- {
1053
- "kind": "js",
1054
- "name": "*",
1055
- "declaration": {
1056
- "name": "*",
1057
- "package": "./accordion.template"
1058
- }
1059
- },
1060
- {
1061
- "kind": "js",
1062
- "name": "*",
1063
- "declaration": {
1064
- "name": "*",
1065
- "package": "./accordion.styles"
1066
- }
1067
- },
1068
- {
1069
- "kind": "js",
1070
- "name": "*",
1071
- "declaration": {
1072
- "name": "*",
1073
- "package": "./accordion"
1074
- }
1075
- }
1076
- ]
1077
- },
1078
820
  {
1079
821
  "kind": "javascript-module",
1080
822
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1469,6 +1211,37 @@
1469
1211
  }
1470
1212
  ]
1471
1213
  },
1214
+ {
1215
+ "kind": "javascript-module",
1216
+ "path": "src/_config/index.ts",
1217
+ "declarations": [],
1218
+ "exports": [
1219
+ {
1220
+ "kind": "js",
1221
+ "name": "*",
1222
+ "declaration": {
1223
+ "name": "*",
1224
+ "package": "./styles"
1225
+ }
1226
+ },
1227
+ {
1228
+ "kind": "js",
1229
+ "name": "*",
1230
+ "declaration": {
1231
+ "name": "*",
1232
+ "package": "./tokens"
1233
+ }
1234
+ },
1235
+ {
1236
+ "kind": "js",
1237
+ "name": "*",
1238
+ "declaration": {
1239
+ "name": "*",
1240
+ "package": "./values"
1241
+ }
1242
+ }
1243
+ ]
1244
+ },
1472
1245
  {
1473
1246
  "kind": "javascript-module",
1474
1247
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2548,6 +2321,51 @@
2548
2321
  }
2549
2322
  ]
2550
2323
  },
2324
+ {
2325
+ "kind": "javascript-module",
2326
+ "path": "src/_common/icons.ts",
2327
+ "declarations": [
2328
+ {
2329
+ "kind": "function",
2330
+ "name": "closeIcon",
2331
+ "parameters": [
2332
+ {
2333
+ "name": "slot",
2334
+ "default": "'start'"
2335
+ },
2336
+ {
2337
+ "name": "fill",
2338
+ "default": "'#879ba6'"
2339
+ }
2340
+ ]
2341
+ }
2342
+ ],
2343
+ "exports": [
2344
+ {
2345
+ "kind": "js",
2346
+ "name": "closeIcon",
2347
+ "declaration": {
2348
+ "name": "closeIcon",
2349
+ "module": "src/_common/icons.ts"
2350
+ }
2351
+ }
2352
+ ]
2353
+ },
2354
+ {
2355
+ "kind": "javascript-module",
2356
+ "path": "src/_common/index.ts",
2357
+ "declarations": [],
2358
+ "exports": [
2359
+ {
2360
+ "kind": "js",
2361
+ "name": "*",
2362
+ "declaration": {
2363
+ "name": "*",
2364
+ "package": "./icons"
2365
+ }
2366
+ }
2367
+ ]
2368
+ },
2551
2369
  {
2552
2370
  "kind": "javascript-module",
2553
2371
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -4138,6 +3956,188 @@
4138
3956
  }
4139
3957
  ]
4140
3958
  },
3959
+ {
3960
+ "kind": "javascript-module",
3961
+ "path": "src/accordion/accordion.styles.ts",
3962
+ "declarations": [
3963
+ {
3964
+ "kind": "function",
3965
+ "name": "foundationAccordionStyles",
3966
+ "return": {
3967
+ "type": {
3968
+ "text": "ElementStyles"
3969
+ }
3970
+ },
3971
+ "parameters": [
3972
+ {
3973
+ "name": "context",
3974
+ "type": {
3975
+ "text": "ElementDefinitionContext"
3976
+ }
3977
+ },
3978
+ {
3979
+ "name": "definition",
3980
+ "type": {
3981
+ "text": "FoundationElementDefinition"
3982
+ }
3983
+ }
3984
+ ]
3985
+ }
3986
+ ],
3987
+ "exports": [
3988
+ {
3989
+ "kind": "js",
3990
+ "name": "foundationAccordionStyles",
3991
+ "declaration": {
3992
+ "name": "foundationAccordionStyles",
3993
+ "module": "src/accordion/accordion.styles.ts"
3994
+ }
3995
+ }
3996
+ ]
3997
+ },
3998
+ {
3999
+ "kind": "javascript-module",
4000
+ "path": "src/accordion/accordion.template.ts",
4001
+ "declarations": [
4002
+ {
4003
+ "kind": "function",
4004
+ "name": "foundationAccordionTemplate",
4005
+ "return": {
4006
+ "type": {
4007
+ "text": "ViewTemplate<Accordion>"
4008
+ }
4009
+ },
4010
+ "parameters": [
4011
+ {
4012
+ "name": "context",
4013
+ "type": {
4014
+ "text": "ElementDefinitionContext"
4015
+ }
4016
+ },
4017
+ {
4018
+ "name": "definition",
4019
+ "type": {
4020
+ "text": "FoundationElementDefinition"
4021
+ }
4022
+ }
4023
+ ]
4024
+ }
4025
+ ],
4026
+ "exports": [
4027
+ {
4028
+ "kind": "js",
4029
+ "name": "foundationAccordionTemplate",
4030
+ "declaration": {
4031
+ "name": "foundationAccordionTemplate",
4032
+ "module": "src/accordion/accordion.template.ts"
4033
+ }
4034
+ }
4035
+ ]
4036
+ },
4037
+ {
4038
+ "kind": "javascript-module",
4039
+ "path": "src/accordion/accordion.ts",
4040
+ "declarations": [
4041
+ {
4042
+ "kind": "class",
4043
+ "description": "",
4044
+ "name": "Accordion",
4045
+ "superclass": {
4046
+ "name": "FASTAccordion",
4047
+ "package": "@microsoft/fast-foundation"
4048
+ },
4049
+ "tagName": "%%prefix%%-accordion",
4050
+ "customElement": true
4051
+ },
4052
+ {
4053
+ "kind": "variable",
4054
+ "name": "foundationAccordionShadowOptions",
4055
+ "type": {
4056
+ "text": "ShadowRootInit"
4057
+ },
4058
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4059
+ },
4060
+ {
4061
+ "kind": "variable",
4062
+ "name": "defaultAccordionConfig",
4063
+ "type": {
4064
+ "text": "object"
4065
+ },
4066
+ "default": "{}"
4067
+ },
4068
+ {
4069
+ "kind": "variable",
4070
+ "name": "foundationAccordion",
4071
+ "description": "The Foundation Accordion",
4072
+ "privacy": "public"
4073
+ }
4074
+ ],
4075
+ "exports": [
4076
+ {
4077
+ "kind": "js",
4078
+ "name": "Accordion",
4079
+ "declaration": {
4080
+ "name": "Accordion",
4081
+ "module": "src/accordion/accordion.ts"
4082
+ }
4083
+ },
4084
+ {
4085
+ "kind": "js",
4086
+ "name": "foundationAccordionShadowOptions",
4087
+ "declaration": {
4088
+ "name": "foundationAccordionShadowOptions",
4089
+ "module": "src/accordion/accordion.ts"
4090
+ }
4091
+ },
4092
+ {
4093
+ "kind": "js",
4094
+ "name": "defaultAccordionConfig",
4095
+ "declaration": {
4096
+ "name": "defaultAccordionConfig",
4097
+ "module": "src/accordion/accordion.ts"
4098
+ }
4099
+ },
4100
+ {
4101
+ "kind": "js",
4102
+ "name": "foundationAccordion",
4103
+ "declaration": {
4104
+ "name": "foundationAccordion",
4105
+ "module": "src/accordion/accordion.ts"
4106
+ }
4107
+ }
4108
+ ]
4109
+ },
4110
+ {
4111
+ "kind": "javascript-module",
4112
+ "path": "src/accordion/index.ts",
4113
+ "declarations": [],
4114
+ "exports": [
4115
+ {
4116
+ "kind": "js",
4117
+ "name": "*",
4118
+ "declaration": {
4119
+ "name": "*",
4120
+ "package": "./accordion.template"
4121
+ }
4122
+ },
4123
+ {
4124
+ "kind": "js",
4125
+ "name": "*",
4126
+ "declaration": {
4127
+ "name": "*",
4128
+ "package": "./accordion.styles"
4129
+ }
4130
+ },
4131
+ {
4132
+ "kind": "js",
4133
+ "name": "*",
4134
+ "declaration": {
4135
+ "name": "*",
4136
+ "package": "./accordion"
4137
+ }
4138
+ }
4139
+ ]
4140
+ },
4141
4141
  {
4142
4142
  "kind": "javascript-module",
4143
4143
  "path": "src/avatar/avatar.styles.ts",
@@ -42236,6 +42236,12 @@
42236
42236
  "fieldName": "withTimestampFormatting"
42237
42237
  }
42238
42238
  ],
42239
+ "mixins": [
42240
+ {
42241
+ "name": "DatasourceEventHandler",
42242
+ "package": "@genesislcap/foundation-comms"
42243
+ }
42244
+ ],
42239
42245
  "superclass": {
42240
42246
  "name": "FoundationElement",
42241
42247
  "package": "@microsoft/fast-foundation"
@@ -1,5 +1,4 @@
1
1
  import { Connect, Datasource, DatasourceOptions, FilteredDataServerResult, RequestServerResult } from '@genesislcap/foundation-comms';
2
- import { FoundationElement } from '@microsoft/fast-foundation';
3
2
  import { BehaviorSubject, Subscription } from 'rxjs';
4
3
  import { logType } from './logger';
5
4
  export interface BaseDatasourceErrorHandlingOptions {
@@ -7,7 +6,326 @@ export interface BaseDatasourceErrorHandlingOptions {
7
6
  loggerType?: logType;
8
7
  loggerArgs?: any[];
9
8
  }
10
- export declare abstract class BaseDatasource extends FoundationElement {
9
+ declare const BaseDatasource_base: new () => {
10
+ datasourceStatus: import("@genesislcap/foundation-comms").DatasourceStatus;
11
+ resourceName: string;
12
+ onDatasourceStatusChanged: (event: import("@genesislcap/foundation-comms").DatasourceStatusChangedEvent) => void;
13
+ datasourceStatusChanged(prev: import("@genesislcap/foundation-comms").DatasourceStatus, next: import("@genesislcap/foundation-comms").DatasourceStatus): void;
14
+ connectedCallback(): void;
15
+ disconnectedCallback(): void;
16
+ accessKey: string;
17
+ readonly accessKeyLabel: string;
18
+ autocapitalize: string;
19
+ dir: string;
20
+ draggable: boolean;
21
+ hidden: boolean;
22
+ inert: boolean;
23
+ innerText: string;
24
+ lang: string;
25
+ readonly offsetHeight: number;
26
+ readonly offsetLeft: number;
27
+ readonly offsetParent: Element;
28
+ readonly offsetTop: number;
29
+ readonly offsetWidth: number;
30
+ outerText: string;
31
+ spellcheck: boolean;
32
+ title: string;
33
+ translate: boolean;
34
+ attachInternals(): ElementInternals;
35
+ click(): void;
36
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
37
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
38
+ removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
39
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
40
+ readonly attributes: NamedNodeMap;
41
+ readonly classList: DOMTokenList;
42
+ className: string;
43
+ readonly clientHeight: number;
44
+ readonly clientLeft: number;
45
+ readonly clientTop: number;
46
+ readonly clientWidth: number;
47
+ id: string;
48
+ readonly localName: string;
49
+ readonly namespaceURI: string;
50
+ onfullscreenchange: (this: Element, ev: Event) => any;
51
+ onfullscreenerror: (this: Element, ev: Event) => any;
52
+ outerHTML: string;
53
+ readonly ownerDocument: Document;
54
+ readonly part: DOMTokenList;
55
+ readonly prefix: string;
56
+ readonly scrollHeight: number;
57
+ scrollLeft: number;
58
+ scrollTop: number;
59
+ readonly scrollWidth: number;
60
+ readonly shadowRoot: ShadowRoot;
61
+ slot: string;
62
+ readonly tagName: string;
63
+ attachShadow(init: ShadowRootInit): ShadowRoot;
64
+ closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
65
+ closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
66
+ closest<E extends Element = Element>(selectors: string): E;
67
+ getAttribute(qualifiedName: string): string;
68
+ getAttributeNS(namespace: string, localName: string): string;
69
+ getAttributeNames(): string[];
70
+ getAttributeNode(qualifiedName: string): Attr;
71
+ getAttributeNodeNS(namespace: string, localName: string): Attr;
72
+ getBoundingClientRect(): DOMRect;
73
+ getClientRects(): DOMRectList;
74
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
75
+ getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
76
+ getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
77
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
78
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
79
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
80
+ getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
81
+ hasAttribute(qualifiedName: string): boolean;
82
+ hasAttributeNS(namespace: string, localName: string): boolean;
83
+ hasAttributes(): boolean;
84
+ hasPointerCapture(pointerId: number): boolean;
85
+ insertAdjacentElement(where: InsertPosition, element: Element): Element;
86
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
87
+ insertAdjacentText(where: InsertPosition, data: string): void;
88
+ matches(selectors: string): boolean;
89
+ releasePointerCapture(pointerId: number): void;
90
+ removeAttribute(qualifiedName: string): void;
91
+ removeAttributeNS(namespace: string, localName: string): void;
92
+ removeAttributeNode(attr: Attr): Attr;
93
+ requestFullscreen(options?: FullscreenOptions): Promise<void>;
94
+ requestPointerLock(): void;
95
+ scroll(options?: ScrollToOptions): void;
96
+ scroll(x: number, y: number): void;
97
+ scrollBy(options?: ScrollToOptions): void;
98
+ scrollBy(x: number, y: number): void;
99
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
100
+ scrollTo(options?: ScrollToOptions): void;
101
+ scrollTo(x: number, y: number): void;
102
+ setAttribute(qualifiedName: string, value: string): void;
103
+ setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
104
+ setAttributeNode(attr: Attr): Attr;
105
+ setAttributeNodeNS(attr: Attr): Attr;
106
+ setPointerCapture(pointerId: number): void;
107
+ toggleAttribute(qualifiedName: string, force?: boolean): boolean;
108
+ webkitMatchesSelector(selectors: string): boolean;
109
+ readonly baseURI: string;
110
+ readonly childNodes: NodeListOf<ChildNode>;
111
+ readonly firstChild: ChildNode;
112
+ readonly isConnected: boolean;
113
+ readonly lastChild: ChildNode;
114
+ readonly nextSibling: ChildNode;
115
+ readonly nodeName: string;
116
+ readonly nodeType: number;
117
+ nodeValue: string;
118
+ readonly parentElement: HTMLElement;
119
+ readonly parentNode: ParentNode;
120
+ readonly previousSibling: ChildNode;
121
+ textContent: string;
122
+ appendChild<T extends Node>(node: T): T;
123
+ cloneNode(deep?: boolean): Node;
124
+ compareDocumentPosition(other: Node): number;
125
+ contains(other: Node): boolean;
126
+ getRootNode(options?: GetRootNodeOptions): Node;
127
+ hasChildNodes(): boolean;
128
+ insertBefore<T_1 extends Node>(node: T_1, child: Node): T_1;
129
+ isDefaultNamespace(namespace: string): boolean;
130
+ isEqualNode(otherNode: Node): boolean;
131
+ isSameNode(otherNode: Node): boolean;
132
+ lookupNamespaceURI(prefix: string): string;
133
+ lookupPrefix(namespace: string): string;
134
+ normalize(): void;
135
+ removeChild<T_2 extends Node>(child: T_2): T_2;
136
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
137
+ readonly ATTRIBUTE_NODE: number;
138
+ readonly CDATA_SECTION_NODE: number;
139
+ readonly COMMENT_NODE: number;
140
+ readonly DOCUMENT_FRAGMENT_NODE: number;
141
+ readonly DOCUMENT_NODE: number;
142
+ readonly DOCUMENT_POSITION_CONTAINED_BY: number;
143
+ readonly DOCUMENT_POSITION_CONTAINS: number;
144
+ readonly DOCUMENT_POSITION_DISCONNECTED: number;
145
+ readonly DOCUMENT_POSITION_FOLLOWING: number;
146
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
147
+ readonly DOCUMENT_POSITION_PRECEDING: number;
148
+ readonly DOCUMENT_TYPE_NODE: number;
149
+ readonly ELEMENT_NODE: number;
150
+ readonly ENTITY_NODE: number;
151
+ readonly ENTITY_REFERENCE_NODE: number;
152
+ readonly NOTATION_NODE: number;
153
+ readonly PROCESSING_INSTRUCTION_NODE: number;
154
+ readonly TEXT_NODE: number;
155
+ dispatchEvent(event: Event): boolean;
156
+ ariaAtomic: string;
157
+ ariaAutoComplete: string;
158
+ ariaBusy: string;
159
+ ariaChecked: string;
160
+ ariaColCount: string;
161
+ ariaColIndex: string;
162
+ ariaColIndexText: string;
163
+ ariaColSpan: string;
164
+ ariaCurrent: string;
165
+ ariaDisabled: string;
166
+ ariaExpanded: string;
167
+ ariaHasPopup: string;
168
+ ariaHidden: string;
169
+ ariaInvalid: string;
170
+ ariaKeyShortcuts: string;
171
+ ariaLabel: string;
172
+ ariaLevel: string;
173
+ ariaLive: string;
174
+ ariaModal: string;
175
+ ariaMultiLine: string;
176
+ ariaMultiSelectable: string;
177
+ ariaOrientation: string;
178
+ ariaPlaceholder: string;
179
+ ariaPosInSet: string;
180
+ ariaPressed: string;
181
+ ariaReadOnly: string;
182
+ ariaRequired: string;
183
+ ariaRoleDescription: string;
184
+ ariaRowCount: string;
185
+ ariaRowIndex: string;
186
+ ariaRowIndexText: string;
187
+ ariaRowSpan: string;
188
+ ariaSelected: string;
189
+ ariaSetSize: string;
190
+ ariaSort: string;
191
+ ariaValueMax: string;
192
+ ariaValueMin: string;
193
+ ariaValueNow: string;
194
+ ariaValueText: string;
195
+ role: string;
196
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationOptions): Animation;
197
+ getAnimations(options?: GetAnimationsOptions): Animation[];
198
+ after(...nodes: (string | Node)[]): void;
199
+ before(...nodes: (string | Node)[]): void;
200
+ remove(): void;
201
+ replaceWith(...nodes: (string | Node)[]): void;
202
+ innerHTML: string;
203
+ readonly nextElementSibling: Element;
204
+ readonly previousElementSibling: Element;
205
+ readonly childElementCount: number;
206
+ readonly children: HTMLCollection;
207
+ readonly firstElementChild: Element;
208
+ readonly lastElementChild: Element;
209
+ append(...nodes: (string | Node)[]): void;
210
+ prepend(...nodes: (string | Node)[]): void;
211
+ querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
212
+ querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
213
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1;
214
+ querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
215
+ querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
216
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
217
+ replaceChildren(...nodes: (string | Node)[]): void;
218
+ readonly assignedSlot: HTMLSlotElement;
219
+ oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
220
+ oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
221
+ onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
222
+ readonly style: CSSStyleDeclaration;
223
+ contentEditable: string;
224
+ enterKeyHint: string;
225
+ inputMode: string;
226
+ readonly isContentEditable: boolean;
227
+ onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
228
+ onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
229
+ onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
230
+ onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
231
+ onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
232
+ onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
233
+ onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
234
+ onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
235
+ oncancel: (this: GlobalEventHandlers, ev: Event) => any;
236
+ oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
237
+ oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
238
+ onchange: (this: GlobalEventHandlers, ev: Event) => any;
239
+ onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
240
+ onclose: (this: GlobalEventHandlers, ev: Event) => any;
241
+ oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
242
+ oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
243
+ ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
244
+ ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
245
+ ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
246
+ ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
247
+ ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
248
+ ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
249
+ ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
250
+ ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
251
+ ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
252
+ onemptied: (this: GlobalEventHandlers, ev: Event) => any;
253
+ onended: (this: GlobalEventHandlers, ev: Event) => any;
254
+ onerror: OnErrorEventHandlerNonNull;
255
+ onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
256
+ onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
257
+ ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
258
+ oninput: (this: GlobalEventHandlers, ev: Event) => any;
259
+ oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
260
+ onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
261
+ onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
262
+ onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
263
+ onload: (this: GlobalEventHandlers, ev: Event) => any;
264
+ onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
265
+ onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
266
+ onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
267
+ onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
268
+ onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
269
+ onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
270
+ onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
271
+ onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
272
+ onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
273
+ onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
274
+ onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
275
+ onpause: (this: GlobalEventHandlers, ev: Event) => any;
276
+ onplay: (this: GlobalEventHandlers, ev: Event) => any;
277
+ onplaying: (this: GlobalEventHandlers, ev: Event) => any;
278
+ onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
279
+ onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
280
+ onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
281
+ onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
282
+ onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
283
+ onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
284
+ onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
285
+ onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
286
+ onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
287
+ onratechange: (this: GlobalEventHandlers, ev: Event) => any;
288
+ onreset: (this: GlobalEventHandlers, ev: Event) => any;
289
+ onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
290
+ onscroll: (this: GlobalEventHandlers, ev: Event) => any;
291
+ onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
292
+ onseeked: (this: GlobalEventHandlers, ev: Event) => any;
293
+ onseeking: (this: GlobalEventHandlers, ev: Event) => any;
294
+ onselect: (this: GlobalEventHandlers, ev: Event) => any;
295
+ onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
296
+ onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
297
+ onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
298
+ onstalled: (this: GlobalEventHandlers, ev: Event) => any;
299
+ onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
300
+ onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
301
+ ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
302
+ ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
303
+ ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
304
+ ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
305
+ ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
306
+ ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
307
+ ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
308
+ ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
309
+ ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
310
+ ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
311
+ onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
312
+ onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
313
+ onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
314
+ onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
315
+ onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
316
+ onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
317
+ onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
318
+ autofocus: boolean;
319
+ readonly dataset: DOMStringMap;
320
+ nonce?: string;
321
+ tabIndex: number;
322
+ blur(): void;
323
+ focus(options?: FocusOptions): void;
324
+ readonly $fastController: import("@microsoft/fast-element").Controller;
325
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
326
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
327
+ };
328
+ export declare abstract class BaseDatasource extends BaseDatasource_base {
11
329
  connect: Connect;
12
330
  datasource: Datasource;
13
331
  withGridInit: boolean;
@@ -55,4 +373,5 @@ export declare abstract class BaseDatasource extends FoundationElement {
55
373
  removeFilter(fieldName: string): void;
56
374
  handleError(params?: BaseDatasourceErrorHandlingOptions): void;
57
375
  }
376
+ export {};
58
377
  //# sourceMappingURL=base-datasource.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"base-datasource.d.ts","sourceRoot":"","sources":["../../../src/utils/base-datasource.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EAEP,UAAU,EAEV,iBAAiB,EACjB,wBAAwB,EAIxB,mBAAmB,EACpB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACrD,OAAO,EAAU,OAAO,EAAE,MAAM,UAAU,CAAC;AAO3C,MAAM,WAAW,kCAAkC;IACjD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;CACpB;AACD,8BAAsB,cAAe,SAAQ,iBAAiB;IACnD,OAAO,EAAG,OAAO,CAAC;IACf,UAAU,EAAG,UAAU,CAAC;IAET,YAAY,EAAE,OAAO,CAAQ;IAClD,QAAQ,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IAa5C,IAAI,EAAE,GAAG,EAAE,CAAC;IACxB,WAAW,CAAC,QAAQ,KAAA;IAMd,MAAM,EAAE,MAAM,CAAC;IACM,UAAU,EAAE,OAAO,CAAS;IACjD,OAAO,EAAE,MAAM,CAAmC;IAClD,OAAO,EAAE,MAAM,CAAoC;IACnD,OAAO,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,GAAG,CAAC;IACP,YAAY,EAAE,MAAM,CAAC;IACA,OAAO,EAAE,OAAO,CAAS;IAC9C,KAAK,EAAE,MAAM,CAAa;IAEhC;;;OAGG;IACgE,uBAAuB,UAAQ;IAElG,IAAI,gBAAgB,CAAC,MAAM,EAAE,iBAAiB,EAQ7C;IAEM,uBAAuB,UAAQ;IAC/B,OAAO,EAAE,YAAY,CAAC;IAC7B,OAAO,CAAC,SAAS,CAAS;IACnB,oBAAoB,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,CAAa;IACnD,mBAAmB,UAAS;IACnC,OAAO,CAAC,mBAAmB,CAAkC;IACtD,MAAM,EAAE,eAAe,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAkC;IAErF,oBAAoB,IAAI,IAAI;IAe5B,KAAK;IAKL,QAAQ,CAAC,SAAS,IAAI,IAAI;IAE1B,QAAQ,CAAC,iBAAiB,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,GAAG,IAAI;IAEtD,QAAQ,CAAC,mBAAmB,CAAC,YAAY,EAAE,GAAG,EAAE,GAAG,IAAI;IAEvD,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;IAEtD,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;IAEzC,gBAAgB,CAAC,YAAY,UAAO;IAuDpC,cAAc;IAI3B,OAAO,CAAC,iBAAiB;IAczB,OAAO,CAAC,kBAAkB;IAYnB,sBAAsB,CAAC,mBAAmB,EAAE,mBAAmB;IAqC/D,mBAAmB,CAAC,gBAAgB,EAAE,wBAAwB;IAwBrE,OAAO,CAAC,aAAa;IAKd,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAK9C,YAAY,CAAC,SAAS,EAAE,MAAM;IAKrC,WAAW,CAAC,MAAM,GAAE,kCAAuC,GAAG,IAAI;CAOnE"}
1
+ {"version":3,"file":"base-datasource.d.ts","sourceRoot":"","sources":["../../../src/utils/base-datasource.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import { __awaiter, __decorate } from "tslib";
2
- import { Connect, dataServerResultFilter, Datasource, DatasourceDefaults, MessageType, normaliseCriteria, } from '@genesislcap/foundation-comms';
2
+ import { Connect, dataServerResultFilter, Datasource, DatasourceDefaults, DatasourceEventHandler, MessageType, normaliseCriteria, } from '@genesislcap/foundation-comms';
3
3
  import { attr, observable } from '@microsoft/fast-element';
4
4
  import { FoundationElement } from '@microsoft/fast-foundation';
5
5
  import { BehaviorSubject } from 'rxjs';
@@ -7,7 +7,7 @@ import { logger } from './logger';
7
7
  const criteriaDelimiter = ';';
8
8
  const criteriaJoin = ' && ';
9
9
  const withoutFullInit = null;
10
- export class BaseDatasource extends FoundationElement {
10
+ export class BaseDatasource extends DatasourceEventHandler(FoundationElement) {
11
11
  constructor() {
12
12
  super(...arguments);
13
13
  this.withGridInit = true;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.187.1",
4
+ "version": "14.188.0-FUI-2012.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -82,13 +82,13 @@
82
82
  }
83
83
  },
84
84
  "devDependencies": {
85
- "@genesislcap/foundation-testing": "14.187.1",
86
- "@genesislcap/genx": "14.187.1",
87
- "@genesislcap/rollup-builder": "14.187.1",
88
- "@genesislcap/ts-builder": "14.187.1",
89
- "@genesislcap/uvu-playwright-builder": "14.187.1",
90
- "@genesislcap/vite-builder": "14.187.1",
91
- "@genesislcap/webpack-builder": "14.187.1",
85
+ "@genesislcap/foundation-testing": "14.188.0-FUI-2012.1",
86
+ "@genesislcap/genx": "14.188.0-FUI-2012.1",
87
+ "@genesislcap/rollup-builder": "14.188.0-FUI-2012.1",
88
+ "@genesislcap/ts-builder": "14.188.0-FUI-2012.1",
89
+ "@genesislcap/uvu-playwright-builder": "14.188.0-FUI-2012.1",
90
+ "@genesislcap/vite-builder": "14.188.0-FUI-2012.1",
91
+ "@genesislcap/webpack-builder": "14.188.0-FUI-2012.1",
92
92
  "copyfiles": "^2.4.1",
93
93
  "rimraf": "^5.0.0",
94
94
  "rxjs": "^7.5.4"
@@ -99,13 +99,13 @@
99
99
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
100
100
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
101
101
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
102
- "@genesislcap/foundation-comms": "14.187.1",
103
- "@genesislcap/foundation-criteria": "14.187.1",
104
- "@genesislcap/foundation-errors": "14.187.1",
105
- "@genesislcap/foundation-logger": "14.187.1",
106
- "@genesislcap/foundation-notifications": "14.187.1",
107
- "@genesislcap/foundation-user": "14.187.1",
108
- "@genesislcap/foundation-utils": "14.187.1",
102
+ "@genesislcap/foundation-comms": "14.188.0-FUI-2012.1",
103
+ "@genesislcap/foundation-criteria": "14.188.0-FUI-2012.1",
104
+ "@genesislcap/foundation-errors": "14.188.0-FUI-2012.1",
105
+ "@genesislcap/foundation-logger": "14.188.0-FUI-2012.1",
106
+ "@genesislcap/foundation-notifications": "14.188.0-FUI-2012.1",
107
+ "@genesislcap/foundation-user": "14.188.0-FUI-2012.1",
108
+ "@genesislcap/foundation-utils": "14.188.0-FUI-2012.1",
109
109
  "@microsoft/fast-colors": "^5.3.1",
110
110
  "@microsoft/fast-components": "^2.30.6",
111
111
  "@microsoft/fast-element": "^1.12.0",
@@ -127,5 +127,5 @@
127
127
  "access": "public"
128
128
  },
129
129
  "customElements": "dist/custom-elements.json",
130
- "gitHead": "ed7f2594a168c5d92f448fc0c65566a9f1074acb"
130
+ "gitHead": "c4d4a4d125fc1c38212911387907757832010c76"
131
131
  }