@texturehq/edges 5.6.0 → 5.8.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-bhxj_RGq.d.ts → colors-Bw7a6pAI.d.ts} +230 -137
- package/dist/{colors-DdVxX8WB.d.cts → colors-CM2yXnpR.d.cts} +230 -137
- package/dist/index.cjs +4 -4
- 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 +4 -4
- 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
|
@@ -3091,7 +3091,7 @@ declare const ENTITY_CATEGORY_CONFIG: {
|
|
|
3091
3091
|
};
|
|
3092
3092
|
/** The coarse element-type axis (mirrors `@texturehq/grid-element-config`'s
|
|
3093
3093
|
* `GridElementType`; kept in sync by transcription). */
|
|
3094
|
-
type GridElementSourceType = "CAPACITOR" | "CONSUMER" | "GENERATOR" | "MOTOR" | "NODE" | "OVERCURRENT_DEVICE" | "OVERHEAD_LINE" | "REGULATOR" | "SOURCE" | "SWITCH" | "TRANSFORMER" | "UNDERGROUND_LINE";
|
|
3094
|
+
type GridElementSourceType = "CAPACITOR" | "CONSUMER" | "GENERATOR" | "MOTOR" | "NODE" | "OVERCURRENT_DEVICE" | "OVERHEAD_LINE" | "REGULATOR" | "SOURCE" | "SUPPORT_STRUCTURE" | "SWITCH" | "TRANSFORMER" | "UNDERGROUND_LINE";
|
|
3095
3095
|
/**
|
|
3096
3096
|
* JSONB keys that are ABSENT or PII-zeroed in prod (MR-07 coverage table). No
|
|
3097
3097
|
* grid stat-list row (or headline metric) may reference one of these — enforced
|
|
@@ -3111,23 +3111,47 @@ declare const ABSENT_GRID_FIELDS: readonly ["energized", "customerName", "gs_max
|
|
|
3111
3111
|
* 7.2 kV transformer. Listing a row here is a deliberate, reviewable admission
|
|
3112
3112
|
* that its unit is unverified, not an oversight.
|
|
3113
3113
|
*
|
|
3114
|
-
* Status per row (as of 2026-08-
|
|
3115
|
-
* • CAPACITOR
|
|
3116
|
-
*
|
|
3117
|
-
*
|
|
3118
|
-
*
|
|
3119
|
-
*
|
|
3120
|
-
*
|
|
3121
|
-
*
|
|
3114
|
+
* Status per row (as of 2026-08-24 -- the escape hatch worked, and emptied itself):
|
|
3115
|
+
* • CAPACITOR `nominalVoltage` -- MEASURED (DQ-5). 87/114 populated, all in volts, but 23 are `0`
|
|
3116
|
+
* placeholders that rendered "0 V". Re-sourced from the normalized `nominalVoltageV` extra.
|
|
3117
|
+
* • NODE `nominalVoltage` -- MEASURED (DQ-5): 0% across all four spellings on all 492 Nodes. Row
|
|
3118
|
+
* deleted in MR-P01-5a, together with the SUPPORT_STRUCTURE split that stopped 58,158 poles from
|
|
3119
|
+
* sharing this (now empty) list.
|
|
3120
|
+
* • REGULATOR `outputVoltagePh{A,B,C}` -- MEASURED (2026-08-24) and WRONG, not merely unverified:
|
|
3121
|
+
* the values are a per-unit multiplier (~1.025), so all three rendered "1 V". DQ-7 then found
|
|
3122
|
+
* they duplicate `forward_set_voltage` (123.5 V on a 120 V base). Rows deleted.
|
|
3123
|
+
* • GENERATOR `outputVoltage` -- MEASURED: 0% on all 2,905. Row deleted (and DQ-8 showed the type
|
|
3124
|
+
* is service points, not generation, so there was never a voltage to find).
|
|
3125
|
+
* • MOTOR `voltage` -- still unmeasured, and unmeasurable: element type 11 has ZERO rows in prod.
|
|
3126
|
+
* The only surviving entry, kept because the row still exists (deleting dead registry keys is P02).
|
|
3122
3127
|
*
|
|
3123
3128
|
* Entries are `${GridElementSourceType}.${key}`.
|
|
3124
3129
|
*/
|
|
3125
|
-
declare const UNVERIFIED_VOLTAGE_UNIT_ROWS: readonly ["
|
|
3130
|
+
declare const UNVERIFIED_VOLTAGE_UNIT_ROWS: readonly ["MOTOR.voltage"];
|
|
3126
3131
|
/**
|
|
3127
3132
|
* Static property rows per `GridElementType`, transcribed from
|
|
3128
3133
|
* `grid-element-config/src/configs/*.config.ts` `metadataFields`. Serializable:
|
|
3129
3134
|
* no `showWhen`, no functions. Referenced by grid entities' `properties.statList`.
|
|
3130
3135
|
*/
|
|
3136
|
+
/**
|
|
3137
|
+
* MR-P01-8 -- the capacitor kvar rows, in the two shapes VEC records them (ALL-2565).
|
|
3138
|
+
*
|
|
3139
|
+
* A polyphase bank's rating is recorded per phase; a single-phase unit's as one total. Prod
|
|
3140
|
+
* 2026-08-24: `total_kvar` 76.3%, `kvar_a/b/c` 56.1 / 54.4 / 57.9% -- some capacitors carry one,
|
|
3141
|
+
* some the other, some both. Legacy expresses this with a `when` predicate per field
|
|
3142
|
+
* (`GridElementTooltip.FIELD_ORDER.CAPACITOR`).
|
|
3143
|
+
*
|
|
3144
|
+
* `GridStatField` has no `showWhen`, deliberately (see its docstring: a stat-list row is data only,
|
|
3145
|
+
* and per-instance visibility is a render-time concern). So the PREDICATE lives in the host
|
|
3146
|
+
* (`gridStatFieldsFor`) while the row DECLARATIONS stay here, where every other row lives -- the
|
|
3147
|
+
* registry ban is on predicates, not on declaring more than one set.
|
|
3148
|
+
*
|
|
3149
|
+
* The legacy fallback key `kvar` measured 0% and is not carried: a dead fallback reads as coverage
|
|
3150
|
+
* the data does not have.
|
|
3151
|
+
*/
|
|
3152
|
+
declare const GRID_STAT_LIST_CAPACITOR_TOTAL_KVAR: readonly GridStatField[];
|
|
3153
|
+
/** Per-phase kvar rows -- polyphase banks, and any unit carrying no total (see `gridStatFieldsFor`). */
|
|
3154
|
+
declare const GRID_STAT_LIST_CAPACITOR_PER_PHASE_KVAR: readonly GridStatField[];
|
|
3131
3155
|
declare const GRID_STAT_LIST: {
|
|
3132
3156
|
readonly TRANSFORMER: [{
|
|
3133
3157
|
readonly key: "capacityKva";
|
|
@@ -3243,36 +3267,32 @@ declare const GRID_STAT_LIST: {
|
|
|
3243
3267
|
readonly type: "text";
|
|
3244
3268
|
};
|
|
3245
3269
|
}, {
|
|
3246
|
-
readonly key: "
|
|
3247
|
-
readonly label: "
|
|
3270
|
+
readonly key: "switchIsOpen";
|
|
3271
|
+
readonly label: "Position";
|
|
3248
3272
|
readonly format: {
|
|
3249
|
-
readonly type: "
|
|
3250
|
-
readonly unit: "A";
|
|
3251
|
-
readonly decimals: 0;
|
|
3273
|
+
readonly type: "text";
|
|
3252
3274
|
};
|
|
3253
3275
|
}, {
|
|
3254
|
-
readonly key: "
|
|
3255
|
-
readonly label: "
|
|
3276
|
+
readonly key: "switch_status";
|
|
3277
|
+
readonly label: "Status";
|
|
3256
3278
|
readonly format: {
|
|
3257
3279
|
readonly type: "text";
|
|
3258
3280
|
};
|
|
3259
|
-
}
|
|
3260
|
-
|
|
3261
|
-
readonly
|
|
3262
|
-
readonly label: "Capacity";
|
|
3281
|
+
}, {
|
|
3282
|
+
readonly key: "partnerIdentifier";
|
|
3283
|
+
readonly label: "Partner ID";
|
|
3263
3284
|
readonly format: {
|
|
3264
|
-
readonly type: "
|
|
3265
|
-
readonly unit: "kVar";
|
|
3266
|
-
readonly decimals: 1;
|
|
3285
|
+
readonly type: "text";
|
|
3267
3286
|
};
|
|
3268
|
-
}
|
|
3287
|
+
}];
|
|
3288
|
+
readonly CAPACITOR: [{
|
|
3269
3289
|
readonly key: "phase";
|
|
3270
3290
|
readonly label: "Phase";
|
|
3271
3291
|
readonly format: {
|
|
3272
3292
|
readonly type: "text";
|
|
3273
3293
|
};
|
|
3274
3294
|
}, {
|
|
3275
|
-
readonly key: "
|
|
3295
|
+
readonly key: "nominalVoltageV";
|
|
3276
3296
|
readonly label: "Nominal Voltage";
|
|
3277
3297
|
readonly format: {
|
|
3278
3298
|
readonly type: "voltage";
|
|
@@ -3294,41 +3314,37 @@ declare const GRID_STAT_LIST: {
|
|
|
3294
3314
|
};
|
|
3295
3315
|
}];
|
|
3296
3316
|
readonly REGULATOR: [{
|
|
3317
|
+
readonly key: "rated_kva";
|
|
3318
|
+
readonly label: "Rated kVA";
|
|
3319
|
+
readonly format: {
|
|
3320
|
+
readonly type: "power";
|
|
3321
|
+
readonly unit: "kVA";
|
|
3322
|
+
readonly decimals: 0;
|
|
3323
|
+
};
|
|
3324
|
+
}, {
|
|
3297
3325
|
readonly key: "phase";
|
|
3298
3326
|
readonly label: "Phase";
|
|
3299
3327
|
readonly format: {
|
|
3300
3328
|
readonly type: "text";
|
|
3301
3329
|
};
|
|
3302
3330
|
}, {
|
|
3303
|
-
readonly key: "
|
|
3304
|
-
readonly label: "
|
|
3331
|
+
readonly key: "manufacturer";
|
|
3332
|
+
readonly label: "Manufacturer";
|
|
3305
3333
|
readonly format: {
|
|
3306
|
-
readonly type: "
|
|
3307
|
-
readonly unit: "V";
|
|
3308
|
-
readonly decimals: 0;
|
|
3334
|
+
readonly type: "text";
|
|
3309
3335
|
};
|
|
3310
3336
|
}, {
|
|
3311
|
-
readonly key: "
|
|
3312
|
-
readonly label: "
|
|
3337
|
+
readonly key: "high_side_configuration";
|
|
3338
|
+
readonly label: "High Side";
|
|
3313
3339
|
readonly format: {
|
|
3314
|
-
readonly type: "
|
|
3315
|
-
readonly unit: "V";
|
|
3316
|
-
readonly decimals: 0;
|
|
3340
|
+
readonly type: "text";
|
|
3317
3341
|
};
|
|
3318
3342
|
}, {
|
|
3319
|
-
readonly key: "
|
|
3320
|
-
readonly label: "
|
|
3343
|
+
readonly key: "forwardSetVoltageV";
|
|
3344
|
+
readonly label: "Forward Set Voltage";
|
|
3321
3345
|
readonly format: {
|
|
3322
3346
|
readonly type: "voltage";
|
|
3323
3347
|
readonly unit: "V";
|
|
3324
|
-
readonly decimals: 0;
|
|
3325
|
-
};
|
|
3326
|
-
}, {
|
|
3327
|
-
readonly key: "ratedPower";
|
|
3328
|
-
readonly label: "Rated Power";
|
|
3329
|
-
readonly format: {
|
|
3330
|
-
readonly type: "power";
|
|
3331
|
-
readonly unit: "kVA";
|
|
3332
3348
|
readonly decimals: 1;
|
|
3333
3349
|
};
|
|
3334
3350
|
}];
|
|
@@ -3358,12 +3374,24 @@ declare const GRID_STAT_LIST: {
|
|
|
3358
3374
|
readonly format: {
|
|
3359
3375
|
readonly type: "text";
|
|
3360
3376
|
};
|
|
3377
|
+
}, {
|
|
3378
|
+
readonly key: "conductorDescNeutral";
|
|
3379
|
+
readonly label: "Conductor Neutral";
|
|
3380
|
+
readonly format: {
|
|
3381
|
+
readonly type: "text";
|
|
3382
|
+
};
|
|
3361
3383
|
}, {
|
|
3362
3384
|
readonly key: "phase";
|
|
3363
3385
|
readonly label: "Phase";
|
|
3364
3386
|
readonly format: {
|
|
3365
3387
|
readonly type: "text";
|
|
3366
3388
|
};
|
|
3389
|
+
}, {
|
|
3390
|
+
readonly key: "subtype_cd";
|
|
3391
|
+
readonly label: "Subtype";
|
|
3392
|
+
readonly format: {
|
|
3393
|
+
readonly type: "text";
|
|
3394
|
+
};
|
|
3367
3395
|
}];
|
|
3368
3396
|
readonly UNDERGROUND_LINE: [{
|
|
3369
3397
|
readonly key: "impedanceLength";
|
|
@@ -3397,23 +3425,33 @@ declare const GRID_STAT_LIST: {
|
|
|
3397
3425
|
readonly format: {
|
|
3398
3426
|
readonly type: "text";
|
|
3399
3427
|
};
|
|
3428
|
+
}, {
|
|
3429
|
+
readonly key: "subtype_cd";
|
|
3430
|
+
readonly label: "Subtype";
|
|
3431
|
+
readonly format: {
|
|
3432
|
+
readonly type: "text";
|
|
3433
|
+
};
|
|
3400
3434
|
}];
|
|
3401
|
-
readonly NODE: [
|
|
3402
|
-
|
|
3403
|
-
readonly
|
|
3435
|
+
readonly NODE: [];
|
|
3436
|
+
readonly SUPPORT_STRUCTURE: [{
|
|
3437
|
+
readonly key: "height";
|
|
3438
|
+
readonly label: "Height";
|
|
3404
3439
|
readonly format: {
|
|
3405
|
-
readonly type: "
|
|
3406
|
-
readonly unit: "
|
|
3440
|
+
readonly type: "distance";
|
|
3441
|
+
readonly unit: "ft";
|
|
3407
3442
|
readonly decimals: 0;
|
|
3408
3443
|
};
|
|
3409
|
-
}
|
|
3410
|
-
|
|
3411
|
-
readonly
|
|
3412
|
-
readonly label: "Rated Power";
|
|
3444
|
+
}, {
|
|
3445
|
+
readonly key: "class";
|
|
3446
|
+
readonly label: "Class";
|
|
3413
3447
|
readonly format: {
|
|
3414
|
-
readonly type: "
|
|
3415
|
-
|
|
3416
|
-
|
|
3448
|
+
readonly type: "text";
|
|
3449
|
+
};
|
|
3450
|
+
}, {
|
|
3451
|
+
readonly key: "species";
|
|
3452
|
+
readonly label: "Material";
|
|
3453
|
+
readonly format: {
|
|
3454
|
+
readonly type: "text";
|
|
3417
3455
|
};
|
|
3418
3456
|
}, {
|
|
3419
3457
|
readonly key: "phase";
|
|
@@ -3422,12 +3460,17 @@ declare const GRID_STAT_LIST: {
|
|
|
3422
3460
|
readonly type: "text";
|
|
3423
3461
|
};
|
|
3424
3462
|
}, {
|
|
3425
|
-
readonly key: "
|
|
3426
|
-
readonly label: "
|
|
3463
|
+
readonly key: "substation";
|
|
3464
|
+
readonly label: "Substation";
|
|
3427
3465
|
readonly format: {
|
|
3428
|
-
readonly type: "
|
|
3429
|
-
|
|
3430
|
-
|
|
3466
|
+
readonly type: "text";
|
|
3467
|
+
};
|
|
3468
|
+
}];
|
|
3469
|
+
readonly GENERATOR: [{
|
|
3470
|
+
readonly key: "phase";
|
|
3471
|
+
readonly label: "Phase";
|
|
3472
|
+
readonly format: {
|
|
3473
|
+
readonly type: "text";
|
|
3431
3474
|
};
|
|
3432
3475
|
}];
|
|
3433
3476
|
readonly MOTOR: [{
|
|
@@ -3690,21 +3733,13 @@ declare const ENTITY_CONFIG: {
|
|
|
3690
3733
|
readonly detailPage: true;
|
|
3691
3734
|
readonly properties: {
|
|
3692
3735
|
readonly statList: [{
|
|
3693
|
-
readonly key: "unitSizeKvar";
|
|
3694
|
-
readonly label: "Capacity";
|
|
3695
|
-
readonly format: {
|
|
3696
|
-
readonly type: "power";
|
|
3697
|
-
readonly unit: "kVar";
|
|
3698
|
-
readonly decimals: 1;
|
|
3699
|
-
};
|
|
3700
|
-
}, {
|
|
3701
3736
|
readonly key: "phase";
|
|
3702
3737
|
readonly label: "Phase";
|
|
3703
3738
|
readonly format: {
|
|
3704
3739
|
readonly type: "text";
|
|
3705
3740
|
};
|
|
3706
3741
|
}, {
|
|
3707
|
-
readonly key: "
|
|
3742
|
+
readonly key: "nominalVoltageV";
|
|
3708
3743
|
readonly label: "Nominal Voltage";
|
|
3709
3744
|
readonly format: {
|
|
3710
3745
|
readonly type: "voltage";
|
|
@@ -3738,16 +3773,20 @@ declare const ENTITY_CONFIG: {
|
|
|
3738
3773
|
readonly type: "text";
|
|
3739
3774
|
};
|
|
3740
3775
|
}, {
|
|
3741
|
-
readonly key: "
|
|
3742
|
-
readonly label: "
|
|
3776
|
+
readonly key: "switchIsOpen";
|
|
3777
|
+
readonly label: "Position";
|
|
3743
3778
|
readonly format: {
|
|
3744
|
-
readonly type: "
|
|
3745
|
-
readonly unit: "A";
|
|
3746
|
-
readonly decimals: 0;
|
|
3779
|
+
readonly type: "text";
|
|
3747
3780
|
};
|
|
3748
3781
|
}, {
|
|
3749
|
-
readonly key: "
|
|
3750
|
-
readonly label: "
|
|
3782
|
+
readonly key: "switch_status";
|
|
3783
|
+
readonly label: "Status";
|
|
3784
|
+
readonly format: {
|
|
3785
|
+
readonly type: "text";
|
|
3786
|
+
};
|
|
3787
|
+
}, {
|
|
3788
|
+
readonly key: "partnerIdentifier";
|
|
3789
|
+
readonly label: "Partner ID";
|
|
3751
3790
|
readonly format: {
|
|
3752
3791
|
readonly type: "text";
|
|
3753
3792
|
};
|
|
@@ -3788,16 +3827,20 @@ declare const ENTITY_CONFIG: {
|
|
|
3788
3827
|
readonly type: "text";
|
|
3789
3828
|
};
|
|
3790
3829
|
}, {
|
|
3791
|
-
readonly key: "
|
|
3792
|
-
readonly label: "
|
|
3830
|
+
readonly key: "switchIsOpen";
|
|
3831
|
+
readonly label: "Position";
|
|
3793
3832
|
readonly format: {
|
|
3794
|
-
readonly type: "
|
|
3795
|
-
|
|
3796
|
-
|
|
3833
|
+
readonly type: "text";
|
|
3834
|
+
};
|
|
3835
|
+
}, {
|
|
3836
|
+
readonly key: "switch_status";
|
|
3837
|
+
readonly label: "Status";
|
|
3838
|
+
readonly format: {
|
|
3839
|
+
readonly type: "text";
|
|
3797
3840
|
};
|
|
3798
3841
|
}, {
|
|
3799
|
-
readonly key: "
|
|
3800
|
-
readonly label: "
|
|
3842
|
+
readonly key: "partnerIdentifier";
|
|
3843
|
+
readonly label: "Partner ID";
|
|
3801
3844
|
readonly format: {
|
|
3802
3845
|
readonly type: "text";
|
|
3803
3846
|
};
|
|
@@ -3825,15 +3868,7 @@ declare const ENTITY_CONFIG: {
|
|
|
3825
3868
|
readonly archetype: "grid-energized";
|
|
3826
3869
|
readonly detailPage: true;
|
|
3827
3870
|
readonly properties: {
|
|
3828
|
-
readonly statList: [
|
|
3829
|
-
readonly key: "nominalVoltage";
|
|
3830
|
-
readonly label: "Nominal Voltage";
|
|
3831
|
-
readonly format: {
|
|
3832
|
-
readonly type: "voltage";
|
|
3833
|
-
readonly unit: "V";
|
|
3834
|
-
readonly decimals: 0;
|
|
3835
|
-
};
|
|
3836
|
-
}];
|
|
3871
|
+
readonly statList: [];
|
|
3837
3872
|
};
|
|
3838
3873
|
readonly label: {
|
|
3839
3874
|
readonly singular: "Relay";
|
|
@@ -4017,12 +4052,24 @@ declare const ENTITY_CONFIG: {
|
|
|
4017
4052
|
readonly format: {
|
|
4018
4053
|
readonly type: "text";
|
|
4019
4054
|
};
|
|
4055
|
+
}, {
|
|
4056
|
+
readonly key: "conductorDescNeutral";
|
|
4057
|
+
readonly label: "Conductor Neutral";
|
|
4058
|
+
readonly format: {
|
|
4059
|
+
readonly type: "text";
|
|
4060
|
+
};
|
|
4020
4061
|
}, {
|
|
4021
4062
|
readonly key: "phase";
|
|
4022
4063
|
readonly label: "Phase";
|
|
4023
4064
|
readonly format: {
|
|
4024
4065
|
readonly type: "text";
|
|
4025
4066
|
};
|
|
4067
|
+
}, {
|
|
4068
|
+
readonly key: "subtype_cd";
|
|
4069
|
+
readonly label: "Subtype";
|
|
4070
|
+
readonly format: {
|
|
4071
|
+
readonly type: "text";
|
|
4072
|
+
};
|
|
4026
4073
|
}];
|
|
4027
4074
|
};
|
|
4028
4075
|
readonly label: {
|
|
@@ -4063,12 +4110,24 @@ declare const ENTITY_CONFIG: {
|
|
|
4063
4110
|
readonly format: {
|
|
4064
4111
|
readonly type: "text";
|
|
4065
4112
|
};
|
|
4113
|
+
}, {
|
|
4114
|
+
readonly key: "conductorDescNeutral";
|
|
4115
|
+
readonly label: "Conductor Neutral";
|
|
4116
|
+
readonly format: {
|
|
4117
|
+
readonly type: "text";
|
|
4118
|
+
};
|
|
4066
4119
|
}, {
|
|
4067
4120
|
readonly key: "phase";
|
|
4068
4121
|
readonly label: "Phase";
|
|
4069
4122
|
readonly format: {
|
|
4070
4123
|
readonly type: "text";
|
|
4071
4124
|
};
|
|
4125
|
+
}, {
|
|
4126
|
+
readonly key: "subtype_cd";
|
|
4127
|
+
readonly label: "Subtype";
|
|
4128
|
+
readonly format: {
|
|
4129
|
+
readonly type: "text";
|
|
4130
|
+
};
|
|
4072
4131
|
}];
|
|
4073
4132
|
};
|
|
4074
4133
|
readonly label: {
|
|
@@ -4109,12 +4168,24 @@ declare const ENTITY_CONFIG: {
|
|
|
4109
4168
|
readonly format: {
|
|
4110
4169
|
readonly type: "text";
|
|
4111
4170
|
};
|
|
4171
|
+
}, {
|
|
4172
|
+
readonly key: "conductorDescNeutral";
|
|
4173
|
+
readonly label: "Conductor Neutral";
|
|
4174
|
+
readonly format: {
|
|
4175
|
+
readonly type: "text";
|
|
4176
|
+
};
|
|
4112
4177
|
}, {
|
|
4113
4178
|
readonly key: "phase";
|
|
4114
4179
|
readonly label: "Phase";
|
|
4115
4180
|
readonly format: {
|
|
4116
4181
|
readonly type: "text";
|
|
4117
4182
|
};
|
|
4183
|
+
}, {
|
|
4184
|
+
readonly key: "subtype_cd";
|
|
4185
|
+
readonly label: "Subtype";
|
|
4186
|
+
readonly format: {
|
|
4187
|
+
readonly type: "text";
|
|
4188
|
+
};
|
|
4118
4189
|
}];
|
|
4119
4190
|
};
|
|
4120
4191
|
readonly label: {
|
|
@@ -4161,6 +4232,12 @@ declare const ENTITY_CONFIG: {
|
|
|
4161
4232
|
readonly format: {
|
|
4162
4233
|
readonly type: "text";
|
|
4163
4234
|
};
|
|
4235
|
+
}, {
|
|
4236
|
+
readonly key: "subtype_cd";
|
|
4237
|
+
readonly label: "Subtype";
|
|
4238
|
+
readonly format: {
|
|
4239
|
+
readonly type: "text";
|
|
4240
|
+
};
|
|
4164
4241
|
}];
|
|
4165
4242
|
};
|
|
4166
4243
|
readonly label: {
|
|
@@ -4207,6 +4284,12 @@ declare const ENTITY_CONFIG: {
|
|
|
4207
4284
|
readonly format: {
|
|
4208
4285
|
readonly type: "text";
|
|
4209
4286
|
};
|
|
4287
|
+
}, {
|
|
4288
|
+
readonly key: "subtype_cd";
|
|
4289
|
+
readonly label: "Subtype";
|
|
4290
|
+
readonly format: {
|
|
4291
|
+
readonly type: "text";
|
|
4292
|
+
};
|
|
4210
4293
|
}];
|
|
4211
4294
|
};
|
|
4212
4295
|
readonly label: {
|
|
@@ -4253,6 +4336,12 @@ declare const ENTITY_CONFIG: {
|
|
|
4253
4336
|
readonly format: {
|
|
4254
4337
|
readonly type: "text";
|
|
4255
4338
|
};
|
|
4339
|
+
}, {
|
|
4340
|
+
readonly key: "subtype_cd";
|
|
4341
|
+
readonly label: "Subtype";
|
|
4342
|
+
readonly format: {
|
|
4343
|
+
readonly type: "text";
|
|
4344
|
+
};
|
|
4256
4345
|
}];
|
|
4257
4346
|
};
|
|
4258
4347
|
readonly label: {
|
|
@@ -4392,27 +4481,11 @@ declare const ENTITY_CONFIG: {
|
|
|
4392
4481
|
readonly detailPage: true;
|
|
4393
4482
|
readonly properties: {
|
|
4394
4483
|
readonly statList: [{
|
|
4395
|
-
readonly key: "ratedPower";
|
|
4396
|
-
readonly label: "Rated Power";
|
|
4397
|
-
readonly format: {
|
|
4398
|
-
readonly type: "power";
|
|
4399
|
-
readonly unit: "kW";
|
|
4400
|
-
readonly decimals: 1;
|
|
4401
|
-
};
|
|
4402
|
-
}, {
|
|
4403
4484
|
readonly key: "phase";
|
|
4404
4485
|
readonly label: "Phase";
|
|
4405
4486
|
readonly format: {
|
|
4406
4487
|
readonly type: "text";
|
|
4407
4488
|
};
|
|
4408
|
-
}, {
|
|
4409
|
-
readonly key: "outputVoltage";
|
|
4410
|
-
readonly label: "Output Voltage";
|
|
4411
|
-
readonly format: {
|
|
4412
|
-
readonly type: "voltage";
|
|
4413
|
-
readonly unit: "V";
|
|
4414
|
-
readonly decimals: 0;
|
|
4415
|
-
};
|
|
4416
4489
|
}];
|
|
4417
4490
|
};
|
|
4418
4491
|
readonly label: {
|
|
@@ -4428,41 +4501,37 @@ declare const ENTITY_CONFIG: {
|
|
|
4428
4501
|
readonly detailPage: true;
|
|
4429
4502
|
readonly properties: {
|
|
4430
4503
|
readonly statList: [{
|
|
4504
|
+
readonly key: "rated_kva";
|
|
4505
|
+
readonly label: "Rated kVA";
|
|
4506
|
+
readonly format: {
|
|
4507
|
+
readonly type: "power";
|
|
4508
|
+
readonly unit: "kVA";
|
|
4509
|
+
readonly decimals: 0;
|
|
4510
|
+
};
|
|
4511
|
+
}, {
|
|
4431
4512
|
readonly key: "phase";
|
|
4432
4513
|
readonly label: "Phase";
|
|
4433
4514
|
readonly format: {
|
|
4434
4515
|
readonly type: "text";
|
|
4435
4516
|
};
|
|
4436
4517
|
}, {
|
|
4437
|
-
readonly key: "
|
|
4438
|
-
readonly label: "
|
|
4518
|
+
readonly key: "manufacturer";
|
|
4519
|
+
readonly label: "Manufacturer";
|
|
4439
4520
|
readonly format: {
|
|
4440
|
-
readonly type: "
|
|
4441
|
-
readonly unit: "V";
|
|
4442
|
-
readonly decimals: 0;
|
|
4521
|
+
readonly type: "text";
|
|
4443
4522
|
};
|
|
4444
4523
|
}, {
|
|
4445
|
-
readonly key: "
|
|
4446
|
-
readonly label: "
|
|
4524
|
+
readonly key: "high_side_configuration";
|
|
4525
|
+
readonly label: "High Side";
|
|
4447
4526
|
readonly format: {
|
|
4448
|
-
readonly type: "
|
|
4449
|
-
readonly unit: "V";
|
|
4450
|
-
readonly decimals: 0;
|
|
4527
|
+
readonly type: "text";
|
|
4451
4528
|
};
|
|
4452
4529
|
}, {
|
|
4453
|
-
readonly key: "
|
|
4454
|
-
readonly label: "
|
|
4530
|
+
readonly key: "forwardSetVoltageV";
|
|
4531
|
+
readonly label: "Forward Set Voltage";
|
|
4455
4532
|
readonly format: {
|
|
4456
4533
|
readonly type: "voltage";
|
|
4457
4534
|
readonly unit: "V";
|
|
4458
|
-
readonly decimals: 0;
|
|
4459
|
-
};
|
|
4460
|
-
}, {
|
|
4461
|
-
readonly key: "ratedPower";
|
|
4462
|
-
readonly label: "Rated Power";
|
|
4463
|
-
readonly format: {
|
|
4464
|
-
readonly type: "power";
|
|
4465
|
-
readonly unit: "kVA";
|
|
4466
4535
|
readonly decimals: 1;
|
|
4467
4536
|
};
|
|
4468
4537
|
}];
|
|
@@ -4480,13 +4549,37 @@ declare const ENTITY_CONFIG: {
|
|
|
4480
4549
|
readonly detailPage: true;
|
|
4481
4550
|
readonly properties: {
|
|
4482
4551
|
readonly statList: [{
|
|
4483
|
-
readonly key: "
|
|
4484
|
-
readonly label: "
|
|
4552
|
+
readonly key: "height";
|
|
4553
|
+
readonly label: "Height";
|
|
4485
4554
|
readonly format: {
|
|
4486
|
-
readonly type: "
|
|
4487
|
-
readonly unit: "
|
|
4555
|
+
readonly type: "distance";
|
|
4556
|
+
readonly unit: "ft";
|
|
4488
4557
|
readonly decimals: 0;
|
|
4489
4558
|
};
|
|
4559
|
+
}, {
|
|
4560
|
+
readonly key: "class";
|
|
4561
|
+
readonly label: "Class";
|
|
4562
|
+
readonly format: {
|
|
4563
|
+
readonly type: "text";
|
|
4564
|
+
};
|
|
4565
|
+
}, {
|
|
4566
|
+
readonly key: "species";
|
|
4567
|
+
readonly label: "Material";
|
|
4568
|
+
readonly format: {
|
|
4569
|
+
readonly type: "text";
|
|
4570
|
+
};
|
|
4571
|
+
}, {
|
|
4572
|
+
readonly key: "phase";
|
|
4573
|
+
readonly label: "Phase";
|
|
4574
|
+
readonly format: {
|
|
4575
|
+
readonly type: "text";
|
|
4576
|
+
};
|
|
4577
|
+
}, {
|
|
4578
|
+
readonly key: "substation";
|
|
4579
|
+
readonly label: "Substation";
|
|
4580
|
+
readonly format: {
|
|
4581
|
+
readonly type: "text";
|
|
4582
|
+
};
|
|
4490
4583
|
}];
|
|
4491
4584
|
};
|
|
4492
4585
|
readonly label: {
|
|
@@ -4932,7 +5025,7 @@ declare const GRID_ELEMENT_TYPE_BY_ENTITY: {
|
|
|
4932
5025
|
readonly breaker: "OVERCURRENT_DEVICE";
|
|
4933
5026
|
readonly generator: "GENERATOR";
|
|
4934
5027
|
readonly regulator: "REGULATOR";
|
|
4935
|
-
readonly supportStructure: "
|
|
5028
|
+
readonly supportStructure: "SUPPORT_STRUCTURE";
|
|
4936
5029
|
};
|
|
4937
5030
|
/**
|
|
4938
5031
|
* Get entity configuration by type
|
|
@@ -5100,4 +5193,4 @@ declare const getContrastingTextColor: (backgroundColor: string) => string;
|
|
|
5100
5193
|
*/
|
|
5101
5194
|
declare const mapValuesToCategoricalColors: (values: (string | number)[]) => Record<string | number, string>;
|
|
5102
5195
|
|
|
5103
|
-
export { type YFormatType as $, ABSENT_GRID_FIELDS as A, type BadgeProps as B, CATEGORY_COLOR_TOKENS as C, type DeviceState as D, ENTITY_CONFIG as E, type SegmentedControlProps as F, GRID_ELEMENT_TYPE_BY_ENTITY as G, HEADLINE_METRIC_BOUNDS as H, type InteractiveMapProps as I, type SerializableFieldFormat as J, SideNav as K, Loader as L, type MapPoint as M, type SideNavItem as N, type SideNavProps as O, type PercentThresholdLevel as P, type StaticMapProps as Q, type TooltipData as R, type SegmentOption as S, TextLink as T, type TooltipSeries as U, TopNav as V, type TopNavProps as W, UNARY_FILTER_OPERATORS as X, UNARY_OPERATOR_LABELS as Y, type UnaryFilterOperator as Z, type YFormatSettings as _, type ActionItem as a, type GeoJsonLayerSpec as a$, activeDeviceStates as a0, archetypeFor as a1, clearColorCache as a2, createCategoryColorMap as a3, createXScale as a4, createYScale as a5, defaultMargin as a6, deviceStateLabels as a7, deviceStateMetricFormats as a8, entityHasDetailPage as a9, type FieldValue as aA, type BooleanFormat as aB, type FormattedValue as aC, type FieldFormat as aD, type CurrentFormat as aE, type DateFormat as aF, type DistanceFormat as aG, type EnergyUnit as aH, type EnergyFormat as aI, type CurrencyFormat as aJ, type NumberFormat as aK, type PhoneFormat as aL, type PowerFormat as aM, type FormatterFunction as aN, type ResistanceFormat as aO, type TemperatureFormat as aP, type TemperatureUnitString as aQ, type TemperatureUnit as aR, type TextFormat as aS, type VoltageFormat as aT, type CellComponentProps as aU, type CellAlignment as aV, type LinkBehavior as aW, type ComponentFormatter as aX, type DataTableProps as aY, type LayerSpec as aZ, type CustomPinsSpec as a_, entityHasStatList as aa, entityShowsNow as ab, getContrastingTextColor as ac, getDefaultChartColor as ad, getDefaultColors as ae, getDeviceStateLabel as af, getEntityConfig as ag, getEntityIcon as ah, getEntityLabel as ai, getEntityStatList as aj, getGridStateLabel as ak, getResolvedColor as al, getThemeCategoricalColors as am, getYFormatSettings as an, gridStateLabels as ao, isActiveState as ap, isLightColor as aq, isUnaryFilterOperator as ar, type LoadingState as as, type FilterState as at, type SortState as au, type SearchConfig as av, type FacetConfig as aw, type FacetCounts as ax, type Column as ay, type CellEmphasis as az, type ActionMenuProps as b, type
|
|
5196
|
+
export { type YFormatType as $, ABSENT_GRID_FIELDS as A, type BadgeProps as B, CATEGORY_COLOR_TOKENS as C, type DeviceState as D, ENTITY_CONFIG as E, type SegmentedControlProps as F, GRID_ELEMENT_TYPE_BY_ENTITY as G, HEADLINE_METRIC_BOUNDS as H, type InteractiveMapProps as I, type SerializableFieldFormat as J, SideNav as K, Loader as L, type MapPoint as M, type SideNavItem as N, type SideNavProps as O, type PercentThresholdLevel as P, type StaticMapProps as Q, type TooltipData as R, type SegmentOption as S, TextLink as T, type TooltipSeries as U, TopNav as V, type TopNavProps as W, UNARY_FILTER_OPERATORS as X, UNARY_OPERATOR_LABELS as Y, type UnaryFilterOperator as Z, type YFormatSettings as _, type ActionItem as a, type GeoJsonLayerSpec as a$, activeDeviceStates as a0, archetypeFor as a1, clearColorCache as a2, createCategoryColorMap as a3, createXScale as a4, createYScale as a5, defaultMargin as a6, deviceStateLabels as a7, deviceStateMetricFormats as a8, entityHasDetailPage as a9, type FieldValue as aA, type BooleanFormat as aB, type FormattedValue as aC, type FieldFormat as aD, type CurrentFormat as aE, type DateFormat as aF, type DistanceFormat as aG, type EnergyUnit as aH, type EnergyFormat as aI, type CurrencyFormat as aJ, type NumberFormat as aK, type PhoneFormat as aL, type PowerFormat as aM, type FormatterFunction as aN, type ResistanceFormat as aO, type TemperatureFormat as aP, type TemperatureUnitString as aQ, type TemperatureUnit as aR, type TextFormat as aS, type VoltageFormat as aT, type CellComponentProps as aU, type CellAlignment as aV, type LinkBehavior as aW, type ComponentFormatter as aX, type DataTableProps as aY, type LayerSpec as aZ, type CustomPinsSpec as a_, entityHasStatList as aa, entityShowsNow as ab, getContrastingTextColor as ac, getDefaultChartColor as ad, getDefaultColors as ae, getDeviceStateLabel as af, getEntityConfig as ag, getEntityIcon as ah, getEntityLabel as ai, getEntityStatList as aj, getGridStateLabel as ak, getResolvedColor as al, getThemeCategoricalColors as am, getYFormatSettings as an, gridStateLabels as ao, isActiveState as ap, isLightColor as aq, isUnaryFilterOperator as ar, type LoadingState as as, type FilterState as at, type SortState as au, type SearchConfig as av, type FacetConfig as aw, type FacetCounts as ax, type Column as ay, type CellEmphasis as az, type ActionMenuProps as b, type TableDensity as b$, type RasterLayerSpec as b0, type VectorLayerSpec as b1, type ClusteredVectorLayerSpec as b2, type ColorSpec as b3, ActionMenu as b4, AppShell as b5, Avatar as b6, Badge as b7, type BaseFormat as b8, type CellComponent as b9, type LayerStyle as bA, type LayerTreeNode as bB, type LayerVisibilityPatch as bC, MAP_TYPES as bD, type MapType as bE, Meter as bF, type MobileBreakpoint as bG, type MobileConfig as bH, type MobileRenderer as bI, PercentBarCell as bJ, type PercentBarCellProps as bK, type PercentageFormat as bL, type PowerUnit as bM, type RenderType as bN, type ResistanceUnit as bO, SegmentedControl as bP, type SortConfig as bQ, type SortDirection as bR, StackNav as bS, type StackNavGroup as bT, type StackNavItem as bU, type StackNavLinkComponentProps as bV, type StackNavProps as bW, type StackNavRenderRow as bX, type StackNavRowRenderProps as bY, type StackNavTheme as bZ, StaticMap as b_, type CellContext as ba, ChartContext as bb, CodeEditor as bc, type ComponentFormatOptions as bd, type CurrentUnit as be, type CustomFormat as bf, DEFAULT_MAP_TYPE as bg, type DateFormatStyle as bh, type DistanceUnit as bi, ENTITY_CATEGORY_CONFIG as bj, type EntityCategory as bk, type EntityCategoryConfig as bl, type FacetType as bm, type FilterChip as bn, type FilterCondition as bo, type FilterGroup as bp, type FilterOperator as bq, GRID_STATE_COLORS as br, GRID_STAT_LIST_CAPACITOR_PER_PHASE_KVAR as bs, GRID_STAT_LIST_CAPACITOR_TOTAL_KVAR as bt, type GridStateColor as bu, InteractiveMap as bv, type InteractiveMapHandle as bw, type LayerCheckState as bx, type LayerFeature as by, type LayerSelection as bz, type AppShellProps as c, type TableLayout as c0, type TableWidth as c1, type TextTransform as c2, type TextTruncatePosition as c3, UNVERIFIED_VOLTAGE_UNIT_ROWS as c4, type UseInfiniteScrollOptions as c5, type UseInfiniteScrollReturn as c6, type VoltageUnit as c7, type ZoomStops as c8, addFilterCondition as c9, baselineFromPoint as ca, createEmptyFilter as cb, createFilter as cc, createFilters as cd, filterToChips as ce, formatComponentValue as cf, getEntityCategory as cg, getFilterFields as ch, isFilterEmpty as ci, mapValuesToCategoricalColors as cj, percentThresholdLevel as ck, removeFilterCondition as cl, useChartContext as cm, useComponentFormatter as cn, useInfiniteScroll as co, type AvatarProps as d, type BaseDataPoint as e, CATEGORY_NEUTRAL_COLOR as f, type ChartMargin as g, type CodeEditorProps as h, type CodeLanguage as i, type CodeTheme as j, type EntityArchetype as k, type EntityConfig as l, type EntityStateRule as m, type EntityType as n, GRID_STAT_LIST as o, type GridElementSourceType as p, type GridStatField as q, type GridStatFieldFormat as r, type GridState as s, Heading as t, type HeadlineMetric as u, Logo as v, type MeterProps as w, type MetricFormat as x, type MetricSource as y, type PercentThresholds as z };
|