@oicl/openbridge-webcomponents 0.0.15-dev-20240814145458 → 0.0.15-dev-20240814163530
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/custom-elements.json +117 -117
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -39039,12 +39039,12 @@
|
|
39039
39039
|
},
|
39040
39040
|
{
|
39041
39041
|
"kind": "javascript-module",
|
39042
|
-
"path": "src/automation/
|
39042
|
+
"path": "src/automation/end-point-line/end-point-line.ts",
|
39043
39043
|
"declarations": [
|
39044
39044
|
{
|
39045
39045
|
"kind": "class",
|
39046
39046
|
"description": "",
|
39047
|
-
"name": "
|
39047
|
+
"name": "ObcEndPointLine",
|
39048
39048
|
"members": [
|
39049
39049
|
{
|
39050
39050
|
"kind": "field",
|
@@ -39056,20 +39056,19 @@
|
|
39056
39056
|
},
|
39057
39057
|
{
|
39058
39058
|
"kind": "field",
|
39059
|
-
"name": "
|
39059
|
+
"name": "direction",
|
39060
39060
|
"type": {
|
39061
|
-
"text": "
|
39061
|
+
"text": "EndPointDirection"
|
39062
39062
|
},
|
39063
|
-
"attribute": "
|
39063
|
+
"attribute": "direction"
|
39064
39064
|
},
|
39065
39065
|
{
|
39066
39066
|
"kind": "field",
|
39067
|
-
"name": "
|
39067
|
+
"name": "lineType",
|
39068
39068
|
"type": {
|
39069
|
-
"text": "
|
39069
|
+
"text": "LineType"
|
39070
39070
|
},
|
39071
|
-
"
|
39072
|
-
"attribute": "length"
|
39071
|
+
"attribute": "lineType"
|
39073
39072
|
}
|
39074
39073
|
],
|
39075
39074
|
"attributes": [
|
@@ -39081,56 +39080,55 @@
|
|
39081
39080
|
"fieldName": "medium"
|
39082
39081
|
},
|
39083
39082
|
{
|
39084
|
-
"name": "
|
39083
|
+
"name": "direction",
|
39085
39084
|
"type": {
|
39086
|
-
"text": "
|
39085
|
+
"text": "EndPointDirection"
|
39087
39086
|
},
|
39088
|
-
"fieldName": "
|
39087
|
+
"fieldName": "direction"
|
39089
39088
|
},
|
39090
39089
|
{
|
39091
|
-
"name": "
|
39090
|
+
"name": "lineType",
|
39092
39091
|
"type": {
|
39093
|
-
"text": "
|
39092
|
+
"text": "LineType"
|
39094
39093
|
},
|
39095
|
-
"
|
39096
|
-
"fieldName": "length"
|
39094
|
+
"fieldName": "lineType"
|
39097
39095
|
}
|
39098
39096
|
],
|
39099
39097
|
"superclass": {
|
39100
39098
|
"name": "LitElement",
|
39101
39099
|
"package": "lit"
|
39102
39100
|
},
|
39103
|
-
"tagName": "obc-
|
39101
|
+
"tagName": "obc-end-point-line",
|
39104
39102
|
"customElement": true
|
39105
39103
|
}
|
39106
39104
|
],
|
39107
39105
|
"exports": [
|
39108
39106
|
{
|
39109
39107
|
"kind": "js",
|
39110
|
-
"name": "
|
39108
|
+
"name": "ObcEndPointLine",
|
39111
39109
|
"declaration": {
|
39112
|
-
"name": "
|
39113
|
-
"module": "src/automation/
|
39110
|
+
"name": "ObcEndPointLine",
|
39111
|
+
"module": "src/automation/end-point-line/end-point-line.ts"
|
39114
39112
|
}
|
39115
39113
|
},
|
39116
39114
|
{
|
39117
39115
|
"kind": "custom-element-definition",
|
39118
|
-
"name": "obc-
|
39116
|
+
"name": "obc-end-point-line",
|
39119
39117
|
"declaration": {
|
39120
|
-
"name": "
|
39121
|
-
"module": "src/automation/
|
39118
|
+
"name": "ObcEndPointLine",
|
39119
|
+
"module": "src/automation/end-point-line/end-point-line.ts"
|
39122
39120
|
}
|
39123
39121
|
}
|
39124
39122
|
]
|
39125
39123
|
},
|
39126
39124
|
{
|
39127
39125
|
"kind": "javascript-module",
|
39128
|
-
"path": "src/automation/line-
|
39126
|
+
"path": "src/automation/horizontal-line/horizontal-line.ts",
|
39129
39127
|
"declarations": [
|
39130
39128
|
{
|
39131
39129
|
"kind": "class",
|
39132
39130
|
"description": "",
|
39133
|
-
"name": "
|
39131
|
+
"name": "ObcHorizontalLine",
|
39134
39132
|
"members": [
|
39135
39133
|
{
|
39136
39134
|
"kind": "field",
|
@@ -39147,6 +39145,15 @@
|
|
39147
39145
|
"text": "LineType"
|
39148
39146
|
},
|
39149
39147
|
"attribute": "lineType"
|
39148
|
+
},
|
39149
|
+
{
|
39150
|
+
"kind": "field",
|
39151
|
+
"name": "length",
|
39152
|
+
"type": {
|
39153
|
+
"text": "number"
|
39154
|
+
},
|
39155
|
+
"default": "1",
|
39156
|
+
"attribute": "length"
|
39150
39157
|
}
|
39151
39158
|
],
|
39152
39159
|
"attributes": [
|
@@ -39163,43 +39170,51 @@
|
|
39163
39170
|
"text": "LineType"
|
39164
39171
|
},
|
39165
39172
|
"fieldName": "lineType"
|
39173
|
+
},
|
39174
|
+
{
|
39175
|
+
"name": "length",
|
39176
|
+
"type": {
|
39177
|
+
"text": "number"
|
39178
|
+
},
|
39179
|
+
"default": "1",
|
39180
|
+
"fieldName": "length"
|
39166
39181
|
}
|
39167
39182
|
],
|
39168
39183
|
"superclass": {
|
39169
39184
|
"name": "LitElement",
|
39170
39185
|
"package": "lit"
|
39171
39186
|
},
|
39172
|
-
"tagName": "obc-line
|
39187
|
+
"tagName": "obc-horizontal-line",
|
39173
39188
|
"customElement": true
|
39174
39189
|
}
|
39175
39190
|
],
|
39176
39191
|
"exports": [
|
39177
39192
|
{
|
39178
39193
|
"kind": "js",
|
39179
|
-
"name": "
|
39194
|
+
"name": "ObcHorizontalLine",
|
39180
39195
|
"declaration": {
|
39181
|
-
"name": "
|
39182
|
-
"module": "src/automation/line-
|
39196
|
+
"name": "ObcHorizontalLine",
|
39197
|
+
"module": "src/automation/horizontal-line/horizontal-line.ts"
|
39183
39198
|
}
|
39184
39199
|
},
|
39185
39200
|
{
|
39186
39201
|
"kind": "custom-element-definition",
|
39187
|
-
"name": "obc-line
|
39202
|
+
"name": "obc-horizontal-line",
|
39188
39203
|
"declaration": {
|
39189
|
-
"name": "
|
39190
|
-
"module": "src/automation/line-
|
39204
|
+
"name": "ObcHorizontalLine",
|
39205
|
+
"module": "src/automation/horizontal-line/horizontal-line.ts"
|
39191
39206
|
}
|
39192
39207
|
}
|
39193
39208
|
]
|
39194
39209
|
},
|
39195
39210
|
{
|
39196
39211
|
"kind": "javascript-module",
|
39197
|
-
"path": "src/automation/line-
|
39212
|
+
"path": "src/automation/line-cross/line-cross.ts",
|
39198
39213
|
"declarations": [
|
39199
39214
|
{
|
39200
39215
|
"kind": "class",
|
39201
39216
|
"description": "",
|
39202
|
-
"name": "
|
39217
|
+
"name": "ObcLineCross",
|
39203
39218
|
"members": [
|
39204
39219
|
{
|
39205
39220
|
"kind": "field",
|
@@ -39238,37 +39253,37 @@
|
|
39238
39253
|
"name": "LitElement",
|
39239
39254
|
"package": "lit"
|
39240
39255
|
},
|
39241
|
-
"tagName": "obc-line-
|
39256
|
+
"tagName": "obc-line-cross",
|
39242
39257
|
"customElement": true
|
39243
39258
|
}
|
39244
39259
|
],
|
39245
39260
|
"exports": [
|
39246
39261
|
{
|
39247
39262
|
"kind": "js",
|
39248
|
-
"name": "
|
39263
|
+
"name": "ObcLineCross",
|
39249
39264
|
"declaration": {
|
39250
|
-
"name": "
|
39251
|
-
"module": "src/automation/line-
|
39265
|
+
"name": "ObcLineCross",
|
39266
|
+
"module": "src/automation/line-cross/line-cross.ts"
|
39252
39267
|
}
|
39253
39268
|
},
|
39254
39269
|
{
|
39255
39270
|
"kind": "custom-element-definition",
|
39256
|
-
"name": "obc-line-
|
39271
|
+
"name": "obc-line-cross",
|
39257
39272
|
"declaration": {
|
39258
|
-
"name": "
|
39259
|
-
"module": "src/automation/line-
|
39273
|
+
"name": "ObcLineCross",
|
39274
|
+
"module": "src/automation/line-cross/line-cross.ts"
|
39260
39275
|
}
|
39261
39276
|
}
|
39262
39277
|
]
|
39263
39278
|
},
|
39264
39279
|
{
|
39265
39280
|
"kind": "javascript-module",
|
39266
|
-
"path": "src/automation/
|
39281
|
+
"path": "src/automation/line-overlap/line-overlap.ts",
|
39267
39282
|
"declarations": [
|
39268
39283
|
{
|
39269
39284
|
"kind": "class",
|
39270
39285
|
"description": "",
|
39271
|
-
"name": "
|
39286
|
+
"name": "ObcLineOverlap",
|
39272
39287
|
"members": [
|
39273
39288
|
{
|
39274
39289
|
"kind": "field",
|
@@ -39278,14 +39293,6 @@
|
|
39278
39293
|
},
|
39279
39294
|
"attribute": "medium"
|
39280
39295
|
},
|
39281
|
-
{
|
39282
|
-
"kind": "field",
|
39283
|
-
"name": "direction",
|
39284
|
-
"type": {
|
39285
|
-
"text": "EndPointDirection"
|
39286
|
-
},
|
39287
|
-
"attribute": "direction"
|
39288
|
-
},
|
39289
39296
|
{
|
39290
39297
|
"kind": "field",
|
39291
39298
|
"name": "lineType",
|
@@ -39303,13 +39310,6 @@
|
|
39303
39310
|
},
|
39304
39311
|
"fieldName": "medium"
|
39305
39312
|
},
|
39306
|
-
{
|
39307
|
-
"name": "direction",
|
39308
|
-
"type": {
|
39309
|
-
"text": "EndPointDirection"
|
39310
|
-
},
|
39311
|
-
"fieldName": "direction"
|
39312
|
-
},
|
39313
39313
|
{
|
39314
39314
|
"name": "lineType",
|
39315
39315
|
"type": {
|
@@ -39322,25 +39322,25 @@
|
|
39322
39322
|
"name": "LitElement",
|
39323
39323
|
"package": "lit"
|
39324
39324
|
},
|
39325
|
-
"tagName": "obc-
|
39325
|
+
"tagName": "obc-line-overlap",
|
39326
39326
|
"customElement": true
|
39327
39327
|
}
|
39328
39328
|
],
|
39329
39329
|
"exports": [
|
39330
39330
|
{
|
39331
39331
|
"kind": "js",
|
39332
|
-
"name": "
|
39332
|
+
"name": "ObcLineOverlap",
|
39333
39333
|
"declaration": {
|
39334
|
-
"name": "
|
39335
|
-
"module": "src/automation/
|
39334
|
+
"name": "ObcLineOverlap",
|
39335
|
+
"module": "src/automation/line-overlap/line-overlap.ts"
|
39336
39336
|
}
|
39337
39337
|
},
|
39338
39338
|
{
|
39339
39339
|
"kind": "custom-element-definition",
|
39340
|
-
"name": "obc-
|
39340
|
+
"name": "obc-line-overlap",
|
39341
39341
|
"declaration": {
|
39342
|
-
"name": "
|
39343
|
-
"module": "src/automation/
|
39342
|
+
"name": "ObcLineOverlap",
|
39343
|
+
"module": "src/automation/line-overlap/line-overlap.ts"
|
39344
39344
|
}
|
39345
39345
|
}
|
39346
39346
|
]
|
@@ -39431,12 +39431,12 @@
|
|
39431
39431
|
},
|
39432
39432
|
{
|
39433
39433
|
"kind": "javascript-module",
|
39434
|
-
"path": "src/automation/valve-
|
39434
|
+
"path": "src/automation/valve-analog-three-way-icon/valve-analog-three-way-icon.ts",
|
39435
39435
|
"declarations": [
|
39436
39436
|
{
|
39437
39437
|
"kind": "class",
|
39438
39438
|
"description": "",
|
39439
|
-
"name": "
|
39439
|
+
"name": "ObcValveAnalogThreeWayIcon",
|
39440
39440
|
"members": [
|
39441
39441
|
{
|
39442
39442
|
"kind": "field",
|
@@ -39447,6 +39447,15 @@
|
|
39447
39447
|
"default": "0",
|
39448
39448
|
"attribute": "value"
|
39449
39449
|
},
|
39450
|
+
{
|
39451
|
+
"kind": "field",
|
39452
|
+
"name": "value2",
|
39453
|
+
"type": {
|
39454
|
+
"text": "number"
|
39455
|
+
},
|
39456
|
+
"default": "0",
|
39457
|
+
"attribute": "value2"
|
39458
|
+
},
|
39450
39459
|
{
|
39451
39460
|
"kind": "field",
|
39452
39461
|
"name": "closed",
|
@@ -39455,6 +39464,15 @@
|
|
39455
39464
|
},
|
39456
39465
|
"default": "false",
|
39457
39466
|
"attribute": "closed"
|
39467
|
+
},
|
39468
|
+
{
|
39469
|
+
"kind": "field",
|
39470
|
+
"name": "horisontal",
|
39471
|
+
"type": {
|
39472
|
+
"text": "boolean"
|
39473
|
+
},
|
39474
|
+
"default": "false",
|
39475
|
+
"attribute": "horisontal"
|
39458
39476
|
}
|
39459
39477
|
],
|
39460
39478
|
"attributes": [
|
@@ -39466,6 +39484,14 @@
|
|
39466
39484
|
"default": "0",
|
39467
39485
|
"fieldName": "value"
|
39468
39486
|
},
|
39487
|
+
{
|
39488
|
+
"name": "value2",
|
39489
|
+
"type": {
|
39490
|
+
"text": "number"
|
39491
|
+
},
|
39492
|
+
"default": "0",
|
39493
|
+
"fieldName": "value2"
|
39494
|
+
},
|
39469
39495
|
{
|
39470
39496
|
"name": "closed",
|
39471
39497
|
"type": {
|
@@ -39473,43 +39499,51 @@
|
|
39473
39499
|
},
|
39474
39500
|
"default": "false",
|
39475
39501
|
"fieldName": "closed"
|
39502
|
+
},
|
39503
|
+
{
|
39504
|
+
"name": "horisontal",
|
39505
|
+
"type": {
|
39506
|
+
"text": "boolean"
|
39507
|
+
},
|
39508
|
+
"default": "false",
|
39509
|
+
"fieldName": "horisontal"
|
39476
39510
|
}
|
39477
39511
|
],
|
39478
39512
|
"superclass": {
|
39479
39513
|
"name": "LitElement",
|
39480
39514
|
"package": "lit"
|
39481
39515
|
},
|
39482
|
-
"tagName": "obc-valve-analog-
|
39516
|
+
"tagName": "obc-valve-analog-three-way-icon",
|
39483
39517
|
"customElement": true
|
39484
39518
|
}
|
39485
39519
|
],
|
39486
39520
|
"exports": [
|
39487
39521
|
{
|
39488
39522
|
"kind": "js",
|
39489
|
-
"name": "
|
39523
|
+
"name": "ObcValveAnalogThreeWayIcon",
|
39490
39524
|
"declaration": {
|
39491
|
-
"name": "
|
39492
|
-
"module": "src/automation/valve-
|
39525
|
+
"name": "ObcValveAnalogThreeWayIcon",
|
39526
|
+
"module": "src/automation/valve-analog-three-way-icon/valve-analog-three-way-icon.ts"
|
39493
39527
|
}
|
39494
39528
|
},
|
39495
39529
|
{
|
39496
39530
|
"kind": "custom-element-definition",
|
39497
|
-
"name": "obc-valve-analog-
|
39531
|
+
"name": "obc-valve-analog-three-way-icon",
|
39498
39532
|
"declaration": {
|
39499
|
-
"name": "
|
39500
|
-
"module": "src/automation/valve-
|
39533
|
+
"name": "ObcValveAnalogThreeWayIcon",
|
39534
|
+
"module": "src/automation/valve-analog-three-way-icon/valve-analog-three-way-icon.ts"
|
39501
39535
|
}
|
39502
39536
|
}
|
39503
39537
|
]
|
39504
39538
|
},
|
39505
39539
|
{
|
39506
39540
|
"kind": "javascript-module",
|
39507
|
-
"path": "src/automation/valve-
|
39541
|
+
"path": "src/automation/valve-analoge-two-way-icon/valve-analog-two-way-icon.ts",
|
39508
39542
|
"declarations": [
|
39509
39543
|
{
|
39510
39544
|
"kind": "class",
|
39511
39545
|
"description": "",
|
39512
|
-
"name": "
|
39546
|
+
"name": "ObcValveAnalogTwoWayIcon",
|
39513
39547
|
"members": [
|
39514
39548
|
{
|
39515
39549
|
"kind": "field",
|
@@ -39520,15 +39554,6 @@
|
|
39520
39554
|
"default": "0",
|
39521
39555
|
"attribute": "value"
|
39522
39556
|
},
|
39523
|
-
{
|
39524
|
-
"kind": "field",
|
39525
|
-
"name": "value2",
|
39526
|
-
"type": {
|
39527
|
-
"text": "number"
|
39528
|
-
},
|
39529
|
-
"default": "0",
|
39530
|
-
"attribute": "value2"
|
39531
|
-
},
|
39532
39557
|
{
|
39533
39558
|
"kind": "field",
|
39534
39559
|
"name": "closed",
|
@@ -39537,15 +39562,6 @@
|
|
39537
39562
|
},
|
39538
39563
|
"default": "false",
|
39539
39564
|
"attribute": "closed"
|
39540
|
-
},
|
39541
|
-
{
|
39542
|
-
"kind": "field",
|
39543
|
-
"name": "horisontal",
|
39544
|
-
"type": {
|
39545
|
-
"text": "boolean"
|
39546
|
-
},
|
39547
|
-
"default": "false",
|
39548
|
-
"attribute": "horisontal"
|
39549
39565
|
}
|
39550
39566
|
],
|
39551
39567
|
"attributes": [
|
@@ -39557,14 +39573,6 @@
|
|
39557
39573
|
"default": "0",
|
39558
39574
|
"fieldName": "value"
|
39559
39575
|
},
|
39560
|
-
{
|
39561
|
-
"name": "value2",
|
39562
|
-
"type": {
|
39563
|
-
"text": "number"
|
39564
|
-
},
|
39565
|
-
"default": "0",
|
39566
|
-
"fieldName": "value2"
|
39567
|
-
},
|
39568
39576
|
{
|
39569
39577
|
"name": "closed",
|
39570
39578
|
"type": {
|
@@ -39572,39 +39580,31 @@
|
|
39572
39580
|
},
|
39573
39581
|
"default": "false",
|
39574
39582
|
"fieldName": "closed"
|
39575
|
-
},
|
39576
|
-
{
|
39577
|
-
"name": "horisontal",
|
39578
|
-
"type": {
|
39579
|
-
"text": "boolean"
|
39580
|
-
},
|
39581
|
-
"default": "false",
|
39582
|
-
"fieldName": "horisontal"
|
39583
39583
|
}
|
39584
39584
|
],
|
39585
39585
|
"superclass": {
|
39586
39586
|
"name": "LitElement",
|
39587
39587
|
"package": "lit"
|
39588
39588
|
},
|
39589
|
-
"tagName": "obc-valve-analog-
|
39589
|
+
"tagName": "obc-valve-analog-two-way-icon",
|
39590
39590
|
"customElement": true
|
39591
39591
|
}
|
39592
39592
|
],
|
39593
39593
|
"exports": [
|
39594
39594
|
{
|
39595
39595
|
"kind": "js",
|
39596
|
-
"name": "
|
39596
|
+
"name": "ObcValveAnalogTwoWayIcon",
|
39597
39597
|
"declaration": {
|
39598
|
-
"name": "
|
39599
|
-
"module": "src/automation/valve-
|
39598
|
+
"name": "ObcValveAnalogTwoWayIcon",
|
39599
|
+
"module": "src/automation/valve-analoge-two-way-icon/valve-analog-two-way-icon.ts"
|
39600
39600
|
}
|
39601
39601
|
},
|
39602
39602
|
{
|
39603
39603
|
"kind": "custom-element-definition",
|
39604
|
-
"name": "obc-valve-analog-
|
39604
|
+
"name": "obc-valve-analog-two-way-icon",
|
39605
39605
|
"declaration": {
|
39606
|
-
"name": "
|
39607
|
-
"module": "src/automation/valve-
|
39606
|
+
"name": "ObcValveAnalogTwoWayIcon",
|
39607
|
+
"module": "src/automation/valve-analoge-two-way-icon/valve-analog-two-way-icon.ts"
|
39608
39608
|
}
|
39609
39609
|
}
|
39610
39610
|
]
|