zova-cli-set-front 1.2.69 → 1.2.71
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/dist/index.js +36 -36
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -3654,7 +3654,7 @@ var binBuildModule = {
|
|
|
3654
3654
|
info: {
|
|
3655
3655
|
version: '5.0.0',
|
|
3656
3656
|
title: 'Cli: Tools: Bin',
|
|
3657
|
-
usage: 'zova :bin:buildModule [--minify] [--sourcemap] [--dts]'
|
|
3657
|
+
usage: 'npm run zova :bin:buildModule -- [--minify] [--sourcemap] [--dts]'
|
|
3658
3658
|
},
|
|
3659
3659
|
options: {
|
|
3660
3660
|
minify: {
|
|
@@ -3677,7 +3677,7 @@ var binBuildRest = {
|
|
|
3677
3677
|
info: {
|
|
3678
3678
|
version: '5.0.0',
|
|
3679
3679
|
title: 'Cli: Tools: Bin',
|
|
3680
|
-
usage: 'zova :bin:buildRest [--flavor=]'
|
|
3680
|
+
usage: 'npm run zova :bin:buildRest -- [--flavor=]'
|
|
3681
3681
|
},
|
|
3682
3682
|
options: {
|
|
3683
3683
|
flavor: {
|
|
@@ -3692,7 +3692,7 @@ var createBean = {
|
|
|
3692
3692
|
info: {
|
|
3693
3693
|
version: '5.0.0',
|
|
3694
3694
|
title: 'Cli: Create Bean',
|
|
3695
|
-
usage: 'zova :create:bean sceneName beanName [--module=]'
|
|
3695
|
+
usage: 'npm run zova :create:bean sceneName beanName -- [--module=]'
|
|
3696
3696
|
},
|
|
3697
3697
|
options: {
|
|
3698
3698
|
module: {
|
|
@@ -3734,7 +3734,7 @@ var createComponent = {
|
|
|
3734
3734
|
info: {
|
|
3735
3735
|
version: '5.0.0',
|
|
3736
3736
|
title: 'Cli: Create Component',
|
|
3737
|
-
usage: 'zova :create:component componentName [--module=] [--boilerplate=]'
|
|
3737
|
+
usage: 'npm run zova :create:component componentName -- [--module=] [--boilerplate=]'
|
|
3738
3738
|
},
|
|
3739
3739
|
options: {
|
|
3740
3740
|
module: {
|
|
@@ -3772,7 +3772,7 @@ var createMock = {
|
|
|
3772
3772
|
info: {
|
|
3773
3773
|
version: '5.0.0',
|
|
3774
3774
|
title: 'Cli: Create Mock',
|
|
3775
|
-
usage: 'zova :create:mock mockName [--module=]'
|
|
3775
|
+
usage: 'npm run zova :create:mock mockName -- [--module=]'
|
|
3776
3776
|
},
|
|
3777
3777
|
options: {
|
|
3778
3778
|
module: {
|
|
@@ -3806,7 +3806,7 @@ var createModule = {
|
|
|
3806
3806
|
info: {
|
|
3807
3807
|
version: '5.0.0',
|
|
3808
3808
|
title: 'Cli: Create Module',
|
|
3809
|
-
usage: 'zova :create:module moduleName [--suite=] [--force]'
|
|
3809
|
+
usage: 'npm run zova :create:module moduleName -- [--suite=] [--force]'
|
|
3810
3810
|
},
|
|
3811
3811
|
options: {
|
|
3812
3812
|
suite: {
|
|
@@ -3843,7 +3843,7 @@ var createPage = {
|
|
|
3843
3843
|
info: {
|
|
3844
3844
|
version: '5.0.0',
|
|
3845
3845
|
title: 'Cli: Create Page TSX Component',
|
|
3846
|
-
usage: 'zova :create:page pageName [--module=]'
|
|
3846
|
+
usage: 'npm run zova :create:page pageName -- [--module=]'
|
|
3847
3847
|
},
|
|
3848
3848
|
options: {
|
|
3849
3849
|
module: {
|
|
@@ -3877,7 +3877,7 @@ var createSuite = {
|
|
|
3877
3877
|
info: {
|
|
3878
3878
|
version: '5.0.0',
|
|
3879
3879
|
title: 'Cli: Create Suite',
|
|
3880
|
-
usage: 'zova :create:suite suiteName'
|
|
3880
|
+
usage: 'npm run zova :create:suite suiteName'
|
|
3881
3881
|
},
|
|
3882
3882
|
options: {},
|
|
3883
3883
|
groups: {
|
|
@@ -3920,7 +3920,7 @@ var initAppMonkey = {
|
|
|
3920
3920
|
info: {
|
|
3921
3921
|
version: '5.0.0',
|
|
3922
3922
|
title: 'Cli: Init: App Monkey',
|
|
3923
|
-
usage: 'zova :init:appMonkey'
|
|
3923
|
+
usage: 'npm run zova :init:appMonkey'
|
|
3924
3924
|
}
|
|
3925
3925
|
// options: null,
|
|
3926
3926
|
// groups: null,
|
|
@@ -3931,7 +3931,7 @@ var initAsset = {
|
|
|
3931
3931
|
info: {
|
|
3932
3932
|
version: '5.0.0',
|
|
3933
3933
|
title: 'Cli: Init: Asset Resources',
|
|
3934
|
-
usage: 'zova :init:asset scene [--module=]'
|
|
3934
|
+
usage: 'npm run zova :init:asset scene -- [--module=]'
|
|
3935
3935
|
},
|
|
3936
3936
|
options: {
|
|
3937
3937
|
module: {
|
|
@@ -3965,7 +3965,7 @@ var initConfig = {
|
|
|
3965
3965
|
info: {
|
|
3966
3966
|
version: '5.0.0',
|
|
3967
3967
|
title: 'Cli: Init: Config',
|
|
3968
|
-
usage: 'zova :init:config module'
|
|
3968
|
+
usage: 'npm run zova :init:config module'
|
|
3969
3969
|
}
|
|
3970
3970
|
// options: null,
|
|
3971
3971
|
// groups: null,
|
|
@@ -3976,7 +3976,7 @@ var initConstant = {
|
|
|
3976
3976
|
info: {
|
|
3977
3977
|
version: '5.0.0',
|
|
3978
3978
|
title: 'Cli: Init: Constant',
|
|
3979
|
-
usage: 'zova :init:constant module'
|
|
3979
|
+
usage: 'npm run zova :init:constant module'
|
|
3980
3980
|
}
|
|
3981
3981
|
// options: null,
|
|
3982
3982
|
// groups: null,
|
|
@@ -3987,7 +3987,7 @@ var initError = {
|
|
|
3987
3987
|
info: {
|
|
3988
3988
|
version: '5.0.0',
|
|
3989
3989
|
title: 'Cli: Init: Error',
|
|
3990
|
-
usage: 'zova :init:error module'
|
|
3990
|
+
usage: 'npm run zova :init:error module'
|
|
3991
3991
|
}
|
|
3992
3992
|
// options: null,
|
|
3993
3993
|
// groups: null,
|
|
@@ -3998,7 +3998,7 @@ var initIcon = {
|
|
|
3998
3998
|
info: {
|
|
3999
3999
|
version: '5.0.0',
|
|
4000
4000
|
title: 'Cli: Init: Icon',
|
|
4001
|
-
usage: 'zova :init:icon module'
|
|
4001
|
+
usage: 'npm run zova :init:icon module'
|
|
4002
4002
|
}
|
|
4003
4003
|
// options: null,
|
|
4004
4004
|
// groups: null,
|
|
@@ -4009,7 +4009,7 @@ var initLib = {
|
|
|
4009
4009
|
info: {
|
|
4010
4010
|
version: '5.0.0',
|
|
4011
4011
|
title: 'Cli: Init: Lib',
|
|
4012
|
-
usage: 'zova :init:lib module'
|
|
4012
|
+
usage: 'npm run zova :init:lib module'
|
|
4013
4013
|
}
|
|
4014
4014
|
// options: null,
|
|
4015
4015
|
// groups: null,
|
|
@@ -4020,7 +4020,7 @@ var initLocale = {
|
|
|
4020
4020
|
info: {
|
|
4021
4021
|
version: '5.0.0',
|
|
4022
4022
|
title: 'Cli: Init: Locale',
|
|
4023
|
-
usage: 'zova :init:locale module'
|
|
4023
|
+
usage: 'npm run zova :init:locale module'
|
|
4024
4024
|
}
|
|
4025
4025
|
// options: null,
|
|
4026
4026
|
// groups: null,
|
|
@@ -4031,7 +4031,7 @@ var initMain = {
|
|
|
4031
4031
|
info: {
|
|
4032
4032
|
version: '5.0.0',
|
|
4033
4033
|
title: 'Cli: Init: Main',
|
|
4034
|
-
usage: 'zova :init:main module'
|
|
4034
|
+
usage: 'npm run zova :init:main module'
|
|
4035
4035
|
}
|
|
4036
4036
|
// options: null,
|
|
4037
4037
|
// groups: null,
|
|
@@ -4042,7 +4042,7 @@ var initMainSys = {
|
|
|
4042
4042
|
info: {
|
|
4043
4043
|
version: '5.0.0',
|
|
4044
4044
|
title: 'Cli: Init: Main Sys',
|
|
4045
|
-
usage: 'zova :init:mainSys module'
|
|
4045
|
+
usage: 'npm run zova :init:mainSys module'
|
|
4046
4046
|
}
|
|
4047
4047
|
// options: null,
|
|
4048
4048
|
// groups: null,
|
|
@@ -4053,7 +4053,7 @@ var initMonkey = {
|
|
|
4053
4053
|
info: {
|
|
4054
4054
|
version: '5.0.0',
|
|
4055
4055
|
title: 'Cli: Init: Monkey',
|
|
4056
|
-
usage: 'zova :init:monkey module'
|
|
4056
|
+
usage: 'npm run zova :init:monkey module'
|
|
4057
4057
|
}
|
|
4058
4058
|
// options: null,
|
|
4059
4059
|
// groups: null,
|
|
@@ -4064,7 +4064,7 @@ var initMonkeySys = {
|
|
|
4064
4064
|
info: {
|
|
4065
4065
|
version: '5.0.0',
|
|
4066
4066
|
title: 'Cli: Init: Monkey Sys',
|
|
4067
|
-
usage: 'zova :init:monkeySys module'
|
|
4067
|
+
usage: 'npm run zova :init:monkeySys module'
|
|
4068
4068
|
}
|
|
4069
4069
|
// options: null,
|
|
4070
4070
|
// groups: null,
|
|
@@ -4075,7 +4075,7 @@ var initSysMonkey = {
|
|
|
4075
4075
|
info: {
|
|
4076
4076
|
version: '5.0.0',
|
|
4077
4077
|
title: 'Cli: Init: Sys Monkey',
|
|
4078
|
-
usage: 'zova :init:sysMonkey'
|
|
4078
|
+
usage: 'npm run zova :init:sysMonkey'
|
|
4079
4079
|
}
|
|
4080
4080
|
// options: null,
|
|
4081
4081
|
// groups: null,
|
|
@@ -4086,7 +4086,7 @@ var initTypes = {
|
|
|
4086
4086
|
info: {
|
|
4087
4087
|
version: '5.0.0',
|
|
4088
4088
|
title: 'Cli: Init: Types',
|
|
4089
|
-
usage: 'zova :init:types module'
|
|
4089
|
+
usage: 'npm run zova :init:types module'
|
|
4090
4090
|
}
|
|
4091
4091
|
// options: null,
|
|
4092
4092
|
// groups: null,
|
|
@@ -4097,7 +4097,7 @@ var openapiConfig = {
|
|
|
4097
4097
|
info: {
|
|
4098
4098
|
version: '5.0.0',
|
|
4099
4099
|
title: 'Cli: Openapi: Config',
|
|
4100
|
-
usage: 'zova :openapi:config module1 [module2]'
|
|
4100
|
+
usage: 'npm run zova :openapi:config module1 [module2]'
|
|
4101
4101
|
}
|
|
4102
4102
|
// options: null,
|
|
4103
4103
|
// groups: null,
|
|
@@ -4108,7 +4108,7 @@ var openapiGenerate = {
|
|
|
4108
4108
|
info: {
|
|
4109
4109
|
version: '5.0.0',
|
|
4110
4110
|
title: 'Cli: Openapi: Generate',
|
|
4111
|
-
usage: 'zova :openapi:generate module1 [module2]'
|
|
4111
|
+
usage: 'npm run zova :openapi:generate module1 [module2]'
|
|
4112
4112
|
}
|
|
4113
4113
|
// options: null,
|
|
4114
4114
|
// groups: null,
|
|
@@ -4119,7 +4119,7 @@ var refactorAnotherRender = {
|
|
|
4119
4119
|
info: {
|
|
4120
4120
|
version: '5.0.0',
|
|
4121
4121
|
title: 'Cli: Refactor: Another Render',
|
|
4122
|
-
usage: 'zova :refactor:anotherRender componentName renderName [--module=]'
|
|
4122
|
+
usage: 'npm run zova :refactor:anotherRender componentName renderName -- [--module=]'
|
|
4123
4123
|
},
|
|
4124
4124
|
options: {
|
|
4125
4125
|
module: {
|
|
@@ -4161,7 +4161,7 @@ var refactorAnotherStyle = {
|
|
|
4161
4161
|
info: {
|
|
4162
4162
|
version: '5.0.0',
|
|
4163
4163
|
title: 'Cli: Refactor: Another Style',
|
|
4164
|
-
usage: 'zova :refactor:anotherStyle componentName styleName [--module=]'
|
|
4164
|
+
usage: 'npm run zova :refactor:anotherStyle componentName styleName -- [--module=]'
|
|
4165
4165
|
},
|
|
4166
4166
|
options: {
|
|
4167
4167
|
module: {
|
|
@@ -4203,7 +4203,7 @@ var refactorComponentGeneric = {
|
|
|
4203
4203
|
info: {
|
|
4204
4204
|
version: '5.0.0',
|
|
4205
4205
|
title: 'Cli: Refactor: ComponentGeneric',
|
|
4206
|
-
usage: 'zova :refactor:componentGeneric componentName [--module=]'
|
|
4206
|
+
usage: 'npm run zova :refactor:componentGeneric componentName -- [--module=]'
|
|
4207
4207
|
},
|
|
4208
4208
|
options: {
|
|
4209
4209
|
module: {
|
|
@@ -4237,7 +4237,7 @@ var refactorComponentModel = {
|
|
|
4237
4237
|
info: {
|
|
4238
4238
|
version: '5.0.0',
|
|
4239
4239
|
title: 'Cli: Refactor: ComponentModel',
|
|
4240
|
-
usage: 'zova :refactor:componentModel componentName modelName [--module=]'
|
|
4240
|
+
usage: 'npm run zova :refactor:componentModel componentName modelName -- [--module=]'
|
|
4241
4241
|
},
|
|
4242
4242
|
options: {
|
|
4243
4243
|
module: {
|
|
@@ -4279,7 +4279,7 @@ var refactorComponentProps = {
|
|
|
4279
4279
|
info: {
|
|
4280
4280
|
version: '5.0.0',
|
|
4281
4281
|
title: 'Cli: Refactor: ComponentProps',
|
|
4282
|
-
usage: 'zova :refactor:componentProps componentName [--module=]'
|
|
4282
|
+
usage: 'npm run zova :refactor:componentProps componentName -- [--module=]'
|
|
4283
4283
|
},
|
|
4284
4284
|
options: {
|
|
4285
4285
|
module: {
|
|
@@ -4313,7 +4313,7 @@ var refactorFirstRender = {
|
|
|
4313
4313
|
info: {
|
|
4314
4314
|
version: '5.0.0',
|
|
4315
4315
|
title: 'Cli: Refactor: First Render',
|
|
4316
|
-
usage: 'zova :refactor:firstRender componentName [--module=]'
|
|
4316
|
+
usage: 'npm run zova :refactor:firstRender componentName -- [--module=]'
|
|
4317
4317
|
},
|
|
4318
4318
|
options: {
|
|
4319
4319
|
module: {
|
|
@@ -4347,7 +4347,7 @@ var refactorFirstStyle = {
|
|
|
4347
4347
|
info: {
|
|
4348
4348
|
version: '5.0.0',
|
|
4349
4349
|
title: 'Cli: Refactor: First Style',
|
|
4350
|
-
usage: 'zova :refactor:firstStyle componentName [--module=]'
|
|
4350
|
+
usage: 'npm run zova :refactor:firstStyle componentName -- [--module=]'
|
|
4351
4351
|
},
|
|
4352
4352
|
options: {
|
|
4353
4353
|
module: {
|
|
@@ -4381,7 +4381,7 @@ var refactorPageParams = {
|
|
|
4381
4381
|
info: {
|
|
4382
4382
|
version: '5.0.0',
|
|
4383
4383
|
title: 'Cli: Refactor: PageParams',
|
|
4384
|
-
usage: 'zova :refactor:pageParams pageName [--module=]'
|
|
4384
|
+
usage: 'npm run zova :refactor:pageParams pageName -- [--module=]'
|
|
4385
4385
|
},
|
|
4386
4386
|
options: {
|
|
4387
4387
|
module: {
|
|
@@ -4415,7 +4415,7 @@ var refactorPageQuery = {
|
|
|
4415
4415
|
info: {
|
|
4416
4416
|
version: '5.0.0',
|
|
4417
4417
|
title: 'Cli: Refactor: PageQuery',
|
|
4418
|
-
usage: 'zova :refactor:pageQuery pageName [--module=]'
|
|
4418
|
+
usage: 'npm run zova :refactor:pageQuery pageName -- [--module=]'
|
|
4419
4419
|
},
|
|
4420
4420
|
options: {
|
|
4421
4421
|
module: {
|
|
@@ -4449,7 +4449,7 @@ var refactorRenameComponent = {
|
|
|
4449
4449
|
info: {
|
|
4450
4450
|
version: '5.0.0',
|
|
4451
4451
|
title: 'Cli: Refactor: Rename Component',
|
|
4452
|
-
usage: 'zova :refactor:renameComponent componentName componentNameNew [--module=]'
|
|
4452
|
+
usage: 'npm run zova :refactor:renameComponent componentName componentNameNew -- [--module=]'
|
|
4453
4453
|
},
|
|
4454
4454
|
options: {
|
|
4455
4455
|
module: {
|
|
@@ -4491,7 +4491,7 @@ var toolsDeps = {
|
|
|
4491
4491
|
info: {
|
|
4492
4492
|
version: '5.0.0',
|
|
4493
4493
|
title: 'Cli: Tools: Deps',
|
|
4494
|
-
usage: 'zova :tools:deps [--force]'
|
|
4494
|
+
usage: 'npm run zova :tools:deps -- [--force]'
|
|
4495
4495
|
},
|
|
4496
4496
|
options: {
|
|
4497
4497
|
force: {
|
|
@@ -4506,7 +4506,7 @@ var toolsMetadata = {
|
|
|
4506
4506
|
info: {
|
|
4507
4507
|
version: '5.0.0',
|
|
4508
4508
|
title: 'Cli: Tools: Metadata',
|
|
4509
|
-
usage: 'zova :tools:metadata module1 [module2] [--force]'
|
|
4509
|
+
usage: 'npm run zova :tools:metadata module1 [module2] -- [--force]'
|
|
4510
4510
|
},
|
|
4511
4511
|
options: {
|
|
4512
4512
|
force: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-cli-set-front",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "1.2.71",
|
|
4
|
+
"gitHead": "4b0a319ce45d4154ed050a046185ddaa7667da87",
|
|
5
5
|
"description": "zova cli-set-front",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"framework",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"tsdown": "^0.21.7",
|
|
63
63
|
"typescript": "^5.9.3",
|
|
64
64
|
"urllib": "^4.6.11",
|
|
65
|
-
"vite": "^8.0.
|
|
65
|
+
"vite": "^8.0.14",
|
|
66
66
|
"yaml": "^2.8.3",
|
|
67
67
|
"zova-openapi": "^1.1.14",
|
|
68
|
-
"zova-vite": "^1.1.
|
|
68
|
+
"zova-vite": "^1.1.33"
|
|
69
69
|
}
|
|
70
70
|
}
|