@genesislcap/foundation-entity-management 14.177.0 → 14.177.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 +171 -165
- package/dist/dts/entities/entities.d.ts +18 -28
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/dts/list/list.d.ts +334 -2
- package/dist/dts/list/list.d.ts.map +1 -1
- package/dist/dts/users/users.d.ts +14 -6
- package/dist/dts/users/users.d.ts.map +1 -1
- package/dist/esm/entities/entities.js +14 -1
- package/dist/esm/list/list.js +18 -7
- package/dist/esm/users/users.js +16 -1
- package/dist/foundation-entity-management.api.json +72 -0
- package/dist/foundation-entity-management.d.ts +32 -34
- package/docs/api/foundation-entity-management.entitymanagement.disconnectedcallback.md +15 -0
- package/docs/api/foundation-entity-management.entitymanagement.md +1 -0
- package/docs/api/foundation-entity-management.users.disconnectedcallback.md +15 -0
- package/docs/api/foundation-entity-management.users.md +1 -0
- package/docs/api-report.md +4 -0
- package/package.json +21 -21
|
@@ -880,55 +880,6 @@
|
|
|
880
880
|
}
|
|
881
881
|
]
|
|
882
882
|
},
|
|
883
|
-
{
|
|
884
|
-
"kind": "javascript-module",
|
|
885
|
-
"path": "src/layouts/default.ts",
|
|
886
|
-
"declarations": [
|
|
887
|
-
{
|
|
888
|
-
"kind": "variable",
|
|
889
|
-
"name": "loginLayout",
|
|
890
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
891
|
-
},
|
|
892
|
-
{
|
|
893
|
-
"kind": "variable",
|
|
894
|
-
"name": "defaultLayout",
|
|
895
|
-
"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)"
|
|
896
|
-
}
|
|
897
|
-
],
|
|
898
|
-
"exports": [
|
|
899
|
-
{
|
|
900
|
-
"kind": "js",
|
|
901
|
-
"name": "loginLayout",
|
|
902
|
-
"declaration": {
|
|
903
|
-
"name": "loginLayout",
|
|
904
|
-
"module": "src/layouts/default.ts"
|
|
905
|
-
}
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"kind": "js",
|
|
909
|
-
"name": "defaultLayout",
|
|
910
|
-
"declaration": {
|
|
911
|
-
"name": "defaultLayout",
|
|
912
|
-
"module": "src/layouts/default.ts"
|
|
913
|
-
}
|
|
914
|
-
}
|
|
915
|
-
]
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"kind": "javascript-module",
|
|
919
|
-
"path": "src/layouts/index.ts",
|
|
920
|
-
"declarations": [],
|
|
921
|
-
"exports": [
|
|
922
|
-
{
|
|
923
|
-
"kind": "js",
|
|
924
|
-
"name": "*",
|
|
925
|
-
"declaration": {
|
|
926
|
-
"name": "*",
|
|
927
|
-
"package": "./default"
|
|
928
|
-
}
|
|
929
|
-
}
|
|
930
|
-
]
|
|
931
|
-
},
|
|
932
883
|
{
|
|
933
884
|
"kind": "javascript-module",
|
|
934
885
|
"path": "src/list/index.ts",
|
|
@@ -1359,6 +1310,12 @@
|
|
|
1359
1310
|
"fieldName": "headerCaseType"
|
|
1360
1311
|
}
|
|
1361
1312
|
],
|
|
1313
|
+
"mixins": [
|
|
1314
|
+
{
|
|
1315
|
+
"name": "LifecycleMixin",
|
|
1316
|
+
"package": "@genesislcap/foundation-utils"
|
|
1317
|
+
}
|
|
1318
|
+
],
|
|
1362
1319
|
"superclass": {
|
|
1363
1320
|
"name": "FASTElement",
|
|
1364
1321
|
"package": "@microsoft/fast-element"
|
|
@@ -1386,6 +1343,55 @@
|
|
|
1386
1343
|
}
|
|
1387
1344
|
]
|
|
1388
1345
|
},
|
|
1346
|
+
{
|
|
1347
|
+
"kind": "javascript-module",
|
|
1348
|
+
"path": "src/layouts/default.ts",
|
|
1349
|
+
"declarations": [
|
|
1350
|
+
{
|
|
1351
|
+
"kind": "variable",
|
|
1352
|
+
"name": "loginLayout",
|
|
1353
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"kind": "variable",
|
|
1357
|
+
"name": "defaultLayout",
|
|
1358
|
+
"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)"
|
|
1359
|
+
}
|
|
1360
|
+
],
|
|
1361
|
+
"exports": [
|
|
1362
|
+
{
|
|
1363
|
+
"kind": "js",
|
|
1364
|
+
"name": "loginLayout",
|
|
1365
|
+
"declaration": {
|
|
1366
|
+
"name": "loginLayout",
|
|
1367
|
+
"module": "src/layouts/default.ts"
|
|
1368
|
+
}
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"kind": "js",
|
|
1372
|
+
"name": "defaultLayout",
|
|
1373
|
+
"declaration": {
|
|
1374
|
+
"name": "defaultLayout",
|
|
1375
|
+
"module": "src/layouts/default.ts"
|
|
1376
|
+
}
|
|
1377
|
+
}
|
|
1378
|
+
]
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"kind": "javascript-module",
|
|
1382
|
+
"path": "src/layouts/index.ts",
|
|
1383
|
+
"declarations": [],
|
|
1384
|
+
"exports": [
|
|
1385
|
+
{
|
|
1386
|
+
"kind": "js",
|
|
1387
|
+
"name": "*",
|
|
1388
|
+
"declaration": {
|
|
1389
|
+
"name": "*",
|
|
1390
|
+
"package": "./default"
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
]
|
|
1394
|
+
},
|
|
1389
1395
|
{
|
|
1390
1396
|
"kind": "javascript-module",
|
|
1391
1397
|
"path": "src/main/index.ts",
|
|
@@ -2569,122 +2575,6 @@
|
|
|
2569
2575
|
}
|
|
2570
2576
|
]
|
|
2571
2577
|
},
|
|
2572
|
-
{
|
|
2573
|
-
"kind": "javascript-module",
|
|
2574
|
-
"path": "src/utils/formatting.ts",
|
|
2575
|
-
"declarations": [
|
|
2576
|
-
{
|
|
2577
|
-
"kind": "function",
|
|
2578
|
-
"name": "getErrorFormat",
|
|
2579
|
-
"parameters": [
|
|
2580
|
-
{
|
|
2581
|
-
"name": "err"
|
|
2582
|
-
}
|
|
2583
|
-
],
|
|
2584
|
-
"description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
|
|
2585
|
-
"privacy": "public"
|
|
2586
|
-
}
|
|
2587
|
-
],
|
|
2588
|
-
"exports": [
|
|
2589
|
-
{
|
|
2590
|
-
"kind": "js",
|
|
2591
|
-
"name": "getErrorFormat",
|
|
2592
|
-
"declaration": {
|
|
2593
|
-
"name": "getErrorFormat",
|
|
2594
|
-
"module": "src/utils/formatting.ts"
|
|
2595
|
-
}
|
|
2596
|
-
}
|
|
2597
|
-
]
|
|
2598
|
-
},
|
|
2599
|
-
{
|
|
2600
|
-
"kind": "javascript-module",
|
|
2601
|
-
"path": "src/utils/index.ts",
|
|
2602
|
-
"declarations": [],
|
|
2603
|
-
"exports": [
|
|
2604
|
-
{
|
|
2605
|
-
"kind": "js",
|
|
2606
|
-
"name": "*",
|
|
2607
|
-
"declaration": {
|
|
2608
|
-
"name": "*",
|
|
2609
|
-
"package": "./formatting"
|
|
2610
|
-
}
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"kind": "js",
|
|
2614
|
-
"name": "*",
|
|
2615
|
-
"declaration": {
|
|
2616
|
-
"name": "*",
|
|
2617
|
-
"package": "./logger"
|
|
2618
|
-
}
|
|
2619
|
-
},
|
|
2620
|
-
{
|
|
2621
|
-
"kind": "js",
|
|
2622
|
-
"name": "*",
|
|
2623
|
-
"declaration": {
|
|
2624
|
-
"name": "*",
|
|
2625
|
-
"package": "./renderer"
|
|
2626
|
-
}
|
|
2627
|
-
}
|
|
2628
|
-
]
|
|
2629
|
-
},
|
|
2630
|
-
{
|
|
2631
|
-
"kind": "javascript-module",
|
|
2632
|
-
"path": "src/utils/logger.ts",
|
|
2633
|
-
"declarations": [
|
|
2634
|
-
{
|
|
2635
|
-
"kind": "variable",
|
|
2636
|
-
"name": "logger",
|
|
2637
|
-
"privacy": "public"
|
|
2638
|
-
}
|
|
2639
|
-
],
|
|
2640
|
-
"exports": [
|
|
2641
|
-
{
|
|
2642
|
-
"kind": "js",
|
|
2643
|
-
"name": "logger",
|
|
2644
|
-
"declaration": {
|
|
2645
|
-
"name": "logger",
|
|
2646
|
-
"module": "src/utils/logger.ts"
|
|
2647
|
-
}
|
|
2648
|
-
}
|
|
2649
|
-
]
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"kind": "javascript-module",
|
|
2653
|
-
"path": "src/utils/renderer.ts",
|
|
2654
|
-
"declarations": [
|
|
2655
|
-
{
|
|
2656
|
-
"kind": "function",
|
|
2657
|
-
"name": "buttonCellRenderer",
|
|
2658
|
-
"return": {
|
|
2659
|
-
"type": {
|
|
2660
|
-
"text": "ColDef"
|
|
2661
|
-
}
|
|
2662
|
-
},
|
|
2663
|
-
"parameters": [
|
|
2664
|
-
{
|
|
2665
|
-
"name": "title"
|
|
2666
|
-
},
|
|
2667
|
-
{
|
|
2668
|
-
"name": "clickHandler"
|
|
2669
|
-
},
|
|
2670
|
-
{
|
|
2671
|
-
"name": "contentTemplate"
|
|
2672
|
-
}
|
|
2673
|
-
],
|
|
2674
|
-
"privacy": "public"
|
|
2675
|
-
}
|
|
2676
|
-
],
|
|
2677
|
-
"exports": [
|
|
2678
|
-
{
|
|
2679
|
-
"kind": "js",
|
|
2680
|
-
"name": "buttonCellRenderer",
|
|
2681
|
-
"declaration": {
|
|
2682
|
-
"name": "buttonCellRenderer",
|
|
2683
|
-
"module": "src/utils/renderer.ts"
|
|
2684
|
-
}
|
|
2685
|
-
}
|
|
2686
|
-
]
|
|
2687
|
-
},
|
|
2688
2578
|
{
|
|
2689
2579
|
"kind": "javascript-module",
|
|
2690
2580
|
"path": "src/users/users.template.ts",
|
|
@@ -2913,6 +2803,122 @@
|
|
|
2913
2803
|
}
|
|
2914
2804
|
]
|
|
2915
2805
|
},
|
|
2806
|
+
{
|
|
2807
|
+
"kind": "javascript-module",
|
|
2808
|
+
"path": "src/utils/formatting.ts",
|
|
2809
|
+
"declarations": [
|
|
2810
|
+
{
|
|
2811
|
+
"kind": "function",
|
|
2812
|
+
"name": "getErrorFormat",
|
|
2813
|
+
"parameters": [
|
|
2814
|
+
{
|
|
2815
|
+
"name": "err"
|
|
2816
|
+
}
|
|
2817
|
+
],
|
|
2818
|
+
"description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
|
|
2819
|
+
"privacy": "public"
|
|
2820
|
+
}
|
|
2821
|
+
],
|
|
2822
|
+
"exports": [
|
|
2823
|
+
{
|
|
2824
|
+
"kind": "js",
|
|
2825
|
+
"name": "getErrorFormat",
|
|
2826
|
+
"declaration": {
|
|
2827
|
+
"name": "getErrorFormat",
|
|
2828
|
+
"module": "src/utils/formatting.ts"
|
|
2829
|
+
}
|
|
2830
|
+
}
|
|
2831
|
+
]
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"kind": "javascript-module",
|
|
2835
|
+
"path": "src/utils/index.ts",
|
|
2836
|
+
"declarations": [],
|
|
2837
|
+
"exports": [
|
|
2838
|
+
{
|
|
2839
|
+
"kind": "js",
|
|
2840
|
+
"name": "*",
|
|
2841
|
+
"declaration": {
|
|
2842
|
+
"name": "*",
|
|
2843
|
+
"package": "./formatting"
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"kind": "js",
|
|
2848
|
+
"name": "*",
|
|
2849
|
+
"declaration": {
|
|
2850
|
+
"name": "*",
|
|
2851
|
+
"package": "./logger"
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"kind": "js",
|
|
2856
|
+
"name": "*",
|
|
2857
|
+
"declaration": {
|
|
2858
|
+
"name": "*",
|
|
2859
|
+
"package": "./renderer"
|
|
2860
|
+
}
|
|
2861
|
+
}
|
|
2862
|
+
]
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"kind": "javascript-module",
|
|
2866
|
+
"path": "src/utils/logger.ts",
|
|
2867
|
+
"declarations": [
|
|
2868
|
+
{
|
|
2869
|
+
"kind": "variable",
|
|
2870
|
+
"name": "logger",
|
|
2871
|
+
"privacy": "public"
|
|
2872
|
+
}
|
|
2873
|
+
],
|
|
2874
|
+
"exports": [
|
|
2875
|
+
{
|
|
2876
|
+
"kind": "js",
|
|
2877
|
+
"name": "logger",
|
|
2878
|
+
"declaration": {
|
|
2879
|
+
"name": "logger",
|
|
2880
|
+
"module": "src/utils/logger.ts"
|
|
2881
|
+
}
|
|
2882
|
+
}
|
|
2883
|
+
]
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"kind": "javascript-module",
|
|
2887
|
+
"path": "src/utils/renderer.ts",
|
|
2888
|
+
"declarations": [
|
|
2889
|
+
{
|
|
2890
|
+
"kind": "function",
|
|
2891
|
+
"name": "buttonCellRenderer",
|
|
2892
|
+
"return": {
|
|
2893
|
+
"type": {
|
|
2894
|
+
"text": "ColDef"
|
|
2895
|
+
}
|
|
2896
|
+
},
|
|
2897
|
+
"parameters": [
|
|
2898
|
+
{
|
|
2899
|
+
"name": "title"
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"name": "clickHandler"
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"name": "contentTemplate"
|
|
2906
|
+
}
|
|
2907
|
+
],
|
|
2908
|
+
"privacy": "public"
|
|
2909
|
+
}
|
|
2910
|
+
],
|
|
2911
|
+
"exports": [
|
|
2912
|
+
{
|
|
2913
|
+
"kind": "js",
|
|
2914
|
+
"name": "buttonCellRenderer",
|
|
2915
|
+
"declaration": {
|
|
2916
|
+
"name": "buttonCellRenderer",
|
|
2917
|
+
"module": "src/utils/renderer.ts"
|
|
2918
|
+
}
|
|
2919
|
+
}
|
|
2920
|
+
]
|
|
2921
|
+
},
|
|
2916
2922
|
{
|
|
2917
2923
|
"kind": "javascript-module",
|
|
2918
2924
|
"path": "src/routes/demo/entity-management.template.ts",
|
|
@@ -68,10 +68,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
68
68
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
69
69
|
readonly attributes: NamedNodeMap;
|
|
70
70
|
readonly classList: DOMTokenList;
|
|
71
|
-
className: string;
|
|
72
|
-
* Array which holds the column definitions.
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
71
|
+
className: string;
|
|
75
72
|
readonly clientHeight: number;
|
|
76
73
|
readonly clientLeft: number;
|
|
77
74
|
readonly clientTop: number;
|
|
@@ -113,7 +110,11 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
113
110
|
hasAttribute(qualifiedName: string): boolean;
|
|
114
111
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
115
112
|
hasAttributes(): boolean;
|
|
116
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
113
|
+
hasPointerCapture(pointerId: number): boolean; /**
|
|
114
|
+
* The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.
|
|
115
|
+
* @remarks Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
117
118
|
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
118
119
|
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
119
120
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
@@ -122,10 +123,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
122
123
|
removeAttribute(qualifiedName: string): void;
|
|
123
124
|
removeAttributeNS(namespace: string, localName: string): void;
|
|
124
125
|
removeAttributeNode(attr: Attr): Attr;
|
|
125
|
-
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
126
|
-
* Set up the web component
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
126
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
129
127
|
requestPointerLock(): void;
|
|
130
128
|
scroll(options?: ScrollToOptions): void;
|
|
131
129
|
scroll(x: number, y: number): void;
|
|
@@ -187,14 +185,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
187
185
|
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
188
186
|
readonly TEXT_NODE: number;
|
|
189
187
|
dispatchEvent(event: Event): boolean;
|
|
190
|
-
ariaAtomic: string;
|
|
191
|
-
* Event handler for when the user submits the action for the currently open form, either editing or adding the entity
|
|
192
|
-
*
|
|
193
|
-
* @param e - CustomEvent which contains the payload for the entity to submit to the backend
|
|
194
|
-
*
|
|
195
|
-
* Emits an event upon error
|
|
196
|
-
* @public
|
|
197
|
-
*/
|
|
188
|
+
ariaAtomic: string;
|
|
198
189
|
ariaAutoComplete: string;
|
|
199
190
|
ariaBusy: string;
|
|
200
191
|
ariaChecked: string;
|
|
@@ -202,17 +193,18 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
202
193
|
ariaColIndex: string;
|
|
203
194
|
ariaColIndexText: string;
|
|
204
195
|
ariaColSpan: string;
|
|
205
|
-
ariaCurrent: string;
|
|
196
|
+
ariaCurrent: string; /**
|
|
197
|
+
* Event handler for when the user submits the action for the currently open form, either editing or adding the entity
|
|
198
|
+
*
|
|
199
|
+
* @param e - CustomEvent which contains the payload for the entity to submit to the backend
|
|
200
|
+
*
|
|
201
|
+
* Emits an event upon error
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
206
204
|
ariaDisabled: string;
|
|
207
205
|
ariaExpanded: string;
|
|
208
206
|
ariaHasPopup: string;
|
|
209
207
|
ariaHidden: string;
|
|
210
|
-
/**
|
|
211
|
-
* Updates the reference to the current entity stored in the class. Added as an event listener on the class when receiving the `rowSelected` event.
|
|
212
|
-
*
|
|
213
|
-
* @param e - CustomEvent which contains data about the selected entity. If the row is not selected then the reference will be set to an empty object.
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
208
|
ariaInvalid: string;
|
|
217
209
|
ariaKeyShortcuts: string;
|
|
218
210
|
ariaLabel: string;
|
|
@@ -308,10 +300,7 @@ declare const EntityManagement_base: (new (...args: any[]) => {
|
|
|
308
300
|
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
309
301
|
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
310
302
|
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
311
|
-
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
312
|
-
* Show notifications if the executed event returned an error.
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
303
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
315
304
|
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
316
305
|
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
317
306
|
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
@@ -585,6 +574,7 @@ export declare class EntityManagement extends EntityManagement_base {
|
|
|
585
574
|
* @internal
|
|
586
575
|
*/
|
|
587
576
|
connectedCallback(): Promise<void>;
|
|
577
|
+
disconnectedCallback(): Promise<void>;
|
|
588
578
|
/**
|
|
589
579
|
* Gets the default searchBarConfig if the user has not created their own.
|
|
590
580
|
* @internal
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAkB,MAAM,+BAA+B,CAAC;AAC3F,OAAO,EAAa,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EACL,eAAe,EAGf,cAAc,EACf,MAAM,4BAA4B,CAAC;AAEpC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
|