@genesislcap/foundation-entity-management 14.387.2 → 14.388.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.
|
@@ -89,6 +89,41 @@
|
|
|
89
89
|
}
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
|
+
{
|
|
93
|
+
"kind": "javascript-module",
|
|
94
|
+
"path": "src/components/components.ts",
|
|
95
|
+
"declarations": [
|
|
96
|
+
{
|
|
97
|
+
"kind": "function",
|
|
98
|
+
"name": "loadRemotes"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"exports": [
|
|
102
|
+
{
|
|
103
|
+
"kind": "js",
|
|
104
|
+
"name": "loadRemotes",
|
|
105
|
+
"declaration": {
|
|
106
|
+
"name": "loadRemotes",
|
|
107
|
+
"module": "src/components/components.ts"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"kind": "javascript-module",
|
|
114
|
+
"path": "src/components/index.ts",
|
|
115
|
+
"declarations": [],
|
|
116
|
+
"exports": [
|
|
117
|
+
{
|
|
118
|
+
"kind": "js",
|
|
119
|
+
"name": "*",
|
|
120
|
+
"declaration": {
|
|
121
|
+
"name": "*",
|
|
122
|
+
"package": "./components"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
]
|
|
126
|
+
},
|
|
92
127
|
{
|
|
93
128
|
"kind": "javascript-module",
|
|
94
129
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -2590,41 +2625,6 @@
|
|
|
2590
2625
|
}
|
|
2591
2626
|
]
|
|
2592
2627
|
},
|
|
2593
|
-
{
|
|
2594
|
-
"kind": "javascript-module",
|
|
2595
|
-
"path": "src/components/components.ts",
|
|
2596
|
-
"declarations": [
|
|
2597
|
-
{
|
|
2598
|
-
"kind": "function",
|
|
2599
|
-
"name": "loadRemotes"
|
|
2600
|
-
}
|
|
2601
|
-
],
|
|
2602
|
-
"exports": [
|
|
2603
|
-
{
|
|
2604
|
-
"kind": "js",
|
|
2605
|
-
"name": "loadRemotes",
|
|
2606
|
-
"declaration": {
|
|
2607
|
-
"name": "loadRemotes",
|
|
2608
|
-
"module": "src/components/components.ts"
|
|
2609
|
-
}
|
|
2610
|
-
}
|
|
2611
|
-
]
|
|
2612
|
-
},
|
|
2613
|
-
{
|
|
2614
|
-
"kind": "javascript-module",
|
|
2615
|
-
"path": "src/components/index.ts",
|
|
2616
|
-
"declarations": [],
|
|
2617
|
-
"exports": [
|
|
2618
|
-
{
|
|
2619
|
-
"kind": "js",
|
|
2620
|
-
"name": "*",
|
|
2621
|
-
"declaration": {
|
|
2622
|
-
"name": "*",
|
|
2623
|
-
"package": "./components"
|
|
2624
|
-
}
|
|
2625
|
-
}
|
|
2626
|
-
]
|
|
2627
|
-
},
|
|
2628
2628
|
{
|
|
2629
2629
|
"kind": "javascript-module",
|
|
2630
2630
|
"path": "src/list/index.ts",
|
|
@@ -3324,6 +3324,55 @@
|
|
|
3324
3324
|
}
|
|
3325
3325
|
]
|
|
3326
3326
|
},
|
|
3327
|
+
{
|
|
3328
|
+
"kind": "javascript-module",
|
|
3329
|
+
"path": "src/layouts/default.ts",
|
|
3330
|
+
"declarations": [
|
|
3331
|
+
{
|
|
3332
|
+
"kind": "variable",
|
|
3333
|
+
"name": "loginLayout",
|
|
3334
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"kind": "variable",
|
|
3338
|
+
"name": "defaultLayout",
|
|
3339
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
3340
|
+
}
|
|
3341
|
+
],
|
|
3342
|
+
"exports": [
|
|
3343
|
+
{
|
|
3344
|
+
"kind": "js",
|
|
3345
|
+
"name": "loginLayout",
|
|
3346
|
+
"declaration": {
|
|
3347
|
+
"name": "loginLayout",
|
|
3348
|
+
"module": "src/layouts/default.ts"
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"kind": "js",
|
|
3353
|
+
"name": "defaultLayout",
|
|
3354
|
+
"declaration": {
|
|
3355
|
+
"name": "defaultLayout",
|
|
3356
|
+
"module": "src/layouts/default.ts"
|
|
3357
|
+
}
|
|
3358
|
+
}
|
|
3359
|
+
]
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"kind": "javascript-module",
|
|
3363
|
+
"path": "src/layouts/index.ts",
|
|
3364
|
+
"declarations": [],
|
|
3365
|
+
"exports": [
|
|
3366
|
+
{
|
|
3367
|
+
"kind": "js",
|
|
3368
|
+
"name": "*",
|
|
3369
|
+
"declaration": {
|
|
3370
|
+
"name": "*",
|
|
3371
|
+
"package": "./default"
|
|
3372
|
+
}
|
|
3373
|
+
}
|
|
3374
|
+
]
|
|
3375
|
+
},
|
|
3327
3376
|
{
|
|
3328
3377
|
"kind": "javascript-module",
|
|
3329
3378
|
"path": "src/main/index.ts",
|
|
@@ -3468,55 +3517,6 @@
|
|
|
3468
3517
|
}
|
|
3469
3518
|
]
|
|
3470
3519
|
},
|
|
3471
|
-
{
|
|
3472
|
-
"kind": "javascript-module",
|
|
3473
|
-
"path": "src/layouts/default.ts",
|
|
3474
|
-
"declarations": [
|
|
3475
|
-
{
|
|
3476
|
-
"kind": "variable",
|
|
3477
|
-
"name": "loginLayout",
|
|
3478
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"kind": "variable",
|
|
3482
|
-
"name": "defaultLayout",
|
|
3483
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
3484
|
-
}
|
|
3485
|
-
],
|
|
3486
|
-
"exports": [
|
|
3487
|
-
{
|
|
3488
|
-
"kind": "js",
|
|
3489
|
-
"name": "loginLayout",
|
|
3490
|
-
"declaration": {
|
|
3491
|
-
"name": "loginLayout",
|
|
3492
|
-
"module": "src/layouts/default.ts"
|
|
3493
|
-
}
|
|
3494
|
-
},
|
|
3495
|
-
{
|
|
3496
|
-
"kind": "js",
|
|
3497
|
-
"name": "defaultLayout",
|
|
3498
|
-
"declaration": {
|
|
3499
|
-
"name": "defaultLayout",
|
|
3500
|
-
"module": "src/layouts/default.ts"
|
|
3501
|
-
}
|
|
3502
|
-
}
|
|
3503
|
-
]
|
|
3504
|
-
},
|
|
3505
|
-
{
|
|
3506
|
-
"kind": "javascript-module",
|
|
3507
|
-
"path": "src/layouts/index.ts",
|
|
3508
|
-
"declarations": [],
|
|
3509
|
-
"exports": [
|
|
3510
|
-
{
|
|
3511
|
-
"kind": "js",
|
|
3512
|
-
"name": "*",
|
|
3513
|
-
"declaration": {
|
|
3514
|
-
"name": "*",
|
|
3515
|
-
"package": "./default"
|
|
3516
|
-
}
|
|
3517
|
-
}
|
|
3518
|
-
]
|
|
3519
|
-
},
|
|
3520
3520
|
{
|
|
3521
3521
|
"kind": "javascript-module",
|
|
3522
3522
|
"path": "src/routes/config.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.template.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.template.ts"],"names":[],"mappings":"AAKA,OAAO,EAAiB,gBAAgB,EAAc,MAAM,UAAU,CAAC;AACvE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"entities.template.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.template.ts"],"names":[],"mappings":"AAKA,OAAO,EAAiB,gBAAgB,EAAc,MAAM,UAAU,CAAC;AACvE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAuEnD;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAC9B,QAAQ,MAAM,EACd,UAAU,gBAAgB,0EAmD3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,GAAI,QAAQ,MAAM,0EAiBpD,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,0EAQ1C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,QAAQ,MAAM,0EAY5C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,GAAI,QAAQ,MAAM,0EAwBlD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,GAAI,QAAQ,MAAM,0EA8GjD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,QAAQ,uEAEpB,CAAC"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { Form } from '@genesislcap/foundation-forms';
|
|
2
|
-
import { sync } from '@genesislcap/foundation-utils';
|
|
2
|
+
import { avoidTreeShaking, sync } from '@genesislcap/foundation-utils';
|
|
3
3
|
import { html, ref, when, repeat } from '@genesislcap/web-core';
|
|
4
4
|
import { List } from '../list';
|
|
5
5
|
import { ModalFormType, CrudMenuPosition, CrudAction } from '../types';
|
|
6
|
-
List;
|
|
7
|
-
Form;
|
|
6
|
+
avoidTreeShaking(List, Form);
|
|
8
7
|
/**
|
|
9
8
|
* Custom action button template for a specific position
|
|
10
9
|
*/
|
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.
|
|
4
|
+
"version": "14.388.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -42,7 +42,9 @@
|
|
|
42
42
|
"test:unit:browser": "genx test --browser",
|
|
43
43
|
"test:unit:browser:watch": "genx test --browser --watch",
|
|
44
44
|
"test:unit:watch": "genx test --watch",
|
|
45
|
-
"test:debug": "genx test --debug"
|
|
45
|
+
"test:debug": "genx test --debug",
|
|
46
|
+
"lint": "genx lint --profile",
|
|
47
|
+
"lint:fix": "genx lint --fix"
|
|
46
48
|
},
|
|
47
49
|
"madge": {
|
|
48
50
|
"detectiveOptions": {
|
|
@@ -52,31 +54,31 @@
|
|
|
52
54
|
}
|
|
53
55
|
},
|
|
54
56
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.388.1",
|
|
58
|
+
"@genesislcap/genx": "14.388.1",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.388.1",
|
|
60
|
+
"@genesislcap/ts-builder": "14.388.1",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.388.1",
|
|
62
|
+
"@genesislcap/vite-builder": "14.388.1",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.388.1"
|
|
62
64
|
},
|
|
63
65
|
"peerDependencies": {
|
|
64
66
|
"@ag-grid-community/core": "29.2.0"
|
|
65
67
|
},
|
|
66
68
|
"dependencies": {
|
|
67
|
-
"@genesislcap/foundation-comms": "14.
|
|
68
|
-
"@genesislcap/foundation-errors": "14.
|
|
69
|
-
"@genesislcap/foundation-events": "14.
|
|
70
|
-
"@genesislcap/foundation-forms": "14.
|
|
71
|
-
"@genesislcap/foundation-logger": "14.
|
|
72
|
-
"@genesislcap/foundation-login": "14.
|
|
73
|
-
"@genesislcap/foundation-notifications": "14.
|
|
74
|
-
"@genesislcap/foundation-ui": "14.
|
|
75
|
-
"@genesislcap/foundation-utils": "14.
|
|
76
|
-
"@genesislcap/foundation-zero": "14.
|
|
77
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
78
|
-
"@genesislcap/grid-pro": "14.
|
|
79
|
-
"@genesislcap/web-core": "14.
|
|
69
|
+
"@genesislcap/foundation-comms": "14.388.1",
|
|
70
|
+
"@genesislcap/foundation-errors": "14.388.1",
|
|
71
|
+
"@genesislcap/foundation-events": "14.388.1",
|
|
72
|
+
"@genesislcap/foundation-forms": "14.388.1",
|
|
73
|
+
"@genesislcap/foundation-logger": "14.388.1",
|
|
74
|
+
"@genesislcap/foundation-login": "14.388.1",
|
|
75
|
+
"@genesislcap/foundation-notifications": "14.388.1",
|
|
76
|
+
"@genesislcap/foundation-ui": "14.388.1",
|
|
77
|
+
"@genesislcap/foundation-utils": "14.388.1",
|
|
78
|
+
"@genesislcap/foundation-zero": "14.388.1",
|
|
79
|
+
"@genesislcap/foundation-zero-grid-pro": "14.388.1",
|
|
80
|
+
"@genesislcap/grid-pro": "14.388.1",
|
|
81
|
+
"@genesislcap/web-core": "14.388.1",
|
|
80
82
|
"change-case": "^4.1.2"
|
|
81
83
|
},
|
|
82
84
|
"repository": {
|
|
@@ -88,5 +90,5 @@
|
|
|
88
90
|
"access": "public"
|
|
89
91
|
},
|
|
90
92
|
"customElements": "dist/custom-elements.json",
|
|
91
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "576c66a3549832786971673c3b78d5cdd6b08902"
|
|
92
94
|
}
|