zova-cli-set-front 1.2.30 → 1.2.32
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 +23 -23
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -3909,7 +3909,7 @@ var createBean = {
|
|
|
3909
3909
|
type: 'input',
|
|
3910
3910
|
message: 'sceneName',
|
|
3911
3911
|
initial: {
|
|
3912
|
-
expression: '
|
|
3912
|
+
expression: 'arg0'
|
|
3913
3913
|
},
|
|
3914
3914
|
required: true
|
|
3915
3915
|
},
|
|
@@ -3917,7 +3917,7 @@ var createBean = {
|
|
|
3917
3917
|
type: 'input',
|
|
3918
3918
|
message: 'beanName',
|
|
3919
3919
|
initial: {
|
|
3920
|
-
expression: '
|
|
3920
|
+
expression: 'arg1'
|
|
3921
3921
|
},
|
|
3922
3922
|
required: true
|
|
3923
3923
|
},
|
|
@@ -3955,7 +3955,7 @@ var createComponent = {
|
|
|
3955
3955
|
type: 'input',
|
|
3956
3956
|
message: 'componentName',
|
|
3957
3957
|
initial: {
|
|
3958
|
-
expression: '
|
|
3958
|
+
expression: 'arg0'
|
|
3959
3959
|
},
|
|
3960
3960
|
required: true
|
|
3961
3961
|
},
|
|
@@ -3989,7 +3989,7 @@ var createMock = {
|
|
|
3989
3989
|
type: 'input',
|
|
3990
3990
|
message: 'mockName',
|
|
3991
3991
|
initial: {
|
|
3992
|
-
expression: '
|
|
3992
|
+
expression: 'arg0'
|
|
3993
3993
|
},
|
|
3994
3994
|
required: true
|
|
3995
3995
|
},
|
|
@@ -4027,7 +4027,7 @@ var createModule = {
|
|
|
4027
4027
|
type: 'input',
|
|
4028
4028
|
message: 'module name',
|
|
4029
4029
|
initial: {
|
|
4030
|
-
expression: '
|
|
4030
|
+
expression: 'arg0'
|
|
4031
4031
|
},
|
|
4032
4032
|
required: true
|
|
4033
4033
|
},
|
|
@@ -4060,7 +4060,7 @@ var createPage = {
|
|
|
4060
4060
|
type: 'input',
|
|
4061
4061
|
message: 'pageName',
|
|
4062
4062
|
initial: {
|
|
4063
|
-
expression: '
|
|
4063
|
+
expression: 'arg0'
|
|
4064
4064
|
},
|
|
4065
4065
|
required: true
|
|
4066
4066
|
},
|
|
@@ -4116,7 +4116,7 @@ var createProject = {
|
|
|
4116
4116
|
type: 'input',
|
|
4117
4117
|
message: 'project name',
|
|
4118
4118
|
initial: {
|
|
4119
|
-
expression: '
|
|
4119
|
+
expression: 'arg0'
|
|
4120
4120
|
},
|
|
4121
4121
|
required: true
|
|
4122
4122
|
}
|
|
@@ -4140,7 +4140,7 @@ var createSuite = {
|
|
|
4140
4140
|
type: 'input',
|
|
4141
4141
|
message: 'suite name',
|
|
4142
4142
|
initial: {
|
|
4143
|
-
expression: '
|
|
4143
|
+
expression: 'arg0'
|
|
4144
4144
|
},
|
|
4145
4145
|
required: true
|
|
4146
4146
|
}
|
|
@@ -4199,7 +4199,7 @@ var initAsset = {
|
|
|
4199
4199
|
type: 'input',
|
|
4200
4200
|
message: 'scene',
|
|
4201
4201
|
initial: {
|
|
4202
|
-
expression: '
|
|
4202
|
+
expression: 'arg0'
|
|
4203
4203
|
},
|
|
4204
4204
|
required: true
|
|
4205
4205
|
},
|
|
@@ -4387,7 +4387,7 @@ var refactorAnotherRender = {
|
|
|
4387
4387
|
type: 'input',
|
|
4388
4388
|
message: 'componentName',
|
|
4389
4389
|
initial: {
|
|
4390
|
-
expression: '
|
|
4390
|
+
expression: 'arg0'
|
|
4391
4391
|
},
|
|
4392
4392
|
required: true
|
|
4393
4393
|
},
|
|
@@ -4395,7 +4395,7 @@ var refactorAnotherRender = {
|
|
|
4395
4395
|
type: 'input',
|
|
4396
4396
|
message: 'renderName',
|
|
4397
4397
|
initial: {
|
|
4398
|
-
expression: '
|
|
4398
|
+
expression: 'arg1'
|
|
4399
4399
|
},
|
|
4400
4400
|
required: true
|
|
4401
4401
|
},
|
|
@@ -4429,7 +4429,7 @@ var refactorAnotherStyle = {
|
|
|
4429
4429
|
type: 'input',
|
|
4430
4430
|
message: 'componentName',
|
|
4431
4431
|
initial: {
|
|
4432
|
-
expression: '
|
|
4432
|
+
expression: 'arg0'
|
|
4433
4433
|
},
|
|
4434
4434
|
required: true
|
|
4435
4435
|
},
|
|
@@ -4437,7 +4437,7 @@ var refactorAnotherStyle = {
|
|
|
4437
4437
|
type: 'input',
|
|
4438
4438
|
message: 'styleName',
|
|
4439
4439
|
initial: {
|
|
4440
|
-
expression: '
|
|
4440
|
+
expression: 'arg1'
|
|
4441
4441
|
},
|
|
4442
4442
|
required: true
|
|
4443
4443
|
},
|
|
@@ -4471,7 +4471,7 @@ var refactorComponentGeneric = {
|
|
|
4471
4471
|
type: 'input',
|
|
4472
4472
|
message: 'componentName',
|
|
4473
4473
|
initial: {
|
|
4474
|
-
expression: '
|
|
4474
|
+
expression: 'arg0'
|
|
4475
4475
|
},
|
|
4476
4476
|
required: true
|
|
4477
4477
|
},
|
|
@@ -4505,7 +4505,7 @@ var refactorComponentModel = {
|
|
|
4505
4505
|
type: 'input',
|
|
4506
4506
|
message: 'componentName',
|
|
4507
4507
|
initial: {
|
|
4508
|
-
expression: '
|
|
4508
|
+
expression: 'arg0'
|
|
4509
4509
|
},
|
|
4510
4510
|
required: true
|
|
4511
4511
|
},
|
|
@@ -4513,7 +4513,7 @@ var refactorComponentModel = {
|
|
|
4513
4513
|
type: 'input',
|
|
4514
4514
|
message: 'modelName',
|
|
4515
4515
|
initial: {
|
|
4516
|
-
expression: '
|
|
4516
|
+
expression: 'arg1'
|
|
4517
4517
|
},
|
|
4518
4518
|
required: true
|
|
4519
4519
|
},
|
|
@@ -4547,7 +4547,7 @@ var refactorComponentProps = {
|
|
|
4547
4547
|
type: 'input',
|
|
4548
4548
|
message: 'componentName',
|
|
4549
4549
|
initial: {
|
|
4550
|
-
expression: '
|
|
4550
|
+
expression: 'arg0'
|
|
4551
4551
|
},
|
|
4552
4552
|
required: true
|
|
4553
4553
|
},
|
|
@@ -4581,7 +4581,7 @@ var refactorFirstRender = {
|
|
|
4581
4581
|
type: 'input',
|
|
4582
4582
|
message: 'componentName',
|
|
4583
4583
|
initial: {
|
|
4584
|
-
expression: '
|
|
4584
|
+
expression: 'arg0'
|
|
4585
4585
|
},
|
|
4586
4586
|
required: true
|
|
4587
4587
|
},
|
|
@@ -4615,7 +4615,7 @@ var refactorFirstStyle = {
|
|
|
4615
4615
|
type: 'input',
|
|
4616
4616
|
message: 'componentName',
|
|
4617
4617
|
initial: {
|
|
4618
|
-
expression: '
|
|
4618
|
+
expression: 'arg0'
|
|
4619
4619
|
},
|
|
4620
4620
|
required: true
|
|
4621
4621
|
},
|
|
@@ -4649,7 +4649,7 @@ var refactorPageParams = {
|
|
|
4649
4649
|
type: 'input',
|
|
4650
4650
|
message: 'pageName',
|
|
4651
4651
|
initial: {
|
|
4652
|
-
expression: '
|
|
4652
|
+
expression: 'arg0'
|
|
4653
4653
|
},
|
|
4654
4654
|
required: true
|
|
4655
4655
|
},
|
|
@@ -4683,7 +4683,7 @@ var refactorPageQuery = {
|
|
|
4683
4683
|
type: 'input',
|
|
4684
4684
|
message: 'pageName',
|
|
4685
4685
|
initial: {
|
|
4686
|
-
expression: '
|
|
4686
|
+
expression: 'arg0'
|
|
4687
4687
|
},
|
|
4688
4688
|
required: true
|
|
4689
4689
|
},
|
|
@@ -4717,7 +4717,7 @@ var refactorRenameComponent = {
|
|
|
4717
4717
|
type: 'input',
|
|
4718
4718
|
message: 'componentName',
|
|
4719
4719
|
initial: {
|
|
4720
|
-
expression: '
|
|
4720
|
+
expression: 'arg0'
|
|
4721
4721
|
},
|
|
4722
4722
|
required: true
|
|
4723
4723
|
},
|
|
@@ -4725,7 +4725,7 @@ var refactorRenameComponent = {
|
|
|
4725
4725
|
type: 'input',
|
|
4726
4726
|
message: 'componentNameNew',
|
|
4727
4727
|
initial: {
|
|
4728
|
-
expression: '
|
|
4728
|
+
expression: 'arg1'
|
|
4729
4729
|
},
|
|
4730
4730
|
required: true
|
|
4731
4731
|
},
|
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.32",
|
|
4
|
+
"gitHead": "82c92728dc676e15858935260b08b54ccf5d2513",
|
|
5
5
|
"description": "zova cli-set-front",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"framework",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"@babel/plugin-proposal-decorators": "^7.29.0",
|
|
37
37
|
"@babel/plugin-transform-class-properties": "^7.28.6",
|
|
38
38
|
"@babel/plugin-transform-typescript": "^7.28.6",
|
|
39
|
-
"@cabloy/cli": "^3.1.
|
|
39
|
+
"@cabloy/cli": "^3.1.7",
|
|
40
40
|
"@cabloy/extend": "^3.1.0",
|
|
41
41
|
"@cabloy/module-info": "^2.0.0",
|
|
42
42
|
"@cabloy/openapi-typescript": "^7.9.2",
|
|
43
|
-
"@cabloy/utils": "^2.1.
|
|
43
|
+
"@cabloy/utils": "^2.1.5",
|
|
44
44
|
"@cabloy/vite-plugin-babel": "^1.3.3",
|
|
45
45
|
"@cabloy/vue-babel-plugin-jsx": "^2.0.1",
|
|
46
46
|
"@cabloy/word-utils": "^2.1.8",
|