@genesislcap/web-core 14.177.3 → 14.179.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,30 +1,33 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.when = exports.volatile = exports.ViewTemplate = exports.slotted = exports.repeat = exports.ref = exports.observable = exports.Observable = exports.nullableNumberConverter = exports.HTMLView = exports.HTMLBindingDirective = exports.html = exports.FASTElementDefinition = exports.FASTElement = exports.ExecutionContext = exports.ElementStyles = exports.elements = exports.DOM = exports.defaultExecutionContext = exports.customElement = exports.cssPartial = exports.CSSDirective = exports.css = exports.children = exports.BindingBehavior = exports.attr = void 0;
4
- var fast_element_1 = require("@microsoft/fast-element");
5
- Object.defineProperty(exports, "attr", { enumerable: true, get: function () { return fast_element_1.attr; } });
6
- Object.defineProperty(exports, "BindingBehavior", { enumerable: true, get: function () { return fast_element_1.BindingBehavior; } });
7
- Object.defineProperty(exports, "children", { enumerable: true, get: function () { return fast_element_1.children; } });
8
- Object.defineProperty(exports, "css", { enumerable: true, get: function () { return fast_element_1.css; } });
9
- Object.defineProperty(exports, "CSSDirective", { enumerable: true, get: function () { return fast_element_1.CSSDirective; } });
10
- Object.defineProperty(exports, "cssPartial", { enumerable: true, get: function () { return fast_element_1.cssPartial; } });
11
- Object.defineProperty(exports, "customElement", { enumerable: true, get: function () { return fast_element_1.customElement; } });
12
- Object.defineProperty(exports, "defaultExecutionContext", { enumerable: true, get: function () { return fast_element_1.defaultExecutionContext; } });
13
- Object.defineProperty(exports, "DOM", { enumerable: true, get: function () { return fast_element_1.DOM; } });
14
- Object.defineProperty(exports, "elements", { enumerable: true, get: function () { return fast_element_1.elements; } });
15
- Object.defineProperty(exports, "ElementStyles", { enumerable: true, get: function () { return fast_element_1.ElementStyles; } });
16
- Object.defineProperty(exports, "ExecutionContext", { enumerable: true, get: function () { return fast_element_1.ExecutionContext; } });
17
- Object.defineProperty(exports, "FASTElement", { enumerable: true, get: function () { return fast_element_1.FASTElement; } });
18
- Object.defineProperty(exports, "FASTElementDefinition", { enumerable: true, get: function () { return fast_element_1.FASTElementDefinition; } });
19
- Object.defineProperty(exports, "html", { enumerable: true, get: function () { return fast_element_1.html; } });
20
- Object.defineProperty(exports, "HTMLBindingDirective", { enumerable: true, get: function () { return fast_element_1.HTMLBindingDirective; } });
21
- Object.defineProperty(exports, "HTMLView", { enumerable: true, get: function () { return fast_element_1.HTMLView; } });
22
- Object.defineProperty(exports, "nullableNumberConverter", { enumerable: true, get: function () { return fast_element_1.nullableNumberConverter; } });
23
- Object.defineProperty(exports, "Observable", { enumerable: true, get: function () { return fast_element_1.Observable; } });
24
- Object.defineProperty(exports, "observable", { enumerable: true, get: function () { return fast_element_1.observable; } });
25
- Object.defineProperty(exports, "ref", { enumerable: true, get: function () { return fast_element_1.ref; } });
26
- Object.defineProperty(exports, "repeat", { enumerable: true, get: function () { return fast_element_1.repeat; } });
27
- Object.defineProperty(exports, "slotted", { enumerable: true, get: function () { return fast_element_1.slotted; } });
28
- Object.defineProperty(exports, "ViewTemplate", { enumerable: true, get: function () { return fast_element_1.ViewTemplate; } });
29
- Object.defineProperty(exports, "volatile", { enumerable: true, get: function () { return fast_element_1.volatile; } });
30
- Object.defineProperty(exports, "when", { enumerable: true, get: function () { return fast_element_1.when; } });
3
+ exports.GenesisElementDefinition = exports.GenesisElement = exports.when = exports.volatile = exports.ViewTemplate = exports.slotted = exports.repeat = exports.ref = exports.observable = exports.Observable = exports.nullableNumberConverter = exports.HTMLView = exports.HTMLBindingDirective = exports.html = exports.FASTElementDefinition = exports.FASTElement = exports.ExecutionContext = exports.ElementStyles = exports.elements = exports.DOM = exports.defaultExecutionContext = exports.customElement = exports.cssPartial = exports.CSSDirective = exports.css = exports.children = exports.BindingBehavior = exports.attr = void 0;
4
+ const fast_element_1 = require("@microsoft/fast-element");
5
+ Object.defineProperty(exports, "GenesisElement", { enumerable: true, get: function () { return fast_element_1.FASTElement; } });
6
+ Object.defineProperty(exports, "GenesisElementDefinition", { enumerable: true, get: function () { return fast_element_1.FASTElementDefinition; } });
7
+ var fast_element_2 = require("@microsoft/fast-element");
8
+ Object.defineProperty(exports, "attr", { enumerable: true, get: function () { return fast_element_2.attr; } });
9
+ Object.defineProperty(exports, "BindingBehavior", { enumerable: true, get: function () { return fast_element_2.BindingBehavior; } });
10
+ Object.defineProperty(exports, "children", { enumerable: true, get: function () { return fast_element_2.children; } });
11
+ Object.defineProperty(exports, "css", { enumerable: true, get: function () { return fast_element_2.css; } });
12
+ Object.defineProperty(exports, "CSSDirective", { enumerable: true, get: function () { return fast_element_2.CSSDirective; } });
13
+ Object.defineProperty(exports, "cssPartial", { enumerable: true, get: function () { return fast_element_2.cssPartial; } });
14
+ Object.defineProperty(exports, "customElement", { enumerable: true, get: function () { return fast_element_2.customElement; } });
15
+ Object.defineProperty(exports, "defaultExecutionContext", { enumerable: true, get: function () { return fast_element_2.defaultExecutionContext; } });
16
+ Object.defineProperty(exports, "DOM", { enumerable: true, get: function () { return fast_element_2.DOM; } });
17
+ Object.defineProperty(exports, "elements", { enumerable: true, get: function () { return fast_element_2.elements; } });
18
+ Object.defineProperty(exports, "ElementStyles", { enumerable: true, get: function () { return fast_element_2.ElementStyles; } });
19
+ Object.defineProperty(exports, "ExecutionContext", { enumerable: true, get: function () { return fast_element_2.ExecutionContext; } });
20
+ Object.defineProperty(exports, "FASTElement", { enumerable: true, get: function () { return fast_element_2.FASTElement; } });
21
+ Object.defineProperty(exports, "FASTElementDefinition", { enumerable: true, get: function () { return fast_element_2.FASTElementDefinition; } });
22
+ Object.defineProperty(exports, "html", { enumerable: true, get: function () { return fast_element_2.html; } });
23
+ Object.defineProperty(exports, "HTMLBindingDirective", { enumerable: true, get: function () { return fast_element_2.HTMLBindingDirective; } });
24
+ Object.defineProperty(exports, "HTMLView", { enumerable: true, get: function () { return fast_element_2.HTMLView; } });
25
+ Object.defineProperty(exports, "nullableNumberConverter", { enumerable: true, get: function () { return fast_element_2.nullableNumberConverter; } });
26
+ Object.defineProperty(exports, "Observable", { enumerable: true, get: function () { return fast_element_2.Observable; } });
27
+ Object.defineProperty(exports, "observable", { enumerable: true, get: function () { return fast_element_2.observable; } });
28
+ Object.defineProperty(exports, "ref", { enumerable: true, get: function () { return fast_element_2.ref; } });
29
+ Object.defineProperty(exports, "repeat", { enumerable: true, get: function () { return fast_element_2.repeat; } });
30
+ Object.defineProperty(exports, "slotted", { enumerable: true, get: function () { return fast_element_2.slotted; } });
31
+ Object.defineProperty(exports, "ViewTemplate", { enumerable: true, get: function () { return fast_element_2.ViewTemplate; } });
32
+ Object.defineProperty(exports, "volatile", { enumerable: true, get: function () { return fast_element_2.volatile; } });
33
+ Object.defineProperty(exports, "when", { enumerable: true, get: function () { return fast_element_2.when; } });
@@ -1,11 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RouterConfiguration = exports.Router = exports.RouteCollection = exports.Route = exports.FASTRouter = exports.FASTElementLayout = exports.DefaultRouteRecognizer = void 0;
4
- var fast_router_1 = require("@microsoft/fast-router");
5
- Object.defineProperty(exports, "DefaultRouteRecognizer", { enumerable: true, get: function () { return fast_router_1.DefaultRouteRecognizer; } });
6
- Object.defineProperty(exports, "FASTElementLayout", { enumerable: true, get: function () { return fast_router_1.FASTElementLayout; } });
7
- Object.defineProperty(exports, "FASTRouter", { enumerable: true, get: function () { return fast_router_1.FASTRouter; } });
8
- Object.defineProperty(exports, "Route", { enumerable: true, get: function () { return fast_router_1.Route; } });
9
- Object.defineProperty(exports, "RouteCollection", { enumerable: true, get: function () { return fast_router_1.RouteCollection; } });
10
- Object.defineProperty(exports, "Router", { enumerable: true, get: function () { return fast_router_1.Router; } });
11
- Object.defineProperty(exports, "RouterConfiguration", { enumerable: true, get: function () { return fast_router_1.RouterConfiguration; } });
3
+ exports.GenesisRouter = exports.GenesisElementLayout = exports.RouterConfiguration = exports.Router = exports.RouteCollection = exports.Route = exports.FASTRouter = exports.FASTElementLayout = exports.DefaultRouteRecognizer = void 0;
4
+ const fast_router_1 = require("@microsoft/fast-router");
5
+ Object.defineProperty(exports, "GenesisElementLayout", { enumerable: true, get: function () { return fast_router_1.FASTElementLayout; } });
6
+ Object.defineProperty(exports, "GenesisRouter", { enumerable: true, get: function () { return fast_router_1.FASTRouter; } });
7
+ var fast_router_2 = require("@microsoft/fast-router");
8
+ Object.defineProperty(exports, "DefaultRouteRecognizer", { enumerable: true, get: function () { return fast_router_2.DefaultRouteRecognizer; } });
9
+ Object.defineProperty(exports, "FASTElementLayout", { enumerable: true, get: function () { return fast_router_2.FASTElementLayout; } });
10
+ Object.defineProperty(exports, "FASTRouter", { enumerable: true, get: function () { return fast_router_2.FASTRouter; } });
11
+ Object.defineProperty(exports, "Route", { enumerable: true, get: function () { return fast_router_2.Route; } });
12
+ Object.defineProperty(exports, "RouteCollection", { enumerable: true, get: function () { return fast_router_2.RouteCollection; } });
13
+ Object.defineProperty(exports, "Router", { enumerable: true, get: function () { return fast_router_2.Router; } });
14
+ Object.defineProperty(exports, "RouterConfiguration", { enumerable: true, get: function () { return fast_router_2.RouterConfiguration; } });
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defineFactory = void 0;
4
- const fast_element_1 = require("@microsoft/fast-element");
4
+ const FAST_1 = require("../FAST");
5
5
  const defaultDefinitionOverrider = (base) => (override) => (Object.assign(Object.assign({}, base), override));
