@genesislcap/foundation-entity-management 14.183.1 → 14.183.3

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 .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`",
132
+ "default": "css`\n :host {\n contain: content;\n }\n\n :host::part(header) {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n :host([modal-position='centre']) .edit-modal {\n overflow-y: auto;\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 .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 .add-button {\n margin-right: calc(var(--design-unit) * 2px);\n }\n`",
133
133
  "description": "Defines the css of the entity component as an ElementStyles object"
134
134
  }
135
135
  ],
@@ -1429,6 +1429,159 @@
1429
1429
  }
1430
1430
  ]
1431
1431
  },
1432
+ {
1433
+ "kind": "javascript-module",
1434
+ "path": "src/main/index.ts",
1435
+ "declarations": [],
1436
+ "exports": [
1437
+ {
1438
+ "kind": "js",
1439
+ "name": "*",
1440
+ "declaration": {
1441
+ "name": "*",
1442
+ "package": "./main.template"
1443
+ }
1444
+ },
1445
+ {
1446
+ "kind": "js",
1447
+ "name": "*",
1448
+ "declaration": {
1449
+ "name": "*",
1450
+ "package": "./main"
1451
+ }
1452
+ }
1453
+ ]
1454
+ },
1455
+ {
1456
+ "kind": "javascript-module",
1457
+ "path": "src/main/main.styles.ts",
1458
+ "declarations": [
1459
+ {
1460
+ "kind": "variable",
1461
+ "name": "MainStyles",
1462
+ "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`"
1463
+ }
1464
+ ],
1465
+ "exports": [
1466
+ {
1467
+ "kind": "js",
1468
+ "name": "MainStyles",
1469
+ "declaration": {
1470
+ "name": "MainStyles",
1471
+ "module": "src/main/main.styles.ts"
1472
+ }
1473
+ }
1474
+ ]
1475
+ },
1476
+ {
1477
+ "kind": "javascript-module",
1478
+ "path": "src/main/main.template.ts",
1479
+ "declarations": [],
1480
+ "exports": []
1481
+ },
1482
+ {
1483
+ "kind": "javascript-module",
1484
+ "path": "src/main/main.ts",
1485
+ "declarations": [
1486
+ {
1487
+ "kind": "class",
1488
+ "description": "",
1489
+ "name": "MainApplication",
1490
+ "members": [
1491
+ {
1492
+ "kind": "field",
1493
+ "name": "config",
1494
+ "type": {
1495
+ "text": "MainRouterConfig"
1496
+ }
1497
+ },
1498
+ {
1499
+ "kind": "field",
1500
+ "name": "connect",
1501
+ "type": {
1502
+ "text": "Connect"
1503
+ }
1504
+ },
1505
+ {
1506
+ "kind": "field",
1507
+ "name": "session",
1508
+ "type": {
1509
+ "text": "Session"
1510
+ }
1511
+ },
1512
+ {
1513
+ "kind": "field",
1514
+ "name": "container",
1515
+ "type": {
1516
+ "text": "Container"
1517
+ }
1518
+ },
1519
+ {
1520
+ "kind": "field",
1521
+ "name": "provider",
1522
+ "type": {
1523
+ "text": "any"
1524
+ }
1525
+ },
1526
+ {
1527
+ "kind": "field",
1528
+ "name": "ready",
1529
+ "type": {
1530
+ "text": "boolean"
1531
+ },
1532
+ "default": "false"
1533
+ },
1534
+ {
1535
+ "kind": "field",
1536
+ "name": "data",
1537
+ "type": {
1538
+ "text": "any"
1539
+ },
1540
+ "default": "null"
1541
+ },
1542
+ {
1543
+ "kind": "method",
1544
+ "name": "onLuminanceToggle"
1545
+ },
1546
+ {
1547
+ "kind": "method",
1548
+ "name": "loadRemotes"
1549
+ },
1550
+ {
1551
+ "kind": "method",
1552
+ "name": "selectTemplate"
1553
+ },
1554
+ {
1555
+ "kind": "method",
1556
+ "name": "registerDIDependencies",
1557
+ "privacy": "private"
1558
+ }
1559
+ ],
1560
+ "superclass": {
1561
+ "name": "FASTElement",
1562
+ "package": "@microsoft/fast-element"
1563
+ },
1564
+ "customElement": true
1565
+ }
1566
+ ],
1567
+ "exports": [
1568
+ {
1569
+ "kind": "js",
1570
+ "name": "MainApplication",
1571
+ "declaration": {
1572
+ "name": "MainApplication",
1573
+ "module": "src/main/main.ts"
1574
+ }
1575
+ },
1576
+ {
1577
+ "kind": "custom-element-definition",
1578
+ "declaration": {
1579
+ "name": "MainApplication",
1580
+ "module": "src/main/main.ts"
1581
+ }
1582
+ }
1583
+ ]
1584
+ },
1432
1585
  {
1433
1586
  "kind": "javascript-module",
1434
1587
  "path": "src/profiles/editProfileSchema.ts",
@@ -2487,159 +2640,6 @@
2487
2640
  }
