@fmsim/board 1.0.33 → 1.0.35
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 +889 -884
- package/dist/src/layers/movement-layer.d.ts +1 -0
- package/dist/src/layers/movement-layer.js +3 -0
- package/dist/src/layers/movement-layer.js.map +1 -1
- package/dist/src/ox-board-viewer.js +0 -1
- package/dist/src/ox-board-viewer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -1864,6 +1864,11 @@
|
|
|
1864
1864
|
"kind": "method",
|
|
1865
1865
|
"name": "dispose"
|
|
1866
1866
|
},
|
|
1867
|
+
{
|
|
1868
|
+
"kind": "field",
|
|
1869
|
+
"name": "pointerEvents",
|
|
1870
|
+
"readonly": true
|
|
1871
|
+
},
|
|
1867
1872
|
{
|
|
1868
1873
|
"kind": "field",
|
|
1869
1874
|
"name": "capturable",
|
|
@@ -3574,474 +3579,244 @@
|
|
|
3574
3579
|
},
|
|
3575
3580
|
{
|
|
3576
3581
|
"kind": "javascript-module",
|
|
3577
|
-
"path": "src/modeller/
|
|
3582
|
+
"path": "src/modeller/property-sidebar/abstract-property.ts",
|
|
3578
3583
|
"declarations": [
|
|
3579
3584
|
{
|
|
3580
3585
|
"kind": "class",
|
|
3581
3586
|
"description": "",
|
|
3582
|
-
"name": "
|
|
3587
|
+
"name": "AbstractProperty",
|
|
3583
3588
|
"members": [
|
|
3584
3589
|
{
|
|
3585
3590
|
"kind": "method",
|
|
3586
|
-
"name": "
|
|
3591
|
+
"name": "_onValueChange",
|
|
3587
3592
|
"parameters": [
|
|
3588
3593
|
{
|
|
3589
|
-
"name": "
|
|
3594
|
+
"name": "e",
|
|
3590
3595
|
"type": {
|
|
3591
|
-
"text": "
|
|
3596
|
+
"text": "Event"
|
|
3592
3597
|
}
|
|
3593
3598
|
}
|
|
3594
3599
|
]
|
|
3595
|
-
}
|
|
3596
|
-
],
|
|
3597
|
-
"superclass": {
|
|
3598
|
-
"name": "SceneLayer",
|
|
3599
|
-
"package": "@hatiolab/things-scene"
|
|
3600
|
-
}
|
|
3601
|
-
}
|
|
3602
|
-
],
|
|
3603
|
-
"exports": [
|
|
3604
|
-
{
|
|
3605
|
-
"kind": "js",
|
|
3606
|
-
"name": "default",
|
|
3607
|
-
"declaration": {
|
|
3608
|
-
"name": "ConfidentialOverlay",
|
|
3609
|
-
"module": "src/modeller/scene-viewer/confidential-overlay.ts"
|
|
3610
|
-
}
|
|
3611
|
-
}
|
|
3612
|
-
]
|
|
3613
|
-
},
|
|
3614
|
-
{
|
|
3615
|
-
"kind": "javascript-module",
|
|
3616
|
-
"path": "src/modeller/scene-viewer/ox-scene-handler.ts",
|
|
3617
|
-
"declarations": [
|
|
3618
|
-
{
|
|
3619
|
-
"kind": "class",
|
|
3620
|
-
"description": "",
|
|
3621
|
-
"name": "OxSceneHandler",
|
|
3622
|
-
"members": [
|
|
3600
|
+
},
|
|
3623
3601
|
{
|
|
3624
|
-
"kind": "
|
|
3625
|
-
"name": "
|
|
3626
|
-
"
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3602
|
+
"kind": "method",
|
|
3603
|
+
"name": "_getValueFromEventTarget",
|
|
3604
|
+
"parameters": [
|
|
3605
|
+
{
|
|
3606
|
+
"name": "element",
|
|
3607
|
+
"type": {
|
|
3608
|
+
"text": "HTMLElement"
|
|
3609
|
+
}
|
|
3610
|
+
}
|
|
3611
|
+
]
|
|
3630
3612
|
},
|
|
3631
3613
|
{
|
|
3632
|
-
"kind": "
|
|
3633
|
-
"name": "
|
|
3634
|
-
"
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3614
|
+
"kind": "method",
|
|
3615
|
+
"name": "_onAfterValueChange",
|
|
3616
|
+
"parameters": [
|
|
3617
|
+
{
|
|
3618
|
+
"name": "key",
|
|
3619
|
+
"type": {
|
|
3620
|
+
"text": "string"
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
"name": "value",
|
|
3625
|
+
"type": {
|
|
3626
|
+
"text": "any"
|
|
3627
|
+
}
|
|
3628
|
+
}
|
|
3629
|
+
]
|
|
3638
3630
|
}
|
|
3639
3631
|
],
|
|
3640
|
-
"
|
|
3641
|
-
{
|
|
3642
|
-
"name": "type",
|
|
3643
|
-
"type": {
|
|
3644
|
-
"text": "string"
|
|
3645
|
-
},
|
|
3646
|
-
"fieldName": "type"
|
|
3647
|
-
},
|
|
3632
|
+
"events": [
|
|
3648
3633
|
{
|
|
3649
|
-
"name": "
|
|
3634
|
+
"name": "property-change",
|
|
3650
3635
|
"type": {
|
|
3651
|
-
"text": "
|
|
3652
|
-
}
|
|
3653
|
-
"fieldName": "model"
|
|
3636
|
+
"text": "CustomEvent"
|
|
3637
|
+
}
|
|
3654
3638
|
}
|
|
3655
3639
|
],
|
|
3656
3640
|
"superclass": {
|
|
3657
3641
|
"name": "LitElement",
|
|
3658
3642
|
"package": "lit"
|
|
3659
3643
|
},
|
|
3660
|
-
"tagName": "ox-scene-handler",
|
|
3661
3644
|
"customElement": true
|
|
3662
3645
|
}
|
|
3663
3646
|
],
|
|
3664
3647
|
"exports": [
|
|
3665
3648
|
{
|
|
3666
3649
|
"kind": "js",
|
|
3667
|
-
"name": "
|
|
3650
|
+
"name": "AbstractProperty",
|
|
3668
3651
|
"declaration": {
|
|
3669
|
-
"name": "
|
|
3670
|
-
"module": "src/modeller/
|
|
3652
|
+
"name": "AbstractProperty",
|
|
3653
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
3671
3654
|
}
|
|
3672
|
-
}
|
|
3655
|
+
}
|
|
3656
|
+
]
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"kind": "javascript-module",
|
|
3660
|
+
"path": "src/modeller/property-sidebar/property-shared-style.ts",
|
|
3661
|
+
"declarations": [
|
|
3673
3662
|
{
|
|
3674
|
-
"kind": "
|
|
3675
|
-
"name": "
|
|
3663
|
+
"kind": "variable",
|
|
3664
|
+
"name": "PropertySharedStyle",
|
|
3665
|
+
"default": "css` fieldset { border: none; margin: 4px; padding: 9px 4px 9px 4px; border-bottom: var(--property-sidebar-fieldset-border); color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-label); } fieldset legend { padding: 5px 0 0 5px; color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-legend); text-transform: capitalize; } select, input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } /* property grid */ .property-grid { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .property-grid > * { width: 100%; box-sizing: border-box; } .property-grid > label { grid-column: span 3; text-align: right; text-transform: capitalize; line-height: 2; } .property-grid > input, .property-grid > table, .property-grid > select, .property-grid > ox-input-angle, .property-grid > ox-buttons-radio, .property-grid > ox-input-color, [custom-editor] { grid-column: span 7; align-self: stretch; } .property-grid > .checkbox-row { grid-column: span 10; } .property-grid > .property-full-label { grid-column: span 3; text-align: right; text-transform: capitalize; } .property-grid > .property-half-label { grid-column: span 1; } .property-grid > .property-full-input { grid-column: span 7; } .property-grid > .property-half-input { grid-column: span 4; } /* checkbox-row */ .checkbox-row { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .checkbox-row > input { grid-column: 4 / 5; } .checkbox-row > label { grid-column: span 6; text-align: left; } /* image resources */ .icon-only-label { grid-column: span 1; background: var(--url-icon-properties-label) no-repeat; float: left; margin: 0; align-self: stretch; } .icon-only-label.color { background-position: 100% -500px; } .icon-only-label.font-size { background-position: 100% -594px; } .icon-only-label.leading { background-position: 100% -696px; } .icon-only-label.hscale { background-position: 100% -296px; } .icon-only-label.vscale { background-position: 100% -396px; } .icon-only-label.linewidth { background-position: 100% -894px; } .icon-only-label.lineHeight { background-position: 100% -995px; } .icon-only-label.letterSpacing { background-position: 100% -1594px; } `"
|
|
3666
|
+
}
|
|
3667
|
+
],
|
|
3668
|
+
"exports": [
|
|
3669
|
+
{
|
|
3670
|
+
"kind": "js",
|
|
3671
|
+
"name": "PropertySharedStyle",
|
|
3676
3672
|
"declaration": {
|
|
3677
|
-
"name": "
|
|
3678
|
-
"module": "src/modeller/
|
|
3673
|
+
"name": "PropertySharedStyle",
|
|
3674
|
+
"module": "src/modeller/property-sidebar/property-shared-style.ts"
|
|
3679
3675
|
}
|
|
3680
3676
|
}
|
|
3681
3677
|
]
|
|
3682
3678
|
},
|
|
3683
3679
|
{
|
|
3684
3680
|
"kind": "javascript-module",
|
|
3685
|
-
"path": "src/modeller/
|
|
3681
|
+
"path": "src/modeller/property-sidebar/property-sidebar.ts",
|
|
3686
3682
|
"declarations": [
|
|
3687
3683
|
{
|
|
3688
3684
|
"kind": "class",
|
|
3689
3685
|
"description": "",
|
|
3690
|
-
"name": "
|
|
3686
|
+
"name": "PropertySidebar",
|
|
3691
3687
|
"members": [
|
|
3692
3688
|
{
|
|
3693
3689
|
"kind": "field",
|
|
3694
|
-
"name": "
|
|
3690
|
+
"name": "scene",
|
|
3695
3691
|
"type": {
|
|
3696
|
-
"text": "
|
|
3692
|
+
"text": "Scene | null"
|
|
3697
3693
|
},
|
|
3698
|
-
"
|
|
3694
|
+
"default": "null",
|
|
3695
|
+
"attribute": "scene"
|
|
3699
3696
|
},
|
|
3700
3697
|
{
|
|
3701
3698
|
"kind": "field",
|
|
3702
|
-
"name": "
|
|
3699
|
+
"name": "bounds",
|
|
3703
3700
|
"type": {
|
|
3704
|
-
"text": "
|
|
3701
|
+
"text": "any"
|
|
3705
3702
|
},
|
|
3706
|
-
"
|
|
3703
|
+
"default": "{}",
|
|
3704
|
+
"attribute": "bounds"
|
|
3707
3705
|
},
|
|
3708
3706
|
{
|
|
3709
|
-
"kind": "
|
|
3710
|
-
"name": "
|
|
3711
|
-
}
|
|
3712
|
-
],
|
|
3713
|
-
"attributes": [
|
|
3714
|
-
{
|
|
3715
|
-
"name": "type",
|
|
3707
|
+
"kind": "field",
|
|
3708
|
+
"name": "model",
|
|
3716
3709
|
"type": {
|
|
3717
|
-
"text": "
|
|
3710
|
+
"text": "Model | null"
|
|
3718
3711
|
},
|
|
3719
|
-
"
|
|
3712
|
+
"default": "{}",
|
|
3713
|
+
"attribute": "model"
|
|
3720
3714
|
},
|
|
3721
3715
|
{
|
|
3722
|
-
"
|
|
3716
|
+
"kind": "field",
|
|
3717
|
+
"name": "selected",
|
|
3723
3718
|
"type": {
|
|
3724
|
-
"text": "
|
|
3719
|
+
"text": "Component[]"
|
|
3725
3720
|
},
|
|
3726
|
-
"
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
"superclass": {
|
|
3730
|
-
"name": "LitElement",
|
|
3731
|
-
"package": "lit"
|
|
3732
|
-
},
|
|
3733
|
-
"tagName": "ox-scene-layer",
|
|
3734
|
-
"customElement": true
|
|
3735
|
-
}
|
|
3736
|
-
],
|
|
3737
|
-
"exports": [
|
|
3738
|
-
{
|
|
3739
|
-
"kind": "js",
|
|
3740
|
-
"name": "default",
|
|
3741
|
-
"declaration": {
|
|
3742
|
-
"name": "OxSceneLayer",
|
|
3743
|
-
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
3744
|
-
}
|
|
3745
|
-
},
|
|
3746
|
-
{
|
|
3747
|
-
"kind": "custom-element-definition",
|
|
3748
|
-
"name": "ox-scene-layer",
|
|
3749
|
-
"declaration": {
|
|
3750
|
-
"name": "OxSceneLayer",
|
|
3751
|
-
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
3752
|
-
}
|
|
3753
|
-
}
|
|
3754
|
-
]
|
|
3755
|
-
},
|
|
3756
|
-
{
|
|
3757
|
-
"kind": "javascript-module",
|
|
3758
|
-
"path": "src/modeller/scene-viewer/ox-scene-property.ts",
|
|
3759
|
-
"declarations": [
|
|
3760
|
-
{
|
|
3761
|
-
"kind": "class",
|
|
3762
|
-
"description": "",
|
|
3763
|
-
"name": "OxSceneProperty",
|
|
3764
|
-
"members": [
|
|
3721
|
+
"default": "[]",
|
|
3722
|
+
"attribute": "selected"
|
|
3723
|
+
},
|
|
3765
3724
|
{
|
|
3766
3725
|
"kind": "field",
|
|
3767
|
-
"name": "
|
|
3726
|
+
"name": "specificProps",
|
|
3768
3727
|
"type": {
|
|
3769
|
-
"text": "
|
|
3728
|
+
"text": "any"
|
|
3770
3729
|
},
|
|
3771
|
-
"attribute": "
|
|
3730
|
+
"attribute": "specificProps"
|
|
3772
3731
|
},
|
|
3773
3732
|
{
|
|
3774
3733
|
"kind": "field",
|
|
3775
|
-
"name": "
|
|
3734
|
+
"name": "tabName",
|
|
3776
3735
|
"type": {
|
|
3777
|
-
"text": "string"
|
|
3736
|
+
"text": "string | null"
|
|
3778
3737
|
},
|
|
3779
|
-
"
|
|
3738
|
+
"default": "'specific'",
|
|
3739
|
+
"attribute": "tabName"
|
|
3780
3740
|
},
|
|
3781
3741
|
{
|
|
3782
3742
|
"kind": "field",
|
|
3783
|
-
"name": "
|
|
3743
|
+
"name": "collapsed",
|
|
3784
3744
|
"type": {
|
|
3785
|
-
"text": "
|
|
3745
|
+
"text": "boolean"
|
|
3786
3746
|
},
|
|
3787
|
-
"
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
"attributes": [
|
|
3747
|
+
"default": "false",
|
|
3748
|
+
"attribute": "collapsed"
|
|
3749
|
+
},
|
|
3791
3750
|
{
|
|
3792
|
-
"
|
|
3751
|
+
"kind": "field",
|
|
3752
|
+
"name": "fonts",
|
|
3793
3753
|
"type": {
|
|
3794
|
-
"text": "
|
|
3754
|
+
"text": "any[]"
|
|
3795
3755
|
},
|
|
3796
|
-
"
|
|
3756
|
+
"default": "[]",
|
|
3757
|
+
"attribute": "fonts"
|
|
3797
3758
|
},
|
|
3798
3759
|
{
|
|
3799
|
-
"
|
|
3760
|
+
"kind": "field",
|
|
3761
|
+
"name": "propertyEditor",
|
|
3800
3762
|
"type": {
|
|
3801
|
-
"text": "
|
|
3763
|
+
"text": "any[]"
|
|
3802
3764
|
},
|
|
3803
|
-
"
|
|
3765
|
+
"default": "[]",
|
|
3766
|
+
"attribute": "propertyEditor"
|
|
3804
3767
|
},
|
|
3805
3768
|
{
|
|
3806
|
-
"
|
|
3769
|
+
"kind": "field",
|
|
3770
|
+
"name": "propertyTarget",
|
|
3807
3771
|
"type": {
|
|
3808
|
-
"text": "
|
|
3772
|
+
"text": "Component | null"
|
|
3809
3773
|
},
|
|
3810
|
-
"
|
|
3811
|
-
}
|
|
3812
|
-
],
|
|
3813
|
-
"superclass": {
|
|
3814
|
-
"name": "LitElement",
|
|
3815
|
-
"package": "lit"
|
|
3816
|
-
},
|
|
3817
|
-
"tagName": "ox-scene-property",
|
|
3818
|
-
"customElement": true
|
|
3819
|
-
}
|
|
3820
|
-
],
|
|
3821
|
-
"exports": [
|
|
3822
|
-
{
|
|
3823
|
-
"kind": "js",
|
|
3824
|
-
"name": "default",
|
|
3825
|
-
"declaration": {
|
|
3826
|
-
"name": "OxSceneProperty",
|
|
3827
|
-
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
3828
|
-
}
|
|
3829
|
-
},
|
|
3830
|
-
{
|
|
3831
|
-
"kind": "custom-element-definition",
|
|
3832
|
-
"name": "ox-scene-property",
|
|
3833
|
-
"declaration": {
|
|
3834
|
-
"name": "OxSceneProperty",
|
|
3835
|
-
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
3836
|
-
}
|
|
3837
|
-
}
|
|
3838
|
-
]
|
|
3839
|
-
},
|
|
3840
|
-
{
|
|
3841
|
-
"kind": "javascript-module",
|
|
3842
|
-
"path": "src/modeller/scene-viewer/ox-scene-viewer.ts",
|
|
3843
|
-
"declarations": [
|
|
3844
|
-
{
|
|
3845
|
-
"kind": "class",
|
|
3846
|
-
"description": "",
|
|
3847
|
-
"name": "OxSceneViewer",
|
|
3848
|
-
"members": [
|
|
3849
|
-
{
|
|
3850
|
-
"kind": "field",
|
|
3851
|
-
"name": "scene",
|
|
3852
|
-
"type": {
|
|
3853
|
-
"text": "Scene | null"
|
|
3854
|
-
},
|
|
3855
|
-
"default": "null",
|
|
3856
|
-
"attribute": "scene"
|
|
3857
|
-
},
|
|
3858
|
-
{
|
|
3859
|
-
"kind": "field",
|
|
3860
|
-
"name": "model",
|
|
3861
|
-
"type": {
|
|
3862
|
-
"text": "Model | undefined"
|
|
3863
|
-
},
|
|
3864
|
-
"attribute": "model"
|
|
3865
|
-
},
|
|
3866
|
-
{
|
|
3867
|
-
"kind": "field",
|
|
3868
|
-
"name": "mode",
|
|
3869
|
-
"type": {
|
|
3870
|
-
"text": "SCENE_MODE"
|
|
3871
|
-
},
|
|
3872
|
-
"attribute": "mode"
|
|
3873
|
-
},
|
|
3874
|
-
{
|
|
3875
|
-
"kind": "field",
|
|
3876
|
-
"name": "screenSize",
|
|
3877
|
-
"type": {
|
|
3878
|
-
"text": "number"
|
|
3879
|
-
},
|
|
3880
|
-
"default": "13.3",
|
|
3881
|
-
"attribute": "screenSize"
|
|
3882
|
-
},
|
|
3883
|
-
{
|
|
3884
|
-
"kind": "field",
|
|
3885
|
-
"name": "variables",
|
|
3886
|
-
"type": {
|
|
3887
|
-
"text": "Properties"
|
|
3888
|
-
},
|
|
3889
|
-
"default": "{}",
|
|
3890
|
-
"attribute": "variables"
|
|
3891
|
-
},
|
|
3892
|
-
{
|
|
3893
|
-
"kind": "field",
|
|
3894
|
-
"name": "data",
|
|
3895
|
-
"type": {
|
|
3896
|
-
"text": "any"
|
|
3897
|
-
},
|
|
3898
|
-
"attribute": "data"
|
|
3899
|
-
},
|
|
3900
|
-
{
|
|
3901
|
-
"kind": "field",
|
|
3902
|
-
"name": "themes",
|
|
3903
|
-
"type": {
|
|
3904
|
-
"text": "any | undefined"
|
|
3905
|
-
},
|
|
3906
|
-
"attribute": "themes"
|
|
3907
|
-
},
|
|
3908
|
-
{
|
|
3909
|
-
"kind": "field",
|
|
3910
|
-
"name": "fit",
|
|
3911
|
-
"type": {
|
|
3912
|
-
"text": "FITMODE"
|
|
3913
|
-
},
|
|
3914
|
-
"default": "'none'",
|
|
3915
|
-
"attribute": "fit"
|
|
3916
|
-
},
|
|
3917
|
-
{
|
|
3918
|
-
"kind": "field",
|
|
3919
|
-
"name": "selected",
|
|
3920
|
-
"type": {
|
|
3921
|
-
"text": "Component[]"
|
|
3922
|
-
},
|
|
3923
|
-
"default": "[]",
|
|
3924
|
-
"attribute": "selected"
|
|
3925
|
-
},
|
|
3926
|
-
{
|
|
3927
|
-
"kind": "field",
|
|
3928
|
-
"name": "disposeWhenDetached",
|
|
3929
|
-
"type": {
|
|
3930
|
-
"text": "boolean"
|
|
3931
|
-
},
|
|
3932
|
-
"default": "false",
|
|
3933
|
-
"attribute": "disposeWhenDetached"
|
|
3934
|
-
},
|
|
3935
|
-
{
|
|
3936
|
-
"kind": "field",
|
|
3937
|
-
"name": "baseUrl",
|
|
3938
|
-
"type": {
|
|
3939
|
-
"text": "string"
|
|
3940
|
-
},
|
|
3941
|
-
"default": "''",
|
|
3942
|
-
"attribute": "baseUrl"
|
|
3943
|
-
},
|
|
3944
|
-
{
|
|
3945
|
-
"kind": "field",
|
|
3946
|
-
"name": "provider",
|
|
3947
|
-
"type": {
|
|
3948
|
-
"text": "any"
|
|
3949
|
-
},
|
|
3950
|
-
"attribute": "provider"
|
|
3951
|
-
},
|
|
3952
|
-
{
|
|
3953
|
-
"kind": "field",
|
|
3954
|
-
"name": "name",
|
|
3955
|
-
"type": {
|
|
3956
|
-
"text": "string"
|
|
3957
|
-
},
|
|
3958
|
-
"default": "'noname'",
|
|
3959
|
-
"attribute": "name"
|
|
3960
|
-
},
|
|
3961
|
-
{
|
|
3962
|
-
"kind": "field",
|
|
3963
|
-
"name": "enableInspector",
|
|
3964
|
-
"type": {
|
|
3965
|
-
"text": "boolean"
|
|
3966
|
-
},
|
|
3967
|
-
"default": "true",
|
|
3968
|
-
"attribute": "enableInspector"
|
|
3969
|
-
},
|
|
3970
|
-
{
|
|
3971
|
-
"kind": "field",
|
|
3972
|
-
"name": "showInspector",
|
|
3973
|
-
"type": {
|
|
3974
|
-
"text": "boolean"
|
|
3975
|
-
},
|
|
3976
|
-
"default": "false",
|
|
3977
|
-
"attribute": "showInspector"
|
|
3774
|
+
"default": "null"
|
|
3978
3775
|
},
|
|
3979
3776
|
{
|
|
3980
3777
|
"kind": "field",
|
|
3981
|
-
"name": "
|
|
3982
|
-
"
|
|
3983
|
-
|
|
3984
|
-
},
|
|
3985
|
-
"privacy": "private"
|
|
3986
|
-
},
|
|
3987
|
-
{
|
|
3988
|
-
"kind": "method",
|
|
3989
|
-
"name": "_setScene",
|
|
3990
|
-
"parameters": [
|
|
3991
|
-
{
|
|
3992
|
-
"name": "scene",
|
|
3993
|
-
"type": {
|
|
3994
|
-
"text": "Scene | null"
|
|
3995
|
-
}
|
|
3996
|
-
}
|
|
3997
|
-
]
|
|
3778
|
+
"name": "scopedElements",
|
|
3779
|
+
"static": true,
|
|
3780
|
+
"readonly": true
|
|
3998
3781
|
},
|
|
3999
3782
|
{
|
|
4000
3783
|
"kind": "method",
|
|
4001
|
-
"name": "
|
|
3784
|
+
"name": "_onPropertyChanged",
|
|
4002
3785
|
"parameters": [
|
|
4003
3786
|
{
|
|
4004
|
-
"name": "
|
|
3787
|
+
"name": "e",
|
|
4005
3788
|
"type": {
|
|
4006
|
-
"text": "
|
|
3789
|
+
"text": "CustomEvent"
|
|
4007
3790
|
}
|
|
4008
3791
|
}
|
|
4009
3792
|
]
|
|
4010
3793
|
},
|
|
4011
3794
|
{
|
|
4012
3795
|
"kind": "method",
|
|
4013
|
-
"name": "
|
|
3796
|
+
"name": "_onBoundsChanged",
|
|
4014
3797
|
"parameters": [
|
|
4015
3798
|
{
|
|
4016
|
-
"name": "
|
|
3799
|
+
"name": "e",
|
|
4017
3800
|
"type": {
|
|
4018
|
-
"text": "
|
|
3801
|
+
"text": "CustomEvent"
|
|
4019
3802
|
}
|
|
4020
3803
|
}
|
|
4021
3804
|
]
|
|
4022
3805
|
},
|
|
4023
3806
|
{
|
|
4024
3807
|
"kind": "method",
|
|
4025
|
-
"name": "
|
|
4026
|
-
"parameters": [
|
|
4027
|
-
{
|
|
4028
|
-
"name": "selected",
|
|
4029
|
-
"type": {
|
|
4030
|
-
"text": "Component[]"
|
|
4031
|
-
}
|
|
4032
|
-
}
|
|
4033
|
-
]
|
|
3808
|
+
"name": "_onChangedByScene"
|
|
4034
3809
|
},
|
|
4035
3810
|
{
|
|
4036
3811
|
"kind": "method",
|
|
4037
|
-
"name": "
|
|
3812
|
+
"name": "_setPropertyTargetAsDefault"
|
|
4038
3813
|
},
|
|
4039
3814
|
{
|
|
4040
3815
|
"kind": "method",
|
|
4041
|
-
"name": "
|
|
3816
|
+
"name": "_onCollapsed",
|
|
4042
3817
|
"parameters": [
|
|
4043
3818
|
{
|
|
4044
|
-
"name": "
|
|
3819
|
+
"name": "collapsed",
|
|
4045
3820
|
"type": {
|
|
4046
3821
|
"text": "boolean"
|
|
4047
3822
|
}
|
|
@@ -4050,52 +3825,7 @@
|
|
|
4050
3825
|
},
|
|
4051
3826
|
{
|
|
4052
3827
|
"kind": "method",
|
|
4053
|
-
"name": "
|
|
4054
|
-
"parameters": [
|
|
4055
|
-
{
|
|
4056
|
-
"name": "model",
|
|
4057
|
-
"optional": true,
|
|
4058
|
-
"type": {
|
|
4059
|
-
"text": "Model"
|
|
4060
|
-
}
|
|
4061
|
-
}
|
|
4062
|
-
]
|
|
4063
|
-
},
|
|
4064
|
-
{
|
|
4065
|
-
"kind": "method",
|
|
4066
|
-
"name": "_onDisplayChanged",
|
|
4067
|
-
"parameters": [
|
|
4068
|
-
{
|
|
4069
|
-
"name": "screenSize",
|
|
4070
|
-
"type": {
|
|
4071
|
-
"text": "string | number"
|
|
4072
|
-
}
|
|
4073
|
-
}
|
|
4074
|
-
]
|
|
4075
|
-
},
|
|
4076
|
-
{
|
|
4077
|
-
"kind": "method",
|
|
4078
|
-
"name": "_onModeChanged",
|
|
4079
|
-
"parameters": [
|
|
4080
|
-
{
|
|
4081
|
-
"name": "mode",
|
|
4082
|
-
"type": {
|
|
4083
|
-
"text": "SCENE_MODE"
|
|
4084
|
-
}
|
|
4085
|
-
}
|
|
4086
|
-
]
|
|
4087
|
-
},
|
|
4088
|
-
{
|
|
4089
|
-
"kind": "method",
|
|
4090
|
-
"name": "_onDataChanged",
|
|
4091
|
-
"parameters": [
|
|
4092
|
-
{
|
|
4093
|
-
"name": "data",
|
|
4094
|
-
"type": {
|
|
4095
|
-
"text": "any"
|
|
4096
|
-
}
|
|
4097
|
-
}
|
|
4098
|
-
]
|
|
3828
|
+
"name": "_onSceneChanged"
|
|
4099
3829
|
},
|
|
4100
3830
|
{
|
|
4101
3831
|
"kind": "method",
|
|
@@ -4111,55 +3841,29 @@
|
|
|
4111
3841
|
},
|
|
4112
3842
|
{
|
|
4113
3843
|
"kind": "method",
|
|
4114
|
-
"name": "
|
|
3844
|
+
"name": "_setPropertyTarget",
|
|
4115
3845
|
"parameters": [
|
|
4116
3846
|
{
|
|
4117
|
-
"name": "
|
|
3847
|
+
"name": "newTarget",
|
|
4118
3848
|
"type": {
|
|
4119
|
-
"text": "
|
|
3849
|
+
"text": "Component | null"
|
|
4120
3850
|
}
|
|
4121
3851
|
}
|
|
4122
3852
|
]
|
|
4123
3853
|
},
|
|
4124
3854
|
{
|
|
4125
3855
|
"kind": "method",
|
|
4126
|
-
"name": "
|
|
3856
|
+
"name": "_setBounds",
|
|
4127
3857
|
"parameters": [
|
|
4128
3858
|
{
|
|
4129
|
-
"name": "
|
|
3859
|
+
"name": "bounds",
|
|
4130
3860
|
"type": {
|
|
4131
|
-
"text": "
|
|
3861
|
+
"text": "BOUNDS"
|
|
4132
3862
|
}
|
|
4133
3863
|
}
|
|
4134
3864
|
]
|
|
4135
3865
|
}
|
|
4136
3866
|
],
|
|
4137
|
-
"events": [
|
|
4138
|
-
{
|
|
4139
|
-
"name": "scene-changed",
|
|
4140
|
-
"type": {
|
|
4141
|
-
"text": "CustomEvent"
|
|
4142
|
-
}
|
|
4143
|
-
},
|
|
4144
|
-
{
|
|
4145
|
-
"name": "mode-changed",
|
|
4146
|
-
"type": {
|
|
4147
|
-
"text": "CustomEvent"
|
|
4148
|
-
}
|
|
4149
|
-
},
|
|
4150
|
-
{
|
|
4151
|
-
"name": "variables-changed",
|
|
4152
|
-
"type": {
|
|
4153
|
-
"text": "CustomEvent"
|
|
4154
|
-
}
|
|
4155
|
-
},
|
|
4156
|
-
{
|
|
4157
|
-
"name": "selected-changed",
|
|
4158
|
-
"type": {
|
|
4159
|
-
"text": "CustomEvent"
|
|
4160
|
-
}
|
|
4161
|
-
}
|
|
4162
|
-
],
|
|
4163
3867
|
"attributes": [
|
|
4164
3868
|
{
|
|
4165
3869
|
"name": "scene",
|
|
@@ -4170,118 +3874,252 @@
|
|
|
4170
3874
|
"fieldName": "scene"
|
|
4171
3875
|
},
|
|
4172
3876
|
{
|
|
4173
|
-
"name": "
|
|
3877
|
+
"name": "bounds",
|
|
4174
3878
|
"type": {
|
|
4175
|
-
"text": "
|
|
3879
|
+
"text": "any"
|
|
4176
3880
|
},
|
|
4177
|
-
"
|
|
3881
|
+
"default": "{}",
|
|
3882
|
+
"fieldName": "bounds"
|
|
4178
3883
|
},
|
|
4179
3884
|
{
|
|
4180
|
-
"name": "
|
|
3885
|
+
"name": "model",
|
|
4181
3886
|
"type": {
|
|
4182
|
-
"text": "
|
|
3887
|
+
"text": "Model | null"
|
|
4183
3888
|
},
|
|
4184
|
-
"
|
|
3889
|
+
"default": "{}",
|
|
3890
|
+
"fieldName": "model"
|
|
4185
3891
|
},
|
|
4186
3892
|
{
|
|
4187
|
-
"name": "
|
|
3893
|
+
"name": "selected",
|
|
4188
3894
|
"type": {
|
|
4189
|
-
"text": "
|
|
3895
|
+
"text": "Component[]"
|
|
4190
3896
|
},
|
|
4191
|
-
"default": "
|
|
4192
|
-
"fieldName": "
|
|
3897
|
+
"default": "[]",
|
|
3898
|
+
"fieldName": "selected"
|
|
4193
3899
|
},
|
|
4194
3900
|
{
|
|
4195
|
-
"name": "
|
|
3901
|
+
"name": "specificProps",
|
|
4196
3902
|
"type": {
|
|
4197
|
-
"text": "
|
|
3903
|
+
"text": "any"
|
|
4198
3904
|
},
|
|
4199
|
-
"
|
|
4200
|
-
"fieldName": "variables"
|
|
3905
|
+
"fieldName": "specificProps"
|
|
4201
3906
|
},
|
|
4202
3907
|
{
|
|
4203
|
-
"name": "
|
|
3908
|
+
"name": "tabName",
|
|
4204
3909
|
"type": {
|
|
4205
|
-
"text": "
|
|
3910
|
+
"text": "string | null"
|
|
4206
3911
|
},
|
|
4207
|
-
"
|
|
3912
|
+
"default": "'specific'",
|
|
3913
|
+
"fieldName": "tabName"
|
|
4208
3914
|
},
|
|
4209
3915
|
{
|
|
4210
|
-
"name": "
|
|
3916
|
+
"name": "collapsed",
|
|
4211
3917
|
"type": {
|
|
4212
|
-
"text": "
|
|
3918
|
+
"text": "boolean"
|
|
4213
3919
|
},
|
|
4214
|
-
"
|
|
3920
|
+
"default": "false",
|
|
3921
|
+
"fieldName": "collapsed"
|
|
4215
3922
|
},
|
|
4216
3923
|
{
|
|
4217
|
-
"name": "
|
|
3924
|
+
"name": "fonts",
|
|
4218
3925
|
"type": {
|
|
4219
|
-
"text": "
|
|
3926
|
+
"text": "any[]"
|
|
4220
3927
|
},
|
|
4221
|
-
"default": "
|
|
4222
|
-
"fieldName": "
|
|
3928
|
+
"default": "[]",
|
|
3929
|
+
"fieldName": "fonts"
|
|
4223
3930
|
},
|
|
4224
3931
|
{
|
|
4225
|
-
"name": "
|
|
3932
|
+
"name": "propertyEditor",
|
|
4226
3933
|
"type": {
|
|
4227
|
-
"text": "
|
|
3934
|
+
"text": "any[]"
|
|
4228
3935
|
},
|
|
4229
3936
|
"default": "[]",
|
|
4230
|
-
"fieldName": "
|
|
3937
|
+
"fieldName": "propertyEditor"
|
|
3938
|
+
}
|
|
3939
|
+
],
|
|
3940
|
+
"mixins": [
|
|
3941
|
+
{
|
|
3942
|
+
"name": "ScopedElementsMixin",
|
|
3943
|
+
"package": "@open-wc/scoped-elements"
|
|
3944
|
+
}
|
|
3945
|
+
],
|
|
3946
|
+
"superclass": {
|
|
3947
|
+
"name": "LitElement",
|
|
3948
|
+
"package": "lit"
|
|
3949
|
+
},
|
|
3950
|
+
"customElement": true
|
|
3951
|
+
}
|
|
3952
|
+
],
|
|
3953
|
+
"exports": [
|
|
3954
|
+
{
|
|
3955
|
+
"kind": "js",
|
|
3956
|
+
"name": "PropertySidebar",
|
|
3957
|
+
"declaration": {
|
|
3958
|
+
"name": "PropertySidebar",
|
|
3959
|
+
"module": "src/modeller/property-sidebar/property-sidebar.ts"
|
|
3960
|
+
}
|
|
3961
|
+
}
|
|
3962
|
+
]
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"kind": "javascript-module",
|
|
3966
|
+
"path": "src/modeller/scene-viewer/confidential-overlay.ts",
|
|
3967
|
+
"declarations": [
|
|
3968
|
+
{
|
|
3969
|
+
"kind": "class",
|
|
3970
|
+
"description": "",
|
|
3971
|
+
"name": "ConfidentialOverlay",
|
|
3972
|
+
"members": [
|
|
3973
|
+
{
|
|
3974
|
+
"kind": "method",
|
|
3975
|
+
"name": "_draw",
|
|
3976
|
+
"parameters": [
|
|
3977
|
+
{
|
|
3978
|
+
"name": "context",
|
|
3979
|
+
"type": {
|
|
3980
|
+
"text": "CanvasRenderingContext2D"
|
|
3981
|
+
}
|
|
3982
|
+
}
|
|
3983
|
+
]
|
|
3984
|
+
}
|
|
3985
|
+
],
|
|
3986
|
+
"superclass": {
|
|
3987
|
+
"name": "SceneLayer",
|
|
3988
|
+
"package": "@hatiolab/things-scene"
|
|
3989
|
+
}
|
|
3990
|
+
}
|
|
3991
|
+
],
|
|
3992
|
+
"exports": [
|
|
3993
|
+
{
|
|
3994
|
+
"kind": "js",
|
|
3995
|
+
"name": "default",
|
|
3996
|
+
"declaration": {
|
|
3997
|
+
"name": "ConfidentialOverlay",
|
|
3998
|
+
"module": "src/modeller/scene-viewer/confidential-overlay.ts"
|
|
3999
|
+
}
|
|
4000
|
+
}
|
|
4001
|
+
]
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"kind": "javascript-module",
|
|
4005
|
+
"path": "src/modeller/scene-viewer/ox-scene-handler.ts",
|
|
4006
|
+
"declarations": [
|
|
4007
|
+
{
|
|
4008
|
+
"kind": "class",
|
|
4009
|
+
"description": "",
|
|
4010
|
+
"name": "OxSceneHandler",
|
|
4011
|
+
"members": [
|
|
4012
|
+
{
|
|
4013
|
+
"kind": "field",
|
|
4014
|
+
"name": "type",
|
|
4015
|
+
"type": {
|
|
4016
|
+
"text": "string"
|
|
4017
|
+
},
|
|
4018
|
+
"attribute": "type"
|
|
4231
4019
|
},
|
|
4232
4020
|
{
|
|
4233
|
-
"
|
|
4021
|
+
"kind": "field",
|
|
4022
|
+
"name": "model",
|
|
4234
4023
|
"type": {
|
|
4235
|
-
"text": "
|
|
4024
|
+
"text": "{\n type: Object\n notify: true\n }"
|
|
4236
4025
|
},
|
|
4237
|
-
"
|
|
4238
|
-
|
|
4026
|
+
"attribute": "model"
|
|
4027
|
+
}
|
|
4028
|
+
],
|
|
4029
|
+
"attributes": [
|
|
4030
|
+
{
|
|
4031
|
+
"name": "type",
|
|
4032
|
+
"type": {
|
|
4033
|
+
"text": "string"
|
|
4034
|
+
},
|
|
4035
|
+
"fieldName": "type"
|
|
4239
4036
|
},
|
|
4240
4037
|
{
|
|
4241
|
-
"name": "
|
|
4038
|
+
"name": "model",
|
|
4039
|
+
"type": {
|
|
4040
|
+
"text": "{\n type: Object\n notify: true\n }"
|
|
4041
|
+
},
|
|
4042
|
+
"fieldName": "model"
|
|
4043
|
+
}
|
|
4044
|
+
],
|
|
4045
|
+
"superclass": {
|
|
4046
|
+
"name": "LitElement",
|
|
4047
|
+
"package": "lit"
|
|
4048
|
+
},
|
|
4049
|
+
"tagName": "ox-scene-handler",
|
|
4050
|
+
"customElement": true
|
|
4051
|
+
}
|
|
4052
|
+
],
|
|
4053
|
+
"exports": [
|
|
4054
|
+
{
|
|
4055
|
+
"kind": "js",
|
|
4056
|
+
"name": "default",
|
|
4057
|
+
"declaration": {
|
|
4058
|
+
"name": "OxSceneHandler",
|
|
4059
|
+
"module": "src/modeller/scene-viewer/ox-scene-handler.ts"
|
|
4060
|
+
}
|
|
4061
|
+
},
|
|
4062
|
+
{
|
|
4063
|
+
"kind": "custom-element-definition",
|
|
4064
|
+
"name": "ox-scene-handler",
|
|
4065
|
+
"declaration": {
|
|
4066
|
+
"name": "OxSceneHandler",
|
|
4067
|
+
"module": "src/modeller/scene-viewer/ox-scene-handler.ts"
|
|
4068
|
+
}
|
|
4069
|
+
}
|
|
4070
|
+
]
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
"kind": "javascript-module",
|
|
4074
|
+
"path": "src/modeller/scene-viewer/ox-scene-layer.ts",
|
|
4075
|
+
"declarations": [
|
|
4076
|
+
{
|
|
4077
|
+
"kind": "class",
|
|
4078
|
+
"description": "",
|
|
4079
|
+
"name": "OxSceneLayer",
|
|
4080
|
+
"members": [
|
|
4081
|
+
{
|
|
4082
|
+
"kind": "field",
|
|
4083
|
+
"name": "type",
|
|
4242
4084
|
"type": {
|
|
4243
|
-
"text": "
|
|
4085
|
+
"text": "String | undefined"
|
|
4244
4086
|
},
|
|
4245
|
-
"
|
|
4246
|
-
"fieldName": "baseUrl"
|
|
4087
|
+
"attribute": "type"
|
|
4247
4088
|
},
|
|
4248
4089
|
{
|
|
4249
|
-
"
|
|
4090
|
+
"kind": "field",
|
|
4091
|
+
"name": "text",
|
|
4250
4092
|
"type": {
|
|
4251
|
-
"text": "
|
|
4093
|
+
"text": "String | undefined"
|
|
4252
4094
|
},
|
|
4253
|
-
"
|
|
4095
|
+
"attribute": "text"
|
|
4254
4096
|
},
|
|
4255
4097
|
{
|
|
4256
|
-
"
|
|
4257
|
-
"
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
"fieldName": "name"
|
|
4262
|
-
},
|
|
4098
|
+
"kind": "method",
|
|
4099
|
+
"name": "getModel"
|
|
4100
|
+
}
|
|
4101
|
+
],
|
|
4102
|
+
"attributes": [
|
|
4263
4103
|
{
|
|
4264
|
-
"name": "
|
|
4104
|
+
"name": "type",
|
|
4265
4105
|
"type": {
|
|
4266
|
-
"text": "
|
|
4106
|
+
"text": "String | undefined"
|
|
4267
4107
|
},
|
|
4268
|
-
"
|
|
4269
|
-
"fieldName": "enableInspector"
|
|
4108
|
+
"fieldName": "type"
|
|
4270
4109
|
},
|
|
4271
4110
|
{
|
|
4272
|
-
"name": "
|
|
4111
|
+
"name": "text",
|
|
4273
4112
|
"type": {
|
|
4274
|
-
"text": "
|
|
4113
|
+
"text": "String | undefined"
|
|
4275
4114
|
},
|
|
4276
|
-
"
|
|
4277
|
-
"fieldName": "showInspector"
|
|
4115
|
+
"fieldName": "text"
|
|
4278
4116
|
}
|
|
4279
4117
|
],
|
|
4280
4118
|
"superclass": {
|
|
4281
4119
|
"name": "LitElement",
|
|
4282
4120
|
"package": "lit"
|
|
4283
4121
|
},
|
|
4284
|
-
"tagName": "ox-scene-
|
|
4122
|
+
"tagName": "ox-scene-layer",
|
|
4285
4123
|
"customElement": true
|
|
4286
4124
|
}
|
|
4287
4125
|
],
|
|
@@ -4290,127 +4128,112 @@
|
|
|
4290
4128
|
"kind": "js",
|
|
4291
4129
|
"name": "default",
|
|
4292
4130
|
"declaration": {
|
|
4293
|
-
"name": "
|
|
4294
|
-
"module": "src/modeller/scene-viewer/ox-scene-
|
|
4131
|
+
"name": "OxSceneLayer",
|
|
4132
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
4295
4133
|
}
|
|
4296
4134
|
},
|
|
4297
4135
|
{
|
|
4298
4136
|
"kind": "custom-element-definition",
|
|
4299
|
-
"name": "ox-scene-
|
|
4137
|
+
"name": "ox-scene-layer",
|
|
4300
4138
|
"declaration": {
|
|
4301
|
-
"name": "
|
|
4302
|
-
"module": "src/modeller/scene-viewer/ox-scene-
|
|
4139
|
+
"name": "OxSceneLayer",
|
|
4140
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
4303
4141
|
}
|
|
4304
4142
|
}
|
|
4305
4143
|
]
|
|
4306
4144
|
},
|
|
4307
4145
|
{
|
|
4308
4146
|
"kind": "javascript-module",
|
|
4309
|
-
"path": "src/modeller/
|
|
4147
|
+
"path": "src/modeller/scene-viewer/ox-scene-property.ts",
|
|
4310
4148
|
"declarations": [
|
|
4311
4149
|
{
|
|
4312
4150
|
"kind": "class",
|
|
4313
4151
|
"description": "",
|
|
4314
|
-
"name": "
|
|
4152
|
+
"name": "OxSceneProperty",
|
|
4315
4153
|
"members": [
|
|
4316
4154
|
{
|
|
4317
|
-
"kind": "
|
|
4318
|
-
"name": "
|
|
4319
|
-
"
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
"text": "Event"
|
|
4324
|
-
}
|
|
4325
|
-
}
|
|
4326
|
-
]
|
|
4155
|
+
"kind": "field",
|
|
4156
|
+
"name": "name",
|
|
4157
|
+
"type": {
|
|
4158
|
+
"text": "string"
|
|
4159
|
+
},
|
|
4160
|
+
"attribute": "name"
|
|
4327
4161
|
},
|
|
4328
4162
|
{
|
|
4329
|
-
"kind": "
|
|
4330
|
-
"name": "
|
|
4331
|
-
"
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
"text": "HTMLElement"
|
|
4336
|
-
}
|
|
4337
|
-
}
|
|
4338
|
-
]
|
|
4163
|
+
"kind": "field",
|
|
4164
|
+
"name": "value",
|
|
4165
|
+
"type": {
|
|
4166
|
+
"text": "string"
|
|
4167
|
+
},
|
|
4168
|
+
"attribute": "value"
|
|
4339
4169
|
},
|
|
4340
4170
|
{
|
|
4341
|
-
"kind": "
|
|
4342
|
-
"name": "
|
|
4343
|
-
"
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
"text": "string"
|
|
4348
|
-
}
|
|
4349
|
-
},
|
|
4350
|
-
{
|
|
4351
|
-
"name": "value",
|
|
4352
|
-
"type": {
|
|
4353
|
-
"text": "any"
|
|
4354
|
-
}
|
|
4355
|
-
}
|
|
4356
|
-
]
|
|
4171
|
+
"kind": "field",
|
|
4172
|
+
"name": "type",
|
|
4173
|
+
"type": {
|
|
4174
|
+
"text": "string"
|
|
4175
|
+
},
|
|
4176
|
+
"attribute": "type"
|
|
4357
4177
|
}
|
|
4358
4178
|
],
|
|
4359
|
-
"
|
|
4179
|
+
"attributes": [
|
|
4360
4180
|
{
|
|
4361
|
-
"name": "
|
|
4181
|
+
"name": "name",
|
|
4362
4182
|
"type": {
|
|
4363
|
-
"text": "
|
|
4364
|
-
}
|
|
4183
|
+
"text": "string"
|
|
4184
|
+
},
|
|
4185
|
+
"fieldName": "name"
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
"name": "value",
|
|
4189
|
+
"type": {
|
|
4190
|
+
"text": "string"
|
|
4191
|
+
},
|
|
4192
|
+
"fieldName": "value"
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
"name": "type",
|
|
4196
|
+
"type": {
|
|
4197
|
+
"text": "string"
|
|
4198
|
+
},
|
|
4199
|
+
"fieldName": "type"
|
|
4365
4200
|
}
|
|
4366
4201
|
],
|
|
4367
4202
|
"superclass": {
|
|
4368
4203
|
"name": "LitElement",
|
|
4369
4204
|
"package": "lit"
|
|
4370
4205
|
},
|
|
4206
|
+
"tagName": "ox-scene-property",
|
|
4371
4207
|
"customElement": true
|
|
4372
4208
|
}
|
|
4373
4209
|
],
|
|
4374
4210
|
"exports": [
|
|
4375
4211
|
{
|
|
4376
4212
|
"kind": "js",
|
|
4377
|
-
"name": "
|
|
4213
|
+
"name": "default",
|
|
4378
4214
|
"declaration": {
|
|
4379
|
-
"name": "
|
|
4380
|
-
"module": "src/modeller/
|
|
4215
|
+
"name": "OxSceneProperty",
|
|
4216
|
+
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
4381
4217
|
}
|
|
4382
|
-
}
|
|
4383
|
-
]
|
|
4384
|
-
},
|
|
4385
|
-
{
|
|
4386
|
-
"kind": "javascript-module",
|
|
4387
|
-
"path": "src/modeller/property-sidebar/property-shared-style.ts",
|
|
4388
|
-
"declarations": [
|
|
4389
|
-
{
|
|
4390
|
-
"kind": "variable",
|
|
4391
|
-
"name": "PropertySharedStyle",
|
|
4392
|
-
"default": "css` fieldset { border: none; margin: 4px; padding: 9px 4px 9px 4px; border-bottom: var(--property-sidebar-fieldset-border); color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-label); } fieldset legend { padding: 5px 0 0 5px; color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-legend); text-transform: capitalize; } select, input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } /* property grid */ .property-grid { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .property-grid > * { width: 100%; box-sizing: border-box; } .property-grid > label { grid-column: span 3; text-align: right; text-transform: capitalize; line-height: 2; } .property-grid > input, .property-grid > table, .property-grid > select, .property-grid > ox-input-angle, .property-grid > ox-buttons-radio, .property-grid > ox-input-color, [custom-editor] { grid-column: span 7; align-self: stretch; } .property-grid > .checkbox-row { grid-column: span 10; } .property-grid > .property-full-label { grid-column: span 3; text-align: right; text-transform: capitalize; } .property-grid > .property-half-label { grid-column: span 1; } .property-grid > .property-full-input { grid-column: span 7; } .property-grid > .property-half-input { grid-column: span 4; } /* checkbox-row */ .checkbox-row { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .checkbox-row > input { grid-column: 4 / 5; } .checkbox-row > label { grid-column: span 6; text-align: left; } /* image resources */ .icon-only-label { grid-column: span 1; background: var(--url-icon-properties-label) no-repeat; float: left; margin: 0; align-self: stretch; } .icon-only-label.color { background-position: 100% -500px; } .icon-only-label.font-size { background-position: 100% -594px; } .icon-only-label.leading { background-position: 100% -696px; } .icon-only-label.hscale { background-position: 100% -296px; } .icon-only-label.vscale { background-position: 100% -396px; } .icon-only-label.linewidth { background-position: 100% -894px; } .icon-only-label.lineHeight { background-position: 100% -995px; } .icon-only-label.letterSpacing { background-position: 100% -1594px; } `"
|
|
4393
|
-
}
|
|
4394
|
-
],
|
|
4395
|
-
"exports": [
|
|
4218
|
+
},
|
|
4396
4219
|
{
|
|
4397
|
-
"kind": "
|
|
4398
|
-
"name": "
|
|
4220
|
+
"kind": "custom-element-definition",
|
|
4221
|
+
"name": "ox-scene-property",
|
|
4399
4222
|
"declaration": {
|
|
4400
|
-
"name": "
|
|
4401
|
-
"module": "src/modeller/
|
|
4223
|
+
"name": "OxSceneProperty",
|
|
4224
|
+
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
4402
4225
|
}
|
|
4403
4226
|
}
|
|
4404
4227
|
]
|
|
4405
4228
|
},
|
|
4406
4229
|
{
|
|
4407
4230
|
"kind": "javascript-module",
|
|
4408
|
-
"path": "src/modeller/
|
|
4231
|
+
"path": "src/modeller/scene-viewer/ox-scene-viewer.ts",
|
|
4409
4232
|
"declarations": [
|
|
4410
4233
|
{
|
|
4411
4234
|
"kind": "class",
|
|
4412
4235
|
"description": "",
|
|
4413
|
-
"name": "
|
|
4236
|
+
"name": "OxSceneViewer",
|
|
4414
4237
|
"members": [
|
|
4415
4238
|
{
|
|
4416
4239
|
"kind": "field",
|
|
@@ -4423,21 +4246,62 @@
|
|
|
4423
4246
|
},
|
|
4424
4247
|
{
|
|
4425
4248
|
"kind": "field",
|
|
4426
|
-
"name": "
|
|
4249
|
+
"name": "model",
|
|
4427
4250
|
"type": {
|
|
4428
|
-
"text": "
|
|
4251
|
+
"text": "Model | undefined"
|
|
4429
4252
|
},
|
|
4430
|
-
"
|
|
4431
|
-
"attribute": "bounds"
|
|
4253
|
+
"attribute": "model"
|
|
4432
4254
|
},
|
|
4433
4255
|
{
|
|
4434
4256
|
"kind": "field",
|
|
4435
|
-
"name": "
|
|
4257
|
+
"name": "mode",
|
|
4436
4258
|
"type": {
|
|
4437
|
-
"text": "
|
|
4259
|
+
"text": "SCENE_MODE"
|
|
4260
|
+
},
|
|
4261
|
+
"attribute": "mode"
|
|
4262
|
+
},
|
|
4263
|
+
{
|
|
4264
|
+
"kind": "field",
|
|
4265
|
+
"name": "screenSize",
|
|
4266
|
+
"type": {
|
|
4267
|
+
"text": "number"
|
|
4268
|
+
},
|
|
4269
|
+
"default": "13.3",
|
|
4270
|
+
"attribute": "screenSize"
|
|
4271
|
+
},
|
|
4272
|
+
{
|
|
4273
|
+
"kind": "field",
|
|
4274
|
+
"name": "variables",
|
|
4275
|
+
"type": {
|
|
4276
|
+
"text": "Properties"
|
|
4438
4277
|
},
|
|
4439
4278
|
"default": "{}",
|
|
4440
|
-
"attribute": "
|
|
4279
|
+
"attribute": "variables"
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"kind": "field",
|
|
4283
|
+
"name": "data",
|
|
4284
|
+
"type": {
|
|
4285
|
+
"text": "any"
|
|
4286
|
+
},
|
|
4287
|
+
"attribute": "data"
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
"kind": "field",
|
|
4291
|
+
"name": "themes",
|
|
4292
|
+
"type": {
|
|
4293
|
+
"text": "any | undefined"
|
|
4294
|
+
},
|
|
4295
|
+
"attribute": "themes"
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"kind": "field",
|
|
4299
|
+
"name": "fit",
|
|
4300
|
+
"type": {
|
|
4301
|
+
"text": "FITMODE"
|
|
4302
|
+
},
|
|
4303
|
+
"default": "'none'",
|
|
4304
|
+
"attribute": "fit"
|
|
4441
4305
|
},
|
|
4442
4306
|
{
|
|
4443
4307
|
"kind": "field",
|
|
@@ -4450,100 +4314,123 @@
|
|
|
4450
4314
|
},
|
|
4451
4315
|
{
|
|
4452
4316
|
"kind": "field",
|
|
4453
|
-
"name": "
|
|
4317
|
+
"name": "disposeWhenDetached",
|
|
4454
4318
|
"type": {
|
|
4455
|
-
"text": "
|
|
4319
|
+
"text": "boolean"
|
|
4456
4320
|
},
|
|
4457
|
-
"
|
|
4321
|
+
"default": "false",
|
|
4322
|
+
"attribute": "disposeWhenDetached"
|
|
4458
4323
|
},
|
|
4459
4324
|
{
|
|
4460
4325
|
"kind": "field",
|
|
4461
|
-
"name": "
|
|
4326
|
+
"name": "baseUrl",
|
|
4462
4327
|
"type": {
|
|
4463
|
-
"text": "string
|
|
4328
|
+
"text": "string"
|
|
4464
4329
|
},
|
|
4465
|
-
"default": "'
|
|
4466
|
-
"attribute": "
|
|
4330
|
+
"default": "''",
|
|
4331
|
+
"attribute": "baseUrl"
|
|
4467
4332
|
},
|
|
4468
4333
|
{
|
|
4469
4334
|
"kind": "field",
|
|
4470
|
-
"name": "
|
|
4335
|
+
"name": "provider",
|
|
4471
4336
|
"type": {
|
|
4472
|
-
"text": "
|
|
4337
|
+
"text": "any"
|
|
4473
4338
|
},
|
|
4474
|
-
"
|
|
4475
|
-
|
|
4339
|
+
"attribute": "provider"
|
|
4340
|
+
},
|
|
4341
|
+
{
|
|
4342
|
+
"kind": "field",
|
|
4343
|
+
"name": "name",
|
|
4344
|
+
"type": {
|
|
4345
|
+
"text": "string"
|
|
4346
|
+
},
|
|
4347
|
+
"default": "'noname'",
|
|
4348
|
+
"attribute": "name"
|
|
4476
4349
|
},
|
|
4477
4350
|
{
|
|
4478
4351
|
"kind": "field",
|
|
4479
|
-
"name": "
|
|
4352
|
+
"name": "enableInspector",
|
|
4480
4353
|
"type": {
|
|
4481
|
-
"text": "
|
|
4354
|
+
"text": "boolean"
|
|
4482
4355
|
},
|
|
4483
|
-
"default": "
|
|
4484
|
-
"attribute": "
|
|
4356
|
+
"default": "true",
|
|
4357
|
+
"attribute": "enableInspector"
|
|
4485
4358
|
},
|
|
4486
4359
|
{
|
|
4487
4360
|
"kind": "field",
|
|
4488
|
-
"name": "
|
|
4361
|
+
"name": "showInspector",
|
|
4489
4362
|
"type": {
|
|
4490
|
-
"text": "
|
|
4363
|
+
"text": "boolean"
|
|
4491
4364
|
},
|
|
4492
|
-
"default": "
|
|
4493
|
-
"attribute": "
|
|
4365
|
+
"default": "false",
|
|
4366
|
+
"attribute": "showInspector"
|
|
4494
4367
|
},
|
|
4495
4368
|
{
|
|
4496
4369
|
"kind": "field",
|
|
4497
|
-
"name": "
|
|
4370
|
+
"name": "lastOffsetWidth",
|
|
4498
4371
|
"type": {
|
|
4499
|
-
"text": "
|
|
4372
|
+
"text": "number | undefined"
|
|
4500
4373
|
},
|
|
4501
|
-
"
|
|
4374
|
+
"privacy": "private"
|
|
4502
4375
|
},
|
|
4503
4376
|
{
|
|
4504
|
-
"kind": "
|
|
4505
|
-
"name": "
|
|
4506
|
-
"
|
|
4507
|
-
|
|
4377
|
+
"kind": "method",
|
|
4378
|
+
"name": "_setScene",
|
|
4379
|
+
"parameters": [
|
|
4380
|
+
{
|
|
4381
|
+
"name": "scene",
|
|
4382
|
+
"type": {
|
|
4383
|
+
"text": "Scene | null"
|
|
4384
|
+
}
|
|
4385
|
+
}
|
|
4386
|
+
]
|
|
4508
4387
|
},
|
|
4509
4388
|
{
|
|
4510
4389
|
"kind": "method",
|
|
4511
|
-
"name": "
|
|
4390
|
+
"name": "_setMode",
|
|
4512
4391
|
"parameters": [
|
|
4513
4392
|
{
|
|
4514
|
-
"name": "
|
|
4393
|
+
"name": "mode",
|
|
4515
4394
|
"type": {
|
|
4516
|
-
"text": "
|
|
4395
|
+
"text": "SCENE_MODE"
|
|
4517
4396
|
}
|
|
4518
4397
|
}
|
|
4519
4398
|
]
|
|
4520
4399
|
},
|
|
4521
4400
|
{
|
|
4522
4401
|
"kind": "method",
|
|
4523
|
-
"name": "
|
|
4402
|
+
"name": "_setVariables",
|
|
4524
4403
|
"parameters": [
|
|
4525
4404
|
{
|
|
4526
|
-
"name": "
|
|
4405
|
+
"name": "variables",
|
|
4527
4406
|
"type": {
|
|
4528
|
-
"text": "
|
|
4407
|
+
"text": "Properties"
|
|
4529
4408
|
}
|
|
4530
4409
|
}
|
|
4531
4410
|
]
|
|
4532
4411
|
},
|
|
4533
4412
|
{
|
|
4534
4413
|
"kind": "method",
|
|
4535
|
-
"name": "
|
|
4414
|
+
"name": "_setSelected",
|
|
4415
|
+
"parameters": [
|
|
4416
|
+
{
|
|
4417
|
+
"name": "selected",
|
|
4418
|
+
"type": {
|
|
4419
|
+
"text": "Component[]"
|
|
4420
|
+
}
|
|
4421
|
+
}
|
|
4422
|
+
]
|
|
4536
4423
|
},
|
|
4537
4424
|
{
|
|
4538
4425
|
"kind": "method",
|
|
4539
|
-
"name": "
|
|
4426
|
+
"name": "_disposeScene"
|
|
4540
4427
|
},
|
|
4541
4428
|
{
|
|
4542
4429
|
"kind": "method",
|
|
4543
|
-
"name": "
|
|
4430
|
+
"name": "resize",
|
|
4544
4431
|
"parameters": [
|
|
4545
4432
|
{
|
|
4546
|
-
"name": "
|
|
4433
|
+
"name": "force",
|
|
4547
4434
|
"type": {
|
|
4548
4435
|
"text": "boolean"
|
|
4549
4436
|
}
|
|
@@ -4552,7 +4439,52 @@
|
|
|
4552
4439
|
},
|
|
4553
4440
|
{
|
|
4554
4441
|
"kind": "method",
|
|
4555
|
-
"name": "
|
|
4442
|
+
"name": "_onModelChanged",
|
|
4443
|
+
"parameters": [
|
|
4444
|
+
{
|
|
4445
|
+
"name": "model",
|
|
4446
|
+
"optional": true,
|
|
4447
|
+
"type": {
|
|
4448
|
+
"text": "Model"
|
|
4449
|
+
}
|
|
4450
|
+
}
|
|
4451
|
+
]
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"kind": "method",
|
|
4455
|
+
"name": "_onDisplayChanged",
|
|
4456
|
+
"parameters": [
|
|
4457
|
+
{
|
|
4458
|
+
"name": "screenSize",
|
|
4459
|
+
"type": {
|
|
4460
|
+
"text": "string | number"
|
|
4461
|
+
}
|
|
4462
|
+
}
|
|
4463
|
+
]
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"kind": "method",
|
|
4467
|
+
"name": "_onModeChanged",
|
|
4468
|
+
"parameters": [
|
|
4469
|
+
{
|
|
4470
|
+
"name": "mode",
|
|
4471
|
+
"type": {
|
|
4472
|
+
"text": "SCENE_MODE"
|
|
4473
|
+
}
|
|
4474
|
+
}
|
|
4475
|
+
]
|
|
4476
|
+
},
|
|
4477
|
+
{
|
|
4478
|
+
"kind": "method",
|
|
4479
|
+
"name": "_onDataChanged",
|
|
4480
|
+
"parameters": [
|
|
4481
|
+
{
|
|
4482
|
+
"name": "data",
|
|
4483
|
+
"type": {
|
|
4484
|
+
"text": "any"
|
|
4485
|
+
}
|
|
4486
|
+
}
|
|
4487
|
+
]
|
|
4556
4488
|
},
|
|
4557
4489
|
{
|
|
4558
4490
|
"kind": "method",
|
|
@@ -4568,29 +4500,55 @@
|
|
|
4568
4500
|
},
|
|
4569
4501
|
{
|
|
4570
4502
|
"kind": "method",
|
|
4571
|
-
"name": "
|
|
4503
|
+
"name": "_onSceneModeChanged",
|
|
4572
4504
|
"parameters": [
|
|
4573
4505
|
{
|
|
4574
|
-
"name": "
|
|
4506
|
+
"name": "after",
|
|
4575
4507
|
"type": {
|
|
4576
|
-
"text": "
|
|
4508
|
+
"text": "SCENE_MODE"
|
|
4577
4509
|
}
|
|
4578
4510
|
}
|
|
4579
4511
|
]
|
|
4580
4512
|
},
|
|
4581
4513
|
{
|
|
4582
4514
|
"kind": "method",
|
|
4583
|
-
"name": "
|
|
4515
|
+
"name": "_onBaseUrlChanged",
|
|
4584
4516
|
"parameters": [
|
|
4585
4517
|
{
|
|
4586
|
-
"name": "
|
|
4518
|
+
"name": "after",
|
|
4587
4519
|
"type": {
|
|
4588
|
-
"text": "
|
|
4520
|
+
"text": "string"
|
|
4589
4521
|
}
|
|
4590
4522
|
}
|
|
4591
4523
|
]
|
|
4592
4524
|
}
|
|
4593
4525
|
],
|
|
4526
|
+
"events": [
|
|
4527
|
+
{
|
|
4528
|
+
"name": "scene-changed",
|
|
4529
|
+
"type": {
|
|
4530
|
+
"text": "CustomEvent"
|
|
4531
|
+
}
|
|
4532
|
+
},
|
|
4533
|
+
{
|
|
4534
|
+
"name": "mode-changed",
|
|
4535
|
+
"type": {
|
|
4536
|
+
"text": "CustomEvent"
|
|
4537
|
+
}
|
|
4538
|
+
},
|
|
4539
|
+
{
|
|
4540
|
+
"name": "variables-changed",
|
|
4541
|
+
"type": {
|
|
4542
|
+
"text": "CustomEvent"
|
|
4543
|
+
}
|
|
4544
|
+
},
|
|
4545
|
+
{
|
|
4546
|
+
"name": "selected-changed",
|
|
4547
|
+
"type": {
|
|
4548
|
+
"text": "CustomEvent"
|
|
4549
|
+
}
|
|
4550
|
+
}
|
|
4551
|
+
],
|
|
4594
4552
|
"attributes": [
|
|
4595
4553
|
{
|
|
4596
4554
|
"name": "scene",
|
|
@@ -4601,20 +4559,56 @@
|
|
|
4601
4559
|
"fieldName": "scene"
|
|
4602
4560
|
},
|
|
4603
4561
|
{
|
|
4604
|
-
"name": "
|
|
4562
|
+
"name": "model",
|
|
4605
4563
|
"type": {
|
|
4606
|
-
"text": "
|
|
4564
|
+
"text": "Model | undefined"
|
|
4607
4565
|
},
|
|
4608
|
-
"
|
|
4609
|
-
"fieldName": "bounds"
|
|
4566
|
+
"fieldName": "model"
|
|
4610
4567
|
},
|
|
4611
4568
|
{
|
|
4612
|
-
"name": "
|
|
4569
|
+
"name": "mode",
|
|
4613
4570
|
"type": {
|
|
4614
|
-
"text": "
|
|
4571
|
+
"text": "SCENE_MODE"
|
|
4572
|
+
},
|
|
4573
|
+
"fieldName": "mode"
|
|
4574
|
+
},
|
|
4575
|
+
{
|
|
4576
|
+
"name": "screenSize",
|
|
4577
|
+
"type": {
|
|
4578
|
+
"text": "number"
|
|
4579
|
+
},
|
|
4580
|
+
"default": "13.3",
|
|
4581
|
+
"fieldName": "screenSize"
|
|
4582
|
+
},
|
|
4583
|
+
{
|
|
4584
|
+
"name": "variables",
|
|
4585
|
+
"type": {
|
|
4586
|
+
"text": "Properties"
|
|
4615
4587
|
},
|
|
4616
4588
|
"default": "{}",
|
|
4617
|
-
"fieldName": "
|
|
4589
|
+
"fieldName": "variables"
|
|
4590
|
+
},
|
|
4591
|
+
{
|
|
4592
|
+
"name": "data",
|
|
4593
|
+
"type": {
|
|
4594
|
+
"text": "any"
|
|
4595
|
+
},
|
|
4596
|
+
"fieldName": "data"
|
|
4597
|
+
},
|
|
4598
|
+
{
|
|
4599
|
+
"name": "themes",
|
|
4600
|
+
"type": {
|
|
4601
|
+
"text": "any | undefined"
|
|
4602
|
+
},
|
|
4603
|
+
"fieldName": "themes"
|
|
4604
|
+
},
|
|
4605
|
+
{
|
|
4606
|
+
"name": "fit",
|
|
4607
|
+
"type": {
|
|
4608
|
+
"text": "FITMODE"
|
|
4609
|
+
},
|
|
4610
|
+
"default": "'none'",
|
|
4611
|
+
"fieldName": "fit"
|
|
4618
4612
|
},
|
|
4619
4613
|
{
|
|
4620
4614
|
"name": "selected",
|
|
@@ -4625,65 +4619,76 @@
|
|
|
4625
4619
|
"fieldName": "selected"
|
|
4626
4620
|
},
|
|
4627
4621
|
{
|
|
4628
|
-
"name": "
|
|
4622
|
+
"name": "disposeWhenDetached",
|
|
4629
4623
|
"type": {
|
|
4630
|
-
"text": "
|
|
4624
|
+
"text": "boolean"
|
|
4631
4625
|
},
|
|
4632
|
-
"
|
|
4626
|
+
"default": "false",
|
|
4627
|
+
"fieldName": "disposeWhenDetached"
|
|
4633
4628
|
},
|
|
4634
4629
|
{
|
|
4635
|
-
"name": "
|
|
4630
|
+
"name": "baseUrl",
|
|
4636
4631
|
"type": {
|
|
4637
|
-
"text": "string
|
|
4632
|
+
"text": "string"
|
|
4638
4633
|
},
|
|
4639
|
-
"default": "'
|
|
4640
|
-
"fieldName": "
|
|
4634
|
+
"default": "''",
|
|
4635
|
+
"fieldName": "baseUrl"
|
|
4641
4636
|
},
|
|
4642
4637
|
{
|
|
4643
|
-
"name": "
|
|
4638
|
+
"name": "provider",
|
|
4644
4639
|
"type": {
|
|
4645
|
-
"text": "
|
|
4640
|
+
"text": "any"
|
|
4646
4641
|
},
|
|
4647
|
-
"
|
|
4648
|
-
"fieldName": "collapsed"
|
|
4642
|
+
"fieldName": "provider"
|
|
4649
4643
|
},
|
|
4650
4644
|
{
|
|
4651
|
-
"name": "
|
|
4645
|
+
"name": "name",
|
|
4652
4646
|
"type": {
|
|
4653
|
-
"text": "
|
|
4647
|
+
"text": "string"
|
|
4654
4648
|
},
|
|
4655
|
-
"default": "
|
|
4656
|
-
"fieldName": "
|
|
4649
|
+
"default": "'noname'",
|
|
4650
|
+
"fieldName": "name"
|
|
4657
4651
|
},
|
|
4658
4652
|
{
|
|
4659
|
-
"name": "
|
|
4653
|
+
"name": "enableInspector",
|
|
4660
4654
|
"type": {
|
|
4661
|
-
"text": "
|
|
4655
|
+
"text": "boolean"
|
|
4662
4656
|
},
|
|
4663
|
-
"default": "
|
|
4664
|
-
"fieldName": "
|
|
4665
|
-
}
|
|
4666
|
-
],
|
|
4667
|
-
"mixins": [
|
|
4657
|
+
"default": "true",
|
|
4658
|
+
"fieldName": "enableInspector"
|
|
4659
|
+
},
|
|
4668
4660
|
{
|
|
4669
|
-
"name": "
|
|
4670
|
-
"
|
|
4661
|
+
"name": "showInspector",
|
|
4662
|
+
"type": {
|
|
4663
|
+
"text": "boolean"
|
|
4664
|
+
},
|
|
4665
|
+
"default": "false",
|
|
4666
|
+
"fieldName": "showInspector"
|
|
4671
4667
|
}
|
|
4672
4668
|
],
|
|
4673
4669
|
"superclass": {
|
|
4674
4670
|
"name": "LitElement",
|
|
4675
4671
|
"package": "lit"
|
|
4676
4672
|
},
|
|
4673
|
+
"tagName": "ox-scene-viewer",
|
|
4677
4674
|
"customElement": true
|
|
4678
4675
|
}
|
|
4679
4676
|
],
|
|
4680
4677
|
"exports": [
|
|
4681
4678
|
{
|
|
4682
|
-
"kind": "js",
|
|
4683
|
-
"name": "
|
|
4679
|
+
"kind": "js",
|
|
4680
|
+
"name": "default",
|
|
4681
|
+
"declaration": {
|
|
4682
|
+
"name": "OxSceneViewer",
|
|
4683
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4684
|
+
}
|
|
4685
|
+
},
|
|
4686
|
+
{
|
|
4687
|
+
"kind": "custom-element-definition",
|
|
4688
|
+
"name": "ox-scene-viewer",
|
|
4684
4689
|
"declaration": {
|
|
4685
|
-
"name": "
|
|
4686
|
-
"module": "src/modeller/
|
|
4690
|
+
"name": "OxSceneViewer",
|
|
4691
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4687
4692
|
}
|
|
4688
4693
|
}
|
|
4689
4694
|
]
|
|
@@ -5997,19 +6002,262 @@
|
|
|
5997
6002
|
}
|
|
5998
6003
|
],
|
|
5999
6004
|
"superclass": {
|
|
6000
|
-
"name": "LitElement",
|
|
6001
|
-
"package": "lit"
|
|
6002
|
-
},
|
|
6003
|
-
"customElement": true
|
|
6005
|
+
"name": "LitElement",
|
|
6006
|
+
"package": "lit"
|
|
6007
|
+
},
|
|
6008
|
+
"customElement": true
|
|
6009
|
+
}
|
|
6010
|
+
],
|
|
6011
|
+
"exports": [
|
|
6012
|
+
{
|
|
6013
|
+
"kind": "js",
|
|
6014
|
+
"name": "SceneInspector",
|
|
6015
|
+
"declaration": {
|
|
6016
|
+
"name": "SceneInspector",
|
|
6017
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6018
|
+
}
|
|
6019
|
+
}
|
|
6020
|
+
]
|
|
6021
|
+
},
|
|
6022
|
+
{
|
|
6023
|
+
"kind": "javascript-module",
|
|
6024
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6025
|
+
"declarations": [
|
|
6026
|
+
{
|
|
6027
|
+
"kind": "variable",
|
|
6028
|
+
"name": "BoxPaddingEditorStyles",
|
|
6029
|
+
"default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
|
|
6030
|
+
}
|
|
6031
|
+
],
|
|
6032
|
+
"exports": [
|
|
6033
|
+
{
|
|
6034
|
+
"kind": "js",
|
|
6035
|
+
"name": "BoxPaddingEditorStyles",
|
|
6036
|
+
"declaration": {
|
|
6037
|
+
"name": "BoxPaddingEditorStyles",
|
|
6038
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6039
|
+
}
|
|
6040
|
+
}
|
|
6041
|
+
]
|
|
6042
|
+
},
|
|
6043
|
+
{
|
|
6044
|
+
"kind": "javascript-module",
|
|
6045
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6046
|
+
"declarations": [
|
|
6047
|
+
{
|
|
6048
|
+
"kind": "class",
|
|
6049
|
+
"description": "",
|
|
6050
|
+
"name": "PropertyShapes",
|
|
6051
|
+
"members": [
|
|
6052
|
+
{
|
|
6053
|
+
"kind": "field",
|
|
6054
|
+
"name": "value",
|
|
6055
|
+
"type": {
|
|
6056
|
+
"text": "Properties | undefined"
|
|
6057
|
+
},
|
|
6058
|
+
"attribute": "value"
|
|
6059
|
+
},
|
|
6060
|
+
{
|
|
6061
|
+
"kind": "field",
|
|
6062
|
+
"name": "bounds",
|
|
6063
|
+
"type": {
|
|
6064
|
+
"text": "BOUNDS | null"
|
|
6065
|
+
},
|
|
6066
|
+
"default": "null",
|
|
6067
|
+
"attribute": "bounds"
|
|
6068
|
+
},
|
|
6069
|
+
{
|
|
6070
|
+
"kind": "field",
|
|
6071
|
+
"name": "selected",
|
|
6072
|
+
"type": {
|
|
6073
|
+
"text": "Component[]"
|
|
6074
|
+
},
|
|
6075
|
+
"default": "[]",
|
|
6076
|
+
"attribute": "selected"
|
|
6077
|
+
},
|
|
6078
|
+
{
|
|
6079
|
+
"kind": "method",
|
|
6080
|
+
"name": "_onValueChange",
|
|
6081
|
+
"parameters": [
|
|
6082
|
+
{
|
|
6083
|
+
"name": "e",
|
|
6084
|
+
"type": {
|
|
6085
|
+
"text": "Event"
|
|
6086
|
+
}
|
|
6087
|
+
}
|
|
6088
|
+
],
|
|
6089
|
+
"inheritedFrom": {
|
|
6090
|
+
"name": "AbstractProperty",
|
|
6091
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6092
|
+
}
|
|
6093
|
+
},
|
|
6094
|
+
{
|
|
6095
|
+
"kind": "method",
|
|
6096
|
+
"name": "_hasTextProperty",
|
|
6097
|
+
"parameters": [
|
|
6098
|
+
{
|
|
6099
|
+
"name": "selected",
|
|
6100
|
+
"type": {
|
|
6101
|
+
"text": "Component[]"
|
|
6102
|
+
}
|
|
6103
|
+
}
|
|
6104
|
+
]
|
|
6105
|
+
},
|
|
6106
|
+
{
|
|
6107
|
+
"kind": "method",
|
|
6108
|
+
"name": "_hasProperties",
|
|
6109
|
+
"parameters": [
|
|
6110
|
+
{
|
|
6111
|
+
"name": "selected",
|
|
6112
|
+
"type": {
|
|
6113
|
+
"text": "Component[]"
|
|
6114
|
+
}
|
|
6115
|
+
}
|
|
6116
|
+
]
|
|
6117
|
+
},
|
|
6118
|
+
{
|
|
6119
|
+
"kind": "method",
|
|
6120
|
+
"name": "_isIdentifiable",
|
|
6121
|
+
"parameters": [
|
|
6122
|
+
{
|
|
6123
|
+
"name": "selected",
|
|
6124
|
+
"type": {
|
|
6125
|
+
"text": "Component[]"
|
|
6126
|
+
}
|
|
6127
|
+
}
|
|
6128
|
+
]
|
|
6129
|
+
},
|
|
6130
|
+
{
|
|
6131
|
+
"kind": "method",
|
|
6132
|
+
"name": "_isClassIdentifiable",
|
|
6133
|
+
"parameters": [
|
|
6134
|
+
{
|
|
6135
|
+
"name": "selected",
|
|
6136
|
+
"type": {
|
|
6137
|
+
"text": "Component[]"
|
|
6138
|
+
}
|
|
6139
|
+
}
|
|
6140
|
+
]
|
|
6141
|
+
},
|
|
6142
|
+
{
|
|
6143
|
+
"kind": "method",
|
|
6144
|
+
"name": "_isLine",
|
|
6145
|
+
"parameters": [
|
|
6146
|
+
{
|
|
6147
|
+
"name": "selected",
|
|
6148
|
+
"type": {
|
|
6149
|
+
"text": "Component[]"
|
|
6150
|
+
}
|
|
6151
|
+
}
|
|
6152
|
+
]
|
|
6153
|
+
},
|
|
6154
|
+
{
|
|
6155
|
+
"kind": "method",
|
|
6156
|
+
"name": "_is3dish",
|
|
6157
|
+
"parameters": [
|
|
6158
|
+
{
|
|
6159
|
+
"name": "selected",
|
|
6160
|
+
"type": {
|
|
6161
|
+
"text": "Component[]"
|
|
6162
|
+
}
|
|
6163
|
+
}
|
|
6164
|
+
]
|
|
6165
|
+
},
|
|
6166
|
+
{
|
|
6167
|
+
"kind": "method",
|
|
6168
|
+
"name": "_getValueFromEventTarget",
|
|
6169
|
+
"parameters": [
|
|
6170
|
+
{
|
|
6171
|
+
"name": "element",
|
|
6172
|
+
"type": {
|
|
6173
|
+
"text": "HTMLElement"
|
|
6174
|
+
}
|
|
6175
|
+
}
|
|
6176
|
+
],
|
|
6177
|
+
"inheritedFrom": {
|
|
6178
|
+
"name": "AbstractProperty",
|
|
6179
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6180
|
+
}
|
|
6181
|
+
},
|
|
6182
|
+
{
|
|
6183
|
+
"kind": "method",
|
|
6184
|
+
"name": "_onAfterValueChange",
|
|
6185
|
+
"parameters": [
|
|
6186
|
+
{
|
|
6187
|
+
"name": "key",
|
|
6188
|
+
"type": {
|
|
6189
|
+
"text": "string"
|
|
6190
|
+
}
|
|
6191
|
+
},
|
|
6192
|
+
{
|
|
6193
|
+
"name": "value",
|
|
6194
|
+
"type": {
|
|
6195
|
+
"text": "any"
|
|
6196
|
+
}
|
|
6197
|
+
}
|
|
6198
|
+
],
|
|
6199
|
+
"inheritedFrom": {
|
|
6200
|
+
"name": "AbstractProperty",
|
|
6201
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6202
|
+
}
|
|
6203
|
+
}
|
|
6204
|
+
],
|
|
6205
|
+
"events": [
|
|
6206
|
+
{
|
|
6207
|
+
"name": "bounds-change",
|
|
6208
|
+
"type": {
|
|
6209
|
+
"text": "CustomEvent"
|
|
6210
|
+
}
|
|
6211
|
+
},
|
|
6212
|
+
{
|
|
6213
|
+
"name": "property-change",
|
|
6214
|
+
"type": {
|
|
6215
|
+
"text": "CustomEvent"
|
|
6216
|
+
},
|
|
6217
|
+
"inheritedFrom": {
|
|
6218
|
+
"name": "AbstractProperty",
|
|
6219
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6220
|
+
}
|
|
6221
|
+
}
|
|
6222
|
+
],
|
|
6223
|
+
"attributes": [
|
|
6224
|
+
{
|
|
6225
|
+
"name": "value",
|
|
6226
|
+
"type": {
|
|
6227
|
+
"text": "Properties | undefined"
|
|
6228
|
+
},
|
|
6229
|
+
"fieldName": "value"
|
|
6230
|
+
},
|
|
6231
|
+
{
|
|
6232
|
+
"name": "bounds",
|
|
6233
|
+
"type": {
|
|
6234
|
+
"text": "BOUNDS | null"
|
|
6235
|
+
},
|
|
6236
|
+
"default": "null",
|
|
6237
|
+
"fieldName": "bounds"
|
|
6238
|
+
},
|
|
6239
|
+
{
|
|
6240
|
+
"name": "selected",
|
|
6241
|
+
"type": {
|
|
6242
|
+
"text": "Component[]"
|
|
6243
|
+
},
|
|
6244
|
+
"default": "[]",
|
|
6245
|
+
"fieldName": "selected"
|
|
6246
|
+
}
|
|
6247
|
+
],
|
|
6248
|
+
"superclass": {
|
|
6249
|
+
"name": "AbstractProperty",
|
|
6250
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6251
|
+
}
|
|
6004
6252
|
}
|
|
6005
6253
|
],
|
|
6006
6254
|
"exports": [
|
|
6007
6255
|
{
|
|
6008
6256
|
"kind": "js",
|
|
6009
|
-
"name": "
|
|
6257
|
+
"name": "PropertyShapes",
|
|
6010
6258
|
"declaration": {
|
|
6011
|
-
"name": "
|
|
6012
|
-
"module": "src/modeller/property-sidebar/
|
|
6259
|
+
"name": "PropertyShapes",
|
|
6260
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6013
6261
|
}
|
|
6014
6262
|
}
|
|
6015
6263
|
]
|
|
@@ -6361,249 +6609,6 @@
|
|
|
6361
6609
|
}
|
|
6362
6610
|
]
|
|
6363
6611
|
},
|
|
6364
|
-
{
|
|
6365
|
-
"kind": "javascript-module",
|
|
6366
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6367
|
-
"declarations": [
|
|
6368
|
-
{
|
|
6369
|
-
"kind": "variable",
|
|
6370
|
-
"name": "BoxPaddingEditorStyles",
|
|
6371
|
-
"default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
|
|
6372
|
-
}
|
|
6373
|
-
],
|
|
6374
|
-
"exports": [
|
|
6375
|
-
{
|
|
6376
|
-
"kind": "js",
|
|
6377
|
-
"name": "BoxPaddingEditorStyles",
|
|
6378
|
-
"declaration": {
|
|
6379
|
-
"name": "BoxPaddingEditorStyles",
|
|
6380
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6381
|
-
}
|
|
6382
|
-
}
|
|
6383
|
-
]
|
|
6384
|
-
},
|
|
6385
|
-
{
|
|
6386
|
-
"kind": "javascript-module",
|
|
6387
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6388
|
-
"declarations": [
|
|
6389
|
-
{
|
|
6390
|
-
"kind": "class",
|
|
6391
|
-
"description": "",
|
|
6392
|
-
"name": "PropertyShapes",
|
|
6393
|
-
"members": [
|
|
6394
|
-
{
|
|
6395
|
-
"kind": "field",
|
|
6396
|
-
"name": "value",
|
|
6397
|
-
"type": {
|
|
6398
|
-
"text": "Properties | undefined"
|
|
6399
|
-
},
|
|
6400
|
-
"attribute": "value"
|
|
6401
|
-
},
|
|
6402
|
-
{
|
|
6403
|
-
"kind": "field",
|
|
6404
|
-
"name": "bounds",
|
|
6405
|
-
"type": {
|
|
6406
|
-
"text": "BOUNDS | null"
|
|
6407
|
-
},
|
|
6408
|
-
"default": "null",
|
|
6409
|
-
"attribute": "bounds"
|
|
6410
|
-
},
|
|
6411
|
-
{
|
|
6412
|
-
"kind": "field",
|
|
6413
|
-
"name": "selected",
|
|
6414
|
-
"type": {
|
|
6415
|
-
"text": "Component[]"
|
|
6416
|
-
},
|
|
6417
|
-
"default": "[]",
|
|
6418
|
-
"attribute": "selected"
|
|
6419
|
-
},
|
|
6420
|
-
{
|
|
6421
|
-
"kind": "method",
|
|
6422
|
-
"name": "_onValueChange",
|
|
6423
|
-
"parameters": [
|
|
6424
|
-
{
|
|
6425
|
-
"name": "e",
|
|
6426
|
-
"type": {
|
|
6427
|
-
"text": "Event"
|
|
6428
|
-
}
|
|
6429
|
-
}
|
|
6430
|
-
],
|
|
6431
|
-
"inheritedFrom": {
|
|
6432
|
-
"name": "AbstractProperty",
|
|
6433
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6434
|
-
}
|
|
6435
|
-
},
|
|
6436
|
-
{
|
|
6437
|
-
"kind": "method",
|
|
6438
|
-
"name": "_hasTextProperty",
|
|
6439
|
-
"parameters": [
|
|
6440
|
-
{
|
|
6441
|
-
"name": "selected",
|
|
6442
|
-
"type": {
|
|
6443
|
-
"text": "Component[]"
|
|
6444
|
-
}
|
|
6445
|
-
}
|
|
6446
|
-
]
|
|
6447
|
-
},
|
|
6448
|
-
{
|
|
6449
|
-
"kind": "method",
|
|
6450
|
-
"name": "_hasProperties",
|
|
6451
|
-
"parameters": [
|
|
6452
|
-
{
|
|
6453
|
-
"name": "selected",
|
|
6454
|
-
"type": {
|
|
6455
|
-
"text": "Component[]"
|
|
6456
|
-
}
|
|
6457
|
-
}
|
|
6458
|
-
]
|
|
6459
|
-
},
|
|
6460
|
-
{
|
|
6461
|
-
"kind": "method",
|
|
6462
|
-
"name": "_isIdentifiable",
|
|
6463
|
-
"parameters": [
|
|
6464
|
-
{
|
|
6465
|
-
"name": "selected",
|
|
6466
|
-
"type": {
|
|
6467
|
-
"text": "Component[]"
|
|
6468
|
-
}
|
|
6469
|
-
}
|
|
6470
|
-
]
|
|
6471
|
-
},
|
|
6472
|
-
{
|
|
6473
|
-
"kind": "method",
|
|
6474
|
-
"name": "_isClassIdentifiable",
|
|
6475
|
-
"parameters": [
|
|
6476
|
-
{
|
|
6477
|
-
"name": "selected",
|
|
6478
|
-
"type": {
|
|
6479
|
-
"text": "Component[]"
|
|
6480
|
-
}
|
|
6481
|
-
}
|
|
6482
|
-
]
|
|
6483
|
-
},
|
|
6484
|
-
{
|
|
6485
|
-
"kind": "method",
|
|
6486
|
-
"name": "_isLine",
|
|
6487
|
-
"parameters": [
|
|
6488
|
-
{
|
|
6489
|
-
"name": "selected",
|
|
6490
|
-
"type": {
|
|
6491
|
-
"text": "Component[]"
|
|
6492
|
-
}
|
|
6493
|
-
}
|
|
6494
|
-
]
|
|
6495
|
-
},
|
|
6496
|
-
{
|
|
6497
|
-
"kind": "method",
|
|
6498
|
-
"name": "_is3dish",
|
|
6499
|
-
"parameters": [
|
|
6500
|
-
{
|
|
6501
|
-
"name": "selected",
|
|
6502
|
-
"type": {
|
|
6503
|
-
"text": "Component[]"
|
|
6504
|
-
}
|
|
6505
|
-
}
|
|
6506
|
-
]
|
|
6507
|
-
},
|
|
6508
|
-
{
|
|
6509
|
-
"kind": "method",
|
|
6510
|
-
"name": "_getValueFromEventTarget",
|
|
6511
|
-
"parameters": [
|
|
6512
|
-
{
|
|
6513
|
-
"name": "element",
|
|
6514
|
-
"type": {
|
|
6515
|
-
"text": "HTMLElement"
|
|
6516
|
-
}
|
|
6517
|
-
}
|
|
6518
|
-
],
|
|
6519
|
-
"inheritedFrom": {
|
|
6520
|
-
"name": "AbstractProperty",
|
|
6521
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6522
|
-
}
|
|
6523
|
-
},
|
|
6524
|
-
{
|
|
6525
|
-
"kind": "method",
|
|
6526
|
-
"name": "_onAfterValueChange",
|
|
6527
|
-
"parameters": [
|
|
6528
|
-
{
|
|
6529
|
-
"name": "key",
|
|
6530
|
-
"type": {
|
|
6531
|
-
"text": "string"
|
|
6532
|
-
}
|
|
6533
|
-
},
|
|
6534
|
-
{
|
|
6535
|
-
"name": "value",
|
|
6536
|
-
"type": {
|
|
6537
|
-
"text": "any"
|
|
6538
|
-
}
|
|
6539
|
-
}
|
|
6540
|
-
],
|
|
6541
|
-
"inheritedFrom": {
|
|
6542
|
-
"name": "AbstractProperty",
|
|
6543
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6544
|
-
}
|
|
6545
|
-
}
|
|
6546
|
-
],
|
|
6547
|
-
"events": [
|
|
6548
|
-
{
|
|
6549
|
-
"name": "bounds-change",
|
|
6550
|
-
"type": {
|
|
6551
|
-
"text": "CustomEvent"
|
|
6552
|
-
}
|
|
6553
|
-
},
|
|
6554
|
-
{
|
|
6555
|
-
"name": "property-change",
|
|
6556
|
-
"type": {
|
|
6557
|
-
"text": "CustomEvent"
|
|
6558
|
-
},
|
|
6559
|
-
"inheritedFrom": {
|
|
6560
|
-
"name": "AbstractProperty",
|
|
6561
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6562
|
-
}
|
|
6563
|
-
}
|
|
6564
|
-
],
|
|
6565
|
-
"attributes": [
|
|
6566
|
-
{
|
|
6567
|
-
"name": "value",
|
|
6568
|
-
"type": {
|
|
6569
|
-
"text": "Properties | undefined"
|
|
6570
|
-
},
|
|
6571
|
-
"fieldName": "value"
|
|
6572
|
-
},
|
|
6573
|
-
{
|
|
6574
|
-
"name": "bounds",
|
|
6575
|
-
"type": {
|
|
6576
|
-
"text": "BOUNDS | null"
|
|
6577
|
-
},
|
|
6578
|
-
"default": "null",
|
|
6579
|
-
"fieldName": "bounds"
|
|
6580
|
-
},
|
|
6581
|
-
{
|
|
6582
|
-
"name": "selected",
|
|
6583
|
-
"type": {
|
|
6584
|
-
"text": "Component[]"
|
|
6585
|
-
},
|
|
6586
|
-
"default": "[]",
|
|
6587
|
-
"fieldName": "selected"
|
|
6588
|
-
}
|
|
6589
|
-
],
|
|
6590
|
-
"superclass": {
|
|
6591
|
-
"name": "AbstractProperty",
|
|
6592
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6593
|
-
}
|
|
6594
|
-
}
|
|
6595
|
-
],
|
|
6596
|
-
"exports": [
|
|
6597
|
-
{
|
|
6598
|
-
"kind": "js",
|
|
6599
|
-
"name": "PropertyShapes",
|
|
6600
|
-
"declaration": {
|
|
6601
|
-
"name": "PropertyShapes",
|
|
6602
|
-
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6603
|
-
}
|
|
6604
|
-
}
|
|
6605
|
-
]
|
|
6606
|
-
},
|
|
6607
6612
|
{
|
|
6608
6613
|
"kind": "javascript-module",
|
|
6609
6614
|
"path": "src/modeller/property-sidebar/styles/styles.ts",
|