6
6
  /**
7
7
  * Defines a platform custom element based on the provided type and definition.
@@ -35,7 +35,7 @@ const defineFactory = (Type, overriderOrBase) => (definition) => {
35
35
  const overrider = typeof overriderOrBase === 'function'
36
36
  ? overriderOrBase
37
37
  : defaultDefinitionOverrider(overriderOrBase);
38
- return fast_element_1.FASTElement.define(class extends Type {
38
+ return FAST_1.GenesisElement.define(class extends Type {
39
39
  }, overrider(definition));
40
40
  };
41
41
  exports.defineFactory = defineFactory;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tagFor = void 0;
4
- const fast_element_1 = require("@microsoft/fast-element");
4
+ const FAST_1 = require("../FAST");
5
5
  /**
6
6
  * Determines what HTML tag name to use for the dependency.
7
7
  * @param dependency - The dependency the template is dependent on.
@@ -14,9 +14,9 @@ function tagFor(dependency) {
14
14
  }
15
15
  if (typeof dependency === 'function') {
16
16
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
17
- dependency = fast_element_1.FASTElementDefinition.forType(dependency); // < using forType instead of getByType for now...
17
+ dependency = FAST_1.GenesisElementDefinition.forType(dependency); // < using forType instead of getByType for now...
18
18
  if (!dependency) {
19
- throw new Error('Missing FASTElement definition.');
19
+ throw new Error('Missing GenesisElement definition.');
20
20
  }
21
21
  }
22
22
  return dependency.name;
@@ -1,2 +1,4 @@
1
+ import { FASTElement, FASTElementDefinition, PartialFASTElementDefinition } from '@microsoft/fast-element';
1
2
  export { attr, Behavior, Binding, BindingBehavior, BindingObserver, CaptureType, children, ComposableStyles, Constructable, css, CSSDirective, cssPartial, customElement, defaultExecutionContext, DOM, elements, ElementStyles, ExecutionContext, FASTElement, FASTElementDefinition, html, HTMLBindingDirective, HTMLView, nullableNumberConverter, Observable, observable, PartialFASTElementDefinition, ref, repeat, RepeatOptions, slotted, SyntheticViewTemplate, ValueConverter, ViewTemplate, volatile, when, } from '@microsoft/fast-element';
3
+ export { FASTElement as GenesisElement, FASTElementDefinition as GenesisElementDefinition, PartialFASTElementDefinition as PartialGenesisElementDefinition, };
2
4
  //# sourceMappingURL=fast-element.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fast-element.d.ts","sourceRoot":"","sources":["../../../src/FAST/fast-element.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,eAAe,EACf,eAAe,EACf,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,aAAa,EACb,GAAG,EACH,YAAY,EACZ,UAAU,EACV,aAAa,EACb,uBAAuB,EACvB,GAAG,EACH,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,qBAAqB,EACrB,IAAI,EACJ,oBAAoB,EACpB,QAAQ,EACR,uBAAuB,EACvB,UAAU,EACV,UAAU,EACV,4BAA4B,EAC5B,GAAG,EACH,MAAM,EACN,aAAa,EACb,OAAO,EACP,qBAAqB,EACrB,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,IAAI,GACL,MAAM,yBAAyB,CAAC"}
1
+ {"version":3,"file":"fast-element.d.ts","sourceRoot":"","sources":["../../../src/FAST/fast-element.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,qBAAqB,EACrB,4BAA4B,EAC7B,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,eAAe,EACf,eAAe,EACf,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,aAAa,EACb,GAAG,EACH,YAAY,EACZ,UAAU,EACV,aAAa,EACb,uBAAuB,EACvB,GAAG,EACH,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,qBAAqB,EACrB,IAAI,EACJ,oBAAoB,EACpB,QAAQ,EACR,uBAAuB,EACvB,UAAU,EACV,UAAU,EACV,4BAA4B,EAC5B,GAAG,EACH,MAAM,EACN,aAAa,EACb,OAAO,EACP,qBAAqB,EACrB,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,IAAI,GACL,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EACL,WAAW,IAAI,cAAc,EAC7B,qBAAqB,IAAI,wBAAwB,EACjD,4BAA4B,IAAI,+BAA+B,GAChE,CAAC"}
@@ -1,2 +1,4 @@
1
+ import { FASTElementLayout, FASTRouter } from '@microsoft/fast-router';
1
2
  export { DefaultRouteRecognizer, FASTElementLayout, FASTRouter, HasElement, MappableRouteDefinition, NavigationPhase, Route, RouteCollection, Router, RouterConfiguration, RouterElement, } from '@microsoft/fast-router';
3
+ export { FASTElementLayout as GenesisElementLayout, FASTRouter as GenesisRouter };
2
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,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"}
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,12 +1,12 @@
1
- import { Constructable, FASTElement, PartialFASTElementDefinition } from '@microsoft/fast-element';
1
+ import { Constructable, GenesisElement, PartialGenesisElementDefinition } from '../FAST';
2
2
  /**
3
3
  * @beta
4
4
  */
