@fmsim/board 1.0.27 → 1.0.28
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 +819 -819
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -3574,474 +3574,244 @@
|
|
|
3574
3574
|
},
|
|
3575
3575
|
{
|
|
3576
3576
|
"kind": "javascript-module",
|
|
3577
|
-
"path": "src/modeller/
|
|
3577
|
+
"path": "src/modeller/property-sidebar/abstract-property.ts",
|
|
3578
3578
|
"declarations": [
|
|
3579
3579
|
{
|
|
3580
3580
|
"kind": "class",
|
|
3581
3581
|
"description": "",
|
|
3582
|
-
"name": "
|
|
3582
|
+
"name": "AbstractProperty",
|
|
3583
3583
|
"members": [
|
|
3584
3584
|
{
|
|
3585
3585
|
"kind": "method",
|
|
3586
|
-
"name": "
|
|
3586
|
+
"name": "_onValueChange",
|
|
3587
3587
|
"parameters": [
|
|
3588
3588
|
{
|
|
3589
|
-
"name": "
|
|
3589
|
+
"name": "e",
|
|
3590
3590
|
"type": {
|
|
3591
|
-
"text": "
|
|
3591
|
+
"text": "Event"
|
|
3592
3592
|
}
|
|
3593
3593
|
}
|
|
3594
3594
|
]
|
|
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": [
|
|
3595
|
+
},
|
|
3623
3596
|
{
|
|
3624
|
-
"kind": "
|
|
3625
|
-
"name": "
|
|
3626
|
-
"
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3597
|
+
"kind": "method",
|
|
3598
|
+
"name": "_getValueFromEventTarget",
|
|
3599
|
+
"parameters": [
|
|
3600
|
+
{
|
|
3601
|
+
"name": "element",
|
|
3602
|
+
"type": {
|
|
3603
|
+
"text": "HTMLElement"
|
|
3604
|
+
}
|
|
3605
|
+
}
|
|
3606
|
+
]
|
|
3630
3607
|
},
|
|
3631
3608
|
{
|
|
3632
|
-
"kind": "
|
|
3633
|
-
"name": "
|
|
3634
|
-
"
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3609
|
+
"kind": "method",
|
|
3610
|
+
"name": "_onAfterValueChange",
|
|
3611
|
+
"parameters": [
|
|
3612
|
+
{
|
|
3613
|
+
"name": "key",
|
|
3614
|
+
"type": {
|
|
3615
|
+
"text": "string"
|
|
3616
|
+
}
|
|
3617
|
+
},
|
|
3618
|
+
{
|
|
3619
|
+
"name": "value",
|
|
3620
|
+
"type": {
|
|
3621
|
+
"text": "any"
|
|
3622
|
+
}
|
|
3623
|
+
}
|
|
3624
|
+
]
|
|
3638
3625
|
}
|
|
3639
3626
|
],
|
|
3640
|
-
"
|
|
3641
|
-
{
|
|
3642
|
-
"name": "type",
|
|
3643
|
-
"type": {
|
|
3644
|
-
"text": "string"
|
|
3645
|
-
},
|
|
3646
|
-
"fieldName": "type"
|
|
3647
|
-
},
|
|
3627
|
+
"events": [
|
|
3648
3628
|
{
|
|
3649
|
-
"name": "
|
|
3629
|
+
"name": "property-change",
|
|
3650
3630
|
"type": {
|
|
3651
|
-
"text": "
|
|
3652
|
-
}
|
|
3653
|
-
"fieldName": "model"
|
|
3631
|
+
"text": "CustomEvent"
|
|
3632
|
+
}
|
|
3654
3633
|
}
|
|
3655
3634
|
],
|
|
3656
3635
|
"superclass": {
|
|
3657
3636
|
"name": "LitElement",
|
|
3658
3637
|
"package": "lit"
|
|
3659
3638
|
},
|
|
3660
|
-
"tagName": "ox-scene-handler",
|
|
3661
3639
|
"customElement": true
|
|
3662
3640
|
}
|
|
3663
3641
|
],
|
|
3664
3642
|
"exports": [
|
|
3665
3643
|
{
|
|
3666
3644
|
"kind": "js",
|
|
3667
|
-
"name": "
|
|
3645
|
+
"name": "AbstractProperty",
|
|
3668
3646
|
"declaration": {
|
|
3669
|
-
"name": "
|
|
3670
|
-
"module": "src/modeller/
|
|
3647
|
+
"name": "AbstractProperty",
|
|
3648
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
3671
3649
|
}
|
|
3672
|
-
}
|
|
3650
|
+
}
|
|
3651
|
+
]
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"kind": "javascript-module",
|
|
3655
|
+
"path": "src/modeller/property-sidebar/property-shared-style.ts",
|
|
3656
|
+
"declarations": [
|
|
3673
3657
|
{
|
|
3674
|
-
"kind": "
|
|
3675
|
-
"name": "
|
|
3658
|
+
"kind": "variable",
|
|
3659
|
+
"name": "PropertySharedStyle",
|
|
3660
|
+
"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; } `"
|
|
3661
|
+
}
|
|
3662
|
+
],
|
|
3663
|
+
"exports": [
|
|
3664
|
+
{
|
|
3665
|
+
"kind": "js",
|
|
3666
|
+
"name": "PropertySharedStyle",
|
|
3676
3667
|
"declaration": {
|
|
3677
|
-
"name": "
|
|
3678
|
-
"module": "src/modeller/
|
|
3668
|
+
"name": "PropertySharedStyle",
|
|
3669
|
+
"module": "src/modeller/property-sidebar/property-shared-style.ts"
|
|
3679
3670
|
}
|
|
3680
3671
|
}
|
|
3681
3672
|
]
|
|
3682
3673
|
},
|
|
3683
3674
|
{
|
|
3684
3675
|
"kind": "javascript-module",
|
|
3685
|
-
"path": "src/modeller/
|
|
3676
|
+
"path": "src/modeller/property-sidebar/property-sidebar.ts",
|
|
3686
3677
|
"declarations": [
|
|
3687
3678
|
{
|
|
3688
3679
|
"kind": "class",
|
|
3689
3680
|
"description": "",
|
|
3690
|
-
"name": "
|
|
3681
|
+
"name": "PropertySidebar",
|
|
3691
3682
|
"members": [
|
|
3692
3683
|
{
|
|
3693
3684
|
"kind": "field",
|
|
3694
|
-
"name": "
|
|
3685
|
+
"name": "scene",
|
|
3695
3686
|
"type": {
|
|
3696
|
-
"text": "
|
|
3687
|
+
"text": "Scene | null"
|
|
3697
3688
|
},
|
|
3698
|
-
"
|
|
3689
|
+
"default": "null",
|
|
3690
|
+
"attribute": "scene"
|
|
3699
3691
|
},
|
|
3700
3692
|
{
|
|
3701
3693
|
"kind": "field",
|
|
3702
|
-
"name": "
|
|
3694
|
+
"name": "bounds",
|
|
3703
3695
|
"type": {
|
|
3704
|
-
"text": "
|
|
3696
|
+
"text": "any"
|
|
3705
3697
|
},
|
|
3706
|
-
"
|
|
3698
|
+
"default": "{}",
|
|
3699
|
+
"attribute": "bounds"
|
|
3707
3700
|
},
|
|
3708
3701
|
{
|
|
3709
|
-
"kind": "
|
|
3710
|
-
"name": "
|
|
3711
|
-
}
|
|
3712
|
-
],
|
|
3713
|
-
"attributes": [
|
|
3714
|
-
{
|
|
3715
|
-
"name": "type",
|
|
3702
|
+
"kind": "field",
|
|
3703
|
+
"name": "model",
|
|
3716
3704
|
"type": {
|
|
3717
|
-
"text": "
|
|
3705
|
+
"text": "Model | null"
|
|
3718
3706
|
},
|
|
3719
|
-
"
|
|
3707
|
+
"default": "{}",
|
|
3708
|
+
"attribute": "model"
|
|
3720
3709
|
},
|
|
3721
3710
|
{
|
|
3722
|
-
"
|
|
3711
|
+
"kind": "field",
|
|
3712
|
+
"name": "selected",
|
|
3723
3713
|
"type": {
|
|
3724
|
-
"text": "
|
|
3714
|
+
"text": "Component[]"
|
|
3725
3715
|
},
|
|
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": [
|
|
3716
|
+
"default": "[]",
|
|
3717
|
+
"attribute": "selected"
|
|
3718
|
+
},
|
|
3765
3719
|
{
|
|
3766
3720
|
"kind": "field",
|
|
3767
|
-
"name": "
|
|
3721
|
+
"name": "specificProps",
|
|
3768
3722
|
"type": {
|
|
3769
|
-
"text": "
|
|
3723
|
+
"text": "any"
|
|
3770
3724
|
},
|
|
3771
|
-
"attribute": "
|
|
3725
|
+
"attribute": "specificProps"
|
|
3772
3726
|
},
|
|
3773
3727
|
{
|
|
3774
3728
|
"kind": "field",
|
|
3775
|
-
"name": "
|
|
3729
|
+
"name": "tabName",
|
|
3776
3730
|
"type": {
|
|
3777
|
-
"text": "string"
|
|
3731
|
+
"text": "string | null"
|
|
3778
3732
|
},
|
|
3779
|
-
"
|
|
3733
|
+
"default": "'specific'",
|
|
3734
|
+
"attribute": "tabName"
|
|
3780
3735
|
},
|
|
3781
3736
|
{
|
|
3782
3737
|
"kind": "field",
|
|
3783
|
-
"name": "
|
|
3738
|
+
"name": "collapsed",
|
|
3784
3739
|
"type": {
|
|
3785
|
-
"text": "
|
|
3740
|
+
"text": "boolean"
|
|
3786
3741
|
},
|
|
3787
|
-
"
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
"attributes": [
|
|
3742
|
+
"default": "false",
|
|
3743
|
+
"attribute": "collapsed"
|
|
3744
|
+
},
|
|
3791
3745
|
{
|
|
3792
|
-
"
|
|
3746
|
+
"kind": "field",
|
|
3747
|
+
"name": "fonts",
|
|
3793
3748
|
"type": {
|
|
3794
|
-
"text": "
|
|
3749
|
+
"text": "any[]"
|
|
3795
3750
|
},
|
|
3796
|
-
"
|
|
3751
|
+
"default": "[]",
|
|
3752
|
+
"attribute": "fonts"
|
|
3797
3753
|
},
|
|
3798
3754
|
{
|
|
3799
|
-
"
|
|
3755
|
+
"kind": "field",
|
|
3756
|
+
"name": "propertyEditor",
|
|
3800
3757
|
"type": {
|
|
3801
|
-
"text": "
|
|
3758
|
+
"text": "any[]"
|
|
3802
3759
|
},
|
|
3803
|
-
"
|
|
3760
|
+
"default": "[]",
|
|
3761
|
+
"attribute": "propertyEditor"
|
|
3804
3762
|
},
|
|
3805
3763
|
{
|
|
3806
|
-
"
|
|
3764
|
+
"kind": "field",
|
|
3765
|
+
"name": "propertyTarget",
|
|
3807
3766
|
"type": {
|
|
3808
|
-
"text": "
|
|
3767
|
+
"text": "Component | null"
|
|
3809
3768
|
},
|
|
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"
|
|
3769
|
+
"default": "null"
|
|
3978
3770
|
},
|
|
3979
3771
|
{
|
|
3980
3772
|
"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
|
-
]
|
|
3773
|
+
"name": "scopedElements",
|
|
3774
|
+
"static": true,
|
|
3775
|
+
"readonly": true
|
|
3998
3776
|
},
|
|
3999
3777
|
{
|
|
4000
3778
|
"kind": "method",
|
|
4001
|
-
"name": "
|
|
3779
|
+
"name": "_onPropertyChanged",
|
|
4002
3780
|
"parameters": [
|
|
4003
3781
|
{
|
|
4004
|
-
"name": "
|
|
3782
|
+
"name": "e",
|
|
4005
3783
|
"type": {
|
|
4006
|
-
"text": "
|
|
3784
|
+
"text": "CustomEvent"
|
|
4007
3785
|
}
|
|
4008
3786
|
}
|
|
4009
3787
|
]
|
|
4010
3788
|
},
|
|
4011
3789
|
{
|
|
4012
3790
|
"kind": "method",
|
|
4013
|
-
"name": "
|
|
3791
|
+
"name": "_onBoundsChanged",
|
|
4014
3792
|
"parameters": [
|
|
4015
3793
|
{
|
|
4016
|
-
"name": "
|
|
3794
|
+
"name": "e",
|
|
4017
3795
|
"type": {
|
|
4018
|
-
"text": "
|
|
3796
|
+
"text": "CustomEvent"
|
|
4019
3797
|
}
|
|
4020
3798
|
}
|
|
4021
3799
|
]
|
|
4022
3800
|
},
|
|
4023
3801
|
{
|
|
4024
3802
|
"kind": "method",
|
|
4025
|
-
"name": "
|
|
4026
|
-
"parameters": [
|
|
4027
|
-
{
|
|
4028
|
-
"name": "selected",
|
|
4029
|
-
"type": {
|
|
4030
|
-
"text": "Component[]"
|
|
4031
|
-
}
|
|
4032
|
-
}
|
|
4033
|
-
]
|
|
3803
|
+
"name": "_onChangedByScene"
|
|
4034
3804
|
},
|
|
4035
3805
|
{
|
|
4036
3806
|
"kind": "method",
|
|
4037
|
-
"name": "
|
|
3807
|
+
"name": "_setPropertyTargetAsDefault"
|
|
4038
3808
|
},
|
|
4039
3809
|
{
|
|
4040
3810
|
"kind": "method",
|
|
4041
|
-
"name": "
|
|
3811
|
+
"name": "_onCollapsed",
|
|
4042
3812
|
"parameters": [
|
|
4043
3813
|
{
|
|
4044
|
-
"name": "
|
|
3814
|
+
"name": "collapsed",
|
|
4045
3815
|
"type": {
|
|
4046
3816
|
"text": "boolean"
|
|
4047
3817
|
}
|
|
@@ -4050,238 +3820,301 @@
|
|
|
4050
3820
|
},
|
|
4051
3821
|
{
|
|
4052
3822
|
"kind": "method",
|
|
4053
|
-
"name": "
|
|
4054
|
-
"parameters": [
|
|
4055
|
-
{
|
|
4056
|
-
"name": "model",
|
|
4057
|
-
"optional": true,
|
|
4058
|
-
"type": {
|
|
4059
|
-
"text": "Model"
|
|
4060
|
-
}
|
|
4061
|
-
}
|
|
4062
|
-
]
|
|
3823
|
+
"name": "_onSceneChanged"
|
|
4063
3824
|
},
|
|
4064
3825
|
{
|
|
4065
3826
|
"kind": "method",
|
|
4066
|
-
"name": "
|
|
3827
|
+
"name": "_onSelectedChanged",
|
|
4067
3828
|
"parameters": [
|
|
4068
3829
|
{
|
|
4069
|
-
"name": "
|
|
3830
|
+
"name": "after",
|
|
4070
3831
|
"type": {
|
|
4071
|
-
"text": "
|
|
3832
|
+
"text": "Component[]"
|
|
4072
3833
|
}
|
|
4073
3834
|
}
|
|
4074
3835
|
]
|
|
4075
3836
|
},
|
|
4076
3837
|
{
|
|
4077
3838
|
"kind": "method",
|
|
4078
|
-
"name": "
|
|
3839
|
+
"name": "_setPropertyTarget",
|
|
4079
3840
|
"parameters": [
|
|
4080
3841
|
{
|
|
4081
|
-
"name": "
|
|
3842
|
+
"name": "newTarget",
|
|
4082
3843
|
"type": {
|
|
4083
|
-
"text": "
|
|
3844
|
+
"text": "Component | null"
|
|
4084
3845
|
}
|
|
4085
3846
|
}
|
|
4086
3847
|
]
|
|
4087
3848
|
},
|
|
4088
3849
|
{
|
|
4089
3850
|
"kind": "method",
|
|
4090
|
-
"name": "
|
|
3851
|
+
"name": "_setBounds",
|
|
4091
3852
|
"parameters": [
|
|
4092
3853
|
{
|
|
4093
|
-
"name": "
|
|
3854
|
+
"name": "bounds",
|
|
4094
3855
|
"type": {
|
|
4095
|
-
"text": "
|
|
3856
|
+
"text": "BOUNDS"
|
|
4096
3857
|
}
|
|
4097
3858
|
}
|
|
4098
3859
|
]
|
|
3860
|
+
}
|
|
3861
|
+
],
|
|
3862
|
+
"attributes": [
|
|
3863
|
+
{
|
|
3864
|
+
"name": "scene",
|
|
3865
|
+
"type": {
|
|
3866
|
+
"text": "Scene | null"
|
|
3867
|
+
},
|
|
3868
|
+
"default": "null",
|
|
3869
|
+
"fieldName": "scene"
|
|
4099
3870
|
},
|
|
4100
3871
|
{
|
|
4101
|
-
"
|
|
4102
|
-
"name": "_onSelectedChanged",
|
|
4103
|
-
"parameters": [
|
|
4104
|
-
{
|
|
4105
|
-
"name": "after",
|
|
4106
|
-
"type": {
|
|
4107
|
-
"text": "Component[]"
|
|
4108
|
-
}
|
|
4109
|
-
}
|
|
4110
|
-
]
|
|
4111
|
-
},
|
|
4112
|
-
{
|
|
4113
|
-
"kind": "method",
|
|
4114
|
-
"name": "_onSceneModeChanged",
|
|
4115
|
-
"parameters": [
|
|
4116
|
-
{
|
|
4117
|
-
"name": "after",
|
|
4118
|
-
"type": {
|
|
4119
|
-
"text": "SCENE_MODE"
|
|
4120
|
-
}
|
|
4121
|
-
}
|
|
4122
|
-
]
|
|
4123
|
-
},
|
|
4124
|
-
{
|
|
4125
|
-
"kind": "method",
|
|
4126
|
-
"name": "_onBaseUrlChanged",
|
|
4127
|
-
"parameters": [
|
|
4128
|
-
{
|
|
4129
|
-
"name": "after",
|
|
4130
|
-
"type": {
|
|
4131
|
-
"text": "string"
|
|
4132
|
-
}
|
|
4133
|
-
}
|
|
4134
|
-
]
|
|
4135
|
-
}
|
|
4136
|
-
],
|
|
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
|
-
"attributes": [
|
|
4164
|
-
{
|
|
4165
|
-
"name": "scene",
|
|
3872
|
+
"name": "bounds",
|
|
4166
3873
|
"type": {
|
|
4167
|
-
"text": "
|
|
3874
|
+
"text": "any"
|
|
4168
3875
|
},
|
|
4169
|
-
"default": "
|
|
4170
|
-
"fieldName": "
|
|
3876
|
+
"default": "{}",
|
|
3877
|
+
"fieldName": "bounds"
|
|
4171
3878
|
},
|
|
4172
3879
|
{
|
|
4173
3880
|
"name": "model",
|
|
4174
3881
|
"type": {
|
|
4175
|
-
"text": "Model |
|
|
3882
|
+
"text": "Model | null"
|
|
4176
3883
|
},
|
|
3884
|
+
"default": "{}",
|
|
4177
3885
|
"fieldName": "model"
|
|
4178
3886
|
},
|
|
4179
3887
|
{
|
|
4180
|
-
"name": "
|
|
3888
|
+
"name": "selected",
|
|
4181
3889
|
"type": {
|
|
4182
|
-
"text": "
|
|
3890
|
+
"text": "Component[]"
|
|
4183
3891
|
},
|
|
4184
|
-
"
|
|
3892
|
+
"default": "[]",
|
|
3893
|
+
"fieldName": "selected"
|
|
4185
3894
|
},
|
|
4186
3895
|
{
|
|
4187
|
-
"name": "
|
|
3896
|
+
"name": "specificProps",
|
|
4188
3897
|
"type": {
|
|
4189
|
-
"text": "
|
|
3898
|
+
"text": "any"
|
|
4190
3899
|
},
|
|
4191
|
-
"
|
|
4192
|
-
"fieldName": "screenSize"
|
|
3900
|
+
"fieldName": "specificProps"
|
|
4193
3901
|
},
|
|
4194
3902
|
{
|
|
4195
|
-
"name": "
|
|
3903
|
+
"name": "tabName",
|
|
4196
3904
|
"type": {
|
|
4197
|
-
"text": "
|
|
3905
|
+
"text": "string | null"
|
|
4198
3906
|
},
|
|
4199
|
-
"default": "
|
|
4200
|
-
"fieldName": "
|
|
3907
|
+
"default": "'specific'",
|
|
3908
|
+
"fieldName": "tabName"
|
|
4201
3909
|
},
|
|
4202
3910
|
{
|
|
4203
|
-
"name": "
|
|
3911
|
+
"name": "collapsed",
|
|
4204
3912
|
"type": {
|
|
4205
|
-
"text": "
|
|
3913
|
+
"text": "boolean"
|
|
4206
3914
|
},
|
|
4207
|
-
"
|
|
3915
|
+
"default": "false",
|
|
3916
|
+
"fieldName": "collapsed"
|
|
4208
3917
|
},
|
|
4209
3918
|
{
|
|
4210
|
-
"name": "
|
|
3919
|
+
"name": "fonts",
|
|
4211
3920
|
"type": {
|
|
4212
|
-
"text": "any
|
|
3921
|
+
"text": "any[]"
|
|
4213
3922
|
},
|
|
4214
|
-
"
|
|
3923
|
+
"default": "[]",
|
|
3924
|
+
"fieldName": "fonts"
|
|
4215
3925
|
},
|
|
4216
3926
|
{
|
|
4217
|
-
"name": "
|
|
3927
|
+
"name": "propertyEditor",
|
|
4218
3928
|
"type": {
|
|
4219
|
-
"text": "
|
|
3929
|
+
"text": "any[]"
|
|
4220
3930
|
},
|
|
4221
|
-
"default": "
|
|
4222
|
-
"fieldName": "
|
|
4223
|
-
}
|
|
3931
|
+
"default": "[]",
|
|
3932
|
+
"fieldName": "propertyEditor"
|
|
3933
|
+
}
|
|
3934
|
+
],
|
|
3935
|
+
"mixins": [
|
|
4224
3936
|
{
|
|
4225
|
-
"name": "
|
|
3937
|
+
"name": "ScopedElementsMixin",
|
|
3938
|
+
"package": "@open-wc/scoped-elements"
|
|
3939
|
+
}
|
|
3940
|
+
],
|
|
3941
|
+
"superclass": {
|
|
3942
|
+
"name": "LitElement",
|
|
3943
|
+
"package": "lit"
|
|
3944
|
+
},
|
|
3945
|
+
"customElement": true
|
|
3946
|
+
}
|
|
3947
|
+
],
|
|
3948
|
+
"exports": [
|
|
3949
|
+
{
|
|
3950
|
+
"kind": "js",
|
|
3951
|
+
"name": "PropertySidebar",
|
|
3952
|
+
"declaration": {
|
|
3953
|
+
"name": "PropertySidebar",
|
|
3954
|
+
"module": "src/modeller/property-sidebar/property-sidebar.ts"
|
|
3955
|
+
}
|
|
3956
|
+
}
|
|
3957
|
+
]
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"kind": "javascript-module",
|
|
3961
|
+
"path": "src/modeller/scene-viewer/confidential-overlay.ts",
|
|
3962
|
+
"declarations": [
|
|
3963
|
+
{
|
|
3964
|
+
"kind": "class",
|
|
3965
|
+
"description": "",
|
|
3966
|
+
"name": "ConfidentialOverlay",
|
|
3967
|
+
"members": [
|
|
3968
|
+
{
|
|
3969
|
+
"kind": "method",
|
|
3970
|
+
"name": "_draw",
|
|
3971
|
+
"parameters": [
|
|
3972
|
+
{
|
|
3973
|
+
"name": "context",
|
|
3974
|
+
"type": {
|
|
3975
|
+
"text": "CanvasRenderingContext2D"
|
|
3976
|
+
}
|
|
3977
|
+
}
|
|
3978
|
+
]
|
|
3979
|
+
}
|
|
3980
|
+
],
|
|
3981
|
+
"superclass": {
|
|
3982
|
+
"name": "SceneLayer",
|
|
3983
|
+
"package": "@hatiolab/things-scene"
|
|
3984
|
+
}
|
|
3985
|
+
}
|
|
3986
|
+
],
|
|
3987
|
+
"exports": [
|
|
3988
|
+
{
|
|
3989
|
+
"kind": "js",
|
|
3990
|
+
"name": "default",
|
|
3991
|
+
"declaration": {
|
|
3992
|
+
"name": "ConfidentialOverlay",
|
|
3993
|
+
"module": "src/modeller/scene-viewer/confidential-overlay.ts"
|
|
3994
|
+
}
|
|
3995
|
+
}
|
|
3996
|
+
]
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"kind": "javascript-module",
|
|
4000
|
+
"path": "src/modeller/scene-viewer/ox-scene-handler.ts",
|
|
4001
|
+
"declarations": [
|
|
4002
|
+
{
|
|
4003
|
+
"kind": "class",
|
|
4004
|
+
"description": "",
|
|
4005
|
+
"name": "OxSceneHandler",
|
|
4006
|
+
"members": [
|
|
4007
|
+
{
|
|
4008
|
+
"kind": "field",
|
|
4009
|
+
"name": "type",
|
|
4226
4010
|
"type": {
|
|
4227
|
-
"text": "
|
|
4011
|
+
"text": "string"
|
|
4228
4012
|
},
|
|
4229
|
-
"
|
|
4230
|
-
"fieldName": "selected"
|
|
4013
|
+
"attribute": "type"
|
|
4231
4014
|
},
|
|
4232
4015
|
{
|
|
4233
|
-
"
|
|
4016
|
+
"kind": "field",
|
|
4017
|
+
"name": "model",
|
|
4234
4018
|
"type": {
|
|
4235
|
-
"text": "
|
|
4019
|
+
"text": "{\n type: Object\n notify: true\n }"
|
|
4236
4020
|
},
|
|
4237
|
-
"
|
|
4238
|
-
|
|
4239
|
-
|
|
4021
|
+
"attribute": "model"
|
|
4022
|
+
}
|
|
4023
|
+
],
|
|
4024
|
+
"attributes": [
|
|
4240
4025
|
{
|
|
4241
|
-
"name": "
|
|
4026
|
+
"name": "type",
|
|
4242
4027
|
"type": {
|
|
4243
4028
|
"text": "string"
|
|
4244
4029
|
},
|
|
4245
|
-
"
|
|
4246
|
-
"fieldName": "baseUrl"
|
|
4030
|
+
"fieldName": "type"
|
|
4247
4031
|
},
|
|
4248
4032
|
{
|
|
4249
|
-
"name": "
|
|
4033
|
+
"name": "model",
|
|
4250
4034
|
"type": {
|
|
4251
|
-
"text": "
|
|
4035
|
+
"text": "{\n type: Object\n notify: true\n }"
|
|
4252
4036
|
},
|
|
4253
|
-
"fieldName": "
|
|
4037
|
+
"fieldName": "model"
|
|
4038
|
+
}
|
|
4039
|
+
],
|
|
4040
|
+
"superclass": {
|
|
4041
|
+
"name": "LitElement",
|
|
4042
|
+
"package": "lit"
|
|
4043
|
+
},
|
|
4044
|
+
"tagName": "ox-scene-handler",
|
|
4045
|
+
"customElement": true
|
|
4046
|
+
}
|
|
4047
|
+
],
|
|
4048
|
+
"exports": [
|
|
4049
|
+
{
|
|
4050
|
+
"kind": "js",
|
|
4051
|
+
"name": "default",
|
|
4052
|
+
"declaration": {
|
|
4053
|
+
"name": "OxSceneHandler",
|
|
4054
|
+
"module": "src/modeller/scene-viewer/ox-scene-handler.ts"
|
|
4055
|
+
}
|
|
4056
|
+
},
|
|
4057
|
+
{
|
|
4058
|
+
"kind": "custom-element-definition",
|
|
4059
|
+
"name": "ox-scene-handler",
|
|
4060
|
+
"declaration": {
|
|
4061
|
+
"name": "OxSceneHandler",
|
|
4062
|
+
"module": "src/modeller/scene-viewer/ox-scene-handler.ts"
|
|
4063
|
+
}
|
|
4064
|
+
}
|
|
4065
|
+
]
|
|
4066
|
+
},
|
|
4067
|
+
{
|
|
4068
|
+
"kind": "javascript-module",
|
|
4069
|
+
"path": "src/modeller/scene-viewer/ox-scene-layer.ts",
|
|
4070
|
+
"declarations": [
|
|
4071
|
+
{
|
|
4072
|
+
"kind": "class",
|
|
4073
|
+
"description": "",
|
|
4074
|
+
"name": "OxSceneLayer",
|
|
4075
|
+
"members": [
|
|
4076
|
+
{
|
|
4077
|
+
"kind": "field",
|
|
4078
|
+
"name": "type",
|
|
4079
|
+
"type": {
|
|
4080
|
+
"text": "String | undefined"
|
|
4081
|
+
},
|
|
4082
|
+
"attribute": "type"
|
|
4254
4083
|
},
|
|
4255
4084
|
{
|
|
4256
|
-
"
|
|
4085
|
+
"kind": "field",
|
|
4086
|
+
"name": "text",
|
|
4257
4087
|
"type": {
|
|
4258
|
-
"text": "
|
|
4088
|
+
"text": "String | undefined"
|
|
4259
4089
|
},
|
|
4260
|
-
"
|
|
4261
|
-
"fieldName": "name"
|
|
4090
|
+
"attribute": "text"
|
|
4262
4091
|
},
|
|
4263
4092
|
{
|
|
4264
|
-
"
|
|
4093
|
+
"kind": "method",
|
|
4094
|
+
"name": "getModel"
|
|
4095
|
+
}
|
|
4096
|
+
],
|
|
4097
|
+
"attributes": [
|
|
4098
|
+
{
|
|
4099
|
+
"name": "type",
|
|
4265
4100
|
"type": {
|
|
4266
|
-
"text": "
|
|
4101
|
+
"text": "String | undefined"
|
|
4267
4102
|
},
|
|
4268
|
-
"
|
|
4269
|
-
"fieldName": "enableInspector"
|
|
4103
|
+
"fieldName": "type"
|
|
4270
4104
|
},
|
|
4271
4105
|
{
|
|
4272
|
-
"name": "
|
|
4106
|
+
"name": "text",
|
|
4273
4107
|
"type": {
|
|
4274
|
-
"text": "
|
|
4108
|
+
"text": "String | undefined"
|
|
4275
4109
|
},
|
|
4276
|
-
"
|
|
4277
|
-
"fieldName": "showInspector"
|
|
4110
|
+
"fieldName": "text"
|
|
4278
4111
|
}
|
|
4279
4112
|
],
|
|
4280
4113
|
"superclass": {
|
|
4281
4114
|
"name": "LitElement",
|
|
4282
4115
|
"package": "lit"
|
|
4283
4116
|
},
|
|
4284
|
-
"tagName": "ox-scene-
|
|
4117
|
+
"tagName": "ox-scene-layer",
|
|
4285
4118
|
"customElement": true
|
|
4286
4119
|
}
|
|
4287
4120
|
],
|
|
@@ -4290,127 +4123,112 @@
|
|
|
4290
4123
|
"kind": "js",
|
|
4291
4124
|
"name": "default",
|
|
4292
4125
|
"declaration": {
|
|
4293
|
-
"name": "
|
|
4294
|
-
"module": "src/modeller/scene-viewer/ox-scene-
|
|
4126
|
+
"name": "OxSceneLayer",
|
|
4127
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
4295
4128
|
}
|
|
4296
4129
|
},
|
|
4297
4130
|
{
|
|
4298
4131
|
"kind": "custom-element-definition",
|
|
4299
|
-
"name": "ox-scene-
|
|
4132
|
+
"name": "ox-scene-layer",
|
|
4300
4133
|
"declaration": {
|
|
4301
|
-
"name": "
|
|
4302
|
-
"module": "src/modeller/scene-viewer/ox-scene-
|
|
4134
|
+
"name": "OxSceneLayer",
|
|
4135
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
4303
4136
|
}
|
|
4304
4137
|
}
|
|
4305
4138
|
]
|
|
4306
4139
|
},
|
|
4307
4140
|
{
|
|
4308
4141
|
"kind": "javascript-module",
|
|
4309
|
-
"path": "src/modeller/
|
|
4142
|
+
"path": "src/modeller/scene-viewer/ox-scene-property.ts",
|
|
4310
4143
|
"declarations": [
|
|
4311
4144
|
{
|
|
4312
4145
|
"kind": "class",
|
|
4313
4146
|
"description": "",
|
|
4314
|
-
"name": "
|
|
4147
|
+
"name": "OxSceneProperty",
|
|
4315
4148
|
"members": [
|
|
4316
4149
|
{
|
|
4317
|
-
"kind": "
|
|
4318
|
-
"name": "
|
|
4319
|
-
"
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
"text": "Event"
|
|
4324
|
-
}
|
|
4325
|
-
}
|
|
4326
|
-
]
|
|
4150
|
+
"kind": "field",
|
|
4151
|
+
"name": "name",
|
|
4152
|
+
"type": {
|
|
4153
|
+
"text": "string"
|
|
4154
|
+
},
|
|
4155
|
+
"attribute": "name"
|
|
4327
4156
|
},
|
|
4328
4157
|
{
|
|
4329
|
-
"kind": "
|
|
4330
|
-
"name": "
|
|
4331
|
-
"
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
"text": "HTMLElement"
|
|
4336
|
-
}
|
|
4337
|
-
}
|
|
4338
|
-
]
|
|
4158
|
+
"kind": "field",
|
|
4159
|
+
"name": "value",
|
|
4160
|
+
"type": {
|
|
4161
|
+
"text": "string"
|
|
4162
|
+
},
|
|
4163
|
+
"attribute": "value"
|
|
4339
4164
|
},
|
|
4340
4165
|
{
|
|
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
|
-
]
|
|
4166
|
+
"kind": "field",
|
|
4167
|
+
"name": "type",
|
|
4168
|
+
"type": {
|
|
4169
|
+
"text": "string"
|
|
4170
|
+
},
|
|
4171
|
+
"attribute": "type"
|
|
4357
4172
|
}
|
|
4358
4173
|
],
|
|
4359
|
-
"
|
|
4174
|
+
"attributes": [
|
|
4360
4175
|
{
|
|
4361
|
-
"name": "
|
|
4176
|
+
"name": "name",
|
|
4362
4177
|
"type": {
|
|
4363
|
-
"text": "
|
|
4364
|
-
}
|
|
4178
|
+
"text": "string"
|
|
4179
|
+
},
|
|
4180
|
+
"fieldName": "name"
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"name": "value",
|
|
4184
|
+
"type": {
|
|
4185
|
+
"text": "string"
|
|
4186
|
+
},
|
|
4187
|
+
"fieldName": "value"
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
"name": "type",
|
|
4191
|
+
"type": {
|
|
4192
|
+
"text": "string"
|
|
4193
|
+
},
|
|
4194
|
+
"fieldName": "type"
|
|
4365
4195
|
}
|
|
4366
4196
|
],
|
|
4367
4197
|
"superclass": {
|
|
4368
4198
|
"name": "LitElement",
|
|
4369
4199
|
"package": "lit"
|
|
4370
4200
|
},
|
|
4201
|
+
"tagName": "ox-scene-property",
|
|
4371
4202
|
"customElement": true
|
|
4372
4203
|
}
|
|
4373
4204
|
],
|
|
4374
4205
|
"exports": [
|
|
4375
4206
|
{
|
|
4376
4207
|
"kind": "js",
|
|
4377
|
-
"name": "
|
|
4208
|
+
"name": "default",
|
|
4378
4209
|
"declaration": {
|
|
4379
|
-
"name": "
|
|
4380
|
-
"module": "src/modeller/
|
|
4210
|
+
"name": "OxSceneProperty",
|
|
4211
|
+
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
4381
4212
|
}
|
|
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": [
|
|
4213
|
+
},
|
|
4396
4214
|
{
|
|
4397
|
-
"kind": "
|
|
4398
|
-
"name": "
|
|
4215
|
+
"kind": "custom-element-definition",
|
|
4216
|
+
"name": "ox-scene-property",
|
|
4399
4217
|
"declaration": {
|
|
4400
|
-
"name": "
|
|
4401
|
-
"module": "src/modeller/
|
|
4218
|
+
"name": "OxSceneProperty",
|
|
4219
|
+
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
4402
4220
|
}
|
|
4403
4221
|
}
|
|
4404
4222
|
]
|
|
4405
4223
|
},
|
|
4406
4224
|
{
|
|
4407
4225
|
"kind": "javascript-module",
|
|
4408
|
-
"path": "src/modeller/
|
|
4226
|
+
"path": "src/modeller/scene-viewer/ox-scene-viewer.ts",
|
|
4409
4227
|
"declarations": [
|
|
4410
4228
|
{
|
|
4411
4229
|
"kind": "class",
|
|
4412
4230
|
"description": "",
|
|
4413
|
-
"name": "
|
|
4231
|
+
"name": "OxSceneViewer",
|
|
4414
4232
|
"members": [
|
|
4415
4233
|
{
|
|
4416
4234
|
"kind": "field",
|
|
@@ -4423,21 +4241,62 @@
|
|
|
4423
4241
|
},
|
|
4424
4242
|
{
|
|
4425
4243
|
"kind": "field",
|
|
4426
|
-
"name": "
|
|
4244
|
+
"name": "model",
|
|
4427
4245
|
"type": {
|
|
4428
|
-
"text": "
|
|
4246
|
+
"text": "Model | undefined"
|
|
4429
4247
|
},
|
|
4430
|
-
"
|
|
4431
|
-
"attribute": "bounds"
|
|
4248
|
+
"attribute": "model"
|
|
4432
4249
|
},
|
|
4433
4250
|
{
|
|
4434
4251
|
"kind": "field",
|
|
4435
|
-
"name": "
|
|
4252
|
+
"name": "mode",
|
|
4436
4253
|
"type": {
|
|
4437
|
-
"text": "
|
|
4254
|
+
"text": "SCENE_MODE"
|
|
4255
|
+
},
|
|
4256
|
+
"attribute": "mode"
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
"kind": "field",
|
|
4260
|
+
"name": "screenSize",
|
|
4261
|
+
"type": {
|
|
4262
|
+
"text": "number"
|
|
4263
|
+
},
|
|
4264
|
+
"default": "13.3",
|
|
4265
|
+
"attribute": "screenSize"
|
|
4266
|
+
},
|
|
4267
|
+
{
|
|
4268
|
+
"kind": "field",
|
|
4269
|
+
"name": "variables",
|
|
4270
|
+
"type": {
|
|
4271
|
+
"text": "Properties"
|
|
4438
4272
|
},
|
|
4439
4273
|
"default": "{}",
|
|
4440
|
-
"attribute": "
|
|
4274
|
+
"attribute": "variables"
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
"kind": "field",
|
|
4278
|
+
"name": "data",
|
|
4279
|
+
"type": {
|
|
4280
|
+
"text": "any"
|
|
4281
|
+
},
|
|
4282
|
+
"attribute": "data"
|
|
4283
|
+
},
|
|
4284
|
+
{
|
|
4285
|
+
"kind": "field",
|
|
4286
|
+
"name": "themes",
|
|
4287
|
+
"type": {
|
|
4288
|
+
"text": "any | undefined"
|
|
4289
|
+
},
|
|
4290
|
+
"attribute": "themes"
|
|
4291
|
+
},
|
|
4292
|
+
{
|
|
4293
|
+
"kind": "field",
|
|
4294
|
+
"name": "fit",
|
|
4295
|
+
"type": {
|
|
4296
|
+
"text": "FITMODE"
|
|
4297
|
+
},
|
|
4298
|
+
"default": "'none'",
|
|
4299
|
+
"attribute": "fit"
|
|
4441
4300
|
},
|
|
4442
4301
|
{
|
|
4443
4302
|
"kind": "field",
|
|
@@ -4450,100 +4309,123 @@
|
|
|
4450
4309
|
},
|
|
4451
4310
|
{
|
|
4452
4311
|
"kind": "field",
|
|
4453
|
-
"name": "
|
|
4312
|
+
"name": "disposeWhenDetached",
|
|
4454
4313
|
"type": {
|
|
4455
|
-
"text": "
|
|
4314
|
+
"text": "boolean"
|
|
4456
4315
|
},
|
|
4457
|
-
"
|
|
4316
|
+
"default": "false",
|
|
4317
|
+
"attribute": "disposeWhenDetached"
|
|
4458
4318
|
},
|
|
4459
4319
|
{
|
|
4460
4320
|
"kind": "field",
|
|
4461
|
-
"name": "
|
|
4321
|
+
"name": "baseUrl",
|
|
4462
4322
|
"type": {
|
|
4463
|
-
"text": "string
|
|
4323
|
+
"text": "string"
|
|
4464
4324
|
},
|
|
4465
|
-
"default": "'
|
|
4466
|
-
"attribute": "
|
|
4325
|
+
"default": "''",
|
|
4326
|
+
"attribute": "baseUrl"
|
|
4467
4327
|
},
|
|
4468
4328
|
{
|
|
4469
4329
|
"kind": "field",
|
|
4470
|
-
"name": "
|
|
4330
|
+
"name": "provider",
|
|
4471
4331
|
"type": {
|
|
4472
|
-
"text": "
|
|
4332
|
+
"text": "any"
|
|
4473
4333
|
},
|
|
4474
|
-
"
|
|
4475
|
-
"attribute": "collapsed"
|
|
4334
|
+
"attribute": "provider"
|
|
4476
4335
|
},
|
|
4477
4336
|
{
|
|
4478
4337
|
"kind": "field",
|
|
4479
|
-
"name": "
|
|
4338
|
+
"name": "name",
|
|
4480
4339
|
"type": {
|
|
4481
|
-
"text": "
|
|
4340
|
+
"text": "string"
|
|
4482
4341
|
},
|
|
4483
|
-
"default": "
|
|
4484
|
-
"attribute": "
|
|
4342
|
+
"default": "'noname'",
|
|
4343
|
+
"attribute": "name"
|
|
4485
4344
|
},
|
|
4486
4345
|
{
|
|
4487
4346
|
"kind": "field",
|
|
4488
|
-
"name": "
|
|
4347
|
+
"name": "enableInspector",
|
|
4489
4348
|
"type": {
|
|
4490
|
-
"text": "
|
|
4349
|
+
"text": "boolean"
|
|
4491
4350
|
},
|
|
4492
|
-
"default": "
|
|
4493
|
-
"attribute": "
|
|
4351
|
+
"default": "true",
|
|
4352
|
+
"attribute": "enableInspector"
|
|
4494
4353
|
},
|
|
4495
4354
|
{
|
|
4496
4355
|
"kind": "field",
|
|
4497
|
-
"name": "
|
|
4356
|
+
"name": "showInspector",
|
|
4498
4357
|
"type": {
|
|
4499
|
-
"text": "
|
|
4358
|
+
"text": "boolean"
|
|
4500
4359
|
},
|
|
4501
|
-
"default": "
|
|
4360
|
+
"default": "false",
|
|
4361
|
+
"attribute": "showInspector"
|
|
4502
4362
|
},
|
|
4503
4363
|
{
|
|
4504
4364
|
"kind": "field",
|
|
4505
|
-
"name": "
|
|
4506
|
-
"
|
|
4507
|
-
|
|
4365
|
+
"name": "lastOffsetWidth",
|
|
4366
|
+
"type": {
|
|
4367
|
+
"text": "number | undefined"
|
|
4368
|
+
},
|
|
4369
|
+
"privacy": "private"
|
|
4508
4370
|
},
|
|
4509
4371
|
{
|
|
4510
4372
|
"kind": "method",
|
|
4511
|
-
"name": "
|
|
4373
|
+
"name": "_setScene",
|
|
4512
4374
|
"parameters": [
|
|
4513
4375
|
{
|
|
4514
|
-
"name": "
|
|
4376
|
+
"name": "scene",
|
|
4515
4377
|
"type": {
|
|
4516
|
-
"text": "
|
|
4378
|
+
"text": "Scene | null"
|
|
4517
4379
|
}
|
|
4518
4380
|
}
|
|
4519
4381
|
]
|
|
4520
4382
|
},
|
|
4521
4383
|
{
|
|
4522
4384
|
"kind": "method",
|
|
4523
|
-
"name": "
|
|
4385
|
+
"name": "_setMode",
|
|
4524
4386
|
"parameters": [
|
|
4525
4387
|
{
|
|
4526
|
-
"name": "
|
|
4388
|
+
"name": "mode",
|
|
4527
4389
|
"type": {
|
|
4528
|
-
"text": "
|
|
4390
|
+
"text": "SCENE_MODE"
|
|
4529
4391
|
}
|
|
4530
4392
|
}
|
|
4531
4393
|
]
|
|
4532
4394
|
},
|
|
4533
4395
|
{
|
|
4534
4396
|
"kind": "method",
|
|
4535
|
-
"name": "
|
|
4397
|
+
"name": "_setVariables",
|
|
4398
|
+
"parameters": [
|
|
4399
|
+
{
|
|
4400
|
+
"name": "variables",
|
|
4401
|
+
"type": {
|
|
4402
|
+
"text": "Properties"
|
|
4403
|
+
}
|
|
4404
|
+
}
|
|
4405
|
+
]
|
|
4536
4406
|
},
|
|
4537
4407
|
{
|
|
4538
4408
|
"kind": "method",
|
|
4539
|
-
"name": "
|
|
4409
|
+
"name": "_setSelected",
|
|
4410
|
+
"parameters": [
|
|
4411
|
+
{
|
|
4412
|
+
"name": "selected",
|
|
4413
|
+
"type": {
|
|
4414
|
+
"text": "Component[]"
|
|
4415
|
+
}
|
|
4416
|
+
}
|
|
4417
|
+
]
|
|
4540
4418
|
},
|
|
4541
4419
|
{
|
|
4542
4420
|
"kind": "method",
|
|
4543
|
-
"name": "
|
|
4421
|
+
"name": "_disposeScene"
|
|
4422
|
+
},
|
|
4423
|
+
{
|
|
4424
|
+
"kind": "method",
|
|
4425
|
+
"name": "resize",
|
|
4544
4426
|
"parameters": [
|
|
4545
4427
|
{
|
|
4546
|
-
"name": "
|
|
4428
|
+
"name": "force",
|
|
4547
4429
|
"type": {
|
|
4548
4430
|
"text": "boolean"
|
|
4549
4431
|
}
|
|
@@ -4552,7 +4434,52 @@
|
|
|
4552
4434
|
},
|
|
4553
4435
|
{
|
|
4554
4436
|
"kind": "method",
|
|
4555
|
-
"name": "
|
|
4437
|
+
"name": "_onModelChanged",
|
|
4438
|
+
"parameters": [
|
|
4439
|
+
{
|
|
4440
|
+
"name": "model",
|
|
4441
|
+
"optional": true,
|
|
4442
|
+
"type": {
|
|
4443
|
+
"text": "Model"
|
|
4444
|
+
}
|
|
4445
|
+
}
|
|
4446
|
+
]
|
|
4447
|
+
},
|
|
4448
|
+
{
|
|
4449
|
+
"kind": "method",
|
|
4450
|
+
"name": "_onDisplayChanged",
|
|
4451
|
+
"parameters": [
|
|
4452
|
+
{
|
|
4453
|
+
"name": "screenSize",
|
|
4454
|
+
"type": {
|
|
4455
|
+
"text": "string | number"
|
|
4456
|
+
}
|
|
4457
|
+
}
|
|
4458
|
+
]
|
|
4459
|
+
},
|
|
4460
|
+
{
|
|
4461
|
+
"kind": "method",
|
|
4462
|
+
"name": "_onModeChanged",
|
|
4463
|
+
"parameters": [
|
|
4464
|
+
{
|
|
4465
|
+
"name": "mode",
|
|
4466
|
+
"type": {
|
|
4467
|
+
"text": "SCENE_MODE"
|
|
4468
|
+
}
|
|
4469
|
+
}
|
|
4470
|
+
]
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
"kind": "method",
|
|
4474
|
+
"name": "_onDataChanged",
|
|
4475
|
+
"parameters": [
|
|
4476
|
+
{
|
|
4477
|
+
"name": "data",
|
|
4478
|
+
"type": {
|
|
4479
|
+
"text": "any"
|
|
4480
|
+
}
|
|
4481
|
+
}
|
|
4482
|
+
]
|
|
4556
4483
|
},
|
|
4557
4484
|
{
|
|
4558
4485
|
"kind": "method",
|
|
@@ -4568,29 +4495,55 @@
|
|
|
4568
4495
|
},
|
|
4569
4496
|
{
|
|
4570
4497
|
"kind": "method",
|
|
4571
|
-
"name": "
|
|
4498
|
+
"name": "_onSceneModeChanged",
|
|
4572
4499
|
"parameters": [
|
|
4573
4500
|
{
|
|
4574
|
-
"name": "
|
|
4501
|
+
"name": "after",
|
|
4575
4502
|
"type": {
|
|
4576
|
-
"text": "
|
|
4503
|
+
"text": "SCENE_MODE"
|
|
4577
4504
|
}
|
|
4578
4505
|
}
|
|
4579
4506
|
]
|
|
4580
4507
|
},
|
|
4581
4508
|
{
|
|
4582
4509
|
"kind": "method",
|
|
4583
|
-
"name": "
|
|
4510
|
+
"name": "_onBaseUrlChanged",
|
|
4584
4511
|
"parameters": [
|
|
4585
4512
|
{
|
|
4586
|
-
"name": "
|
|
4513
|
+
"name": "after",
|
|
4587
4514
|
"type": {
|
|
4588
|
-
"text": "
|
|
4515
|
+
"text": "string"
|
|
4589
4516
|
}
|
|
4590
4517
|
}
|
|
4591
4518
|
]
|
|
4592
4519
|
}
|
|
4593
4520
|
],
|
|
4521
|
+
"events": [
|
|
4522
|
+
{
|
|
4523
|
+
"name": "scene-changed",
|
|
4524
|
+
"type": {
|
|
4525
|
+
"text": "CustomEvent"
|
|
4526
|
+
}
|
|
4527
|
+
},
|
|
4528
|
+
{
|
|
4529
|
+
"name": "mode-changed",
|
|
4530
|
+
"type": {
|
|
4531
|
+
"text": "CustomEvent"
|
|
4532
|
+
}
|
|
4533
|
+
},
|
|
4534
|
+
{
|
|
4535
|
+
"name": "variables-changed",
|
|
4536
|
+
"type": {
|
|
4537
|
+
"text": "CustomEvent"
|
|
4538
|
+
}
|
|
4539
|
+
},
|
|
4540
|
+
{
|
|
4541
|
+
"name": "selected-changed",
|
|
4542
|
+
"type": {
|
|
4543
|
+
"text": "CustomEvent"
|
|
4544
|
+
}
|
|
4545
|
+
}
|
|
4546
|
+
],
|
|
4594
4547
|
"attributes": [
|
|
4595
4548
|
{
|
|
4596
4549
|
"name": "scene",
|
|
@@ -4601,20 +4554,56 @@
|
|
|
4601
4554
|
"fieldName": "scene"
|
|
4602
4555
|
},
|
|
4603
4556
|
{
|
|
4604
|
-
"name": "
|
|
4557
|
+
"name": "model",
|
|
4605
4558
|
"type": {
|
|
4606
|
-
"text": "
|
|
4559
|
+
"text": "Model | undefined"
|
|
4607
4560
|
},
|
|
4608
|
-
"
|
|
4609
|
-
"fieldName": "bounds"
|
|
4561
|
+
"fieldName": "model"
|
|
4610
4562
|
},
|
|
4611
4563
|
{
|
|
4612
|
-
"name": "
|
|
4564
|
+
"name": "mode",
|
|
4613
4565
|
"type": {
|
|
4614
|
-
"text": "
|
|
4566
|
+
"text": "SCENE_MODE"
|
|
4567
|
+
},
|
|
4568
|
+
"fieldName": "mode"
|
|
4569
|
+
},
|
|
4570
|
+
{
|
|
4571
|
+
"name": "screenSize",
|
|
4572
|
+
"type": {
|
|
4573
|
+
"text": "number"
|
|
4574
|
+
},
|
|
4575
|
+
"default": "13.3",
|
|
4576
|
+
"fieldName": "screenSize"
|
|
4577
|
+
},
|
|
4578
|
+
{
|
|
4579
|
+
"name": "variables",
|
|
4580
|
+
"type": {
|
|
4581
|
+
"text": "Properties"
|
|
4615
4582
|
},
|
|
4616
4583
|
"default": "{}",
|
|
4617
|
-
"fieldName": "
|
|
4584
|
+
"fieldName": "variables"
|
|
4585
|
+
},
|
|
4586
|
+
{
|
|
4587
|
+
"name": "data",
|
|
4588
|
+
"type": {
|
|
4589
|
+
"text": "any"
|
|
4590
|
+
},
|
|
4591
|
+
"fieldName": "data"
|
|
4592
|
+
},
|
|
4593
|
+
{
|
|
4594
|
+
"name": "themes",
|
|
4595
|
+
"type": {
|
|
4596
|
+
"text": "any | undefined"
|
|
4597
|
+
},
|
|
4598
|
+
"fieldName": "themes"
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
"name": "fit",
|
|
4602
|
+
"type": {
|
|
4603
|
+
"text": "FITMODE"
|
|
4604
|
+
},
|
|
4605
|
+
"default": "'none'",
|
|
4606
|
+
"fieldName": "fit"
|
|
4618
4607
|
},
|
|
4619
4608
|
{
|
|
4620
4609
|
"name": "selected",
|
|
@@ -4625,65 +4614,76 @@
|
|
|
4625
4614
|
"fieldName": "selected"
|
|
4626
4615
|
},
|
|
4627
4616
|
{
|
|
4628
|
-
"name": "
|
|
4617
|
+
"name": "disposeWhenDetached",
|
|
4629
4618
|
"type": {
|
|
4630
|
-
"text": "
|
|
4619
|
+
"text": "boolean"
|
|
4631
4620
|
},
|
|
4632
|
-
"
|
|
4621
|
+
"default": "false",
|
|
4622
|
+
"fieldName": "disposeWhenDetached"
|
|
4633
4623
|
},
|
|
4634
4624
|
{
|
|
4635
|
-
"name": "
|
|
4625
|
+
"name": "baseUrl",
|
|
4636
4626
|
"type": {
|
|
4637
|
-
"text": "string
|
|
4627
|
+
"text": "string"
|
|
4638
4628
|
},
|
|
4639
|
-
"default": "'
|
|
4640
|
-
"fieldName": "
|
|
4629
|
+
"default": "''",
|
|
4630
|
+
"fieldName": "baseUrl"
|
|
4641
4631
|
},
|
|
4642
4632
|
{
|
|
4643
|
-
"name": "
|
|
4633
|
+
"name": "provider",
|
|
4644
4634
|
"type": {
|
|
4645
|
-
"text": "
|
|
4635
|
+
"text": "any"
|
|
4646
4636
|
},
|
|
4647
|
-
"
|
|
4648
|
-
"fieldName": "collapsed"
|
|
4637
|
+
"fieldName": "provider"
|
|
4649
4638
|
},
|
|
4650
4639
|
{
|
|
4651
|
-
"name": "
|
|
4640
|
+
"name": "name",
|
|
4652
4641
|
"type": {
|
|
4653
|
-
"text": "
|
|
4642
|
+
"text": "string"
|
|
4654
4643
|
},
|
|
4655
|
-
"default": "
|
|
4656
|
-
"fieldName": "
|
|
4644
|
+
"default": "'noname'",
|
|
4645
|
+
"fieldName": "name"
|
|
4657
4646
|
},
|
|
4658
4647
|
{
|
|
4659
|
-
"name": "
|
|
4648
|
+
"name": "enableInspector",
|
|
4660
4649
|
"type": {
|
|
4661
|
-
"text": "
|
|
4650
|
+
"text": "boolean"
|
|
4662
4651
|
},
|
|
4663
|
-
"default": "
|
|
4664
|
-
"fieldName": "
|
|
4665
|
-
}
|
|
4666
|
-
],
|
|
4667
|
-
"mixins": [
|
|
4652
|
+
"default": "true",
|
|
4653
|
+
"fieldName": "enableInspector"
|
|
4654
|
+
},
|
|
4668
4655
|
{
|
|
4669
|
-
"name": "
|
|
4670
|
-
"
|
|
4656
|
+
"name": "showInspector",
|
|
4657
|
+
"type": {
|
|
4658
|
+
"text": "boolean"
|
|
4659
|
+
},
|
|
4660
|
+
"default": "false",
|
|
4661
|
+
"fieldName": "showInspector"
|
|
4671
4662
|
}
|
|
4672
4663
|
],
|
|
4673
4664
|
"superclass": {
|
|
4674
4665
|
"name": "LitElement",
|
|
4675
4666
|
"package": "lit"
|
|
4676
4667
|
},
|
|
4668
|
+
"tagName": "ox-scene-viewer",
|
|
4677
4669
|
"customElement": true
|
|
4678
4670
|
}
|
|
4679
4671
|
],
|
|
4680
4672
|
"exports": [
|
|
4681
4673
|
{
|
|
4682
4674
|
"kind": "js",
|
|
4683
|
-
"name": "
|
|
4675
|
+
"name": "default",
|
|
4684
4676
|
"declaration": {
|
|
4685
|
-
"name": "
|
|
4686
|
-
"module": "src/modeller/
|
|
4677
|
+
"name": "OxSceneViewer",
|
|
4678
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4679
|
+
}
|
|
4680
|
+
},
|
|
4681
|
+
{
|
|
4682
|
+
"kind": "custom-element-definition",
|
|
4683
|
+
"name": "ox-scene-viewer",
|
|
4684
|
+
"declaration": {
|
|
4685
|
+
"name": "OxSceneViewer",
|
|
4686
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4687
4687
|
}
|
|
4688
4688
|
}
|
|
4689
4689
|
]
|
|
@@ -6016,51 +6016,22 @@
|
|
|
6016
6016
|
},
|
|
6017
6017
|
{
|
|
6018
6018
|
"kind": "javascript-module",
|
|
6019
|
-
"path": "src/modeller/property-sidebar/
|
|
6020
|
-
"declarations": [
|
|
6021
|
-
{
|
|
6022
|
-
"kind": "variable",
|
|
6023
|
-
"name": "BoxPaddingEditorStyles",
|
|
6024
|
-
"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; } `"
|
|
6025
|
-
}
|
|
6026
|
-
],
|
|
6027
|
-
"exports": [
|
|
6028
|
-
{
|
|
6029
|
-
"kind": "js",
|
|
6030
|
-
"name": "BoxPaddingEditorStyles",
|
|
6031
|
-
"declaration": {
|
|
6032
|
-
"name": "BoxPaddingEditorStyles",
|
|
6033
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6034
|
-
}
|
|
6035
|
-
}
|
|
6036
|
-
]
|
|
6037
|
-
},
|
|
6038
|
-
{
|
|
6039
|
-
"kind": "javascript-module",
|
|
6040
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6019
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6041
6020
|
"declarations": [
|
|
6042
6021
|
{
|
|
6043
6022
|
"kind": "class",
|
|
6044
6023
|
"description": "",
|
|
6045
|
-
"name": "
|
|
6024
|
+
"name": "PropertyStyles",
|
|
6046
6025
|
"members": [
|
|
6047
6026
|
{
|
|
6048
6027
|
"kind": "field",
|
|
6049
6028
|
"name": "value",
|
|
6050
6029
|
"type": {
|
|
6051
|
-
"text": "
|
|
6030
|
+
"text": "any"
|
|
6052
6031
|
},
|
|
6032
|
+
"default": "{}",
|
|
6053
6033
|
"attribute": "value"
|
|
6054
6034
|
},
|
|
6055
|
-
{
|
|
6056
|
-
"kind": "field",
|
|
6057
|
-
"name": "bounds",
|
|
6058
|
-
"type": {
|
|
6059
|
-
"text": "BOUNDS | null"
|
|
6060
|
-
},
|
|
6061
|
-
"default": "null",
|
|
6062
|
-
"attribute": "bounds"
|
|
6063
|
-
},
|
|
6064
6035
|
{
|
|
6065
6036
|
"kind": "field",
|
|
6066
6037
|
"name": "selected",
|
|
@@ -6071,68 +6042,21 @@
|
|
|
6071
6042
|
"attribute": "selected"
|
|
6072
6043
|
},
|
|
6073
6044
|
{
|
|
6074
|
-
"kind": "
|
|
6075
|
-
"name": "
|
|
6076
|
-
"
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
|
|
6081
|
-
|
|
6082
|
-
|
|
6083
|
-
|
|
6084
|
-
"
|
|
6085
|
-
|
|
6086
|
-
"
|
|
6087
|
-
}
|
|
6088
|
-
|
|
6089
|
-
{
|
|
6090
|
-
"kind": "method",
|
|
6091
|
-
"name": "_hasTextProperty",
|
|
6092
|
-
"parameters": [
|
|
6093
|
-
{
|
|
6094
|
-
"name": "selected",
|
|
6095
|
-
"type": {
|
|
6096
|
-
"text": "Component[]"
|
|
6097
|
-
}
|
|
6098
|
-
}
|
|
6099
|
-
]
|
|
6100
|
-
},
|
|
6101
|
-
{
|
|
6102
|
-
"kind": "method",
|
|
6103
|
-
"name": "_hasProperties",
|
|
6104
|
-
"parameters": [
|
|
6105
|
-
{
|
|
6106
|
-
"name": "selected",
|
|
6107
|
-
"type": {
|
|
6108
|
-
"text": "Component[]"
|
|
6109
|
-
}
|
|
6110
|
-
}
|
|
6111
|
-
]
|
|
6112
|
-
},
|
|
6113
|
-
{
|
|
6114
|
-
"kind": "method",
|
|
6115
|
-
"name": "_isIdentifiable",
|
|
6116
|
-
"parameters": [
|
|
6117
|
-
{
|
|
6118
|
-
"name": "selected",
|
|
6119
|
-
"type": {
|
|
6120
|
-
"text": "Component[]"
|
|
6121
|
-
}
|
|
6122
|
-
}
|
|
6123
|
-
]
|
|
6124
|
-
},
|
|
6125
|
-
{
|
|
6126
|
-
"kind": "method",
|
|
6127
|
-
"name": "_isClassIdentifiable",
|
|
6128
|
-
"parameters": [
|
|
6129
|
-
{
|
|
6130
|
-
"name": "selected",
|
|
6131
|
-
"type": {
|
|
6132
|
-
"text": "Component[]"
|
|
6133
|
-
}
|
|
6134
|
-
}
|
|
6135
|
-
]
|
|
6045
|
+
"kind": "field",
|
|
6046
|
+
"name": "fonts",
|
|
6047
|
+
"type": {
|
|
6048
|
+
"text": "any[]"
|
|
6049
|
+
},
|
|
6050
|
+
"default": "[]",
|
|
6051
|
+
"attribute": "fonts"
|
|
6052
|
+
},
|
|
6053
|
+
{
|
|
6054
|
+
"kind": "field",
|
|
6055
|
+
"name": "fontAvailable",
|
|
6056
|
+
"type": {
|
|
6057
|
+
"text": "boolean"
|
|
6058
|
+
},
|
|
6059
|
+
"default": "false"
|
|
6136
6060
|
},
|
|
6137
6061
|
{
|
|
6138
6062
|
"kind": "method",
|
|
@@ -6148,15 +6072,19 @@
|
|
|
6148
6072
|
},
|
|
6149
6073
|
{
|
|
6150
6074
|
"kind": "method",
|
|
6151
|
-
"name": "
|
|
6075
|
+
"name": "_onValueChange",
|
|
6152
6076
|
"parameters": [
|
|
6153
6077
|
{
|
|
6154
|
-
"name": "
|
|
6078
|
+
"name": "e",
|
|
6155
6079
|
"type": {
|
|
6156
|
-
"text": "
|
|
6080
|
+
"text": "Event"
|
|
6157
6081
|
}
|
|
6158
6082
|
}
|
|
6159
|
-
]
|
|
6083
|
+
],
|
|
6084
|
+
"inheritedFrom": {
|
|
6085
|
+
"name": "AbstractProperty",
|
|
6086
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6087
|
+
}
|
|
6160
6088
|
},
|
|
6161
6089
|
{
|
|
6162
6090
|
"kind": "method",
|
|
@@ -6197,62 +6125,57 @@
|
|
|
6197
6125
|
}
|
|
6198
6126
|
}
|
|
6199
6127
|
],
|
|
6200
|
-
"events": [
|
|
6201
|
-
{
|
|
6202
|
-
"name": "bounds-change",
|
|
6203
|
-
"type": {
|
|
6204
|
-
"text": "CustomEvent"
|
|
6205
|
-
}
|
|
6206
|
-
},
|
|
6207
|
-
{
|
|
6208
|
-
"name": "property-change",
|
|
6209
|
-
"type": {
|
|
6210
|
-
"text": "CustomEvent"
|
|
6211
|
-
},
|
|
6212
|
-
"inheritedFrom": {
|
|
6213
|
-
"name": "AbstractProperty",
|
|
6214
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6215
|
-
}
|
|
6216
|
-
}
|
|
6217
|
-
],
|
|
6218
6128
|
"attributes": [
|
|
6219
6129
|
{
|
|
6220
6130
|
"name": "value",
|
|
6221
6131
|
"type": {
|
|
6222
|
-
"text": "
|
|
6132
|
+
"text": "any"
|
|
6223
6133
|
},
|
|
6134
|
+
"default": "{}",
|
|
6224
6135
|
"fieldName": "value"
|
|
6225
6136
|
},
|
|
6226
6137
|
{
|
|
6227
|
-
"name": "
|
|
6138
|
+
"name": "selected",
|
|
6228
6139
|
"type": {
|
|
6229
|
-
"text": "
|
|
6140
|
+
"text": "Component[]"
|
|
6230
6141
|
},
|
|
6231
|
-
"default": "
|
|
6232
|
-
"fieldName": "
|
|
6142
|
+
"default": "[]",
|
|
6143
|
+
"fieldName": "selected"
|
|
6233
6144
|
},
|
|
6234
6145
|
{
|
|
6235
|
-
"name": "
|
|
6146
|
+
"name": "fonts",
|
|
6236
6147
|
"type": {
|
|
6237
|
-
"text": "
|
|
6148
|
+
"text": "any[]"
|
|
6238
6149
|
},
|
|
6239
6150
|
"default": "[]",
|
|
6240
|
-
"fieldName": "
|
|
6151
|
+
"fieldName": "fonts"
|
|
6241
6152
|
}
|
|
6242
6153
|
],
|
|
6243
6154
|
"superclass": {
|
|
6244
6155
|
"name": "AbstractProperty",
|
|
6245
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6246
|
-
}
|
|
6156
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6157
|
+
},
|
|
6158
|
+
"events": [
|
|
6159
|
+
{
|
|
6160
|
+
"name": "property-change",
|
|
6161
|
+
"type": {
|
|
6162
|
+
"text": "CustomEvent"
|
|
6163
|
+
},
|
|
6164
|
+
"inheritedFrom": {
|
|
6165
|
+
"name": "AbstractProperty",
|
|
6166
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6167
|
+
}
|
|
6168
|
+
}
|
|
6169
|
+
]
|
|
6247
6170
|
}
|
|
6248
6171
|
],
|
|
6249
6172
|
"exports": [
|
|
6250
6173
|
{
|
|
6251
6174
|
"kind": "js",
|
|
6252
|
-
"name": "
|
|
6175
|
+
"name": "PropertyStyles",
|
|
6253
6176
|
"declaration": {
|
|
6254
|
-
"name": "
|
|
6255
|
-
"module": "src/modeller/property-sidebar/
|
|
6177
|
+
"name": "PropertyStyles",
|
|
6178
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6256
6179
|
}
|
|
6257
6180
|
}
|
|
6258
6181
|
]
|
|
@@ -6606,47 +6529,123 @@
|
|
|
6606
6529
|
},
|
|
6607
6530
|
{
|
|
6608
6531
|
"kind": "javascript-module",
|
|
6609
|
-
"path": "src/modeller/property-sidebar/
|
|
6532
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6533
|
+
"declarations": [
|
|
6534
|
+
{
|
|
6535
|
+
"kind": "variable",
|
|
6536
|
+
"name": "BoxPaddingEditorStyles",
|
|
6537
|
+
"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; } `"
|
|
6538
|
+
}
|
|
6539
|
+
],
|
|
6540
|
+
"exports": [
|
|
6541
|
+
{
|
|
6542
|
+
"kind": "js",
|
|
6543
|
+
"name": "BoxPaddingEditorStyles",
|
|
6544
|
+
"declaration": {
|
|
6545
|
+
"name": "BoxPaddingEditorStyles",
|
|
6546
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6547
|
+
}
|
|
6548
|
+
}
|
|
6549
|
+
]
|
|
6550
|
+
},
|
|
6551
|
+
{
|
|
6552
|
+
"kind": "javascript-module",
|
|
6553
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6610
6554
|
"declarations": [
|
|
6611
6555
|
{
|
|
6612
6556
|
"kind": "class",
|
|
6613
6557
|
"description": "",
|
|
6614
|
-
"name": "
|
|
6558
|
+
"name": "PropertyShapes",
|
|
6615
6559
|
"members": [
|
|
6616
6560
|
{
|
|
6617
6561
|
"kind": "field",
|
|
6618
6562
|
"name": "value",
|
|
6619
6563
|
"type": {
|
|
6620
|
-
"text": "
|
|
6564
|
+
"text": "Properties | undefined"
|
|
6621
6565
|
},
|
|
6622
|
-
"default": "{}",
|
|
6623
6566
|
"attribute": "value"
|
|
6624
6567
|
},
|
|
6625
6568
|
{
|
|
6626
6569
|
"kind": "field",
|
|
6627
|
-
"name": "
|
|
6570
|
+
"name": "bounds",
|
|
6628
6571
|
"type": {
|
|
6629
|
-
"text": "
|
|
6572
|
+
"text": "BOUNDS | null"
|
|
6630
6573
|
},
|
|
6631
|
-
"default": "
|
|
6632
|
-
"attribute": "
|
|
6574
|
+
"default": "null",
|
|
6575
|
+
"attribute": "bounds"
|
|
6633
6576
|
},
|
|
6634
6577
|
{
|
|
6635
6578
|
"kind": "field",
|
|
6636
|
-
"name": "
|
|
6579
|
+
"name": "selected",
|
|
6637
6580
|
"type": {
|
|
6638
|
-
"text": "
|
|
6581
|
+
"text": "Component[]"
|
|
6639
6582
|
},
|
|
6640
6583
|
"default": "[]",
|
|
6641
|
-
"attribute": "
|
|
6584
|
+
"attribute": "selected"
|
|
6642
6585
|
},
|
|
6643
6586
|
{
|
|
6644
|
-
"kind": "
|
|
6645
|
-
"name": "
|
|
6646
|
-
"
|
|
6647
|
-
|
|
6648
|
-
|
|
6649
|
-
|
|
6587
|
+
"kind": "method",
|
|
6588
|
+
"name": "_onValueChange",
|
|
6589
|
+
"parameters": [
|
|
6590
|
+
{
|
|
6591
|
+
"name": "e",
|
|
6592
|
+
"type": {
|
|
6593
|
+
"text": "Event"
|
|
6594
|
+
}
|
|
6595
|
+
}
|
|
6596
|
+
],
|
|
6597
|
+
"inheritedFrom": {
|
|
6598
|
+
"name": "AbstractProperty",
|
|
6599
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6600
|
+
}
|
|
6601
|
+
},
|
|
6602
|
+
{
|
|
6603
|
+
"kind": "method",
|
|
6604
|
+
"name": "_hasTextProperty",
|
|
6605
|
+
"parameters": [
|
|
6606
|
+
{
|
|
6607
|
+
"name": "selected",
|
|
6608
|
+
"type": {
|
|
6609
|
+
"text": "Component[]"
|
|
6610
|
+
}
|
|
6611
|
+
}
|
|
6612
|
+
]
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"kind": "method",
|
|
6616
|
+
"name": "_hasProperties",
|
|
6617
|
+
"parameters": [
|
|
6618
|
+
{
|
|
6619
|
+
"name": "selected",
|
|
6620
|
+
"type": {
|
|
6621
|
+
"text": "Component[]"
|
|
6622
|
+
}
|
|
6623
|
+
}
|
|
6624
|
+
]
|
|
6625
|
+
},
|
|
6626
|
+
{
|
|
6627
|
+
"kind": "method",
|
|
6628
|
+
"name": "_isIdentifiable",
|
|
6629
|
+
"parameters": [
|
|
6630
|
+
{
|
|
6631
|
+
"name": "selected",
|
|
6632
|
+
"type": {
|
|
6633
|
+
"text": "Component[]"
|
|
6634
|
+
}
|
|
6635
|
+
}
|
|
6636
|
+
]
|
|
6637
|
+
},
|
|
6638
|
+
{
|
|
6639
|
+
"kind": "method",
|
|
6640
|
+
"name": "_isClassIdentifiable",
|
|
6641
|
+
"parameters": [
|
|
6642
|
+
{
|
|
6643
|
+
"name": "selected",
|
|
6644
|
+
"type": {
|
|
6645
|
+
"text": "Component[]"
|
|
6646
|
+
}
|
|
6647
|
+
}
|
|
6648
|
+
]
|
|
6650
6649
|
},
|
|
6651
6650
|
{
|
|
6652
6651
|
"kind": "method",
|
|
@@ -6662,19 +6661,15 @@
|
|
|
6662
6661
|
},
|
|
6663
6662
|
{
|
|
6664
6663
|
"kind": "method",
|
|
6665
|
-
"name": "
|
|
6664
|
+
"name": "_is3dish",
|
|
6666
6665
|
"parameters": [
|
|
6667
6666
|
{
|
|
6668
|
-
"name": "
|
|
6667
|
+
"name": "selected",
|
|
6669
6668
|
"type": {
|
|
6670
|
-
"text": "
|
|
6669
|
+
"text": "Component[]"
|
|
6671
6670
|
}
|
|
6672
6671
|
}
|
|
6673
|
-
]
|
|
6674
|
-
"inheritedFrom": {
|
|
6675
|
-
"name": "AbstractProperty",
|
|
6676
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6677
|
-
}
|
|
6672
|
+
]
|
|
6678
6673
|
},
|
|
6679
6674
|
{
|
|
6680
6675
|
"kind": "method",
|
|
@@ -6715,57 +6710,62 @@
|
|
|
6715
6710
|
}
|
|
6716
6711
|
}
|
|
6717
6712
|
],
|
|
6713
|
+
"events": [
|
|
6714
|
+
{
|
|
6715
|
+
"name": "bounds-change",
|
|
6716
|
+
"type": {
|
|
6717
|
+
"text": "CustomEvent"
|
|
6718
|
+
}
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
"name": "property-change",
|
|
6722
|
+
"type": {
|
|
6723
|
+
"text": "CustomEvent"
|
|
6724
|
+
},
|
|
6725
|
+
"inheritedFrom": {
|
|
6726
|
+
"name": "AbstractProperty",
|
|
6727
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6728
|
+
}
|
|
6729
|
+
}
|
|
6730
|
+
],
|
|
6718
6731
|
"attributes": [
|
|
6719
6732
|
{
|
|
6720
6733
|
"name": "value",
|
|
6721
6734
|
"type": {
|
|
6722
|
-
"text": "
|
|
6735
|
+
"text": "Properties | undefined"
|
|
6723
6736
|
},
|
|
6724
|
-
"default": "{}",
|
|
6725
6737
|
"fieldName": "value"
|
|
6726
6738
|
},
|
|
6727
6739
|
{
|
|
6728
|
-
"name": "
|
|
6740
|
+
"name": "bounds",
|
|
6729
6741
|
"type": {
|
|
6730
|
-
"text": "
|
|
6742
|
+
"text": "BOUNDS | null"
|
|
6731
6743
|
},
|
|
6732
|
-
"default": "
|
|
6733
|
-
"fieldName": "
|
|
6744
|
+
"default": "null",
|
|
6745
|
+
"fieldName": "bounds"
|
|
6734
6746
|
},
|
|
6735
6747
|
{
|
|
6736
|
-
"name": "
|
|
6748
|
+
"name": "selected",
|
|
6737
6749
|
"type": {
|
|
6738
|
-
"text": "
|
|
6750
|
+
"text": "Component[]"
|
|
6739
6751
|
},
|
|
6740
6752
|
"default": "[]",
|
|
6741
|
-
"fieldName": "
|
|
6753
|
+
"fieldName": "selected"
|
|
6742
6754
|
}
|
|
6743
6755
|
],
|
|
6744
6756
|
"superclass": {
|
|
6745
6757
|
"name": "AbstractProperty",
|
|
6746
|
-
"module": "/src/modeller/property-sidebar/abstract-property
|
|
6747
|
-
}
|
|
6748
|
-
"events": [
|
|
6749
|
-
{
|
|
6750
|
-
"name": "property-change",
|
|
6751
|
-
"type": {
|
|
6752
|
-
"text": "CustomEvent"
|
|
6753
|
-
},
|
|
6754
|
-
"inheritedFrom": {
|
|
6755
|
-
"name": "AbstractProperty",
|
|
6756
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6757
|
-
}
|
|
6758
|
-
}
|
|
6759
|
-
]
|
|
6758
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6759
|
+
}
|
|
6760
6760
|
}
|
|
6761
6761
|
],
|
|
6762
6762
|
"exports": [
|
|
6763
6763
|
{
|
|
6764
6764
|
"kind": "js",
|
|
6765
|
-
"name": "
|
|
6765
|
+
"name": "PropertyShapes",
|
|
6766
6766
|
"declaration": {
|
|
6767
|
-
"name": "
|
|
6768
|
-
"module": "src/modeller/property-sidebar/
|
|
6767
|
+
"name": "PropertyShapes",
|
|
6768
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6769
6769
|
}
|
|
6770
6770
|
}
|
|
6771
6771
|
]
|