@genesislcap/foundation-entity-management 14.225.4-alpha-5f6eefd.0 → 14.226.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.
- package/dist/custom-elements.json +145 -145
- package/dist/dts/entities/entities.d.ts +51 -80
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/dts/list/list.d.ts +29 -46
- package/dist/dts/list/list.d.ts.map +1 -1
- package/dist/dts/users/users.d.ts +32 -46
- package/dist/dts/users/users.d.ts.map +1 -1
- package/dist/dts/utils/search-bar-utils.d.ts +2 -2
- package/dist/dts/utils/search-bar-utils.d.ts.map +1 -1
- package/dist/esm/entities/entities.js +2 -2
- package/dist/esm/list/list.js +1 -1
- package/dist/esm/users/users.js +1 -1
- package/dist/foundation-entity-management.api.json +21 -85
- package/dist/foundation-entity-management.d.ts +84 -127
- package/dist/tsdoc-metadata.json +1 -1
- package/docs/api/foundation-entity-management.buttoncellrenderer.md +1 -14
- package/docs/api/foundation-entity-management.geterrorformat.md +1 -12
- package/docs/api/foundation-entity-management.md +2 -7
- package/docs/{api-report.md.api.md → api-report.md} +0 -2
- package/package.json +22 -22
|
@@ -1563,6 +1563,151 @@
|
|
|
1563
1563
|
}
|
|
1564
1564
|
]
|
|
1565
1565
|
},
|
|
1566
|
+
{
|
|
1567
|
+
"kind": "javascript-module",
|
|
1568
|
+
"path": "src/main/index.ts",
|
|
1569
|
+
"declarations": [],
|
|
1570
|
+
"exports": [
|
|
1571
|
+
{
|
|
1572
|
+
"kind": "js",
|
|
1573
|
+
"name": "*",
|
|
1574
|
+
"declaration": {
|
|
1575
|
+
"name": "*",
|
|
1576
|
+
"package": "./main.template"
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"kind": "js",
|
|
1581
|
+
"name": "*",
|
|
1582
|
+
"declaration": {
|
|
1583
|
+
"name": "*",
|
|
1584
|
+
"package": "./main"
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
]
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"kind": "javascript-module",
|
|
1591
|
+
"path": "src/main/main.styles.ts",
|
|
1592
|
+
"declarations": [
|
|
1593
|
+
{
|
|
1594
|
+
"kind": "variable",
|
|
1595
|
+
"name": "MainStyles",
|
|
1596
|
+
"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`"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"exports": [
|
|
1600
|
+
{
|
|
1601
|
+
"kind": "js",
|
|
1602
|
+
"name": "MainStyles",
|
|
1603
|
+
"declaration": {
|
|
1604
|
+
"name": "MainStyles",
|
|
1605
|
+
"module": "src/main/main.styles.ts"
|
|
1606
|
+
}
|
|
1607
|
+
}
|
|
1608
|
+
]
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"kind": "javascript-module",
|
|
1612
|
+
"path": "src/main/main.template.ts",
|
|
1613
|
+
"declarations": [],
|
|
1614
|
+
"exports": []
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"kind": "javascript-module",
|
|
1618
|
+
"path": "src/main/main.ts",
|
|
1619
|
+
"declarations": [
|
|
1620
|
+
{
|
|
1621
|
+
"kind": "class",
|
|
1622
|
+
"description": "",
|
|
1623
|
+
"name": "MainApplication",
|
|
1624
|
+
"members": [
|
|
1625
|
+
{
|
|
1626
|
+
"kind": "field",
|
|
1627
|
+
"name": "config",
|
|
1628
|
+
"type": {
|
|
1629
|
+
"text": "MainRouterConfig"
|
|
1630
|
+
}
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"kind": "field",
|
|
1634
|
+
"name": "connect",
|
|
1635
|
+
"type": {
|
|
1636
|
+
"text": "Connect"
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"kind": "field",
|
|
1641
|
+
"name": "session",
|
|
1642
|
+
"type": {
|
|
1643
|
+
"text": "Session"
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"kind": "field",
|
|
1648
|
+
"name": "container",
|
|
1649
|
+
"type": {
|
|
1650
|
+
"text": "Container"
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "field",
|
|
1655
|
+
"name": "provider",
|
|
1656
|
+
"type": {
|
|
1657
|
+
"text": "HTMLElement"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "field",
|
|
1662
|
+
"name": "ready",
|
|
1663
|
+
"type": {
|
|
1664
|
+
"text": "boolean"
|
|
1665
|
+
},
|
|
1666
|
+
"default": "false"
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"kind": "method",
|
|
1670
|
+
"name": "onLuminanceToggle"
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"kind": "method",
|
|
1674
|
+
"name": "loadRemotes"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"kind": "method",
|
|
1678
|
+
"name": "selectTemplate"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"kind": "method",
|
|
1682
|
+
"name": "registerDIDependencies",
|
|
1683
|
+
"privacy": "private"
|
|
1684
|
+
}
|
|
1685
|
+
],
|
|
1686
|
+
"superclass": {
|
|
1687
|
+
"name": "FASTElement",
|
|
1688
|
+
"package": "@microsoft/fast-element"
|
|
1689
|
+
},
|
|
1690
|
+
"customElement": true
|
|
1691
|
+
}
|
|
1692
|
+
],
|
|
1693
|
+
"exports": [
|
|
1694
|
+
{
|
|
1695
|
+
"kind": "js",
|
|
1696
|
+
"name": "MainApplication",
|
|
1697
|
+
"declaration": {
|
|
1698
|
+
"name": "MainApplication",
|
|
1699
|
+
"module": "src/main/main.ts"
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"kind": "custom-element-definition",
|
|
1704
|
+
"declaration": {
|
|
1705
|
+
"name": "MainApplication",
|
|
1706
|
+
"module": "src/main/main.ts"
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
]
|
|
1710
|
+
},
|
|
1566
1711
|
{
|
|
1567
1712
|
"kind": "javascript-module",
|
|
1568
1713
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -2596,151 +2741,6 @@
|
|
|
2596
2741
|
}
|
|
2597
2742
|
]
|
|
2598
2743
|
},
|
|
2599
|
-
{
|
|
2600
|
-
"kind": "javascript-module",
|
|
2601
|
-
"path": "src/main/index.ts",
|
|
2602
|
-
"declarations": [],
|
|
2603
|
-
"exports": [
|
|
2604
|
-
{
|
|
2605
|
-
"kind": "js",
|
|
2606
|
-
"name": "*",
|
|
2607
|
-
"declaration": {
|
|
2608
|
-
"name": "*",
|
|
2609
|
-
"package": "./main.template"
|
|
2610
|
-
}
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"kind": "js",
|
|
2614
|
-
"name": "*",
|
|
2615
|
-
"declaration": {
|
|
2616
|
-
"name": "*",
|
|
2617
|
-
"package": "./main"
|
|
2618
|
-
}
|
|
2619
|
-
}
|
|
2620
|
-
]
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"kind": "javascript-module",
|
|
2624
|
-
"path": "src/main/main.styles.ts",
|
|
2625
|
-
"declarations": [
|
|
2626
|
-
{
|
|
2627
|
-
"kind": "variable",
|
|
2628
|
-
"name": "MainStyles",
|
|
2629
|
-
"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`"
|
|
2630
|
-
}
|
|
2631
|
-
],
|
|
2632
|
-
"exports": [
|
|
2633
|
-
{
|
|
2634
|
-
"kind": "js",
|
|
2635
|
-
"name": "MainStyles",
|
|
2636
|
-
"declaration": {
|
|
2637
|
-
"name": "MainStyles",
|
|
2638
|
-
"module": "src/main/main.styles.ts"
|
|
2639
|
-
}
|
|
2640
|
-
}
|
|
2641
|
-
]
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
"kind": "javascript-module",
|
|
2645
|
-
"path": "src/main/main.template.ts",
|
|
2646
|
-
"declarations": [],
|
|
2647
|
-
"exports": []
|
|
2648
|
-
},
|
|
2649
|
-
{
|
|
2650
|
-
"kind": "javascript-module",
|
|
2651
|
-
"path": "src/main/main.ts",
|
|
2652
|
-
"declarations": [
|
|
2653
|
-
{
|
|
2654
|
-
"kind": "class",
|
|
2655
|
-
"description": "",
|
|
2656
|
-
"name": "MainApplication",
|
|
2657
|
-
"members": [
|
|
2658
|
-
{
|
|
2659
|
-
"kind": "field",
|
|
2660
|
-
"name": "config",
|
|
2661
|
-
"type": {
|
|
2662
|
-
"text": "MainRouterConfig"
|
|
2663
|
-
}
|
|
2664
|
-
},
|
|
2665
|
-
{
|
|
2666
|
-
"kind": "field",
|
|
2667
|
-
"name": "connect",
|
|
2668
|
-
"type": {
|
|
2669
|
-
"text": "Connect"
|
|
2670
|
-
}
|
|
2671
|
-
},
|
|
2672
|
-
{
|
|
2673
|
-
"kind": "field",
|
|
2674
|
-
"name": "session",
|
|
2675
|
-
"type": {
|
|
2676
|
-
"text": "Session"
|
|
2677
|
-
}
|
|
2678
|
-
},
|
|
2679
|
-
{
|
|
2680
|
-
"kind": "field",
|
|
2681
|
-
"name": "container",
|
|
2682
|
-
"type": {
|
|
2683
|
-
"text": "Container"
|
|
2684
|
-
}
|
|
2685
|
-
},
|
|
2686
|
-
{
|
|
2687
|
-
"kind": "field",
|
|
2688
|
-
"name": "provider",
|
|
2689
|
-
"type": {
|
|
2690
|
-
"text": "HTMLElement"
|
|
2691
|
-
}
|
|
2692
|
-
},
|
|
2693
|
-
{
|
|
2694
|
-
"kind": "field",
|
|
2695
|
-
"name": "ready",
|
|
2696
|
-
"type": {
|
|
2697
|
-
"text": "boolean"
|
|
2698
|
-
},
|
|
2699
|
-
"default": "false"
|
|
2700
|
-
},
|
|
2701
|
-
{
|
|
2702
|
-
"kind": "method",
|
|
2703
|
-
"name": "onLuminanceToggle"
|
|
2704
|
-
},
|
|
2705
|
-
{
|
|
2706
|
-
"kind": "method",
|
|
2707
|
-
"name": "loadRemotes"
|
|
2708
|
-
},
|
|
2709
|
-
{
|
|
2710
|
-
"kind": "method",
|
|
2711
|
-
"name": "selectTemplate"
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"kind": "method",
|
|
2715
|
-
"name": "registerDIDependencies",
|
|
2716
|
-
"privacy": "private"
|
|
2717
|
-
}
|
|
2718
|
-
],
|
|
2719
|
-
"superclass": {
|
|
2720
|
-
"name": "FASTElement",
|
|
2721
|
-
"package": "@microsoft/fast-element"
|
|
2722
|
-
},
|
|
2723
|
-
"customElement": true
|
|
2724
|
-
}
|
|
2725
|
-
],
|
|
2726
|
-
"exports": [
|
|
2727
|
-
{
|
|
2728
|
-
"kind": "js",
|
|
2729
|
-
"name": "MainApplication",
|
|
2730
|
-
"declaration": {
|
|
2731
|
-
"name": "MainApplication",
|
|
2732
|
-
"module": "src/main/main.ts"
|
|
2733
|
-
}
|
|
2734
|
-
},
|
|
2735
|
-
{
|
|
2736
|
-
"kind": "custom-element-definition",
|
|
2737
|
-
"declaration": {
|
|
2738
|
-
"name": "MainApplication",
|
|
2739
|
-
"module": "src/main/main.ts"
|
|
2740
|
-
}
|
|
2741
|
-
}
|
|
2742
|
-
]
|
|
2743
|
-
},
|
|
2744
2744
|
{
|
|
2745
2745
|
"kind": "javascript-module",
|
|
2746
2746
|
"path": "src/routes/config.ts",
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import { ColDef, GridOptions, SelectionChangedEvent } from '@ag-grid-community/core';
|
|
3
2
|
import { Connect, DatasourceOptions, MessageError } from '@genesislcap/foundation-comms';
|
|
4
3
|
import type { UiSchema } from '@genesislcap/foundation-forms';
|
|
@@ -60,20 +59,15 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
60
59
|
readonly offsetParent: Element;
|
|
61
60
|
readonly offsetTop: number;
|
|
62
61
|
readonly offsetWidth: number;
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
outerText: string;
|
|
63
|
+
spellcheck: boolean; /**
|
|
64
|
+
* Name of the event handler on the Genesis server which handles creating an entity
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
|
-
outerText: string;
|
|
68
|
-
popover: string;
|
|
69
|
-
spellcheck: boolean;
|
|
70
67
|
title: string;
|
|
71
68
|
translate: boolean;
|
|
72
69
|
attachInternals(): ElementInternals;
|
|
73
70
|
click(): void;
|
|
74
|
-
hidePopover(): void;
|
|
75
|
-
showPopover(): void;
|
|
76
|
-
togglePopover(force?: boolean): boolean;
|
|
77
71
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
78
72
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
79
73
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -94,24 +88,20 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
94
88
|
readonly ownerDocument: Document;
|
|
95
89
|
readonly part: DOMTokenList;
|
|
96
90
|
readonly prefix: string;
|
|
97
|
-
readonly scrollHeight: number;
|
|
98
|
-
* If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.
|
|
99
|
-
* By default `grid-pro-client-side-datasource` will be used.
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
91
|
+
readonly scrollHeight: number;
|
|
102
92
|
scrollLeft: number;
|
|
103
93
|
scrollTop: number;
|
|
104
94
|
readonly scrollWidth: number;
|
|
105
|
-
readonly shadowRoot: ShadowRoot;
|
|
95
|
+
readonly shadowRoot: ShadowRoot; /**
|
|
96
|
+
* If true, will enable row flashing for all rows for `add` transactions
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
106
99
|
slot: string;
|
|
107
100
|
readonly tagName: string;
|
|
108
101
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
109
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
110
102
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
111
103
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
112
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
113
104
|
closest<E extends Element = Element>(selectors: string): E;
|
|
114
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
115
105
|
getAttribute(qualifiedName: string): string;
|
|
116
106
|
getAttributeNS(namespace: string, localName: string): string;
|
|
117
107
|
getAttributeNames(): string[];
|
|
@@ -120,14 +110,11 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
120
110
|
getBoundingClientRect(): DOMRect;
|
|
121
111
|
getClientRects(): DOMRectList;
|
|
122
112
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
123
|
-
getElementsByTagName<
|
|
124
|
-
getElementsByTagName<
|
|
125
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
126
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
113
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
114
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
127
115
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
128
116
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
129
117
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
130
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
131
118
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
132
119
|
hasAttribute(qualifiedName: string): boolean;
|
|
133
120
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -155,10 +142,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
155
142
|
setAttributeNode(attr: Attr): Attr;
|
|
156
143
|
setAttributeNodeNS(attr: Attr): Attr;
|
|
157
144
|
setPointerCapture(pointerId: number): void;
|
|
158
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
159
|
-
* Hides edit button
|
|
160
|
-
* @public
|
|
161
|
-
*/
|
|
145
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
162
146
|
webkitMatchesSelector(selectors: string): boolean;
|
|
163
147
|
readonly baseURI: string;
|
|
164
148
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
@@ -169,22 +153,18 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
169
153
|
readonly nodeName: string;
|
|
170
154
|
readonly nodeType: number;
|
|
171
155
|
nodeValue: string;
|
|
172
|
-
readonly parentElement: HTMLElement;
|
|
173
|
-
* The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.
|
|
174
|
-
* @remarks Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.
|
|
175
|
-
* @public
|
|
176
|
-
*/
|
|
156
|
+
readonly parentElement: HTMLElement;
|
|
177
157
|
readonly parentNode: ParentNode;
|
|
178
158
|
readonly previousSibling: ChildNode;
|
|
179
159
|
textContent: string;
|
|
180
160
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
161
|
+
/**
|
|
162
|
+
* @internal
|
|
163
|
+
*/
|
|
181
164
|
compareDocumentPosition(other: Node): number;
|
|
182
165
|
contains(other: Node): boolean;
|
|
183
166
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
184
|
-
hasChildNodes(): boolean;
|
|
185
|
-
* Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid
|
|
186
|
-
* * @public
|
|
187
|
-
*/
|
|
167
|
+
hasChildNodes(): boolean;
|
|
188
168
|
insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
|
|
189
169
|
isDefaultNamespace(namespace: string): boolean;
|
|
190
170
|
isEqualNode(otherNode: Node): boolean;
|
|
@@ -194,50 +174,43 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
194
174
|
normalize(): void;
|
|
195
175
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
196
176
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
197
|
-
readonly
|
|
198
|
-
readonly
|
|
199
|
-
readonly
|
|
200
|
-
|
|
177
|
+
readonly ATTRIBUTE_NODE: number;
|
|
178
|
+
readonly CDATA_SECTION_NODE: number;
|
|
179
|
+
readonly COMMENT_NODE: number;
|
|
180
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
181
|
+
readonly DOCUMENT_NODE: number;
|
|
182
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
183
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
184
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
185
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
186
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
187
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
188
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
189
|
+
readonly ELEMENT_NODE: number;
|
|
190
|
+
readonly ENTITY_NODE: number;
|
|
191
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
192
|
+
readonly NOTATION_NODE: number;
|
|
193
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
194
|
+
readonly TEXT_NODE: number;
|
|
195
|
+
dispatchEvent(event: Event): boolean; /**
|
|
196
|
+
* Determines where the buttons will appear
|
|
201
197
|
* @public
|
|
202
198
|
*/
|
|
203
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
204
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
205
|
-
readonly ENTITY_NODE: 6;
|
|
206
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
207
|
-
readonly COMMENT_NODE: 8;
|
|
208
|
-
readonly DOCUMENT_NODE: 9;
|
|
209
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
210
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
211
|
-
readonly NOTATION_NODE: 12;
|
|
212
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1; /**
|
|
213
|
-
* The helper function to determine the title of the modal form or button based on the action or type
|
|
214
|
-
* @param actionOrType - The crud action or modal form type
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
218
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
219
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
220
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
221
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
222
|
-
dispatchEvent(event: Event): boolean;
|
|
223
199
|
ariaAtomic: string;
|
|
224
200
|
ariaAutoComplete: string;
|
|
225
201
|
ariaBusy: string;
|
|
226
202
|
ariaChecked: string;
|
|
227
203
|
ariaColCount: string;
|
|
228
204
|
ariaColIndex: string;
|
|
205
|
+
ariaColIndexText: string;
|
|
229
206
|
ariaColSpan: string;
|
|
230
207
|
ariaCurrent: string;
|
|
231
|
-
ariaDescription: string;
|
|
232
208
|
ariaDisabled: string;
|
|
233
209
|
ariaExpanded: string;
|
|
234
210
|
ariaHasPopup: string;
|
|
235
211
|
ariaHidden: string;
|
|
236
212
|
ariaInvalid: string;
|
|
237
|
-
ariaKeyShortcuts: string;
|
|
238
|
-
* Determines whether the button edit should be hidden in the column
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
213
|
+
ariaKeyShortcuts: string;
|
|
241
214
|
ariaLabel: string;
|
|
242
215
|
ariaLevel: string;
|
|
243
216
|
ariaLive: string;
|
|
@@ -253,6 +226,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
253
226
|
ariaRoleDescription: string;
|
|
254
227
|
ariaRowCount: string;
|
|
255
228
|
ariaRowIndex: string;
|
|
229
|
+
ariaRowIndexText: string;
|
|
256
230
|
ariaRowSpan: string;
|
|
257
231
|
ariaSelected: string;
|
|
258
232
|
ariaSetSize: string;
|
|
@@ -277,19 +251,17 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
277
251
|
readonly lastElementChild: Element;
|
|
278
252
|
append(...nodes: (string | Node)[]): void;
|
|
279
253
|
prepend(...nodes: (string | Node)[]): void;
|
|
280
|
-
querySelector<
|
|
281
|
-
querySelector<
|
|
282
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
283
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
254
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
255
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
284
256
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
285
|
-
querySelectorAll<
|
|
286
|
-
querySelectorAll<
|
|
287
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
288
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
257
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
258
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
289
259
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
290
260
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
291
261
|
readonly assignedSlot: HTMLSlotElement;
|
|
292
|
-
|
|
262
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
263
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
264
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
293
265
|
readonly style: CSSStyleDeclaration;
|
|
294
266
|
contentEditable: string;
|
|
295
267
|
enterKeyHint: string;
|
|
@@ -302,7 +274,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
302
274
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
303
275
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
304
276
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
305
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
306
277
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
307
278
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
308
279
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -311,9 +282,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
311
282
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
312
283
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
313
284
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
314
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
315
285
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
316
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
317
286
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
318
287
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
319
288
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -346,13 +315,16 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
346
315
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
347
316
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
348
317
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
349
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
350
318
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
351
319
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
352
320
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
353
321
|
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
354
322
|
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
355
|
-
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
323
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any; /**
|
|
324
|
+
* Show the entity create form
|
|
325
|
+
* Sets the initial value on the form to be defaultEntityValues if present.
|
|
326
|
+
* @internal
|
|
327
|
+
*/
|
|
356
328
|
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
357
329
|
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
358
330
|
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
@@ -363,7 +335,6 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
363
335
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
364
336
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
365
337
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
366
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
367
338
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
368
339
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
369
340
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
|