5
- export type DefineFunction<TType> = (definition: PartialFASTElementDefinition) => TType;
5
+ export type DefineFunction<TType> = (definition: PartialGenesisElementDefinition) => TType;
6
6
  /**
7
7
  * @beta
8
8
  */
9
- export type DefinitionOverrider = (override: PartialFASTElementDefinition) => PartialFASTElementDefinition;
9
+ export type DefinitionOverrider = (override: PartialGenesisElementDefinition) => PartialGenesisElementDefinition;
10
10
  /**
11
11
  * Defines a platform custom element based on the provided type and definition.
12
12
  *
@@ -35,5 +35,5 @@ export type DefinitionOverrider = (override: PartialFASTElementDefinition) => Pa
35
35
  * @returns The type class.
36
36
  * @beta
37
37
  */
38
- export declare const defineFactory: <TType extends Constructable<FASTElement>>(Type: TType, overriderOrBase: DefinitionOverrider | PartialFASTElementDefinition) => DefineFunction<TType>;
38
+ export declare const defineFactory: <TType extends Constructable<GenesisElement>>(Type: TType, overriderOrBase: DefinitionOverrider | PartialGenesisElementDefinition) => DefineFunction<TType>;
39
39
  //# sourceMappingURL=define.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"define.d.ts","sourceRoot":"","sources":["../../../src/patterns/define.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAEnG;;GAEG;AACH,MAAM,MAAM,cAAc,CAAC,KAAK,IAAI,CAAC,UAAU,EAAE,4BAA4B,KAAK,KAAK,CAAC;AAExF;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,CAChC,QAAQ,EAAE,4BAA4B,KACnC,4BAA4B,CAAC;AASlC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,eAAO,MAAM,aAAa,2EAGL,mBAAmB,GAAG,4BAA4B,0BAQpE,CAAC"}