2488
2641
  ]
2489
2642
  },
2490
- {
2491
- "kind": "javascript-module",
2492
- "path": "src/main/index.ts",
2493
- "declarations": [],
2494
- "exports": [
2495
- {
2496
- "kind": "js",
2497
- "name": "*",
2498
- "declaration": {
2499
- "name": "*",
2500
- "package": "./main.template"
2501
- }
2502
- },
2503
- {
2504
- "kind": "js",
2505
- "name": "*",
2506
- "declaration": {
2507
- "name": "*",
2508
- "package": "./main"
2509
- }
2510
- }
2511
- ]
2512
- },
2513
- {
2514
- "kind": "javascript-module",
2515
- "path": "src/main/main.styles.ts",
2516
- "declarations": [
2517
- {
2518
- "kind": "variable",
2519
- "name": "MainStyles",
2520
- "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`"
2521
- }
2522
- ],
2523
- "exports": [
2524
- {
2525
- "kind": "js",
2526
- "name": "MainStyles",
2527
- "declaration": {
2528
- "name": "MainStyles",
2529
- "module": "src/main/main.styles.ts"
2530
- }
2531
- }
2532
- ]
2533
- },
2534
- {
2535
- "kind": "javascript-module",
2536
- "path": "src/main/main.template.ts",
2537
- "declarations": [],
2538
- "exports": []
2539
- },
2540
- {
2541
- "kind": "javascript-module",
2542
- "path": "src/main/main.ts",
2543
- "declarations": [
2544
- {
2545
- "kind": "class",
2546
- "description": "",
2547
- "name": "MainApplication",
2548
- "members": [
2549
- {
2550
- "kind": "field",
2551
- "name": "config",
2552
- "type": {
2553
- "text": "MainRouterConfig"
2554
- }
2555
- },
2556
- {
2557
- "kind": "field",
2558
- "name": "connect",
2559
- "type": {
2560
- "text": "Connect"
2561
- }
2562
- },
2563
- {
2564
- "kind": "field",
2565
- "name": "session",
2566
- "type": {
2567
- "text": "Session"
2568
- }
2569
- },
2570
- {
2571
- "kind": "field",
2572
- "name": "container",
2573
- "type": {
2574
- "text": "Container"
2575
- }
2576
- },
2577
- {
2578
- "kind": "field",
2579
- "name": "provider",
2580
- "type": {
2581
- "text": "any"
2582
- }
2583
- },
2584
- {
2585
- "kind": "field",
2586
- "name": "ready",
2587
- "type": {
2588
- "text": "boolean"
2589
- },
2590
- "default": "false"
2591
- },
2592
- {
2593
- "kind": "field",
2594
- "name": "data",
2595
- "type": {
2596
- "text": "any"
2597
- },
2598
- "default": "null"
2599
- },
2600
- {
2601
- "kind": "method",
2602
- "name": "onLuminanceToggle"
2603
- },
2604
- {
2605
- "kind": "method",
2606
- "name": "loadRemotes"
2607
- },
2608
- {
2609
- "kind": "method",
2610
- "name": "selectTemplate"
2611
- },
2612
- {
2613
- "kind": "method",
2614
- "name": "registerDIDependencies",
2615
- "privacy": "private"
2616
- }
2617
- ],
2618
- "superclass": {
2619
- "name": "FASTElement",
2620
- "package": "@microsoft/fast-element"
2621
- },
2622
- "customElement": true
2623
- }
2624
- ],
2625
- "exports": [
2626
- {
2627
- "kind": "js",
2628
- "name": "MainApplication",
2629
- "declaration": {
2630
- "name": "MainApplication",
2631
- "module": "src/main/main.ts"
2632
- }
2633
- },
2634
- {
2635
- "kind": "custom-element-definition",
2636
- "declaration": {
2637
- "name": "MainApplication",
2638
- "module": "src/main/main.ts"
2639
- }
2640
- }
2641
- ]
2642
- },
2643
2643
  {
2644
2644
  "kind": "javascript-module",
2645
2645
  "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,iDAmDlB,CAAC"}
1
+ {"version":3,"file":"entities.styles.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,iDAuDlB,CAAC"}
@@ -12,6 +12,16 @@ export const styles = css `
12
12
  contain: content;
13
13
  }
14
14
 
15
+ :host::part(header) {
16
+ display: flex;
17
+ justify-content: space-between;
18
+ align-items: center;
19
+ }
20
+
21
+ :host([modal-position='centre']) .edit-modal {
22
+ overflow-y: auto;
23
+ }
24
+
15
25
  .container {
16
26
  display: flex;
17
27
  flex-direction: column;
@@ -30,12 +40,6 @@ export const styles = css `
30
40
  margin-left: 1px;
