@genesislcap/foundation-header 14.431.0 → 14.432.1-FUI-2489.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.
|
@@ -4039,6 +4039,12 @@
|
|
|
4039
4039
|
}
|
|
4040
4040
|
]
|
|
4041
4041
|
},
|
|
4042
|
+
{
|
|
4043
|
+
"kind": "javascript-module",
|
|
4044
|
+
"path": "src/templates/rapid.template.ts",
|
|
4045
|
+
"declarations": [],
|
|
4046
|
+
"exports": []
|
|
4047
|
+
},
|
|
4042
4048
|
{
|
|
4043
4049
|
"kind": "javascript-module",
|
|
4044
4050
|
"path": "src/tags/index.ts",
|
|
@@ -4060,12 +4066,6 @@
|
|
|
4060
4066
|
"declarations": [],
|
|
4061
4067
|
"exports": []
|
|
4062
4068
|
},
|
|
4063
|
-
{
|
|
4064
|
-
"kind": "javascript-module",
|
|
4065
|
-
"path": "src/templates/rapid.template.ts",
|
|
4066
|
-
"declarations": [],
|
|
4067
|
-
"exports": []
|
|
4068
|
-
},
|
|
4069
4069
|
{
|
|
4070
4070
|
"kind": "javascript-module",
|
|
4071
4071
|
"path": "src/utils/index.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.template.d.ts","sourceRoot":"","sources":["../../../src/main/main.template.ts"],"names":[],"mappings":"AAIA,OAAO,EAAO,YAAY,
|
|
1
|
+
{"version":3,"file":"main.template.d.ts","sourceRoot":"","sources":["../../../src/main/main.template.ts"],"names":[],"mappings":"AAIA,OAAO,EAAO,YAAY,EAAkC,MAAM,uBAAuB,CAAC;AAe1F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAQzC;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,eAAe,EAAE,YAAY,CAAC,UAAU,CAIpD,CAAC;AAuMF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,WAAW,+BAyJvB,CAAC;AAiDF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,mBAAmB,GAAI,WAAM,2BAIzC,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,eAAe,EAAE,YAAY,CAAC,UAAU,CAEpD,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,YAAY,+BAAc,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { isAIFeatureEnabled } from '@genesislcap/foundation-ai';
|
|
2
2
|
import { getApp } from '@genesislcap/foundation-shell/app';
|
|
3
3
|
import { avoidTreeShaking } from '@genesislcap/foundation-utils';
|
|
4
|
-
import { ref } from '@genesislcap/web-core';
|
|
5
|
-
import { classNames, html, repeat, when } from '@genesislcap/web-core';
|
|
4
|
+
import { ref, classNames, html, repeat, when } from '@genesislcap/web-core';
|
|
6
5
|
import { ControlPanel } from '../components';
|
|
7
6
|
import { aiIndicatorTag, buttonTag, connectionIndicatorTag, environmentIndicatorTag, flyoutTag, getTagHelper, iconTag, optionTag, providerTag, selectTag, } from '../tags';
|
|
8
7
|
avoidTreeShaking(ControlPanel);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-header",
|
|
3
3
|
"description": "Genesis Foundation Header",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.432.1-FUI-2489.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -84,29 +84,29 @@
|
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@genesislcap/foundation-testing": "14.
|
|
88
|
-
"@genesislcap/genx": "14.
|
|
89
|
-
"@genesislcap/rollup-builder": "14.
|
|
90
|
-
"@genesislcap/ts-builder": "14.
|
|
91
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
92
|
-
"@genesislcap/vite-builder": "14.
|
|
93
|
-
"@genesislcap/webpack-builder": "14.
|
|
87
|
+
"@genesislcap/foundation-testing": "14.432.1-FUI-2489.1",
|
|
88
|
+
"@genesislcap/genx": "14.432.1-FUI-2489.1",
|
|
89
|
+
"@genesislcap/rollup-builder": "14.432.1-FUI-2489.1",
|
|
90
|
+
"@genesislcap/ts-builder": "14.432.1-FUI-2489.1",
|
|
91
|
+
"@genesislcap/uvu-playwright-builder": "14.432.1-FUI-2489.1",
|
|
92
|
+
"@genesislcap/vite-builder": "14.432.1-FUI-2489.1",
|
|
93
|
+
"@genesislcap/webpack-builder": "14.432.1-FUI-2489.1"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@genesislcap/foundation-ai": "14.
|
|
97
|
-
"@genesislcap/foundation-auth": "14.
|
|
98
|
-
"@genesislcap/foundation-comms": "14.
|
|
99
|
-
"@genesislcap/foundation-events": "14.
|
|
100
|
-
"@genesislcap/foundation-i18n": "14.
|
|
101
|
-
"@genesislcap/foundation-logger": "14.
|
|
102
|
-
"@genesislcap/foundation-login": "14.
|
|
103
|
-
"@genesislcap/foundation-shell": "14.
|
|
104
|
-
"@genesislcap/foundation-ui": "14.
|
|
105
|
-
"@genesislcap/foundation-user": "14.
|
|
106
|
-
"@genesislcap/foundation-utils": "14.
|
|
107
|
-
"@genesislcap/foundation-zero": "14.
|
|
108
|
-
"@genesislcap/rapid-design-system": "14.
|
|
109
|
-
"@genesislcap/web-core": "14.
|
|
96
|
+
"@genesislcap/foundation-ai": "14.432.1-FUI-2489.1",
|
|
97
|
+
"@genesislcap/foundation-auth": "14.432.1-FUI-2489.1",
|
|
98
|
+
"@genesislcap/foundation-comms": "14.432.1-FUI-2489.1",
|
|
99
|
+
"@genesislcap/foundation-events": "14.432.1-FUI-2489.1",
|
|
100
|
+
"@genesislcap/foundation-i18n": "14.432.1-FUI-2489.1",
|
|
101
|
+
"@genesislcap/foundation-logger": "14.432.1-FUI-2489.1",
|
|
102
|
+
"@genesislcap/foundation-login": "14.432.1-FUI-2489.1",
|
|
103
|
+
"@genesislcap/foundation-shell": "14.432.1-FUI-2489.1",
|
|
104
|
+
"@genesislcap/foundation-ui": "14.432.1-FUI-2489.1",
|
|
105
|
+
"@genesislcap/foundation-user": "14.432.1-FUI-2489.1",
|
|
106
|
+
"@genesislcap/foundation-utils": "14.432.1-FUI-2489.1",
|
|
107
|
+
"@genesislcap/foundation-zero": "14.432.1-FUI-2489.1",
|
|
108
|
+
"@genesislcap/rapid-design-system": "14.432.1-FUI-2489.1",
|
|
109
|
+
"@genesislcap/web-core": "14.432.1-FUI-2489.1"
|
|
110
110
|
},
|
|
111
111
|
"repository": {
|
|
112
112
|
"type": "git",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"access": "public"
|
|
118
118
|
},
|
|
119
119
|
"customElements": "dist/custom-elements.json",
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "9bae1c5f931d4787041aae3536be9493c11e6312"
|
|
121
121
|
}
|
package/tsdoc.json
CHANGED