@genesislcap/foundation-entity-management 14.180.6 → 14.180.8
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.
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
{
|
|
130
130
|
"kind": "variable",
|
|
131
131
|
"name": "styles",
|
|
132
|
-
"default": "css`\n :host {\n contain: content;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n foundation-form {\n height: 100%;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n }\n\n .title {\n margin-left: 1px;\n }\n\n :host::part(header) {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n .search-container {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .search-container zero-search-bar,\n .search-container rapid-search-bar {\n width: 500px;\n }\n\n :host([modal-position='centre']) .edit-modal {\n overflow-y: auto;\n }\n`",
|
|
132
|
+
"default": "css`\n :host {\n contain: content;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n foundation-form {\n height: 100%;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n }\n\n .title {\n margin-left: 1px;\n }\n\n :host::part(header) {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n .header-title {\n color: var(--neutral-foreground-rest);\n font-size: var(--type-ramp-plus-4-font-size);\n font-family: var(--body-font);\n font-weight: 700;\n padding-left: calc(var(--design-unit) * 2px);\n }\n\n .search-container {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .search-container zero-search-bar,\n .search-container rapid-search-bar {\n width: 500px;\n }\n\n :host([modal-position='centre']) .edit-modal {\n overflow-y: auto;\n }\n`",
|
|
133
133
|
"description": "Defines the css of the entity component as an ElementStyles object"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
@@ -880,6 +880,55 @@
|
|
|
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
|
+
},
|
|
883
932
|
{
|
|
884
933
|
"kind": "javascript-module",
|
|
885
934
|
"path": "src/list/index.ts",
|
|
@@ -2505,55 +2554,6 @@
|
|
|
2505
2554
|
}
|
|
2506
2555
|
]
|
|
2507
2556
|
},
|
|
2508
|
-
{
|
|
2509
|
-
"kind": "javascript-module",
|
|
2510
|
-
"path": "src/layouts/default.ts",
|
|
2511
|
-
"declarations": [
|
|
2512
|
-
{
|
|
2513
|
-
"kind": "variable",
|
|
2514
|
-
"name": "loginLayout",
|
|
2515
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2516
|
-
},
|
|
2517
|
-
{
|
|
2518
|
-
"kind": "variable",
|
|
2519
|
-
"name": "defaultLayout",
|
|
2520
|
-
"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)"
|
|
2521
|
-
}
|
|
2522
|
-
],
|
|
2523
|
-
"exports": [
|
|
2524
|
-
{
|
|
2525
|
-
"kind": "js",
|
|
2526
|
-
"name": "loginLayout",
|
|
2527
|
-
"declaration": {
|
|
2528
|
-
"name": "loginLayout",
|
|
2529
|
-
"module": "src/layouts/default.ts"
|
|
2530
|
-
}
|
|
2531
|
-
},
|
|
2532
|
-
{
|
|
2533
|
-
"kind": "js",
|
|
2534
|
-
"name": "defaultLayout",
|
|
2535
|
-
"declaration": {
|
|
2536
|
-
"name": "defaultLayout",
|
|
2537
|
-
"module": "src/layouts/default.ts"
|
|
2538
|
-
}
|
|
2539
|
-
}
|
|
2540
|
-
]
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"kind": "javascript-module",
|
|
2544
|
-
"path": "src/layouts/index.ts",
|
|
2545
|
-
"declarations": [],
|
|
2546
|
-
"exports": [
|
|
2547
|
-
{
|
|
2548
|
-
"kind": "js",
|
|
2549
|
-
"name": "*",
|
|
2550
|
-
"declaration": {
|
|
2551
|
-
"name": "*",
|
|
2552
|
-
"package": "./default"
|
|
2553
|
-
}
|
|
2554
|
-
}
|
|
2555
|
-
]
|
|
2556
|
-
},
|
|
2557
2557
|
{
|
|
2558
2558
|
"kind": "javascript-module",
|
|
2559
2559
|
"path": "src/routes/config.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.styles.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"entities.styles.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,iDAmDlB,CAAC"}
|
|
@@ -36,6 +36,14 @@ export const styles = css `
|
|
|
36
36
|
align-items: center;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
+
.header-title {
|
|
40
|
+
color: var(--neutral-foreground-rest);
|
|
41
|
+
font-size: var(--type-ramp-plus-4-font-size);
|
|
42
|
+
font-family: var(--body-font);
|
|
43
|
+
font-weight: 700;
|
|
44
|
+
padding-left: calc(var(--design-unit) * 2px);
|
|
45
|
+
}
|
|
46
|
+
|
|
39
47
|
.search-container {
|
|
40
48
|
display: flex;
|
|
41
49
|
align-items: center;
|
|
@@ -9,7 +9,7 @@ Form;
|
|
|
9
9
|
* @internal
|
|
10
10
|
*/
|
|
11
11
|
export const defaultHeader = (prefix) => html `
|
|
12
|
-
<h3>${(x) => x.title}</h3>
|
|
12
|
+
<h3 class="header-title">${(x) => x.title}</h3>
|
|
13
13
|
${when((x) => x.createEvent, html `
|
|
14
14
|
<${prefix}-button appearance="neutral" @click=${(x, y) => x.createEntity()}>
|
|
15
15
|
<${prefix}-icon size="lg" name="plus"></${prefix}-icon>
|
|
@@ -22,7 +22,7 @@ export const defaultHeader = (prefix) => html `
|
|
|
22
22
|
* @internal
|
|
23
23
|
*/
|
|
24
24
|
export const searchBarHeader = (prefix) => html `
|
|
25
|
-
<h3>${(x) => x.title}</h3>
|
|
25
|
+
<h3 class="header-title">${(x) => x.title}</h3>
|
|
26
26
|
<div class="search-container">
|
|
27
27
|
<${prefix}-search-bar
|
|
28
28
|
:options="${(x) => x.searchBarConfig}"
|
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.180.
|
|
4
|
+
"version": "14.180.8",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,29 +43,29 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-testing": "14.180.
|
|
47
|
-
"@genesislcap/genx": "14.180.
|
|
48
|
-
"@genesislcap/rollup-builder": "14.180.
|
|
49
|
-
"@genesislcap/ts-builder": "14.180.
|
|
50
|
-
"@genesislcap/uvu-playwright-builder": "14.180.
|
|
51
|
-
"@genesislcap/vite-builder": "14.180.
|
|
52
|
-
"@genesislcap/webpack-builder": "14.180.
|
|
46
|
+
"@genesislcap/foundation-testing": "14.180.8",
|
|
47
|
+
"@genesislcap/genx": "14.180.8",
|
|
48
|
+
"@genesislcap/rollup-builder": "14.180.8",
|
|
49
|
+
"@genesislcap/ts-builder": "14.180.8",
|
|
50
|
+
"@genesislcap/uvu-playwright-builder": "14.180.8",
|
|
51
|
+
"@genesislcap/vite-builder": "14.180.8",
|
|
52
|
+
"@genesislcap/webpack-builder": "14.180.8",
|
|
53
53
|
"rimraf": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ag-grid-community/core": "29.2.0",
|
|
57
|
-
"@genesislcap/foundation-comms": "14.180.
|
|
58
|
-
"@genesislcap/foundation-errors": "14.180.
|
|
59
|
-
"@genesislcap/foundation-events": "14.180.
|
|
60
|
-
"@genesislcap/foundation-forms": "14.180.
|
|
61
|
-
"@genesislcap/foundation-logger": "14.180.
|
|
62
|
-
"@genesislcap/foundation-login": "14.180.
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.180.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.180.
|
|
65
|
-
"@genesislcap/foundation-utils": "14.180.
|
|
66
|
-
"@genesislcap/foundation-zero": "14.180.
|
|
67
|
-
"@genesislcap/foundation-zero-grid-pro": "14.180.
|
|
68
|
-
"@genesislcap/grid-pro": "14.180.
|
|
57
|
+
"@genesislcap/foundation-comms": "14.180.8",
|
|
58
|
+
"@genesislcap/foundation-errors": "14.180.8",
|
|
59
|
+
"@genesislcap/foundation-events": "14.180.8",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.180.8",
|
|
61
|
+
"@genesislcap/foundation-logger": "14.180.8",
|
|
62
|
+
"@genesislcap/foundation-login": "14.180.8",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.180.8",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.180.8",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.180.8",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.180.8",
|
|
67
|
+
"@genesislcap/foundation-zero-grid-pro": "14.180.8",
|
|
68
|
+
"@genesislcap/grid-pro": "14.180.8",
|
|
69
69
|
"@microsoft/fast-components": "^2.30.6",
|
|
70
70
|
"@microsoft/fast-element": "^1.12.0",
|
|
71
71
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
83
|
"customElements": "dist/custom-elements.json",
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "bc07102d061a18ece059dd03a4d1d9d585548343"
|
|
85
85
|
}
|