zova-ui-vuetify 5.1.39 → 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 +19 -18
- package/package.original.json +2 -2
- package/src/suite/a-demo/modules/demo-basic/src/.metadata/index.ts +0 -35
- package/src/suite/a-demo/modules/demo-basic/src/page/style/controller.tsx +4 -4
- 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-layouttabs/src/component/layoutTabs/render.theme.tsx +2 -2
- 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-layoutempty:layoutEmpty
|
|
|
25
25
|
LAYOUT_COMPONENT_DEFAULT = home-layouttabs: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-vuetify",
|
|
3
|
-
"version": "5.1.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "5.1.40",
|
|
4
|
+
"gitHead": "72627fa200eff1faeea9d0240d7d971a716c51b2",
|
|
5
5
|
"description": "A vue3 vuetify framework with ioc",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"ioc",
|
|
@@ -56,20 +56,20 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@cabloy/compose": "^2.1.4",
|
|
59
|
-
"@cabloy/deps": "^1.1.
|
|
60
|
-
"@cabloy/json5": "^1.1.
|
|
59
|
+
"@cabloy/deps": "^1.1.3",
|
|
60
|
+
"@cabloy/json5": "^1.1.3",
|
|
61
61
|
"@cabloy/logger": "^1.1.9",
|
|
62
62
|
"@cabloy/module-info": "^2.0.0",
|
|
63
|
-
"@cabloy/utils": "^2.1.
|
|
63
|
+
"@cabloy/utils": "^2.1.3",
|
|
64
64
|
"@cabloy/vue-router": "^4.4.16",
|
|
65
65
|
"@cabloy/word-utils": "^2.1.8",
|
|
66
|
-
"@cabloy/zod-openapi": "^1.1.
|
|
66
|
+
"@cabloy/zod-openapi": "^1.1.3",
|
|
67
67
|
"@date-io/luxon": "^3.2.0",
|
|
68
68
|
"@fontsource/roboto": "^5.2.10",
|
|
69
|
-
"@tanstack/query-core": "^5.
|
|
69
|
+
"@tanstack/query-core": "^5.97.0",
|
|
70
70
|
"@tanstack/table-core": "^8.21.3",
|
|
71
71
|
"@tanstack/vue-form": "^1.29.0",
|
|
72
|
-
"@tanstack/vue-query": "^5.
|
|
72
|
+
"@tanstack/vue-query": "^5.97.0",
|
|
73
73
|
"@tanstack/vue-table": "^8.21.3",
|
|
74
74
|
"axios": "^1.15.0",
|
|
75
75
|
"compression": "^1.8.1",
|
|
@@ -82,14 +82,14 @@
|
|
|
82
82
|
"mutate-on-copy": "^1.1.8",
|
|
83
83
|
"openapi3-ts": "^4.5.0",
|
|
84
84
|
"quasar": "^2.19.3",
|
|
85
|
-
"table-identity": "^1.1.
|
|
85
|
+
"table-identity": "^1.1.3",
|
|
86
86
|
"typestyle": "^2.4.0",
|
|
87
87
|
"vue": "^3.5.32",
|
|
88
88
|
"vue-router": "npm:@cabloy/vue-router@^4.4.16",
|
|
89
89
|
"vuetify": "^4.0.5",
|
|
90
90
|
"zod": "^4.3.6",
|
|
91
|
-
"zova": "^5.1.
|
|
92
|
-
"zova-jsx": "^1.1.
|
|
91
|
+
"zova": "^5.1.26",
|
|
92
|
+
"zova-jsx": "^1.1.13",
|
|
93
93
|
"zova-module-a-action": "^5.1.11",
|
|
94
94
|
"zova-module-a-actions": "^5.1.9",
|
|
95
95
|
"zova-module-a-api": "^5.1.8",
|
|
@@ -103,22 +103,22 @@
|
|
|
103
103
|
"zova-module-a-fetch": "^5.1.8",
|
|
104
104
|
"zova-module-a-form": "^5.1.9",
|
|
105
105
|
"zova-module-a-icon": "^5.1.11",
|
|
106
|
-
"zova-module-a-interceptor": "^5.1.
|
|
106
|
+
"zova-module-a-interceptor": "^5.1.8",
|
|
107
107
|
"zova-module-a-logger": "^5.1.9",
|
|
108
108
|
"zova-module-a-meta": "^5.1.8",
|
|
109
|
-
"zova-module-a-model": "^5.1.
|
|
109
|
+
"zova-module-a-model": "^5.1.8",
|
|
110
110
|
"zova-module-a-openapi": "^5.1.8",
|
|
111
111
|
"zova-module-a-pinia": "^5.1.8",
|
|
112
112
|
"zova-module-a-router": "^5.1.10",
|
|
113
113
|
"zova-module-a-routerstack": "^5.1.9",
|
|
114
|
-
"zova-module-a-routertabs": "^5.1.
|
|
114
|
+
"zova-module-a-routertabs": "^5.1.9",
|
|
115
115
|
"zova-module-a-ssr": "^5.1.9",
|
|
116
116
|
"zova-module-a-ssrhmr": "^5.1.8",
|
|
117
117
|
"zova-module-a-ssrserver": "^5.1.8",
|
|
118
|
-
"zova-module-a-style": "^5.1.
|
|
118
|
+
"zova-module-a-style": "^5.1.9",
|
|
119
119
|
"zova-module-a-table": "^5.1.9",
|
|
120
|
-
"zova-module-a-zod": "^5.1.
|
|
121
|
-
"zova-module-a-zova": "^5.1.
|
|
120
|
+
"zova-module-a-zod": "^5.1.9",
|
|
121
|
+
"zova-module-a-zova": "^5.1.15",
|
|
122
122
|
"zova-module-demo-basic": "workspace:^",
|
|
123
123
|
"zova-module-home-api": "workspace:^",
|
|
124
124
|
"zova-module-home-base": "workspace:^",
|
|
@@ -128,13 +128,14 @@
|
|
|
128
128
|
"zova-module-home-layouttabs": "workspace:^",
|
|
129
129
|
"zova-module-home-login": "workspace:^",
|
|
130
130
|
"zova-module-home-passport": "workspace:^",
|
|
131
|
+
"zova-module-home-theme": "workspace:^",
|
|
131
132
|
"zova-module-rest-actions": "^5.1.10",
|
|
132
133
|
"zova-module-rest-resource": "^5.1.10",
|
|
133
134
|
"zova-module-vuetify-adapter": "workspace:^",
|
|
134
135
|
"zova-module-vuetify-form": "workspace:^"
|
|
135
136
|
},
|
|
136
137
|
"devDependencies": {
|
|
137
|
-
"@cabloy/cli": "^3.1.
|
|
138
|
+
"@cabloy/cli": "^3.1.3",
|
|
138
139
|
"@cabloy/lint": "^5.1.5",
|
|
139
140
|
"@cabloy/openapi-typescript": "^7.9.2",
|
|
140
141
|
"@quasar/app-vite": "npm:@cabloy/quasar-app-vite@^2.5.9",
|
package/package.original.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-vuetify",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.39",
|
|
4
4
|
"description": "A vue3 vuetify framework with ioc",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"vue": "^3.5.32",
|
|
60
60
|
"vuetify": "^4.0.5",
|
|
61
61
|
"vue-router": "npm:@cabloy/vue-router@^4.4.16",
|
|
62
|
-
"zova": "^5.1.
|
|
62
|
+
"zova": "^5.1.25"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@cabloy/lint": "^5.1.5",
|
|
@@ -92,41 +92,6 @@ export interface IZovaComponentRecord {
|
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
/** components: end */
|
|
95
|
-
/** theme: begin */
|
|
96
|
-
export * from '../bean/theme.orange.js';
|
|
97
|
-
import { IThemeOptionsOrange } from '../bean/theme.orange.js';
|
|
98
|
-
import 'zova-module-a-style';
|
|
99
|
-
declare module 'zova-module-a-style' {
|
|
100
|
-
|
|
101
|
-
export interface IThemeRecord {
|
|
102
|
-
'demo-basic:orange': IThemeOptionsOrange;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
}
|
|
107
|
-
declare module 'zova-module-demo-basic' {
|
|
108
|
-
|
|
109
|
-
export interface ThemeOrange {
|
|
110
|
-
/** @internal */
|
|
111
|
-
get scope(): ScopeModuleDemoBasic;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
export interface ThemeOrange {
|
|
115
|
-
get $beanFullName(): 'demo-basic.theme.orange';
|
|
116
|
-
get $onionName(): 'demo-basic:orange';
|
|
117
|
-
get $onionOptions(): IThemeOptionsOrange;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
/** theme: end */
|
|
121
|
-
/** theme: begin */
|
|
122
|
-
import { ThemeOrange } from '../bean/theme.orange.js';
|
|
123
|
-
import 'zova';
|
|
124
|
-
declare module 'zova' {
|
|
125
|
-
export interface IBeanRecordLocal {
|
|
126
|
-
'demo-basic.theme.orange': ThemeOrange;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
/** theme: end */
|
|
130
95
|
/** scope: begin */
|
|
131
96
|
import { BeanScopeBase, type BeanScopeUtil } from 'zova';
|
|
132
97
|
import { Scope } from 'zova-module-a-bean';
|
|
@@ -19,9 +19,9 @@ export class ControllerPageStyle extends BeanControllerPageBase {
|
|
|
19
19
|
themeNameOptions = [
|
|
20
20
|
{
|
|
21
21
|
label: 'Default',
|
|
22
|
-
value: $getThemeName('home-
|
|
22
|
+
value: $getThemeName('home-theme:default'),
|
|
23
23
|
},
|
|
24
|
-
{ label: 'Orange', value: $getThemeName('
|
|
24
|
+
{ label: 'Orange', value: $getThemeName('home-theme:orange') },
|
|
25
25
|
];
|
|
26
26
|
|
|
27
27
|
protected async __init__() {
|
|
@@ -56,8 +56,8 @@ export class ControllerPageStyle extends BeanControllerPageBase {
|
|
|
56
56
|
{this.$theme.name}
|
|
57
57
|
</div>
|
|
58
58
|
<VRadioGroup v-model={this.$theme.name} inline>
|
|
59
|
-
<VRadio label="Default" value={$getThemeName('home-
|
|
60
|
-
<VRadio label="Orange" value={$getThemeName('
|
|
59
|
+
<VRadio label="Default" value={$getThemeName('home-theme:default')}></VRadio>
|
|
60
|
+
<VRadio label="Orange" value={$getThemeName('home-theme:orange')}></VRadio>
|
|
61
61
|
</VRadioGroup>
|
|
62
62
|
</div>
|
|
63
63
|
</ZPage>
|
|
@@ -197,76 +197,6 @@ export interface IZovaComponentRecord {
|
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
199
|
/** components: end */
|
|
200
|
-
/** css: begin */
|
|
201
|
-
export * from '../bean/css.default.js';
|
|
202
|
-
import { ICssOptionsDefault } from '../bean/css.default.js';
|
|
203
|
-
import 'zova-module-a-style';
|
|
204
|
-
declare module 'zova-module-a-style' {
|
|
205
|
-
|
|
206
|
-
export interface ICssRecord {
|
|
207
|
-
'home-base:default': ICssOptionsDefault;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
}
|
|
212
|
-
declare module 'zova-module-home-base' {
|
|
213
|
-
|
|
214
|
-
export interface CssDefault {
|
|
215
|
-
/** @internal */
|
|
216
|
-
get scope(): ScopeModuleHomeBase;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
export interface CssDefault {
|
|
220
|
-
get $beanFullName(): 'home-base.css.default';
|
|
221
|
-
get $onionName(): 'home-base:default';
|
|
222
|
-
get $onionOptions(): ICssOptionsDefault;
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
/** css: end */
|
|
226
|
-
/** css: begin */
|
|
227
|
-
import { CssDefault } from '../bean/css.default.js';
|
|
228
|
-
import 'zova';
|
|
229
|
-
declare module 'zova' {
|
|
230
|
-
export interface IBeanRecordLocal {
|
|
231
|
-
'home-base.css.default': CssDefault;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
/** css: end */
|
|
235
|
-
/** theme: begin */
|
|
236
|
-
export * from '../bean/theme.default.js';
|
|
237
|
-
import { IThemeOptionsDefault } from '../bean/theme.default.js';
|
|
238
|
-
import 'zova-module-a-style';
|
|
239
|
-
declare module 'zova-module-a-style' {
|
|
240
|
-
|
|
241
|
-
export interface IThemeRecord {
|
|
242
|
-
'home-base:default': IThemeOptionsDefault;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
}
|
|
247
|
-
declare module 'zova-module-home-base' {
|
|
248
|
-
|
|
249
|
-
export interface ThemeDefault {
|
|
250
|
-
/** @internal */
|
|
251
|
-
get scope(): ScopeModuleHomeBase;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
export interface ThemeDefault {
|
|
255
|
-
get $beanFullName(): 'home-base.theme.default';
|
|
256
|
-
get $onionName(): 'home-base:default';
|
|
257
|
-
get $onionOptions(): IThemeOptionsDefault;
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
/** theme: end */
|
|
261
|
-
/** theme: begin */
|
|
262
|
-
import { ThemeDefault } from '../bean/theme.default.js';
|
|
263
|
-
import 'zova';
|
|
264
|
-
declare module 'zova' {
|
|
265
|
-
export interface IBeanRecordLocal {
|
|
266
|
-
'home-base.theme.default': ThemeDefault;
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
/** theme: end */
|
|
270
200
|
/** config: begin */
|
|
271
201
|
export * from '../config/config.js';
|
|
272
202
|
import { config } from '../config/config.js';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './themeToken.js';
|
|
1
|
+
export * from './scopeBase.js';
|
|
@@ -85,11 +85,11 @@ export class RenderTheme extends BeanRenderBase {
|
|
|
85
85
|
getThemeNames() {
|
|
86
86
|
return [
|
|
87
87
|
{
|
|
88
|
-
name: 'home-
|
|
88
|
+
name: 'home-theme:default' satisfies keyof IThemeRecord,
|
|
89
89
|
title: this.scope.locale.ThemeDefault(),
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
|
-
name: '
|
|
92
|
+
name: 'home-theme:orange' satisfies keyof IThemeRecord,
|
|
93
93
|
title: this.scope.locale.ThemeOrange(),
|
|
94
94
|
},
|
|
95
95
|
];
|
|
@@ -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
|
+
}
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"zova-module-home-layoutempty": "workspace:^",
|
|
13
13
|
"zova-module-home-layouttabs": "workspace:^",
|
|
14
14
|
"zova-module-home-login": "workspace:^",
|
|
15
|
-
"zova-module-home-passport": "workspace:^"
|
|
15
|
+
"zova-module-home-passport": "workspace:^",
|
|
16
|
+
"zova-module-home-theme": "^5.0.0"
|
|
16
17
|
},
|
|
17
18
|
"title": "Home"
|
|
18
19
|
}
|
|
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
|