@genesislcap/foundation-entity-management 14.181.0 → 14.181.1-alpha-89be4c2.0
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 +18 -18
- package/dist/dts/entities/entities.styles.d.ts +2 -0
- package/dist/dts/entities/entities.styles.d.ts.map +1 -1
- package/dist/dts/index.d.ts +2 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/entities/entities.styles.js +2 -0
- package/dist/esm/index.js +2 -0
- package/dist/foundation-entity-management.d.ts +7 -0
- package/docs/api-report.md +11 -0
- package/package.json +21 -21
|
@@ -52,6 +52,22 @@
|
|
|
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
|
+
}
|
|
55
71
|
}
|
|
56
72
|
]
|
|
57
73
|
},
|
|
@@ -125,24 +141,8 @@
|
|
|
125
141
|
{
|
|
126
142
|
"kind": "javascript-module",
|
|
127
143
|
"path": "src/entities/entities.styles.ts",
|
|
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
|
-
]
|
|
144
|
+
"declarations": [],
|
|
145
|
+
"exports": []
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"kind": "javascript-module",
|
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
*
|
|
6
6
|
* Mixin to custom ElementStyles to override and customise the style of an
|
|
7
7
|
* entity manager component
|
|
8
|
+
*
|
|
8
9
|
*/
|
|
10
|
+
/** @internal */
|
|
9
11
|
export declare const styles: import("@microsoft/fast-element").ElementStyles;
|
|
10
12
|
//# 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
|
|
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"}
|
package/dist/dts/index.d.ts
CHANGED
|
@@ -3,4 +3,6 @@ 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';
|
|
6
8
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/dts/index.d.ts.map
CHANGED
|
@@ -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"}
|
|
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"}
|
package/dist/esm/index.js
CHANGED
|
@@ -3,3 +3,5 @@ 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,6 +7,7 @@ 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';
|
|
10
11
|
import { FASTElement } from '@microsoft/fast-element';
|
|
11
12
|
import { FoundationAnalytics } from '@genesislcap/foundation-comms';
|
|
12
13
|
import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
|
|
@@ -54,6 +55,12 @@ export declare type DatasourceConfiguration = Omit<DatasourceOptions, 'resourceN
|
|
|
54
55
|
*/
|
|
55
56
|
export declare const DynamicTemplate: ViewTemplate<MainApplication>;
|
|
56
57
|
|
|
58
|
+
/** @internal */
|
|
59
|
+
export declare const entitiesStyles: ElementStyles;
|
|
60
|
+
|
|
61
|
+
/** @internal */
|
|
62
|
+
export declare const entitiesTemplate: ViewTemplate<EntityManagement, any>;
|
|
63
|
+
|
|
57
64
|
/**
|
|
58
65
|
* Main class which defines the entity management functionality
|
|
59
66
|
*
|
package/docs/api-report.md
CHANGED
|
@@ -13,6 +13,7 @@ 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';
|
|
16
17
|
import { FASTElement } from '@microsoft/fast-element';
|
|
17
18
|
import { FoundationAnalytics } from '@genesislcap/foundation-comms';
|
|
18
19
|
import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
|
|
@@ -39,6 +40,16 @@ export type DatasourceConfiguration = Omit<DatasourceOptions, 'resourceName' | '
|
|
|
39
40
|
// @internal (undocumented)
|
|
40
41
|
export const DynamicTemplate: ViewTemplate<MainApplication>;
|
|
41
42
|
|
|
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
|
+
|
|
42
53
|
// Warning: (ae-forgotten-export) The symbol "EntityManagement_base" needs to be exported by the entry point index.d.ts
|
|
43
54
|
//
|
|
44
55
|
// @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.0",
|
|
4
|
+
"version": "14.181.1-alpha-89be4c2.0",
|
|
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.0",
|
|
47
|
-
"@genesislcap/genx": "14.181.0",
|
|
48
|
-
"@genesislcap/rollup-builder": "14.181.0",
|
|
49
|
-
"@genesislcap/ts-builder": "14.181.0",
|
|
50
|
-
"@genesislcap/uvu-playwright-builder": "14.181.0",
|
|
51
|
-
"@genesislcap/vite-builder": "14.181.0",
|
|
52
|
-
"@genesislcap/webpack-builder": "14.181.0",
|
|
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",
|
|
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.0",
|
|
58
|
-
"@genesislcap/foundation-errors": "14.181.0",
|
|
59
|
-
"@genesislcap/foundation-events": "14.181.0",
|
|
60
|
-
"@genesislcap/foundation-forms": "14.181.0",
|
|
61
|
-
"@genesislcap/foundation-logger": "14.181.0",
|
|
62
|
-
"@genesislcap/foundation-login": "14.181.0",
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.181.0",
|
|
64
|
-
"@genesislcap/foundation-ui": "14.181.0",
|
|
65
|
-
"@genesislcap/foundation-utils": "14.181.0",
|
|
66
|
-
"@genesislcap/foundation-zero": "14.181.0",
|
|
67
|
-
"@genesislcap/foundation-zero-grid-pro": "14.181.0",
|
|
68
|
-
"@genesislcap/grid-pro": "14.181.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",
|
|
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": "fff95fce01c9aba7d39057d2eabf9b58845ddd58"
|
|
85
85
|
}
|