zova-ui-empty 5.1.38 → 5.1.40
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.
- package/env/.env +1 -1
- package/package.json +22 -21
- package/package.original.json +2 -2
- package/src/suite/a-demo/modules/demo-basic/src/.metadata/index.ts +0 -35
- package/src/suite/a-home/modules/home-base/src/.metadata/index.ts +0 -70
- package/src/suite/a-home/modules/home-base/src/types/index.ts +1 -2
- package/src/suite/a-home/modules/home-base/src/types/{style.ts → scopeBase.ts} +0 -2
- package/src/suite/a-home/modules/home-icon/icons/default/asterisk.svg +1 -1
- package/src/suite/a-home/modules/home-icon/src/.metadata/icons/groups/default.svg +1 -1
- package/src/suite/a-home/modules/home-theme/package.json +53 -0
- package/src/suite/a-home/modules/home-theme/src/.metadata/index.ts +112 -0
- package/src/suite/a-home/modules/home-theme/src/.metadata/this.ts +2 -0
- package/src/suite/a-home/modules/home-theme/src/index.ts +2 -0
- package/src/suite/a-home/modules/home-theme/src/types/index.ts +2 -0
- package/src/suite/a-home/modules/home-theme/src/types/style.ts +8 -0
- package/src/suite/a-home/modules/home-theme/tsconfig.build.json +13 -0
- package/src/suite/a-home/modules/home-theme/tsconfig.json +5 -0
- package/src/suite/a-home/package.json +2 -1
- /package/src/suite/a-home/modules/{home-base → home-theme}/src/bean/css.default.ts +0 -0
- /package/src/suite/a-home/modules/{home-base → home-theme}/src/bean/theme.default.ts +0 -0
- /package/src/suite/{a-demo/modules/demo-basic → a-home/modules/home-theme}/src/bean/theme.orange.ts +0 -0
- /package/src/suite/a-home/modules/{home-base → home-theme}/src/types/themeToken.ts +0 -0
package/env/.env
CHANGED
|
@@ -25,7 +25,7 @@ LAYOUT_COMPONENT_EMPTY = home-layout:layoutEmpty
|
|
|
25
25
|
LAYOUT_COMPONENT_DEFAULT = home-layout:layoutTabs
|
|
26
26
|
LAYOUT_SIDEBAR_LEFTOPENPC = true
|
|
27
27
|
|
|
28
|
-
STYLE_DEFAULT_THEME = home-
|
|
28
|
+
STYLE_DEFAULT_THEME = home-theme:default
|
|
29
29
|
|
|
30
30
|
LOGGER_CLIENT_DEFAULT =
|
|
31
31
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-empty",
|
|
3
|
-
"version": "5.1.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "5.1.40",
|
|
4
|
+
"gitHead": "00d56b88b3f454badf5426e68d108a62b1f787eb",
|
|
5
5
|
"description": "A vue3 empty framework with ioc",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"ioc",
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@cabloy/compose": "^2.1.4",
|
|
48
|
-
"@cabloy/deps": "^1.1.
|
|
49
|
-
"@cabloy/json5": "^1.1.
|
|
48
|
+
"@cabloy/deps": "^1.1.3",
|
|
49
|
+
"@cabloy/json5": "^1.1.3",
|
|
50
50
|
"@cabloy/logger": "^1.1.9",
|
|
51
51
|
"@cabloy/module-info": "^2.0.0",
|
|
52
|
-
"@cabloy/utils": "^2.1.
|
|
52
|
+
"@cabloy/utils": "^2.1.3",
|
|
53
53
|
"@cabloy/vue-router": "^4.4.16",
|
|
54
54
|
"@cabloy/word-utils": "^2.1.8",
|
|
55
|
-
"@cabloy/zod-openapi": "^1.1.
|
|
56
|
-
"@tanstack/query-core": "^5.
|
|
55
|
+
"@cabloy/zod-openapi": "^1.1.3",
|
|
56
|
+
"@tanstack/query-core": "^5.97.0",
|
|
57
57
|
"@tanstack/table-core": "^8.21.3",
|
|
58
58
|
"@tanstack/vue-form": "^1.29.0",
|
|
59
|
-
"@tanstack/vue-query": "^5.
|
|
59
|
+
"@tanstack/vue-query": "^5.97.0",
|
|
60
60
|
"@tanstack/vue-table": "^8.21.3",
|
|
61
61
|
"axios": "^1.15.0",
|
|
62
62
|
"compression": "^1.8.1",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"mutate-on-copy": "^1.1.8",
|
|
70
70
|
"openapi3-ts": "^4.5.0",
|
|
71
71
|
"quasar": "^2.18.1",
|
|
72
|
-
"table-identity": "^1.1.
|
|
72
|
+
"table-identity": "^1.1.3",
|
|
73
73
|
"typestyle": "^2.4.0",
|
|
74
74
|
"vue": "^3.5.6",
|
|
75
75
|
"vue-router": "^4.4.5",
|
|
76
76
|
"zod": "^4.3.6",
|
|
77
|
-
"zova": "^5.1.
|
|
78
|
-
"zova-jsx": "^1.1.
|
|
77
|
+
"zova": "^5.1.27",
|
|
78
|
+
"zova-jsx": "^1.1.13",
|
|
79
79
|
"zova-module-a-action": "^5.1.11",
|
|
80
80
|
"zova-module-a-actions": "^5.1.9",
|
|
81
81
|
"zova-module-a-api": "^5.1.8",
|
|
@@ -89,32 +89,33 @@
|
|
|
89
89
|
"zova-module-a-fetch": "^5.1.8",
|
|
90
90
|
"zova-module-a-form": "^5.1.9",
|
|
91
91
|
"zova-module-a-icon": "^5.1.11",
|
|
92
|
-
"zova-module-a-interceptor": "^5.1.
|
|
92
|
+
"zova-module-a-interceptor": "^5.1.8",
|
|
93
93
|
"zova-module-a-logger": "^5.1.9",
|
|
94
94
|
"zova-module-a-meta": "^5.1.8",
|
|
95
|
-
"zova-module-a-model": "^5.1.
|
|
96
|
-
"zova-module-a-openapi": "^5.1.
|
|
95
|
+
"zova-module-a-model": "^5.1.8",
|
|
96
|
+
"zova-module-a-openapi": "^5.1.9",
|
|
97
97
|
"zova-module-a-pinia": "^5.1.8",
|
|
98
|
-
"zova-module-a-router": "^5.1.
|
|
98
|
+
"zova-module-a-router": "^5.1.11",
|
|
99
99
|
"zova-module-a-routerstack": "^5.1.9",
|
|
100
|
-
"zova-module-a-routertabs": "^5.1.
|
|
100
|
+
"zova-module-a-routertabs": "^5.1.12",
|
|
101
101
|
"zova-module-a-ssr": "^5.1.9",
|
|
102
102
|
"zova-module-a-ssrhmr": "^5.1.8",
|
|
103
103
|
"zova-module-a-ssrserver": "^5.1.8",
|
|
104
|
-
"zova-module-a-style": "^5.1.
|
|
104
|
+
"zova-module-a-style": "^5.1.9",
|
|
105
105
|
"zova-module-a-table": "^5.1.9",
|
|
106
|
-
"zova-module-a-zod": "^5.1.
|
|
107
|
-
"zova-module-a-zova": "^5.1.
|
|
106
|
+
"zova-module-a-zod": "^5.1.9",
|
|
107
|
+
"zova-module-a-zova": "^5.1.15",
|
|
108
108
|
"zova-module-demo-basic": "workspace:^",
|
|
109
109
|
"zova-module-home-api": "workspace:^",
|
|
110
110
|
"zova-module-home-base": "workspace:^",
|
|
111
111
|
"zova-module-home-icon": "workspace:^",
|
|
112
112
|
"zova-module-home-index": "workspace:^",
|
|
113
113
|
"zova-module-home-layout": "workspace:^",
|
|
114
|
-
"zova-module-home-passport": "workspace:^"
|
|
114
|
+
"zova-module-home-passport": "workspace:^",
|
|
115
|
+
"zova-module-home-theme": "workspace:^"
|
|
115
116
|
},
|
|
116
117
|
"devDependencies": {
|
|
117
|
-
"@cabloy/cli": "^3.1.
|
|
118
|
+
"@cabloy/cli": "^3.1.3",
|
|
118
119
|
"@cabloy/lint": "^5.1.5",
|
|
119
120
|
"@cabloy/openapi-typescript": "^7.9.2",
|
|
120
121
|
"@quasar/app-vite": "2.4.0",
|
package/package.original.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-empty",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.39",
|
|
4
4
|
"packageManager": "pnpm@10.19.0",
|
|
5
5
|
"description": "A vue3 empty framework with ioc",
|
|
6
6
|
"publishConfig": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"quasar": "^2.18.1",
|
|
47
47
|
"vue": "^3.5.6",
|
|
48
48
|
"vue-router": "^4.4.5",
|
|
49
|
-
"zova": "^5.1.
|
|
49
|
+
"zova": "^5.1.26"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@cabloy/lint": "^5.1.5",
|
|
@@ -82,41 +82,6 @@ export interface IZovaComponentRecord {
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
/** components: end */
|
|
85
|
-
/** theme: begin */
|
|
86
|
-
export * from '../bean/theme.orange.js';
|
|
87
|
-
import { IThemeOptionsOrange } from '../bean/theme.orange.js';
|
|
88
|
-
import 'zova-module-a-style';
|
|
89
|
-
declare module 'zova-module-a-style' {
|
|
90
|
-
|
|
91
|
-
export interface IThemeRecord {
|
|
92
|
-
'demo-basic:orange': IThemeOptionsOrange;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
}
|
|
97
|
-
declare module 'zova-module-demo-basic' {
|
|
98
|
-
|
|
99
|
-
export interface ThemeOrange {
|
|
100
|
-
/** @internal */
|
|
101
|
-
get scope(): ScopeModuleDemoBasic;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
export interface ThemeOrange {
|
|
105
|
-
get $beanFullName(): 'demo-basic.theme.orange';
|
|
106
|
-
get $onionName(): 'demo-basic:orange';
|
|
107
|
-
get $onionOptions(): IThemeOptionsOrange;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
/** theme: end */
|
|
111
|
-
/** theme: begin */
|
|
112
|
-
import { ThemeOrange } from '../bean/theme.orange.js';
|
|
113
|
-
import 'zova';
|
|
114
|
-
declare module 'zova' {
|
|
115
|
-
export interface IBeanRecordLocal {
|
|
116
|
-
'demo-basic.theme.orange': ThemeOrange;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
/** theme: end */
|
|
120
85
|
/** scope: begin */
|
|
121
86
|
import { BeanScopeBase, type BeanScopeUtil } from 'zova';
|
|
122
87
|
import { Scope } from 'zova-module-a-bean';
|
|
@@ -154,76 +154,6 @@ export interface IZovaComponentRecord {
|
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
/** components: end */
|
|
157
|
-
/** css: begin */
|
|
158
|
-
export * from '../bean/css.default.js';
|
|
159
|
-
import { ICssOptionsDefault } from '../bean/css.default.js';
|
|
160
|
-
import 'zova-module-a-style';
|
|
161
|
-
declare module 'zova-module-a-style' {
|
|
162
|
-
|
|
163
|
-
export interface ICssRecord {
|
|
164
|
-
'home-base:default': ICssOptionsDefault;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
}
|
|
169
|
-
declare module 'zova-module-home-base' {
|
|
170
|
-
|
|
171
|
-
export interface CssDefault {
|
|
172
|
-
/** @internal */
|
|
173
|
-
get scope(): ScopeModuleHomeBase;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
export interface CssDefault {
|
|
177
|
-
get $beanFullName(): 'home-base.css.default';
|
|
178
|
-
get $onionName(): 'home-base:default';
|
|
179
|
-
get $onionOptions(): ICssOptionsDefault;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
/** css: end */
|
|
183
|
-
/** css: begin */
|
|
184
|
-
import { CssDefault } from '../bean/css.default.js';
|
|
185
|
-
import 'zova';
|
|
186
|
-
declare module 'zova' {
|
|
187
|
-
export interface IBeanRecordLocal {
|
|
188
|
-
'home-base.css.default': CssDefault;
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
/** css: end */
|
|
192
|
-
/** theme: begin */
|
|
193
|
-
export * from '../bean/theme.default.js';
|
|
194
|
-
import { IThemeOptionsDefault } from '../bean/theme.default.js';
|
|
195
|
-
import 'zova-module-a-style';
|
|
196
|
-
declare module 'zova-module-a-style' {
|
|
197
|
-
|
|
198
|
-
export interface IThemeRecord {
|
|
199
|
-
'home-base:default': IThemeOptionsDefault;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
}
|
|
204
|
-
declare module 'zova-module-home-base' {
|
|
205
|
-
|
|
206
|
-
export interface ThemeDefault {
|
|
207
|
-
/** @internal */
|
|
208
|
-
get scope(): ScopeModuleHomeBase;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
export interface ThemeDefault {
|
|
212
|
-
get $beanFullName(): 'home-base.theme.default';
|
|
213
|
-
get $onionName(): 'home-base:default';
|
|
214
|
-
get $onionOptions(): IThemeOptionsDefault;
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
/** theme: end */
|
|
218
|
-
/** theme: begin */
|
|
219
|
-
import { ThemeDefault } from '../bean/theme.default.js';
|
|
220
|
-
import 'zova';
|
|
221
|
-
declare module 'zova' {
|
|
222
|
-
export interface IBeanRecordLocal {
|
|
223
|
-
'home-base.theme.default': ThemeDefault;
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
/** theme: end */
|
|
227
157
|
/** locale: begin */
|
|
228
158
|
import { locales } from './locales.js';
|
|
229
159
|
/** locale: end */
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './themeToken.js';
|
|
1
|
+
export * from './scopeBase.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><!-- Icon from
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v12m5.196-9L6.804 15m0-6l10.392 6"/></svg>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<symbol id="zova-svg-icon-home-icon-default-arrow-up-right" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18 6 6 18M8 6h10v10"/></symbol>
|
|
21
21
|
<symbol id="zova-svg-icon-home-icon-default-arrow-up" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 20V4m-7 7 7-7 7 7"/></symbol>
|
|
22
22
|
<symbol id="zova-svg-icon-home-icon-default-article" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ri" viewBox="0 0 24 24"><path fill="currentColor" d="M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1M7 6v4h4V6zm0 6v2h10v-2zm0 4v2h10v-2zm6-9v2h4V7z"/></symbol>
|
|
23
|
-
<symbol id="zova-svg-icon-home-icon-default-asterisk" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="
|
|
23
|
+
<symbol id="zova-svg-icon-home-icon-default-asterisk" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v12m5.196-9L6.804 15m0-6 10.392 6"/></symbol>
|
|
24
24
|
<symbol id="zova-svg-icon-home-icon-default-attachment-line" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 36 36"><path fill="currentColor" d="M8.42 32.6A6.3 6.3 0 0 1 4 30.79l-.13-.13A6.2 6.2 0 0 1 2 26.22a6.77 6.77 0 0 1 2-4.82L19.5 6.07a8.67 8.67 0 0 1 12.15-.35A8 8 0 0 1 34 11.44a9 9 0 0 1-2.7 6.36L17.37 31.6A1 1 0 1 1 16 30.18l13.89-13.8A7 7 0 0 0 32 11.44a6 6 0 0 0-1.76-4.3 6.67 6.67 0 0 0-9.34.35L5.45 22.82A4.78 4.78 0 0 0 4 26.22a4.2 4.2 0 0 0 1.24 3l.13.13a4.64 4.64 0 0 0 6.5-.21l13.35-13.2A2.7 2.7 0 0 0 26 14a2.35 2.35 0 0 0-.69-1.68 2.61 2.61 0 0 0-3.66.13l-9.2 9.12a1 1 0 1 1-1.41-1.42L20.28 11a4.62 4.62 0 0 1 6.48-.13A4.33 4.33 0 0 1 28 14a4.68 4.68 0 0 1-1.41 3.34L13.28 30.58a6.9 6.9 0 0 1-4.86 2.02" class="clr-i-outline clr-i-outline-path-1"/><path fill="none" d="M0 0h36v36H0z"/></symbol>
|
|
25
25
|
<symbol id="zova-svg-icon-home-icon-default-book"><path fill="currentColor" d="M19 10h7v2h-7zm0 5h7v2h-7zm0 5h7v2h-7zM6 10h7v2H6zm0 5h7v2H6zm0 5h7v2H6z"/><path fill="currentColor" d="M28 5H4a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M4 7h11v18H4Zm13 18V7h11v18Z"/></symbol>
|
|
26
26
|
<symbol id="zova-svg-icon-home-icon-default-checkbox-checked" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="m10 17-5-5 1.41-1.42L10 14.17l7.59-7.59L19 8m0-5H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"/></symbol>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "zova-module-home-theme",
|
|
3
|
+
"version": "5.0.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"Zova Module"
|
|
7
|
+
],
|
|
8
|
+
"author": "",
|
|
9
|
+
"files": [
|
|
10
|
+
"mock",
|
|
11
|
+
"dist",
|
|
12
|
+
"src",
|
|
13
|
+
"icons",
|
|
14
|
+
"assets",
|
|
15
|
+
"rest"
|
|
16
|
+
],
|
|
17
|
+
"type": "module",
|
|
18
|
+
"exports": {
|
|
19
|
+
".": {
|
|
20
|
+
"types": [
|
|
21
|
+
"./src/index.ts",
|
|
22
|
+
"./dist/index.d.ts"
|
|
23
|
+
],
|
|
24
|
+
"import": "./src/index.ts",
|
|
25
|
+
"default": "./dist/index.js"
|
|
26
|
+
},
|
|
27
|
+
"./*": "./*"
|
|
28
|
+
},
|
|
29
|
+
"scripts": {
|
|
30
|
+
"clean": "rimraf dist tsconfig.build.tsbuildinfo",
|
|
31
|
+
"tsc:publish": "npm run clean && zova :bin:buildModule --sourcemap && tsc -p tsconfig.build.json",
|
|
32
|
+
"prepublishOnly": "npm run tsc:publish",
|
|
33
|
+
"prepack": "clean-package",
|
|
34
|
+
"postpack": "clean-package restore && npm run clean"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"clean-package": "^2.2.0",
|
|
39
|
+
"rimraf": "^6.1.3"
|
|
40
|
+
},
|
|
41
|
+
"clean-package": {
|
|
42
|
+
"indent": 2,
|
|
43
|
+
"replace": {
|
|
44
|
+
"exports.\\..types": "./dist/index.d.ts"
|
|
45
|
+
},
|
|
46
|
+
"remove": [
|
|
47
|
+
"clean-package",
|
|
48
|
+
"devDependencies",
|
|
49
|
+
"exports.\\..import"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"title": "home-theme"
|
|
53
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
// eslint-disable
|
|
2
|
+
/** css: begin */
|
|
3
|
+
export * from '../bean/css.default.js';
|
|
4
|
+
import { ICssOptionsDefault } from '../bean/css.default.js';
|
|
5
|
+
import 'zova-module-a-style';
|
|
6
|
+
declare module 'zova-module-a-style' {
|
|
7
|
+
|
|
8
|
+
export interface ICssRecord {
|
|
9
|
+
'home-theme:default': ICssOptionsDefault;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
}
|
|
14
|
+
declare module 'zova-module-home-theme' {
|
|
15
|
+
|
|
16
|
+
export interface CssDefault {
|
|
17
|
+
/** @internal */
|
|
18
|
+
get scope(): ScopeModuleHomeTheme;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export interface CssDefault {
|
|
22
|
+
get $beanFullName(): 'home-theme.css.default';
|
|
23
|
+
get $onionName(): 'home-theme:default';
|
|
24
|
+
get $onionOptions(): ICssOptionsDefault;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
/** css: end */
|
|
28
|
+
/** css: begin */
|
|
29
|
+
import { CssDefault } from '../bean/css.default.js';
|
|
30
|
+
import 'zova';
|
|
31
|
+
declare module 'zova' {
|
|
32
|
+
export interface IBeanRecordLocal {
|
|
33
|
+
'home-theme.css.default': CssDefault;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
/** css: end */
|
|
37
|
+
/** theme: begin */
|
|
38
|
+
export * from '../bean/theme.default.js';
|
|
39
|
+
export * from '../bean/theme.orange.js';
|
|
40
|
+
import { IThemeOptionsDefault } from '../bean/theme.default.js';
|
|
41
|
+
import { IThemeOptionsOrange } from '../bean/theme.orange.js';
|
|
42
|
+
import 'zova-module-a-style';
|
|
43
|
+
declare module 'zova-module-a-style' {
|
|
44
|
+
|
|
45
|
+
export interface IThemeRecord {
|
|
46
|
+
'home-theme:default': IThemeOptionsDefault;
|
|
47
|
+
'home-theme:orange': IThemeOptionsOrange;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
}
|
|
52
|
+
declare module 'zova-module-home-theme' {
|
|
53
|
+
|
|
54
|
+
export interface ThemeDefault {
|
|
55
|
+
/** @internal */
|
|
56
|
+
get scope(): ScopeModuleHomeTheme;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface ThemeDefault {
|
|
60
|
+
get $beanFullName(): 'home-theme.theme.default';
|
|
61
|
+
get $onionName(): 'home-theme:default';
|
|
62
|
+
get $onionOptions(): IThemeOptionsDefault;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export interface ThemeOrange {
|
|
66
|
+
/** @internal */
|
|
67
|
+
get scope(): ScopeModuleHomeTheme;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export interface ThemeOrange {
|
|
71
|
+
get $beanFullName(): 'home-theme.theme.orange';
|
|
72
|
+
get $onionName(): 'home-theme:orange';
|
|
73
|
+
get $onionOptions(): IThemeOptionsOrange;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
/** theme: end */
|
|
77
|
+
/** theme: begin */
|
|
78
|
+
import { ThemeDefault } from '../bean/theme.default.js';
|
|
79
|
+
import { ThemeOrange } from '../bean/theme.orange.js';
|
|
80
|
+
import 'zova';
|
|
81
|
+
declare module 'zova' {
|
|
82
|
+
export interface IBeanRecordLocal {
|
|
83
|
+
'home-theme.theme.default': ThemeDefault;
|
|
84
|
+
'home-theme.theme.orange': ThemeOrange;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
/** theme: end */
|
|
88
|
+
/** scope: begin */
|
|
89
|
+
import { BeanScopeBase, type BeanScopeUtil } from 'zova';
|
|
90
|
+
import { Scope } from 'zova-module-a-bean';
|
|
91
|
+
|
|
92
|
+
@Scope()
|
|
93
|
+
export class ScopeModuleHomeTheme extends BeanScopeBase {}
|
|
94
|
+
|
|
95
|
+
export interface ScopeModuleHomeTheme {
|
|
96
|
+
util: BeanScopeUtil;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
import 'zova';
|
|
100
|
+
declare module 'zova' {
|
|
101
|
+
export interface IBeanScopeRecord {
|
|
102
|
+
'home-theme': ScopeModuleHomeTheme;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/** scope: end */
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../tsconfig.base",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"rootDir": "src",
|
|
5
|
+
"outDir": "dist",
|
|
6
|
+
"declaration": true,
|
|
7
|
+
"declarationMap": true,
|
|
8
|
+
"emitDeclarationOnly": true,
|
|
9
|
+
"allowImportingTsExtensions": true,
|
|
10
|
+
"noEmit": false
|
|
11
|
+
},
|
|
12
|
+
"include": ["src", "src/.metadata/**/*"]
|
|
13
|
+
}
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"zova-module-home-icon": "workspace:^",
|
|
11
11
|
"zova-module-home-index": "workspace:^",
|
|
12
12
|
"zova-module-home-layout": "workspace:^",
|
|
13
|
-
"zova-module-home-passport": "^5.0.0"
|
|
13
|
+
"zova-module-home-passport": "^5.0.0",
|
|
14
|
+
"zova-module-home-theme": "^5.0.0"
|
|
14
15
|
},
|
|
15
16
|
"title": "Home"
|
|
16
17
|
}
|
|
File without changes
|
|
File without changes
|
/package/src/suite/{a-demo/modules/demo-basic → a-home/modules/home-theme}/src/bean/theme.orange.ts
RENAMED
|
File without changes
|
|
File without changes
|