@genesislcap/web-core 14.197.1 → 14.198.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { FASTElementLayout, FASTRouter } from '@microsoft/fast-router';
|
|
2
|
-
export { DefaultRouteRecognizer, FASTElementLayout, FASTRouter, HasElement, MappableRouteDefinition, NavigationPhase, Route, RouteCollection, Router, RouterConfiguration, RouterElement, } from '@microsoft/fast-router';
|
|
2
|
+
export { DefaultRouteRecognizer, FASTElementLayout, FASTRouter, HasElement, HasTemplate, HasTitle, MappableRouteDefinition, NavigationPhase, Route, RouteCollection, Router, RouterConfiguration, RouterElement, } 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,uBAAuB,EACvB,eAAe,EACf,KAAK,EACL,eAAe,EACf,MAAM,EACN,mBAAmB,EACnB,aAAa,GACd,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,iBAAiB,IAAI,oBAAoB,EAAE,UAAU,IAAI,aAAa,EAAE,CAAC"}
|
|
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,GACd,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,iBAAiB,IAAI,oBAAoB,EAAE,UAAU,IAAI,aAAa,EAAE,CAAC"}
|
package/dist/web-core.d.ts
CHANGED
|
@@ -69,6 +69,8 @@ import { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
|
69
69
|
import { FoundationElementRegistry } from '@microsoft/fast-foundation';
|
|
70
70
|
import { FoundationElementTemplate } from '@microsoft/fast-foundation';
|
|
71
71
|
import { HasElement } from '@microsoft/fast-router';
|
|
72
|
+
import { HasTemplate } from '@microsoft/fast-router';
|
|
73
|
+
import { HasTitle } from '@microsoft/fast-router';
|
|
72
74
|
import { HorizontalScrollOptions } from '@microsoft/fast-foundation';
|
|
73
75
|
import { horizontalScrollTemplate } from '@microsoft/fast-foundation';
|
|
74
76
|
import { html } from '@microsoft/fast-element';
|
|
@@ -344,6 +346,10 @@ export { FoundationElementTemplate }
|
|
|
344
346
|
|
|
345
347
|
export { HasElement }
|
|
346
348
|
|
|
349
|
+
export { HasTemplate }
|
|
350
|
+
|
|
351
|
+
export { HasTitle }
|
|
352
|
+
|
|
347
353
|
export { HorizontalScrollOptions }
|
|
348
354
|
|
|
349
355
|
export { horizontalScrollTemplate }
|
package/docs/api-report.md
CHANGED
|
@@ -75,6 +75,8 @@ import { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
|
75
75
|
import { FoundationElementRegistry } from '@microsoft/fast-foundation';
|
|
76
76
|
import { FoundationElementTemplate } from '@microsoft/fast-foundation';
|
|
77
77
|
import { HasElement } from '@microsoft/fast-router';
|
|
78
|
+
import { HasTemplate } from '@microsoft/fast-router';
|
|
79
|
+
import { HasTitle } from '@microsoft/fast-router';
|
|
78
80
|
import { HorizontalScrollOptions } from '@microsoft/fast-foundation';
|
|
79
81
|
import { horizontalScrollTemplate } from '@microsoft/fast-foundation';
|
|
80
82
|
import { html } from '@microsoft/fast-element';
|
|
@@ -310,6 +312,10 @@ export { FoundationElementTemplate }
|
|
|
310
312
|
|
|
311
313
|
export { HasElement }
|
|
312
314
|
|
|
315
|
+
export { HasTemplate }
|
|
316
|
+
|
|
317
|
+
export { HasTitle }
|
|
318
|
+
|
|
313
319
|
export { HorizontalScrollOptions }
|
|
314
320
|
|
|
315
321
|
export { horizontalScrollTemplate }
|
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.
|
|
4
|
+
"version": "14.198.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": "8d2006b1960c1d59640357a6cf0f42341b13cb00"
|
|
47
47
|
}
|