@genesislcap/foundation-entity-management 14.181.1-alpha-89be4c2.0 → 14.181.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.
@@ -52,22 +52,6 @@
52
52
  "name": "*",
53
53
  "package": "./main/index"
54
54
  }
55
- },
56
- {
57
- "kind": "js",
58
- "name": "entitiesTemplate",
59
- "declaration": {
60
- "name": "template",
61
- "module": "./entities/entities.template"
62
- }
63
- },
64
- {
65
- "kind": "js",
66
- "name": "entitiesStyles",
67
- "declaration": {
68
- "name": "styles",
69
- "module": "./entities/entities.styles"
70
- }
71
55
  }
72
56
  ]
73
57
  },
@@ -141,8 +125,24 @@
141
125
  {
142
126
  "kind": "javascript-module",
143
127
  "path": "src/entities/entities.styles.ts",
144
- "declarations": [],
145
- "exports": []
128
+ "declarations": [
129
+ {
130
+ "kind": "variable",
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`",
133
+ "description": "Defines the css of the entity component as an ElementStyles object"
134
+ }
135
+ ],
136
+ "exports": [
137
+ {
138
+ "kind": "js",
139
+ "name": "styles",
140
+ "declaration": {
141
+ "name": "styles",
142
+ "module": "src/entities/entities.styles.ts"
143
+ }
144
+ }
145
+ ]
146
146
  },
147
147
  {
148
148
  "kind": "javascript-module",
@@ -1392,159 +1392,6 @@
1392
1392
  }
1393
1393
  ]
1394
1394
  },
1395
- {
1396
- "kind": "javascript-module",
1397
- "path": "src/main/index.ts",
1398
- "declarations": [],
1399
- "exports": [
1400
- {
1401
- "kind": "js",
1402
- "name": "*",
1403
- "declaration": {
1404
- "name": "*",
1405
- "package": "./main.template"
1406
- }
1407
- },
1408
- {
1409
- "kind": "js",
1410
- "name": "*",
1411
- "declaration": {
1412
- "name": "*",
1413
- "package": "./main"
1414
- }
1415
- }
1416
- ]
1417
- },
1418
- {
1419
- "kind": "javascript-module",
1420
- "path": "src/main/main.styles.ts",
1421
- "declarations": [
1422
- {
1423
- "kind": "variable",
1424
- "name": "MainStyles",
1425
- "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`"
1426
- }
1427
- ],
1428
- "exports": [
1429
- {
1430
- "kind": "js",
1431
- "name": "MainStyles",
1432
- "declaration": {
1433
- "name": "MainStyles",
1434
- "module": "src/main/main.styles.ts"
1435
- }
1436
- }
1437
- ]
1438
- },
1439
- {
1440
- "kind": "javascript-module",
1441
- "path": "src/main/main.template.ts",
1442
- "declarations": [],
1443
- "exports": []
1444
- },
1445
- {
1446
- "kind": "javascript-module",
1447
- "path": "src/main/main.ts",
1448
- "declarations": [
1449
- {
1450
- "kind": "class",
1451
- "description": "",
1452
- "name": "MainApplication",
1453
- "members": [
1454
- {
1455
- "kind": "field",
1456
- "name": "config",
1457
- "type": {
1458
- "text": "MainRouterConfig"
1459
- }
1460
- },
1461
- {
1462
- "kind": "field",
1463
- "name": "connect",
1464
- "type": {
1465
- "text": "Connect"
1466
- }
1467
- },
1468
- {
1469
- "kind": "field",
1470
- "name": "session",
1471
- "type": {
1472
- "text": "Session"
1473
- }
1474
- },
1475
- {
1476
- "kind": "field",
1477
- "name": "container",
1478
- "type": {
1479
- "text": "Container"
1480
- }
1481
- },
1482
- {
1483
- "kind": "field",
1484
- "name": "provider",
1485
- "type": {
1486
- "text": "any"
1487
- }
1488
- },
1489
- {
1490
- "kind": "field",
1491
- "name": "ready",
1492
- "type": {
1493
- "text": "boolean"
1494
- },
1495
- "default": "false"
1496
- },
1497
- {
1498
- "kind": "field",
1499
- "name": "data",
1500
- "type": {
1501
- "text": "any"
1502
- },
1503
- "default": "null"
1504
- },
1505
- {
1506
- "kind": "method",
1507
- "name": "onLuminanceToggle"
1508
- },
1509
- {
1510
- "kind": "method",
1511
- "name": "loadRemotes"
1512
- },
1513
- {
1514
- "kind": "method",
1515
- "name": "selectTemplate"
1516
- },
1517
- {
1518
- "kind": "method",
1519
- "name": "registerDIDependencies",
1520
- "privacy": "private"
1521
- }
1522
- ],
1523
- "superclass": {
1524
- "name": "FASTElement",
1525
- "package": "@microsoft/fast-element"
1526
- },
1527
- "customElement": true
1528
- }
1529
- ],
1530
- "exports": [
1531
- {
1532
- "kind": "js",
1533
- "name": "MainApplication",
1534
- "declaration": {
1535
- "name": "MainApplication",
1536
- "module": "src/main/main.ts"
1537
- }
1538
- },
1539
- {
1540
- "kind": "custom-element-definition",
1541
- "declaration": {
1542
- "name": "MainApplication",
1543
- "module": "src/main/main.ts"
1544
- }
1545
- }
1546
- ]
1547
- },
1548
1395
  {
1549
1396
  "kind": "javascript-module",
1550
1397
  "path": "src/profiles/editProfileSchema.ts",
@@ -2554,6 +2401,159 @@
2554
2401
  }
