@fmsim/board 1.0.41 → 1.0.42
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 +1013 -1004
- package/dist/src/ox-board-viewer.d.ts +1 -0
- package/dist/src/ox-board-viewer.js +12 -0
- package/dist/src/ox-board-viewer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
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,103 +6084,52 @@
|
|
|
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
|
-
"parameters": [
|
|
6098
|
-
{
|
|
6099
|
-
"name": "action",
|
|
6100
|
-
"type": {
|
|
6101
|
-
"text": "string"
|
|
6102
|
-
}
|
|
6103
|
-
}
|
|
6104
|
-
]
|
|
6105
|
-
},
|
|
6106
|
-
{
|
|
6107
|
-
"kind": "method",
|
|
6108
|
-
"name": "_onValueChange",
|
|
6109
|
-
"parameters": [
|
|
6110
|
-
{
|
|
6111
|
-
"name": "e",
|
|
6112
|
-
"type": {
|
|
6113
|
-
"text": "Event"
|
|
6114
|
-
}
|
|
6115
|
-
}
|
|
6116
|
-
]
|
|
6117
|
-
}
|
|
6118
|
-
],
|
|
6119
|
-
"events": [
|
|
6120
|
-
{
|
|
6121
|
-
"name": "change",
|
|
6094
|
+
"kind": "field",
|
|
6095
|
+
"name": "_afterRender",
|
|
6122
6096
|
"type": {
|
|
6123
|
-
"text": "
|
|
6097
|
+
"text": "Function | null | undefined"
|
|
6124
6098
|
}
|
|
6125
|
-
}
|
|
6126
|
-
],
|
|
6127
|
-
"attributes": [
|
|
6099
|
+
},
|
|
6128
6100
|
{
|
|
6129
|
-
"
|
|
6101
|
+
"kind": "field",
|
|
6102
|
+
"name": "_dataExpanded",
|
|
6130
6103
|
"type": {
|
|
6131
|
-
"text": "
|
|
6104
|
+
"text": "boolean"
|
|
6132
6105
|
},
|
|
6133
|
-
"
|
|
6106
|
+
"default": "true"
|
|
6134
6107
|
},
|
|
6135
6108
|
{
|
|
6136
|
-
"
|
|
6109
|
+
"kind": "field",
|
|
6110
|
+
"name": "tabs",
|
|
6137
6111
|
"type": {
|
|
6138
|
-
"text": "
|
|
6139
|
-
}
|
|
6140
|
-
|
|
6141
|
-
}
|
|
6142
|
-
],
|
|
6143
|
-
"superclass": {
|
|
6144
|
-
"name": "LitElement",
|
|
6145
|
-
"package": "lit"
|
|
6146
|
-
},
|
|
6147
|
-
"customElement": true
|
|
6148
|
-
}
|
|
6149
|
-
],
|
|
6150
|
-
"exports": [
|
|
6151
|
-
{
|
|
6152
|
-
"kind": "js",
|
|
6153
|
-
"name": "PropertyEventTap",
|
|
6154
|
-
"declaration": {
|
|
6155
|
-
"name": "PropertyEventTap",
|
|
6156
|
-
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
6157
|
-
}
|
|
6158
|
-
}
|
|
6159
|
-
]
|
|
6160
|
-
},
|
|
6161
|
-
{
|
|
6162
|
-
"kind": "javascript-module",
|
|
6163
|
-
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
6164
|
-
"declarations": [
|
|
6165
|
-
{
|
|
6166
|
-
"kind": "class",
|
|
6167
|
-
"description": "",
|
|
6168
|
-
"name": "PropertyEvent",
|
|
6169
|
-
"members": [
|
|
6112
|
+
"text": "HTMLElement"
|
|
6113
|
+
}
|
|
6114
|
+
},
|
|
6170
6115
|
{
|
|
6171
6116
|
"kind": "field",
|
|
6172
|
-
"name": "
|
|
6117
|
+
"name": "tabNavLeftButton",
|
|
6173
6118
|
"type": {
|
|
6174
|
-
"text": "
|
|
6175
|
-
}
|
|
6176
|
-
"attribute": "value"
|
|
6119
|
+
"text": "HTMLElement"
|
|
6120
|
+
}
|
|
6177
6121
|
},
|
|
6178
6122
|
{
|
|
6179
6123
|
"kind": "field",
|
|
6180
|
-
"name": "
|
|
6124
|
+
"name": "tabNavRightButton",
|
|
6181
6125
|
"type": {
|
|
6182
|
-
"text": "
|
|
6183
|
-
}
|
|
6184
|
-
|
|
6126
|
+
"text": "HTMLElement"
|
|
6127
|
+
}
|
|
6128
|
+
},
|
|
6129
|
+
{
|
|
6130
|
+
"kind": "field",
|
|
6131
|
+
"name": "mappings",
|
|
6132
|
+
"readonly": true
|
|
6185
6133
|
},
|
|
6186
6134
|
{
|
|
6187
6135
|
"kind": "field",
|
|
@@ -6191,81 +6139,31 @@
|
|
|
6191
6139
|
},
|
|
6192
6140
|
{
|
|
6193
6141
|
"kind": "method",
|
|
6194
|
-
"name": "
|
|
6142
|
+
"name": "_setMappingIndex",
|
|
6195
6143
|
"parameters": [
|
|
6196
6144
|
{
|
|
6197
|
-
"name": "
|
|
6145
|
+
"name": "idx",
|
|
6198
6146
|
"type": {
|
|
6199
|
-
"text": "
|
|
6147
|
+
"text": "number"
|
|
6200
6148
|
}
|
|
6201
6149
|
}
|
|
6202
6150
|
]
|
|
6203
|
-
}
|
|
6204
|
-
],
|
|
6205
|
-
"events": [
|
|
6206
|
-
{
|
|
6207
|
-
"name": "change",
|
|
6208
|
-
"type": {
|
|
6209
|
-
"text": "CustomEvent"
|
|
6210
|
-
}
|
|
6211
|
-
}
|
|
6212
|
-
],
|
|
6213
|
-
"attributes": [
|
|
6151
|
+
},
|
|
6214
6152
|
{
|
|
6215
|
-
"
|
|
6216
|
-
"
|
|
6217
|
-
"text": "Properties | undefined"
|
|
6218
|
-
},
|
|
6219
|
-
"fieldName": "value"
|
|
6153
|
+
"kind": "method",
|
|
6154
|
+
"name": "_clearDataBindingMapper"
|
|
6220
6155
|
},
|
|
6221
6156
|
{
|
|
6222
|
-
"
|
|
6223
|
-
"
|
|
6224
|
-
|
|
6225
|
-
},
|
|
6226
|
-
"fieldName": "scene"
|
|
6227
|
-
}
|
|
6228
|
-
],
|
|
6229
|
-
"mixins": [
|
|
6157
|
+
"kind": "method",
|
|
6158
|
+
"name": "_copyDataBindingMapper"
|
|
6159
|
+
},
|
|
6230
6160
|
{
|
|
6231
|
-
"
|
|
6232
|
-
"
|
|
6233
|
-
}
|
|
6234
|
-
],
|
|
6235
|
-
"superclass": {
|
|
6236
|
-
"name": "LitElement",
|
|
6237
|
-
"package": "lit"
|
|
6238
|
-
},
|
|
6239
|
-
"customElement": true
|
|
6240
|
-
}
|
|
6241
|
-
],
|
|
6242
|
-
"exports": [
|
|
6243
|
-
{
|
|
6244
|
-
"kind": "js",
|
|
6245
|
-
"name": "PropertyEvent",
|
|
6246
|
-
"declaration": {
|
|
6247
|
-
"name": "PropertyEvent",
|
|
6248
|
-
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
6249
|
-
}
|
|
6250
|
-
}
|
|
6251
|
-
]
|
|
6252
|
-
},
|
|
6253
|
-
{
|
|
6254
|
-
"kind": "javascript-module",
|
|
6255
|
-
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
6256
|
-
"declarations": [
|
|
6257
|
-
{
|
|
6258
|
-
"kind": "class",
|
|
6259
|
-
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
6260
|
-
"name": "PropertyShadow",
|
|
6261
|
-
"members": [
|
|
6161
|
+
"kind": "method",
|
|
6162
|
+
"name": "_pasteDataBindingMapper"
|
|
6163
|
+
},
|
|
6262
6164
|
{
|
|
6263
|
-
"kind": "
|
|
6264
|
-
"name": "
|
|
6265
|
-
"type": {
|
|
6266
|
-
"text": "Properties | undefined"
|
|
6267
|
-
},
|
|
6268
|
-
"attribute": "value"
|
|
6165
|
+
"kind": "method",
|
|
6166
|
+
"name": "_onValueChanged"
|
|
6269
6167
|
},
|
|
6270
6168
|
{
|
|
6271
6169
|
"kind": "method",
|
|
@@ -6277,14 +6175,89 @@
|
|
|
6277
6175
|
"text": "Event"
|
|
6278
6176
|
}
|
|
6279
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
|
+
}
|
|
6280
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
|
+
}
|
|
6281
6250
|
}
|
|
6282
6251
|
],
|
|
6283
6252
|
"events": [
|
|
6284
6253
|
{
|
|
6285
|
-
"name": "change",
|
|
6254
|
+
"name": "property-change",
|
|
6286
6255
|
"type": {
|
|
6287
6256
|
"text": "CustomEvent"
|
|
6257
|
+
},
|
|
6258
|
+
"inheritedFrom": {
|
|
6259
|
+
"name": "AbstractProperty",
|
|
6260
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6288
6261
|
}
|
|
6289
6262
|
}
|
|
6290
6263
|
],
|
|
@@ -6295,50 +6268,34 @@
|
|
|
6295
6268
|
"text": "Properties | undefined"
|
|
6296
6269
|
},
|
|
6297
6270
|
"fieldName": "value"
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"name": "scene",
|
|
6274
|
+
"type": {
|
|
6275
|
+
"text": "Scene | undefined"
|
|
6276
|
+
},
|
|
6277
|
+
"fieldName": "scene"
|
|
6298
6278
|
}
|
|
6299
6279
|
],
|
|
6300
|
-
"
|
|
6301
|
-
"name": "LitElement",
|
|
6302
|
-
"package": "lit"
|
|
6303
|
-
},
|
|
6304
|
-
"customElement": true
|
|
6305
|
-
}
|
|
6306
|
-
],
|
|
6307
|
-
"exports": [
|
|
6308
|
-
{
|
|
6309
|
-
"kind": "js",
|
|
6310
|
-
"name": "PropertyShadow",
|
|
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": [
|
|
6280
|
+
"mixins": [
|
|
6326
6281
|
{
|
|
6327
|
-
"name": "
|
|
6328
|
-
"
|
|
6329
|
-
"text": "any"
|
|
6330
|
-
}
|
|
6282
|
+
"name": "ScopedElementsMixin",
|
|
6283
|
+
"package": "@open-wc/scoped-elements"
|
|
6331
6284
|
}
|
|
6332
|
-
]
|
|
6285
|
+
],
|
|
6286
|
+
"superclass": {
|
|
6287
|
+
"name": "AbstractProperty",
|
|
6288
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6289
|
+
}
|
|
6333
6290
|
}
|
|
6334
6291
|
],
|
|
6335
6292
|
"exports": [
|
|
6336
6293
|
{
|
|
6337
6294
|
"kind": "js",
|
|
6338
|
-
"name": "
|
|
6295
|
+
"name": "PropertyDataBinding",
|
|
6339
6296
|
"declaration": {
|
|
6340
|
-
"name": "
|
|
6341
|
-
"module": "src/modeller/property-sidebar/
|
|
6297
|
+
"name": "PropertyDataBinding",
|
|
6298
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
6342
6299
|
}
|
|
6343
6300
|
}
|
|
6344
6301
|
]
|
|
@@ -6472,91 +6429,375 @@
|
|
|
6472
6429
|
{
|
|
6473
6430
|
"name": "component",
|
|
6474
6431
|
"type": {
|
|
6475
|
-
"text": "Component"
|
|
6432
|
+
"text": "Component"
|
|
6433
|
+
}
|
|
6434
|
+
}
|
|
6435
|
+
]
|
|
6436
|
+
},
|
|
6437
|
+
{
|
|
6438
|
+
"kind": "method",
|
|
6439
|
+
"name": "toggleHidden",
|
|
6440
|
+
"parameters": [
|
|
6441
|
+
{
|
|
6442
|
+
"name": "component",
|
|
6443
|
+
"type": {
|
|
6444
|
+
"text": "Component"
|
|
6445
|
+
}
|
|
6446
|
+
}
|
|
6447
|
+
]
|
|
6448
|
+
},
|
|
6449
|
+
{
|
|
6450
|
+
"kind": "method",
|
|
6451
|
+
"name": "selectComponent",
|
|
6452
|
+
"parameters": [
|
|
6453
|
+
{
|
|
6454
|
+
"name": "component",
|
|
6455
|
+
"type": {
|
|
6456
|
+
"text": "Component"
|
|
6457
|
+
}
|
|
6458
|
+
},
|
|
6459
|
+
{
|
|
6460
|
+
"name": "append",
|
|
6461
|
+
"default": "false",
|
|
6462
|
+
"type": {
|
|
6463
|
+
"text": "boolean"
|
|
6464
|
+
}
|
|
6465
|
+
}
|
|
6466
|
+
]
|
|
6467
|
+
},
|
|
6468
|
+
{
|
|
6469
|
+
"kind": "method",
|
|
6470
|
+
"name": "shouldBeShown",
|
|
6471
|
+
"return": {
|
|
6472
|
+
"type": {
|
|
6473
|
+
"text": "boolean"
|
|
6474
|
+
}
|
|
6475
|
+
},
|
|
6476
|
+
"parameters": [
|
|
6477
|
+
{
|
|
6478
|
+
"name": "component",
|
|
6479
|
+
"type": {
|
|
6480
|
+
"text": "Component"
|
|
6481
|
+
}
|
|
6482
|
+
},
|
|
6483
|
+
{
|
|
6484
|
+
"name": "counting",
|
|
6485
|
+
"default": "false",
|
|
6486
|
+
"type": {
|
|
6487
|
+
"text": "boolean"
|
|
6488
|
+
}
|
|
6489
|
+
}
|
|
6490
|
+
]
|
|
6491
|
+
},
|
|
6492
|
+
{
|
|
6493
|
+
"kind": "method",
|
|
6494
|
+
"name": "renderComponent",
|
|
6495
|
+
"return": {
|
|
6496
|
+
"type": {
|
|
6497
|
+
"text": "TemplateResult"
|
|
6498
|
+
}
|
|
6499
|
+
},
|
|
6500
|
+
"parameters": [
|
|
6501
|
+
{
|
|
6502
|
+
"name": "component",
|
|
6503
|
+
"type": {
|
|
6504
|
+
"text": "Component"
|
|
6505
|
+
}
|
|
6506
|
+
},
|
|
6507
|
+
{
|
|
6508
|
+
"name": "depth",
|
|
6509
|
+
"type": {
|
|
6510
|
+
"text": "number"
|
|
6511
|
+
}
|
|
6512
|
+
}
|
|
6513
|
+
]
|
|
6514
|
+
}
|
|
6515
|
+
],
|
|
6516
|
+
"attributes": [
|
|
6517
|
+
{
|
|
6518
|
+
"name": "scene",
|
|
6519
|
+
"type": {
|
|
6520
|
+
"text": "Scene | undefined"
|
|
6521
|
+
},
|
|
6522
|
+
"fieldName": "scene"
|
|
6523
|
+
}
|
|
6524
|
+
],
|
|
6525
|
+
"superclass": {
|
|
6526
|
+
"name": "LitElement",
|
|
6527
|
+
"package": "lit"
|
|
6528
|
+
},
|
|
6529
|
+
"customElement": true
|
|
6530
|
+
}
|
|
6531
|
+
],
|
|
6532
|
+
"exports": [
|
|
6533
|
+
{
|
|
6534
|
+
"kind": "js",
|
|
6535
|
+
"name": "SceneInspector",
|
|
6536
|
+
"declaration": {
|
|
6537
|
+
"name": "SceneInspector",
|
|
6538
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6539
|
+
}
|
|
6540
|
+
}
|
|
6541
|
+
]
|
|
6542
|
+
},
|
|
6543
|
+
{
|
|
6544
|
+
"kind": "javascript-module",
|
|
6545
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
6546
|
+
"declarations": [
|
|
6547
|
+
{
|
|
6548
|
+
"kind": "variable",
|
|
6549
|
+
"name": "EffectsSharedStyle",
|
|
6550
|
+
"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; } `"
|
|
6551
|
+
}
|
|
6552
|
+
],
|
|
6553
|
+
"exports": [
|
|
6554
|
+
{
|
|
6555
|
+
"kind": "js",
|
|
6556
|
+
"name": "EffectsSharedStyle",
|
|
6557
|
+
"declaration": {
|
|
6558
|
+
"name": "EffectsSharedStyle",
|
|
6559
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
6560
|
+
}
|
|
6561
|
+
}
|
|
6562
|
+
]
|
|
6563
|
+
},
|
|
6564
|
+
{
|
|
6565
|
+
"kind": "javascript-module",
|
|
6566
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
6567
|
+
"declarations": [
|
|
6568
|
+
{
|
|
6569
|
+
"kind": "class",
|
|
6570
|
+
"description": "",
|
|
6571
|
+
"name": "PropertyEffects",
|
|
6572
|
+
"members": [
|
|
6573
|
+
{
|
|
6574
|
+
"kind": "field",
|
|
6575
|
+
"name": "value",
|
|
6576
|
+
"type": {
|
|
6577
|
+
"text": "Properties | undefined"
|
|
6578
|
+
},
|
|
6579
|
+
"attribute": "value"
|
|
6580
|
+
},
|
|
6581
|
+
{
|
|
6582
|
+
"kind": "field",
|
|
6583
|
+
"name": "scene",
|
|
6584
|
+
"type": {
|
|
6585
|
+
"text": "Scene | undefined"
|
|
6586
|
+
},
|
|
6587
|
+
"attribute": "scene"
|
|
6588
|
+
},
|
|
6589
|
+
{
|
|
6590
|
+
"kind": "field",
|
|
6591
|
+
"name": "selected",
|
|
6592
|
+
"type": {
|
|
6593
|
+
"text": "Component[]"
|
|
6594
|
+
},
|
|
6595
|
+
"default": "[]",
|
|
6596
|
+
"attribute": "selected"
|
|
6597
|
+
},
|
|
6598
|
+
{
|
|
6599
|
+
"kind": "field",
|
|
6600
|
+
"name": "scopedElements",
|
|
6601
|
+
"static": true,
|
|
6602
|
+
"readonly": true
|
|
6603
|
+
},
|
|
6604
|
+
{
|
|
6605
|
+
"kind": "method",
|
|
6606
|
+
"name": "_onValueChange",
|
|
6607
|
+
"parameters": [
|
|
6608
|
+
{
|
|
6609
|
+
"name": "e",
|
|
6610
|
+
"type": {
|
|
6611
|
+
"text": "Event"
|
|
6476
6612
|
}
|
|
6477
6613
|
}
|
|
6478
|
-
]
|
|
6614
|
+
],
|
|
6615
|
+
"inheritedFrom": {
|
|
6616
|
+
"name": "AbstractProperty",
|
|
6617
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6618
|
+
}
|
|
6479
6619
|
},
|
|
6480
6620
|
{
|
|
6481
6621
|
"kind": "method",
|
|
6482
|
-
"name": "
|
|
6622
|
+
"name": "_getValueFromEventTarget",
|
|
6483
6623
|
"parameters": [
|
|
6484
6624
|
{
|
|
6485
|
-
"name": "
|
|
6625
|
+
"name": "element",
|
|
6486
6626
|
"type": {
|
|
6487
|
-
"text": "
|
|
6627
|
+
"text": "HTMLElement"
|
|
6488
6628
|
}
|
|
6489
6629
|
}
|
|
6490
|
-
]
|
|
6630
|
+
],
|
|
6631
|
+
"inheritedFrom": {
|
|
6632
|
+
"name": "AbstractProperty",
|
|
6633
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6634
|
+
}
|
|
6491
6635
|
},
|
|
6492
6636
|
{
|
|
6493
6637
|
"kind": "method",
|
|
6494
|
-
"name": "
|
|
6638
|
+
"name": "_onAfterValueChange",
|
|
6495
6639
|
"parameters": [
|
|
6496
6640
|
{
|
|
6497
|
-
"name": "
|
|
6641
|
+
"name": "key",
|
|
6498
6642
|
"type": {
|
|
6499
|
-
"text": "
|
|
6643
|
+
"text": "string"
|
|
6500
6644
|
}
|
|
6501
6645
|
},
|
|
6502
6646
|
{
|
|
6503
|
-
"name": "
|
|
6504
|
-
"default": "false",
|
|
6647
|
+
"name": "value",
|
|
6505
6648
|
"type": {
|
|
6506
|
-
"text": "
|
|
6649
|
+
"text": "any"
|
|
6507
6650
|
}
|
|
6508
6651
|
}
|
|
6509
|
-
]
|
|
6652
|
+
],
|
|
6653
|
+
"inheritedFrom": {
|
|
6654
|
+
"name": "AbstractProperty",
|
|
6655
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6656
|
+
}
|
|
6657
|
+
}
|
|
6658
|
+
],
|
|
6659
|
+
"attributes": [
|
|
6660
|
+
{
|
|
6661
|
+
"name": "value",
|
|
6662
|
+
"type": {
|
|
6663
|
+
"text": "Properties | undefined"
|
|
6664
|
+
},
|
|
6665
|
+
"fieldName": "value"
|
|
6510
6666
|
},
|
|
6511
6667
|
{
|
|
6512
|
-
"
|
|
6513
|
-
"
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
|
|
6517
|
-
|
|
6668
|
+
"name": "scene",
|
|
6669
|
+
"type": {
|
|
6670
|
+
"text": "Scene | undefined"
|
|
6671
|
+
},
|
|
6672
|
+
"fieldName": "scene"
|
|
6673
|
+
},
|
|
6674
|
+
{
|
|
6675
|
+
"name": "selected",
|
|
6676
|
+
"type": {
|
|
6677
|
+
"text": "Component[]"
|
|
6678
|
+
},
|
|
6679
|
+
"default": "[]",
|
|
6680
|
+
"fieldName": "selected"
|
|
6681
|
+
}
|
|
6682
|
+
],
|
|
6683
|
+
"mixins": [
|
|
6684
|
+
{
|
|
6685
|
+
"name": "ScopedElementsMixin",
|
|
6686
|
+
"package": "@open-wc/scoped-elements"
|
|
6687
|
+
}
|
|
6688
|
+
],
|
|
6689
|
+
"superclass": {
|
|
6690
|
+
"name": "AbstractProperty",
|
|
6691
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6692
|
+
},
|
|
6693
|
+
"events": [
|
|
6694
|
+
{
|
|
6695
|
+
"name": "property-change",
|
|
6696
|
+
"type": {
|
|
6697
|
+
"text": "CustomEvent"
|
|
6698
|
+
},
|
|
6699
|
+
"inheritedFrom": {
|
|
6700
|
+
"name": "AbstractProperty",
|
|
6701
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6702
|
+
}
|
|
6703
|
+
}
|
|
6704
|
+
]
|
|
6705
|
+
}
|
|
6706
|
+
],
|
|
6707
|
+
"exports": [
|
|
6708
|
+
{
|
|
6709
|
+
"kind": "js",
|
|
6710
|
+
"name": "PropertyEffects",
|
|
6711
|
+
"declaration": {
|
|
6712
|
+
"name": "PropertyEffects",
|
|
6713
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
6714
|
+
}
|
|
6715
|
+
}
|
|
6716
|
+
]
|
|
6717
|
+
},
|
|
6718
|
+
{
|
|
6719
|
+
"kind": "javascript-module",
|
|
6720
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
6721
|
+
"declarations": [
|
|
6722
|
+
{
|
|
6723
|
+
"kind": "class",
|
|
6724
|
+
"description": "",
|
|
6725
|
+
"name": "PropertyEventHover",
|
|
6726
|
+
"members": [
|
|
6727
|
+
{
|
|
6728
|
+
"kind": "field",
|
|
6729
|
+
"name": "value",
|
|
6730
|
+
"type": {
|
|
6731
|
+
"text": "Properties | undefined"
|
|
6732
|
+
},
|
|
6733
|
+
"attribute": "value"
|
|
6734
|
+
},
|
|
6735
|
+
{
|
|
6736
|
+
"kind": "field",
|
|
6737
|
+
"name": "scene",
|
|
6738
|
+
"type": {
|
|
6739
|
+
"text": "Scene | undefined"
|
|
6518
6740
|
},
|
|
6741
|
+
"attribute": "scene"
|
|
6742
|
+
},
|
|
6743
|
+
{
|
|
6744
|
+
"kind": "method",
|
|
6745
|
+
"name": "_getPlaceHoder",
|
|
6519
6746
|
"parameters": [
|
|
6520
6747
|
{
|
|
6521
|
-
"name": "
|
|
6522
|
-
"type": {
|
|
6523
|
-
"text": "Component"
|
|
6524
|
-
}
|
|
6525
|
-
},
|
|
6526
|
-
{
|
|
6527
|
-
"name": "counting",
|
|
6528
|
-
"default": "false",
|
|
6748
|
+
"name": "action",
|
|
6529
6749
|
"type": {
|
|
6530
|
-
"text": "
|
|
6750
|
+
"text": "string"
|
|
6531
6751
|
}
|
|
6532
6752
|
}
|
|
6533
6753
|
]
|
|
6534
6754
|
},
|
|
6535
6755
|
{
|
|
6536
6756
|
"kind": "method",
|
|
6537
|
-
"name": "
|
|
6757
|
+
"name": "_getTargetList",
|
|
6538
6758
|
"return": {
|
|
6539
6759
|
"type": {
|
|
6540
|
-
"text": "
|
|
6760
|
+
"text": "{ value: string; description: string }[]"
|
|
6541
6761
|
}
|
|
6542
6762
|
},
|
|
6543
6763
|
"parameters": [
|
|
6544
6764
|
{
|
|
6545
|
-
"name": "
|
|
6765
|
+
"name": "action",
|
|
6546
6766
|
"type": {
|
|
6547
|
-
"text": "
|
|
6767
|
+
"text": "string"
|
|
6548
6768
|
}
|
|
6549
|
-
}
|
|
6769
|
+
}
|
|
6770
|
+
]
|
|
6771
|
+
},
|
|
6772
|
+
{
|
|
6773
|
+
"kind": "method",
|
|
6774
|
+
"name": "_onValueChange",
|
|
6775
|
+
"parameters": [
|
|
6550
6776
|
{
|
|
6551
|
-
"name": "
|
|
6777
|
+
"name": "e",
|
|
6552
6778
|
"type": {
|
|
6553
|
-
"text": "
|
|
6779
|
+
"text": "Event"
|
|
6554
6780
|
}
|
|
6555
6781
|
}
|
|
6556
6782
|
]
|
|
6557
6783
|
}
|
|
6558
6784
|
],
|
|
6785
|
+
"events": [
|
|
6786
|
+
{
|
|
6787
|
+
"name": "change",
|
|
6788
|
+
"type": {
|
|
6789
|
+
"text": "CustomEvent"
|
|
6790
|
+
}
|
|
6791
|
+
}
|
|
6792
|
+
],
|
|
6559
6793
|
"attributes": [
|
|
6794
|
+
{
|
|
6795
|
+
"name": "value",
|
|
6796
|
+
"type": {
|
|
6797
|
+
"text": "Properties | undefined"
|
|
6798
|
+
},
|
|
6799
|
+
"fieldName": "value"
|
|
6800
|
+
},
|
|
6560
6801
|
{
|
|
6561
6802
|
"name": "scene",
|
|
6562
6803
|
"type": {
|
|
@@ -6575,40 +6816,30 @@
|
|
|
6575
6816
|
"exports": [
|
|
6576
6817
|
{
|
|
6577
6818
|
"kind": "js",
|
|
6578
|
-
"name": "
|
|
6819
|
+
"name": "PropertyEventHover",
|
|
6579
6820
|
"declaration": {
|
|
6580
|
-
"name": "
|
|
6581
|
-
"module": "src/modeller/property-sidebar/
|
|
6821
|
+
"name": "PropertyEventHover",
|
|
6822
|
+
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
6582
6823
|
}
|
|
6583
6824
|
}
|
|
6584
6825
|
]
|
|
6585
6826
|
},
|
|
6586
6827
|
{
|
|
6587
6828
|
"kind": "javascript-module",
|
|
6588
|
-
"path": "src/modeller/property-sidebar/
|
|
6829
|
+
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
6589
6830
|
"declarations": [
|
|
6590
6831
|
{
|
|
6591
6832
|
"kind": "class",
|
|
6592
|
-
"description": "
|
|
6593
|
-
"name": "
|
|
6833
|
+
"description": "",
|
|
6834
|
+
"name": "PropertyEventTap",
|
|
6594
6835
|
"members": [
|
|
6595
6836
|
{
|
|
6596
6837
|
"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",
|
|
6838
|
+
"name": "value",
|
|
6607
6839
|
"type": {
|
|
6608
|
-
"text": "
|
|
6840
|
+
"text": "Properties | undefined"
|
|
6609
6841
|
},
|
|
6610
|
-
"
|
|
6611
|
-
"attribute": "rule"
|
|
6842
|
+
"attribute": "value"
|
|
6612
6843
|
},
|
|
6613
6844
|
{
|
|
6614
6845
|
"kind": "field",
|
|
@@ -6620,74 +6851,27 @@
|
|
|
6620
6851
|
},
|
|
6621
6852
|
{
|
|
6622
6853
|
"kind": "field",
|
|
6623
|
-
"name": "
|
|
6624
|
-
"type": {
|
|
6625
|
-
"text": "any"
|
|
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",
|
|
6854
|
+
"name": "targetList",
|
|
6666
6855
|
"type": {
|
|
6667
|
-
"text": "
|
|
6668
|
-
},
|
|
6669
|
-
"
|
|
6670
|
-
"default": "false"
|
|
6671
|
-
},
|
|
6672
|
-
{
|
|
6673
|
-
"kind": "method",
|
|
6674
|
-
"name": "_onChangedMapping"
|
|
6856
|
+
"text": "{ value: string; description: string }[]"
|
|
6857
|
+
},
|
|
6858
|
+
"default": "[]"
|
|
6675
6859
|
},
|
|
6676
6860
|
{
|
|
6677
6861
|
"kind": "method",
|
|
6678
|
-
"name": "
|
|
6862
|
+
"name": "_getPlaceHoder",
|
|
6679
6863
|
"parameters": [
|
|
6680
6864
|
{
|
|
6681
|
-
"name": "
|
|
6865
|
+
"name": "action",
|
|
6682
6866
|
"type": {
|
|
6683
|
-
"text": "
|
|
6867
|
+
"text": "string"
|
|
6684
6868
|
}
|
|
6685
6869
|
}
|
|
6686
6870
|
]
|
|
6687
6871
|
},
|
|
6688
6872
|
{
|
|
6689
6873
|
"kind": "method",
|
|
6690
|
-
"name": "
|
|
6874
|
+
"name": "_onValueChange",
|
|
6691
6875
|
"parameters": [
|
|
6692
6876
|
{
|
|
6693
6877
|
"name": "e",
|
|
@@ -6700,7 +6884,7 @@
|
|
|
6700
6884
|
],
|
|
6701
6885
|
"events": [
|
|
6702
6886
|
{
|
|
6703
|
-
"name": "
|
|
6887
|
+
"name": "change",
|
|
6704
6888
|
"type": {
|
|
6705
6889
|
"text": "CustomEvent"
|
|
6706
6890
|
}
|
|
@@ -6708,28 +6892,11 @@
|
|
|
6708
6892
|
],
|
|
6709
6893
|
"attributes": [
|
|
6710
6894
|
{
|
|
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",
|
|
6895
|
+
"name": "value",
|
|
6728
6896
|
"type": {
|
|
6729
|
-
"text": "Properties
|
|
6897
|
+
"text": "Properties | undefined"
|
|
6730
6898
|
},
|
|
6731
|
-
"
|
|
6732
|
-
"fieldName": "properties"
|
|
6899
|
+
"fieldName": "value"
|
|
6733
6900
|
},
|
|
6734
6901
|
{
|
|
6735
6902
|
"name": "scene",
|
|
@@ -6749,266 +6916,342 @@
|
|
|
6749
6916
|
"exports": [
|
|
6750
6917
|
{
|
|
6751
6918
|
"kind": "js",
|
|
6752
|
-
"name": "
|
|
6919
|
+
"name": "PropertyEventTap",
|
|
6753
6920
|
"declaration": {
|
|
6754
|
-
"name": "
|
|
6755
|
-
"module": "src/modeller/property-sidebar/
|
|
6921
|
+
"name": "PropertyEventTap",
|
|
6922
|
+
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
6756
6923
|
}
|
|
6757
6924
|
}
|
|
6758
6925
|
]
|
|
6759
6926
|
},
|
|
6760
6927
|
{
|
|
6761
6928
|
"kind": "javascript-module",
|
|
6762
|
-
"path": "src/modeller/property-sidebar/
|
|
6929
|
+
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
6763
6930
|
"declarations": [
|
|
6764
6931
|
{
|
|
6765
6932
|
"kind": "class",
|
|
6766
6933
|
"description": "",
|
|
6767
|
-
"name": "
|
|
6934
|
+
"name": "PropertyEvent",
|
|
6768
6935
|
"members": [
|
|
6936
|
+
{
|
|
6937
|
+
"kind": "field",
|
|
6938
|
+
"name": "value",
|
|
6939
|
+
"type": {
|
|
6940
|
+
"text": "Properties | undefined"
|
|
6941
|
+
},
|
|
6942
|
+
"attribute": "value"
|
|
6943
|
+
},
|
|
6944
|
+
{
|
|
6945
|
+
"kind": "field",
|
|
6946
|
+
"name": "scene",
|
|
6947
|
+
"type": {
|
|
6948
|
+
"text": "Scene | undefined"
|
|
6949
|
+
},
|
|
6950
|
+
"attribute": "scene"
|
|
6951
|
+
},
|
|
6952
|
+
{
|
|
6953
|
+
"kind": "field",
|
|
6954
|
+
"name": "scopedElements",
|
|
6955
|
+
"static": true,
|
|
6956
|
+
"readonly": true
|
|
6957
|
+
},
|
|
6769
6958
|
{
|
|
6770
6959
|
"kind": "method",
|
|
6771
|
-
"name": "
|
|
6960
|
+
"name": "_onValueChange",
|
|
6772
6961
|
"parameters": [
|
|
6773
6962
|
{
|
|
6774
|
-
"name": "
|
|
6775
|
-
"optional": true,
|
|
6963
|
+
"name": "e",
|
|
6776
6964
|
"type": {
|
|
6777
|
-
"text": "
|
|
6965
|
+
"text": "Event"
|
|
6778
6966
|
}
|
|
6779
6967
|
}
|
|
6780
6968
|
]
|
|
6781
6969
|
}
|
|
6782
6970
|
],
|
|
6971
|
+
"events": [
|
|
6972
|
+
{
|
|
6973
|
+
"name": "change",
|
|
6974
|
+
"type": {
|
|
6975
|
+
"text": "CustomEvent"
|
|
6976
|
+
}
|
|
6977
|
+
}
|
|
6978
|
+
],
|
|
6979
|
+
"attributes": [
|
|
6980
|
+
{
|
|
6981
|
+
"name": "value",
|
|
6982
|
+
"type": {
|
|
6983
|
+
"text": "Properties | undefined"
|
|
6984
|
+
},
|
|
6985
|
+
"fieldName": "value"
|
|
6986
|
+
},
|
|
6987
|
+
{
|
|
6988
|
+
"name": "scene",
|
|
6989
|
+
"type": {
|
|
6990
|
+
"text": "Scene | undefined"
|
|
6991
|
+
},
|
|
6992
|
+
"fieldName": "scene"
|
|
6993
|
+
}
|
|
6994
|
+
],
|
|
6995
|
+
"mixins": [
|
|
6996
|
+
{
|
|
6997
|
+
"name": "ScopedElementsMixin",
|
|
6998
|
+
"package": "@open-wc/scoped-elements"
|
|
6999
|
+
}
|
|
7000
|
+
],
|
|
6783
7001
|
"superclass": {
|
|
6784
|
-
"name": "
|
|
6785
|
-
"package": "
|
|
7002
|
+
"name": "LitElement",
|
|
7003
|
+
"package": "lit"
|
|
6786
7004
|
},
|
|
6787
|
-
"tagName": "data-binding-value-map",
|
|
6788
7005
|
"customElement": true
|
|
6789
7006
|
}
|
|
6790
7007
|
],
|
|
6791
7008
|
"exports": [
|
|
6792
7009
|
{
|
|
6793
7010
|
"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",
|
|
7011
|
+
"name": "PropertyEvent",
|
|
6803
7012
|
"declaration": {
|
|
6804
|
-
"name": "
|
|
6805
|
-
"module": "src/modeller/property-sidebar/
|
|
7013
|
+
"name": "PropertyEvent",
|
|
7014
|
+
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
6806
7015
|
}
|
|
6807
7016
|
}
|
|
6808
7017
|
]
|
|
6809
7018
|
},
|
|
6810
7019
|
{
|
|
6811
7020
|
"kind": "javascript-module",
|
|
6812
|
-
"path": "src/modeller/property-sidebar/
|
|
7021
|
+
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
6813
7022
|
"declarations": [
|
|
6814
7023
|
{
|
|
6815
7024
|
"kind": "class",
|
|
6816
|
-
"description": "",
|
|
6817
|
-
"name": "
|
|
7025
|
+
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
7026
|
+
"name": "PropertyShadow",
|
|
6818
7027
|
"members": [
|
|
7028
|
+
{
|
|
7029
|
+
"kind": "field",
|
|
7030
|
+
"name": "value",
|
|
7031
|
+
"type": {
|
|
7032
|
+
"text": "Properties | undefined"
|
|
7033
|
+
},
|
|
7034
|
+
"attribute": "value"
|
|
7035
|
+
},
|
|
6819
7036
|
{
|
|
6820
7037
|
"kind": "method",
|
|
6821
|
-
"name": "
|
|
7038
|
+
"name": "_onValueChange",
|
|
6822
7039
|
"parameters": [
|
|
6823
7040
|
{
|
|
6824
|
-
"name": "
|
|
6825
|
-
"optional": true,
|
|
7041
|
+
"name": "e",
|
|
6826
7042
|
"type": {
|
|
6827
|
-
"text": "
|
|
7043
|
+
"text": "Event"
|
|
6828
7044
|
}
|
|
6829
7045
|
}
|
|
6830
7046
|
]
|
|
6831
7047
|
}
|
|
6832
7048
|
],
|
|
7049
|
+
"events": [
|
|
7050
|
+
{
|
|
7051
|
+
"name": "change",
|
|
7052
|
+
"type": {
|
|
7053
|
+
"text": "CustomEvent"
|
|
7054
|
+
}
|
|
7055
|
+
}
|
|
7056
|
+
],
|
|
7057
|
+
"attributes": [
|
|
7058
|
+
{
|
|
7059
|
+
"name": "value",
|
|
7060
|
+
"type": {
|
|
7061
|
+
"text": "Properties | undefined"
|
|
7062
|
+
},
|
|
7063
|
+
"fieldName": "value"
|
|
7064
|
+
}
|
|
7065
|
+
],
|
|
6833
7066
|
"superclass": {
|
|
6834
|
-
"name": "
|
|
6835
|
-
"package": "
|
|
7067
|
+
"name": "LitElement",
|
|
7068
|
+
"package": "lit"
|
|
6836
7069
|
},
|
|
6837
|
-
"tagName": "data-binding-value-range",
|
|
6838
7070
|
"customElement": true
|
|
6839
7071
|
}
|
|
6840
7072
|
],
|
|
6841
7073
|
"exports": [
|
|
6842
7074
|
{
|
|
6843
7075
|
"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",
|
|
7076
|
+
"name": "PropertyShadow",
|
|
6853
7077
|
"declaration": {
|
|
6854
|
-
"name": "
|
|
6855
|
-
"module": "src/modeller/property-sidebar/
|
|
7078
|
+
"name": "PropertyShadow",
|
|
7079
|
+
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
6856
7080
|
}
|
|
6857
7081
|
}
|
|
6858
7082
|
]
|
|
6859
7083
|
},
|
|
6860
7084
|
{
|
|
6861
7085
|
"kind": "javascript-module",
|
|
6862
|
-
"path": "src/modeller/property-sidebar/
|
|
7086
|
+
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
6863
7087
|
"declarations": [
|
|
6864
7088
|
{
|
|
6865
|
-
"kind": "
|
|
6866
|
-
"
|
|
6867
|
-
"
|
|
6868
|
-
"members": [
|
|
6869
|
-
{
|
|
6870
|
-
"kind": "field",
|
|
6871
|
-
"name": "value",
|
|
6872
|
-
"type": {
|
|
6873
|
-
"text": "Properties | undefined"
|
|
6874
|
-
},
|
|
6875
|
-
"attribute": "value"
|
|
6876
|
-
},
|
|
6877
|
-
{
|
|
6878
|
-
"kind": "field",
|
|
6879
|
-
"name": "scene",
|
|
6880
|
-
"type": {
|
|
6881
|
-
"text": "Scene | undefined"
|
|
6882
|
-
},
|
|
6883
|
-
"attribute": "scene"
|
|
6884
|
-
},
|
|
6885
|
-
{
|
|
6886
|
-
"kind": "field",
|
|
6887
|
-
"name": "mappingIndex",
|
|
6888
|
-
"type": {
|
|
6889
|
-
"text": "number"
|
|
6890
|
-
},
|
|
6891
|
-
"default": "0"
|
|
6892
|
-
},
|
|
7089
|
+
"kind": "function",
|
|
7090
|
+
"name": "convert",
|
|
7091
|
+
"parameters": [
|
|
6893
7092
|
{
|
|
6894
|
-
"
|
|
6895
|
-
"name": "_afterRender",
|
|
7093
|
+
"name": "element",
|
|
6896
7094
|
"type": {
|
|
6897
|
-
"text": "
|
|
7095
|
+
"text": "any"
|
|
6898
7096
|
}
|
|
6899
|
-
}
|
|
7097
|
+
}
|
|
7098
|
+
]
|
|
7099
|
+
}
|
|
7100
|
+
],
|
|
7101
|
+
"exports": [
|
|
7102
|
+
{
|
|
7103
|
+
"kind": "js",
|
|
7104
|
+
"name": "convert",
|
|
7105
|
+
"declaration": {
|
|
7106
|
+
"name": "convert",
|
|
7107
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
7108
|
+
}
|
|
7109
|
+
}
|
|
7110
|
+
]
|
|
7111
|
+
},
|
|
7112
|
+
{
|
|
7113
|
+
"kind": "javascript-module",
|
|
7114
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
7115
|
+
"declarations": [
|
|
7116
|
+
{
|
|
7117
|
+
"kind": "variable",
|
|
7118
|
+
"name": "BoxPaddingEditorStyles",
|
|
7119
|
+
"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; } `"
|
|
7120
|
+
}
|
|
7121
|
+
],
|
|
7122
|
+
"exports": [
|
|
7123
|
+
{
|
|
7124
|
+
"kind": "js",
|
|
7125
|
+
"name": "BoxPaddingEditorStyles",
|
|
7126
|
+
"declaration": {
|
|
7127
|
+
"name": "BoxPaddingEditorStyles",
|
|
7128
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
7129
|
+
}
|
|
7130
|
+
}
|
|
7131
|
+
]
|
|
7132
|
+
},
|
|
7133
|
+
{
|
|
7134
|
+
"kind": "javascript-module",
|
|
7135
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
7136
|
+
"declarations": [
|
|
7137
|
+
{
|
|
7138
|
+
"kind": "class",
|
|
7139
|
+
"description": "",
|
|
7140
|
+
"name": "PropertyShapes",
|
|
7141
|
+
"members": [
|
|
6900
7142
|
{
|
|
6901
7143
|
"kind": "field",
|
|
6902
|
-
"name": "
|
|
7144
|
+
"name": "value",
|
|
6903
7145
|
"type": {
|
|
6904
|
-
"text": "
|
|
7146
|
+
"text": "Properties | undefined"
|
|
6905
7147
|
},
|
|
6906
|
-
"
|
|
7148
|
+
"attribute": "value"
|
|
6907
7149
|
},
|
|
6908
7150
|
{
|
|
6909
7151
|
"kind": "field",
|
|
6910
|
-
"name": "
|
|
7152
|
+
"name": "bounds",
|
|
6911
7153
|
"type": {
|
|
6912
|
-
"text": "
|
|
6913
|
-
}
|
|
7154
|
+
"text": "BOUNDS | null"
|
|
7155
|
+
},
|
|
7156
|
+
"default": "null",
|
|
7157
|
+
"attribute": "bounds"
|
|
6914
7158
|
},
|
|
6915
7159
|
{
|
|
6916
7160
|
"kind": "field",
|
|
6917
|
-
"name": "
|
|
7161
|
+
"name": "selected",
|
|
6918
7162
|
"type": {
|
|
6919
|
-
"text": "
|
|
6920
|
-
}
|
|
7163
|
+
"text": "Component[]"
|
|
7164
|
+
},
|
|
7165
|
+
"default": "[]",
|
|
7166
|
+
"attribute": "selected"
|
|
6921
7167
|
},
|
|
6922
7168
|
{
|
|
6923
|
-
"kind": "
|
|
6924
|
-
"name": "
|
|
6925
|
-
"
|
|
6926
|
-
|
|
7169
|
+
"kind": "method",
|
|
7170
|
+
"name": "_onValueChange",
|
|
7171
|
+
"parameters": [
|
|
7172
|
+
{
|
|
7173
|
+
"name": "e",
|
|
7174
|
+
"type": {
|
|
7175
|
+
"text": "Event"
|
|
7176
|
+
}
|
|
7177
|
+
}
|
|
7178
|
+
],
|
|
7179
|
+
"inheritedFrom": {
|
|
7180
|
+
"name": "AbstractProperty",
|
|
7181
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6927
7182
|
}
|
|
6928
7183
|
},
|
|
6929
|
-
{
|
|
6930
|
-
"kind": "field",
|
|
6931
|
-
"name": "mappings",
|
|
6932
|
-
"readonly": true
|
|
6933
|
-
},
|
|
6934
|
-
{
|
|
6935
|
-
"kind": "field",
|
|
6936
|
-
"name": "scopedElements",
|
|
6937
|
-
"static": true,
|
|
6938
|
-
"readonly": true
|
|
6939
|
-
},
|
|
6940
7184
|
{
|
|
6941
7185
|
"kind": "method",
|
|
6942
|
-
"name": "
|
|
7186
|
+
"name": "_hasTextProperty",
|
|
6943
7187
|
"parameters": [
|
|
6944
7188
|
{
|
|
6945
|
-
"name": "
|
|
7189
|
+
"name": "selected",
|
|
6946
7190
|
"type": {
|
|
6947
|
-
"text": "
|
|
7191
|
+
"text": "Component[]"
|
|
6948
7192
|
}
|
|
6949
7193
|
}
|
|
6950
7194
|
]
|
|
6951
7195
|
},
|
|
6952
7196
|
{
|
|
6953
7197
|
"kind": "method",
|
|
6954
|
-
"name": "
|
|
6955
|
-
},
|
|
6956
|
-
{
|
|
6957
|
-
"kind": "method",
|
|
6958
|
-
"name": "_copyDataBindingMapper"
|
|
6959
|
-
},
|
|
6960
|
-
{
|
|
6961
|
-
"kind": "method",
|
|
6962
|
-
"name": "_pasteDataBindingMapper"
|
|
6963
|
-
},
|
|
6964
|
-
{
|
|
6965
|
-
"kind": "method",
|
|
6966
|
-
"name": "_onValueChanged"
|
|
6967
|
-
},
|
|
6968
|
-
{
|
|
6969
|
-
"kind": "method",
|
|
6970
|
-
"name": "_onValueChange",
|
|
7198
|
+
"name": "_hasProperties",
|
|
6971
7199
|
"parameters": [
|
|
6972
7200
|
{
|
|
6973
|
-
"name": "
|
|
7201
|
+
"name": "selected",
|
|
6974
7202
|
"type": {
|
|
6975
|
-
"text": "
|
|
7203
|
+
"text": "Component[]"
|
|
6976
7204
|
}
|
|
6977
7205
|
}
|
|
6978
|
-
]
|
|
6979
|
-
"inheritedFrom": {
|
|
6980
|
-
"name": "AbstractProperty",
|
|
6981
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6982
|
-
}
|
|
6983
|
-
},
|
|
6984
|
-
{
|
|
6985
|
-
"kind": "field",
|
|
6986
|
-
"name": "tabContainer",
|
|
6987
|
-
"readonly": true
|
|
7206
|
+
]
|
|
6988
7207
|
},
|
|
6989
7208
|
{
|
|
6990
7209
|
"kind": "method",
|
|
6991
|
-
"name": "
|
|
7210
|
+
"name": "_isIdentifiable",
|
|
6992
7211
|
"parameters": [
|
|
6993
7212
|
{
|
|
6994
|
-
"name": "
|
|
7213
|
+
"name": "selected",
|
|
6995
7214
|
"type": {
|
|
6996
|
-
"text": "
|
|
7215
|
+
"text": "Component[]"
|
|
6997
7216
|
}
|
|
6998
7217
|
}
|
|
6999
7218
|
]
|
|
7000
7219
|
},
|
|
7001
7220
|
{
|
|
7002
7221
|
"kind": "method",
|
|
7003
|
-
"name": "
|
|
7222
|
+
"name": "_isClassIdentifiable",
|
|
7223
|
+
"parameters": [
|
|
7224
|
+
{
|
|
7225
|
+
"name": "selected",
|
|
7226
|
+
"type": {
|
|
7227
|
+
"text": "Component[]"
|
|
7228
|
+
}
|
|
7229
|
+
}
|
|
7230
|
+
]
|
|
7004
7231
|
},
|
|
7005
7232
|
{
|
|
7006
7233
|
"kind": "method",
|
|
7007
|
-
"name": "
|
|
7234
|
+
"name": "_isLine",
|
|
7235
|
+
"parameters": [
|
|
7236
|
+
{
|
|
7237
|
+
"name": "selected",
|
|
7238
|
+
"type": {
|
|
7239
|
+
"text": "Component[]"
|
|
7240
|
+
}
|
|
7241
|
+
}
|
|
7242
|
+
]
|
|
7008
7243
|
},
|
|
7009
7244
|
{
|
|
7010
7245
|
"kind": "method",
|
|
7011
|
-
"name": "
|
|
7246
|
+
"name": "_is3dish",
|
|
7247
|
+
"parameters": [
|
|
7248
|
+
{
|
|
7249
|
+
"name": "selected",
|
|
7250
|
+
"type": {
|
|
7251
|
+
"text": "Component[]"
|
|
7252
|
+
}
|
|
7253
|
+
}
|
|
7254
|
+
]
|
|
7012
7255
|
},
|
|
7013
7256
|
{
|
|
7014
7257
|
"kind": "method",
|
|
@@ -7050,6 +7293,12 @@
|
|
|
7050
7293
|
}
|
|
7051
7294
|
],
|
|
7052
7295
|
"events": [
|
|
7296
|
+
{
|
|
7297
|
+
"name": "bounds-change",
|
|
7298
|
+
"type": {
|
|
7299
|
+
"text": "CustomEvent"
|
|
7300
|
+
}
|
|
7301
|
+
},
|
|
7053
7302
|
{
|
|
7054
7303
|
"name": "property-change",
|
|
7055
7304
|
"type": {
|
|
@@ -7070,83 +7319,57 @@
|
|
|
7070
7319
|
"fieldName": "value"
|
|
7071
7320
|
},
|
|
7072
7321
|
{
|
|
7073
|
-
"name": "
|
|
7322
|
+
"name": "bounds",
|
|
7074
7323
|
"type": {
|
|
7075
|
-
"text": "
|
|
7324
|
+
"text": "BOUNDS | null"
|
|
7076
7325
|
},
|
|
7077
|
-
"
|
|
7078
|
-
|
|
7079
|
-
|
|
7080
|
-
"mixins": [
|
|
7326
|
+
"default": "null",
|
|
7327
|
+
"fieldName": "bounds"
|
|
7328
|
+
},
|
|
7081
7329
|
{
|
|
7082
|
-
"name": "
|
|
7083
|
-
"
|
|
7330
|
+
"name": "selected",
|
|
7331
|
+
"type": {
|
|
7332
|
+
"text": "Component[]"
|
|
7333
|
+
},
|
|
7334
|
+
"default": "[]",
|
|
7335
|
+
"fieldName": "selected"
|
|
7084
7336
|
}
|
|
7085
7337
|
],
|
|
7086
7338
|
"superclass": {
|
|
7087
7339
|
"name": "AbstractProperty",
|
|
7088
|
-
"module": "/src/modeller/property-sidebar/abstract-property
|
|
7089
|
-
}
|
|
7090
|
-
}
|
|
7091
|
-
],
|
|
7092
|
-
"exports": [
|
|
7093
|
-
{
|
|
7094
|
-
"kind": "js",
|
|
7095
|
-
"name": "PropertyDataBinding",
|
|
7096
|
-
"declaration": {
|
|
7097
|
-
"name": "PropertyDataBinding",
|
|
7098
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
7340
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
7099
7341
|
}
|
|
7100
7342
|
}
|
|
7101
|
-
]
|
|
7102
|
-
},
|
|
7103
|
-
{
|
|
7104
|
-
"kind": "javascript-module",
|
|
7105
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
7106
|
-
"declarations": [
|
|
7107
|
-
{
|
|
7108
|
-
"kind": "variable",
|
|
7109
|
-
"name": "BoxPaddingEditorStyles",
|
|
7110
|
-
"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; } `"
|
|
7111
|
-
}
|
|
7112
7343
|
],
|
|
7113
7344
|
"exports": [
|
|
7114
7345
|
{
|
|
7115
7346
|
"kind": "js",
|
|
7116
|
-
"name": "
|
|
7347
|
+
"name": "PropertyShapes",
|
|
7117
7348
|
"declaration": {
|
|
7118
|
-
"name": "
|
|
7119
|
-
"module": "src/modeller/property-sidebar/shapes/
|
|
7349
|
+
"name": "PropertyShapes",
|
|
7350
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
7120
7351
|
}
|
|
7121
7352
|
}
|
|
7122
7353
|
]
|
|
7123
7354
|
},
|
|
7124
7355
|
{
|
|
7125
7356
|
"kind": "javascript-module",
|
|
7126
|
-
"path": "src/modeller/property-sidebar/
|
|
7357
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
7127
7358
|
"declarations": [
|
|
7128
7359
|
{
|
|
7129
7360
|
"kind": "class",
|
|
7130
7361
|
"description": "",
|
|
7131
|
-
"name": "
|
|
7362
|
+
"name": "PropertyStyles",
|
|
7132
7363
|
"members": [
|
|
7133
7364
|
{
|
|
7134
7365
|
"kind": "field",
|
|
7135
7366
|
"name": "value",
|
|
7136
7367
|
"type": {
|
|
7137
|
-
"text": "
|
|
7368
|
+
"text": "any"
|
|
7138
7369
|
},
|
|
7370
|
+
"default": "{}",
|
|
7139
7371
|
"attribute": "value"
|
|
7140
7372
|
},
|
|
7141
|
-
{
|
|
7142
|
-
"kind": "field",
|
|
7143
|
-
"name": "bounds",
|
|
7144
|
-
"type": {
|
|
7145
|
-
"text": "BOUNDS | null"
|
|
7146
|
-
},
|
|
7147
|
-
"default": "null",
|
|
7148
|
-
"attribute": "bounds"
|
|
7149
|
-
},
|
|
7150
7373
|
{
|
|
7151
7374
|
"kind": "field",
|
|
7152
7375
|
"name": "selected",
|
|
@@ -7157,68 +7380,21 @@
|
|
|
7157
7380
|
"attribute": "selected"
|
|
7158
7381
|
},
|
|
7159
7382
|
{
|
|
7160
|
-
"kind": "
|
|
7161
|
-
"name": "
|
|
7162
|
-
"
|
|
7163
|
-
|
|
7164
|
-
|
|
7165
|
-
|
|
7166
|
-
|
|
7167
|
-
}
|
|
7168
|
-
}
|
|
7169
|
-
],
|
|
7170
|
-
"inheritedFrom": {
|
|
7171
|
-
"name": "AbstractProperty",
|
|
7172
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7173
|
-
}
|
|
7174
|
-
},
|
|
7175
|
-
{
|
|
7176
|
-
"kind": "method",
|
|
7177
|
-
"name": "_hasTextProperty",
|
|
7178
|
-
"parameters": [
|
|
7179
|
-
{
|
|
7180
|
-
"name": "selected",
|
|
7181
|
-
"type": {
|
|
7182
|
-
"text": "Component[]"
|
|
7183
|
-
}
|
|
7184
|
-
}
|
|
7185
|
-
]
|
|
7186
|
-
},
|
|
7187
|
-
{
|
|
7188
|
-
"kind": "method",
|
|
7189
|
-
"name": "_hasProperties",
|
|
7190
|
-
"parameters": [
|
|
7191
|
-
{
|
|
7192
|
-
"name": "selected",
|
|
7193
|
-
"type": {
|
|
7194
|
-
"text": "Component[]"
|
|
7195
|
-
}
|
|
7196
|
-
}
|
|
7197
|
-
]
|
|
7198
|
-
},
|
|
7199
|
-
{
|
|
7200
|
-
"kind": "method",
|
|
7201
|
-
"name": "_isIdentifiable",
|
|
7202
|
-
"parameters": [
|
|
7203
|
-
{
|
|
7204
|
-
"name": "selected",
|
|
7205
|
-
"type": {
|
|
7206
|
-
"text": "Component[]"
|
|
7207
|
-
}
|
|
7208
|
-
}
|
|
7209
|
-
]
|
|
7383
|
+
"kind": "field",
|
|
7384
|
+
"name": "fonts",
|
|
7385
|
+
"type": {
|
|
7386
|
+
"text": "any[]"
|
|
7387
|
+
},
|
|
7388
|
+
"default": "[]",
|
|
7389
|
+
"attribute": "fonts"
|
|
7210
7390
|
},
|
|
7211
7391
|
{
|
|
7212
|
-
"kind": "
|
|
7213
|
-
"name": "
|
|
7214
|
-
"
|
|
7215
|
-
|
|
7216
|
-
|
|
7217
|
-
|
|
7218
|
-
"text": "Component[]"
|
|
7219
|
-
}
|
|
7220
|
-
}
|
|
7221
|
-
]
|
|
7392
|
+
"kind": "field",
|
|
7393
|
+
"name": "fontAvailable",
|
|
7394
|
+
"type": {
|
|
7395
|
+
"text": "boolean"
|
|
7396
|
+
},
|
|
7397
|
+
"default": "false"
|
|
7222
7398
|
},
|
|
7223
7399
|
{
|
|
7224
7400
|
"kind": "method",
|
|
@@ -7234,15 +7410,19 @@
|
|
|
7234
7410
|
},
|
|
7235
7411
|
{
|
|
7236
7412
|
"kind": "method",
|
|
7237
|
-
"name": "
|
|
7413
|
+
"name": "_onValueChange",
|
|
7238
7414
|
"parameters": [
|
|
7239
7415
|
{
|
|
7240
|
-
"name": "
|
|
7416
|
+
"name": "e",
|
|
7241
7417
|
"type": {
|
|
7242
|
-
"text": "
|
|
7418
|
+
"text": "Event"
|
|
7243
7419
|
}
|
|
7244
7420
|
}
|
|
7245
|
-
]
|
|
7421
|
+
],
|
|
7422
|
+
"inheritedFrom": {
|
|
7423
|
+
"name": "AbstractProperty",
|
|
7424
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7425
|
+
}
|
|
7246
7426
|
},
|
|
7247
7427
|
{
|
|
7248
7428
|
"kind": "method",
|
|
@@ -7283,62 +7463,57 @@
|
|
|
7283
7463
|
}
|
|
7284
7464
|
}
|
|
7285
7465
|
],
|
|
7286
|
-
"events": [
|
|
7287
|
-
{
|
|
7288
|
-
"name": "bounds-change",
|
|
7289
|
-
"type": {
|
|
7290
|
-
"text": "CustomEvent"
|
|
7291
|
-
}
|
|
7292
|
-
},
|
|
7293
|
-
{
|
|
7294
|
-
"name": "property-change",
|
|
7295
|
-
"type": {
|
|
7296
|
-
"text": "CustomEvent"
|
|
7297
|
-
},
|
|
7298
|
-
"inheritedFrom": {
|
|
7299
|
-
"name": "AbstractProperty",
|
|
7300
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7301
|
-
}
|
|
7302
|
-
}
|
|
7303
|
-
],
|
|
7304
7466
|
"attributes": [
|
|
7305
7467
|
{
|
|
7306
7468
|
"name": "value",
|
|
7307
7469
|
"type": {
|
|
7308
|
-
"text": "
|
|
7470
|
+
"text": "any"
|
|
7309
7471
|
},
|
|
7472
|
+
"default": "{}",
|
|
7310
7473
|
"fieldName": "value"
|
|
7311
7474
|
},
|
|
7312
7475
|
{
|
|
7313
|
-
"name": "
|
|
7476
|
+
"name": "selected",
|
|
7314
7477
|
"type": {
|
|
7315
|
-
"text": "
|
|
7478
|
+
"text": "Component[]"
|
|
7316
7479
|
},
|
|
7317
|
-
"default": "
|
|
7318
|
-
"fieldName": "
|
|
7480
|
+
"default": "[]",
|
|
7481
|
+
"fieldName": "selected"
|
|
7319
7482
|
},
|
|
7320
7483
|
{
|
|
7321
|
-
"name": "
|
|
7484
|
+
"name": "fonts",
|
|
7322
7485
|
"type": {
|
|
7323
|
-
"text": "
|
|
7486
|
+
"text": "any[]"
|
|
7324
7487
|
},
|
|
7325
7488
|
"default": "[]",
|
|
7326
|
-
"fieldName": "
|
|
7489
|
+
"fieldName": "fonts"
|
|
7327
7490
|
}
|
|
7328
7491
|
],
|
|
7329
7492
|
"superclass": {
|
|
7330
7493
|
"name": "AbstractProperty",
|
|
7331
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
7332
|
-
}
|
|
7494
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
7495
|
+
},
|
|
7496
|
+
"events": [
|
|
7497
|
+
{
|
|
7498
|
+
"name": "property-change",
|
|
7499
|
+
"type": {
|
|
7500
|
+
"text": "CustomEvent"
|
|
7501
|
+
},
|
|
7502
|
+
"inheritedFrom": {
|
|
7503
|
+
"name": "AbstractProperty",
|
|
7504
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7505
|
+
}
|
|
7506
|
+
}
|
|
7507
|
+
]
|
|
7333
7508
|
}
|
|
7334
7509
|
],
|
|
7335
7510
|
"exports": [
|
|
7336
7511
|
{
|
|
7337
7512
|
"kind": "js",
|
|
7338
|
-
"name": "
|
|
7513
|
+
"name": "PropertyStyles",
|
|
7339
7514
|
"declaration": {
|
|
7340
|
-
"name": "
|
|
7341
|
-
"module": "src/modeller/property-sidebar/
|
|
7515
|
+
"name": "PropertyStyles",
|
|
7516
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
7342
7517
|
}
|
|
7343
7518
|
}
|
|
7344
7519
|
]
|
|
@@ -7689,172 +7864,6 @@
|
|
|
7689
7864
|
}
|
|
7690
7865
|
}
|
|
7691
7866
|
]
|
|
7692
|
-
},
|
|
7693
|
-
{
|
|
7694
|
-
"kind": "javascript-module",
|
|
7695
|
-
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
7696
|
-
"declarations": [
|
|
7697
|
-
{
|
|
7698
|
-
"kind": "class",
|
|
7699
|
-
"description": "",
|
|
7700
|
-
"name": "PropertyStyles",
|
|
7701
|
-
"members": [
|
|
7702
|
-
{
|
|
7703
|
-
"kind": "field",
|
|
7704
|
-
"name": "value",
|
|
7705
|
-
"type": {
|
|
7706
|
-
"text": "any"
|
|
7707
|
-
},
|
|
7708
|
-
"default": "{}",
|
|
7709
|
-
"attribute": "value"
|
|
7710
|
-
},
|
|
7711
|
-
{
|
|
7712
|
-
"kind": "field",
|
|
7713
|
-
"name": "selected",
|
|
7714
|
-
"type": {
|
|
7715
|
-
"text": "Component[]"
|
|
7716
|
-
},
|
|
7717
|
-
"default": "[]",
|
|
7718
|
-
"attribute": "selected"
|
|
7719
|
-
},
|
|
7720
|
-
{
|
|
7721
|
-
"kind": "field",
|
|
7722
|
-
"name": "fonts",
|
|
7723
|
-
"type": {
|
|
7724
|
-
"text": "any[]"
|
|
7725
|
-
},
|
|
7726
|
-
"default": "[]",
|
|
7727
|
-
"attribute": "fonts"
|
|
7728
|
-
},
|
|
7729
|
-
{
|
|
7730
|
-
"kind": "field",
|
|
7731
|
-
"name": "fontAvailable",
|
|
7732
|
-
"type": {
|
|
7733
|
-
"text": "boolean"
|
|
7734
|
-
},
|
|
7735
|
-
"default": "false"
|
|
7736
|
-
},
|
|
7737
|
-
{
|
|
7738
|
-
"kind": "method",
|
|
7739
|
-
"name": "_isLine",
|
|
7740
|
-
"parameters": [
|
|
7741
|
-
{
|
|
7742
|
-
"name": "selected",
|
|
7743
|
-
"type": {
|
|
7744
|
-
"text": "Component[]"
|
|
7745
|
-
}
|
|
7746
|
-
}
|
|
7747
|
-
]
|
|
7748
|
-
},
|
|
7749
|
-
{
|
|
7750
|
-
"kind": "method",
|
|
7751
|
-
"name": "_onValueChange",
|
|
7752
|
-
"parameters": [
|
|
7753
|
-
{
|
|
7754
|
-
"name": "e",
|
|
7755
|
-
"type": {
|
|
7756
|
-
"text": "Event"
|
|
7757
|
-
}
|
|
7758
|
-
}
|
|
7759
|
-
],
|
|
7760
|
-
"inheritedFrom": {
|
|
7761
|
-
"name": "AbstractProperty",
|
|
7762
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7763
|
-
}
|
|
7764
|
-
},
|
|
7765
|
-
{
|
|
7766
|
-
"kind": "method",
|
|
7767
|
-
"name": "_getValueFromEventTarget",
|
|
7768
|
-
"parameters": [
|
|
7769
|
-
{
|
|
7770
|
-
"name": "element",
|
|
7771
|
-
"type": {
|
|
7772
|
-
"text": "HTMLElement"
|
|
7773
|
-
}
|
|
7774
|
-
}
|
|
7775
|
-
],
|
|
7776
|
-
"inheritedFrom": {
|
|
7777
|
-
"name": "AbstractProperty",
|
|
7778
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7779
|
-
}
|
|
7780
|
-
},
|
|
7781
|
-
{
|
|
7782
|
-
"kind": "method",
|
|
7783
|
-
"name": "_onAfterValueChange",
|
|
7784
|
-
"parameters": [
|
|
7785
|
-
{
|
|
7786
|
-
"name": "key",
|
|
7787
|
-
"type": {
|
|
7788
|
-
"text": "string"
|
|
7789
|
-
}
|
|
7790
|
-
},
|
|
7791
|
-
{
|
|
7792
|
-
"name": "value",
|
|
7793
|
-
"type": {
|
|
7794
|
-
"text": "any"
|
|
7795
|
-
}
|
|
7796
|
-
}
|
|
7797
|
-
],
|
|
7798
|
-
"inheritedFrom": {
|
|
7799
|
-
"name": "AbstractProperty",
|
|
7800
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7801
|
-
}
|
|
7802
|
-
}
|
|
7803
|
-
],
|
|
7804
|
-
"attributes": [
|
|
7805
|
-
{
|
|
7806
|
-
"name": "value",
|
|
7807
|
-
"type": {
|
|
7808
|
-
"text": "any"
|
|
7809
|
-
},
|
|
7810
|
-
"default": "{}",
|
|
7811
|
-
"fieldName": "value"
|
|
7812
|
-
},
|
|
7813
|
-
{
|
|
7814
|
-
"name": "selected",
|
|
7815
|
-
"type": {
|
|
7816
|
-
"text": "Component[]"
|
|
7817
|
-
},
|
|
7818
|
-
"default": "[]",
|
|
7819
|
-
"fieldName": "selected"
|
|
7820
|
-
},
|
|
7821
|
-
{
|
|
7822
|
-
"name": "fonts",
|
|
7823
|
-
"type": {
|
|
7824
|
-
"text": "any[]"
|
|
7825
|
-
},
|
|
7826
|
-
"default": "[]",
|
|
7827
|
-
"fieldName": "fonts"
|
|
7828
|
-
}
|
|
7829
|
-
],
|
|
7830
|
-
"superclass": {
|
|
7831
|
-
"name": "AbstractProperty",
|
|
7832
|
-
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
7833
|
-
},
|
|
7834
|
-
"events": [
|
|
7835
|
-
{
|
|
7836
|
-
"name": "property-change",
|
|
7837
|
-
"type": {
|
|
7838
|
-
"text": "CustomEvent"
|
|
7839
|
-
},
|
|
7840
|
-
"inheritedFrom": {
|
|
7841
|
-
"name": "AbstractProperty",
|
|
7842
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7843
|
-
}
|
|
7844
|
-
}
|
|
7845
|
-
]
|
|
7846
|
-
}
|
|
7847
|
-
],
|
|
7848
|
-
"exports": [
|
|
7849
|
-
{
|
|
7850
|
-
"kind": "js",
|
|
7851
|
-
"name": "PropertyStyles",
|
|
7852
|
-
"declaration": {
|
|
7853
|
-
"name": "PropertyStyles",
|
|
7854
|
-
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
7855
|
-
}
|
|
7856
|
-
}
|
|
7857
|
-
]
|
|
7858
7867
|
}
|
|
7859
7868
|
]
|
|
7860
7869
|
}
|