@stechquick/symphony-cli 0.2.273 → 0.2.277
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/README.md +18 -18
- package/lib/commands/sym-start.d.ts +1 -1
- package/lib/commands/sym-start.js +1 -1
- package/lib/helpers/npmHelper.d.ts +1 -1
- package/lib/helpers/npmHelper.js +5 -1
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
- package/templates/createui/{{UIName}}/settings/localProxy.yaml +1 -0
- package/templates/createui/{{UIName}}/settings/qjson/alert.qjson +18 -2
- package/templates/createui/{{UIName}}/settings/qjson/pipeline.qjson +42 -6
- package/templates/createui/{{UIName}}/settings/settings.yaml +1 -2
- package/templates/createui/{{UIName}}/static/css/main.css +1 -5
- package/templates/createui/{{UIName}}/static/images/logo.png +0 -0
- package/templates/createui/{{UIName}}/static/qjsons/{alertSamplePage.qjson → samples/alertSamplePage.qjson} +0 -0
- package/templates/createui/{{UIName}}/static/qjsons/{customComponentSample.qjson → samples/customComponentSample.qjson} +3 -14
- package/templates/createui/{{UIName}}/static/qjsons/{customerInfoCustomComp.qjson → samples/customerInfoCustomComp.qjson} +26 -10
- package/templates/createui/{{UIName}}/static/qjsons/{formatterSample.qjson → samples/formatterSample.qjson} +0 -0
- package/templates/createui/{{UIName}}/static/qjsons/{localizationSample.qjson → samples/localizationSample.qjson} +0 -0
- package/templates/createui/{{UIName}}/static/qjsons/{pipelineSample.qjson → samples/pipelineSample.qjson} +0 -0
- package/templates/createui/{{UIName}}/static/qjsons/{complicatedSamplePage.qjson → samples/quickWorkShop1.qjson} +105 -105
- package/templates/createui/{{UIName}}/static/qjsons/{validationSample.qjson → samples/validationSample.qjson} +0 -0
- package/templates/createui/{{UIName}}/static/qjsons/{webDashboardSample.qjson → samples/webDashboardSample.qjson} +0 -0
- package/templates/createui/{{UIName}}/static/qjsons/{first.qjson → samplesFirstPage.qjson} +18 -230
- package/templates/init/{{AppName}}/{{remove}}package.json +1 -1
- package/templates/createui/{{UIName}}/settings/qjson/logHandler.qjson +0 -65
- package/templates/createui/{{UIName}}/static/images/ahelogo.png +0 -0
- package/templates/createui/{{UIName}}/static/qjsons/VDatatableConditionalRowColoring.qjson +0 -158
|
@@ -114,6 +114,10 @@ let pjson = {
|
|
|
114
114
|
"visible": {
|
|
115
115
|
"H": "true",
|
|
116
116
|
"T": "prop"
|
|
117
|
+
},
|
|
118
|
+
"color": {
|
|
119
|
+
"H": "'primary'",
|
|
120
|
+
"T": "prop"
|
|
117
121
|
}
|
|
118
122
|
},
|
|
119
123
|
"E": {},
|
|
@@ -220,7 +224,7 @@ let pjson = {
|
|
|
220
224
|
"T": "prop"
|
|
221
225
|
},
|
|
222
226
|
"text": {
|
|
223
|
-
"H": "'
|
|
227
|
+
"H": "'Ahmet'",
|
|
224
228
|
"T": "prop"
|
|
225
229
|
},
|
|
226
230
|
"visible": {
|
|
@@ -282,7 +286,7 @@ let pjson = {
|
|
|
282
286
|
"T": "prop"
|
|
283
287
|
},
|
|
284
288
|
"text": {
|
|
285
|
-
"H": "'
|
|
289
|
+
"H": "'Güzel'",
|
|
286
290
|
"T": "prop"
|
|
287
291
|
},
|
|
288
292
|
"visible": {
|
|
@@ -395,6 +399,10 @@ let pjson = {
|
|
|
395
399
|
"visible": {
|
|
396
400
|
"H": "true",
|
|
397
401
|
"T": "prop"
|
|
402
|
+
},
|
|
403
|
+
"color": {
|
|
404
|
+
"H": "'primary'",
|
|
405
|
+
"T": "prop"
|
|
398
406
|
}
|
|
399
407
|
},
|
|
400
408
|
"E": {},
|
|
@@ -501,7 +509,7 @@ let pjson = {
|
|
|
501
509
|
"T": "prop"
|
|
502
510
|
},
|
|
503
511
|
"text": {
|
|
504
|
-
"H": "'
|
|
512
|
+
"H": "'Mehmet'",
|
|
505
513
|
"T": "prop"
|
|
506
514
|
},
|
|
507
515
|
"visible": {
|
|
@@ -563,7 +571,7 @@ let pjson = {
|
|
|
563
571
|
"T": "prop"
|
|
564
572
|
},
|
|
565
573
|
"text": {
|
|
566
|
-
"H": "'
|
|
574
|
+
"H": "'Çiçek'",
|
|
567
575
|
"T": "prop"
|
|
568
576
|
},
|
|
569
577
|
"visible": {
|
|
@@ -779,6 +787,10 @@ let pjson = {
|
|
|
779
787
|
"visible": {
|
|
780
788
|
"H": "╬true╩╩",
|
|
781
789
|
"T": "prop"
|
|
790
|
+
},
|
|
791
|
+
"color": {
|
|
792
|
+
"H": "╬'primary'╩╩",
|
|
793
|
+
"T": "prop"
|
|
782
794
|
}
|
|
783
795
|
},
|
|
784
796
|
"E": {},
|
|
@@ -887,7 +899,7 @@ let pjson = {
|
|
|
887
899
|
"T": "prop"
|
|
888
900
|
},
|
|
889
901
|
"text": {
|
|
890
|
-
"H": "╬'
|
|
902
|
+
"H": "╬'Ahmet'╩╩",
|
|
891
903
|
"T": "prop"
|
|
892
904
|
},
|
|
893
905
|
"visible": {
|
|
@@ -951,7 +963,7 @@ let pjson = {
|
|
|
951
963
|
"T": "prop"
|
|
952
964
|
},
|
|
953
965
|
"text": {
|
|
954
|
-
"H": "╬'
|
|
966
|
+
"H": "╬'Güzel'╩╩",
|
|
955
967
|
"T": "prop"
|
|
956
968
|
},
|
|
957
969
|
"visible": {
|
|
@@ -1009,7 +1021,7 @@ let pjson = {
|
|
|
1009
1021
|
},
|
|
1010
1022
|
"O": {
|
|
1011
1023
|
"cType": "slot",
|
|
1012
|
-
"compDomClasses": "v-card v-sheet theme--light newDropBorder"
|
|
1024
|
+
"compDomClasses": "v-card v-sheet theme--light primary newDropBorder"
|
|
1013
1025
|
}
|
|
1014
1026
|
}
|
|
1015
1027
|
],
|
|
@@ -1070,6 +1082,10 @@ let pjson = {
|
|
|
1070
1082
|
"visible": {
|
|
1071
1083
|
"H": "╬true╩╩",
|
|
1072
1084
|
"T": "prop"
|
|
1085
|
+
},
|
|
1086
|
+
"color": {
|
|
1087
|
+
"H": "╬'primary'╩╩",
|
|
1088
|
+
"T": "prop"
|
|
1073
1089
|
}
|
|
1074
1090
|
},
|
|
1075
1091
|
"E": {},
|
|
@@ -1178,7 +1194,7 @@ let pjson = {
|
|
|
1178
1194
|
"T": "prop"
|
|
1179
1195
|
},
|
|
1180
1196
|
"text": {
|
|
1181
|
-
"H": "╬'
|
|
1197
|
+
"H": "╬'Mehmet'╩╩",
|
|
1182
1198
|
"T": "prop"
|
|
1183
1199
|
},
|
|
1184
1200
|
"visible": {
|
|
@@ -1242,7 +1258,7 @@ let pjson = {
|
|
|
1242
1258
|
"T": "prop"
|
|
1243
1259
|
},
|
|
1244
1260
|
"text": {
|
|
1245
|
-
"H": "╬'
|
|
1261
|
+
"H": "╬'Çiçek'╩╩",
|
|
1246
1262
|
"T": "prop"
|
|
1247
1263
|
},
|
|
1248
1264
|
"visible": {
|
|
@@ -1300,7 +1316,7 @@ let pjson = {
|
|
|
1300
1316
|
},
|
|
1301
1317
|
"O": {
|
|
1302
1318
|
"cType": "slot",
|
|
1303
|
-
"compDomClasses": "v-card v-sheet theme--light newDropBorder"
|
|
1319
|
+
"compDomClasses": "v-card v-sheet theme--light primary newDropBorder"
|
|
1304
1320
|
}
|
|
1305
1321
|
}
|
|
1306
1322
|
],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|