@texturehq/edges 5.5.1 → 5.6.0
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/{colors-D_tNti6E.d.cts → colors-DdVxX8WB.d.cts} +266 -28
- package/dist/{colors-DBJMg-uV.d.ts → colors-bhxj_RGq.d.ts} +266 -28
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/server.cjs +2 -2
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +2 -2
- package/dist/server.js.map +1 -1
- package/package.json +1 -1
|
@@ -3137,6 +3137,12 @@ declare const GRID_STAT_LIST: {
|
|
|
3137
3137
|
readonly unit: "kVA";
|
|
3138
3138
|
readonly decimals: 0;
|
|
3139
3139
|
};
|
|
3140
|
+
}, {
|
|
3141
|
+
readonly key: "phase";
|
|
3142
|
+
readonly label: "Phase";
|
|
3143
|
+
readonly format: {
|
|
3144
|
+
readonly type: "text";
|
|
3145
|
+
};
|
|
3140
3146
|
}, {
|
|
3141
3147
|
readonly key: "primaryVoltageKv";
|
|
3142
3148
|
readonly label: "Primary Voltage";
|
|
@@ -3153,13 +3159,49 @@ declare const GRID_STAT_LIST: {
|
|
|
3153
3159
|
readonly unit: "kV";
|
|
3154
3160
|
readonly decimals: 2;
|
|
3155
3161
|
};
|
|
3162
|
+
}, {
|
|
3163
|
+
readonly key: "manufacturer";
|
|
3164
|
+
readonly label: "Manufacturer";
|
|
3165
|
+
readonly format: {
|
|
3166
|
+
readonly type: "text";
|
|
3167
|
+
};
|
|
3168
|
+
}, {
|
|
3169
|
+
readonly key: "xfmr_conductor_description";
|
|
3170
|
+
readonly label: "Conductor";
|
|
3171
|
+
readonly format: {
|
|
3172
|
+
readonly type: "text";
|
|
3173
|
+
};
|
|
3156
3174
|
}];
|
|
3157
3175
|
readonly CONSUMER: [{
|
|
3176
|
+
readonly key: "service_address";
|
|
3177
|
+
readonly label: "Service address";
|
|
3178
|
+
readonly format: {
|
|
3179
|
+
readonly type: "text";
|
|
3180
|
+
};
|
|
3181
|
+
}, {
|
|
3182
|
+
readonly key: "name";
|
|
3183
|
+
readonly label: "Customer";
|
|
3184
|
+
readonly format: {
|
|
3185
|
+
readonly type: "text";
|
|
3186
|
+
};
|
|
3187
|
+
}, {
|
|
3188
|
+
readonly key: "account_number";
|
|
3189
|
+
readonly label: "Account #";
|
|
3190
|
+
readonly format: {
|
|
3191
|
+
readonly type: "text";
|
|
3192
|
+
};
|
|
3193
|
+
}, {
|
|
3158
3194
|
readonly key: "meterNumber";
|
|
3159
3195
|
readonly label: "Meter Number";
|
|
3160
3196
|
readonly format: {
|
|
3161
3197
|
readonly type: "text";
|
|
3162
3198
|
};
|
|
3199
|
+
}, {
|
|
3200
|
+
readonly key: "service_type";
|
|
3201
|
+
readonly label: "Service type";
|
|
3202
|
+
readonly format: {
|
|
3203
|
+
readonly type: "text";
|
|
3204
|
+
};
|
|
3163
3205
|
}];
|
|
3164
3206
|
readonly SOURCE: [{
|
|
3165
3207
|
readonly key: "voltageKv";
|
|
@@ -3175,6 +3217,18 @@ declare const GRID_STAT_LIST: {
|
|
|
3175
3217
|
readonly format: {
|
|
3176
3218
|
readonly type: "text";
|
|
3177
3219
|
};
|
|
3220
|
+
}, {
|
|
3221
|
+
readonly key: "trf_capacity";
|
|
3222
|
+
readonly label: "Rated Capacity";
|
|
3223
|
+
readonly format: {
|
|
3224
|
+
readonly type: "text";
|
|
3225
|
+
};
|
|
3226
|
+
}, {
|
|
3227
|
+
readonly key: "connection_code";
|
|
3228
|
+
readonly label: "Connection";
|
|
3229
|
+
readonly format: {
|
|
3230
|
+
readonly type: "text";
|
|
3231
|
+
};
|
|
3178
3232
|
}];
|
|
3179
3233
|
readonly SWITCH: [{
|
|
3180
3234
|
readonly key: "switchId";
|
|
@@ -3182,6 +3236,12 @@ declare const GRID_STAT_LIST: {
|
|
|
3182
3236
|
readonly format: {
|
|
3183
3237
|
readonly type: "text";
|
|
3184
3238
|
};
|
|
3239
|
+
}, {
|
|
3240
|
+
readonly key: "phase";
|
|
3241
|
+
readonly label: "Phase";
|
|
3242
|
+
readonly format: {
|
|
3243
|
+
readonly type: "text";
|
|
3244
|
+
};
|
|
3185
3245
|
}, {
|
|
3186
3246
|
readonly key: "ratedCurrent";
|
|
3187
3247
|
readonly label: "Rated Current";
|
|
@@ -3205,6 +3265,12 @@ declare const GRID_STAT_LIST: {
|
|
|
3205
3265
|
readonly unit: "kVar";
|
|
3206
3266
|
readonly decimals: 1;
|
|
3207
3267
|
};
|
|
3268
|
+
}, {
|
|
3269
|
+
readonly key: "phase";
|
|
3270
|
+
readonly label: "Phase";
|
|
3271
|
+
readonly format: {
|
|
3272
|
+
readonly type: "text";
|
|
3273
|
+
};
|
|
3208
3274
|
}, {
|
|
3209
3275
|
readonly key: "nominalVoltage";
|
|
3210
3276
|
readonly label: "Nominal Voltage";
|
|
@@ -3215,21 +3281,25 @@ declare const GRID_STAT_LIST: {
|
|
|
3215
3281
|
};
|
|
3216
3282
|
}];
|
|
3217
3283
|
readonly OVERCURRENT_DEVICE: [{
|
|
3218
|
-
readonly key: "
|
|
3219
|
-
readonly label: "
|
|
3284
|
+
readonly key: "size_value";
|
|
3285
|
+
readonly label: "Size";
|
|
3220
3286
|
readonly format: {
|
|
3221
|
-
readonly type: "
|
|
3222
|
-
readonly unit: "A";
|
|
3223
|
-
readonly decimals: 0;
|
|
3287
|
+
readonly type: "text";
|
|
3224
3288
|
};
|
|
3225
3289
|
}, {
|
|
3226
|
-
readonly key: "
|
|
3227
|
-
readonly label: "
|
|
3290
|
+
readonly key: "phase";
|
|
3291
|
+
readonly label: "Phase";
|
|
3228
3292
|
readonly format: {
|
|
3229
3293
|
readonly type: "text";
|
|
3230
3294
|
};
|
|
3231
3295
|
}];
|
|
3232
3296
|
readonly REGULATOR: [{
|
|
3297
|
+
readonly key: "phase";
|
|
3298
|
+
readonly label: "Phase";
|
|
3299
|
+
readonly format: {
|
|
3300
|
+
readonly type: "text";
|
|
3301
|
+
};
|
|
3302
|
+
}, {
|
|
3233
3303
|
readonly key: "outputVoltagePhA";
|
|
3234
3304
|
readonly label: "Output Voltage Phase A";
|
|
3235
3305
|
readonly format: {
|
|
@@ -3288,6 +3358,12 @@ declare const GRID_STAT_LIST: {
|
|
|
3288
3358
|
readonly format: {
|
|
3289
3359
|
readonly type: "text";
|
|
3290
3360
|
};
|
|
3361
|
+
}, {
|
|
3362
|
+
readonly key: "phase";
|
|
3363
|
+
readonly label: "Phase";
|
|
3364
|
+
readonly format: {
|
|
3365
|
+
readonly type: "text";
|
|
3366
|
+
};
|
|
3291
3367
|
}];
|
|
3292
3368
|
readonly UNDERGROUND_LINE: [{
|
|
3293
3369
|
readonly key: "impedanceLength";
|
|
@@ -3315,6 +3391,12 @@ declare const GRID_STAT_LIST: {
|
|
|
3315
3391
|
readonly format: {
|
|
3316
3392
|
readonly type: "text";
|
|
3317
3393
|
};
|
|
3394
|
+
}, {
|
|
3395
|
+
readonly key: "phase";
|
|
3396
|
+
readonly label: "Phase";
|
|
3397
|
+
readonly format: {
|
|
3398
|
+
readonly type: "text";
|
|
3399
|
+
};
|
|
3318
3400
|
}];
|
|
3319
3401
|
readonly NODE: [{
|
|
3320
3402
|
readonly key: "nominalVoltage";
|
|
@@ -3333,6 +3415,12 @@ declare const GRID_STAT_LIST: {
|
|
|
3333
3415
|
readonly unit: "kW";
|
|
3334
3416
|
readonly decimals: 1;
|
|
3335
3417
|
};
|
|
3418
|
+
}, {
|
|
3419
|
+
readonly key: "phase";
|
|
3420
|
+
readonly label: "Phase";
|
|
3421
|
+
readonly format: {
|
|
3422
|
+
readonly type: "text";
|
|
3423
|
+
};
|
|
3336
3424
|
}, {
|
|
3337
3425
|
readonly key: "outputVoltage";
|
|
3338
3426
|
readonly label: "Output Voltage";
|
|
@@ -3535,6 +3623,18 @@ declare const ENTITY_CONFIG: {
|
|
|
3535
3623
|
readonly format: {
|
|
3536
3624
|
readonly type: "text";
|
|
3537
3625
|
};
|
|
3626
|
+
}, {
|
|
3627
|
+
readonly key: "trf_capacity";
|
|
3628
|
+
readonly label: "Rated Capacity";
|
|
3629
|
+
readonly format: {
|
|
3630
|
+
readonly type: "text";
|
|
3631
|
+
};
|
|
3632
|
+
}, {
|
|
3633
|
+
readonly key: "connection_code";
|
|
3634
|
+
readonly label: "Connection";
|
|
3635
|
+
readonly format: {
|
|
3636
|
+
readonly type: "text";
|
|
3637
|
+
};
|
|
3538
3638
|
}];
|
|
3539
3639
|
};
|
|
3540
3640
|
readonly label: {
|
|
@@ -3563,6 +3663,18 @@ declare const ENTITY_CONFIG: {
|
|
|
3563
3663
|
readonly format: {
|
|
3564
3664
|
readonly type: "text";
|
|
3565
3665
|
};
|
|
3666
|
+
}, {
|
|
3667
|
+
readonly key: "trf_capacity";
|
|
3668
|
+
readonly label: "Rated Capacity";
|
|
3669
|
+
readonly format: {
|
|
3670
|
+
readonly type: "text";
|
|
3671
|
+
};
|
|
3672
|
+
}, {
|
|
3673
|
+
readonly key: "connection_code";
|
|
3674
|
+
readonly label: "Connection";
|
|
3675
|
+
readonly format: {
|
|
3676
|
+
readonly type: "text";
|
|
3677
|
+
};
|
|
3566
3678
|
}];
|
|
3567
3679
|
};
|
|
3568
3680
|
readonly label: {
|
|
@@ -3585,6 +3697,12 @@ declare const ENTITY_CONFIG: {
|
|
|
3585
3697
|
readonly unit: "kVar";
|
|
3586
3698
|
readonly decimals: 1;
|
|
3587
3699
|
};
|
|
3700
|
+
}, {
|
|
3701
|
+
readonly key: "phase";
|
|
3702
|
+
readonly label: "Phase";
|
|
3703
|
+
readonly format: {
|
|
3704
|
+
readonly type: "text";
|
|
3705
|
+
};
|
|
3588
3706
|
}, {
|
|
3589
3707
|
readonly key: "nominalVoltage";
|
|
3590
3708
|
readonly label: "Nominal Voltage";
|
|
@@ -3613,6 +3731,12 @@ declare const ENTITY_CONFIG: {
|
|
|
3613
3731
|
readonly format: {
|
|
3614
3732
|
readonly type: "text";
|
|
3615
3733
|
};
|
|
3734
|
+
}, {
|
|
3735
|
+
readonly key: "phase";
|
|
3736
|
+
readonly label: "Phase";
|
|
3737
|
+
readonly format: {
|
|
3738
|
+
readonly type: "text";
|
|
3739
|
+
};
|
|
3616
3740
|
}, {
|
|
3617
3741
|
readonly key: "ratedCurrent";
|
|
3618
3742
|
readonly label: "Rated Current";
|
|
@@ -3657,6 +3781,12 @@ declare const ENTITY_CONFIG: {
|
|
|
3657
3781
|
readonly format: {
|
|
3658
3782
|
readonly type: "text";
|
|
3659
3783
|
};
|
|
3784
|
+
}, {
|
|
3785
|
+
readonly key: "phase";
|
|
3786
|
+
readonly label: "Phase";
|
|
3787
|
+
readonly format: {
|
|
3788
|
+
readonly type: "text";
|
|
3789
|
+
};
|
|
3660
3790
|
}, {
|
|
3661
3791
|
readonly key: "ratedCurrent";
|
|
3662
3792
|
readonly label: "Rated Current";
|
|
@@ -3725,6 +3855,12 @@ declare const ENTITY_CONFIG: {
|
|
|
3725
3855
|
readonly unit: "kVA";
|
|
3726
3856
|
readonly decimals: 0;
|
|
3727
3857
|
};
|
|
3858
|
+
}, {
|
|
3859
|
+
readonly key: "phase";
|
|
3860
|
+
readonly label: "Phase";
|
|
3861
|
+
readonly format: {
|
|
3862
|
+
readonly type: "text";
|
|
3863
|
+
};
|
|
3728
3864
|
}, {
|
|
3729
3865
|
readonly key: "primaryVoltageKv";
|
|
3730
3866
|
readonly label: "Primary Voltage";
|
|
@@ -3741,6 +3877,18 @@ declare const ENTITY_CONFIG: {
|
|
|
3741
3877
|
readonly unit: "kV";
|
|
3742
3878
|
readonly decimals: 2;
|
|
3743
3879
|
};
|
|
3880
|
+
}, {
|
|
3881
|
+
readonly key: "manufacturer";
|
|
3882
|
+
readonly label: "Manufacturer";
|
|
3883
|
+
readonly format: {
|
|
3884
|
+
readonly type: "text";
|
|
3885
|
+
};
|
|
3886
|
+
}, {
|
|
3887
|
+
readonly key: "xfmr_conductor_description";
|
|
3888
|
+
readonly label: "Conductor";
|
|
3889
|
+
readonly format: {
|
|
3890
|
+
readonly type: "text";
|
|
3891
|
+
};
|
|
3744
3892
|
}];
|
|
3745
3893
|
};
|
|
3746
3894
|
readonly label: {
|
|
@@ -3756,11 +3904,35 @@ declare const ENTITY_CONFIG: {
|
|
|
3756
3904
|
readonly detailPage: true;
|
|
3757
3905
|
readonly properties: {
|
|
3758
3906
|
readonly statList: [{
|
|
3907
|
+
readonly key: "service_address";
|
|
3908
|
+
readonly label: "Service address";
|
|
3909
|
+
readonly format: {
|
|
3910
|
+
readonly type: "text";
|
|
3911
|
+
};
|
|
3912
|
+
}, {
|
|
3913
|
+
readonly key: "name";
|
|
3914
|
+
readonly label: "Customer";
|
|
3915
|
+
readonly format: {
|
|
3916
|
+
readonly type: "text";
|
|
3917
|
+
};
|
|
3918
|
+
}, {
|
|
3919
|
+
readonly key: "account_number";
|
|
3920
|
+
readonly label: "Account #";
|
|
3921
|
+
readonly format: {
|
|
3922
|
+
readonly type: "text";
|
|
3923
|
+
};
|
|
3924
|
+
}, {
|
|
3759
3925
|
readonly key: "meterNumber";
|
|
3760
3926
|
readonly label: "Meter Number";
|
|
3761
3927
|
readonly format: {
|
|
3762
3928
|
readonly type: "text";
|
|
3763
3929
|
};
|
|
3930
|
+
}, {
|
|
3931
|
+
readonly key: "service_type";
|
|
3932
|
+
readonly label: "Service type";
|
|
3933
|
+
readonly format: {
|
|
3934
|
+
readonly type: "text";
|
|
3935
|
+
};
|
|
3764
3936
|
}];
|
|
3765
3937
|
};
|
|
3766
3938
|
readonly label: {
|
|
@@ -3776,11 +3948,35 @@ declare const ENTITY_CONFIG: {
|
|
|
3776
3948
|
readonly detailPage: true;
|
|
3777
3949
|
readonly properties: {
|
|
3778
3950
|
readonly statList: [{
|
|
3951
|
+
readonly key: "service_address";
|
|
3952
|
+
readonly label: "Service address";
|
|
3953
|
+
readonly format: {
|
|
3954
|
+
readonly type: "text";
|
|
3955
|
+
};
|
|
3956
|
+
}, {
|
|
3957
|
+
readonly key: "name";
|
|
3958
|
+
readonly label: "Customer";
|
|
3959
|
+
readonly format: {
|
|
3960
|
+
readonly type: "text";
|
|
3961
|
+
};
|
|
3962
|
+
}, {
|
|
3963
|
+
readonly key: "account_number";
|
|
3964
|
+
readonly label: "Account #";
|
|
3965
|
+
readonly format: {
|
|
3966
|
+
readonly type: "text";
|
|
3967
|
+
};
|
|
3968
|
+
}, {
|
|
3779
3969
|
readonly key: "meterNumber";
|
|
3780
3970
|
readonly label: "Meter Number";
|
|
3781
3971
|
readonly format: {
|
|
3782
3972
|
readonly type: "text";
|
|
3783
3973
|
};
|
|
3974
|
+
}, {
|
|
3975
|
+
readonly key: "service_type";
|
|
3976
|
+
readonly label: "Service type";
|
|
3977
|
+
readonly format: {
|
|
3978
|
+
readonly type: "text";
|
|
3979
|
+
};
|
|
3784
3980
|
}];
|
|
3785
3981
|
};
|
|
3786
3982
|
readonly label: {
|
|
@@ -3821,6 +4017,12 @@ declare const ENTITY_CONFIG: {
|
|
|
3821
4017
|
readonly format: {
|
|
3822
4018
|
readonly type: "text";
|
|
3823
4019
|
};
|
|
4020
|
+
}, {
|
|
4021
|
+
readonly key: "phase";
|
|
4022
|
+
readonly label: "Phase";
|
|
4023
|
+
readonly format: {
|
|
4024
|
+
readonly type: "text";
|
|
4025
|
+
};
|
|
3824
4026
|
}];
|
|
3825
4027
|
};
|
|
3826
4028
|
readonly label: {
|
|
@@ -3861,6 +4063,12 @@ declare const ENTITY_CONFIG: {
|
|
|
3861
4063
|
readonly format: {
|
|
3862
4064
|
readonly type: "text";
|
|
3863
4065
|
};
|
|
4066
|
+
}, {
|
|
4067
|
+
readonly key: "phase";
|
|
4068
|
+
readonly label: "Phase";
|
|
4069
|
+
readonly format: {
|
|
4070
|
+
readonly type: "text";
|
|
4071
|
+
};
|
|
3864
4072
|
}];
|
|
3865
4073
|
};
|
|
3866
4074
|
readonly label: {
|
|
@@ -3901,6 +4109,12 @@ declare const ENTITY_CONFIG: {
|
|
|
3901
4109
|
readonly format: {
|
|
3902
4110
|
readonly type: "text";
|
|
3903
4111
|
};
|
|
4112
|
+
}, {
|
|
4113
|
+
readonly key: "phase";
|
|
4114
|
+
readonly label: "Phase";
|
|
4115
|
+
readonly format: {
|
|
4116
|
+
readonly type: "text";
|
|
4117
|
+
};
|
|
3904
4118
|
}];
|
|
3905
4119
|
};
|
|
3906
4120
|
readonly label: {
|
|
@@ -3941,6 +4155,12 @@ declare const ENTITY_CONFIG: {
|
|
|
3941
4155
|
readonly format: {
|
|
3942
4156
|
readonly type: "text";
|
|
3943
4157
|
};
|
|
4158
|
+
}, {
|
|
4159
|
+
readonly key: "phase";
|
|
4160
|
+
readonly label: "Phase";
|
|
4161
|
+
readonly format: {
|
|
4162
|
+
readonly type: "text";
|
|
4163
|
+
};
|
|
3944
4164
|
}];
|
|
3945
4165
|
};
|
|
3946
4166
|
readonly label: {
|
|
@@ -3981,6 +4201,12 @@ declare const ENTITY_CONFIG: {
|
|
|
3981
4201
|
readonly format: {
|
|
3982
4202
|
readonly type: "text";
|
|
3983
4203
|
};
|
|
4204
|
+
}, {
|
|
4205
|
+
readonly key: "phase";
|
|
4206
|
+
readonly label: "Phase";
|
|
4207
|
+
readonly format: {
|
|
4208
|
+
readonly type: "text";
|
|
4209
|
+
};
|
|
3984
4210
|
}];
|
|
3985
4211
|
};
|
|
3986
4212
|
readonly label: {
|
|
@@ -4021,6 +4247,12 @@ declare const ENTITY_CONFIG: {
|
|
|
4021
4247
|
readonly format: {
|
|
4022
4248
|
readonly type: "text";
|
|
4023
4249
|
};
|
|
4250
|
+
}, {
|
|
4251
|
+
readonly key: "phase";
|
|
4252
|
+
readonly label: "Phase";
|
|
4253
|
+
readonly format: {
|
|
4254
|
+
readonly type: "text";
|
|
4255
|
+
};
|
|
4024
4256
|
}];
|
|
4025
4257
|
};
|
|
4026
4258
|
readonly label: {
|
|
@@ -4066,16 +4298,14 @@ declare const ENTITY_CONFIG: {
|
|
|
4066
4298
|
readonly detailPage: true;
|
|
4067
4299
|
readonly properties: {
|
|
4068
4300
|
readonly statList: [{
|
|
4069
|
-
readonly key: "
|
|
4070
|
-
readonly label: "
|
|
4301
|
+
readonly key: "size_value";
|
|
4302
|
+
readonly label: "Size";
|
|
4071
4303
|
readonly format: {
|
|
4072
|
-
readonly type: "
|
|
4073
|
-
readonly unit: "A";
|
|
4074
|
-
readonly decimals: 0;
|
|
4304
|
+
readonly type: "text";
|
|
4075
4305
|
};
|
|
4076
4306
|
}, {
|
|
4077
|
-
readonly key: "
|
|
4078
|
-
readonly label: "
|
|
4307
|
+
readonly key: "phase";
|
|
4308
|
+
readonly label: "Phase";
|
|
4079
4309
|
readonly format: {
|
|
4080
4310
|
readonly type: "text";
|
|
4081
4311
|
};
|
|
@@ -4102,16 +4332,14 @@ declare const ENTITY_CONFIG: {
|
|
|
4102
4332
|
readonly detailPage: true;
|
|
4103
4333
|
readonly properties: {
|
|
4104
4334
|
readonly statList: [{
|
|
4105
|
-
readonly key: "
|
|
4106
|
-
readonly label: "
|
|
4335
|
+
readonly key: "size_value";
|
|
4336
|
+
readonly label: "Size";
|
|
4107
4337
|
readonly format: {
|
|
4108
|
-
readonly type: "
|
|
4109
|
-
readonly unit: "A";
|
|
4110
|
-
readonly decimals: 0;
|
|
4338
|
+
readonly type: "text";
|
|
4111
4339
|
};
|
|
4112
4340
|
}, {
|
|
4113
|
-
readonly key: "
|
|
4114
|
-
readonly label: "
|
|
4341
|
+
readonly key: "phase";
|
|
4342
|
+
readonly label: "Phase";
|
|
4115
4343
|
readonly format: {
|
|
4116
4344
|
readonly type: "text";
|
|
4117
4345
|
};
|
|
@@ -4130,16 +4358,14 @@ declare const ENTITY_CONFIG: {
|
|
|
4130
4358
|
readonly detailPage: true;
|
|
4131
4359
|
readonly properties: {
|
|
4132
4360
|
readonly statList: [{
|
|
4133
|
-
readonly key: "
|
|
4134
|
-
readonly label: "
|
|
4361
|
+
readonly key: "size_value";
|
|
4362
|
+
readonly label: "Size";
|
|
4135
4363
|
readonly format: {
|
|
4136
|
-
readonly type: "
|
|
4137
|
-
readonly unit: "A";
|
|
4138
|
-
readonly decimals: 0;
|
|
4364
|
+
readonly type: "text";
|
|
4139
4365
|
};
|
|
4140
4366
|
}, {
|
|
4141
|
-
readonly key: "
|
|
4142
|
-
readonly label: "
|
|
4367
|
+
readonly key: "phase";
|
|
4368
|
+
readonly label: "Phase";
|
|
4143
4369
|
readonly format: {
|
|
4144
4370
|
readonly type: "text";
|
|
4145
4371
|
};
|
|
@@ -4173,6 +4399,12 @@ declare const ENTITY_CONFIG: {
|
|
|
4173
4399
|
readonly unit: "kW";
|
|
4174
4400
|
readonly decimals: 1;
|
|
4175
4401
|
};
|
|
4402
|
+
}, {
|
|
4403
|
+
readonly key: "phase";
|
|
4404
|
+
readonly label: "Phase";
|
|
4405
|
+
readonly format: {
|
|
4406
|
+
readonly type: "text";
|
|
4407
|
+
};
|
|
4176
4408
|
}, {
|
|
4177
4409
|
readonly key: "outputVoltage";
|
|
4178
4410
|
readonly label: "Output Voltage";
|
|
@@ -4196,6 +4428,12 @@ declare const ENTITY_CONFIG: {
|
|
|
4196
4428
|
readonly detailPage: true;
|
|
4197
4429
|
readonly properties: {
|
|
4198
4430
|
readonly statList: [{
|
|
4431
|
+
readonly key: "phase";
|
|
4432
|
+
readonly label: "Phase";
|
|
4433
|
+
readonly format: {
|
|
4434
|
+
readonly type: "text";
|
|
4435
|
+
};
|
|
4436
|
+
}, {
|
|
4199
4437
|
readonly key: "outputVoltagePhA";
|
|
4200
4438
|
readonly label: "Output Voltage Phase A";
|
|
4201
4439
|
readonly format: {
|