31
41
  }
32
42
 
33
- :host::part(header) {
34
- display: flex;
35
- justify-content: space-between;
36
- align-items: center;
37
- }
38
-
39
43
  .header-title {
40
44
  color: var(--neutral-foreground-rest);
41
45
  font-size: var(--type-ramp-plus-4-font-size);
@@ -55,7 +59,7 @@ export const styles = css `
55
59
  width: 500px;
56
60
  }
57
61
 
58
- :host([modal-position='centre']) .edit-modal {
59
- overflow-y: auto;
62
+ .add-button {
63
+ margin-right: calc(var(--design-unit) * 2px);
60
64
  }
61
65
  `;
@@ -11,7 +11,7 @@ Form;
11
11
  export const defaultHeader = (prefix) => html `
12
12
  <h3 class="header-title">${(x) => x.title}</h3>
13
13
  ${when((x) => x.createEvent, html `
14
- <${prefix}-button appearance="neutral" @click=${(x, y) => x.createEntity()}>
14
+ <${prefix}-button class="add-button" appearance="neutral" @click=${(x, y) => x.createEntity()}>
15
15
  <${prefix}-icon size="lg" name="plus"></${prefix}-icon>
16
16
  Add
17
17
  </${prefix}-button>
@@ -29,7 +29,7 @@ export const searchBarHeader = (prefix) => html `
29
29
  @selectionChange=${(x, ctx) => x.searchChanged(customEvent(ctx))}
30
30
  ></${prefix}-search-bar>
31
31
  ${when((x) => x.createEvent, html `
32
- <${prefix}-button appearance="neutral" @click=${(x, y) => x.createEntity()}>
32
+ <${prefix}-button class="add-button" appearance="neutral" @click=${(x, y) => x.createEntity()}>
33
33
  <${prefix}-icon size="lg" name="plus"></${prefix}-icon>
34
34
  Add
35
35
  </${prefix}-button>
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.183.1",
4
+ "version": "14.183.3",
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.183.1",
47
- "@genesislcap/genx": "14.183.1",
48
- "@genesislcap/rollup-builder": "14.183.1",
49
- "@genesislcap/ts-builder": "14.183.1",
50
- "@genesislcap/uvu-playwright-builder": "14.183.1",
51
- "@genesislcap/vite-builder": "14.183.1",
52
- "@genesislcap/webpack-builder": "14.183.1",
46
+ "@genesislcap/foundation-testing": "14.183.3",
47
+ "@genesislcap/genx": "14.183.3",
48
+ "@genesislcap/rollup-builder": "14.183.3",
49
+ "@genesislcap/ts-builder": "14.183.3",
50
+ "@genesislcap/uvu-playwright-builder": "14.183.3",
51
+ "@genesislcap/vite-builder": "14.183.3",
52
+ "@genesislcap/webpack-builder": "14.183.3",
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.183.1",
58
- "@genesislcap/foundation-errors": "14.183.1",
59
- "@genesislcap/foundation-events": "14.183.1",
60
- "@genesislcap/foundation-forms": "14.183.1",
61
- "@genesislcap/foundation-logger": "14.183.1",
62
- "@genesislcap/foundation-login": "14.183.1",
63
- "@genesislcap/foundation-notifications": "14.183.1",
64
- "@genesislcap/foundation-ui": "14.183.1",
65
- "@genesislcap/foundation-utils": "14.183.1",
66
- "@genesislcap/foundation-zero": "14.183.1",
67
- "@genesislcap/foundation-zero-grid-pro": "14.183.1",
68
- "@genesislcap/grid-pro": "14.183.1",
57
+ "@genesislcap/foundation-comms": "14.183.3",
58
+ "@genesislcap/foundation-errors": "14.183.3",
59
+ "@genesislcap/foundation-events": "14.183.3",
60
+ "@genesislcap/foundation-forms": "14.183.3",
61
+ "@genesislcap/foundation-logger": "14.183.3",
62
+ "@genesislcap/foundation-login": "14.183.3",
63
+ "@genesislcap/foundation-notifications": "14.183.3",
64
+ "@genesislcap/foundation-ui": "14.183.3",
65
+ "@genesislcap/foundation-utils": "14.183.3",
66
+ "@genesislcap/foundation-zero": "14.183.3",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.183.3",
68
+ "@genesislcap/grid-pro": "14.183.3",
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": "3caa32fe960947d43a5a60830f12b85181fe40c1"
84
+ "gitHead": "ffef17c6fd8f87716f8a5b1a86fa060016d927b4"
85
85
  }