@oicl/openbridge-webcomponents-ng 2.0.0-next.53 → 2.0.0-next.54
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/package.json +497 -101
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oicl/openbridge-webcomponents-ng",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-next.
|
|
4
|
+
"version": "2.0.0-next.54",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
6
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.53",
|
|
7
7
|
"tslib": "^2.8.1"
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|
|
@@ -1033,6 +1033,22 @@
|
|
|
1033
1033
|
"types": "./obi-acdc-converter/index.d.ts",
|
|
1034
1034
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-acdc-converter.mjs"
|
|
1035
1035
|
},
|
|
1036
|
+
"./obi-add-column-after": {
|
|
1037
|
+
"types": "./obi-add-column-after/index.d.ts",
|
|
1038
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-add-column-after.mjs"
|
|
1039
|
+
},
|
|
1040
|
+
"./obi-add-column-before": {
|
|
1041
|
+
"types": "./obi-add-column-before/index.d.ts",
|
|
1042
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-add-column-before.mjs"
|
|
1043
|
+
},
|
|
1044
|
+
"./obi-add-row-above": {
|
|
1045
|
+
"types": "./obi-add-row-above/index.d.ts",
|
|
1046
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-add-row-above.mjs"
|
|
1047
|
+
},
|
|
1048
|
+
"./obi-add-row-below": {
|
|
1049
|
+
"types": "./obi-add-row-below/index.d.ts",
|
|
1050
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-add-row-below.mjs"
|
|
1051
|
+
},
|
|
1036
1052
|
"./obi-air-gap": {
|
|
1037
1053
|
"types": "./obi-air-gap/index.d.ts",
|
|
1038
1054
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-air-gap.mjs"
|
|
@@ -2293,6 +2309,10 @@
|
|
|
2293
2309
|
"types": "./obi-camera-off/index.d.ts",
|
|
2294
2310
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-camera-off.mjs"
|
|
2295
2311
|
},
|
|
2312
|
+
"./obi-camera-settings": {
|
|
2313
|
+
"types": "./obi-camera-settings/index.d.ts",
|
|
2314
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-camera-settings.mjs"
|
|
2315
|
+
},
|
|
2296
2316
|
"./obi-camera-tilt": {
|
|
2297
2317
|
"types": "./obi-camera-tilt/index.d.ts",
|
|
2298
2318
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-camera-tilt.mjs"
|
|
@@ -3245,6 +3265,18 @@
|
|
|
3245
3265
|
"types": "./obi-diesel-engine/index.d.ts",
|
|
3246
3266
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-engine.mjs"
|
|
3247
3267
|
},
|
|
3268
|
+
"./obi-diesel-engine-off": {
|
|
3269
|
+
"types": "./obi-diesel-engine-off/index.d.ts",
|
|
3270
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-engine-off.mjs"
|
|
3271
|
+
},
|
|
3272
|
+
"./obi-diesel-engine-on": {
|
|
3273
|
+
"types": "./obi-diesel-engine-on/index.d.ts",
|
|
3274
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-engine-on.mjs"
|
|
3275
|
+
},
|
|
3276
|
+
"./obi-diesel-engine-static": {
|
|
3277
|
+
"types": "./obi-diesel-engine-static/index.d.ts",
|
|
3278
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-engine-static.mjs"
|
|
3279
|
+
},
|
|
3248
3280
|
"./obi-diesel-generator": {
|
|
3249
3281
|
"types": "./obi-diesel-generator/index.d.ts",
|
|
3250
3282
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator.mjs"
|
|
@@ -3253,14 +3285,62 @@
|
|
|
3253
3285
|
"types": "./obi-diesel-generator-ac/index.d.ts",
|
|
3254
3286
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-ac.mjs"
|
|
3255
3287
|
},
|
|
3288
|
+
"./obi-diesel-generator-ac-off": {
|
|
3289
|
+
"types": "./obi-diesel-generator-ac-off/index.d.ts",
|
|
3290
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-ac-off.mjs"
|
|
3291
|
+
},
|
|
3292
|
+
"./obi-diesel-generator-ac-on": {
|
|
3293
|
+
"types": "./obi-diesel-generator-ac-on/index.d.ts",
|
|
3294
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-ac-on.mjs"
|
|
3295
|
+
},
|
|
3296
|
+
"./obi-diesel-generator-ac-static": {
|
|
3297
|
+
"types": "./obi-diesel-generator-ac-static/index.d.ts",
|
|
3298
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-ac-static.mjs"
|
|
3299
|
+
},
|
|
3256
3300
|
"./obi-diesel-generator-dc": {
|
|
3257
3301
|
"types": "./obi-diesel-generator-dc/index.d.ts",
|
|
3258
3302
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-dc.mjs"
|
|
3259
3303
|
},
|
|
3304
|
+
"./obi-diesel-generator-dc-off": {
|
|
3305
|
+
"types": "./obi-diesel-generator-dc-off/index.d.ts",
|
|
3306
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-dc-off.mjs"
|
|
3307
|
+
},
|
|
3308
|
+
"./obi-diesel-generator-dc-on": {
|
|
3309
|
+
"types": "./obi-diesel-generator-dc-on/index.d.ts",
|
|
3310
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-dc-on.mjs"
|
|
3311
|
+
},
|
|
3312
|
+
"./obi-diesel-generator-dc-static": {
|
|
3313
|
+
"types": "./obi-diesel-generator-dc-static/index.d.ts",
|
|
3314
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-dc-static.mjs"
|
|
3315
|
+
},
|
|
3316
|
+
"./obi-diesel-generator-off": {
|
|
3317
|
+
"types": "./obi-diesel-generator-off/index.d.ts",
|
|
3318
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-off.mjs"
|
|
3319
|
+
},
|
|
3320
|
+
"./obi-diesel-generator-on": {
|
|
3321
|
+
"types": "./obi-diesel-generator-on/index.d.ts",
|
|
3322
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-on.mjs"
|
|
3323
|
+
},
|
|
3324
|
+
"./obi-diesel-generator-static": {
|
|
3325
|
+
"types": "./obi-diesel-generator-static/index.d.ts",
|
|
3326
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-static.mjs"
|
|
3327
|
+
},
|
|
3260
3328
|
"./obi-diesel-generator-step": {
|
|
3261
3329
|
"types": "./obi-diesel-generator-step/index.d.ts",
|
|
3262
3330
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-step.mjs"
|
|
3263
3331
|
},
|
|
3332
|
+
"./obi-diesel-generator-step-off": {
|
|
3333
|
+
"types": "./obi-diesel-generator-step-off/index.d.ts",
|
|
3334
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-step-off.mjs"
|
|
3335
|
+
},
|
|
3336
|
+
"./obi-diesel-generator-step-on": {
|
|
3337
|
+
"types": "./obi-diesel-generator-step-on/index.d.ts",
|
|
3338
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-step-on.mjs"
|
|
3339
|
+
},
|
|
3340
|
+
"./obi-diesel-generator-step-static": {
|
|
3341
|
+
"types": "./obi-diesel-generator-step-static/index.d.ts",
|
|
3342
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diesel-generator-step-static.mjs"
|
|
3343
|
+
},
|
|
3264
3344
|
"./obi-diodes-01": {
|
|
3265
3345
|
"types": "./obi-diodes-01/index.d.ts",
|
|
3266
3346
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-diodes-01.mjs"
|
|
@@ -3469,10 +3549,42 @@
|
|
|
3469
3549
|
"types": "./obi-electric-generator-ac/index.d.ts",
|
|
3470
3550
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-ac.mjs"
|
|
3471
3551
|
},
|
|
3552
|
+
"./obi-electric-generator-ac-off": {
|
|
3553
|
+
"types": "./obi-electric-generator-ac-off/index.d.ts",
|
|
3554
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-ac-off.mjs"
|
|
3555
|
+
},
|
|
3556
|
+
"./obi-electric-generator-ac-on": {
|
|
3557
|
+
"types": "./obi-electric-generator-ac-on/index.d.ts",
|
|
3558
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-ac-on.mjs"
|
|
3559
|
+
},
|
|
3560
|
+
"./obi-electric-generator-ac-static": {
|
|
3561
|
+
"types": "./obi-electric-generator-ac-static/index.d.ts",
|
|
3562
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-ac-static.mjs"
|
|
3563
|
+
},
|
|
3472
3564
|
"./obi-electric-generator-dc": {
|
|
3473
3565
|
"types": "./obi-electric-generator-dc/index.d.ts",
|
|
3474
3566
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-dc.mjs"
|
|
3475
3567
|
},
|
|
3568
|
+
"./obi-electric-generator-dc-off": {
|
|
3569
|
+
"types": "./obi-electric-generator-dc-off/index.d.ts",
|
|
3570
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-dc-off.mjs"
|
|
3571
|
+
},
|
|
3572
|
+
"./obi-electric-generator-dc-on": {
|
|
3573
|
+
"types": "./obi-electric-generator-dc-on/index.d.ts",
|
|
3574
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-dc-on.mjs"
|
|
3575
|
+
},
|
|
3576
|
+
"./obi-electric-generator-dc-static": {
|
|
3577
|
+
"types": "./obi-electric-generator-dc-static/index.d.ts",
|
|
3578
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-dc-static.mjs"
|
|
3579
|
+
},
|
|
3580
|
+
"./obi-electric-generator-off": {
|
|
3581
|
+
"types": "./obi-electric-generator-off/index.d.ts",
|
|
3582
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-off.mjs"
|
|
3583
|
+
},
|
|
3584
|
+
"./obi-electric-generator-on": {
|
|
3585
|
+
"types": "./obi-electric-generator-on/index.d.ts",
|
|
3586
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-on.mjs"
|
|
3587
|
+
},
|
|
3476
3588
|
"./obi-electric-generator-or-motor": {
|
|
3477
3589
|
"types": "./obi-electric-generator-or-motor/index.d.ts",
|
|
3478
3590
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor.mjs"
|
|
@@ -3481,18 +3593,82 @@
|
|
|
3481
3593
|
"types": "./obi-electric-generator-or-motor-ac/index.d.ts",
|
|
3482
3594
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-ac.mjs"
|
|
3483
3595
|
},
|
|
3596
|
+
"./obi-electric-generator-or-motor-ac-off": {
|
|
3597
|
+
"types": "./obi-electric-generator-or-motor-ac-off/index.d.ts",
|
|
3598
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-ac-off.mjs"
|
|
3599
|
+
},
|
|
3600
|
+
"./obi-electric-generator-or-motor-ac-on": {
|
|
3601
|
+
"types": "./obi-electric-generator-or-motor-ac-on/index.d.ts",
|
|
3602
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-ac-on.mjs"
|
|
3603
|
+
},
|
|
3604
|
+
"./obi-electric-generator-or-motor-ac-static": {
|
|
3605
|
+
"types": "./obi-electric-generator-or-motor-ac-static/index.d.ts",
|
|
3606
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-ac-static.mjs"
|
|
3607
|
+
},
|
|
3484
3608
|
"./obi-electric-generator-or-motor-dc": {
|
|
3485
3609
|
"types": "./obi-electric-generator-or-motor-dc/index.d.ts",
|
|
3486
3610
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-dc.mjs"
|
|
3487
3611
|
},
|
|
3612
|
+
"./obi-electric-generator-or-motor-dc-off": {
|
|
3613
|
+
"types": "./obi-electric-generator-or-motor-dc-off/index.d.ts",
|
|
3614
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-dc-off.mjs"
|
|
3615
|
+
},
|
|
3616
|
+
"./obi-electric-generator-or-motor-dc-on": {
|
|
3617
|
+
"types": "./obi-electric-generator-or-motor-dc-on/index.d.ts",
|
|
3618
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-dc-on.mjs"
|
|
3619
|
+
},
|
|
3620
|
+
"./obi-electric-generator-or-motor-dc-static": {
|
|
3621
|
+
"types": "./obi-electric-generator-or-motor-dc-static/index.d.ts",
|
|
3622
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-dc-static.mjs"
|
|
3623
|
+
},
|
|
3624
|
+
"./obi-electric-generator-or-motor-off": {
|
|
3625
|
+
"types": "./obi-electric-generator-or-motor-off/index.d.ts",
|
|
3626
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-off.mjs"
|
|
3627
|
+
},
|
|
3628
|
+
"./obi-electric-generator-or-motor-on": {
|
|
3629
|
+
"types": "./obi-electric-generator-or-motor-on/index.d.ts",
|
|
3630
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-on.mjs"
|
|
3631
|
+
},
|
|
3632
|
+
"./obi-electric-generator-or-motor-static": {
|
|
3633
|
+
"types": "./obi-electric-generator-or-motor-static/index.d.ts",
|
|
3634
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-static.mjs"
|
|
3635
|
+
},
|
|
3488
3636
|
"./obi-electric-generator-or-motor-step": {
|
|
3489
3637
|
"types": "./obi-electric-generator-or-motor-step/index.d.ts",
|
|
3490
3638
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-step.mjs"
|
|
3491
3639
|
},
|
|
3640
|
+
"./obi-electric-generator-or-motor-step-off": {
|
|
3641
|
+
"types": "./obi-electric-generator-or-motor-step-off/index.d.ts",
|
|
3642
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-step-off.mjs"
|
|
3643
|
+
},
|
|
3644
|
+
"./obi-electric-generator-or-motor-step-on": {
|
|
3645
|
+
"types": "./obi-electric-generator-or-motor-step-on/index.d.ts",
|
|
3646
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-step-on.mjs"
|
|
3647
|
+
},
|
|
3648
|
+
"./obi-electric-generator-or-motor-step-static": {
|
|
3649
|
+
"types": "./obi-electric-generator-or-motor-step-static/index.d.ts",
|
|
3650
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-or-motor-step-static.mjs"
|
|
3651
|
+
},
|
|
3652
|
+
"./obi-electric-generator-static": {
|
|
3653
|
+
"types": "./obi-electric-generator-static/index.d.ts",
|
|
3654
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-static.mjs"
|
|
3655
|
+
},
|
|
3492
3656
|
"./obi-electric-generator-step": {
|
|
3493
3657
|
"types": "./obi-electric-generator-step/index.d.ts",
|
|
3494
3658
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-step.mjs"
|
|
3495
3659
|
},
|
|
3660
|
+
"./obi-electric-generator-step-off": {
|
|
3661
|
+
"types": "./obi-electric-generator-step-off/index.d.ts",
|
|
3662
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-step-off.mjs"
|
|
3663
|
+
},
|
|
3664
|
+
"./obi-electric-generator-step-on": {
|
|
3665
|
+
"types": "./obi-electric-generator-step-on/index.d.ts",
|
|
3666
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-step-on.mjs"
|
|
3667
|
+
},
|
|
3668
|
+
"./obi-electric-generator-step-static": {
|
|
3669
|
+
"types": "./obi-electric-generator-step-static/index.d.ts",
|
|
3670
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-generator-step-static.mjs"
|
|
3671
|
+
},
|
|
3496
3672
|
"./obi-electric-motor": {
|
|
3497
3673
|
"types": "./obi-electric-motor/index.d.ts",
|
|
3498
3674
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor.mjs"
|
|
@@ -3501,14 +3677,62 @@
|
|
|
3501
3677
|
"types": "./obi-electric-motor-ac/index.d.ts",
|
|
3502
3678
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-ac.mjs"
|
|
3503
3679
|
},
|
|
3680
|
+
"./obi-electric-motor-ac-off": {
|
|
3681
|
+
"types": "./obi-electric-motor-ac-off/index.d.ts",
|
|
3682
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-ac-off.mjs"
|
|
3683
|
+
},
|
|
3684
|
+
"./obi-electric-motor-ac-on": {
|
|
3685
|
+
"types": "./obi-electric-motor-ac-on/index.d.ts",
|
|
3686
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-ac-on.mjs"
|
|
3687
|
+
},
|
|
3688
|
+
"./obi-electric-motor-ac-static": {
|
|
3689
|
+
"types": "./obi-electric-motor-ac-static/index.d.ts",
|
|
3690
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-ac-static.mjs"
|
|
3691
|
+
},
|
|
3504
3692
|
"./obi-electric-motor-dc": {
|
|
3505
3693
|
"types": "./obi-electric-motor-dc/index.d.ts",
|
|
3506
3694
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-dc.mjs"
|
|
3507
3695
|
},
|
|
3696
|
+
"./obi-electric-motor-dc-off": {
|
|
3697
|
+
"types": "./obi-electric-motor-dc-off/index.d.ts",
|
|
3698
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-dc-off.mjs"
|
|
3699
|
+
},
|
|
3700
|
+
"./obi-electric-motor-dc-on": {
|
|
3701
|
+
"types": "./obi-electric-motor-dc-on/index.d.ts",
|
|
3702
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-dc-on.mjs"
|
|
3703
|
+
},
|
|
3704
|
+
"./obi-electric-motor-dc-static": {
|
|
3705
|
+
"types": "./obi-electric-motor-dc-static/index.d.ts",
|
|
3706
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-dc-static.mjs"
|
|
3707
|
+
},
|
|
3708
|
+
"./obi-electric-motor-off": {
|
|
3709
|
+
"types": "./obi-electric-motor-off/index.d.ts",
|
|
3710
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-off.mjs"
|
|
3711
|
+
},
|
|
3712
|
+
"./obi-electric-motor-on": {
|
|
3713
|
+
"types": "./obi-electric-motor-on/index.d.ts",
|
|
3714
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-on.mjs"
|
|
3715
|
+
},
|
|
3716
|
+
"./obi-electric-motor-static": {
|
|
3717
|
+
"types": "./obi-electric-motor-static/index.d.ts",
|
|
3718
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-static.mjs"
|
|
3719
|
+
},
|
|
3508
3720
|
"./obi-electric-motor-step": {
|
|
3509
3721
|
"types": "./obi-electric-motor-step/index.d.ts",
|
|
3510
3722
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-step.mjs"
|
|
3511
3723
|
},
|
|
3724
|
+
"./obi-electric-motor-step-off": {
|
|
3725
|
+
"types": "./obi-electric-motor-step-off/index.d.ts",
|
|
3726
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-step-off.mjs"
|
|
3727
|
+
},
|
|
3728
|
+
"./obi-electric-motor-step-on": {
|
|
3729
|
+
"types": "./obi-electric-motor-step-on/index.d.ts",
|
|
3730
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-step-on.mjs"
|
|
3731
|
+
},
|
|
3732
|
+
"./obi-electric-motor-step-static": {
|
|
3733
|
+
"types": "./obi-electric-motor-step-static/index.d.ts",
|
|
3734
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electric-motor-step-static.mjs"
|
|
3735
|
+
},
|
|
3512
3736
|
"./obi-electrical-clock": {
|
|
3513
3737
|
"types": "./obi-electrical-clock/index.d.ts",
|
|
3514
3738
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electrical-clock.mjs"
|
|
@@ -3521,6 +3745,10 @@
|
|
|
3521
3745
|
"types": "./obi-electrical-clock-on/index.d.ts",
|
|
3522
3746
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-electrical-clock-on.mjs"
|
|
3523
3747
|
},
|
|
3748
|
+
"./obi-emergency-badge": {
|
|
3749
|
+
"types": "./obi-emergency-badge/index.d.ts",
|
|
3750
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-emergency-badge.mjs"
|
|
3751
|
+
},
|
|
3524
3752
|
"./obi-energy-ammonia": {
|
|
3525
3753
|
"types": "./obi-energy-ammonia/index.d.ts",
|
|
3526
3754
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-energy-ammonia.mjs"
|
|
@@ -5185,6 +5413,10 @@
|
|
|
5185
5413
|
"types": "./obi-location-j/index.d.ts",
|
|
5186
5414
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-location-j.mjs"
|
|
5187
5415
|
},
|
|
5416
|
+
"./obi-location-k": {
|
|
5417
|
+
"types": "./obi-location-k/index.d.ts",
|
|
5418
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-location-k.mjs"
|
|
5419
|
+
},
|
|
5188
5420
|
"./obi-location-l": {
|
|
5189
5421
|
"types": "./obi-location-l/index.d.ts",
|
|
5190
5422
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-location-l.mjs"
|
|
@@ -5357,6 +5589,10 @@
|
|
|
5357
5589
|
"types": "./obi-media-forward-10s/index.d.ts",
|
|
5358
5590
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-media-forward-10s.mjs"
|
|
5359
5591
|
},
|
|
5592
|
+
"./obi-media-library": {
|
|
5593
|
+
"types": "./obi-media-library/index.d.ts",
|
|
5594
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-media-library.mjs"
|
|
5595
|
+
},
|
|
5360
5596
|
"./obi-media-live": {
|
|
5361
5597
|
"types": "./obi-media-live/index.d.ts",
|
|
5362
5598
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-media-live.mjs"
|
|
@@ -6281,6 +6517,10 @@
|
|
|
6281
6517
|
"types": "./obi-plus-minus/index.d.ts",
|
|
6282
6518
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-plus-minus.mjs"
|
|
6283
6519
|
},
|
|
6520
|
+
"./obi-pressure": {
|
|
6521
|
+
"types": "./obi-pressure/index.d.ts",
|
|
6522
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-pressure.mjs"
|
|
6523
|
+
},
|
|
6284
6524
|
"./obi-print": {
|
|
6285
6525
|
"types": "./obi-print/index.d.ts",
|
|
6286
6526
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-print.mjs"
|
|
@@ -6741,6 +6981,14 @@
|
|
|
6741
6981
|
"types": "./obi-screen-desk/index.d.ts",
|
|
6742
6982
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-screen-desk.mjs"
|
|
6743
6983
|
},
|
|
6984
|
+
"./obi-screen-fill": {
|
|
6985
|
+
"types": "./obi-screen-fill/index.d.ts",
|
|
6986
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-screen-fill.mjs"
|
|
6987
|
+
},
|
|
6988
|
+
"./obi-screen-fit": {
|
|
6989
|
+
"types": "./obi-screen-fit/index.d.ts",
|
|
6990
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-screen-fit.mjs"
|
|
6991
|
+
},
|
|
6744
6992
|
"./obi-screen-full-exit-google": {
|
|
6745
6993
|
"types": "./obi-screen-full-exit-google/index.d.ts",
|
|
6746
6994
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-screen-full-exit-google.mjs"
|
|
@@ -8269,6 +8517,10 @@
|
|
|
8269
8517
|
"types": "./obi-user-settings/index.d.ts",
|
|
8270
8518
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-user-settings.mjs"
|
|
8271
8519
|
},
|
|
8520
|
+
"./obi-vessel-generic-anchored-colour": {
|
|
8521
|
+
"types": "./obi-vessel-generic-anchored-colour/index.d.ts",
|
|
8522
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-anchored-colour.mjs"
|
|
8523
|
+
},
|
|
8272
8524
|
"./obi-vessel-generic-anchored-filled": {
|
|
8273
8525
|
"types": "./obi-vessel-generic-anchored-filled/index.d.ts",
|
|
8274
8526
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-anchored-filled.mjs"
|
|
@@ -8277,6 +8529,10 @@
|
|
|
8277
8529
|
"types": "./obi-vessel-generic-anchored-outlined/index.d.ts",
|
|
8278
8530
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-anchored-outlined.mjs"
|
|
8279
8531
|
},
|
|
8532
|
+
"./obi-vessel-generic-default-colour": {
|
|
8533
|
+
"types": "./obi-vessel-generic-default-colour/index.d.ts",
|
|
8534
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-default-colour.mjs"
|
|
8535
|
+
},
|
|
8280
8536
|
"./obi-vessel-generic-default-filled": {
|
|
8281
8537
|
"types": "./obi-vessel-generic-default-filled/index.d.ts",
|
|
8282
8538
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-default-filled.mjs"
|
|
@@ -8285,6 +8541,10 @@
|
|
|
8285
8541
|
"types": "./obi-vessel-generic-default-outlined/index.d.ts",
|
|
8286
8542
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-default-outlined.mjs"
|
|
8287
8543
|
},
|
|
8544
|
+
"./obi-vessel-generic-fast-colour": {
|
|
8545
|
+
"types": "./obi-vessel-generic-fast-colour/index.d.ts",
|
|
8546
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-fast-colour.mjs"
|
|
8547
|
+
},
|
|
8288
8548
|
"./obi-vessel-generic-fast-filled": {
|
|
8289
8549
|
"types": "./obi-vessel-generic-fast-filled/index.d.ts",
|
|
8290
8550
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-fast-filled.mjs"
|
|
@@ -8293,6 +8553,10 @@
|
|
|
8293
8553
|
"types": "./obi-vessel-generic-fast-outlined/index.d.ts",
|
|
8294
8554
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-fast-outlined.mjs"
|
|
8295
8555
|
},
|
|
8556
|
+
"./obi-vessel-generic-medium-colour": {
|
|
8557
|
+
"types": "./obi-vessel-generic-medium-colour/index.d.ts",
|
|
8558
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-medium-colour.mjs"
|
|
8559
|
+
},
|
|
8296
8560
|
"./obi-vessel-generic-medium-filled": {
|
|
8297
8561
|
"types": "./obi-vessel-generic-medium-filled/index.d.ts",
|
|
8298
8562
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-medium-filled.mjs"
|
|
@@ -8301,6 +8565,10 @@
|
|
|
8301
8565
|
"types": "./obi-vessel-generic-medium-outlined/index.d.ts",
|
|
8302
8566
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-medium-outlined.mjs"
|
|
8303
8567
|
},
|
|
8568
|
+
"./obi-vessel-generic-slow-colour": {
|
|
8569
|
+
"types": "./obi-vessel-generic-slow-colour/index.d.ts",
|
|
8570
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-slow-colour.mjs"
|
|
8571
|
+
},
|
|
8304
8572
|
"./obi-vessel-generic-slow-filled": {
|
|
8305
8573
|
"types": "./obi-vessel-generic-slow-filled/index.d.ts",
|
|
8306
8574
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-slow-filled.mjs"
|
|
@@ -8309,6 +8577,10 @@
|
|
|
8309
8577
|
"types": "./obi-vessel-generic-slow-outlined/index.d.ts",
|
|
8310
8578
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-slow-outlined.mjs"
|
|
8311
8579
|
},
|
|
8580
|
+
"./obi-vessel-generic-stopped-colour": {
|
|
8581
|
+
"types": "./obi-vessel-generic-stopped-colour/index.d.ts",
|
|
8582
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-stopped-colour.mjs"
|
|
8583
|
+
},
|
|
8312
8584
|
"./obi-vessel-generic-stopped-filled": {
|
|
8313
8585
|
"types": "./obi-vessel-generic-stopped-filled/index.d.ts",
|
|
8314
8586
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-generic-stopped-filled.mjs"
|
|
@@ -8329,6 +8601,10 @@
|
|
|
8329
8601
|
"types": "./obi-vessel-remote-indicator/index.d.ts",
|
|
8330
8602
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-remote-indicator.mjs"
|
|
8331
8603
|
},
|
|
8604
|
+
"./obi-vessel-type-barge-colour": {
|
|
8605
|
+
"types": "./obi-vessel-type-barge-colour/index.d.ts",
|
|
8606
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-barge-colour.mjs"
|
|
8607
|
+
},
|
|
8332
8608
|
"./obi-vessel-type-barge-filled": {
|
|
8333
8609
|
"types": "./obi-vessel-type-barge-filled/index.d.ts",
|
|
8334
8610
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-barge-filled.mjs"
|
|
@@ -8337,6 +8613,10 @@
|
|
|
8337
8613
|
"types": "./obi-vessel-type-barge-outlined/index.d.ts",
|
|
8338
8614
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-barge-outlined.mjs"
|
|
8339
8615
|
},
|
|
8616
|
+
"./obi-vessel-type-cargo-colour": {
|
|
8617
|
+
"types": "./obi-vessel-type-cargo-colour/index.d.ts",
|
|
8618
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-cargo-colour.mjs"
|
|
8619
|
+
},
|
|
8340
8620
|
"./obi-vessel-type-cargo-filled": {
|
|
8341
8621
|
"types": "./obi-vessel-type-cargo-filled/index.d.ts",
|
|
8342
8622
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-cargo-filled.mjs"
|
|
@@ -8345,6 +8625,10 @@
|
|
|
8345
8625
|
"types": "./obi-vessel-type-cargo-outlined/index.d.ts",
|
|
8346
8626
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-cargo-outlined.mjs"
|
|
8347
8627
|
},
|
|
8628
|
+
"./obi-vessel-type-cruise-colour": {
|
|
8629
|
+
"types": "./obi-vessel-type-cruise-colour/index.d.ts",
|
|
8630
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-cruise-colour.mjs"
|
|
8631
|
+
},
|
|
8348
8632
|
"./obi-vessel-type-cruise-filled": {
|
|
8349
8633
|
"types": "./obi-vessel-type-cruise-filled/index.d.ts",
|
|
8350
8634
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-cruise-filled.mjs"
|
|
@@ -8353,6 +8637,10 @@
|
|
|
8353
8637
|
"types": "./obi-vessel-type-cruise-outlined/index.d.ts",
|
|
8354
8638
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-cruise-outlined.mjs"
|
|
8355
8639
|
},
|
|
8640
|
+
"./obi-vessel-type-fishing-colour": {
|
|
8641
|
+
"types": "./obi-vessel-type-fishing-colour/index.d.ts",
|
|
8642
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-fishing-colour.mjs"
|
|
8643
|
+
},
|
|
8356
8644
|
"./obi-vessel-type-fishing-filled": {
|
|
8357
8645
|
"types": "./obi-vessel-type-fishing-filled/index.d.ts",
|
|
8358
8646
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-fishing-filled.mjs"
|
|
@@ -8361,6 +8649,10 @@
|
|
|
8361
8649
|
"types": "./obi-vessel-type-fishing-outlined/index.d.ts",
|
|
8362
8650
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-fishing-outlined.mjs"
|
|
8363
8651
|
},
|
|
8652
|
+
"./obi-vessel-type-generic-colour": {
|
|
8653
|
+
"types": "./obi-vessel-type-generic-colour/index.d.ts",
|
|
8654
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-generic-colour.mjs"
|
|
8655
|
+
},
|
|
8364
8656
|
"./obi-vessel-type-generic-filled": {
|
|
8365
8657
|
"types": "./obi-vessel-type-generic-filled/index.d.ts",
|
|
8366
8658
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-generic-filled.mjs"
|
|
@@ -8369,6 +8661,10 @@
|
|
|
8369
8661
|
"types": "./obi-vessel-type-generic-outlined/index.d.ts",
|
|
8370
8662
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-generic-outlined.mjs"
|
|
8371
8663
|
},
|
|
8664
|
+
"./obi-vessel-type-lifeboat-colour": {
|
|
8665
|
+
"types": "./obi-vessel-type-lifeboat-colour/index.d.ts",
|
|
8666
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-lifeboat-colour.mjs"
|
|
8667
|
+
},
|
|
8372
8668
|
"./obi-vessel-type-lifeboat-filled": {
|
|
8373
8669
|
"types": "./obi-vessel-type-lifeboat-filled/index.d.ts",
|
|
8374
8670
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-lifeboat-filled.mjs"
|
|
@@ -8377,6 +8673,10 @@
|
|
|
8377
8673
|
"types": "./obi-vessel-type-lifeboat-outlined/index.d.ts",
|
|
8378
8674
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-lifeboat-outlined.mjs"
|
|
8379
8675
|
},
|
|
8676
|
+
"./obi-vessel-type-military-colour": {
|
|
8677
|
+
"types": "./obi-vessel-type-military-colour/index.d.ts",
|
|
8678
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-military-colour.mjs"
|
|
8679
|
+
},
|
|
8380
8680
|
"./obi-vessel-type-military-filled": {
|
|
8381
8681
|
"types": "./obi-vessel-type-military-filled/index.d.ts",
|
|
8382
8682
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-military-filled.mjs"
|
|
@@ -8385,6 +8685,10 @@
|
|
|
8385
8685
|
"types": "./obi-vessel-type-military-outlined/index.d.ts",
|
|
8386
8686
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-military-outlined.mjs"
|
|
8387
8687
|
},
|
|
8688
|
+
"./obi-vessel-type-motor-boat-colour": {
|
|
8689
|
+
"types": "./obi-vessel-type-motor-boat-colour/index.d.ts",
|
|
8690
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-motor-boat-colour.mjs"
|
|
8691
|
+
},
|
|
8388
8692
|
"./obi-vessel-type-motor-boat-filled": {
|
|
8389
8693
|
"types": "./obi-vessel-type-motor-boat-filled/index.d.ts",
|
|
8390
8694
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-motor-boat-filled.mjs"
|
|
@@ -8393,6 +8697,10 @@
|
|
|
8393
8697
|
"types": "./obi-vessel-type-motor-boat-outlined/index.d.ts",
|
|
8394
8698
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-motor-boat-outlined.mjs"
|
|
8395
8699
|
},
|
|
8700
|
+
"./obi-vessel-type-passenger-colour": {
|
|
8701
|
+
"types": "./obi-vessel-type-passenger-colour/index.d.ts",
|
|
8702
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-passenger-colour.mjs"
|
|
8703
|
+
},
|
|
8396
8704
|
"./obi-vessel-type-passenger-filled": {
|
|
8397
8705
|
"types": "./obi-vessel-type-passenger-filled/index.d.ts",
|
|
8398
8706
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-passenger-filled.mjs"
|
|
@@ -8401,6 +8709,10 @@
|
|
|
8401
8709
|
"types": "./obi-vessel-type-passenger-outlined/index.d.ts",
|
|
8402
8710
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-passenger-outlined.mjs"
|
|
8403
8711
|
},
|
|
8712
|
+
"./obi-vessel-type-pilot-colour": {
|
|
8713
|
+
"types": "./obi-vessel-type-pilot-colour/index.d.ts",
|
|
8714
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-pilot-colour.mjs"
|
|
8715
|
+
},
|
|
8404
8716
|
"./obi-vessel-type-pilot-filled": {
|
|
8405
8717
|
"types": "./obi-vessel-type-pilot-filled/index.d.ts",
|
|
8406
8718
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-pilot-filled.mjs"
|
|
@@ -8409,6 +8721,10 @@
|
|
|
8409
8721
|
"types": "./obi-vessel-type-pilot-outlined/index.d.ts",
|
|
8410
8722
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-pilot-outlined.mjs"
|
|
8411
8723
|
},
|
|
8724
|
+
"./obi-vessel-type-psv-colour": {
|
|
8725
|
+
"types": "./obi-vessel-type-psv-colour/index.d.ts",
|
|
8726
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-psv-colour.mjs"
|
|
8727
|
+
},
|
|
8412
8728
|
"./obi-vessel-type-psv-filled": {
|
|
8413
8729
|
"types": "./obi-vessel-type-psv-filled/index.d.ts",
|
|
8414
8730
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-psv-filled.mjs"
|
|
@@ -8417,6 +8733,10 @@
|
|
|
8417
8733
|
"types": "./obi-vessel-type-psv-outlined/index.d.ts",
|
|
8418
8734
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-psv-outlined.mjs"
|
|
8419
8735
|
},
|
|
8736
|
+
"./obi-vessel-type-sailing-colour": {
|
|
8737
|
+
"types": "./obi-vessel-type-sailing-colour/index.d.ts",
|
|
8738
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-sailing-colour.mjs"
|
|
8739
|
+
},
|
|
8420
8740
|
"./obi-vessel-type-sailing-filled": {
|
|
8421
8741
|
"types": "./obi-vessel-type-sailing-filled/index.d.ts",
|
|
8422
8742
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-sailing-filled.mjs"
|
|
@@ -8425,6 +8745,10 @@
|
|
|
8425
8745
|
"types": "./obi-vessel-type-sailing-outlined/index.d.ts",
|
|
8426
8746
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-sailing-outlined.mjs"
|
|
8427
8747
|
},
|
|
8748
|
+
"./obi-vessel-type-sar-colour": {
|
|
8749
|
+
"types": "./obi-vessel-type-sar-colour/index.d.ts",
|
|
8750
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-sar-colour.mjs"
|
|
8751
|
+
},
|
|
8428
8752
|
"./obi-vessel-type-sar-filled": {
|
|
8429
8753
|
"types": "./obi-vessel-type-sar-filled/index.d.ts",
|
|
8430
8754
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-sar-filled.mjs"
|
|
@@ -8437,10 +8761,18 @@
|
|
|
8437
8761
|
"types": "./obi-vessel-type-small-craft-outlined/index.d.ts",
|
|
8438
8762
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-small-craft-outlined.mjs"
|
|
8439
8763
|
},
|
|
8764
|
+
"./obi-vessel-type-smallcraft-colour": {
|
|
8765
|
+
"types": "./obi-vessel-type-smallcraft-colour/index.d.ts",
|
|
8766
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-smallcraft-colour.mjs"
|
|
8767
|
+
},
|
|
8440
8768
|
"./obi-vessel-type-smallcraft-filled": {
|
|
8441
8769
|
"types": "./obi-vessel-type-smallcraft-filled/index.d.ts",
|
|
8442
8770
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-smallcraft-filled.mjs"
|
|
8443
8771
|
},
|
|
8772
|
+
"./obi-vessel-type-speed-craft-colour": {
|
|
8773
|
+
"types": "./obi-vessel-type-speed-craft-colour/index.d.ts",
|
|
8774
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-speed-craft-colour.mjs"
|
|
8775
|
+
},
|
|
8444
8776
|
"./obi-vessel-type-speed-craft-filled": {
|
|
8445
8777
|
"types": "./obi-vessel-type-speed-craft-filled/index.d.ts",
|
|
8446
8778
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-speed-craft-filled.mjs"
|
|
@@ -8449,6 +8781,10 @@
|
|
|
8449
8781
|
"types": "./obi-vessel-type-speed-craft-outlined/index.d.ts",
|
|
8450
8782
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-speed-craft-outlined.mjs"
|
|
8451
8783
|
},
|
|
8784
|
+
"./obi-vessel-type-tanker-colour": {
|
|
8785
|
+
"types": "./obi-vessel-type-tanker-colour/index.d.ts",
|
|
8786
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-tanker-colour.mjs"
|
|
8787
|
+
},
|
|
8452
8788
|
"./obi-vessel-type-tanker-filled": {
|
|
8453
8789
|
"types": "./obi-vessel-type-tanker-filled/index.d.ts",
|
|
8454
8790
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-tanker-filled.mjs"
|
|
@@ -8457,6 +8793,10 @@
|
|
|
8457
8793
|
"types": "./obi-vessel-type-tanker-outlined/index.d.ts",
|
|
8458
8794
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-tanker-outlined.mjs"
|
|
8459
8795
|
},
|
|
8796
|
+
"./obi-vessel-type-tug-colour": {
|
|
8797
|
+
"types": "./obi-vessel-type-tug-colour/index.d.ts",
|
|
8798
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-tug-colour.mjs"
|
|
8799
|
+
},
|
|
8460
8800
|
"./obi-vessel-type-tug-filled": {
|
|
8461
8801
|
"types": "./obi-vessel-type-tug-filled/index.d.ts",
|
|
8462
8802
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-tug-filled.mjs"
|
|
@@ -8465,6 +8805,10 @@
|
|
|
8465
8805
|
"types": "./obi-vessel-type-tug-outlined/index.d.ts",
|
|
8466
8806
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-tug-outlined.mjs"
|
|
8467
8807
|
},
|
|
8808
|
+
"./obi-vessel-type-unknown-colour": {
|
|
8809
|
+
"types": "./obi-vessel-type-unknown-colour/index.d.ts",
|
|
8810
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-unknown-colour.mjs"
|
|
8811
|
+
},
|
|
8468
8812
|
"./obi-vessel-type-unknown-filled": {
|
|
8469
8813
|
"types": "./obi-vessel-type-unknown-filled/index.d.ts",
|
|
8470
8814
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-vessel-type-unknown-filled.mjs"
|
|
@@ -8661,6 +9005,10 @@
|
|
|
8661
9005
|
"types": "./obi-wind/index.d.ts",
|
|
8662
9006
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind.mjs"
|
|
8663
9007
|
},
|
|
9008
|
+
"./obi-wind-apparent-0": {
|
|
9009
|
+
"types": "./obi-wind-apparent-0/index.d.ts",
|
|
9010
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-0.mjs"
|
|
9011
|
+
},
|
|
8664
9012
|
"./obi-wind-apparent-1": {
|
|
8665
9013
|
"types": "./obi-wind-apparent-1/index.d.ts",
|
|
8666
9014
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-1.mjs"
|
|
@@ -8669,53 +9017,65 @@
|
|
|
8669
9017
|
"types": "./obi-wind-apparent-10/index.d.ts",
|
|
8670
9018
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-10.mjs"
|
|
8671
9019
|
},
|
|
8672
|
-
"./obi-wind-apparent-
|
|
8673
|
-
"types": "./obi-wind-apparent-
|
|
8674
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-
|
|
9020
|
+
"./obi-wind-apparent-100": {
|
|
9021
|
+
"types": "./obi-wind-apparent-100/index.d.ts",
|
|
9022
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-100.mjs"
|
|
8675
9023
|
},
|
|
8676
|
-
"./obi-wind-apparent-
|
|
8677
|
-
"types": "./obi-wind-apparent-
|
|
8678
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-
|
|
9024
|
+
"./obi-wind-apparent-15": {
|
|
9025
|
+
"types": "./obi-wind-apparent-15/index.d.ts",
|
|
9026
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-15.mjs"
|
|
8679
9027
|
},
|
|
8680
|
-
"./obi-wind-apparent-
|
|
8681
|
-
"types": "./obi-wind-apparent-
|
|
8682
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-
|
|
9028
|
+
"./obi-wind-apparent-20": {
|
|
9029
|
+
"types": "./obi-wind-apparent-20/index.d.ts",
|
|
9030
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-20.mjs"
|
|
8683
9031
|
},
|
|
8684
|
-
"./obi-wind-apparent-
|
|
8685
|
-
"types": "./obi-wind-apparent-
|
|
8686
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-
|
|
9032
|
+
"./obi-wind-apparent-25": {
|
|
9033
|
+
"types": "./obi-wind-apparent-25/index.d.ts",
|
|
9034
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-25.mjs"
|
|
8687
9035
|
},
|
|
8688
|
-
"./obi-wind-apparent-
|
|
8689
|
-
"types": "./obi-wind-apparent-
|
|
8690
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-
|
|
9036
|
+
"./obi-wind-apparent-30": {
|
|
9037
|
+
"types": "./obi-wind-apparent-30/index.d.ts",
|
|
9038
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-30.mjs"
|
|
8691
9039
|
},
|
|
8692
|
-
"./obi-wind-apparent-
|
|
8693
|
-
"types": "./obi-wind-apparent-
|
|
8694
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-
|
|
9040
|
+
"./obi-wind-apparent-35": {
|
|
9041
|
+
"types": "./obi-wind-apparent-35/index.d.ts",
|
|
9042
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-35.mjs"
|
|
8695
9043
|
},
|
|
8696
|
-
"./obi-wind-apparent-
|
|
8697
|
-
"types": "./obi-wind-apparent-
|
|
8698
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-
|
|
9044
|
+
"./obi-wind-apparent-40": {
|
|
9045
|
+
"types": "./obi-wind-apparent-40/index.d.ts",
|
|
9046
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-40.mjs"
|
|
9047
|
+
},
|
|
9048
|
+
"./obi-wind-apparent-45": {
|
|
9049
|
+
"types": "./obi-wind-apparent-45/index.d.ts",
|
|
9050
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-45.mjs"
|
|
8699
9051
|
},
|
|
8700
9052
|
"./obi-wind-apparent-5": {
|
|
8701
9053
|
"types": "./obi-wind-apparent-5/index.d.ts",
|
|
8702
9054
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-5.mjs"
|
|
8703
9055
|
},
|
|
8704
|
-
"./obi-wind-apparent-
|
|
8705
|
-
"types": "./obi-wind-apparent-
|
|
8706
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-
|
|
9056
|
+
"./obi-wind-apparent-50": {
|
|
9057
|
+
"types": "./obi-wind-apparent-50/index.d.ts",
|
|
9058
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-50.mjs"
|
|
9059
|
+
},
|
|
9060
|
+
"./obi-wind-apparent-55": {
|
|
9061
|
+
"types": "./obi-wind-apparent-55/index.d.ts",
|
|
9062
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-55.mjs"
|
|
9063
|
+
},
|
|
9064
|
+
"./obi-wind-apparent-60": {
|
|
9065
|
+
"types": "./obi-wind-apparent-60/index.d.ts",
|
|
9066
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-60.mjs"
|
|
8707
9067
|
},
|
|
8708
|
-
"./obi-wind-apparent-
|
|
8709
|
-
"types": "./obi-wind-apparent-
|
|
8710
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-
|
|
9068
|
+
"./obi-wind-apparent-65": {
|
|
9069
|
+
"types": "./obi-wind-apparent-65/index.d.ts",
|
|
9070
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-65.mjs"
|
|
8711
9071
|
},
|
|
8712
|
-
"./obi-wind-apparent-
|
|
8713
|
-
"types": "./obi-wind-apparent-
|
|
8714
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-
|
|
9072
|
+
"./obi-wind-apparent-70": {
|
|
9073
|
+
"types": "./obi-wind-apparent-70/index.d.ts",
|
|
9074
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-apparent-70.mjs"
|
|
8715
9075
|
},
|
|
8716
|
-
"./obi-wind-
|
|
8717
|
-
"types": "./obi-wind-
|
|
8718
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-
|
|
9076
|
+
"./obi-wind-shaft-0": {
|
|
9077
|
+
"types": "./obi-wind-shaft-0/index.d.ts",
|
|
9078
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-0.mjs"
|
|
8719
9079
|
},
|
|
8720
9080
|
"./obi-wind-shaft-1": {
|
|
8721
9081
|
"types": "./obi-wind-shaft-1/index.d.ts",
|
|
@@ -8725,53 +9085,85 @@
|
|
|
8725
9085
|
"types": "./obi-wind-shaft-10/index.d.ts",
|
|
8726
9086
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-10.mjs"
|
|
8727
9087
|
},
|
|
8728
|
-
"./obi-wind-shaft-
|
|
8729
|
-
"types": "./obi-wind-shaft-
|
|
8730
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-
|
|
9088
|
+
"./obi-wind-shaft-100": {
|
|
9089
|
+
"types": "./obi-wind-shaft-100/index.d.ts",
|
|
9090
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-100.mjs"
|
|
8731
9091
|
},
|
|
8732
|
-
"./obi-wind-shaft-
|
|
8733
|
-
"types": "./obi-wind-shaft-
|
|
8734
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-
|
|
9092
|
+
"./obi-wind-shaft-15": {
|
|
9093
|
+
"types": "./obi-wind-shaft-15/index.d.ts",
|
|
9094
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-15.mjs"
|
|
8735
9095
|
},
|
|
8736
|
-
"./obi-wind-shaft-
|
|
8737
|
-
"types": "./obi-wind-shaft-
|
|
8738
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-
|
|
9096
|
+
"./obi-wind-shaft-20": {
|
|
9097
|
+
"types": "./obi-wind-shaft-20/index.d.ts",
|
|
9098
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-20.mjs"
|
|
8739
9099
|
},
|
|
8740
|
-
"./obi-wind-shaft-
|
|
8741
|
-
"types": "./obi-wind-shaft-
|
|
8742
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-
|
|
9100
|
+
"./obi-wind-shaft-25": {
|
|
9101
|
+
"types": "./obi-wind-shaft-25/index.d.ts",
|
|
9102
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-25.mjs"
|
|
8743
9103
|
},
|
|
8744
|
-
"./obi-wind-shaft-
|
|
8745
|
-
"types": "./obi-wind-shaft-
|
|
8746
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-
|
|
9104
|
+
"./obi-wind-shaft-30": {
|
|
9105
|
+
"types": "./obi-wind-shaft-30/index.d.ts",
|
|
9106
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-30.mjs"
|
|
8747
9107
|
},
|
|
8748
|
-
"./obi-wind-shaft-
|
|
8749
|
-
"types": "./obi-wind-shaft-
|
|
8750
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-
|
|
9108
|
+
"./obi-wind-shaft-35": {
|
|
9109
|
+
"types": "./obi-wind-shaft-35/index.d.ts",
|
|
9110
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-35.mjs"
|
|
8751
9111
|
},
|
|
8752
|
-
"./obi-wind-shaft-
|
|
8753
|
-
"types": "./obi-wind-shaft-
|
|
8754
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-
|
|
9112
|
+
"./obi-wind-shaft-40": {
|
|
9113
|
+
"types": "./obi-wind-shaft-40/index.d.ts",
|
|
9114
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-40.mjs"
|
|
9115
|
+
},
|
|
9116
|
+
"./obi-wind-shaft-45": {
|
|
9117
|
+
"types": "./obi-wind-shaft-45/index.d.ts",
|
|
9118
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-45.mjs"
|
|
8755
9119
|
},
|
|
8756
9120
|
"./obi-wind-shaft-5": {
|
|
8757
9121
|
"types": "./obi-wind-shaft-5/index.d.ts",
|
|
8758
9122
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-5.mjs"
|
|
8759
9123
|
},
|
|
8760
|
-
"./obi-wind-shaft-
|
|
8761
|
-
"types": "./obi-wind-shaft-
|
|
8762
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-
|
|
9124
|
+
"./obi-wind-shaft-50": {
|
|
9125
|
+
"types": "./obi-wind-shaft-50/index.d.ts",
|
|
9126
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-50.mjs"
|
|
9127
|
+
},
|
|
9128
|
+
"./obi-wind-shaft-55": {
|
|
9129
|
+
"types": "./obi-wind-shaft-55/index.d.ts",
|
|
9130
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-55.mjs"
|
|
9131
|
+
},
|
|
9132
|
+
"./obi-wind-shaft-60": {
|
|
9133
|
+
"types": "./obi-wind-shaft-60/index.d.ts",
|
|
9134
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-60.mjs"
|
|
8763
9135
|
},
|
|
8764
|
-
"./obi-wind-shaft-
|
|
8765
|
-
"types": "./obi-wind-shaft-
|
|
8766
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-
|
|
9136
|
+
"./obi-wind-shaft-65": {
|
|
9137
|
+
"types": "./obi-wind-shaft-65/index.d.ts",
|
|
9138
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-65.mjs"
|
|
8767
9139
|
},
|
|
8768
|
-
"./obi-wind-shaft-
|
|
8769
|
-
"types": "./obi-wind-shaft-
|
|
8770
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-
|
|
9140
|
+
"./obi-wind-shaft-70": {
|
|
9141
|
+
"types": "./obi-wind-shaft-70/index.d.ts",
|
|
9142
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-70.mjs"
|
|
8771
9143
|
},
|
|
8772
|
-
"./obi-wind-shaft-
|
|
8773
|
-
"types": "./obi-wind-shaft-
|
|
8774
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-
|
|
9144
|
+
"./obi-wind-shaft-75": {
|
|
9145
|
+
"types": "./obi-wind-shaft-75/index.d.ts",
|
|
9146
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-75.mjs"
|
|
9147
|
+
},
|
|
9148
|
+
"./obi-wind-shaft-80": {
|
|
9149
|
+
"types": "./obi-wind-shaft-80/index.d.ts",
|
|
9150
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-80.mjs"
|
|
9151
|
+
},
|
|
9152
|
+
"./obi-wind-shaft-85": {
|
|
9153
|
+
"types": "./obi-wind-shaft-85/index.d.ts",
|
|
9154
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-85.mjs"
|
|
9155
|
+
},
|
|
9156
|
+
"./obi-wind-shaft-90": {
|
|
9157
|
+
"types": "./obi-wind-shaft-90/index.d.ts",
|
|
9158
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-90.mjs"
|
|
9159
|
+
},
|
|
9160
|
+
"./obi-wind-shaft-95": {
|
|
9161
|
+
"types": "./obi-wind-shaft-95/index.d.ts",
|
|
9162
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-shaft-95.mjs"
|
|
9163
|
+
},
|
|
9164
|
+
"./obi-wind-true-0": {
|
|
9165
|
+
"types": "./obi-wind-true-0/index.d.ts",
|
|
9166
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-0.mjs"
|
|
8775
9167
|
},
|
|
8776
9168
|
"./obi-wind-true-1": {
|
|
8777
9169
|
"types": "./obi-wind-true-1/index.d.ts",
|
|
@@ -8781,53 +9173,57 @@
|
|
|
8781
9173
|
"types": "./obi-wind-true-10/index.d.ts",
|
|
8782
9174
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-10.mjs"
|
|
8783
9175
|
},
|
|
8784
|
-
"./obi-wind-true-
|
|
8785
|
-
"types": "./obi-wind-true-
|
|
8786
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-
|
|
9176
|
+
"./obi-wind-true-100": {
|
|
9177
|
+
"types": "./obi-wind-true-100/index.d.ts",
|
|
9178
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-100.mjs"
|
|
8787
9179
|
},
|
|
8788
|
-
"./obi-wind-true-
|
|
8789
|
-
"types": "./obi-wind-true-
|
|
8790
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-
|
|
9180
|
+
"./obi-wind-true-15": {
|
|
9181
|
+
"types": "./obi-wind-true-15/index.d.ts",
|
|
9182
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-15.mjs"
|
|
8791
9183
|
},
|
|
8792
|
-
"./obi-wind-true-
|
|
8793
|
-
"types": "./obi-wind-true-
|
|
8794
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-
|
|
9184
|
+
"./obi-wind-true-20": {
|
|
9185
|
+
"types": "./obi-wind-true-20/index.d.ts",
|
|
9186
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-20.mjs"
|
|
8795
9187
|
},
|
|
8796
|
-
"./obi-wind-true-
|
|
8797
|
-
"types": "./obi-wind-true-
|
|
8798
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-
|
|
9188
|
+
"./obi-wind-true-25": {
|
|
9189
|
+
"types": "./obi-wind-true-25/index.d.ts",
|
|
9190
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-25.mjs"
|
|
8799
9191
|
},
|
|
8800
|
-
"./obi-wind-true-
|
|
8801
|
-
"types": "./obi-wind-true-
|
|
8802
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-
|
|
9192
|
+
"./obi-wind-true-30": {
|
|
9193
|
+
"types": "./obi-wind-true-30/index.d.ts",
|
|
9194
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-30.mjs"
|
|
8803
9195
|
},
|
|
8804
|
-
"./obi-wind-true-
|
|
8805
|
-
"types": "./obi-wind-true-
|
|
8806
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-
|
|
9196
|
+
"./obi-wind-true-35": {
|
|
9197
|
+
"types": "./obi-wind-true-35/index.d.ts",
|
|
9198
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-35.mjs"
|
|
8807
9199
|
},
|
|
8808
|
-
"./obi-wind-true-
|
|
8809
|
-
"types": "./obi-wind-true-
|
|
8810
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-
|
|
9200
|
+
"./obi-wind-true-45": {
|
|
9201
|
+
"types": "./obi-wind-true-45/index.d.ts",
|
|
9202
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-45.mjs"
|
|
8811
9203
|
},
|
|
8812
9204
|
"./obi-wind-true-5": {
|
|
8813
9205
|
"types": "./obi-wind-true-5/index.d.ts",
|
|
8814
9206
|
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-5.mjs"
|
|
8815
9207
|
},
|
|
8816
|
-
"./obi-wind-true-
|
|
8817
|
-
"types": "./obi-wind-true-
|
|
8818
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-
|
|
9208
|
+
"./obi-wind-true-50": {
|
|
9209
|
+
"types": "./obi-wind-true-50/index.d.ts",
|
|
9210
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-50.mjs"
|
|
9211
|
+
},
|
|
9212
|
+
"./obi-wind-true-55": {
|
|
9213
|
+
"types": "./obi-wind-true-55/index.d.ts",
|
|
9214
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-55.mjs"
|
|
8819
9215
|
},
|
|
8820
|
-
"./obi-wind-true-
|
|
8821
|
-
"types": "./obi-wind-true-
|
|
8822
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-
|
|
9216
|
+
"./obi-wind-true-60": {
|
|
9217
|
+
"types": "./obi-wind-true-60/index.d.ts",
|
|
9218
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-60.mjs"
|
|
8823
9219
|
},
|
|
8824
|
-
"./obi-wind-true-
|
|
8825
|
-
"types": "./obi-wind-true-
|
|
8826
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-
|
|
9220
|
+
"./obi-wind-true-65": {
|
|
9221
|
+
"types": "./obi-wind-true-65/index.d.ts",
|
|
9222
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-65.mjs"
|
|
8827
9223
|
},
|
|
8828
|
-
"./obi-wind-true-
|
|
8829
|
-
"types": "./obi-wind-true-
|
|
8830
|
-
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-
|
|
9224
|
+
"./obi-wind-true-70": {
|
|
9225
|
+
"types": "./obi-wind-true-70/index.d.ts",
|
|
9226
|
+
"default": "./fesm2022/oicl-openbridge-webcomponents-ng-obi-wind-true-70.mjs"
|
|
8831
9227
|
},
|
|
8832
9228
|
"./obi-wind-turbine-land": {
|
|
8833
9229
|
"types": "./obi-wind-turbine-land/index.d.ts",
|