@genesislcap/foundation-header 14.441.0 → 14.443.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 +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.443.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"test:unit:browser:watch": "genx test --browser --watch",
|
|
74
74
|
"test:unit:watch": "genx test --watch",
|
|
75
75
|
"test:debug": "genx test --debug",
|
|
76
|
-
"lint": "genx lint
|
|
77
|
-
"lint:fix": "genx lint --fix"
|
|
76
|
+
"lint": "genx lint -l ox",
|
|
77
|
+
"lint:fix": "genx lint -l ox --fix"
|
|
78
78
|
},
|
|
79
79
|
"madge": {
|
|
80
80
|
"detectiveOptions": {
|
|
@@ -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.443.0",
|
|
88
|
+
"@genesislcap/genx": "14.443.0",
|
|
89
|
+
"@genesislcap/rollup-builder": "14.443.0",
|
|
90
|
+
"@genesislcap/ts-builder": "14.443.0",
|
|
91
|
+
"@genesislcap/uvu-playwright-builder": "14.443.0",
|
|
92
|
+
"@genesislcap/vite-builder": "14.443.0",
|
|
93
|
+
"@genesislcap/webpack-builder": "14.443.0"
|
|
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.443.0",
|
|
97
|
+
"@genesislcap/foundation-auth": "14.443.0",
|
|
98
|
+
"@genesislcap/foundation-comms": "14.443.0",
|
|
99
|
+
"@genesislcap/foundation-events": "14.443.0",
|
|
100
|
+
"@genesislcap/foundation-i18n": "14.443.0",
|
|
101
|
+
"@genesislcap/foundation-logger": "14.443.0",
|
|
102
|
+
"@genesislcap/foundation-login": "14.443.0",
|
|
103
|
+
"@genesislcap/foundation-shell": "14.443.0",
|
|
104
|
+
"@genesislcap/foundation-ui": "14.443.0",
|
|
105
|
+
"@genesislcap/foundation-user": "14.443.0",
|
|
106
|
+
"@genesislcap/foundation-utils": "14.443.0",
|
|
107
|
+
"@genesislcap/foundation-zero": "14.443.0",
|
|
108
|
+
"@genesislcap/rapid-design-system": "14.443.0",
|
|
109
|
+
"@genesislcap/web-core": "14.443.0"
|
|
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": "057cb7a0d06f339094c8634a413e4a6e1aa95659"
|
|
121
121
|
}
|
package/tsdoc.json
CHANGED