@genesislcap/web-core 14.217.0 → 14.217.1-alpha-bbbd2b3.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/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
# Genesis
|
|
1
|
+
# Genesis Web Core
|
|
2
2
|
|
|
3
3
|
[](https://lerna.js.org/)
|
|
4
4
|
[](https://www.typescriptlang.org/)
|
|
5
5
|
|
|
6
|
-
`
|
|
6
|
+
The `web-core` package re-exports FAST classes and other utilities.
|
|
7
7
|
|
|
8
8
|
## [API Docs](./docs/api/index.md)
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
12
12
|
```sh
|
|
13
|
-
npm i @genesislcap/
|
|
13
|
+
npm i @genesislcap/web-core
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
## Features
|
|
@@ -35,10 +35,10 @@ Additionally, this package exports a `directives` folder containing the followin
|
|
|
35
35
|
|
|
36
36
|
## Usage
|
|
37
37
|
|
|
38
|
-
To utilize the features provided by this package, you can import `@genesislcap/
|
|
38
|
+
To utilize the features provided by this package, you can import `@genesislcap/web-core`.
|
|
39
39
|
|
|
40
40
|
```typescript
|
|
41
|
-
import { css, customElement, FASTElement, html, sync } from '@genesislcap/
|
|
41
|
+
import { css, customElement, FASTElement, html, sync } from '@genesislcap/web-core';
|
|
42
42
|
|
|
43
43
|
@customElement({
|
|
44
44
|
name: 'my-custom-element',
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GenesisRouter = exports.GenesisElementLayout = exports.RouterConfiguration = exports.Router = exports.RouteCollection = exports.Route = exports.FASTRouter = exports.FASTElementLayout = exports.DefaultRouteRecognizer = void 0;
|
|
3
|
+
exports.GenesisRouter = exports.GenesisElementLayout = exports.QueryString = exports.RouterConfiguration = exports.Router = exports.RouteCollection = exports.Route = exports.FASTRouter = exports.FASTElementLayout = exports.DefaultRouteRecognizer = exports.DefaultRouter = exports.childRouteParameter = void 0;
|
|
4
4
|
const fast_router_1 = require("@microsoft/fast-router");
|
|
5
5
|
Object.defineProperty(exports, "GenesisElementLayout", { enumerable: true, get: function () { return fast_router_1.FASTElementLayout; } });
|
|
6
6
|
Object.defineProperty(exports, "GenesisRouter", { enumerable: true, get: function () { return fast_router_1.FASTRouter; } });
|
|
7
7
|
var fast_router_2 = require("@microsoft/fast-router");
|
|
8
|
+
Object.defineProperty(exports, "childRouteParameter", { enumerable: true, get: function () { return fast_router_2.childRouteParameter; } });
|
|
9
|
+
Object.defineProperty(exports, "DefaultRouter", { enumerable: true, get: function () { return fast_router_2.DefaultRouter; } });
|
|
8
10
|
Object.defineProperty(exports, "DefaultRouteRecognizer", { enumerable: true, get: function () { return fast_router_2.DefaultRouteRecognizer; } });
|
|
9
11
|
Object.defineProperty(exports, "FASTElementLayout", { enumerable: true, get: function () { return fast_router_2.FASTElementLayout; } });
|
|
10
12
|
Object.defineProperty(exports, "FASTRouter", { enumerable: true, get: function () { return fast_router_2.FASTRouter; } });
|
|
@@ -12,3 +14,4 @@ Object.defineProperty(exports, "Route", { enumerable: true, get: function () { r
|
|
|
12
14
|
Object.defineProperty(exports, "RouteCollection", { enumerable: true, get: function () { return fast_router_2.RouteCollection; } });
|
|
13
15
|
Object.defineProperty(exports, "Router", { enumerable: true, get: function () { return fast_router_2.Router; } });
|
|
14
16
|
Object.defineProperty(exports, "RouterConfiguration", { enumerable: true, get: function () { return fast_router_2.RouterConfiguration; } });
|
|
17
|
+
Object.defineProperty(exports, "QueryString", { enumerable: true, get: function () { return fast_router_2.QueryString; } });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { FASTElementLayout, FASTRouter } from '@microsoft/fast-router';
|
|
2
|
-
export { DefaultRouteRecognizer, FASTElementLayout, FASTRouter, HasElement, HasTemplate, HasTitle, MappableRouteDefinition, NavigationPhase, Route, RouteCollection, Router, RouterConfiguration, RouterElement, } from '@microsoft/fast-router';
|
|
2
|
+
export { childRouteParameter, DefaultRouter, DefaultRouteRecognizer, FASTElementLayout, FASTRouter, HasElement, HasTemplate, HasTitle, MappableRouteDefinition, NavigationPhase, Route, RouteCollection, Router, RouterConfiguration, RouterElement, QueryString, } from '@microsoft/fast-router';
|
|
3
3
|
export { FASTElementLayout as GenesisElementLayout, FASTRouter as GenesisRouter };
|
|
4
4
|
//# sourceMappingURL=fast-router.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fast-router.d.ts","sourceRoot":"","sources":["../../../src/FAST/fast-router.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEvE,OAAO,EACL,sBAAsB,EACtB,iBAAiB,EACjB,UAAU,EACV,UAAU,EACV,WAAW,EACX,QAAQ,EACR,uBAAuB,EACvB,eAAe,EACf,KAAK,EACL,eAAe,EACf,MAAM,EACN,mBAAmB,EACnB,aAAa,
|
|
1
|
+
{"version":3,"file":"fast-router.d.ts","sourceRoot":"","sources":["../../../src/FAST/fast-router.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEvE,OAAO,EACL,mBAAmB,EACnB,aAAa,EACb,sBAAsB,EACtB,iBAAiB,EACjB,UAAU,EACV,UAAU,EACV,WAAW,EACX,QAAQ,EACR,uBAAuB,EACvB,eAAe,EACf,KAAK,EACL,eAAe,EACf,MAAM,EACN,mBAAmB,EACnB,aAAa,EACb,WAAW,GACZ,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,iBAAiB,IAAI,oBAAoB,EAAE,UAAU,IAAI,aAAa,EAAE,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { FASTElementLayout, FASTRouter } from '@microsoft/fast-router';
|
|
2
|
-
export { DefaultRouteRecognizer, FASTElementLayout, FASTRouter, Route, RouteCollection, Router, RouterConfiguration, } from '@microsoft/fast-router';
|
|
2
|
+
export { childRouteParameter, DefaultRouter, DefaultRouteRecognizer, FASTElementLayout, FASTRouter, Route, RouteCollection, Router, RouterConfiguration, QueryString, } from '@microsoft/fast-router';
|
|
3
3
|
export { FASTElementLayout as GenesisElementLayout, FASTRouter as GenesisRouter };
|
package/dist/web-core.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ import { cardTemplate } from '@microsoft/fast-foundation';
|
|
|
21
21
|
import { CheckboxOptions } from '@microsoft/fast-foundation';
|
|
22
22
|
import { checkboxTemplate } from '@microsoft/fast-foundation';
|
|
23
23
|
import { children } from '@microsoft/fast-element';
|
|
24
|
+
import { childRouteParameter } from '@microsoft/fast-router';
|
|
24
25
|
import { classNames } from '@microsoft/fast-web-utilities';
|
|
25
26
|
import { ColorRGBA64 } from '@microsoft/fast-colors';
|
|
26
27
|
import { ColumnDefinition } from '@microsoft/fast-foundation';
|
|
@@ -41,6 +42,7 @@ import { dataGridRowTemplate } from '@microsoft/fast-foundation';
|
|
|
41
42
|
import { dataGridTemplate } from '@microsoft/fast-foundation';
|
|
42
43
|
import { DecoratorAttributeConfiguration } from '@microsoft/fast-element';
|
|
43
44
|
import { defaultExecutionContext } from '@microsoft/fast-element';
|
|
45
|
+
import { DefaultRouter } from '@microsoft/fast-router';
|
|
44
46
|
import { DefaultRouteRecognizer } from '@microsoft/fast-router';
|
|
45
47
|
import { DesignSystem } from '@microsoft/fast-foundation';
|
|
46
48
|
import { DesignSystemRegistrationContext } from '@microsoft/fast-foundation';
|
|
@@ -101,6 +103,7 @@ import { ProgressRingOptions } from '@microsoft/fast-foundation';
|
|
|
101
103
|
import { progressRingTemplate } from '@microsoft/fast-foundation';
|
|
102
104
|
import { progressTemplate } from '@microsoft/fast-foundation';
|
|
103
105
|
import { PropertyStyleSheetBehavior } from '@microsoft/fast-foundation';
|
|
106
|
+
import { QueryString } from '@microsoft/fast-router';
|
|
104
107
|
import { radioGroupTemplate } from '@microsoft/fast-foundation';
|
|
105
108
|
import { RadioOptions } from '@microsoft/fast-foundation';
|
|
106
109
|
import { radioTemplate } from '@microsoft/fast-foundation';
|
|
@@ -189,6 +192,8 @@ export { checkboxTemplate }
|
|
|
189
192
|
|
|
190
193
|
export { children }
|
|
191
194
|
|
|
195
|
+
export { childRouteParameter }
|
|
196
|
+
|
|
192
197
|
export { classNames }
|
|
193
198
|
|
|
194
199
|
export { ColorRGBA64 }
|
|
@@ -239,6 +244,8 @@ export declare const defaultEventMap: Map<string, EventName>;
|
|
|
239
244
|
|
|
240
245
|
export { defaultExecutionContext }
|
|
241
246
|
|
|
247
|
+
export { DefaultRouter }
|
|
248
|
+
|
|
242
249
|
export { DefaultRouteRecognizer }
|
|
243
250
|
|
|
244
251
|
/**
|
|
@@ -432,6 +439,8 @@ export { progressTemplate }
|
|
|
432
439
|
|
|
433
440
|
export { PropertyStyleSheetBehavior }
|
|
434
441
|
|
|
442
|
+
export { QueryString }
|
|
443
|
+
|
|
435
444
|
export { radioGroupTemplate }
|
|
436
445
|
|
|
437
446
|
export { RadioOptions }
|
package/docs/api-report.md
CHANGED
|
@@ -27,6 +27,7 @@ import { cardTemplate } from '@microsoft/fast-foundation';
|
|
|
27
27
|
import { CheckboxOptions } from '@microsoft/fast-foundation';
|
|
28
28
|
import { checkboxTemplate } from '@microsoft/fast-foundation';
|
|
29
29
|
import { children } from '@microsoft/fast-element';
|
|
30
|
+
import { childRouteParameter } from '@microsoft/fast-router';
|
|
30
31
|
import { classNames } from '@microsoft/fast-web-utilities';
|
|
31
32
|
import { ColorRGBA64 } from '@microsoft/fast-colors';
|
|
32
33
|
import { ColumnDefinition } from '@microsoft/fast-foundation';
|
|
@@ -47,6 +48,7 @@ import { dataGridRowTemplate } from '@microsoft/fast-foundation';
|
|
|
47
48
|
import { dataGridTemplate } from '@microsoft/fast-foundation';
|
|
48
49
|
import { DecoratorAttributeConfiguration } from '@microsoft/fast-element';
|
|
49
50
|
import { defaultExecutionContext } from '@microsoft/fast-element';
|
|
51
|
+
import { DefaultRouter } from '@microsoft/fast-router';
|
|
50
52
|
import { DefaultRouteRecognizer } from '@microsoft/fast-router';
|
|
51
53
|
import { DesignSystem } from '@microsoft/fast-foundation';
|
|
52
54
|
import { DesignSystemRegistrationContext } from '@microsoft/fast-foundation';
|
|
@@ -107,6 +109,7 @@ import { ProgressRingOptions } from '@microsoft/fast-foundation';
|
|
|
107
109
|
import { progressRingTemplate } from '@microsoft/fast-foundation';
|
|
108
110
|
import { progressTemplate } from '@microsoft/fast-foundation';
|
|
109
111
|
import { PropertyStyleSheetBehavior } from '@microsoft/fast-foundation';
|
|
112
|
+
import { QueryString } from '@microsoft/fast-router';
|
|
110
113
|
import { radioGroupTemplate } from '@microsoft/fast-foundation';
|
|
111
114
|
import { RadioOptions } from '@microsoft/fast-foundation';
|
|
112
115
|
import { radioTemplate } from '@microsoft/fast-foundation';
|
|
@@ -195,6 +198,8 @@ export { checkboxTemplate }
|
|
|
195
198
|
|
|
196
199
|
export { children }
|
|
197
200
|
|
|
201
|
+
export { childRouteParameter }
|
|
202
|
+
|
|
198
203
|
export { classNames }
|
|
199
204
|
|
|
200
205
|
export { ColorRGBA64 }
|
|
@@ -239,6 +244,8 @@ export const defaultEventMap: Map<string, EventName>;
|
|
|
239
244
|
|
|
240
245
|
export { defaultExecutionContext }
|
|
241
246
|
|
|
247
|
+
export { DefaultRouter }
|
|
248
|
+
|
|
242
249
|
export { DefaultRouteRecognizer }
|
|
243
250
|
|
|
244
251
|
// @beta
|
|
@@ -384,6 +391,8 @@ export { progressTemplate }
|
|
|
384
391
|
|
|
385
392
|
export { PropertyStyleSheetBehavior }
|
|
386
393
|
|
|
394
|
+
export { QueryString }
|
|
395
|
+
|
|
387
396
|
export { radioGroupTemplate }
|
|
388
397
|
|
|
389
398
|
export { RadioOptions }
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/web-core",
|
|
3
3
|
"description": "Genesis Foundation Web Core",
|
|
4
|
-
"version": "14.217.0",
|
|
4
|
+
"version": "14.217.1-alpha-bbbd2b3.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "11665b997cc85fbfba6db6f8995df8c7b06a2776"
|
|
47
47
|
}
|