@fmsim/board 1.0.41 → 1.0.44
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
CHANGED
|
@@ -2,91 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "stories/restful-attachment-selector.stories.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "variable",
|
|
11
|
-
"name": "meta",
|
|
12
|
-
"default": "{ title: 'Components/RestfulAttachmentSelector', component: 'restful-attachment-selector', argTypes: { category: { control: 'select', options: ['', 'audio', 'video', 'image', 'text', 'application'], description: '첨부파일 카테고리' }, creatable: { control: 'boolean', description: '파일 업로드 가능 여부' }, userName: { control: 'text', description: '사용자 이름' } }, parameters: { layout: 'centered' } } satisfies Meta"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"kind": "variable",
|
|
16
|
-
"name": "Default",
|
|
17
|
-
"type": {
|
|
18
|
-
"text": "Story"
|
|
19
|
-
},
|
|
20
|
-
"default": "{ render: args => html` <restful-attachment-selector .category=${args.category} .creatable=${args.creatable} .userName=${args.userName} style=\"width: 800px; height: 600px;\" ></restful-attachment-selector> `, args: { category: '', creatable: true, userName: 'testUser' } }"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"kind": "variable",
|
|
24
|
-
"name": "WithCategory",
|
|
25
|
-
"type": {
|
|
26
|
-
"text": "Story"
|
|
27
|
-
},
|
|
28
|
-
"default": "{ ...Default, args: { ...Default.args, category: 'document' } }"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"kind": "variable",
|
|
32
|
-
"name": "ReadOnly",
|
|
33
|
-
"type": {
|
|
34
|
-
"text": "Story"
|
|
35
|
-
},
|
|
36
|
-
"default": "{ ...Default, args: { ...Default.args, creatable: false } }"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"kind": "variable",
|
|
40
|
-
"name": "WithTestData",
|
|
41
|
-
"type": {
|
|
42
|
-
"text": "Story"
|
|
43
|
-
},
|
|
44
|
-
"default": "{ ...Default, args: { ...Default.args, category: 'document' }, play: async ({ canvasElement }) => { const selector = canvasElement.querySelector('restful-attachment-selector') as RestfulAttachmentSelector if (selector) { // 테스트 데이터 주입 selector.attachments = [ { id: 'test-1', name: 'test1.txt', description: 'Test file 1', mimetype: 'text/plain', encoding: '7bit', category: 'document', path: 'test1.txt', bulk: '27', createdAt: new Date().toISOString(), updatedAt: new Date().toISOString(), creatorId: 'testUser', updaterId: 'testUser', fullpath: 'http://localhost:16060/mcs/lv/images/test1.txt', download: 'http://localhost:16060/mcs/lv/downloadFile/test1.txt' }, { id: 'test-2', name: 'test2.jpg', description: 'Test image', mimetype: 'image/jpeg', encoding: '7bit', category: 'image', path: 'test2.jpg', bulk: '1024', createdAt: new Date().toISOString(), updatedAt: new Date().toISOString(), creatorId: 'testUser', updaterId: 'testUser', fullpath: 'http://localhost:16060/mcs/lv/images/test2.jpg', download: 'http://localhost:16060/mcs/lv/downloadFile/test2.jpg' } ] } } }"
|
|
45
|
-
}
|
|
46
|
-
],
|
|
47
|
-
"exports": [
|
|
48
|
-
{
|
|
49
|
-
"kind": "js",
|
|
50
|
-
"name": "default",
|
|
51
|
-
"declaration": {
|
|
52
|
-
"name": "meta",
|
|
53
|
-
"module": "stories/restful-attachment-selector.stories.ts"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"kind": "js",
|
|
58
|
-
"name": "Default",
|
|
59
|
-
"declaration": {
|
|
60
|
-
"name": "Default",
|
|
61
|
-
"module": "stories/restful-attachment-selector.stories.ts"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"kind": "js",
|
|
66
|
-
"name": "WithCategory",
|
|
67
|
-
"declaration": {
|
|
68
|
-
"name": "WithCategory",
|
|
69
|
-
"module": "stories/restful-attachment-selector.stories.ts"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"kind": "js",
|
|
74
|
-
"name": "ReadOnly",
|
|
75
|
-
"declaration": {
|
|
76
|
-
"name": "ReadOnly",
|
|
77
|
-
"module": "stories/restful-attachment-selector.stories.ts"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"kind": "js",
|
|
82
|
-
"name": "WithTestData",
|
|
83
|
-
"declaration": {
|
|
84
|
-
"name": "WithTestData",
|
|
85
|
-
"module": "stories/restful-attachment-selector.stories.ts"
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
]
|
|
89
|
-
},
|
|
90
5
|
{
|
|
91
6
|
"kind": "javascript-module",
|
|
92
7
|
"path": "src/index.ts",
|
|
@@ -1092,6 +1007,15 @@
|
|
|
1092
1007
|
},
|
|
1093
1008
|
"privacy": "private"
|
|
1094
1009
|
},
|
|
1010
|
+
{
|
|
1011
|
+
"kind": "field",
|
|
1012
|
+
"name": "lastComponent",
|
|
1013
|
+
"type": {
|
|
1014
|
+
"text": "Component | null"
|
|
1015
|
+
},
|
|
1016
|
+
"privacy": "private",
|
|
1017
|
+
"default": "null"
|
|
1018
|
+
},
|
|
1095
1019
|
{
|
|
1096
1020
|
"kind": "field",
|
|
1097
1021
|
"name": "fetchIFactsDataHandler"
|
|
@@ -1720,6 +1644,91 @@
|
|
|
1720
1644
|
"declarations": [],
|
|
1721
1645
|
"exports": []
|
|
1722
1646
|
},
|
|
1647
|
+
{
|
|
1648
|
+
"kind": "javascript-module",
|
|
1649
|
+
"path": "stories/restful-attachment-selector.stories.ts",
|
|
1650
|
+
"declarations": [
|
|
1651
|
+
{
|
|
1652
|
+
"kind": "variable",
|
|
1653
|
+
"name": "meta",
|
|
1654
|
+
"default": "{ title: 'Components/RestfulAttachmentSelector', component: 'restful-attachment-selector', argTypes: { category: { control: 'select', options: ['', 'audio', 'video', 'image', 'text', 'application'], description: '첨부파일 카테고리' }, creatable: { control: 'boolean', description: '파일 업로드 가능 여부' }, userName: { control: 'text', description: '사용자 이름' } }, parameters: { layout: 'centered' } } satisfies Meta"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"kind": "variable",
|
|
1658
|
+
"name": "Default",
|
|
1659
|
+
"type": {
|
|
1660
|
+
"text": "Story"
|
|
1661
|
+
},
|
|
1662
|
+
"default": "{ render: args => html` <restful-attachment-selector .category=${args.category} .creatable=${args.creatable} .userName=${args.userName} style=\"width: 800px; height: 600px;\" ></restful-attachment-selector> `, args: { category: '', creatable: true, userName: 'testUser' } }"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"kind": "variable",
|
|
1666
|
+
"name": "WithCategory",
|
|
1667
|
+
"type": {
|
|
1668
|
+
"text": "Story"
|
|
1669
|
+
},
|
|
1670
|
+
"default": "{ ...Default, args: { ...Default.args, category: 'document' } }"
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"kind": "variable",
|
|
1674
|
+
"name": "ReadOnly",
|
|
1675
|
+
"type": {
|
|
1676
|
+
"text": "Story"
|
|
1677
|
+
},
|
|
1678
|
+
"default": "{ ...Default, args: { ...Default.args, creatable: false } }"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"kind": "variable",
|
|
1682
|
+
"name": "WithTestData",
|
|
1683
|
+
"type": {
|
|
1684
|
+
"text": "Story"
|
|
1685
|
+
},
|
|
1686
|
+
"default": "{ ...Default, args: { ...Default.args, category: 'document' }, play: async ({ canvasElement }) => { const selector = canvasElement.querySelector('restful-attachment-selector') as RestfulAttachmentSelector if (selector) { // 테스트 데이터 주입 selector.attachments = [ { id: 'test-1', name: 'test1.txt', description: 'Test file 1', mimetype: 'text/plain', encoding: '7bit', category: 'document', path: 'test1.txt', bulk: '27', createdAt: new Date().toISOString(), updatedAt: new Date().toISOString(), creatorId: 'testUser', updaterId: 'testUser', fullpath: 'http://localhost:16060/mcs/lv/images/test1.txt', download: 'http://localhost:16060/mcs/lv/downloadFile/test1.txt' }, { id: 'test-2', name: 'test2.jpg', description: 'Test image', mimetype: 'image/jpeg', encoding: '7bit', category: 'image', path: 'test2.jpg', bulk: '1024', createdAt: new Date().toISOString(), updatedAt: new Date().toISOString(), creatorId: 'testUser', updaterId: 'testUser', fullpath: 'http://localhost:16060/mcs/lv/images/test2.jpg', download: 'http://localhost:16060/mcs/lv/downloadFile/test2.jpg' } ] } } }"
|
|
1687
|
+
}
|
|
1688
|
+
],
|
|
1689
|
+
"exports": [
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "js",
|
|
1692
|
+
"name": "default",
|
|
1693
|
+
"declaration": {
|
|
1694
|
+
"name": "meta",
|
|
1695
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"kind": "js",
|
|
1700
|
+
"name": "Default",
|
|
1701
|
+
"declaration": {
|
|
1702
|
+
"name": "Default",
|
|
1703
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
1704
|
+
}
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"kind": "js",
|
|
1708
|
+
"name": "WithCategory",
|
|
1709
|
+
"declaration": {
|
|
1710
|
+
"name": "WithCategory",
|
|
1711
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"kind": "js",
|
|
1716
|
+
"name": "ReadOnly",
|
|
1717
|
+
"declaration": {
|
|
1718
|
+
"name": "ReadOnly",
|
|
1719
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"kind": "js",
|
|
1724
|
+
"name": "WithTestData",
|
|
1725
|
+
"declaration": {
|
|
1726
|
+
"name": "WithTestData",
|
|
1727
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
]
|
|
1731
|
+
},
|
|
1723
1732
|
{
|
|
1724
1733
|
"kind": "javascript-module",
|
|
1725
1734
|
"path": "src/component/etc.ts",
|
|
@@ -5776,41 +5785,30 @@
|
|
|
5776
5785
|
},
|
|
5777
5786
|
{
|
|
5778
5787
|
"kind": "javascript-module",
|
|
5779
|
-
"path": "src/modeller/property-sidebar/
|
|
5780
|
-
"declarations": [
|
|
5781
|
-
{
|
|
5782
|
-
"kind": "variable",
|
|
5783
|
-
"name": "EffectsSharedStyle",
|
|
5784
|
-
"default": "css` :host { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } * { align-self: stretch; } label { grid-column: span 3; text-align: right; text-transform: capitalize; align-self: center; } input, select, ox-input-angle, ox-input-color, [custom-editor] { grid-column: span 7; } input, select, ox-input-angle input, ox-input-color input, [custom-editor] input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } input[type='checkbox'] { grid-column: 4 / 5; align-self: center; } label.checkbox-label { grid-column: span 6; text-align: left; } [fullwidth] { grid-column: 1 / -1; } `"
|
|
5785
|
-
}
|
|
5786
|
-
],
|
|
5787
|
-
"exports": [
|
|
5788
|
-
{
|
|
5789
|
-
"kind": "js",
|
|
5790
|
-
"name": "EffectsSharedStyle",
|
|
5791
|
-
"declaration": {
|
|
5792
|
-
"name": "EffectsSharedStyle",
|
|
5793
|
-
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5794
|
-
}
|
|
5795
|
-
}
|
|
5796
|
-
]
|
|
5797
|
-
},
|
|
5798
|
-
{
|
|
5799
|
-
"kind": "javascript-module",
|
|
5800
|
-
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5788
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
5801
5789
|
"declarations": [
|
|
5802
5790
|
{
|
|
5803
5791
|
"kind": "class",
|
|
5804
|
-
"description": "",
|
|
5805
|
-
"name": "
|
|
5792
|
+
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
5793
|
+
"name": "DataBindingMapper",
|
|
5806
5794
|
"members": [
|
|
5807
5795
|
{
|
|
5808
5796
|
"kind": "field",
|
|
5809
|
-
"name": "
|
|
5797
|
+
"name": "mapping",
|
|
5810
5798
|
"type": {
|
|
5811
|
-
"text": "
|
|
5799
|
+
"text": "Mapping"
|
|
5812
5800
|
},
|
|
5813
|
-
"
|
|
5801
|
+
"default": "{ rule: 'value' }",
|
|
5802
|
+
"attribute": "mapping"
|
|
5803
|
+
},
|
|
5804
|
+
{
|
|
5805
|
+
"kind": "field",
|
|
5806
|
+
"name": "rule",
|
|
5807
|
+
"type": {
|
|
5808
|
+
"text": "Rule"
|
|
5809
|
+
},
|
|
5810
|
+
"default": "{}",
|
|
5811
|
+
"attribute": "rule"
|
|
5814
5812
|
},
|
|
5815
5813
|
{
|
|
5816
5814
|
"kind": "field",
|
|
@@ -5822,250 +5820,251 @@
|
|
|
5822
5820
|
},
|
|
5823
5821
|
{
|
|
5824
5822
|
"kind": "field",
|
|
5825
|
-
"name": "
|
|
5823
|
+
"name": "_valueTypes",
|
|
5826
5824
|
"type": {
|
|
5827
|
-
"text": "
|
|
5825
|
+
"text": "any"
|
|
5828
5826
|
},
|
|
5829
|
-
"default": "
|
|
5830
|
-
"attribute": "selected"
|
|
5827
|
+
"default": "{ play: 'boolean', hidden: 'boolean', started: 'boolean', rotation: 'number', value: 'number', fillStyle: 'color', strokeStyle: 'color', fontColor: 'color', data: 'object', source: 'attachment', location: 'object', dimension: 'object', text: 'string', ref: 'string' }"
|
|
5831
5828
|
},
|
|
5832
5829
|
{
|
|
5833
5830
|
"kind": "field",
|
|
5834
|
-
"name": "
|
|
5835
|
-
"
|
|
5836
|
-
|
|
5831
|
+
"name": "_componentIds",
|
|
5832
|
+
"type": {
|
|
5833
|
+
"text": "{ value: string; description: string }[]"
|
|
5834
|
+
},
|
|
5835
|
+
"default": "[]"
|
|
5836
|
+
},
|
|
5837
|
+
{
|
|
5838
|
+
"kind": "field",
|
|
5839
|
+
"name": "editor",
|
|
5840
|
+
"type": {
|
|
5841
|
+
"text": "HTMLInputElement"
|
|
5842
|
+
}
|
|
5843
|
+
},
|
|
5844
|
+
{
|
|
5845
|
+
"kind": "field",
|
|
5846
|
+
"name": "target",
|
|
5847
|
+
"type": {
|
|
5848
|
+
"text": "HTMLInputElement"
|
|
5849
|
+
}
|
|
5837
5850
|
},
|
|
5838
5851
|
{
|
|
5839
5852
|
"kind": "method",
|
|
5840
|
-
"name": "
|
|
5853
|
+
"name": "_valuetype",
|
|
5841
5854
|
"parameters": [
|
|
5842
5855
|
{
|
|
5843
|
-
"name": "
|
|
5856
|
+
"name": "property",
|
|
5844
5857
|
"type": {
|
|
5845
|
-
"text": "
|
|
5858
|
+
"text": "string"
|
|
5846
5859
|
}
|
|
5847
5860
|
}
|
|
5848
|
-
]
|
|
5849
|
-
|
|
5850
|
-
|
|
5851
|
-
|
|
5852
|
-
|
|
5861
|
+
]
|
|
5862
|
+
},
|
|
5863
|
+
{
|
|
5864
|
+
"kind": "field",
|
|
5865
|
+
"name": "_keep_saved_rule_params",
|
|
5866
|
+
"type": {
|
|
5867
|
+
"text": "boolean"
|
|
5868
|
+
},
|
|
5869
|
+
"privacy": "private",
|
|
5870
|
+
"default": "false"
|
|
5853
5871
|
},
|
|
5854
5872
|
{
|
|
5855
5873
|
"kind": "method",
|
|
5856
|
-
"name": "
|
|
5874
|
+
"name": "_onChangedMapping"
|
|
5875
|
+
},
|
|
5876
|
+
{
|
|
5877
|
+
"kind": "method",
|
|
5878
|
+
"name": "_onChangeRule",
|
|
5857
5879
|
"parameters": [
|
|
5858
5880
|
{
|
|
5859
|
-
"name": "
|
|
5881
|
+
"name": "e",
|
|
5860
5882
|
"type": {
|
|
5861
|
-
"text": "
|
|
5883
|
+
"text": "Event"
|
|
5862
5884
|
}
|
|
5863
5885
|
}
|
|
5864
|
-
]
|
|
5865
|
-
"inheritedFrom": {
|
|
5866
|
-
"name": "AbstractProperty",
|
|
5867
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5868
|
-
}
|
|
5886
|
+
]
|
|
5869
5887
|
},
|
|
5870
5888
|
{
|
|
5871
5889
|
"kind": "method",
|
|
5872
|
-
"name": "
|
|
5890
|
+
"name": "_onChange",
|
|
5873
5891
|
"parameters": [
|
|
5874
5892
|
{
|
|
5875
|
-
"name": "
|
|
5876
|
-
"type": {
|
|
5877
|
-
"text": "string"
|
|
5878
|
-
}
|
|
5879
|
-
},
|
|
5880
|
-
{
|
|
5881
|
-
"name": "value",
|
|
5893
|
+
"name": "e",
|
|
5882
5894
|
"type": {
|
|
5883
|
-
"text": "
|
|
5895
|
+
"text": "Event"
|
|
5884
5896
|
}
|
|
5885
5897
|
}
|
|
5886
|
-
]
|
|
5887
|
-
|
|
5888
|
-
|
|
5889
|
-
|
|
5898
|
+
]
|
|
5899
|
+
}
|
|
5900
|
+
],
|
|
5901
|
+
"events": [
|
|
5902
|
+
{
|
|
5903
|
+
"name": "value-change",
|
|
5904
|
+
"type": {
|
|
5905
|
+
"text": "CustomEvent"
|
|
5890
5906
|
}
|
|
5891
5907
|
}
|
|
5892
5908
|
],
|
|
5893
5909
|
"attributes": [
|
|
5894
5910
|
{
|
|
5895
|
-
"name": "
|
|
5911
|
+
"name": "mapping",
|
|
5896
5912
|
"type": {
|
|
5897
|
-
"text": "
|
|
5913
|
+
"text": "Mapping"
|
|
5898
5914
|
},
|
|
5899
|
-
"
|
|
5915
|
+
"default": "{ rule: 'value' }",
|
|
5916
|
+
"fieldName": "mapping"
|
|
5900
5917
|
},
|
|
5901
5918
|
{
|
|
5902
|
-
"name": "
|
|
5919
|
+
"name": "rule",
|
|
5903
5920
|
"type": {
|
|
5904
|
-
"text": "
|
|
5921
|
+
"text": "Rule"
|
|
5905
5922
|
},
|
|
5906
|
-
"
|
|
5923
|
+
"default": "{}",
|
|
5924
|
+
"fieldName": "rule"
|
|
5907
5925
|
},
|
|
5908
5926
|
{
|
|
5909
|
-
"name": "
|
|
5927
|
+
"name": "properties",
|
|
5910
5928
|
"type": {
|
|
5911
|
-
"text": "
|
|
5929
|
+
"text": "Properties[]"
|
|
5912
5930
|
},
|
|
5913
5931
|
"default": "[]",
|
|
5914
|
-
"fieldName": "
|
|
5915
|
-
}
|
|
5916
|
-
],
|
|
5917
|
-
"mixins": [
|
|
5932
|
+
"fieldName": "properties"
|
|
5933
|
+
},
|
|
5918
5934
|
{
|
|
5919
|
-
"name": "
|
|
5920
|
-
"
|
|
5935
|
+
"name": "scene",
|
|
5936
|
+
"type": {
|
|
5937
|
+
"text": "Scene | undefined"
|
|
5938
|
+
},
|
|
5939
|
+
"fieldName": "scene"
|
|
5921
5940
|
}
|
|
5922
5941
|
],
|
|
5923
5942
|
"superclass": {
|
|
5924
|
-
"name": "
|
|
5925
|
-
"
|
|
5943
|
+
"name": "LitElement",
|
|
5944
|
+
"package": "lit"
|
|
5926
5945
|
},
|
|
5927
|
-
"
|
|
5928
|
-
{
|
|
5929
|
-
"name": "property-change",
|
|
5930
|
-
"type": {
|
|
5931
|
-
"text": "CustomEvent"
|
|
5932
|
-
},
|
|
5933
|
-
"inheritedFrom": {
|
|
5934
|
-
"name": "AbstractProperty",
|
|
5935
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5936
|
-
}
|
|
5937
|
-
}
|
|
5938
|
-
]
|
|
5946
|
+
"customElement": true
|
|
5939
5947
|
}
|
|
5940
5948
|
],
|
|
5941
5949
|
"exports": [
|
|
5942
5950
|
{
|
|
5943
5951
|
"kind": "js",
|
|
5944
|
-
"name": "
|
|
5952
|
+
"name": "DataBindingMapper",
|
|
5945
5953
|
"declaration": {
|
|
5946
|
-
"name": "
|
|
5947
|
-
"module": "src/modeller/property-sidebar/
|
|
5954
|
+
"name": "DataBindingMapper",
|
|
5955
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
5948
5956
|
}
|
|
5949
5957
|
}
|
|
5950
5958
|
]
|
|
5951
5959
|
},
|
|
5952
5960
|
{
|
|
5953
5961
|
"kind": "javascript-module",
|
|
5954
|
-
"path": "src/modeller/property-sidebar/
|
|
5962
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
5955
5963
|
"declarations": [
|
|
5956
5964
|
{
|
|
5957
5965
|
"kind": "class",
|
|
5958
5966
|
"description": "",
|
|
5959
|
-
"name": "
|
|
5967
|
+
"name": "DataBindingValueMap",
|
|
5960
5968
|
"members": [
|
|
5961
|
-
{
|
|
5962
|
-
"kind": "field",
|
|
5963
|
-
"name": "value",
|
|
5964
|
-
"type": {
|
|
5965
|
-
"text": "Properties | undefined"
|
|
5966
|
-
},
|
|
5967
|
-
"attribute": "value"
|
|
5968
|
-
},
|
|
5969
|
-
{
|
|
5970
|
-
"kind": "field",
|
|
5971
|
-
"name": "scene",
|
|
5972
|
-
"type": {
|
|
5973
|
-
"text": "Scene | undefined"
|
|
5974
|
-
},
|
|
5975
|
-
"attribute": "scene"
|
|
5976
|
-
},
|
|
5977
|
-
{
|
|
5978
|
-
"kind": "method",
|
|
5979
|
-
"name": "_getPlaceHoder",
|
|
5980
|
-
"parameters": [
|
|
5981
|
-
{
|
|
5982
|
-
"name": "action",
|
|
5983
|
-
"type": {
|
|
5984
|
-
"text": "string"
|
|
5985
|
-
}
|
|
5986
|
-
}
|
|
5987
|
-
]
|
|
5988
|
-
},
|
|
5989
5969
|
{
|
|
5990
5970
|
"kind": "method",
|
|
5991
|
-
"name": "
|
|
5992
|
-
"return": {
|
|
5993
|
-
"type": {
|
|
5994
|
-
"text": "{ value: string; description: string }[]"
|
|
5995
|
-
}
|
|
5996
|
-
},
|
|
5971
|
+
"name": "valueInputTemplate",
|
|
5997
5972
|
"parameters": [
|
|
5998
5973
|
{
|
|
5999
|
-
"name": "
|
|
5974
|
+
"name": "value",
|
|
5975
|
+
"optional": true,
|
|
6000
5976
|
"type": {
|
|
6001
|
-
"text": "
|
|
5977
|
+
"text": "any"
|
|
6002
5978
|
}
|
|
6003
5979
|
}
|
|
6004
5980
|
]
|
|
6005
|
-
}
|
|
5981
|
+
}
|
|
5982
|
+
],
|
|
5983
|
+
"superclass": {
|
|
5984
|
+
"name": "OxInputValueMap",
|
|
5985
|
+
"package": "@operato/input"
|
|
5986
|
+
},
|
|
5987
|
+
"tagName": "data-binding-value-map",
|
|
5988
|
+
"customElement": true
|
|
5989
|
+
}
|
|
5990
|
+
],
|
|
5991
|
+
"exports": [
|
|
5992
|
+
{
|
|
5993
|
+
"kind": "js",
|
|
5994
|
+
"name": "DataBindingValueMap",
|
|
5995
|
+
"declaration": {
|
|
5996
|
+
"name": "DataBindingValueMap",
|
|
5997
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
5998
|
+
}
|
|
5999
|
+
},
|
|
6000
|
+
{
|
|
6001
|
+
"kind": "custom-element-definition",
|
|
6002
|
+
"name": "data-binding-value-map",
|
|
6003
|
+
"declaration": {
|
|
6004
|
+
"name": "DataBindingValueMap",
|
|
6005
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
6006
|
+
}
|
|
6007
|
+
}
|
|
6008
|
+
]
|
|
6009
|
+
},
|
|
6010
|
+
{
|
|
6011
|
+
"kind": "javascript-module",
|
|
6012
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts",
|
|
6013
|
+
"declarations": [
|
|
6014
|
+
{
|
|
6015
|
+
"kind": "class",
|
|
6016
|
+
"description": "",
|
|
6017
|
+
"name": "DataBindingValueRange",
|
|
6018
|
+
"members": [
|
|
6006
6019
|
{
|
|
6007
6020
|
"kind": "method",
|
|
6008
|
-
"name": "
|
|
6021
|
+
"name": "valueInputTemplate",
|
|
6009
6022
|
"parameters": [
|
|
6010
6023
|
{
|
|
6011
|
-
"name": "
|
|
6024
|
+
"name": "value",
|
|
6025
|
+
"optional": true,
|
|
6012
6026
|
"type": {
|
|
6013
|
-
"text": "
|
|
6027
|
+
"text": "any"
|
|
6014
6028
|
}
|
|
6015
6029
|
}
|
|
6016
6030
|
]
|
|
6017
6031
|
}
|
|
6018
6032
|
],
|
|
6019
|
-
"events": [
|
|
6020
|
-
{
|
|
6021
|
-
"name": "change",
|
|
6022
|
-
"type": {
|
|
6023
|
-
"text": "CustomEvent"
|
|
6024
|
-
}
|
|
6025
|
-
}
|
|
6026
|
-
],
|
|
6027
|
-
"attributes": [
|
|
6028
|
-
{
|
|
6029
|
-
"name": "value",
|
|
6030
|
-
"type": {
|
|
6031
|
-
"text": "Properties | undefined"
|
|
6032
|
-
},
|
|
6033
|
-
"fieldName": "value"
|
|
6034
|
-
},
|
|
6035
|
-
{
|
|
6036
|
-
"name": "scene",
|
|
6037
|
-
"type": {
|
|
6038
|
-
"text": "Scene | undefined"
|
|
6039
|
-
},
|
|
6040
|
-
"fieldName": "scene"
|
|
6041
|
-
}
|
|
6042
|
-
],
|
|
6043
6033
|
"superclass": {
|
|
6044
|
-
"name": "
|
|
6045
|
-
"package": "
|
|
6034
|
+
"name": "OxInputValueRange",
|
|
6035
|
+
"package": "@operato/input"
|
|
6046
6036
|
},
|
|
6037
|
+
"tagName": "data-binding-value-range",
|
|
6047
6038
|
"customElement": true
|
|
6048
6039
|
}
|
|
6049
6040
|
],
|
|
6050
6041
|
"exports": [
|
|
6051
6042
|
{
|
|
6052
6043
|
"kind": "js",
|
|
6053
|
-
"name": "
|
|
6044
|
+
"name": "DataBindingValueRange",
|
|
6054
6045
|
"declaration": {
|
|
6055
|
-
"name": "
|
|
6056
|
-
"module": "src/modeller/property-sidebar/
|
|
6046
|
+
"name": "DataBindingValueRange",
|
|
6047
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
6048
|
+
}
|
|
6049
|
+
},
|
|
6050
|
+
{
|
|
6051
|
+
"kind": "custom-element-definition",
|
|
6052
|
+
"name": "data-binding-value-range",
|
|
6053
|
+
"declaration": {
|
|
6054
|
+
"name": "DataBindingValueRange",
|
|
6055
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
6057
6056
|
}
|
|
6058
6057
|
}
|
|
6059
6058
|
]
|
|
6060
6059
|
},
|
|
6061
6060
|
{
|
|
6062
6061
|
"kind": "javascript-module",
|
|
6063
|
-
"path": "src/modeller/property-sidebar/
|
|
6062
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding.ts",
|
|
6064
6063
|
"declarations": [
|
|
6065
6064
|
{
|
|
6066
6065
|
"kind": "class",
|
|
6067
6066
|
"description": "",
|
|
6068
|
-
"name": "
|
|
6067
|
+
"name": "PropertyDataBinding",
|
|
6069
6068
|
"members": [
|
|
6070
6069
|
{
|
|
6071
6070
|
"kind": "field",
|
|
@@ -6085,24 +6084,87 @@
|
|
|
6085
6084
|
},
|
|
6086
6085
|
{
|
|
6087
6086
|
"kind": "field",
|
|
6088
|
-
"name": "
|
|
6087
|
+
"name": "mappingIndex",
|
|
6089
6088
|
"type": {
|
|
6090
|
-
"text": "
|
|
6089
|
+
"text": "number"
|
|
6091
6090
|
},
|
|
6092
|
-
"default": "
|
|
6091
|
+
"default": "0"
|
|
6093
6092
|
},
|
|
6094
6093
|
{
|
|
6095
|
-
"kind": "
|
|
6096
|
-
"name": "
|
|
6097
|
-
"
|
|
6098
|
-
|
|
6099
|
-
|
|
6094
|
+
"kind": "field",
|
|
6095
|
+
"name": "_afterRender",
|
|
6096
|
+
"type": {
|
|
6097
|
+
"text": "Function | null | undefined"
|
|
6098
|
+
}
|
|
6099
|
+
},
|
|
6100
|
+
{
|
|
6101
|
+
"kind": "field",
|
|
6102
|
+
"name": "_dataExpanded",
|
|
6103
|
+
"type": {
|
|
6104
|
+
"text": "boolean"
|
|
6105
|
+
},
|
|
6106
|
+
"default": "true"
|
|
6107
|
+
},
|
|
6108
|
+
{
|
|
6109
|
+
"kind": "field",
|
|
6110
|
+
"name": "tabs",
|
|
6111
|
+
"type": {
|
|
6112
|
+
"text": "HTMLElement"
|
|
6113
|
+
}
|
|
6114
|
+
},
|
|
6115
|
+
{
|
|
6116
|
+
"kind": "field",
|
|
6117
|
+
"name": "tabNavLeftButton",
|
|
6118
|
+
"type": {
|
|
6119
|
+
"text": "HTMLElement"
|
|
6120
|
+
}
|
|
6121
|
+
},
|
|
6122
|
+
{
|
|
6123
|
+
"kind": "field",
|
|
6124
|
+
"name": "tabNavRightButton",
|
|
6125
|
+
"type": {
|
|
6126
|
+
"text": "HTMLElement"
|
|
6127
|
+
}
|
|
6128
|
+
},
|
|
6129
|
+
{
|
|
6130
|
+
"kind": "field",
|
|
6131
|
+
"name": "mappings",
|
|
6132
|
+
"readonly": true
|
|
6133
|
+
},
|
|
6134
|
+
{
|
|
6135
|
+
"kind": "field",
|
|
6136
|
+
"name": "scopedElements",
|
|
6137
|
+
"static": true,
|
|
6138
|
+
"readonly": true
|
|
6139
|
+
},
|
|
6140
|
+
{
|
|
6141
|
+
"kind": "method",
|
|
6142
|
+
"name": "_setMappingIndex",
|
|
6143
|
+
"parameters": [
|
|
6144
|
+
{
|
|
6145
|
+
"name": "idx",
|
|
6100
6146
|
"type": {
|
|
6101
|
-
"text": "
|
|
6147
|
+
"text": "number"
|
|
6102
6148
|
}
|
|
6103
6149
|
}
|
|
6104
6150
|
]
|
|
6105
6151
|
},
|
|
6152
|
+
{
|
|
6153
|
+
"kind": "method",
|
|
6154
|
+
"name": "_clearDataBindingMapper"
|
|
6155
|
+
},
|
|
6156
|
+
{
|
|
6157
|
+
"kind": "method",
|
|
6158
|
+
"name": "_copyDataBindingMapper"
|
|
6159
|
+
},
|
|
6160
|
+
{
|
|
6161
|
+
"kind": "method",
|
|
6162
|
+
"name": "_pasteDataBindingMapper"
|
|
6163
|
+
},
|
|
6164
|
+
{
|
|
6165
|
+
"kind": "method",
|
|
6166
|
+
"name": "_onValueChanged"
|
|
6167
|
+
},
|
|
6106
6168
|
{
|
|
6107
6169
|
"kind": "method",
|
|
6108
6170
|
"name": "_onValueChange",
|
|
@@ -6113,14 +6175,89 @@
|
|
|
6113
6175
|
"text": "Event"
|
|
6114
6176
|
}
|
|
6115
6177
|
}
|
|
6178
|
+
],
|
|
6179
|
+
"inheritedFrom": {
|
|
6180
|
+
"name": "AbstractProperty",
|
|
6181
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6182
|
+
}
|
|
6183
|
+
},
|
|
6184
|
+
{
|
|
6185
|
+
"kind": "field",
|
|
6186
|
+
"name": "tabContainer",
|
|
6187
|
+
"readonly": true
|
|
6188
|
+
},
|
|
6189
|
+
{
|
|
6190
|
+
"kind": "method",
|
|
6191
|
+
"name": "_onMappingChanged",
|
|
6192
|
+
"parameters": [
|
|
6193
|
+
{
|
|
6194
|
+
"name": "e",
|
|
6195
|
+
"type": {
|
|
6196
|
+
"text": "CustomEvent"
|
|
6197
|
+
}
|
|
6198
|
+
}
|
|
6116
6199
|
]
|
|
6200
|
+
},
|
|
6201
|
+
{
|
|
6202
|
+
"kind": "method",
|
|
6203
|
+
"name": "_onTabScroll"
|
|
6204
|
+
},
|
|
6205
|
+
{
|
|
6206
|
+
"kind": "method",
|
|
6207
|
+
"name": "_onTabScrollNavLeft"
|
|
6208
|
+
},
|
|
6209
|
+
{
|
|
6210
|
+
"kind": "method",
|
|
6211
|
+
"name": "_onTabScrollNavRight"
|
|
6212
|
+
},
|
|
6213
|
+
{
|
|
6214
|
+
"kind": "method",
|
|
6215
|
+
"name": "_getValueFromEventTarget",
|
|
6216
|
+
"parameters": [
|
|
6217
|
+
{
|
|
6218
|
+
"name": "element",
|
|
6219
|
+
"type": {
|
|
6220
|
+
"text": "HTMLElement"
|
|
6221
|
+
}
|
|
6222
|
+
}
|
|
6223
|
+
],
|
|
6224
|
+
"inheritedFrom": {
|
|
6225
|
+
"name": "AbstractProperty",
|
|
6226
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6227
|
+
}
|
|
6228
|
+
},
|
|
6229
|
+
{
|
|
6230
|
+
"kind": "method",
|
|
6231
|
+
"name": "_onAfterValueChange",
|
|
6232
|
+
"parameters": [
|
|
6233
|
+
{
|
|
6234
|
+
"name": "key",
|
|
6235
|
+
"type": {
|
|
6236
|
+
"text": "string"
|
|
6237
|
+
}
|
|
6238
|
+
},
|
|
6239
|
+
{
|
|
6240
|
+
"name": "value",
|
|
6241
|
+
"type": {
|
|
6242
|
+
"text": "any"
|
|
6243
|
+
}
|
|
6244
|
+
}
|
|
6245
|
+
],
|
|
6246
|
+
"inheritedFrom": {
|
|
6247
|
+
"name": "AbstractProperty",
|
|
6248
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6249
|
+
}
|
|
6117
6250
|
}
|
|
6118
6251
|
],
|
|
6119
6252
|
"events": [
|
|
6120
6253
|
{
|
|
6121
|
-
"name": "change",
|
|
6254
|
+
"name": "property-change",
|
|
6122
6255
|
"type": {
|
|
6123
6256
|
"text": "CustomEvent"
|
|
6257
|
+
},
|
|
6258
|
+
"inheritedFrom": {
|
|
6259
|
+
"name": "AbstractProperty",
|
|
6260
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6124
6261
|
}
|
|
6125
6262
|
}
|
|
6126
6263
|
],
|
|
@@ -6140,32 +6277,58 @@
|
|
|
6140
6277
|
"fieldName": "scene"
|
|
6141
6278
|
}
|
|
6142
6279
|
],
|
|
6280
|
+
"mixins": [
|
|
6281
|
+
{
|
|
6282
|
+
"name": "ScopedElementsMixin",
|
|
6283
|
+
"package": "@open-wc/scoped-elements"
|
|
6284
|
+
}
|
|
6285
|
+
],
|
|
6143
6286
|
"superclass": {
|
|
6144
|
-
"name": "
|
|
6145
|
-
"
|
|
6146
|
-
}
|
|
6147
|
-
"customElement": true
|
|
6287
|
+
"name": "AbstractProperty",
|
|
6288
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6289
|
+
}
|
|
6148
6290
|
}
|
|
6149
6291
|
],
|
|
6150
6292
|
"exports": [
|
|
6151
6293
|
{
|
|
6152
6294
|
"kind": "js",
|
|
6153
|
-
"name": "
|
|
6295
|
+
"name": "PropertyDataBinding",
|
|
6154
6296
|
"declaration": {
|
|
6155
|
-
"name": "
|
|
6156
|
-
"module": "src/modeller/property-sidebar/
|
|
6297
|
+
"name": "PropertyDataBinding",
|
|
6298
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
6157
6299
|
}
|
|
6158
6300
|
}
|
|
6159
6301
|
]
|
|
6160
6302
|
},
|
|
6161
6303
|
{
|
|
6162
6304
|
"kind": "javascript-module",
|
|
6163
|
-
"path": "src/modeller/property-sidebar/effects/
|
|
6305
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
6306
|
+
"declarations": [
|
|
6307
|
+
{
|
|
6308
|
+
"kind": "variable",
|
|
6309
|
+
"name": "EffectsSharedStyle",
|
|
6310
|
+
"default": "css` :host { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } * { align-self: stretch; } label { grid-column: span 3; text-align: right; text-transform: capitalize; align-self: center; } input, select, ox-input-angle, ox-input-color, [custom-editor] { grid-column: span 7; } input, select, ox-input-angle input, ox-input-color input, [custom-editor] input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } input[type='checkbox'] { grid-column: 4 / 5; align-self: center; } label.checkbox-label { grid-column: span 6; text-align: left; } [fullwidth] { grid-column: 1 / -1; } `"
|
|
6311
|
+
}
|
|
6312
|
+
],
|
|
6313
|
+
"exports": [
|
|
6314
|
+
{
|
|
6315
|
+
"kind": "js",
|
|
6316
|
+
"name": "EffectsSharedStyle",
|
|
6317
|
+
"declaration": {
|
|
6318
|
+
"name": "EffectsSharedStyle",
|
|
6319
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
6320
|
+
}
|
|
6321
|
+
}
|
|
6322
|
+
]
|
|
6323
|
+
},
|
|
6324
|
+
{
|
|
6325
|
+
"kind": "javascript-module",
|
|
6326
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
6164
6327
|
"declarations": [
|
|
6165
6328
|
{
|
|
6166
6329
|
"kind": "class",
|
|
6167
6330
|
"description": "",
|
|
6168
|
-
"name": "
|
|
6331
|
+
"name": "PropertyEffects",
|
|
6169
6332
|
"members": [
|
|
6170
6333
|
{
|
|
6171
6334
|
"kind": "field",
|
|
@@ -6183,6 +6346,15 @@
|
|
|
6183
6346
|
},
|
|
6184
6347
|
"attribute": "scene"
|
|
6185
6348
|
},
|
|
6349
|
+
{
|
|
6350
|
+
"kind": "field",
|
|
6351
|
+
"name": "selected",
|
|
6352
|
+
"type": {
|
|
6353
|
+
"text": "Component[]"
|
|
6354
|
+
},
|
|
6355
|
+
"default": "[]",
|
|
6356
|
+
"attribute": "selected"
|
|
6357
|
+
},
|
|
6186
6358
|
{
|
|
6187
6359
|
"kind": "field",
|
|
6188
6360
|
"name": "scopedElements",
|
|
@@ -6199,14 +6371,48 @@
|
|
|
6199
6371
|
"text": "Event"
|
|
6200
6372
|
}
|
|
6201
6373
|
}
|
|
6202
|
-
]
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
6374
|
+
],
|
|
6375
|
+
"inheritedFrom": {
|
|
6376
|
+
"name": "AbstractProperty",
|
|
6377
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6378
|
+
}
|
|
6379
|
+
},
|
|
6206
6380
|
{
|
|
6207
|
-
"
|
|
6208
|
-
"
|
|
6209
|
-
|
|
6381
|
+
"kind": "method",
|
|
6382
|
+
"name": "_getValueFromEventTarget",
|
|
6383
|
+
"parameters": [
|
|
6384
|
+
{
|
|
6385
|
+
"name": "element",
|
|
6386
|
+
"type": {
|
|
6387
|
+
"text": "HTMLElement"
|
|
6388
|
+
}
|
|
6389
|
+
}
|
|
6390
|
+
],
|
|
6391
|
+
"inheritedFrom": {
|
|
6392
|
+
"name": "AbstractProperty",
|
|
6393
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6394
|
+
}
|
|
6395
|
+
},
|
|
6396
|
+
{
|
|
6397
|
+
"kind": "method",
|
|
6398
|
+
"name": "_onAfterValueChange",
|
|
6399
|
+
"parameters": [
|
|
6400
|
+
{
|
|
6401
|
+
"name": "key",
|
|
6402
|
+
"type": {
|
|
6403
|
+
"text": "string"
|
|
6404
|
+
}
|
|
6405
|
+
},
|
|
6406
|
+
{
|
|
6407
|
+
"name": "value",
|
|
6408
|
+
"type": {
|
|
6409
|
+
"text": "any"
|
|
6410
|
+
}
|
|
6411
|
+
}
|
|
6412
|
+
],
|
|
6413
|
+
"inheritedFrom": {
|
|
6414
|
+
"name": "AbstractProperty",
|
|
6415
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6210
6416
|
}
|
|
6211
6417
|
}
|
|
6212
6418
|
],
|
|
@@ -6224,40 +6430,59 @@
|
|
|
6224
6430
|
"text": "Scene | undefined"
|
|
6225
6431
|
},
|
|
6226
6432
|
"fieldName": "scene"
|
|
6227
|
-
}
|
|
6228
|
-
],
|
|
6229
|
-
"mixins": [
|
|
6433
|
+
},
|
|
6230
6434
|
{
|
|
6231
|
-
"name": "
|
|
6232
|
-
"
|
|
6233
|
-
|
|
6435
|
+
"name": "selected",
|
|
6436
|
+
"type": {
|
|
6437
|
+
"text": "Component[]"
|
|
6438
|
+
},
|
|
6439
|
+
"default": "[]",
|
|
6440
|
+
"fieldName": "selected"
|
|
6441
|
+
}
|
|
6442
|
+
],
|
|
6443
|
+
"mixins": [
|
|
6444
|
+
{
|
|
6445
|
+
"name": "ScopedElementsMixin",
|
|
6446
|
+
"package": "@open-wc/scoped-elements"
|
|
6447
|
+
}
|
|
6234
6448
|
],
|
|
6235
6449
|
"superclass": {
|
|
6236
|
-
"name": "
|
|
6237
|
-
"
|
|
6450
|
+
"name": "AbstractProperty",
|
|
6451
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6238
6452
|
},
|
|
6239
|
-
"
|
|
6453
|
+
"events": [
|
|
6454
|
+
{
|
|
6455
|
+
"name": "property-change",
|
|
6456
|
+
"type": {
|
|
6457
|
+
"text": "CustomEvent"
|
|
6458
|
+
},
|
|
6459
|
+
"inheritedFrom": {
|
|
6460
|
+
"name": "AbstractProperty",
|
|
6461
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6462
|
+
}
|
|
6463
|
+
}
|
|
6464
|
+
]
|
|
6240
6465
|
}
|
|
6241
6466
|
],
|
|
6242
6467
|
"exports": [
|
|
6243
6468
|
{
|
|
6244
6469
|
"kind": "js",
|
|
6245
|
-
"name": "
|
|
6470
|
+
"name": "PropertyEffects",
|
|
6246
6471
|
"declaration": {
|
|
6247
|
-
"name": "
|
|
6248
|
-
"module": "src/modeller/property-sidebar/effects/
|
|
6472
|
+
"name": "PropertyEffects",
|
|
6473
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
6249
6474
|
}
|
|
6250
6475
|
}
|
|
6251
6476
|
]
|
|
6252
6477
|
},
|
|
6253
6478
|
{
|
|
6254
6479
|
"kind": "javascript-module",
|
|
6255
|
-
"path": "src/modeller/property-sidebar/effects/property-
|
|
6480
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
6256
6481
|
"declarations": [
|
|
6257
6482
|
{
|
|
6258
6483
|
"kind": "class",
|
|
6259
|
-
"description": "
|
|
6260
|
-
"name": "
|
|
6484
|
+
"description": "",
|
|
6485
|
+
"name": "PropertyEventHover",
|
|
6261
6486
|
"members": [
|
|
6262
6487
|
{
|
|
6263
6488
|
"kind": "field",
|
|
@@ -6267,6 +6492,43 @@
|
|
|
6267
6492
|
},
|
|
6268
6493
|
"attribute": "value"
|
|
6269
6494
|
},
|
|
6495
|
+
{
|
|
6496
|
+
"kind": "field",
|
|
6497
|
+
"name": "scene",
|
|
6498
|
+
"type": {
|
|
6499
|
+
"text": "Scene | undefined"
|
|
6500
|
+
},
|
|
6501
|
+
"attribute": "scene"
|
|
6502
|
+
},
|
|
6503
|
+
{
|
|
6504
|
+
"kind": "method",
|
|
6505
|
+
"name": "_getPlaceHoder",
|
|
6506
|
+
"parameters": [
|
|
6507
|
+
{
|
|
6508
|
+
"name": "action",
|
|
6509
|
+
"type": {
|
|
6510
|
+
"text": "string"
|
|
6511
|
+
}
|
|
6512
|
+
}
|
|
6513
|
+
]
|
|
6514
|
+
},
|
|
6515
|
+
{
|
|
6516
|
+
"kind": "method",
|
|
6517
|
+
"name": "_getTargetList",
|
|
6518
|
+
"return": {
|
|
6519
|
+
"type": {
|
|
6520
|
+
"text": "{ value: string; description: string }[]"
|
|
6521
|
+
}
|
|
6522
|
+
},
|
|
6523
|
+
"parameters": [
|
|
6524
|
+
{
|
|
6525
|
+
"name": "action",
|
|
6526
|
+
"type": {
|
|
6527
|
+
"text": "string"
|
|
6528
|
+
}
|
|
6529
|
+
}
|
|
6530
|
+
]
|
|
6531
|
+
},
|
|
6270
6532
|
{
|
|
6271
6533
|
"kind": "method",
|
|
6272
6534
|
"name": "_onValueChange",
|
|
@@ -6295,6 +6557,13 @@
|
|
|
6295
6557
|
"text": "Properties | undefined"
|
|
6296
6558
|
},
|
|
6297
6559
|
"fieldName": "value"
|
|
6560
|
+
},
|
|
6561
|
+
{
|
|
6562
|
+
"name": "scene",
|
|
6563
|
+
"type": {
|
|
6564
|
+
"text": "Scene | undefined"
|
|
6565
|
+
},
|
|
6566
|
+
"fieldName": "scene"
|
|
6298
6567
|
}
|
|
6299
6568
|
],
|
|
6300
6569
|
"superclass": {
|
|
@@ -6307,256 +6576,88 @@
|
|
|
6307
6576
|
"exports": [
|
|
6308
6577
|
{
|
|
6309
6578
|
"kind": "js",
|
|
6310
|
-
"name": "
|
|
6311
|
-
"declaration": {
|
|
6312
|
-
"name": "PropertyShadow",
|
|
6313
|
-
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
6314
|
-
}
|
|
6315
|
-
}
|
|
6316
|
-
]
|
|
6317
|
-
},
|
|
6318
|
-
{
|
|
6319
|
-
"kind": "javascript-module",
|
|
6320
|
-
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
6321
|
-
"declarations": [
|
|
6322
|
-
{
|
|
6323
|
-
"kind": "function",
|
|
6324
|
-
"name": "convert",
|
|
6325
|
-
"parameters": [
|
|
6326
|
-
{
|
|
6327
|
-
"name": "element",
|
|
6328
|
-
"type": {
|
|
6329
|
-
"text": "any"
|
|
6330
|
-
}
|
|
6331
|
-
}
|
|
6332
|
-
]
|
|
6333
|
-
}
|
|
6334
|
-
],
|
|
6335
|
-
"exports": [
|
|
6336
|
-
{
|
|
6337
|
-
"kind": "js",
|
|
6338
|
-
"name": "convert",
|
|
6579
|
+
"name": "PropertyEventHover",
|
|
6339
6580
|
"declaration": {
|
|
6340
|
-
"name": "
|
|
6341
|
-
"module": "src/modeller/property-sidebar/effects/
|
|
6581
|
+
"name": "PropertyEventHover",
|
|
6582
|
+
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
6342
6583
|
}
|
|
6343
6584
|
}
|
|
6344
6585
|
]
|
|
6345
6586
|
},
|
|
6346
6587
|
{
|
|
6347
6588
|
"kind": "javascript-module",
|
|
6348
|
-
"path": "src/modeller/property-sidebar/
|
|
6589
|
+
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
6349
6590
|
"declarations": [
|
|
6350
6591
|
{
|
|
6351
6592
|
"kind": "class",
|
|
6352
6593
|
"description": "",
|
|
6353
|
-
"name": "
|
|
6594
|
+
"name": "PropertyEventTap",
|
|
6354
6595
|
"members": [
|
|
6355
6596
|
{
|
|
6356
6597
|
"kind": "field",
|
|
6357
|
-
"name": "
|
|
6358
|
-
"type": {
|
|
6359
|
-
"text": "Scene | undefined"
|
|
6360
|
-
},
|
|
6361
|
-
"attribute": "scene"
|
|
6362
|
-
},
|
|
6363
|
-
{
|
|
6364
|
-
"kind": "field",
|
|
6365
|
-
"name": "searchText",
|
|
6366
|
-
"type": {
|
|
6367
|
-
"text": "string"
|
|
6368
|
-
},
|
|
6369
|
-
"privacy": "private",
|
|
6370
|
-
"default": "''"
|
|
6371
|
-
},
|
|
6372
|
-
{
|
|
6373
|
-
"kind": "field",
|
|
6374
|
-
"name": "_extendedMap",
|
|
6598
|
+
"name": "value",
|
|
6375
6599
|
"type": {
|
|
6376
|
-
"text": "
|
|
6600
|
+
"text": "Properties | undefined"
|
|
6377
6601
|
},
|
|
6378
|
-
"
|
|
6602
|
+
"attribute": "value"
|
|
6379
6603
|
},
|
|
6380
6604
|
{
|
|
6381
6605
|
"kind": "field",
|
|
6382
|
-
"name": "
|
|
6606
|
+
"name": "scene",
|
|
6383
6607
|
"type": {
|
|
6384
|
-
"text": "
|
|
6608
|
+
"text": "Scene | undefined"
|
|
6385
6609
|
},
|
|
6386
|
-
"
|
|
6387
|
-
"default": "false"
|
|
6610
|
+
"attribute": "scene"
|
|
6388
6611
|
},
|
|
6389
6612
|
{
|
|
6390
6613
|
"kind": "field",
|
|
6391
|
-
"name": "
|
|
6614
|
+
"name": "targetList",
|
|
6392
6615
|
"type": {
|
|
6393
|
-
"text": "
|
|
6616
|
+
"text": "{ value: string; description: string }[]"
|
|
6394
6617
|
},
|
|
6395
|
-
"
|
|
6396
|
-
"default": "-1"
|
|
6397
|
-
},
|
|
6398
|
-
{
|
|
6399
|
-
"kind": "method",
|
|
6400
|
-
"name": "disconnectScene",
|
|
6401
|
-
"parameters": [
|
|
6402
|
-
{
|
|
6403
|
-
"name": "scene",
|
|
6404
|
-
"optional": true,
|
|
6405
|
-
"type": {
|
|
6406
|
-
"text": "Scene"
|
|
6407
|
-
}
|
|
6408
|
-
}
|
|
6409
|
-
]
|
|
6410
|
-
},
|
|
6411
|
-
{
|
|
6412
|
-
"kind": "method",
|
|
6413
|
-
"name": "refresh"
|
|
6414
|
-
},
|
|
6415
|
-
{
|
|
6416
|
-
"kind": "method",
|
|
6417
|
-
"name": "_onclick",
|
|
6418
|
-
"parameters": [
|
|
6419
|
-
{
|
|
6420
|
-
"name": "e",
|
|
6421
|
-
"type": {
|
|
6422
|
-
"text": "MouseEvent"
|
|
6423
|
-
}
|
|
6424
|
-
}
|
|
6425
|
-
]
|
|
6426
|
-
},
|
|
6427
|
-
{
|
|
6428
|
-
"kind": "method",
|
|
6429
|
-
"name": "_ondblclick",
|
|
6430
|
-
"parameters": [
|
|
6431
|
-
{
|
|
6432
|
-
"name": "e",
|
|
6433
|
-
"type": {
|
|
6434
|
-
"text": "MouseEvent"
|
|
6435
|
-
}
|
|
6436
|
-
}
|
|
6437
|
-
]
|
|
6438
|
-
},
|
|
6439
|
-
{
|
|
6440
|
-
"kind": "field",
|
|
6441
|
-
"name": "extendedMap",
|
|
6442
|
-
"readonly": true
|
|
6443
|
-
},
|
|
6444
|
-
{
|
|
6445
|
-
"kind": "method",
|
|
6446
|
-
"name": "getNodeHandleClass",
|
|
6447
|
-
"parameters": [
|
|
6448
|
-
{
|
|
6449
|
-
"name": "component",
|
|
6450
|
-
"type": {
|
|
6451
|
-
"text": "Component"
|
|
6452
|
-
}
|
|
6453
|
-
}
|
|
6454
|
-
]
|
|
6455
|
-
},
|
|
6456
|
-
{
|
|
6457
|
-
"kind": "method",
|
|
6458
|
-
"name": "isExtended",
|
|
6459
|
-
"parameters": [
|
|
6460
|
-
{
|
|
6461
|
-
"name": "component",
|
|
6462
|
-
"type": {
|
|
6463
|
-
"text": "Component"
|
|
6464
|
-
}
|
|
6465
|
-
}
|
|
6466
|
-
]
|
|
6467
|
-
},
|
|
6468
|
-
{
|
|
6469
|
-
"kind": "method",
|
|
6470
|
-
"name": "toggleExtended",
|
|
6471
|
-
"parameters": [
|
|
6472
|
-
{
|
|
6473
|
-
"name": "component",
|
|
6474
|
-
"type": {
|
|
6475
|
-
"text": "Component"
|
|
6476
|
-
}
|
|
6477
|
-
}
|
|
6478
|
-
]
|
|
6479
|
-
},
|
|
6480
|
-
{
|
|
6481
|
-
"kind": "method",
|
|
6482
|
-
"name": "toggleHidden",
|
|
6483
|
-
"parameters": [
|
|
6484
|
-
{
|
|
6485
|
-
"name": "component",
|
|
6486
|
-
"type": {
|
|
6487
|
-
"text": "Component"
|
|
6488
|
-
}
|
|
6489
|
-
}
|
|
6490
|
-
]
|
|
6491
|
-
},
|
|
6492
|
-
{
|
|
6493
|
-
"kind": "method",
|
|
6494
|
-
"name": "selectComponent",
|
|
6495
|
-
"parameters": [
|
|
6496
|
-
{
|
|
6497
|
-
"name": "component",
|
|
6498
|
-
"type": {
|
|
6499
|
-
"text": "Component"
|
|
6500
|
-
}
|
|
6501
|
-
},
|
|
6502
|
-
{
|
|
6503
|
-
"name": "append",
|
|
6504
|
-
"default": "false",
|
|
6505
|
-
"type": {
|
|
6506
|
-
"text": "boolean"
|
|
6507
|
-
}
|
|
6508
|
-
}
|
|
6509
|
-
]
|
|
6618
|
+
"default": "[]"
|
|
6510
6619
|
},
|
|
6511
6620
|
{
|
|
6512
6621
|
"kind": "method",
|
|
6513
|
-
"name": "
|
|
6514
|
-
"return": {
|
|
6515
|
-
"type": {
|
|
6516
|
-
"text": "boolean"
|
|
6517
|
-
}
|
|
6518
|
-
},
|
|
6622
|
+
"name": "_getPlaceHoder",
|
|
6519
6623
|
"parameters": [
|
|
6520
|
-
{
|
|
6521
|
-
"name": "
|
|
6522
|
-
"type": {
|
|
6523
|
-
"text": "Component"
|
|
6524
|
-
}
|
|
6525
|
-
},
|
|
6526
|
-
{
|
|
6527
|
-
"name": "counting",
|
|
6528
|
-
"default": "false",
|
|
6624
|
+
{
|
|
6625
|
+
"name": "action",
|
|
6529
6626
|
"type": {
|
|
6530
|
-
"text": "
|
|
6627
|
+
"text": "string"
|
|
6531
6628
|
}
|
|
6532
6629
|
}
|
|
6533
6630
|
]
|
|
6534
6631
|
},
|
|
6535
6632
|
{
|
|
6536
6633
|
"kind": "method",
|
|
6537
|
-
"name": "
|
|
6538
|
-
"return": {
|
|
6539
|
-
"type": {
|
|
6540
|
-
"text": "TemplateResult"
|
|
6541
|
-
}
|
|
6542
|
-
},
|
|
6634
|
+
"name": "_onValueChange",
|
|
6543
6635
|
"parameters": [
|
|
6544
6636
|
{
|
|
6545
|
-
"name": "
|
|
6546
|
-
"type": {
|
|
6547
|
-
"text": "Component"
|
|
6548
|
-
}
|
|
6549
|
-
},
|
|
6550
|
-
{
|
|
6551
|
-
"name": "depth",
|
|
6637
|
+
"name": "e",
|
|
6552
6638
|
"type": {
|
|
6553
|
-
"text": "
|
|
6639
|
+
"text": "Event"
|
|
6554
6640
|
}
|
|
6555
6641
|
}
|
|
6556
6642
|
]
|
|
6557
6643
|
}
|
|
6558
6644
|
],
|
|
6645
|
+
"events": [
|
|
6646
|
+
{
|
|
6647
|
+
"name": "change",
|
|
6648
|
+
"type": {
|
|
6649
|
+
"text": "CustomEvent"
|
|
6650
|
+
}
|
|
6651
|
+
}
|
|
6652
|
+
],
|
|
6559
6653
|
"attributes": [
|
|
6654
|
+
{
|
|
6655
|
+
"name": "value",
|
|
6656
|
+
"type": {
|
|
6657
|
+
"text": "Properties | undefined"
|
|
6658
|
+
},
|
|
6659
|
+
"fieldName": "value"
|
|
6660
|
+
},
|
|
6560
6661
|
{
|
|
6561
6662
|
"name": "scene",
|
|
6562
6663
|
"type": {
|
|
@@ -6575,40 +6676,30 @@
|
|
|
6575
6676
|
"exports": [
|
|
6576
6677
|
{
|
|
6577
6678
|
"kind": "js",
|
|
6578
|
-
"name": "
|
|
6679
|
+
"name": "PropertyEventTap",
|
|
6579
6680
|
"declaration": {
|
|
6580
|
-
"name": "
|
|
6581
|
-
"module": "src/modeller/property-sidebar/
|
|
6681
|
+
"name": "PropertyEventTap",
|
|
6682
|
+
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
6582
6683
|
}
|
|
6583
6684
|
}
|
|
6584
6685
|
]
|
|
6585
6686
|
},
|
|
6586
6687
|
{
|
|
6587
6688
|
"kind": "javascript-module",
|
|
6588
|
-
"path": "src/modeller/property-sidebar/
|
|
6689
|
+
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
6589
6690
|
"declarations": [
|
|
6590
6691
|
{
|
|
6591
6692
|
"kind": "class",
|
|
6592
|
-
"description": "
|
|
6593
|
-
"name": "
|
|
6693
|
+
"description": "",
|
|
6694
|
+
"name": "PropertyEvent",
|
|
6594
6695
|
"members": [
|
|
6595
6696
|
{
|
|
6596
6697
|
"kind": "field",
|
|
6597
|
-
"name": "
|
|
6598
|
-
"type": {
|
|
6599
|
-
"text": "Mapping"
|
|
6600
|
-
},
|
|
6601
|
-
"default": "{ rule: 'value' }",
|
|
6602
|
-
"attribute": "mapping"
|
|
6603
|
-
},
|
|
6604
|
-
{
|
|
6605
|
-
"kind": "field",
|
|
6606
|
-
"name": "rule",
|
|
6698
|
+
"name": "value",
|
|
6607
6699
|
"type": {
|
|
6608
|
-
"text": "
|
|
6700
|
+
"text": "Properties | undefined"
|
|
6609
6701
|
},
|
|
6610
|
-
"
|
|
6611
|
-
"attribute": "rule"
|
|
6702
|
+
"attribute": "value"
|
|
6612
6703
|
},
|
|
6613
6704
|
{
|
|
6614
6705
|
"kind": "field",
|
|
@@ -6620,74 +6711,13 @@
|
|
|
6620
6711
|
},
|
|
6621
6712
|
{
|
|
6622
6713
|
"kind": "field",
|
|
6623
|
-
"name": "
|
|
6624
|
-
"
|
|
6625
|
-
|
|
6626
|
-
},
|
|
6627
|
-
"default": "{ play: 'boolean', hidden: 'boolean', started: 'boolean', rotation: 'number', value: 'number', fillStyle: 'color', strokeStyle: 'color', fontColor: 'color', data: 'object', source: 'attachment', location: 'object', dimension: 'object', text: 'string', ref: 'string' }"
|
|
6628
|
-
},
|
|
6629
|
-
{
|
|
6630
|
-
"kind": "field",
|
|
6631
|
-
"name": "_componentIds",
|
|
6632
|
-
"type": {
|
|
6633
|
-
"text": "{ value: string; description: string }[]"
|
|
6634
|
-
},
|
|
6635
|
-
"default": "[]"
|
|
6636
|
-
},
|
|
6637
|
-
{
|
|
6638
|
-
"kind": "field",
|
|
6639
|
-
"name": "editor",
|
|
6640
|
-
"type": {
|
|
6641
|
-
"text": "HTMLInputElement"
|
|
6642
|
-
}
|
|
6643
|
-
},
|
|
6644
|
-
{
|
|
6645
|
-
"kind": "field",
|
|
6646
|
-
"name": "target",
|
|
6647
|
-
"type": {
|
|
6648
|
-
"text": "HTMLInputElement"
|
|
6649
|
-
}
|
|
6650
|
-
},
|
|
6651
|
-
{
|
|
6652
|
-
"kind": "method",
|
|
6653
|
-
"name": "_valuetype",
|
|
6654
|
-
"parameters": [
|
|
6655
|
-
{
|
|
6656
|
-
"name": "property",
|
|
6657
|
-
"type": {
|
|
6658
|
-
"text": "string"
|
|
6659
|
-
}
|
|
6660
|
-
}
|
|
6661
|
-
]
|
|
6662
|
-
},
|
|
6663
|
-
{
|
|
6664
|
-
"kind": "field",
|
|
6665
|
-
"name": "_keep_saved_rule_params",
|
|
6666
|
-
"type": {
|
|
6667
|
-
"text": "boolean"
|
|
6668
|
-
},
|
|
6669
|
-
"privacy": "private",
|
|
6670
|
-
"default": "false"
|
|
6671
|
-
},
|
|
6672
|
-
{
|
|
6673
|
-
"kind": "method",
|
|
6674
|
-
"name": "_onChangedMapping"
|
|
6675
|
-
},
|
|
6676
|
-
{
|
|
6677
|
-
"kind": "method",
|
|
6678
|
-
"name": "_onChangeRule",
|
|
6679
|
-
"parameters": [
|
|
6680
|
-
{
|
|
6681
|
-
"name": "e",
|
|
6682
|
-
"type": {
|
|
6683
|
-
"text": "Event"
|
|
6684
|
-
}
|
|
6685
|
-
}
|
|
6686
|
-
]
|
|
6714
|
+
"name": "scopedElements",
|
|
6715
|
+
"static": true,
|
|
6716
|
+
"readonly": true
|
|
6687
6717
|
},
|
|
6688
6718
|
{
|
|
6689
6719
|
"kind": "method",
|
|
6690
|
-
"name": "
|
|
6720
|
+
"name": "_onValueChange",
|
|
6691
6721
|
"parameters": [
|
|
6692
6722
|
{
|
|
6693
6723
|
"name": "e",
|
|
@@ -6700,7 +6730,7 @@
|
|
|
6700
6730
|
],
|
|
6701
6731
|
"events": [
|
|
6702
6732
|
{
|
|
6703
|
-
"name": "
|
|
6733
|
+
"name": "change",
|
|
6704
6734
|
"type": {
|
|
6705
6735
|
"text": "CustomEvent"
|
|
6706
6736
|
}
|
|
@@ -6708,28 +6738,11 @@
|
|
|
6708
6738
|
],
|
|
6709
6739
|
"attributes": [
|
|
6710
6740
|
{
|
|
6711
|
-
"name": "
|
|
6712
|
-
"type": {
|
|
6713
|
-
"text": "Mapping"
|
|
6714
|
-
},
|
|
6715
|
-
"default": "{ rule: 'value' }",
|
|
6716
|
-
"fieldName": "mapping"
|
|
6717
|
-
},
|
|
6718
|
-
{
|
|
6719
|
-
"name": "rule",
|
|
6720
|
-
"type": {
|
|
6721
|
-
"text": "Rule"
|
|
6722
|
-
},
|
|
6723
|
-
"default": "{}",
|
|
6724
|
-
"fieldName": "rule"
|
|
6725
|
-
},
|
|
6726
|
-
{
|
|
6727
|
-
"name": "properties",
|
|
6741
|
+
"name": "value",
|
|
6728
6742
|
"type": {
|
|
6729
|
-
"text": "Properties
|
|
6743
|
+
"text": "Properties | undefined"
|
|
6730
6744
|
},
|
|
6731
|
-
"
|
|
6732
|
-
"fieldName": "properties"
|
|
6745
|
+
"fieldName": "value"
|
|
6733
6746
|
},
|
|
6734
6747
|
{
|
|
6735
6748
|
"name": "scene",
|
|
@@ -6739,6 +6752,12 @@
|
|
|
6739
6752
|
"fieldName": "scene"
|
|
6740
6753
|
}
|
|
6741
6754
|
],
|
|
6755
|
+
"mixins": [
|
|
6756
|
+
{
|
|
6757
|
+
"name": "ScopedElementsMixin",
|
|
6758
|
+
"package": "@open-wc/scoped-elements"
|
|
6759
|
+
}
|
|
6760
|
+
],
|
|
6742
6761
|
"superclass": {
|
|
6743
6762
|
"name": "LitElement",
|
|
6744
6763
|
"package": "lit"
|
|
@@ -6749,131 +6768,116 @@
|
|
|
6749
6768
|
"exports": [
|
|
6750
6769
|
{
|
|
6751
6770
|
"kind": "js",
|
|
6752
|
-
"name": "
|
|
6771
|
+
"name": "PropertyEvent",
|
|
6753
6772
|
"declaration": {
|
|
6754
|
-
"name": "
|
|
6755
|
-
"module": "src/modeller/property-sidebar/
|
|
6773
|
+
"name": "PropertyEvent",
|
|
6774
|
+
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
6756
6775
|
}
|
|
6757
6776
|
}
|
|
6758
6777
|
]
|
|
6759
6778
|
},
|
|
6760
6779
|
{
|
|
6761
6780
|
"kind": "javascript-module",
|
|
6762
|
-
"path": "src/modeller/property-sidebar/
|
|
6781
|
+
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
6763
6782
|
"declarations": [
|
|
6764
6783
|
{
|
|
6765
6784
|
"kind": "class",
|
|
6766
|
-
"description": "",
|
|
6767
|
-
"name": "
|
|
6785
|
+
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
6786
|
+
"name": "PropertyShadow",
|
|
6768
6787
|
"members": [
|
|
6788
|
+
{
|
|
6789
|
+
"kind": "field",
|
|
6790
|
+
"name": "value",
|
|
6791
|
+
"type": {
|
|
6792
|
+
"text": "Properties | undefined"
|
|
6793
|
+
},
|
|
6794
|
+
"attribute": "value"
|
|
6795
|
+
},
|
|
6769
6796
|
{
|
|
6770
6797
|
"kind": "method",
|
|
6771
|
-
"name": "
|
|
6798
|
+
"name": "_onValueChange",
|
|
6772
6799
|
"parameters": [
|
|
6773
6800
|
{
|
|
6774
|
-
"name": "
|
|
6775
|
-
"optional": true,
|
|
6801
|
+
"name": "e",
|
|
6776
6802
|
"type": {
|
|
6777
|
-
"text": "
|
|
6803
|
+
"text": "Event"
|
|
6778
6804
|
}
|
|
6779
6805
|
}
|
|
6780
6806
|
]
|
|
6781
6807
|
}
|
|
6782
6808
|
],
|
|
6809
|
+
"events": [
|
|
6810
|
+
{
|
|
6811
|
+
"name": "change",
|
|
6812
|
+
"type": {
|
|
6813
|
+
"text": "CustomEvent"
|
|
6814
|
+
}
|
|
6815
|
+
}
|
|
6816
|
+
],
|
|
6817
|
+
"attributes": [
|
|
6818
|
+
{
|
|
6819
|
+
"name": "value",
|
|
6820
|
+
"type": {
|
|
6821
|
+
"text": "Properties | undefined"
|
|
6822
|
+
},
|
|
6823
|
+
"fieldName": "value"
|
|
6824
|
+
}
|
|
6825
|
+
],
|
|
6783
6826
|
"superclass": {
|
|
6784
|
-
"name": "
|
|
6785
|
-
"package": "
|
|
6827
|
+
"name": "LitElement",
|
|
6828
|
+
"package": "lit"
|
|
6786
6829
|
},
|
|
6787
|
-
"tagName": "data-binding-value-map",
|
|
6788
6830
|
"customElement": true
|
|
6789
6831
|
}
|
|
6790
6832
|
],
|
|
6791
6833
|
"exports": [
|
|
6792
6834
|
{
|
|
6793
6835
|
"kind": "js",
|
|
6794
|
-
"name": "
|
|
6795
|
-
"declaration": {
|
|
6796
|
-
"name": "DataBindingValueMap",
|
|
6797
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
6798
|
-
}
|
|
6799
|
-
},
|
|
6800
|
-
{
|
|
6801
|
-
"kind": "custom-element-definition",
|
|
6802
|
-
"name": "data-binding-value-map",
|
|
6836
|
+
"name": "PropertyShadow",
|
|
6803
6837
|
"declaration": {
|
|
6804
|
-
"name": "
|
|
6805
|
-
"module": "src/modeller/property-sidebar/
|
|
6838
|
+
"name": "PropertyShadow",
|
|
6839
|
+
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
6806
6840
|
}
|
|
6807
6841
|
}
|
|
6808
6842
|
]
|
|
6809
6843
|
},
|
|
6810
6844
|
{
|
|
6811
6845
|
"kind": "javascript-module",
|
|
6812
|
-
"path": "src/modeller/property-sidebar/
|
|
6846
|
+
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
6813
6847
|
"declarations": [
|
|
6814
6848
|
{
|
|
6815
|
-
"kind": "
|
|
6816
|
-
"
|
|
6817
|
-
"
|
|
6818
|
-
"members": [
|
|
6849
|
+
"kind": "function",
|
|
6850
|
+
"name": "convert",
|
|
6851
|
+
"parameters": [
|
|
6819
6852
|
{
|
|
6820
|
-
"
|
|
6821
|
-
"
|
|
6822
|
-
|
|
6823
|
-
|
|
6824
|
-
|
|
6825
|
-
|
|
6826
|
-
"type": {
|
|
6827
|
-
"text": "any"
|
|
6828
|
-
}
|
|
6829
|
-
}
|
|
6830
|
-
]
|
|
6831
|
-
}
|
|
6832
|
-
],
|
|
6833
|
-
"superclass": {
|
|
6834
|
-
"name": "OxInputValueRange",
|
|
6835
|
-
"package": "@operato/input"
|
|
6836
|
-
},
|
|
6837
|
-
"tagName": "data-binding-value-range",
|
|
6838
|
-
"customElement": true
|
|
6853
|
+
"name": "element",
|
|
6854
|
+
"type": {
|
|
6855
|
+
"text": "any"
|
|
6856
|
+
}
|
|
6857
|
+
}
|
|
6858
|
+
]
|
|
6839
6859
|
}
|
|
6840
6860
|
],
|
|
6841
6861
|
"exports": [
|
|
6842
6862
|
{
|
|
6843
6863
|
"kind": "js",
|
|
6844
|
-
"name": "
|
|
6845
|
-
"declaration": {
|
|
6846
|
-
"name": "DataBindingValueRange",
|
|
6847
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
6848
|
-
}
|
|
6849
|
-
},
|
|
6850
|
-
{
|
|
6851
|
-
"kind": "custom-element-definition",
|
|
6852
|
-
"name": "data-binding-value-range",
|
|
6864
|
+
"name": "convert",
|
|
6853
6865
|
"declaration": {
|
|
6854
|
-
"name": "
|
|
6855
|
-
"module": "src/modeller/property-sidebar/
|
|
6866
|
+
"name": "convert",
|
|
6867
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
6856
6868
|
}
|
|
6857
6869
|
}
|
|
6858
6870
|
]
|
|
6859
6871
|
},
|
|
6860
6872
|
{
|
|
6861
6873
|
"kind": "javascript-module",
|
|
6862
|
-
"path": "src/modeller/property-sidebar/
|
|
6874
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6863
6875
|
"declarations": [
|
|
6864
6876
|
{
|
|
6865
6877
|
"kind": "class",
|
|
6866
6878
|
"description": "",
|
|
6867
|
-
"name": "
|
|
6879
|
+
"name": "SceneInspector",
|
|
6868
6880
|
"members": [
|
|
6869
|
-
{
|
|
6870
|
-
"kind": "field",
|
|
6871
|
-
"name": "value",
|
|
6872
|
-
"type": {
|
|
6873
|
-
"text": "Properties | undefined"
|
|
6874
|
-
},
|
|
6875
|
-
"attribute": "value"
|
|
6876
|
-
},
|
|
6877
6881
|
{
|
|
6878
6882
|
"kind": "field",
|
|
6879
6883
|
"name": "scene",
|
|
@@ -6884,191 +6888,201 @@
|
|
|
6884
6888
|
},
|
|
6885
6889
|
{
|
|
6886
6890
|
"kind": "field",
|
|
6887
|
-
"name": "
|
|
6891
|
+
"name": "searchText",
|
|
6888
6892
|
"type": {
|
|
6889
|
-
"text": "
|
|
6893
|
+
"text": "string"
|
|
6890
6894
|
},
|
|
6891
|
-
"
|
|
6895
|
+
"privacy": "private",
|
|
6896
|
+
"default": "''"
|
|
6892
6897
|
},
|
|
6893
6898
|
{
|
|
6894
6899
|
"kind": "field",
|
|
6895
|
-
"name": "
|
|
6900
|
+
"name": "_extendedMap",
|
|
6896
6901
|
"type": {
|
|
6897
|
-
"text": "
|
|
6898
|
-
}
|
|
6902
|
+
"text": "any"
|
|
6903
|
+
},
|
|
6904
|
+
"privacy": "private"
|
|
6899
6905
|
},
|
|
6900
6906
|
{
|
|
6901
6907
|
"kind": "field",
|
|
6902
|
-
"name": "
|
|
6908
|
+
"name": "show",
|
|
6903
6909
|
"type": {
|
|
6904
6910
|
"text": "boolean"
|
|
6905
6911
|
},
|
|
6906
|
-
"
|
|
6907
|
-
|
|
6908
|
-
{
|
|
6909
|
-
"kind": "field",
|
|
6910
|
-
"name": "tabs",
|
|
6911
|
-
"type": {
|
|
6912
|
-
"text": "HTMLElement"
|
|
6913
|
-
}
|
|
6914
|
-
},
|
|
6915
|
-
{
|
|
6916
|
-
"kind": "field",
|
|
6917
|
-
"name": "tabNavLeftButton",
|
|
6918
|
-
"type": {
|
|
6919
|
-
"text": "HTMLElement"
|
|
6920
|
-
}
|
|
6912
|
+
"privacy": "private",
|
|
6913
|
+
"default": "false"
|
|
6921
6914
|
},
|
|
6922
6915
|
{
|
|
6923
6916
|
"kind": "field",
|
|
6924
|
-
"name": "
|
|
6917
|
+
"name": "count",
|
|
6925
6918
|
"type": {
|
|
6926
|
-
"text": "
|
|
6927
|
-
}
|
|
6928
|
-
|
|
6929
|
-
|
|
6930
|
-
"kind": "field",
|
|
6931
|
-
"name": "mappings",
|
|
6932
|
-
"readonly": true
|
|
6933
|
-
},
|
|
6934
|
-
{
|
|
6935
|
-
"kind": "field",
|
|
6936
|
-
"name": "scopedElements",
|
|
6937
|
-
"static": true,
|
|
6938
|
-
"readonly": true
|
|
6919
|
+
"text": "number"
|
|
6920
|
+
},
|
|
6921
|
+
"privacy": "private",
|
|
6922
|
+
"default": "-1"
|
|
6939
6923
|
},
|
|
6940
6924
|
{
|
|
6941
6925
|
"kind": "method",
|
|
6942
|
-
"name": "
|
|
6926
|
+
"name": "disconnectScene",
|
|
6943
6927
|
"parameters": [
|
|
6944
6928
|
{
|
|
6945
|
-
"name": "
|
|
6929
|
+
"name": "scene",
|
|
6930
|
+
"optional": true,
|
|
6946
6931
|
"type": {
|
|
6947
|
-
"text": "
|
|
6932
|
+
"text": "Scene"
|
|
6948
6933
|
}
|
|
6949
6934
|
}
|
|
6950
6935
|
]
|
|
6951
6936
|
},
|
|
6952
6937
|
{
|
|
6953
6938
|
"kind": "method",
|
|
6954
|
-
"name": "
|
|
6955
|
-
},
|
|
6956
|
-
{
|
|
6957
|
-
"kind": "method",
|
|
6958
|
-
"name": "_copyDataBindingMapper"
|
|
6959
|
-
},
|
|
6960
|
-
{
|
|
6961
|
-
"kind": "method",
|
|
6962
|
-
"name": "_pasteDataBindingMapper"
|
|
6939
|
+
"name": "refresh"
|
|
6963
6940
|
},
|
|
6964
6941
|
{
|
|
6965
6942
|
"kind": "method",
|
|
6966
|
-
"name": "
|
|
6943
|
+
"name": "_onclick",
|
|
6944
|
+
"parameters": [
|
|
6945
|
+
{
|
|
6946
|
+
"name": "e",
|
|
6947
|
+
"type": {
|
|
6948
|
+
"text": "MouseEvent"
|
|
6949
|
+
}
|
|
6950
|
+
}
|
|
6951
|
+
]
|
|
6967
6952
|
},
|
|
6968
6953
|
{
|
|
6969
6954
|
"kind": "method",
|
|
6970
|
-
"name": "
|
|
6955
|
+
"name": "_ondblclick",
|
|
6971
6956
|
"parameters": [
|
|
6972
6957
|
{
|
|
6973
6958
|
"name": "e",
|
|
6974
6959
|
"type": {
|
|
6975
|
-
"text": "
|
|
6960
|
+
"text": "MouseEvent"
|
|
6976
6961
|
}
|
|
6977
6962
|
}
|
|
6978
|
-
]
|
|
6979
|
-
"inheritedFrom": {
|
|
6980
|
-
"name": "AbstractProperty",
|
|
6981
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6982
|
-
}
|
|
6963
|
+
]
|
|
6983
6964
|
},
|
|
6984
6965
|
{
|
|
6985
6966
|
"kind": "field",
|
|
6986
|
-
"name": "
|
|
6967
|
+
"name": "extendedMap",
|
|
6987
6968
|
"readonly": true
|
|
6988
6969
|
},
|
|
6989
6970
|
{
|
|
6990
6971
|
"kind": "method",
|
|
6991
|
-
"name": "
|
|
6972
|
+
"name": "getNodeHandleClass",
|
|
6992
6973
|
"parameters": [
|
|
6993
6974
|
{
|
|
6994
|
-
"name": "
|
|
6975
|
+
"name": "component",
|
|
6995
6976
|
"type": {
|
|
6996
|
-
"text": "
|
|
6977
|
+
"text": "Component"
|
|
6997
6978
|
}
|
|
6998
6979
|
}
|
|
6999
6980
|
]
|
|
7000
6981
|
},
|
|
7001
6982
|
{
|
|
7002
6983
|
"kind": "method",
|
|
7003
|
-
"name": "
|
|
6984
|
+
"name": "isExtended",
|
|
6985
|
+
"parameters": [
|
|
6986
|
+
{
|
|
6987
|
+
"name": "component",
|
|
6988
|
+
"type": {
|
|
6989
|
+
"text": "Component"
|
|
6990
|
+
}
|
|
6991
|
+
}
|
|
6992
|
+
]
|
|
7004
6993
|
},
|
|
7005
6994
|
{
|
|
7006
6995
|
"kind": "method",
|
|
7007
|
-
"name": "
|
|
6996
|
+
"name": "toggleExtended",
|
|
6997
|
+
"parameters": [
|
|
6998
|
+
{
|
|
6999
|
+
"name": "component",
|
|
7000
|
+
"type": {
|
|
7001
|
+
"text": "Component"
|
|
7002
|
+
}
|
|
7003
|
+
}
|
|
7004
|
+
]
|
|
7008
7005
|
},
|
|
7009
7006
|
{
|
|
7010
7007
|
"kind": "method",
|
|
7011
|
-
"name": "
|
|
7008
|
+
"name": "toggleHidden",
|
|
7009
|
+
"parameters": [
|
|
7010
|
+
{
|
|
7011
|
+
"name": "component",
|
|
7012
|
+
"type": {
|
|
7013
|
+
"text": "Component"
|
|
7014
|
+
}
|
|
7015
|
+
}
|
|
7016
|
+
]
|
|
7012
7017
|
},
|
|
7013
7018
|
{
|
|
7014
7019
|
"kind": "method",
|
|
7015
|
-
"name": "
|
|
7020
|
+
"name": "selectComponent",
|
|
7016
7021
|
"parameters": [
|
|
7017
7022
|
{
|
|
7018
|
-
"name": "
|
|
7023
|
+
"name": "component",
|
|
7019
7024
|
"type": {
|
|
7020
|
-
"text": "
|
|
7025
|
+
"text": "Component"
|
|
7026
|
+
}
|
|
7027
|
+
},
|
|
7028
|
+
{
|
|
7029
|
+
"name": "append",
|
|
7030
|
+
"default": "false",
|
|
7031
|
+
"type": {
|
|
7032
|
+
"text": "boolean"
|
|
7021
7033
|
}
|
|
7022
7034
|
}
|
|
7023
|
-
]
|
|
7024
|
-
"inheritedFrom": {
|
|
7025
|
-
"name": "AbstractProperty",
|
|
7026
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7027
|
-
}
|
|
7035
|
+
]
|
|
7028
7036
|
},
|
|
7029
7037
|
{
|
|
7030
7038
|
"kind": "method",
|
|
7031
|
-
"name": "
|
|
7039
|
+
"name": "shouldBeShown",
|
|
7040
|
+
"return": {
|
|
7041
|
+
"type": {
|
|
7042
|
+
"text": "boolean"
|
|
7043
|
+
}
|
|
7044
|
+
},
|
|
7032
7045
|
"parameters": [
|
|
7033
7046
|
{
|
|
7034
|
-
"name": "
|
|
7047
|
+
"name": "component",
|
|
7035
7048
|
"type": {
|
|
7036
|
-
"text": "
|
|
7049
|
+
"text": "Component"
|
|
7037
7050
|
}
|
|
7038
7051
|
},
|
|
7039
7052
|
{
|
|
7040
|
-
"name": "
|
|
7053
|
+
"name": "counting",
|
|
7054
|
+
"default": "false",
|
|
7041
7055
|
"type": {
|
|
7042
|
-
"text": "
|
|
7056
|
+
"text": "boolean"
|
|
7043
7057
|
}
|
|
7044
7058
|
}
|
|
7045
|
-
]
|
|
7046
|
-
|
|
7047
|
-
"name": "AbstractProperty",
|
|
7048
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7049
|
-
}
|
|
7050
|
-
}
|
|
7051
|
-
],
|
|
7052
|
-
"events": [
|
|
7059
|
+
]
|
|
7060
|
+
},
|
|
7053
7061
|
{
|
|
7054
|
-
"
|
|
7055
|
-
"
|
|
7056
|
-
|
|
7062
|
+
"kind": "method",
|
|
7063
|
+
"name": "renderComponent",
|
|
7064
|
+
"return": {
|
|
7065
|
+
"type": {
|
|
7066
|
+
"text": "TemplateResult"
|
|
7067
|
+
}
|
|
7057
7068
|
},
|
|
7058
|
-
"
|
|
7059
|
-
|
|
7060
|
-
|
|
7061
|
-
|
|
7069
|
+
"parameters": [
|
|
7070
|
+
{
|
|
7071
|
+
"name": "component",
|
|
7072
|
+
"type": {
|
|
7073
|
+
"text": "Component"
|
|
7074
|
+
}
|
|
7075
|
+
},
|
|
7076
|
+
{
|
|
7077
|
+
"name": "depth",
|
|
7078
|
+
"type": {
|
|
7079
|
+
"text": "number"
|
|
7080
|
+
}
|
|
7081
|
+
}
|
|
7082
|
+
]
|
|
7062
7083
|
}
|
|
7063
7084
|
],
|
|
7064
7085
|
"attributes": [
|
|
7065
|
-
{
|
|
7066
|
-
"name": "value",
|
|
7067
|
-
"type": {
|
|
7068
|
-
"text": "Properties | undefined"
|
|
7069
|
-
},
|
|
7070
|
-
"fieldName": "value"
|
|
7071
|
-
},
|
|
7072
7086
|
{
|
|
7073
7087
|
"name": "scene",
|
|
7074
7088
|
"type": {
|
|
@@ -7077,25 +7091,20 @@
|
|
|
7077
7091
|
"fieldName": "scene"
|
|
7078
7092
|
}
|
|
7079
7093
|
],
|
|
7080
|
-
"mixins": [
|
|
7081
|
-
{
|
|
7082
|
-
"name": "ScopedElementsMixin",
|
|
7083
|
-
"package": "@open-wc/scoped-elements"
|
|
7084
|
-
}
|
|
7085
|
-
],
|
|
7086
7094
|
"superclass": {
|
|
7087
|
-
"name": "
|
|
7088
|
-
"
|
|
7089
|
-
}
|
|
7095
|
+
"name": "LitElement",
|
|
7096
|
+
"package": "lit"
|
|
7097
|
+
},
|
|
7098
|
+
"customElement": true
|
|
7090
7099
|
}
|
|
7091
7100
|
],
|
|
7092
7101
|
"exports": [
|
|
7093
7102
|
{
|
|
7094
7103
|
"kind": "js",
|
|
7095
|
-
"name": "
|
|
7104
|
+
"name": "SceneInspector",
|
|
7096
7105
|
"declaration": {
|
|
7097
|
-
"name": "
|
|
7098
|
-
"module": "src/modeller/property-sidebar/
|
|
7106
|
+
"name": "SceneInspector",
|
|
7107
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
7099
7108
|
}
|
|
7100
7109
|
}
|
|
7101
7110
|
]
|