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