@stechquick/symphony-cli 0.2.272 → 0.2.276
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 +17 -17
- 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/nc-create/{{ProjectName}}/{{remove}}package.json +1 -0
- 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
|
@@ -129,7 +129,7 @@ let pjson = {
|
|
|
129
129
|
"T": "prop"
|
|
130
130
|
},
|
|
131
131
|
"src": {
|
|
132
|
-
"H": "'
|
|
132
|
+
"H": "Url.resolve({url='/static/images/logo.png'})",
|
|
133
133
|
"T": "prop"
|
|
134
134
|
},
|
|
135
135
|
"width": {
|
|
@@ -345,7 +345,7 @@ let pjson = {
|
|
|
345
345
|
"T": "prop"
|
|
346
346
|
},
|
|
347
347
|
"src": {
|
|
348
|
-
"H": "'
|
|
348
|
+
"H": "Url.resolve({url='/static/images/avatar.png'})",
|
|
349
349
|
"T": "prop"
|
|
350
350
|
},
|
|
351
351
|
"width": {
|
|
@@ -575,7 +575,7 @@ let pjson = {
|
|
|
575
575
|
"T": "prop"
|
|
576
576
|
},
|
|
577
577
|
"class": {
|
|
578
|
-
"H": "'
|
|
578
|
+
"H": "'customCardTitle'",
|
|
579
579
|
"T": "class"
|
|
580
580
|
}
|
|
581
581
|
},
|
|
@@ -793,7 +793,7 @@ let pjson = {
|
|
|
793
793
|
"T": "prop"
|
|
794
794
|
},
|
|
795
795
|
"src": {
|
|
796
|
-
"H": "'
|
|
796
|
+
"H": "Url.resolve({url='/static/images/avatar.png'})",
|
|
797
797
|
"T": "prop"
|
|
798
798
|
},
|
|
799
799
|
"width": {
|
|
@@ -1179,7 +1179,7 @@ let pjson = {
|
|
|
1179
1179
|
"T": "prop"
|
|
1180
1180
|
},
|
|
1181
1181
|
"class": {
|
|
1182
|
-
"H": "'
|
|
1182
|
+
"H": "'customCardTitle'",
|
|
1183
1183
|
"T": "class"
|
|
1184
1184
|
}
|
|
1185
1185
|
},
|
|
@@ -1397,7 +1397,7 @@ let pjson = {
|
|
|
1397
1397
|
"T": "prop"
|
|
1398
1398
|
},
|
|
1399
1399
|
"src": {
|
|
1400
|
-
"H": "'
|
|
1400
|
+
"H": "Url.resolve({url='/static/images/avatar.png'})",
|
|
1401
1401
|
"T": "prop"
|
|
1402
1402
|
},
|
|
1403
1403
|
"width": {
|
|
@@ -1783,7 +1783,7 @@ let pjson = {
|
|
|
1783
1783
|
"T": "prop"
|
|
1784
1784
|
},
|
|
1785
1785
|
"class": {
|
|
1786
|
-
"H": "'
|
|
1786
|
+
"H": "'customCardTitle'",
|
|
1787
1787
|
"T": "class"
|
|
1788
1788
|
}
|
|
1789
1789
|
},
|
|
@@ -2001,7 +2001,7 @@ let pjson = {
|
|
|
2001
2001
|
"T": "prop"
|
|
2002
2002
|
},
|
|
2003
2003
|
"src": {
|
|
2004
|
-
"H": "'
|
|
2004
|
+
"H": "Url.resolve({url='/static/images/avatar.png'})",
|
|
2005
2005
|
"T": "prop"
|
|
2006
2006
|
},
|
|
2007
2007
|
"width": {
|
|
@@ -2387,7 +2387,7 @@ let pjson = {
|
|
|
2387
2387
|
"T": "prop"
|
|
2388
2388
|
},
|
|
2389
2389
|
"class": {
|
|
2390
|
-
"H": "'
|
|
2390
|
+
"H": "'customCardTitle'",
|
|
2391
2391
|
"T": "class"
|
|
2392
2392
|
}
|
|
2393
2393
|
},
|
|
@@ -2605,7 +2605,7 @@ let pjson = {
|
|
|
2605
2605
|
"T": "prop"
|
|
2606
2606
|
},
|
|
2607
2607
|
"src": {
|
|
2608
|
-
"H": "'
|
|
2608
|
+
"H": "Url.resolve({url='/static/images/avatar.png'})",
|
|
2609
2609
|
"T": "prop"
|
|
2610
2610
|
},
|
|
2611
2611
|
"width": {
|
|
@@ -3022,7 +3022,7 @@ let pjson = {
|
|
|
3022
3022
|
"T": "prop"
|
|
3023
3023
|
},
|
|
3024
3024
|
"class": {
|
|
3025
|
-
"H": "'
|
|
3025
|
+
"H": "'customCardTitle'",
|
|
3026
3026
|
"T": "class"
|
|
3027
3027
|
}
|
|
3028
3028
|
},
|
|
@@ -3473,7 +3473,7 @@ let pjson = {
|
|
|
3473
3473
|
"T": "prop"
|
|
3474
3474
|
},
|
|
3475
3475
|
"class": {
|
|
3476
|
-
"H": "'
|
|
3476
|
+
"H": "'customCardTitle'",
|
|
3477
3477
|
"T": "class"
|
|
3478
3478
|
}
|
|
3479
3479
|
},
|
|
@@ -3982,7 +3982,7 @@ let pjson = {
|
|
|
3982
3982
|
"T": "prop"
|
|
3983
3983
|
},
|
|
3984
3984
|
"class": {
|
|
3985
|
-
"H": "'
|
|
3985
|
+
"H": "'customCardTitle'",
|
|
3986
3986
|
"T": "class"
|
|
3987
3987
|
}
|
|
3988
3988
|
},
|
|
@@ -5172,7 +5172,7 @@ let pjson = {
|
|
|
5172
5172
|
},
|
|
5173
5173
|
"O": {
|
|
5174
5174
|
"cType": "child",
|
|
5175
|
-
"compDomClasses": ""
|
|
5175
|
+
"compDomClasses": "newDropBorder"
|
|
5176
5176
|
}
|
|
5177
5177
|
},
|
|
5178
5178
|
{
|
|
@@ -5265,7 +5265,7 @@ let pjson = {
|
|
|
5265
5265
|
"T": "prop"
|
|
5266
5266
|
},
|
|
5267
5267
|
"src": {
|
|
5268
|
-
"H": "╬'
|
|
5268
|
+
"H": "╬()╣.╣Url╩╠resolve╩╩╠{}╠=╣url╩╠'/static/images/logo.png'╩╩╩╩╩",
|
|
5269
5269
|
"T": "prop"
|
|
5270
5270
|
},
|
|
5271
5271
|
"width": {
|
|
@@ -5284,7 +5284,7 @@ let pjson = {
|
|
|
5284
5284
|
},
|
|
5285
5285
|
"O": {
|
|
5286
5286
|
"cType": "slot",
|
|
5287
|
-
"compDomClasses": "v-image v-responsive theme--light"
|
|
5287
|
+
"compDomClasses": "v-image v-responsive theme--light newDropBorder"
|
|
5288
5288
|
}
|
|
5289
5289
|
}
|
|
5290
5290
|
],
|
|
@@ -5303,7 +5303,7 @@ let pjson = {
|
|
|
5303
5303
|
},
|
|
5304
5304
|
"O": {
|
|
5305
5305
|
"cType": "slot",
|
|
5306
|
-
"compDomClasses": "col"
|
|
5306
|
+
"compDomClasses": "col newDropBorder"
|
|
5307
5307
|
}
|
|
5308
5308
|
},
|
|
5309
5309
|
{
|
|
@@ -5338,7 +5338,7 @@ let pjson = {
|
|
|
5338
5338
|
},
|
|
5339
5339
|
"O": {
|
|
5340
5340
|
"cType": "slot",
|
|
5341
|
-
"compDomClasses": "v-input theme--light v-text-field v-text-field--is-booted v-text-field--enclosed v-text-field--outlined undefined"
|
|
5341
|
+
"compDomClasses": "v-input theme--light v-text-field v-text-field--is-booted v-text-field--enclosed v-text-field--outlined undefined newDropBorder"
|
|
5342
5342
|
}
|
|
5343
5343
|
}
|
|
5344
5344
|
],
|
|
@@ -5366,7 +5366,7 @@ let pjson = {
|
|
|
5366
5366
|
},
|
|
5367
5367
|
"class": "d-flex col-3"
|
|
5368
5368
|
},
|
|
5369
|
-
"compDomClasses": "col d-flex col-3"
|
|
5369
|
+
"compDomClasses": "col d-flex col-3 newDropBorder"
|
|
5370
5370
|
}
|
|
5371
5371
|
},
|
|
5372
5372
|
{
|
|
@@ -5419,7 +5419,7 @@ let pjson = {
|
|
|
5419
5419
|
},
|
|
5420
5420
|
"O": {
|
|
5421
5421
|
"cType": "child",
|
|
5422
|
-
"compDomClasses": "q-label "
|
|
5422
|
+
"compDomClasses": "q-label newDropBorder"
|
|
5423
5423
|
}
|
|
5424
5424
|
}
|
|
5425
5425
|
],
|
|
@@ -5440,7 +5440,7 @@ let pjson = {
|
|
|
5440
5440
|
},
|
|
5441
5441
|
"class": "mt-4 mr-2"
|
|
5442
5442
|
},
|
|
5443
|
-
"compDomClasses": "v-btn v-btn--contained theme--light v-size--default success mt-4 mr-2"
|
|
5443
|
+
"compDomClasses": "v-btn v-btn--contained theme--light v-size--default success mt-4 mr-2 newDropBorder"
|
|
5444
5444
|
}
|
|
5445
5445
|
},
|
|
5446
5446
|
{
|
|
@@ -5487,7 +5487,7 @@ let pjson = {
|
|
|
5487
5487
|
"T": "prop"
|
|
5488
5488
|
},
|
|
5489
5489
|
"src": {
|
|
5490
|
-
"H": "╬'
|
|
5490
|
+
"H": "╬()╣.╣Url╩╠resolve╩╩╠{}╠=╣url╩╠'/static/images/avatar.png'╩╩╩╩╩",
|
|
5491
5491
|
"T": "prop"
|
|
5492
5492
|
},
|
|
5493
5493
|
"width": {
|
|
@@ -5506,7 +5506,7 @@ let pjson = {
|
|
|
5506
5506
|
},
|
|
5507
5507
|
"O": {
|
|
5508
5508
|
"cType": "slot",
|
|
5509
|
-
"compDomClasses": "v-image v-responsive theme--light"
|
|
5509
|
+
"compDomClasses": "v-image v-responsive theme--light newDropBorder"
|
|
5510
5510
|
}
|
|
5511
5511
|
}
|
|
5512
5512
|
],
|
|
@@ -5527,7 +5527,7 @@ let pjson = {
|
|
|
5527
5527
|
},
|
|
5528
5528
|
"class": "mr-2 mt-2"
|
|
5529
5529
|
},
|
|
5530
|
-
"compDomClasses": "v-avatar primary
|
|
5530
|
+
"compDomClasses": "v-avatar primary mr-2 mt-2 newDropBorder"
|
|
5531
5531
|
}
|
|
5532
5532
|
},
|
|
5533
5533
|
{
|
|
@@ -5577,7 +5577,7 @@ let pjson = {
|
|
|
5577
5577
|
},
|
|
5578
5578
|
"O": {
|
|
5579
5579
|
"cType": "slot",
|
|
5580
|
-
"compDomClasses": "v-icon notranslate mdi mdi-close theme--light"
|
|
5580
|
+
"compDomClasses": "v-icon notranslate mdi mdi-close theme--light newDropBorder"
|
|
5581
5581
|
}
|
|
5582
5582
|
}
|
|
5583
5583
|
],
|
|
@@ -5597,7 +5597,7 @@ let pjson = {
|
|
|
5597
5597
|
},
|
|
5598
5598
|
"class": "mt-1"
|
|
5599
5599
|
},
|
|
5600
|
-
"compDomClasses": "v-btn v-btn--contained v-btn--fab v-btn--round theme--light v-size--default error mt-1"
|
|
5600
|
+
"compDomClasses": "v-btn v-btn--contained v-btn--fab v-btn--round theme--light v-size--default error mt-1 newDropBorder"
|
|
5601
5601
|
}
|
|
5602
5602
|
}
|
|
5603
5603
|
],
|
|
@@ -5627,7 +5627,7 @@ let pjson = {
|
|
|
5627
5627
|
},
|
|
5628
5628
|
"class": "d-flex col-2 flex-row justify-end"
|
|
5629
5629
|
},
|
|
5630
|
-
"compDomClasses": "col d-flex col-2 flex-row justify-end"
|
|
5630
|
+
"compDomClasses": "col d-flex col-2 flex-row justify-end newDropBorder"
|
|
5631
5631
|
}
|
|
5632
5632
|
}
|
|
5633
5633
|
],
|
|
@@ -5639,7 +5639,7 @@ let pjson = {
|
|
|
5639
5639
|
},
|
|
5640
5640
|
"O": {
|
|
5641
5641
|
"cType": "slot",
|
|
5642
|
-
"compDomClasses": "row"
|
|
5642
|
+
"compDomClasses": "row newDropBorder"
|
|
5643
5643
|
}
|
|
5644
5644
|
}
|
|
5645
5645
|
],
|
|
@@ -5651,7 +5651,7 @@ let pjson = {
|
|
|
5651
5651
|
},
|
|
5652
5652
|
"O": {
|
|
5653
5653
|
"cType": "slot",
|
|
5654
|
-
"compDomClasses": "v-sheet theme--light v-toolbar v-app-bar white"
|
|
5654
|
+
"compDomClasses": "v-sheet theme--light v-toolbar v-app-bar white newDropBorder"
|
|
5655
5655
|
}
|
|
5656
5656
|
}
|
|
5657
5657
|
],
|
|
@@ -5670,7 +5670,7 @@ let pjson = {
|
|
|
5670
5670
|
},
|
|
5671
5671
|
"O": {
|
|
5672
5672
|
"cType": "slot",
|
|
5673
|
-
"compDomClasses": "col"
|
|
5673
|
+
"compDomClasses": "col newDropBorder"
|
|
5674
5674
|
}
|
|
5675
5675
|
}
|
|
5676
5676
|
],
|
|
@@ -5682,7 +5682,7 @@ let pjson = {
|
|
|
5682
5682
|
},
|
|
5683
5683
|
"O": {
|
|
5684
5684
|
"cType": "slot",
|
|
5685
|
-
"compDomClasses": "row"
|
|
5685
|
+
"compDomClasses": "row newDropBorder"
|
|
5686
5686
|
}
|
|
5687
5687
|
},
|
|
5688
5688
|
{
|
|
@@ -5726,7 +5726,7 @@ let pjson = {
|
|
|
5726
5726
|
"T": "prop"
|
|
5727
5727
|
},
|
|
5728
5728
|
"class": {
|
|
5729
|
-
"H": "╬'
|
|
5729
|
+
"H": "╬'customCardTitle'╩╩",
|
|
5730
5730
|
"T": "class"
|
|
5731
5731
|
}
|
|
5732
5732
|
},
|
|
@@ -5778,7 +5778,7 @@ let pjson = {
|
|
|
5778
5778
|
},
|
|
5779
5779
|
"class": "ml-2"
|
|
5780
5780
|
},
|
|
5781
|
-
"compDomClasses": "v-icon notranslate mdi mdi-information theme--light white--text ml-2"
|
|
5781
|
+
"compDomClasses": "v-icon notranslate mdi mdi-information theme--light white--text ml-2 newDropBorder"
|
|
5782
5782
|
}
|
|
5783
5783
|
}
|
|
5784
5784
|
],
|
|
@@ -5806,7 +5806,7 @@ let pjson = {
|
|
|
5806
5806
|
},
|
|
5807
5807
|
"class": "d-flex col-3"
|
|
5808
5808
|
},
|
|
5809
|
-
"compDomClasses": "col d-flex col-3"
|
|
5809
|
+
"compDomClasses": "col d-flex col-3 newDropBorder"
|
|
5810
5810
|
}
|
|
5811
5811
|
},
|
|
5812
5812
|
{
|
|
@@ -5854,7 +5854,7 @@ let pjson = {
|
|
|
5854
5854
|
},
|
|
5855
5855
|
"class": "text-h6 font-weight-bold"
|
|
5856
5856
|
},
|
|
5857
|
-
"compDomClasses": "q-label
|
|
5857
|
+
"compDomClasses": "q-label white--text v-card__title text-h6 font-weight-bold newDropBorder"
|
|
5858
5858
|
}
|
|
5859
5859
|
}
|
|
5860
5860
|
],
|
|
@@ -5873,7 +5873,7 @@ let pjson = {
|
|
|
5873
5873
|
},
|
|
5874
5874
|
"O": {
|
|
5875
5875
|
"cType": "slot",
|
|
5876
|
-
"compDomClasses": "col"
|
|
5876
|
+
"compDomClasses": "col newDropBorder"
|
|
5877
5877
|
}
|
|
5878
5878
|
}
|
|
5879
5879
|
],
|
|
@@ -5885,7 +5885,7 @@ let pjson = {
|
|
|
5885
5885
|
},
|
|
5886
5886
|
"O": {
|
|
5887
5887
|
"cType": "slot",
|
|
5888
|
-
"compDomClasses": "row
|
|
5888
|
+
"compDomClasses": "row customCardTitle newDropBorder"
|
|
5889
5889
|
}
|
|
5890
5890
|
},
|
|
5891
5891
|
{
|
|
@@ -5949,7 +5949,7 @@ let pjson = {
|
|
|
5949
5949
|
"T": "prop"
|
|
5950
5950
|
},
|
|
5951
5951
|
"src": {
|
|
5952
|
-
"H": "╬'
|
|
5952
|
+
"H": "╬()╣.╣Url╩╠resolve╩╩╠{}╠=╣url╩╠'/static/images/avatar.png'╩╩╩╩╩",
|
|
5953
5953
|
"T": "prop"
|
|
5954
5954
|
},
|
|
5955
5955
|
"width": {
|
|
@@ -6347,7 +6347,7 @@ let pjson = {
|
|
|
6347
6347
|
"T": "prop"
|
|
6348
6348
|
},
|
|
6349
6349
|
"class": {
|
|
6350
|
-
"H": "╬'
|
|
6350
|
+
"H": "╬'customCardTitle'╩╩",
|
|
6351
6351
|
"T": "class"
|
|
6352
6352
|
}
|
|
6353
6353
|
},
|
|
@@ -6399,7 +6399,7 @@ let pjson = {
|
|
|
6399
6399
|
},
|
|
6400
6400
|
"class": "ml-2"
|
|
6401
6401
|
},
|
|
6402
|
-
"compDomClasses": "v-icon notranslate mdi mdi-information theme--light white--text ml-2"
|
|
6402
|
+
"compDomClasses": "v-icon notranslate mdi mdi-information theme--light white--text ml-2 newDropBorder"
|
|
6403
6403
|
}
|
|
6404
6404
|
}
|
|
6405
6405
|
],
|
|
@@ -6427,7 +6427,7 @@ let pjson = {
|
|
|
6427
6427
|
},
|
|
6428
6428
|
"class": "d-flex col-3"
|
|
6429
6429
|
},
|
|
6430
|
-
"compDomClasses": "col d-flex col-3"
|
|
6430
|
+
"compDomClasses": "col d-flex col-3 newDropBorder"
|
|
6431
6431
|
}
|
|
6432
6432
|
},
|
|
6433
6433
|
{
|
|
@@ -6475,7 +6475,7 @@ let pjson = {
|
|
|
6475
6475
|
},
|
|
6476
6476
|
"class": "text-h6 font-weight-bold"
|
|
6477
6477
|
},
|
|
6478
|
-
"compDomClasses": "q-label
|
|
6478
|
+
"compDomClasses": "q-label white--text v-card__title text-h6 font-weight-bold newDropBorder"
|
|
6479
6479
|
}
|
|
6480
6480
|
}
|
|
6481
6481
|
],
|
|
@@ -6494,7 +6494,7 @@ let pjson = {
|
|
|
6494
6494
|
},
|
|
6495
6495
|
"O": {
|
|
6496
6496
|
"cType": "slot",
|
|
6497
|
-
"compDomClasses": "col"
|
|
6497
|
+
"compDomClasses": "col newDropBorder"
|
|
6498
6498
|
}
|
|
6499
6499
|
}
|
|
6500
6500
|
],
|
|
@@ -6506,7 +6506,7 @@ let pjson = {
|
|
|
6506
6506
|
},
|
|
6507
6507
|
"O": {
|
|
6508
6508
|
"cType": "slot",
|
|
6509
|
-
"compDomClasses": "row
|
|
6509
|
+
"compDomClasses": "row customCardTitle newDropBorder"
|
|
6510
6510
|
}
|
|
6511
6511
|
},
|
|
6512
6512
|
{
|
|
@@ -6570,7 +6570,7 @@ let pjson = {
|
|
|
6570
6570
|
"T": "prop"
|
|
6571
6571
|
},
|
|
6572
6572
|
"src": {
|
|
6573
|
-
"H": "╬'
|
|
6573
|
+
"H": "╬()╣.╣Url╩╠resolve╩╩╠{}╠=╣url╩╠'/static/images/avatar.png'╩╩╩╩╩",
|
|
6574
6574
|
"T": "prop"
|
|
6575
6575
|
},
|
|
6576
6576
|
"width": {
|
|
@@ -6968,7 +6968,7 @@ let pjson = {
|
|
|
6968
6968
|
"T": "prop"
|
|
6969
6969
|
},
|
|
6970
6970
|
"class": {
|
|
6971
|
-
"H": "╬'
|
|
6971
|
+
"H": "╬'customCardTitle'╩╩",
|
|
6972
6972
|
"T": "class"
|
|
6973
6973
|
}
|
|
6974
6974
|
},
|
|
@@ -7020,7 +7020,7 @@ let pjson = {
|
|
|
7020
7020
|
},
|
|
7021
7021
|
"class": "ml-2"
|
|
7022
7022
|
},
|
|
7023
|
-
"compDomClasses": "v-icon notranslate mdi mdi-information theme--light white--text ml-2"
|
|
7023
|
+
"compDomClasses": "v-icon notranslate mdi mdi-information theme--light white--text ml-2 newDropBorder"
|
|
7024
7024
|
}
|
|
7025
7025
|
}
|
|
7026
7026
|
],
|
|
@@ -7048,7 +7048,7 @@ let pjson = {
|
|
|
7048
7048
|
},
|
|
7049
7049
|
"class": "d-flex col-3"
|
|
7050
7050
|
},
|
|
7051
|
-
"compDomClasses": "col d-flex col-3"
|
|
7051
|
+
"compDomClasses": "col d-flex col-3 newDropBorder"
|
|
7052
7052
|
}
|
|
7053
7053
|
},
|
|
7054
7054
|
{
|
|
@@ -7096,7 +7096,7 @@ let pjson = {
|
|
|
7096
7096
|
},
|
|
7097
7097
|
"class": "text-h6 font-weight-bold"
|
|
7098
7098
|
},
|
|
7099
|
-
"compDomClasses": "q-label
|
|
7099
|
+
"compDomClasses": "q-label white--text v-card__title text-h6 font-weight-bold newDropBorder"
|
|
7100
7100
|
}
|
|
7101
7101
|
}
|
|
7102
7102
|
],
|
|
@@ -7115,7 +7115,7 @@ let pjson = {
|
|
|
7115
7115
|
},
|
|
7116
7116
|
"O": {
|
|
7117
7117
|
"cType": "slot",
|
|
7118
|
-
"compDomClasses": "col"
|
|
7118
|
+
"compDomClasses": "col newDropBorder"
|
|
7119
7119
|
}
|
|
7120
7120
|
}
|
|
7121
7121
|
],
|
|
@@ -7127,7 +7127,7 @@ let pjson = {
|
|
|
7127
7127
|
},
|
|
7128
7128
|
"O": {
|
|
7129
7129
|
"cType": "slot",
|
|
7130
|
-
"compDomClasses": "row
|
|
7130
|
+
"compDomClasses": "row customCardTitle newDropBorder"
|
|
7131
7131
|
}
|
|
7132
7132
|
},
|
|
7133
7133
|
{
|
|
@@ -7191,7 +7191,7 @@ let pjson = {
|
|
|
7191
7191
|
"T": "prop"
|
|
7192
7192
|
},
|
|
7193
7193
|
"src": {
|
|
7194
|
-
"H": "╬'
|
|
7194
|
+
"H": "╬()╣.╣Url╩╠resolve╩╩╠{}╠=╣url╩╠'/static/images/avatar.png'╩╩╩╩╩",
|
|
7195
7195
|
"T": "prop"
|
|
7196
7196
|
},
|
|
7197
7197
|
"width": {
|
|
@@ -7589,7 +7589,7 @@ let pjson = {
|
|
|
7589
7589
|
"T": "prop"
|
|
7590
7590
|
},
|
|
7591
7591
|
"class": {
|
|
7592
|
-
"H": "╬'
|
|
7592
|
+
"H": "╬'customCardTitle'╩╩",
|
|
7593
7593
|
"T": "class"
|
|
7594
7594
|
}
|
|
7595
7595
|
},
|
|
@@ -7641,7 +7641,7 @@ let pjson = {
|
|
|
7641
7641
|
},
|
|
7642
7642
|
"class": "ml-2"
|
|
7643
7643
|
},
|
|
7644
|
-
"compDomClasses": "v-icon notranslate mdi mdi-information theme--light white--text ml-2"
|
|
7644
|
+
"compDomClasses": "v-icon notranslate mdi mdi-information theme--light white--text ml-2 newDropBorder"
|
|
7645
7645
|
}
|
|
7646
7646
|
}
|
|
7647
7647
|
],
|
|
@@ -7669,7 +7669,7 @@ let pjson = {
|
|
|
7669
7669
|
},
|
|
7670
7670
|
"class": "d-flex col-3"
|
|
7671
7671
|
},
|
|
7672
|
-
"compDomClasses": "col d-flex col-3"
|
|
7672
|
+
"compDomClasses": "col d-flex col-3 newDropBorder"
|
|
7673
7673
|
}
|
|
7674
7674
|
},
|
|
7675
7675
|
{
|
|
@@ -7717,7 +7717,7 @@ let pjson = {
|
|
|
7717
7717
|
},
|
|
7718
7718
|
"class": "text-h6 font-weight-bold"
|
|
7719
7719
|
},
|
|
7720
|
-
"compDomClasses": "q-label
|
|
7720
|
+
"compDomClasses": "q-label white--text v-card__title text-h6 font-weight-bold newDropBorder"
|
|
7721
7721
|
}
|
|
7722
7722
|
}
|
|
7723
7723
|
],
|
|
@@ -7736,7 +7736,7 @@ let pjson = {
|
|
|
7736
7736
|
},
|
|
7737
7737
|
"O": {
|
|
7738
7738
|
"cType": "slot",
|
|
7739
|
-
"compDomClasses": "col"
|
|
7739
|
+
"compDomClasses": "col newDropBorder"
|
|
7740
7740
|
}
|
|
7741
7741
|
}
|
|
7742
7742
|
],
|
|
@@ -7748,7 +7748,7 @@ let pjson = {
|
|
|
7748
7748
|
},
|
|
7749
7749
|
"O": {
|
|
7750
7750
|
"cType": "slot",
|
|
7751
|
-
"compDomClasses": "row
|
|
7751
|
+
"compDomClasses": "row customCardTitle newDropBorder"
|
|
7752
7752
|
}
|
|
7753
7753
|
},
|
|
7754
7754
|
{
|
|
@@ -7812,7 +7812,7 @@ let pjson = {
|
|
|
7812
7812
|
"T": "prop"
|
|
7813
7813
|
},
|
|
7814
7814
|
"src": {
|
|
7815
|
-
"H": "╬'
|
|
7815
|
+
"H": "╬()╣.╣Url╩╠resolve╩╩╠{}╠=╣url╩╠'/static/images/avatar.png'╩╩╩╩╩",
|
|
7816
7816
|
"T": "prop"
|
|
7817
7817
|
},
|
|
7818
7818
|
"width": {
|
|
@@ -8242,7 +8242,7 @@ let pjson = {
|
|
|
8242
8242
|
"T": "prop"
|
|
8243
8243
|
},
|
|
8244
8244
|
"class": {
|
|
8245
|
-
"H": "╬'
|
|
8245
|
+
"H": "╬'customCardTitle'╩╩",
|
|
8246
8246
|
"T": "class"
|
|
8247
8247
|
}
|
|
8248
8248
|
},
|
|
@@ -8401,7 +8401,7 @@ let pjson = {
|
|
|
8401
8401
|
},
|
|
8402
8402
|
"O": {
|
|
8403
8403
|
"cType": "slot",
|
|
8404
|
-
"compDomClasses": "row
|
|
8404
|
+
"compDomClasses": "row customCardTitle newDropBorder"
|
|
8405
8405
|
}
|
|
8406
8406
|
},
|
|
8407
8407
|
{
|
|
@@ -8703,7 +8703,7 @@ let pjson = {
|
|
|
8703
8703
|
"T": "prop"
|
|
8704
8704
|
},
|
|
8705
8705
|
"class": {
|
|
8706
|
-
"H": "╬'
|
|
8706
|
+
"H": "╬'customCardTitle'╩╩",
|
|
8707
8707
|
"T": "class"
|
|
8708
8708
|
}
|
|
8709
8709
|
},
|
|
@@ -8862,7 +8862,7 @@ let pjson = {
|
|
|
8862
8862
|
},
|
|
8863
8863
|
"O": {
|
|
8864
8864
|
"cType": "slot",
|
|
8865
|
-
"compDomClasses": "row
|
|
8865
|
+
"compDomClasses": "row customCardTitle newDropBorder"
|
|
8866
8866
|
}
|
|
8867
8867
|
},
|
|
8868
8868
|
{
|
|
@@ -9226,7 +9226,7 @@ let pjson = {
|
|
|
9226
9226
|
"T": "prop"
|
|
9227
9227
|
},
|
|
9228
9228
|
"class": {
|
|
9229
|
-
"H": "╬'
|
|
9229
|
+
"H": "╬'customCardTitle'╩╩",
|
|
9230
9230
|
"T": "class"
|
|
9231
9231
|
}
|
|
9232
9232
|
},
|
|
@@ -9278,7 +9278,7 @@ let pjson = {
|
|
|
9278
9278
|
},
|
|
9279
9279
|
"class": "ml-2"
|
|
9280
9280
|
},
|
|
9281
|
-
"compDomClasses": "v-icon notranslate mdi mdi-home theme--light white--text ml-2
|
|
9281
|
+
"compDomClasses": "v-icon notranslate mdi mdi-home theme--light white--text ml-2"
|
|
9282
9282
|
}
|
|
9283
9283
|
}
|
|
9284
9284
|
],
|
|
@@ -9306,7 +9306,7 @@ let pjson = {
|
|
|
9306
9306
|
},
|
|
9307
9307
|
"class": "d-flex col-3"
|
|
9308
9308
|
},
|
|
9309
|
-
"compDomClasses": "col d-flex col-3
|
|
9309
|
+
"compDomClasses": "col d-flex col-3"
|
|
9310
9310
|
}
|
|
9311
9311
|
},
|
|
9312
9312
|
{
|
|
@@ -9345,7 +9345,7 @@ let pjson = {
|
|
|
9345
9345
|
},
|
|
9346
9346
|
"O": {
|
|
9347
9347
|
"cType": "slot",
|
|
9348
|
-
"compDomClasses": "q-label
|
|
9348
|
+
"compDomClasses": "q-label white--text v-card__title"
|
|
9349
9349
|
}
|
|
9350
9350
|
}
|
|
9351
9351
|
],
|
|
@@ -9364,7 +9364,7 @@ let pjson = {
|
|
|
9364
9364
|
},
|
|
9365
9365
|
"O": {
|
|
9366
9366
|
"cType": "slot",
|
|
9367
|
-
"compDomClasses": "col
|
|
9367
|
+
"compDomClasses": "col"
|
|
9368
9368
|
}
|
|
9369
9369
|
}
|
|
9370
9370
|
],
|
|
@@ -9376,7 +9376,7 @@ let pjson = {
|
|
|
9376
9376
|
},
|
|
9377
9377
|
"O": {
|
|
9378
9378
|
"cType": "slot",
|
|
9379
|
-
"compDomClasses": "row
|
|
9379
|
+
"compDomClasses": "row customCardTitle"
|
|
9380
9380
|
}
|
|
9381
9381
|
},
|
|
9382
9382
|
{
|
|
@@ -9454,7 +9454,7 @@ let pjson = {
|
|
|
9454
9454
|
},
|
|
9455
9455
|
"class": "ml-2 mr-2"
|
|
9456
9456
|
},
|
|
9457
|
-
"compDomClasses": "v-input theme--light v-text-field v-text-field--is-booted v-
|
|
9457
|
+
"compDomClasses": "v-input theme--light v-text-field v-text-field--is-booted v-select v-autocomplete ml-2 mr-2 undefined"
|
|
9458
9458
|
}
|
|
9459
9459
|
}
|
|
9460
9460
|
],
|
|
@@ -9473,7 +9473,7 @@ let pjson = {
|
|
|
9473
9473
|
},
|
|
9474
9474
|
"O": {
|
|
9475
9475
|
"cType": "slot",
|
|
9476
|
-
"compDomClasses": "col
|
|
9476
|
+
"compDomClasses": "col"
|
|
9477
9477
|
}
|
|
9478
9478
|
},
|
|
9479
9479
|
{
|
|
@@ -9516,7 +9516,7 @@ let pjson = {
|
|
|
9516
9516
|
},
|
|
9517
9517
|
"class": "mr-2"
|
|
9518
9518
|
},
|
|
9519
|
-
"compDomClasses": "v-input v-input--is-disabled theme--light v-text-field v-text-field--is-booted mr-2 undefined
|
|
9519
|
+
"compDomClasses": "v-input v-input--is-disabled theme--light v-text-field v-text-field--is-booted mr-2 undefined"
|
|
9520
9520
|
}
|
|
9521
9521
|
}
|
|
9522
9522
|
],
|
|
@@ -9535,7 +9535,7 @@ let pjson = {
|
|
|
9535
9535
|
},
|
|
9536
9536
|
"O": {
|
|
9537
9537
|
"cType": "slot",
|
|
9538
|
-
"compDomClasses": "col
|
|
9538
|
+
"compDomClasses": "col"
|
|
9539
9539
|
}
|
|
9540
9540
|
}
|
|
9541
9541
|
],
|
|
@@ -9547,7 +9547,7 @@ let pjson = {
|
|
|
9547
9547
|
},
|
|
9548
9548
|
"O": {
|
|
9549
9549
|
"cType": "slot",
|
|
9550
|
-
"compDomClasses": "row
|
|
9550
|
+
"compDomClasses": "row"
|
|
9551
9551
|
}
|
|
9552
9552
|
},
|
|
9553
9553
|
{
|
|
@@ -9604,7 +9604,7 @@ let pjson = {
|
|
|
9604
9604
|
},
|
|
9605
9605
|
"class": "font-weight-bold text-h6 ml-2"
|
|
9606
9606
|
},
|
|
9607
|
-
"compDomClasses": "q-label
|
|
9607
|
+
"compDomClasses": "q-label font-weight-bold text-h6 ml-2"
|
|
9608
9608
|
}
|
|
9609
9609
|
},
|
|
9610
9610
|
{
|
|
@@ -9634,7 +9634,7 @@ let pjson = {
|
|
|
9634
9634
|
},
|
|
9635
9635
|
"O": {
|
|
9636
9636
|
"cType": "slot",
|
|
9637
|
-
"compDomClasses": "q-label
|
|
9637
|
+
"compDomClasses": "q-label "
|
|
9638
9638
|
}
|
|
9639
9639
|
}
|
|
9640
9640
|
],
|
|
@@ -9653,7 +9653,7 @@ let pjson = {
|
|
|
9653
9653
|
},
|
|
9654
9654
|
"O": {
|
|
9655
9655
|
"cType": "slot",
|
|
9656
|
-
"compDomClasses": "col
|
|
9656
|
+
"compDomClasses": "col"
|
|
9657
9657
|
}
|
|
9658
9658
|
},
|
|
9659
9659
|
{
|
|
@@ -9688,7 +9688,7 @@ let pjson = {
|
|
|
9688
9688
|
},
|
|
9689
9689
|
"O": {
|
|
9690
9690
|
"cType": "slot",
|
|
9691
|
-
"compDomClasses": "v-inline-date-picker-div-class
|
|
9691
|
+
"compDomClasses": "v-inline-date-picker-div-class"
|
|
9692
9692
|
}
|
|
9693
9693
|
}
|
|
9694
9694
|
],
|
|
@@ -9707,7 +9707,7 @@ let pjson = {
|
|
|
9707
9707
|
},
|
|
9708
9708
|
"O": {
|
|
9709
9709
|
"cType": "slot",
|
|
9710
|
-
"compDomClasses": "col
|
|
9710
|
+
"compDomClasses": "col"
|
|
9711
9711
|
}
|
|
9712
9712
|
}
|
|
9713
9713
|
],
|
|
@@ -9719,7 +9719,7 @@ let pjson = {
|
|
|
9719
9719
|
},
|
|
9720
9720
|
"O": {
|
|
9721
9721
|
"cType": "slot",
|
|
9722
|
-
"compDomClasses": "row
|
|
9722
|
+
"compDomClasses": "row"
|
|
9723
9723
|
}
|
|
9724
9724
|
},
|
|
9725
9725
|
{
|
|
@@ -9768,7 +9768,7 @@ let pjson = {
|
|
|
9768
9768
|
},
|
|
9769
9769
|
"O": {
|
|
9770
9770
|
"cType": "slot",
|
|
9771
|
-
"compDomClasses": "v-input theme--light v-text-field v-text-field--is-booted undefined
|
|
9771
|
+
"compDomClasses": "v-input theme--light v-text-field v-text-field--is-booted undefined"
|
|
9772
9772
|
}
|
|
9773
9773
|
}
|
|
9774
9774
|
],
|
|
@@ -9797,7 +9797,7 @@ let pjson = {
|
|
|
9797
9797
|
},
|
|
9798
9798
|
"class": "d-flex ml-2 col-6"
|
|
9799
9799
|
},
|
|
9800
|
-
"compDomClasses": "col d-flex ml-2 col-6
|
|
9800
|
+
"compDomClasses": "col d-flex ml-2 col-6"
|
|
9801
9801
|
}
|
|
9802
9802
|
},
|
|
9803
9803
|
{
|
|
@@ -9840,7 +9840,7 @@ let pjson = {
|
|
|
9840
9840
|
},
|
|
9841
9841
|
"class": "mr-2"
|
|
9842
9842
|
},
|
|
9843
|
-
"compDomClasses": "v-input v-input--is-disabled theme--light v-text-field v-text-field--is-booted mr-2 undefined
|
|
9843
|
+
"compDomClasses": "v-input v-input--is-disabled theme--light v-text-field v-text-field--is-booted mr-2 undefined"
|
|
9844
9844
|
}
|
|
9845
9845
|
}
|
|
9846
9846
|
],
|
|
@@ -9859,7 +9859,7 @@ let pjson = {
|
|
|
9859
9859
|
},
|
|
9860
9860
|
"O": {
|
|
9861
9861
|
"cType": "slot",
|
|
9862
|
-
"compDomClasses": "col
|
|
9862
|
+
"compDomClasses": "col"
|
|
9863
9863
|
}
|
|
9864
9864
|
},
|
|
9865
9865
|
{
|
|
@@ -9912,7 +9912,7 @@ let pjson = {
|
|
|
9912
9912
|
},
|
|
9913
9913
|
"O": {
|
|
9914
9914
|
"cType": "child",
|
|
9915
|
-
"compDomClasses": "q-label
|
|
9915
|
+
"compDomClasses": "q-label "
|
|
9916
9916
|
}
|
|
9917
9917
|
}
|
|
9918
9918
|
],
|
|
@@ -9924,7 +9924,7 @@ let pjson = {
|
|
|
9924
9924
|
},
|
|
9925
9925
|
"O": {
|
|
9926
9926
|
"cType": "slot",
|
|
9927
|
-
"compDomClasses": "v-btn v-btn--contained theme--light v-size--default primary
|
|
9927
|
+
"compDomClasses": "v-btn v-btn--contained theme--light v-size--default primary"
|
|
9928
9928
|
}
|
|
9929
9929
|
}
|
|
9930
9930
|
],
|
|
@@ -9943,7 +9943,7 @@ let pjson = {
|
|
|
9943
9943
|
},
|
|
9944
9944
|
"O": {
|
|
9945
9945
|
"cType": "slot",
|
|
9946
|
-
"compDomClasses": "col
|
|
9946
|
+
"compDomClasses": "col"
|
|
9947
9947
|
}
|
|
9948
9948
|
}
|
|
9949
9949
|
],
|
|
@@ -9955,7 +9955,7 @@ let pjson = {
|
|
|
9955
9955
|
},
|
|
9956
9956
|
"O": {
|
|
9957
9957
|
"cType": "slot",
|
|
9958
|
-
"compDomClasses": "row
|
|
9958
|
+
"compDomClasses": "row"
|
|
9959
9959
|
}
|
|
9960
9960
|
}
|
|
9961
9961
|
],
|
|
@@ -9967,7 +9967,7 @@ let pjson = {
|
|
|
9967
9967
|
},
|
|
9968
9968
|
"O": {
|
|
9969
9969
|
"cType": "slot",
|
|
9970
|
-
"compDomClasses": "v-card v-sheet theme--light white
|
|
9970
|
+
"compDomClasses": "v-card v-sheet theme--light white"
|
|
9971
9971
|
}
|
|
9972
9972
|
}
|
|
9973
9973
|
],
|
|
@@ -9986,7 +9986,7 @@ let pjson = {
|
|
|
9986
9986
|
},
|
|
9987
9987
|
"O": {
|
|
9988
9988
|
"cType": "slot",
|
|
9989
|
-
"compDomClasses": "col
|
|
9989
|
+
"compDomClasses": "col"
|
|
9990
9990
|
}
|
|
9991
9991
|
}
|
|
9992
9992
|
],
|
|
@@ -9998,7 +9998,7 @@ let pjson = {
|
|
|
9998
9998
|
},
|
|
9999
9999
|
"O": {
|
|
10000
10000
|
"cType": "slot",
|
|
10001
|
-
"compDomClasses": "row
|
|
10001
|
+
"compDomClasses": "row"
|
|
10002
10002
|
}
|
|
10003
10003
|
},
|
|
10004
10004
|
{
|
|
@@ -10090,7 +10090,7 @@ let pjson = {
|
|
|
10090
10090
|
},
|
|
10091
10091
|
"O": {
|
|
10092
10092
|
"cType": "child",
|
|
10093
|
-
"compDomClasses": "q-label
|
|
10093
|
+
"compDomClasses": "q-label "
|
|
10094
10094
|
}
|
|
10095
10095
|
}
|
|
10096
10096
|
],
|
|
@@ -10110,7 +10110,7 @@ let pjson = {
|
|
|
10110
10110
|
},
|
|
10111
10111
|
"class": "ml-2"
|
|
10112
10112
|
},
|
|
10113
|
-
"compDomClasses": "v-btn v-btn--contained theme--light v-size--default primary ml-2
|
|
10113
|
+
"compDomClasses": "v-btn v-btn--contained theme--light v-size--default primary ml-2"
|
|
10114
10114
|
}
|
|
10115
10115
|
},
|
|
10116
10116
|
{
|
|
@@ -10152,7 +10152,7 @@ let pjson = {
|
|
|
10152
10152
|
},
|
|
10153
10153
|
"O": {
|
|
10154
10154
|
"cType": "child",
|
|
10155
|
-
"compDomClasses": "q-label
|
|
10155
|
+
"compDomClasses": "q-label "
|
|
10156
10156
|
}
|
|
10157
10157
|
}
|
|
10158
10158
|
],
|
|
@@ -10172,7 +10172,7 @@ let pjson = {
|
|
|
10172
10172
|
},
|
|
10173
10173
|
"class": "ml-2"
|
|
10174
10174
|
},
|
|
10175
|
-
"compDomClasses": "v-btn v-btn--contained theme--light v-size--default primary ml-2
|
|
10175
|
+
"compDomClasses": "v-btn v-btn--contained theme--light v-size--default primary ml-2"
|
|
10176
10176
|
}
|
|
10177
10177
|
}
|
|
10178
10178
|
],
|
|
@@ -10191,7 +10191,7 @@ let pjson = {
|
|
|
10191
10191
|
},
|
|
10192
10192
|
"O": {
|
|
10193
10193
|
"cType": "slot",
|
|
10194
|
-
"compDomClasses": "col
|
|
10194
|
+
"compDomClasses": "col"
|
|
10195
10195
|
}
|
|
10196
10196
|
},
|
|
10197
10197
|
{
|
|
@@ -10238,7 +10238,7 @@ let pjson = {
|
|
|
10238
10238
|
},
|
|
10239
10239
|
"O": {
|
|
10240
10240
|
"cType": "child",
|
|
10241
|
-
"compDomClasses": "q-label
|
|
10241
|
+
"compDomClasses": "q-label "
|
|
10242
10242
|
}
|
|
10243
10243
|
}
|
|
10244
10244
|
],
|
|
@@ -10258,7 +10258,7 @@ let pjson = {
|
|
|
10258
10258
|
},
|
|
10259
10259
|
"class": "ml-2"
|
|
10260
10260
|
},
|
|
10261
|
-
"compDomClasses": "v-btn v-btn--contained theme--light v-size--default primary ml-2
|
|
10261
|
+
"compDomClasses": "v-btn v-btn--contained theme--light v-size--default primary ml-2"
|
|
10262
10262
|
}
|
|
10263
10263
|
},
|
|
10264
10264
|
{
|
|
@@ -10300,7 +10300,7 @@ let pjson = {
|
|
|
10300
10300
|
},
|
|
10301
10301
|
"O": {
|
|
10302
10302
|
"cType": "child",
|
|
10303
|
-
"compDomClasses": "q-label
|
|
10303
|
+
"compDomClasses": "q-label "
|
|
10304
10304
|
}
|
|
10305
10305
|
}
|
|
10306
10306
|
],
|
|
@@ -10320,7 +10320,7 @@ let pjson = {
|
|
|
10320
10320
|
},
|
|
10321
10321
|
"class": "ml-2"
|
|
10322
10322
|
},
|
|
10323
|
-
"compDomClasses": "v-btn v-btn--contained theme--light v-size--default success ml-2
|
|
10323
|
+
"compDomClasses": "v-btn v-btn--contained theme--light v-size--default success ml-2"
|
|
10324
10324
|
}
|
|
10325
10325
|
}
|
|
10326
10326
|
],
|
|
@@ -10349,7 +10349,7 @@ let pjson = {
|
|
|
10349
10349
|
},
|
|
10350
10350
|
"class": "d-flex flex-row justify-end"
|
|
10351
10351
|
},
|
|
10352
|
-
"compDomClasses": "col d-flex flex-row justify-end
|
|
10352
|
+
"compDomClasses": "col d-flex flex-row justify-end"
|
|
10353
10353
|
}
|
|
10354
10354
|
}
|
|
10355
10355
|
],
|
|
@@ -10361,7 +10361,7 @@ let pjson = {
|
|
|
10361
10361
|
},
|
|
10362
10362
|
"O": {
|
|
10363
10363
|
"cType": "slot",
|
|
10364
|
-
"compDomClasses": "row
|
|
10364
|
+
"compDomClasses": "row"
|
|
10365
10365
|
}
|
|
10366
10366
|
}
|
|
10367
10367
|
],
|
|
@@ -10373,7 +10373,7 @@ let pjson = {
|
|
|
10373
10373
|
},
|
|
10374
10374
|
"O": {
|
|
10375
10375
|
"cType": "slot",
|
|
10376
|
-
"compDomClasses": "v-footer v-sheet theme--light
|
|
10376
|
+
"compDomClasses": "v-footer v-sheet theme--light"
|
|
10377
10377
|
}
|
|
10378
10378
|
}
|
|
10379
10379
|
],
|
|
@@ -10392,7 +10392,7 @@ let pjson = {
|
|
|
10392
10392
|
},
|
|
10393
10393
|
"O": {
|
|
10394
10394
|
"cType": "slot",
|
|
10395
|
-
"compDomClasses": "col
|
|
10395
|
+
"compDomClasses": "col"
|
|
10396
10396
|
}
|
|
10397
10397
|
}
|
|
10398
10398
|
],
|
|
@@ -10404,7 +10404,7 @@ let pjson = {
|
|
|
10404
10404
|
},
|
|
10405
10405
|
"O": {
|
|
10406
10406
|
"cType": "slot",
|
|
10407
|
-
"compDomClasses": "row
|
|
10407
|
+
"compDomClasses": "row"
|
|
10408
10408
|
}
|
|
10409
10409
|
}
|
|
10410
10410
|
],
|