2555
2402
  ]
2556
2403
  },
2404
+ {
2405
+ "kind": "javascript-module",
2406
+ "path": "src/main/index.ts",
2407
+ "declarations": [],
2408
+ "exports": [
2409
+ {
2410
+ "kind": "js",
2411
+ "name": "*",
2412
+ "declaration": {
2413
+ "name": "*",
2414
+ "package": "./main.template"
2415
+ }
2416
+ },
2417
+ {
2418
+ "kind": "js",
2419
+ "name": "*",
2420
+ "declaration": {
2421
+ "name": "*",
2422
+ "package": "./main"
2423
+ }
2424
+ }
2425
+ ]
2426
+ },
2427
+ {
2428
+ "kind": "javascript-module",
2429
+ "path": "src/main/main.styles.ts",
2430
+ "declarations": [
2431
+ {
2432
+ "kind": "variable",
2433
+ "name": "MainStyles",
2434
+ "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`"
2435
+ }
2436
+ ],
2437
+ "exports": [
2438
+ {
2439
+ "kind": "js",
2440
+ "name": "MainStyles",
2441
+ "declaration": {
2442
+ "name": "MainStyles",
2443
+ "module": "src/main/main.styles.ts"
2444
+ }
2445
+ }
2446
+ ]
2447
+ },
2448
+ {
2449
+ "kind": "javascript-module",
2450
+ "path": "src/main/main.template.ts",
2451
+ "declarations": [],
2452
+ "exports": []
2453
+ },
2454
+ {
2455
+ "kind": "javascript-module",
2456
+ "path": "src/main/main.ts",
2457
+ "declarations": [
2458
+ {
2459
+ "kind": "class",
2460
+ "description": "",
2461
+ "name": "MainApplication",
2462
+ "members": [
2463
+ {
2464
+ "kind": "field",
2465
+ "name": "config",
2466
+ "type": {
2467
+ "text": "MainRouterConfig"
2468
+ }
2469
+ },
2470
+ {
2471
+ "kind": "field",
2472
+ "name": "connect",
2473
+ "type": {
2474
+ "text": "Connect"
2475
+ }
2476
+ },
2477
+ {
2478
+ "kind": "field",
2479
+ "name": "session",
2480
+ "type": {
2481
+ "text": "Session"
2482
+ }
2483
+ },
2484
+ {
2485
+ "kind": "field",
2486
+ "name": "container",
2487
+ "type": {
2488
+ "text": "Container"
2489
+ }
2490
+ },
2491
+ {
2492
+ "kind": "field",
2493
+ "name": "provider",
2494
+ "type": {
2495
+ "text": "any"
2496
+ }
2497
+ },
2498
+ {
2499
+ "kind": "field",
2500
+ "name": "ready",
2501
+ "type": {
2502
+ "text": "boolean"
2503
+ },
2504
+ "default": "false"
2505
+ },
2506
+ {
2507
+ "kind": "field",
2508
+ "name": "data",
2509
+ "type": {
2510
+ "text": "any"
2511
+ },
2512
+ "default": "null"
2513
+ },
2514
+ {
2515
+ "kind": "method",
2516
+ "name": "onLuminanceToggle"
2517
+ },
2518
+ {
2519
+ "kind": "method",
2520
+ "name": "loadRemotes"
2521
+ },
2522
+ {
2523
+ "kind": "method",
2524
+ "name": "selectTemplate"
2525
+ },
2526
+ {
2527
+ "kind": "method",
2528
+ "name": "registerDIDependencies",
2529
+ "privacy": "private"
2530
+ }
2531
+ ],
2532
+ "superclass": {
2533
+ "name": "FASTElement",
2534
+ "package": "@microsoft/fast-element"
2535
+ },
2536
+ "customElement": true
2537
+ }
2538
+ ],
2539
+ "exports": [
2540
+ {
2541
+ "kind": "js",
2542
+ "name": "MainApplication",
2543
+ "declaration": {
2544
+ "name": "MainApplication",
2545
+ "module": "src/main/main.ts"
2546
+ }
2547
+ },
2548
+ {
2549
+ "kind": "custom-element-definition",
2550
+ "declaration": {
2551
+ "name": "MainApplication",
2552
+ "module": "src/main/main.ts"
2553
+ }
2554
+ }
2555
+ ]
2556
+ },
2557
2557
  {
2558
2558
  "kind": "javascript-module",
2559
2559
  "path": "src/routes/config.ts",
@@ -5,8 +5,6 @@
5
5
  *
6
6
  * Mixin to custom ElementStyles to override and customise the style of an
7
7
  * entity manager component
8
- *
9
8
  */
10
- /** @internal */
11
9
  export declare const styles: import("@microsoft/fast-element").ElementStyles;
12
10
  //# sourceMappingURL=entities.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"entities.styles.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,gBAAgB;AAChB,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,iDAmDlB,CAAC"}
@@ -3,6 +3,4 @@ export * from './profiles/profiles';
3
3
  export * from './entities/entities';
4
4
  export * from './utils';
5
5
  export * from './main/index';
6
- export { template as entitiesTemplate } from './entities/entities.template';
7
- export { styles as entitiesStyles } from './entities/entities.styles';
8
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,QAAQ,IAAI,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC"}
@@ -6,9 +6,7 @@ import { css } from '@microsoft/fast-element';
6
6
  *
7
7
  * Mixin to custom ElementStyles to override and customise the style of an
8
8
  * entity manager component
9
- *
10
9
  */
11
- /** @internal */
12
10
  export const styles = css `
13
11
  :host {
14
12
  contain: content;
package/dist/esm/index.js CHANGED
@@ -3,5 +3,3 @@ export * from './profiles/profiles';
3
3
  export * from './entities/entities';
4
4
  export * from './utils';
5
5
  export * from './main/index';
6
- export { template as entitiesTemplate } from './entities/entities.template';
7
- export { styles as entitiesStyles } from './entities/entities.styles';
@@ -7,7 +7,6 @@ import { Container } from '@microsoft/fast-foundation';
7
7
  import { Controller } from '@microsoft/fast-element';
8
8
  import { DatasourceOptions } from '@genesislcap/foundation-comms';
9
9
  import { DOMContainer } from '@genesislcap/foundation-utils';
10
- import { ElementStyles } from '@microsoft/fast-element';
11
10
  import { FASTElement } from '@microsoft/fast-element';
12
11
  import { FoundationAnalytics } from '@genesislcap/foundation-comms';
13
12
  import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
@@ -55,12 +54,6 @@ export declare type DatasourceConfiguration = Omit<DatasourceOptions, 'resourceN
55
54
  */
56
55
  export declare const DynamicTemplate: ViewTemplate<MainApplication>;
57
56
 
58
- /** @internal */
59
- export declare const entitiesStyles: ElementStyles;
60
-
61
- /** @internal */
62
- export declare const entitiesTemplate: ViewTemplate<EntityManagement, any>;
63
-
64
57
  /**
65
58
  * Main class which defines the entity management functionality
66
59
  *
@@ -13,7 +13,6 @@ import { Container } from '@microsoft/fast-foundation';
13
13
  import { Controller } from '@microsoft/fast-element';
14
14
  import { DatasourceOptions } from '@genesislcap/foundation-comms';
15
15
  import { DOMContainer } from '@genesislcap/foundation-utils';
16
- import { ElementStyles } from '@microsoft/fast-element';
17
16
  import { FASTElement } from '@microsoft/fast-element';
18
17
  import { FoundationAnalytics } from '@genesislcap/foundation-comms';
19
18
  import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
@@ -40,16 +39,6 @@ export type DatasourceConfiguration = Omit<DatasourceOptions, 'resourceName' | '
40
39
  // @internal (undocumented)
41
40
  export const DynamicTemplate: ViewTemplate<MainApplication>;
42
41
 
43
- // Warning: (ae-internal-missing-underscore) The name "entitiesStyles" should be prefixed with an underscore because the declaration is marked as @internal
44
- //
45
- // @internal (undocumented)
46
- export const entitiesStyles: ElementStyles;
47
-
48
- // Warning: (ae-internal-missing-underscore) The name "entitiesTemplate" should be prefixed with an underscore because the declaration is marked as @internal
49
- //
50
- // @internal (undocumented)
51
- export const entitiesTemplate: ViewTemplate<EntityManagement, any>;
52
-
53
42
  // Warning: (ae-forgotten-export) The symbol "EntityManagement_base" needs to be exported by the entry point index.d.ts
54
43
  //
55
44
  // @public
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.181.1-alpha-89be4c2.0",
4
+ "version": "14.181.1",
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.181.1-alpha-89be4c2.0",
47
- "@genesislcap/genx": "14.181.1-alpha-89be4c2.0",
48
- "@genesislcap/rollup-builder": "14.181.1-alpha-89be4c2.0",
49
- "@genesislcap/ts-builder": "14.181.1-alpha-89be4c2.0",
50
- "@genesislcap/uvu-playwright-builder": "14.181.1-alpha-89be4c2.0",
51
- "@genesislcap/vite-builder": "14.181.1-alpha-89be4c2.0",
52
- "@genesislcap/webpack-builder": "14.181.1-alpha-89be4c2.0",
46
+ "@genesislcap/foundation-testing": "14.181.1",
47
+ "@genesislcap/genx": "14.181.1",
48
+ "@genesislcap/rollup-builder": "14.181.1",
49
+ "@genesislcap/ts-builder": "14.181.1",
50
+ "@genesislcap/uvu-playwright-builder": "14.181.1",
51
+ "@genesislcap/vite-builder": "14.181.1",
52
+ "@genesislcap/webpack-builder": "14.181.1",
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.181.1-alpha-89be4c2.0",
58
- "@genesislcap/foundation-errors": "14.181.1-alpha-89be4c2.0",
59
- "@genesislcap/foundation-events": "14.181.1-alpha-89be4c2.0",
60
- "@genesislcap/foundation-forms": "14.181.1-alpha-89be4c2.0",
61
- "@genesislcap/foundation-logger": "14.181.1-alpha-89be4c2.0",
62
- "@genesislcap/foundation-login": "14.181.1-alpha-89be4c2.0",
63
- "@genesislcap/foundation-notifications": "14.181.1-alpha-89be4c2.0",
64
- "@genesislcap/foundation-ui": "14.181.1-alpha-89be4c2.0",
65
- "@genesislcap/foundation-utils": "14.181.1-alpha-89be4c2.0",
66
- "@genesislcap/foundation-zero": "14.181.1-alpha-89be4c2.0",
67
- "@genesislcap/foundation-zero-grid-pro": "14.181.1-alpha-89be4c2.0",
68
- "@genesislcap/grid-pro": "14.181.1-alpha-89be4c2.0",
57
+ "@genesislcap/foundation-comms": "14.181.1",
58
+ "@genesislcap/foundation-errors": "14.181.1",
59
+ "@genesislcap/foundation-events": "14.181.1",
60
+ "@genesislcap/foundation-forms": "14.181.1",
61
+ "@genesislcap/foundation-logger": "14.181.1",
62
+ "@genesislcap/foundation-login": "14.181.1",
63
+ "@genesislcap/foundation-notifications": "14.181.1",
64
+ "@genesislcap/foundation-ui": "14.181.1",
65
+ "@genesislcap/foundation-utils": "14.181.1",
66
+ "@genesislcap/foundation-zero": "14.181.1",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.181.1",
68
+ "@genesislcap/grid-pro": "14.181.1",
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": "fff95fce01c9aba7d39057d2eabf9b58845ddd58"
84
+ "gitHead": "afc017c6c55a8275ee08f15a153334c6d7c5e921"
85
85
  }