1
+ {"version":3,"file":"define.d.ts","sourceRoot":"","sources":["../../../src/patterns/define.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,+BAA+B,EAAE,MAAM,SAAS,CAAC;AAEzF;;GAEG;AACH,MAAM,MAAM,cAAc,CAAC,KAAK,IAAI,CAAC,UAAU,EAAE,+BAA+B,KAAK,KAAK,CAAC;AAE3F;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,CAChC,QAAQ,EAAE,+BAA+B,KACtC,+BAA+B,CAAC;AASrC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,eAAO,MAAM,aAAa,8EAGL,mBAAmB,GAAG,+BAA+B,0BAQvE,CAAC"}
@@ -1,9 +1,9 @@
1
- import { Constructable, FASTElement, FASTElementDefinition } from '@microsoft/fast-element';
1
+ import { Constructable, GenesisElement, GenesisElementDefinition } from '../FAST';
2
2
  /**
3
3
  * Used to designate a template's dependency on another custom element.
4
4
  * @beta
5
5
  */
6
- export type TemplateElementDependency = string | FASTElementDefinition | Constructable<FASTElement>;
6
+ export type TemplateElementDependency = string | GenesisElementDefinition | Constructable<GenesisElement>;
7
7
  /**
8
8
  * Used to help map components / elements for tagFor usage
9
9
  * @beta
@@ -1 +1 @@
1
- {"version":3,"file":"tag-for.d.ts","sourceRoot":"","sources":["../../../src/patterns/tag-for.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAE5F;;;GAGG;AACH,MAAM,MAAM,yBAAyB,GAAG,MAAM,GAAG,qBAAqB,GAAG,aAAa,CAAC,WAAW,CAAC,CAAC;AAEpG;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,yBAAyB,CAAA;CAAE,CAAC;AAE5E;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,UAAU,EAAE,yBAAyB,GAAG,MAAM,CAcpE"}
1
+ {"version":3,"file":"tag-for.d.ts","sourceRoot":"","sources":["../../../src/patterns/tag-for.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAElF;;;GAGG;AACH,MAAM,MAAM,yBAAyB,GACjC,MAAM,GACN,wBAAwB,GACxB,aAAa,CAAC,cAAc,CAAC,CAAC;AAElC;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,yBAAyB,CAAA;CAAE,CAAC;AAE5E;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,UAAU,EAAE,yBAAyB,GAAG,MAAM,CAcpE"}
@@ -1 +1,3 @@
1
+ import { FASTElement, FASTElementDefinition, } from '@microsoft/fast-element';
1
2
  export { attr, BindingBehavior, children, css, CSSDirective, cssPartial, customElement, defaultExecutionContext, DOM, elements, ElementStyles, ExecutionContext, FASTElement, FASTElementDefinition, html, HTMLBindingDirective, HTMLView, nullableNumberConverter, Observable, observable, ref, repeat, slotted, ViewTemplate, volatile, when, } from '@microsoft/fast-element';
3
+ export { FASTElement as GenesisElement, FASTElementDefinition as GenesisElementDefinition, };
@@ -1 +1,3 @@
1
+ import { FASTElementLayout, FASTRouter } from '@microsoft/fast-router';
1
2
  export { DefaultRouteRecognizer, FASTElementLayout, FASTRouter, Route, RouteCollection, Router, RouterConfiguration, } from '@microsoft/fast-router';
3
+ export { FASTElementLayout as GenesisElementLayout, FASTRouter as GenesisRouter };
@@ -1,4 +1,4 @@
1
- import { FASTElement } from '@microsoft/fast-element';
1
+ import { GenesisElement } from '../FAST';
2
2
  const defaultDefinitionOverrider = (base) => (override) => (Object.assign(Object.assign({}, base), override));
3
3
  /**
4
4
  * Defines a platform custom element based on the provided type and definition.
@@ -32,6 +32,6 @@ export const defineFactory = (Type, overriderOrBase) => (definition) => {
32
32
  const overrider = typeof overriderOrBase === 'function'
33
33
  ? overriderOrBase
34
34
  : defaultDefinitionOverrider(overriderOrBase);
35
- return FASTElement.define(class extends Type {
35
+ return GenesisElement.define(class extends Type {
36
36
  }, overrider(definition));
37
37
  };
@@ -1,4 +1,4 @@
1
- import { FASTElementDefinition } from '@microsoft/fast-element';
1
+ import { GenesisElementDefinition } from '../FAST';
2
2
  /**
3
3
  * Determines what HTML tag name to use for the dependency.
4
4
  * @param dependency - The dependency the template is dependent on.
@@ -11,9 +11,9 @@ export function tagFor(dependency) {
11
11
  }
12
12
  if (typeof dependency === 'function') {
13
13
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
14
- dependency = FASTElementDefinition.forType(dependency); // < using forType instead of getByType for now...
14
+ dependency = GenesisElementDefinition.forType(dependency); // < using forType instead of getByType for now...
15
15
  if (!dependency) {
16
- throw new Error('Missing FASTElement definition.');
16
+ throw new Error('Missing GenesisElement definition.');
17
17
  }
18
18
  }
19
19
  return dependency.name;
@@ -283,7 +283,7 @@
283
283
  },
284
284
  {
285
285
  "kind": "Reference",
286
- "text": "FASTElement",
286
+ "text": "GenesisElement",
287
287
  "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
288
288
  },
289
289
  {
@@ -301,7 +301,7 @@
301
301
  },
302
302
  {
303
303
  "kind": "Reference",
304
- "text": "PartialFASTElementDefinition",
304
+ "text": "PartialGenesisElementDefinition",
305
305
  "canonicalReference": "@microsoft/fast-element!PartialFASTElementDefinition:interface"
306
306
  },
307
307
  {
@@ -342,7 +342,7 @@
342
342
  },
343
343
  {
344
344
  "kind": "Reference",
345
- "text": "PartialFASTElementDefinition",
345
+ "text": "PartialGenesisElementDefinition",
346
346
  "canonicalReference": "@microsoft/fast-element!PartialFASTElementDefinition:interface"
347
347
  },
348
348
  {
@@ -390,7 +390,7 @@
390
390
  },
391
391
  {
392
392
  "kind": "Reference",
393
- "text": "PartialFASTElementDefinition",
393
+ "text": "PartialGenesisElementDefinition",
394
394
  "canonicalReference": "@microsoft/fast-element!PartialFASTElementDefinition:interface"
395
395
  },
396
396
  {
@@ -399,7 +399,7 @@
399
399
  },
400
400
  {
401
401
  "kind": "Reference",
402
- "text": "PartialFASTElementDefinition",
402
+ "text": "PartialGenesisElementDefinition",
403
403
  "canonicalReference": "@microsoft/fast-element!PartialFASTElementDefinition:interface"
404
404
  },
405
405
  {
@@ -647,7 +647,7 @@
647
647
  },
648
648
  {
649
649
  "kind": "Reference",
650
- "text": "FASTElementDefinition",
650
+ "text": "GenesisElementDefinition",
651
651
  "canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
652
652
  },
653
653
  {
@@ -665,7 +665,7 @@
665
665
  },
666
666
  {
667
667
  "kind": "Reference",
668
- "text": "FASTElement",
668
+ "text": "GenesisElement",
669
669
  "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
670
670
  },
671
671
  {
@@ -315,12 +315,16 @@ export declare type EventName = 'input' | 'change' | 'default';
315
315
  export { ExecutionContext }
316
316
 
317
317
  export { FASTElement }
318
+ export { FASTElement as GenesisElement }
318
319
 
319
320
  export { FASTElementDefinition }
321
+ export { FASTElementDefinition as GenesisElementDefinition }
320
322
 
321
323
  export { FASTElementLayout }
324
+ export { FASTElementLayout as GenesisElementLayout }
322
325
 
323
326
  export { FASTRouter }
327
+ export { FASTRouter as GenesisRouter }
324
328
 
325
329
  export { FlipperOptions }
326
330
 
@@ -385,6 +389,7 @@ export { Orientation }
385
389
  export { parseColorHexRGB }
386
390
 
387
391
  export { PartialFASTElementDefinition }
392
+ export { PartialFASTElementDefinition as PartialGenesisElementDefinition }
388
393
 
389
394
  export { pascalCase }
390
395
 
@@ -12,7 +12,7 @@ Defines a platform custom element based on the provided type and definition.
12
12
  **Signature:**
13
13
 
14
14
  ```typescript
15
- defineFactory: <TType extends Constructable<FASTElement>>(Type: TType, overriderOrBase: DefinitionOverrider | PartialFASTElementDefinition) => DefineFunction<TType>
15
+ defineFactory: <TType extends Constructable<GenesisElement>>(Type: TType, overriderOrBase: DefinitionOverrider | PartialGenesisElementDefinition) => DefineFunction<TType>
16
16
  ```
17
17
 
18
18
  ## Example 1
@@ -11,5 +11,5 @@
11
11
  **Signature:**
12
12
 
13
13
  ```typescript
14
- export type DefineFunction<TType> = (definition: PartialFASTElementDefinition) => TType;
14
+ export type DefineFunction<TType> = (definition: PartialGenesisElementDefinition) => TType;
15
15
  ```
@@ -11,5 +11,5 @@
11
11
  **Signature:**
12
12
 
13
13
  ```typescript
14
- export type DefinitionOverrider = (override: PartialFASTElementDefinition) => PartialFASTElementDefinition;
14
+ export type DefinitionOverrider = (override: PartialGenesisElementDefinition) => PartialGenesisElementDefinition;
15
15
  ```
@@ -12,5 +12,5 @@ Used to designate a template's dependency on another custom element.
12
12
  **Signature:**
13
13
 
14
14
  ```typescript
15
- export type TemplateElementDependency = string | FASTElementDefinition | Constructable<FASTElement>;
15
+ export type TemplateElementDependency = string | GenesisElementDefinition | Constructable<GenesisElement>;
16
16
  ```
@@ -281,12 +281,16 @@ export type EventName = 'input' | 'change' | 'default';
281
281
  export { ExecutionContext }
282
282
 
283
283
  export { FASTElement }
284
+ export { FASTElement as GenesisElement }
284
285
 
285
286
  export { FASTElementDefinition }
287
+ export { FASTElementDefinition as GenesisElementDefinition }
286
288
 
287
289
  export { FASTElementLayout }
290
+ export { FASTElementLayout as GenesisElementLayout }
288
291
 
289
292
  export { FASTRouter }
293
+ export { FASTRouter as GenesisRouter }
290
294
 
291
295
  export { FlipperOptions }
292
296
 
@@ -351,6 +355,7 @@ export { Orientation }
351
355
  export { parseColorHexRGB }
352
356
 
353
357
  export { PartialFASTElementDefinition }
358
+ export { PartialFASTElementDefinition as PartialGenesisElementDefinition }
354
359
 
355
360
  export { pascalCase }
356
361
 
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.177.3",
4
+ "version": "14.179.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "95449989e2502afe526bd583adf3e84089b2f5fb"
38
+ "gitHead": "fbb42975b9ecb82eac233685b37b0fa8118e2467"
39
39
  }