@genesislcap/foundation-utils 14.92.2 → 14.92.3-beta.0a7ca6c.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.
@@ -1959,71 +1959,6 @@
1959
1959
  }
1960
1960
  ]
1961
1961
  },
1962
- {
1963
- "kind": "javascript-module",
1964
- "path": "src/directives/when-else/index.ts",
1965
- "declarations": [],
1966
- "exports": [
1967
- {
1968
- "kind": "js",
1969
- "name": "*",
1970
- "declaration": {
1971
- "name": "*",
1972
- "package": "./when-else"
1973
- }
1974
- }
1975
- ]
1976
- },
1977
- {
1978
- "kind": "javascript-module",
1979
- "path": "src/directives/when-else/when-else.ts",
1980
- "declarations": [
1981
- {
1982
- "kind": "function",
1983
- "name": "whenElse",
1984
- "return": {
1985
- "type": {
1986
- "text": "CaptureType<TSource>"
1987
- }
1988
- },
1989
- "parameters": [
1990
- {
1991
- "name": "binding",
1992
- "type": {
1993
- "text": "Binding<TSource, TReturn>"
1994
- },
1995
- "description": "The condition to test for rendering."
1996
- },
1997
- {
1998
- "name": "trueTemplateOrTemplateBinding",
1999
- "type": {
2000
- "text": "WhenTemplate<TSource>"
2001
- },
2002
- "description": "The template or a binding that gets the template to render when the condition is true."
2003
- },
2004
- {
2005
- "name": "falseTemplateOrTemplateBinding",
2006
- "type": {
2007
- "text": "WhenTemplate<TSource>"
2008
- },
2009
- "description": "The template or a binding that gets the template to render when the condition is false."
2010
- }
2011
- ],
2012
- "description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
2013
- "privacy": "public"
2014
- }
2015
- ],
2016
- "exports": [
2017
- {
2018
- "kind": "js",
2019
- "name": "whenElse",
2020
- "declaration": {
2021
- "name": "whenElse",
2022
- "module": "src/directives/when-else/when-else.ts"
2023
- }
2024
- }
2025
- ]
2026
- },
2027
1962
  {
2028
1963
  "kind": "javascript-module",
2029
1964
  "path": "src/mappers/dto/index.ts",
@@ -2124,6 +2059,71 @@
2124
2059
  "declarations": [],
2125
2060
  "exports": []
2126
2061
  },
2062
+ {
2063
+ "kind": "javascript-module",
2064
+ "path": "src/directives/when-else/index.ts",
2065
+ "declarations": [],
2066
+ "exports": [
2067
+ {
2068
+ "kind": "js",
2069
+ "name": "*",
2070
+ "declaration": {
2071
+ "name": "*",
2072
+ "package": "./when-else"
2073
+ }
2074
+ }
2075
+ ]
2076
+ },
2077
+ {
2078
+ "kind": "javascript-module",
2079
+ "path": "src/directives/when-else/when-else.ts",
2080
+ "declarations": [
2081
+ {
2082
+ "kind": "function",
2083
+ "name": "whenElse",
2084
+ "return": {
2085
+ "type": {
2086
+ "text": "CaptureType<TSource>"
2087
+ }
2088
+ },
2089
+ "parameters": [
2090
+ {
2091
+ "name": "binding",
2092
+ "type": {
2093
+ "text": "Binding<TSource, TReturn>"
2094
+ },
2095
+ "description": "The condition to test for rendering."
2096
+ },
2097
+ {
2098
+ "name": "trueTemplateOrTemplateBinding",
2099
+ "type": {
2100
+ "text": "WhenTemplate<TSource>"
2101
+ },
2102
+ "description": "The template or a binding that gets the template to render when the condition is true."
2103
+ },
2104
+ {
2105
+ "name": "falseTemplateOrTemplateBinding",
2106
+ "type": {
2107
+ "text": "WhenTemplate<TSource>"
2108
+ },
2109
+ "description": "The template or a binding that gets the template to render when the condition is false."
2110
+ }
2111
+ ],
2112
+ "description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
2113
+ "privacy": "public"
2114
+ }
2115
+ ],
2116
+ "exports": [
2117
+ {
2118
+ "kind": "js",
2119
+ "name": "whenElse",
2120
+ "declaration": {
2121
+ "name": "whenElse",
2122
+ "module": "src/directives/when-else/when-else.ts"
2123
+ }
2124
+ }
2125
+ ]
2126
+ },
2127
2127
  {
2128
2128
  "kind": "javascript-module",
2129
2129
  "path": "src/mixins/lifecycle/index.ts",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.92.2",
4
+ "version": "14.92.3-beta.0a7ca6c.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
8
8
  "types": "dist/dts/index.d.ts",
9
9
  "engines": {
10
- "node": ">=18.0.0"
10
+ "node": ">=20.0.0"
11
11
  },
12
12
  "config": {
13
13
  "PORT": 3040
@@ -19,12 +19,12 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.92.2",
23
- "@genesislcap/genx": "14.92.2",
22
+ "@genesislcap/foundation-testing": "14.92.3-beta.0a7ca6c.1",
23
+ "@genesislcap/genx": "14.92.3-beta.0a7ca6c.1",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.92.2",
27
+ "@genesislcap/foundation-logger": "14.92.3-beta.0a7ca6c.1",
28
28
  "@microsoft/fast-components": "^2.21.3",
29
29
  "@microsoft/fast-element": "^1.7.0",
30
30
  "@microsoft/fast-foundation": "^2.33.2",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "customElements": "dist/custom-elements.json",
45
- "gitHead": "d789e74870db34df2246ed212f8507992cf054b4"
45
+ "gitHead": "521267599ab4dd8d042ae4b59c0c842af9018ae5"
46
46
  }