@fmsim/board 1.0.63 → 1.0.64
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 +641 -641
- package/dist/src/component/etc.js +17 -0
- package/dist/src/component/etc.js.map +1 -1
- package/dist/src/modeller/edit-toolbar.d.ts +0 -1
- package/dist/src/modeller/edit-toolbar.js +1 -475
- package/dist/src/modeller/edit-toolbar.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.js +1 -0
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.js.map +1 -1
- package/dist/src/ox-board-viewer.d.ts +3 -0
- package/dist/src/ox-board-viewer.js +31 -1
- 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",
|
|
@@ -1113,6 +1028,14 @@
|
|
|
1113
1028
|
"kind": "field",
|
|
1114
1029
|
"name": "fmbMonitoringInitHandler"
|
|
1115
1030
|
},
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "field",
|
|
1033
|
+
"name": "fmbShowLegendHandler"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"kind": "field",
|
|
1037
|
+
"name": "fmbHideLegendHandler"
|
|
1038
|
+
},
|
|
1116
1039
|
{
|
|
1117
1040
|
"kind": "field",
|
|
1118
1041
|
"name": "clickComponentHandler"
|
|
@@ -1353,6 +1276,10 @@
|
|
|
1353
1276
|
}
|
|
1354
1277
|
]
|
|
1355
1278
|
},
|
|
1279
|
+
{
|
|
1280
|
+
"kind": "method",
|
|
1281
|
+
"name": "onLegendToggle"
|
|
1282
|
+
},
|
|
1356
1283
|
{
|
|
1357
1284
|
"kind": "method",
|
|
1358
1285
|
"name": "getSceneData"
|
|
@@ -1729,6 +1656,91 @@
|
|
|
1729
1656
|
"declarations": [],
|
|
1730
1657
|
"exports": []
|
|
1731
1658
|
},
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "javascript-module",
|
|
1661
|
+
"path": "stories/restful-attachment-selector.stories.ts",
|
|
1662
|
+
"declarations": [
|
|
1663
|
+
{
|
|
1664
|
+
"kind": "variable",
|
|
1665
|
+
"name": "meta",
|
|
1666
|
+
"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"
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"kind": "variable",
|
|
1670
|
+
"name": "Default",
|
|
1671
|
+
"type": {
|
|
1672
|
+
"text": "Story"
|
|
1673
|
+
},
|
|
1674
|
+
"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' } }"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"kind": "variable",
|
|
1678
|
+
"name": "WithCategory",
|
|
1679
|
+
"type": {
|
|
1680
|
+
"text": "Story"
|
|
1681
|
+
},
|
|
1682
|
+
"default": "{ ...Default, args: { ...Default.args, category: 'document' } }"
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"kind": "variable",
|
|
1686
|
+
"name": "ReadOnly",
|
|
1687
|
+
"type": {
|
|
1688
|
+
"text": "Story"
|
|
1689
|
+
},
|
|
1690
|
+
"default": "{ ...Default, args: { ...Default.args, creatable: false } }"
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"kind": "variable",
|
|
1694
|
+
"name": "WithTestData",
|
|
1695
|
+
"type": {
|
|
1696
|
+
"text": "Story"
|
|
1697
|
+
},
|
|
1698
|
+
"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' } ] } } }"
|
|
1699
|
+
}
|
|
1700
|
+
],
|
|
1701
|
+
"exports": [
|
|
1702
|
+
{
|
|
1703
|
+
"kind": "js",
|
|
1704
|
+
"name": "default",
|
|
1705
|
+
"declaration": {
|
|
1706
|
+
"name": "meta",
|
|
1707
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"kind": "js",
|
|
1712
|
+
"name": "Default",
|
|
1713
|
+
"declaration": {
|
|
1714
|
+
"name": "Default",
|
|
1715
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"kind": "js",
|
|
1720
|
+
"name": "WithCategory",
|
|
1721
|
+
"declaration": {
|
|
1722
|
+
"name": "WithCategory",
|
|
1723
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"kind": "js",
|
|
1728
|
+
"name": "ReadOnly",
|
|
1729
|
+
"declaration": {
|
|
1730
|
+
"name": "ReadOnly",
|
|
1731
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"kind": "js",
|
|
1736
|
+
"name": "WithTestData",
|
|
1737
|
+
"declaration": {
|
|
1738
|
+
"name": "WithTestData",
|
|
1739
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
1740
|
+
}
|
|
1741
|
+
}
|
|
1742
|
+
]
|
|
1743
|
+
},
|
|
1732
1744
|
{
|
|
1733
1745
|
"kind": "javascript-module",
|
|
1734
1746
|
"path": "src/component/etc.ts",
|
|
@@ -1739,7 +1751,7 @@
|
|
|
1739
1751
|
"type": {
|
|
1740
1752
|
"text": "ComponentGroup"
|
|
1741
1753
|
},
|
|
1742
|
-
"default": "{ name: 'etc', description: 'a group of components that have not yet been defined.', icon, templates: [ { type: 'rect', description: 'rectangle shape', icon: rect, group: 'shape', model: { type: 'rect', left: 100, top: 100, width: 100, height: 100, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'ellipse', description: 'ellipse shape', icon: ellipse, group: 'shape', model: { type: 'ellipse', rx: 50, ry: 50, cx: 150, cy: 150, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'triangle', description: 'triangle shape', icon: triangle, group: 'shape', model: { type: 'triangle', x1: 150, y1: 100, x2: 100, y2: 200, x3: 200, y3: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'line', description: 'simple line', icon: lineIcon, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'solid', lineCap: 'butt' } }, { type: 'dash', description: 'dash line', icon: dash, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'round-dot', lineCap: 'butt' } }, { type: 'container', description: 'container shape', icon: container, group: 'container', model: { type: 'container', left: 100, top: 100, width: 400, height: 300, fillStyle: '#fff', strokeStyle: '#999', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } } ] }"
|
|
1754
|
+
"default": "{ name: 'etc', description: 'a group of components that have not yet been defined.', icon, templates: [ { type: 'rect', description: 'rectangle shape', icon: rect, group: 'shape', model: { type: 'rect', left: 100, top: 100, width: 100, height: 100, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'ellipse', description: 'ellipse shape', icon: ellipse, group: 'shape', model: { type: 'ellipse', rx: 50, ry: 50, cx: 150, cy: 150, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'triangle', description: 'triangle shape', icon: triangle, group: 'shape', model: { type: 'triangle', x1: 150, y1: 100, x2: 100, y2: 200, x3: 200, y3: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'line', description: 'simple line', icon: lineIcon, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'solid', lineCap: 'butt' } }, { type: 'dash', description: 'dash line', icon: dash, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'round-dot', lineCap: 'butt' } }, { type: 'container', description: 'container shape', icon: container, group: 'container', model: { type: 'container', left: 100, top: 100, width: 400, height: 300, fillStyle: '#fff', strokeStyle: '#999', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'popup', description: 'popup window', icon: popup, group: 'container', model: { type: 'popup', left: 100, top: 100, width: 100, height: 100, fillStyle: '#fff', strokeStyle: 'DarkGoldenRod', hidden: true } } ] }"
|
|
1743
1755
|
}
|
|
1744
1756
|
],
|
|
1745
1757
|
"exports": [
|
|
@@ -3573,18 +3585,6 @@
|
|
|
3573
3585
|
}
|
|
3574
3586
|
}
|
|
3575
3587
|
]
|
|
3576
|
-
},
|
|
3577
|
-
{
|
|
3578
|
-
"kind": "method",
|
|
3579
|
-
"name": "onTapGenerateModel",
|
|
3580
|
-
"parameters": [
|
|
3581
|
-
{
|
|
3582
|
-
"name": "e",
|
|
3583
|
-
"type": {
|
|
3584
|
-
"text": "TouchEvent | string"
|
|
3585
|
-
}
|
|
3586
|
-
}
|
|
3587
|
-
]
|
|
3588
3588
|
}
|
|
3589
3589
|
],
|
|
3590
3590
|
"events": [
|
|
@@ -6293,308 +6293,68 @@
|
|
|
6293
6293
|
},
|
|
6294
6294
|
{
|
|
6295
6295
|
"kind": "javascript-module",
|
|
6296
|
-
"path": "src/modeller/property-sidebar/
|
|
6296
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
6297
|
+
"declarations": [
|
|
6298
|
+
{
|
|
6299
|
+
"kind": "variable",
|
|
6300
|
+
"name": "EffectsSharedStyle",
|
|
6301
|
+
"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; } `"
|
|
6302
|
+
}
|
|
6303
|
+
],
|
|
6304
|
+
"exports": [
|
|
6305
|
+
{
|
|
6306
|
+
"kind": "js",
|
|
6307
|
+
"name": "EffectsSharedStyle",
|
|
6308
|
+
"declaration": {
|
|
6309
|
+
"name": "EffectsSharedStyle",
|
|
6310
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
6311
|
+
}
|
|
6312
|
+
}
|
|
6313
|
+
]
|
|
6314
|
+
},
|
|
6315
|
+
{
|
|
6316
|
+
"kind": "javascript-module",
|
|
6317
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
6297
6318
|
"declarations": [
|
|
6298
6319
|
{
|
|
6299
6320
|
"kind": "class",
|
|
6300
6321
|
"description": "",
|
|
6301
|
-
"name": "
|
|
6322
|
+
"name": "PropertyEffects",
|
|
6302
6323
|
"members": [
|
|
6303
6324
|
{
|
|
6304
6325
|
"kind": "field",
|
|
6305
|
-
"name": "
|
|
6306
|
-
"type": {
|
|
6307
|
-
"text": "Scene | undefined"
|
|
6308
|
-
},
|
|
6309
|
-
"attribute": "scene"
|
|
6310
|
-
},
|
|
6311
|
-
{
|
|
6312
|
-
"kind": "field",
|
|
6313
|
-
"name": "searchText",
|
|
6326
|
+
"name": "value",
|
|
6314
6327
|
"type": {
|
|
6315
|
-
"text": "
|
|
6328
|
+
"text": "Properties | undefined"
|
|
6316
6329
|
},
|
|
6317
|
-
"
|
|
6318
|
-
"default": "''"
|
|
6330
|
+
"attribute": "value"
|
|
6319
6331
|
},
|
|
6320
6332
|
{
|
|
6321
6333
|
"kind": "field",
|
|
6322
|
-
"name": "
|
|
6334
|
+
"name": "scene",
|
|
6323
6335
|
"type": {
|
|
6324
|
-
"text": "
|
|
6336
|
+
"text": "Scene | undefined"
|
|
6325
6337
|
},
|
|
6326
|
-
"
|
|
6338
|
+
"attribute": "scene"
|
|
6327
6339
|
},
|
|
6328
6340
|
{
|
|
6329
6341
|
"kind": "field",
|
|
6330
|
-
"name": "
|
|
6342
|
+
"name": "selected",
|
|
6331
6343
|
"type": {
|
|
6332
|
-
"text": "
|
|
6344
|
+
"text": "Component[]"
|
|
6333
6345
|
},
|
|
6334
|
-
"
|
|
6335
|
-
"
|
|
6346
|
+
"default": "[]",
|
|
6347
|
+
"attribute": "selected"
|
|
6336
6348
|
},
|
|
6337
6349
|
{
|
|
6338
6350
|
"kind": "field",
|
|
6339
|
-
"name": "
|
|
6340
|
-
"
|
|
6341
|
-
|
|
6342
|
-
},
|
|
6343
|
-
"privacy": "private",
|
|
6344
|
-
"default": "-1"
|
|
6351
|
+
"name": "scopedElements",
|
|
6352
|
+
"static": true,
|
|
6353
|
+
"readonly": true
|
|
6345
6354
|
},
|
|
6346
6355
|
{
|
|
6347
6356
|
"kind": "method",
|
|
6348
|
-
"name": "
|
|
6349
|
-
"parameters": [
|
|
6350
|
-
{
|
|
6351
|
-
"name": "scene",
|
|
6352
|
-
"optional": true,
|
|
6353
|
-
"type": {
|
|
6354
|
-
"text": "Scene"
|
|
6355
|
-
}
|
|
6356
|
-
}
|
|
6357
|
-
]
|
|
6358
|
-
},
|
|
6359
|
-
{
|
|
6360
|
-
"kind": "method",
|
|
6361
|
-
"name": "refresh"
|
|
6362
|
-
},
|
|
6363
|
-
{
|
|
6364
|
-
"kind": "method",
|
|
6365
|
-
"name": "_onclick",
|
|
6366
|
-
"parameters": [
|
|
6367
|
-
{
|
|
6368
|
-
"name": "e",
|
|
6369
|
-
"type": {
|
|
6370
|
-
"text": "MouseEvent"
|
|
6371
|
-
}
|
|
6372
|
-
}
|
|
6373
|
-
]
|
|
6374
|
-
},
|
|
6375
|
-
{
|
|
6376
|
-
"kind": "method",
|
|
6377
|
-
"name": "_ondblclick",
|
|
6378
|
-
"parameters": [
|
|
6379
|
-
{
|
|
6380
|
-
"name": "e",
|
|
6381
|
-
"type": {
|
|
6382
|
-
"text": "MouseEvent"
|
|
6383
|
-
}
|
|
6384
|
-
}
|
|
6385
|
-
]
|
|
6386
|
-
},
|
|
6387
|
-
{
|
|
6388
|
-
"kind": "field",
|
|
6389
|
-
"name": "extendedMap",
|
|
6390
|
-
"readonly": true
|
|
6391
|
-
},
|
|
6392
|
-
{
|
|
6393
|
-
"kind": "method",
|
|
6394
|
-
"name": "getNodeHandleClass",
|
|
6395
|
-
"parameters": [
|
|
6396
|
-
{
|
|
6397
|
-
"name": "component",
|
|
6398
|
-
"type": {
|
|
6399
|
-
"text": "Component"
|
|
6400
|
-
}
|
|
6401
|
-
}
|
|
6402
|
-
]
|
|
6403
|
-
},
|
|
6404
|
-
{
|
|
6405
|
-
"kind": "method",
|
|
6406
|
-
"name": "isExtended",
|
|
6407
|
-
"parameters": [
|
|
6408
|
-
{
|
|
6409
|
-
"name": "component",
|
|
6410
|
-
"type": {
|
|
6411
|
-
"text": "Component"
|
|
6412
|
-
}
|
|
6413
|
-
}
|
|
6414
|
-
]
|
|
6415
|
-
},
|
|
6416
|
-
{
|
|
6417
|
-
"kind": "method",
|
|
6418
|
-
"name": "toggleExtended",
|
|
6419
|
-
"parameters": [
|
|
6420
|
-
{
|
|
6421
|
-
"name": "component",
|
|
6422
|
-
"type": {
|
|
6423
|
-
"text": "Component"
|
|
6424
|
-
}
|
|
6425
|
-
}
|
|
6426
|
-
]
|
|
6427
|
-
},
|
|
6428
|
-
{
|
|
6429
|
-
"kind": "method",
|
|
6430
|
-
"name": "toggleHidden",
|
|
6431
|
-
"parameters": [
|
|
6432
|
-
{
|
|
6433
|
-
"name": "component",
|
|
6434
|
-
"type": {
|
|
6435
|
-
"text": "Component"
|
|
6436
|
-
}
|
|
6437
|
-
}
|
|
6438
|
-
]
|
|
6439
|
-
},
|
|
6440
|
-
{
|
|
6441
|
-
"kind": "method",
|
|
6442
|
-
"name": "selectComponent",
|
|
6443
|
-
"parameters": [
|
|
6444
|
-
{
|
|
6445
|
-
"name": "component",
|
|
6446
|
-
"type": {
|
|
6447
|
-
"text": "Component"
|
|
6448
|
-
}
|
|
6449
|
-
},
|
|
6450
|
-
{
|
|
6451
|
-
"name": "append",
|
|
6452
|
-
"default": "false",
|
|
6453
|
-
"type": {
|
|
6454
|
-
"text": "boolean"
|
|
6455
|
-
}
|
|
6456
|
-
}
|
|
6457
|
-
]
|
|
6458
|
-
},
|
|
6459
|
-
{
|
|
6460
|
-
"kind": "method",
|
|
6461
|
-
"name": "shouldBeShown",
|
|
6462
|
-
"return": {
|
|
6463
|
-
"type": {
|
|
6464
|
-
"text": "boolean"
|
|
6465
|
-
}
|
|
6466
|
-
},
|
|
6467
|
-
"parameters": [
|
|
6468
|
-
{
|
|
6469
|
-
"name": "component",
|
|
6470
|
-
"type": {
|
|
6471
|
-
"text": "Component"
|
|
6472
|
-
}
|
|
6473
|
-
},
|
|
6474
|
-
{
|
|
6475
|
-
"name": "counting",
|
|
6476
|
-
"default": "false",
|
|
6477
|
-
"type": {
|
|
6478
|
-
"text": "boolean"
|
|
6479
|
-
}
|
|
6480
|
-
}
|
|
6481
|
-
]
|
|
6482
|
-
},
|
|
6483
|
-
{
|
|
6484
|
-
"kind": "method",
|
|
6485
|
-
"name": "renderComponent",
|
|
6486
|
-
"return": {
|
|
6487
|
-
"type": {
|
|
6488
|
-
"text": "TemplateResult"
|
|
6489
|
-
}
|
|
6490
|
-
},
|
|
6491
|
-
"parameters": [
|
|
6492
|
-
{
|
|
6493
|
-
"name": "component",
|
|
6494
|
-
"type": {
|
|
6495
|
-
"text": "Component"
|
|
6496
|
-
}
|
|
6497
|
-
},
|
|
6498
|
-
{
|
|
6499
|
-
"name": "depth",
|
|
6500
|
-
"type": {
|
|
6501
|
-
"text": "number"
|
|
6502
|
-
}
|
|
6503
|
-
}
|
|
6504
|
-
]
|
|
6505
|
-
}
|
|
6506
|
-
],
|
|
6507
|
-
"attributes": [
|
|
6508
|
-
{
|
|
6509
|
-
"name": "scene",
|
|
6510
|
-
"type": {
|
|
6511
|
-
"text": "Scene | undefined"
|
|
6512
|
-
},
|
|
6513
|
-
"fieldName": "scene"
|
|
6514
|
-
}
|
|
6515
|
-
],
|
|
6516
|
-
"superclass": {
|
|
6517
|
-
"name": "LitElement",
|
|
6518
|
-
"package": "lit"
|
|
6519
|
-
},
|
|
6520
|
-
"customElement": true
|
|
6521
|
-
}
|
|
6522
|
-
],
|
|
6523
|
-
"exports": [
|
|
6524
|
-
{
|
|
6525
|
-
"kind": "js",
|
|
6526
|
-
"name": "SceneInspector",
|
|
6527
|
-
"declaration": {
|
|
6528
|
-
"name": "SceneInspector",
|
|
6529
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6530
|
-
}
|
|
6531
|
-
}
|
|
6532
|
-
]
|
|
6533
|
-
},
|
|
6534
|
-
{
|
|
6535
|
-
"kind": "javascript-module",
|
|
6536
|
-
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
6537
|
-
"declarations": [
|
|
6538
|
-
{
|
|
6539
|
-
"kind": "variable",
|
|
6540
|
-
"name": "EffectsSharedStyle",
|
|
6541
|
-
"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; } `"
|
|
6542
|
-
}
|
|
6543
|
-
],
|
|
6544
|
-
"exports": [
|
|
6545
|
-
{
|
|
6546
|
-
"kind": "js",
|
|
6547
|
-
"name": "EffectsSharedStyle",
|
|
6548
|
-
"declaration": {
|
|
6549
|
-
"name": "EffectsSharedStyle",
|
|
6550
|
-
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
6551
|
-
}
|
|
6552
|
-
}
|
|
6553
|
-
]
|
|
6554
|
-
},
|
|
6555
|
-
{
|
|
6556
|
-
"kind": "javascript-module",
|
|
6557
|
-
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
6558
|
-
"declarations": [
|
|
6559
|
-
{
|
|
6560
|
-
"kind": "class",
|
|
6561
|
-
"description": "",
|
|
6562
|
-
"name": "PropertyEffects",
|
|
6563
|
-
"members": [
|
|
6564
|
-
{
|
|
6565
|
-
"kind": "field",
|
|
6566
|
-
"name": "value",
|
|
6567
|
-
"type": {
|
|
6568
|
-
"text": "Properties | undefined"
|
|
6569
|
-
},
|
|
6570
|
-
"attribute": "value"
|
|
6571
|
-
},
|
|
6572
|
-
{
|
|
6573
|
-
"kind": "field",
|
|
6574
|
-
"name": "scene",
|
|
6575
|
-
"type": {
|
|
6576
|
-
"text": "Scene | undefined"
|
|
6577
|
-
},
|
|
6578
|
-
"attribute": "scene"
|
|
6579
|
-
},
|
|
6580
|
-
{
|
|
6581
|
-
"kind": "field",
|
|
6582
|
-
"name": "selected",
|
|
6583
|
-
"type": {
|
|
6584
|
-
"text": "Component[]"
|
|
6585
|
-
},
|
|
6586
|
-
"default": "[]",
|
|
6587
|
-
"attribute": "selected"
|
|
6588
|
-
},
|
|
6589
|
-
{
|
|
6590
|
-
"kind": "field",
|
|
6591
|
-
"name": "scopedElements",
|
|
6592
|
-
"static": true,
|
|
6593
|
-
"readonly": true
|
|
6594
|
-
},
|
|
6595
|
-
{
|
|
6596
|
-
"kind": "method",
|
|
6597
|
-
"name": "_onValueChange",
|
|
6357
|
+
"name": "_onValueChange",
|
|
6598
6358
|
"parameters": [
|
|
6599
6359
|
{
|
|
6600
6360
|
"name": "e",
|
|
@@ -7102,97 +6862,224 @@
|
|
|
7102
6862
|
},
|
|
7103
6863
|
{
|
|
7104
6864
|
"kind": "javascript-module",
|
|
7105
|
-
"path": "src/modeller/property-sidebar/
|
|
6865
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
7106
6866
|
"declarations": [
|
|
7107
6867
|
{
|
|
7108
6868
|
"kind": "class",
|
|
7109
6869
|
"description": "",
|
|
7110
|
-
"name": "
|
|
6870
|
+
"name": "SceneInspector",
|
|
7111
6871
|
"members": [
|
|
7112
6872
|
{
|
|
7113
6873
|
"kind": "field",
|
|
7114
|
-
"name": "
|
|
6874
|
+
"name": "scene",
|
|
7115
6875
|
"type": {
|
|
7116
|
-
"text": "
|
|
6876
|
+
"text": "Scene | undefined"
|
|
7117
6877
|
},
|
|
7118
|
-
"attribute": "
|
|
6878
|
+
"attribute": "scene"
|
|
7119
6879
|
},
|
|
7120
6880
|
{
|
|
7121
6881
|
"kind": "field",
|
|
7122
|
-
"name": "
|
|
6882
|
+
"name": "searchText",
|
|
7123
6883
|
"type": {
|
|
7124
|
-
"text": "
|
|
6884
|
+
"text": "string"
|
|
7125
6885
|
},
|
|
7126
|
-
"
|
|
7127
|
-
"
|
|
6886
|
+
"privacy": "private",
|
|
6887
|
+
"default": "''"
|
|
7128
6888
|
},
|
|
7129
6889
|
{
|
|
7130
6890
|
"kind": "field",
|
|
7131
|
-
"name": "
|
|
6891
|
+
"name": "_extendedMap",
|
|
7132
6892
|
"type": {
|
|
7133
6893
|
"text": "any"
|
|
7134
6894
|
},
|
|
7135
|
-
"
|
|
6895
|
+
"privacy": "private"
|
|
6896
|
+
},
|
|
6897
|
+
{
|
|
6898
|
+
"kind": "field",
|
|
6899
|
+
"name": "show",
|
|
6900
|
+
"type": {
|
|
6901
|
+
"text": "boolean"
|
|
6902
|
+
},
|
|
6903
|
+
"privacy": "private",
|
|
6904
|
+
"default": "false"
|
|
6905
|
+
},
|
|
6906
|
+
{
|
|
6907
|
+
"kind": "field",
|
|
6908
|
+
"name": "count",
|
|
6909
|
+
"type": {
|
|
6910
|
+
"text": "number"
|
|
6911
|
+
},
|
|
6912
|
+
"privacy": "private",
|
|
6913
|
+
"default": "-1"
|
|
7136
6914
|
},
|
|
7137
6915
|
{
|
|
7138
6916
|
"kind": "method",
|
|
7139
|
-
"name": "
|
|
6917
|
+
"name": "disconnectScene",
|
|
7140
6918
|
"parameters": [
|
|
7141
6919
|
{
|
|
7142
|
-
"name": "
|
|
6920
|
+
"name": "scene",
|
|
6921
|
+
"optional": true,
|
|
7143
6922
|
"type": {
|
|
7144
|
-
"text": "
|
|
6923
|
+
"text": "Scene"
|
|
7145
6924
|
}
|
|
7146
6925
|
}
|
|
7147
6926
|
]
|
|
7148
6927
|
},
|
|
7149
6928
|
{
|
|
7150
6929
|
"kind": "method",
|
|
7151
|
-
"name": "
|
|
6930
|
+
"name": "refresh"
|
|
7152
6931
|
},
|
|
7153
6932
|
{
|
|
7154
6933
|
"kind": "method",
|
|
7155
|
-
"name": "
|
|
6934
|
+
"name": "_onclick",
|
|
7156
6935
|
"parameters": [
|
|
7157
6936
|
{
|
|
7158
6937
|
"name": "e",
|
|
7159
6938
|
"type": {
|
|
7160
|
-
"text": "
|
|
6939
|
+
"text": "MouseEvent"
|
|
7161
6940
|
}
|
|
7162
6941
|
}
|
|
7163
6942
|
]
|
|
7164
|
-
}
|
|
7165
|
-
],
|
|
7166
|
-
"events": [
|
|
6943
|
+
},
|
|
7167
6944
|
{
|
|
7168
|
-
"
|
|
7169
|
-
"
|
|
7170
|
-
|
|
7171
|
-
|
|
7172
|
-
|
|
7173
|
-
|
|
7174
|
-
|
|
6945
|
+
"kind": "method",
|
|
6946
|
+
"name": "_ondblclick",
|
|
6947
|
+
"parameters": [
|
|
6948
|
+
{
|
|
6949
|
+
"name": "e",
|
|
6950
|
+
"type": {
|
|
6951
|
+
"text": "MouseEvent"
|
|
6952
|
+
}
|
|
6953
|
+
}
|
|
6954
|
+
]
|
|
6955
|
+
},
|
|
7175
6956
|
{
|
|
7176
|
-
"
|
|
7177
|
-
"
|
|
7178
|
-
|
|
7179
|
-
},
|
|
7180
|
-
"fieldName": "value"
|
|
6957
|
+
"kind": "field",
|
|
6958
|
+
"name": "extendedMap",
|
|
6959
|
+
"readonly": true
|
|
7181
6960
|
},
|
|
7182
6961
|
{
|
|
7183
|
-
"
|
|
7184
|
-
"
|
|
7185
|
-
|
|
6962
|
+
"kind": "method",
|
|
6963
|
+
"name": "getNodeHandleClass",
|
|
6964
|
+
"parameters": [
|
|
6965
|
+
{
|
|
6966
|
+
"name": "component",
|
|
6967
|
+
"type": {
|
|
6968
|
+
"text": "Component"
|
|
6969
|
+
}
|
|
6970
|
+
}
|
|
6971
|
+
]
|
|
6972
|
+
},
|
|
6973
|
+
{
|
|
6974
|
+
"kind": "method",
|
|
6975
|
+
"name": "isExtended",
|
|
6976
|
+
"parameters": [
|
|
6977
|
+
{
|
|
6978
|
+
"name": "component",
|
|
6979
|
+
"type": {
|
|
6980
|
+
"text": "Component"
|
|
6981
|
+
}
|
|
6982
|
+
}
|
|
6983
|
+
]
|
|
6984
|
+
},
|
|
6985
|
+
{
|
|
6986
|
+
"kind": "method",
|
|
6987
|
+
"name": "toggleExtended",
|
|
6988
|
+
"parameters": [
|
|
6989
|
+
{
|
|
6990
|
+
"name": "component",
|
|
6991
|
+
"type": {
|
|
6992
|
+
"text": "Component"
|
|
6993
|
+
}
|
|
6994
|
+
}
|
|
6995
|
+
]
|
|
6996
|
+
},
|
|
6997
|
+
{
|
|
6998
|
+
"kind": "method",
|
|
6999
|
+
"name": "toggleHidden",
|
|
7000
|
+
"parameters": [
|
|
7001
|
+
{
|
|
7002
|
+
"name": "component",
|
|
7003
|
+
"type": {
|
|
7004
|
+
"text": "Component"
|
|
7005
|
+
}
|
|
7006
|
+
}
|
|
7007
|
+
]
|
|
7008
|
+
},
|
|
7009
|
+
{
|
|
7010
|
+
"kind": "method",
|
|
7011
|
+
"name": "selectComponent",
|
|
7012
|
+
"parameters": [
|
|
7013
|
+
{
|
|
7014
|
+
"name": "component",
|
|
7015
|
+
"type": {
|
|
7016
|
+
"text": "Component"
|
|
7017
|
+
}
|
|
7018
|
+
},
|
|
7019
|
+
{
|
|
7020
|
+
"name": "append",
|
|
7021
|
+
"default": "false",
|
|
7022
|
+
"type": {
|
|
7023
|
+
"text": "boolean"
|
|
7024
|
+
}
|
|
7025
|
+
}
|
|
7026
|
+
]
|
|
7027
|
+
},
|
|
7028
|
+
{
|
|
7029
|
+
"kind": "method",
|
|
7030
|
+
"name": "shouldBeShown",
|
|
7031
|
+
"return": {
|
|
7032
|
+
"type": {
|
|
7033
|
+
"text": "boolean"
|
|
7034
|
+
}
|
|
7186
7035
|
},
|
|
7187
|
-
"
|
|
7188
|
-
|
|
7036
|
+
"parameters": [
|
|
7037
|
+
{
|
|
7038
|
+
"name": "component",
|
|
7039
|
+
"type": {
|
|
7040
|
+
"text": "Component"
|
|
7041
|
+
}
|
|
7042
|
+
},
|
|
7043
|
+
{
|
|
7044
|
+
"name": "counting",
|
|
7045
|
+
"default": "false",
|
|
7046
|
+
"type": {
|
|
7047
|
+
"text": "boolean"
|
|
7048
|
+
}
|
|
7049
|
+
}
|
|
7050
|
+
]
|
|
7189
7051
|
},
|
|
7190
7052
|
{
|
|
7191
|
-
"
|
|
7053
|
+
"kind": "method",
|
|
7054
|
+
"name": "renderComponent",
|
|
7055
|
+
"return": {
|
|
7056
|
+
"type": {
|
|
7057
|
+
"text": "TemplateResult"
|
|
7058
|
+
}
|
|
7059
|
+
},
|
|
7060
|
+
"parameters": [
|
|
7061
|
+
{
|
|
7062
|
+
"name": "component",
|
|
7063
|
+
"type": {
|
|
7064
|
+
"text": "Component"
|
|
7065
|
+
}
|
|
7066
|
+
},
|
|
7067
|
+
{
|
|
7068
|
+
"name": "depth",
|
|
7069
|
+
"type": {
|
|
7070
|
+
"text": "number"
|
|
7071
|
+
}
|
|
7072
|
+
}
|
|
7073
|
+
]
|
|
7074
|
+
}
|
|
7075
|
+
],
|
|
7076
|
+
"attributes": [
|
|
7077
|
+
{
|
|
7078
|
+
"name": "scene",
|
|
7192
7079
|
"type": {
|
|
7193
|
-
"text": "
|
|
7080
|
+
"text": "Scene | undefined"
|
|
7194
7081
|
},
|
|
7195
|
-
"fieldName": "
|
|
7082
|
+
"fieldName": "scene"
|
|
7196
7083
|
}
|
|
7197
7084
|
],
|
|
7198
7085
|
"superclass": {
|
|
@@ -7205,39 +7092,60 @@
|
|
|
7205
7092
|
"exports": [
|
|
7206
7093
|
{
|
|
7207
7094
|
"kind": "js",
|
|
7208
|
-
"name": "
|
|
7095
|
+
"name": "SceneInspector",
|
|
7209
7096
|
"declaration": {
|
|
7210
|
-
"name": "
|
|
7211
|
-
"module": "src/modeller/property-sidebar/
|
|
7097
|
+
"name": "SceneInspector",
|
|
7098
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
7212
7099
|
}
|
|
7213
7100
|
}
|
|
7214
7101
|
]
|
|
7215
7102
|
},
|
|
7216
7103
|
{
|
|
7217
7104
|
"kind": "javascript-module",
|
|
7218
|
-
"path": "src/modeller/property-sidebar/
|
|
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
|
+
],
|
|
7113
|
+
"exports": [
|
|
7114
|
+
{
|
|
7115
|
+
"kind": "js",
|
|
7116
|
+
"name": "BoxPaddingEditorStyles",
|
|
7117
|
+
"declaration": {
|
|
7118
|
+
"name": "BoxPaddingEditorStyles",
|
|
7119
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
7120
|
+
}
|
|
7121
|
+
}
|
|
7122
|
+
]
|
|
7123
|
+
},
|
|
7124
|
+
{
|
|
7125
|
+
"kind": "javascript-module",
|
|
7126
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
7219
7127
|
"declarations": [
|
|
7220
7128
|
{
|
|
7221
7129
|
"kind": "class",
|
|
7222
7130
|
"description": "",
|
|
7223
|
-
"name": "
|
|
7131
|
+
"name": "PropertyShapes",
|
|
7224
7132
|
"members": [
|
|
7225
7133
|
{
|
|
7226
7134
|
"kind": "field",
|
|
7227
7135
|
"name": "value",
|
|
7228
7136
|
"type": {
|
|
7229
|
-
"text": "
|
|
7137
|
+
"text": "Properties | undefined"
|
|
7230
7138
|
},
|
|
7231
7139
|
"attribute": "value"
|
|
7232
7140
|
},
|
|
7233
7141
|
{
|
|
7234
7142
|
"kind": "field",
|
|
7235
|
-
"name": "
|
|
7143
|
+
"name": "bounds",
|
|
7236
7144
|
"type": {
|
|
7237
|
-
"text": "
|
|
7145
|
+
"text": "BOUNDS | null"
|
|
7238
7146
|
},
|
|
7239
7147
|
"default": "null",
|
|
7240
|
-
"attribute": "
|
|
7148
|
+
"attribute": "bounds"
|
|
7241
7149
|
},
|
|
7242
7150
|
{
|
|
7243
7151
|
"kind": "field",
|
|
@@ -7248,38 +7156,6 @@
|
|
|
7248
7156
|
"default": "[]",
|
|
7249
7157
|
"attribute": "selected"
|
|
7250
7158
|
},
|
|
7251
|
-
{
|
|
7252
|
-
"kind": "field",
|
|
7253
|
-
"name": "props",
|
|
7254
|
-
"type": {
|
|
7255
|
-
"text": "any[]"
|
|
7256
|
-
},
|
|
7257
|
-
"default": "[]",
|
|
7258
|
-
"attribute": "props"
|
|
7259
|
-
},
|
|
7260
|
-
{
|
|
7261
|
-
"kind": "field",
|
|
7262
|
-
"name": "propertyEditor",
|
|
7263
|
-
"type": {
|
|
7264
|
-
"text": "any[]"
|
|
7265
|
-
},
|
|
7266
|
-
"default": "[]",
|
|
7267
|
-
"attribute": "propertyEditor"
|
|
7268
|
-
},
|
|
7269
|
-
{
|
|
7270
|
-
"kind": "field",
|
|
7271
|
-
"name": "boundINeedSelected",
|
|
7272
|
-
"type": {
|
|
7273
|
-
"text": "any"
|
|
7274
|
-
},
|
|
7275
|
-
"privacy": "private"
|
|
7276
|
-
},
|
|
7277
|
-
{
|
|
7278
|
-
"kind": "field",
|
|
7279
|
-
"name": "scopedElements",
|
|
7280
|
-
"static": true,
|
|
7281
|
-
"readonly": true
|
|
7282
|
-
},
|
|
7283
7159
|
{
|
|
7284
7160
|
"kind": "method",
|
|
7285
7161
|
"name": "_onValueChange",
|
|
@@ -7296,6 +7172,30 @@
|
|
|
7296
7172
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7297
7173
|
}
|
|
7298
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
|
+
},
|
|
7299
7199
|
{
|
|
7300
7200
|
"kind": "method",
|
|
7301
7201
|
"name": "_isIdentifiable",
|
|
@@ -7310,7 +7210,7 @@
|
|
|
7310
7210
|
},
|
|
7311
7211
|
{
|
|
7312
7212
|
"kind": "method",
|
|
7313
|
-
"name": "
|
|
7213
|
+
"name": "_isClassIdentifiable",
|
|
7314
7214
|
"parameters": [
|
|
7315
7215
|
{
|
|
7316
7216
|
"name": "selected",
|
|
@@ -7322,12 +7222,24 @@
|
|
|
7322
7222
|
},
|
|
7323
7223
|
{
|
|
7324
7224
|
"kind": "method",
|
|
7325
|
-
"name": "
|
|
7225
|
+
"name": "_isLine",
|
|
7326
7226
|
"parameters": [
|
|
7327
7227
|
{
|
|
7328
|
-
"name": "
|
|
7228
|
+
"name": "selected",
|
|
7329
7229
|
"type": {
|
|
7330
|
-
"text": "
|
|
7230
|
+
"text": "Component[]"
|
|
7231
|
+
}
|
|
7232
|
+
}
|
|
7233
|
+
]
|
|
7234
|
+
},
|
|
7235
|
+
{
|
|
7236
|
+
"kind": "method",
|
|
7237
|
+
"name": "_is3dish",
|
|
7238
|
+
"parameters": [
|
|
7239
|
+
{
|
|
7240
|
+
"name": "selected",
|
|
7241
|
+
"type": {
|
|
7242
|
+
"text": "Component[]"
|
|
7331
7243
|
}
|
|
7332
7244
|
}
|
|
7333
7245
|
]
|
|
@@ -7371,21 +7283,39 @@
|
|
|
7371
7283
|
}
|
|
7372
7284
|
}
|
|
7373
7285
|
],
|
|
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
|
+
],
|
|
7374
7304
|
"attributes": [
|
|
7375
7305
|
{
|
|
7376
7306
|
"name": "value",
|
|
7377
7307
|
"type": {
|
|
7378
|
-
"text": "
|
|
7308
|
+
"text": "Properties | undefined"
|
|
7379
7309
|
},
|
|
7380
7310
|
"fieldName": "value"
|
|
7381
7311
|
},
|
|
7382
7312
|
{
|
|
7383
|
-
"name": "
|
|
7313
|
+
"name": "bounds",
|
|
7384
7314
|
"type": {
|
|
7385
|
-
"text": "
|
|
7315
|
+
"text": "BOUNDS | null"
|
|
7386
7316
|
},
|
|
7387
7317
|
"default": "null",
|
|
7388
|
-
"fieldName": "
|
|
7318
|
+
"fieldName": "bounds"
|
|
7389
7319
|
},
|
|
7390
7320
|
{
|
|
7391
7321
|
"name": "selected",
|
|
@@ -7394,55 +7324,21 @@
|
|
|
7394
7324
|
},
|
|
7395
7325
|
"default": "[]",
|
|
7396
7326
|
"fieldName": "selected"
|
|
7397
|
-
},
|
|
7398
|
-
{
|
|
7399
|
-
"name": "props",
|
|
7400
|
-
"type": {
|
|
7401
|
-
"text": "any[]"
|
|
7402
|
-
},
|
|
7403
|
-
"default": "[]",
|
|
7404
|
-
"fieldName": "props"
|
|
7405
|
-
},
|
|
7406
|
-
{
|
|
7407
|
-
"name": "propertyEditor",
|
|
7408
|
-
"type": {
|
|
7409
|
-
"text": "any[]"
|
|
7410
|
-
},
|
|
7411
|
-
"default": "[]",
|
|
7412
|
-
"fieldName": "propertyEditor"
|
|
7413
|
-
}
|
|
7414
|
-
],
|
|
7415
|
-
"mixins": [
|
|
7416
|
-
{
|
|
7417
|
-
"name": "ScopedElementsMixin",
|
|
7418
|
-
"package": "@open-wc/scoped-elements"
|
|
7419
7327
|
}
|
|
7420
7328
|
],
|
|
7421
7329
|
"superclass": {
|
|
7422
7330
|
"name": "AbstractProperty",
|
|
7423
7331
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
7424
|
-
}
|
|
7425
|
-
"events": [
|
|
7426
|
-
{
|
|
7427
|
-
"name": "property-change",
|
|
7428
|
-
"type": {
|
|
7429
|
-
"text": "CustomEvent"
|
|
7430
|
-
},
|
|
7431
|
-
"inheritedFrom": {
|
|
7432
|
-
"name": "AbstractProperty",
|
|
7433
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7434
|
-
}
|
|
7435
|
-
}
|
|
7436
|
-
]
|
|
7332
|
+
}
|
|
7437
7333
|
}
|
|
7438
7334
|
],
|
|
7439
7335
|
"exports": [
|
|
7440
7336
|
{
|
|
7441
7337
|
"kind": "js",
|
|
7442
|
-
"name": "
|
|
7338
|
+
"name": "PropertyShapes",
|
|
7443
7339
|
"declaration": {
|
|
7444
|
-
"name": "
|
|
7445
|
-
"module": "src/modeller/property-sidebar/
|
|
7340
|
+
"name": "PropertyShapes",
|
|
7341
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
7446
7342
|
}
|
|
7447
7343
|
}
|
|
7448
7344
|
]
|
|
@@ -7521,40 +7417,166 @@
|
|
|
7521
7417
|
},
|
|
7522
7418
|
{
|
|
7523
7419
|
"kind": "method",
|
|
7524
|
-
"name": "_getValueFromEventTarget",
|
|
7420
|
+
"name": "_getValueFromEventTarget",
|
|
7421
|
+
"parameters": [
|
|
7422
|
+
{
|
|
7423
|
+
"name": "element",
|
|
7424
|
+
"type": {
|
|
7425
|
+
"text": "HTMLElement"
|
|
7426
|
+
}
|
|
7427
|
+
}
|
|
7428
|
+
],
|
|
7429
|
+
"inheritedFrom": {
|
|
7430
|
+
"name": "AbstractProperty",
|
|
7431
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7432
|
+
}
|
|
7433
|
+
},
|
|
7434
|
+
{
|
|
7435
|
+
"kind": "method",
|
|
7436
|
+
"name": "_onAfterValueChange",
|
|
7437
|
+
"parameters": [
|
|
7438
|
+
{
|
|
7439
|
+
"name": "key",
|
|
7440
|
+
"type": {
|
|
7441
|
+
"text": "string"
|
|
7442
|
+
}
|
|
7443
|
+
},
|
|
7444
|
+
{
|
|
7445
|
+
"name": "value",
|
|
7446
|
+
"type": {
|
|
7447
|
+
"text": "any"
|
|
7448
|
+
}
|
|
7449
|
+
}
|
|
7450
|
+
],
|
|
7451
|
+
"inheritedFrom": {
|
|
7452
|
+
"name": "AbstractProperty",
|
|
7453
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7454
|
+
}
|
|
7455
|
+
}
|
|
7456
|
+
],
|
|
7457
|
+
"attributes": [
|
|
7458
|
+
{
|
|
7459
|
+
"name": "value",
|
|
7460
|
+
"type": {
|
|
7461
|
+
"text": "any"
|
|
7462
|
+
},
|
|
7463
|
+
"default": "{}",
|
|
7464
|
+
"fieldName": "value"
|
|
7465
|
+
},
|
|
7466
|
+
{
|
|
7467
|
+
"name": "selected",
|
|
7468
|
+
"type": {
|
|
7469
|
+
"text": "Component[]"
|
|
7470
|
+
},
|
|
7471
|
+
"default": "[]",
|
|
7472
|
+
"fieldName": "selected"
|
|
7473
|
+
},
|
|
7474
|
+
{
|
|
7475
|
+
"name": "fonts",
|
|
7476
|
+
"type": {
|
|
7477
|
+
"text": "any[]"
|
|
7478
|
+
},
|
|
7479
|
+
"default": "[]",
|
|
7480
|
+
"fieldName": "fonts"
|
|
7481
|
+
}
|
|
7482
|
+
],
|
|
7483
|
+
"superclass": {
|
|
7484
|
+
"name": "AbstractProperty",
|
|
7485
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
7486
|
+
},
|
|
7487
|
+
"events": [
|
|
7488
|
+
{
|
|
7489
|
+
"name": "property-change",
|
|
7490
|
+
"type": {
|
|
7491
|
+
"text": "CustomEvent"
|
|
7492
|
+
},
|
|
7493
|
+
"inheritedFrom": {
|
|
7494
|
+
"name": "AbstractProperty",
|
|
7495
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7496
|
+
}
|
|
7497
|
+
}
|
|
7498
|
+
]
|
|
7499
|
+
}
|
|
7500
|
+
],
|
|
7501
|
+
"exports": [
|
|
7502
|
+
{
|
|
7503
|
+
"kind": "js",
|
|
7504
|
+
"name": "PropertyStyles",
|
|
7505
|
+
"declaration": {
|
|
7506
|
+
"name": "PropertyStyles",
|
|
7507
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
7508
|
+
}
|
|
7509
|
+
}
|
|
7510
|
+
]
|
|
7511
|
+
},
|
|
7512
|
+
{
|
|
7513
|
+
"kind": "javascript-module",
|
|
7514
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
7515
|
+
"declarations": [
|
|
7516
|
+
{
|
|
7517
|
+
"kind": "class",
|
|
7518
|
+
"description": "",
|
|
7519
|
+
"name": "SpecificPropertiesBuilder",
|
|
7520
|
+
"members": [
|
|
7521
|
+
{
|
|
7522
|
+
"kind": "field",
|
|
7523
|
+
"name": "value",
|
|
7524
|
+
"type": {
|
|
7525
|
+
"text": "any"
|
|
7526
|
+
},
|
|
7527
|
+
"attribute": "value"
|
|
7528
|
+
},
|
|
7529
|
+
{
|
|
7530
|
+
"kind": "field",
|
|
7531
|
+
"name": "props",
|
|
7532
|
+
"type": {
|
|
7533
|
+
"text": "any[]"
|
|
7534
|
+
},
|
|
7535
|
+
"default": "[]",
|
|
7536
|
+
"attribute": "props"
|
|
7537
|
+
},
|
|
7538
|
+
{
|
|
7539
|
+
"kind": "field",
|
|
7540
|
+
"name": "propertyEditor",
|
|
7541
|
+
"type": {
|
|
7542
|
+
"text": "any"
|
|
7543
|
+
},
|
|
7544
|
+
"attribute": "propertyEditor"
|
|
7545
|
+
},
|
|
7546
|
+
{
|
|
7547
|
+
"kind": "method",
|
|
7548
|
+
"name": "_onPropsChanged",
|
|
7525
7549
|
"parameters": [
|
|
7526
7550
|
{
|
|
7527
|
-
"name": "
|
|
7551
|
+
"name": "props",
|
|
7528
7552
|
"type": {
|
|
7529
|
-
"text": "
|
|
7553
|
+
"text": "any[]"
|
|
7530
7554
|
}
|
|
7531
7555
|
}
|
|
7532
|
-
]
|
|
7533
|
-
"inheritedFrom": {
|
|
7534
|
-
"name": "AbstractProperty",
|
|
7535
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7536
|
-
}
|
|
7556
|
+
]
|
|
7537
7557
|
},
|
|
7538
7558
|
{
|
|
7539
7559
|
"kind": "method",
|
|
7540
|
-
"name": "
|
|
7560
|
+
"name": "_setValues"
|
|
7561
|
+
},
|
|
7562
|
+
{
|
|
7563
|
+
"kind": "method",
|
|
7564
|
+
"name": "_onValueChanged",
|
|
7541
7565
|
"parameters": [
|
|
7542
7566
|
{
|
|
7543
|
-
"name": "
|
|
7544
|
-
"type": {
|
|
7545
|
-
"text": "string"
|
|
7546
|
-
}
|
|
7547
|
-
},
|
|
7548
|
-
{
|
|
7549
|
-
"name": "value",
|
|
7567
|
+
"name": "e",
|
|
7550
7568
|
"type": {
|
|
7551
|
-
"text": "
|
|
7569
|
+
"text": "Event"
|
|
7552
7570
|
}
|
|
7553
7571
|
}
|
|
7554
|
-
]
|
|
7555
|
-
|
|
7556
|
-
|
|
7557
|
-
|
|
7572
|
+
]
|
|
7573
|
+
}
|
|
7574
|
+
],
|
|
7575
|
+
"events": [
|
|
7576
|
+
{
|
|
7577
|
+
"name": "property-change",
|
|
7578
|
+
"type": {
|
|
7579
|
+
"text": "CustomEvent"
|
|
7558
7580
|
}
|
|
7559
7581
|
}
|
|
7560
7582
|
],
|
|
@@ -7564,101 +7586,67 @@
|
|
|
7564
7586
|
"type": {
|
|
7565
7587
|
"text": "any"
|
|
7566
7588
|
},
|
|
7567
|
-
"default": "{}",
|
|
7568
7589
|
"fieldName": "value"
|
|
7569
7590
|
},
|
|
7570
7591
|
{
|
|
7571
|
-
"name": "
|
|
7592
|
+
"name": "props",
|
|
7572
7593
|
"type": {
|
|
7573
|
-
"text": "
|
|
7594
|
+
"text": "any[]"
|
|
7574
7595
|
},
|
|
7575
7596
|
"default": "[]",
|
|
7576
|
-
"fieldName": "
|
|
7597
|
+
"fieldName": "props"
|
|
7577
7598
|
},
|
|
7578
7599
|
{
|
|
7579
|
-
"name": "
|
|
7600
|
+
"name": "propertyEditor",
|
|
7580
7601
|
"type": {
|
|
7581
|
-
"text": "any
|
|
7602
|
+
"text": "any"
|
|
7582
7603
|
},
|
|
7583
|
-
"
|
|
7584
|
-
"fieldName": "fonts"
|
|
7604
|
+
"fieldName": "propertyEditor"
|
|
7585
7605
|
}
|
|
7586
7606
|
],
|
|
7587
7607
|
"superclass": {
|
|
7588
|
-
"name": "
|
|
7589
|
-
"
|
|
7608
|
+
"name": "LitElement",
|
|
7609
|
+
"package": "lit"
|
|
7590
7610
|
},
|
|
7591
|
-
"
|
|
7592
|
-
{
|
|
7593
|
-
"name": "property-change",
|
|
7594
|
-
"type": {
|
|
7595
|
-
"text": "CustomEvent"
|
|
7596
|
-
},
|
|
7597
|
-
"inheritedFrom": {
|
|
7598
|
-
"name": "AbstractProperty",
|
|
7599
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7600
|
-
}
|
|
7601
|
-
}
|
|
7602
|
-
]
|
|
7603
|
-
}
|
|
7604
|
-
],
|
|
7605
|
-
"exports": [
|
|
7606
|
-
{
|
|
7607
|
-
"kind": "js",
|
|
7608
|
-
"name": "PropertyStyles",
|
|
7609
|
-
"declaration": {
|
|
7610
|
-
"name": "PropertyStyles",
|
|
7611
|
-
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
7612
|
-
}
|
|
7613
|
-
}
|
|
7614
|
-
]
|
|
7615
|
-
},
|
|
7616
|
-
{
|
|
7617
|
-
"kind": "javascript-module",
|
|
7618
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
7619
|
-
"declarations": [
|
|
7620
|
-
{
|
|
7621
|
-
"kind": "variable",
|
|
7622
|
-
"name": "BoxPaddingEditorStyles",
|
|
7623
|
-
"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; } `"
|
|
7611
|
+
"customElement": true
|
|
7624
7612
|
}
|
|
7625
7613
|
],
|
|
7626
7614
|
"exports": [
|
|
7627
7615
|
{
|
|
7628
7616
|
"kind": "js",
|
|
7629
|
-
"name": "
|
|
7617
|
+
"name": "SpecificPropertiesBuilder",
|
|
7630
7618
|
"declaration": {
|
|
7631
|
-
"name": "
|
|
7632
|
-
"module": "src/modeller/property-sidebar/
|
|
7619
|
+
"name": "SpecificPropertiesBuilder",
|
|
7620
|
+
"module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
|
|
7633
7621
|
}
|
|
7634
7622
|
}
|
|
7635
7623
|
]
|
|
7636
7624
|
},
|
|
7637
7625
|
{
|
|
7638
7626
|
"kind": "javascript-module",
|
|
7639
|
-
"path": "src/modeller/property-sidebar/
|
|
7627
|
+
"path": "src/modeller/property-sidebar/specifics/specifics.ts",
|
|
7640
7628
|
"declarations": [
|
|
7641
7629
|
{
|
|
7642
7630
|
"kind": "class",
|
|
7643
7631
|
"description": "",
|
|
7644
|
-
"name": "
|
|
7632
|
+
"name": "PropertySpecific",
|
|
7645
7633
|
"members": [
|
|
7646
7634
|
{
|
|
7647
7635
|
"kind": "field",
|
|
7648
7636
|
"name": "value",
|
|
7649
7637
|
"type": {
|
|
7650
|
-
"text": "
|
|
7638
|
+
"text": "any"
|
|
7651
7639
|
},
|
|
7652
7640
|
"attribute": "value"
|
|
7653
7641
|
},
|
|
7654
7642
|
{
|
|
7655
7643
|
"kind": "field",
|
|
7656
|
-
"name": "
|
|
7644
|
+
"name": "scene",
|
|
7657
7645
|
"type": {
|
|
7658
|
-
"text": "
|
|
7646
|
+
"text": "Scene | null"
|
|
7659
7647
|
},
|
|
7660
7648
|
"default": "null",
|
|
7661
|
-
"attribute": "
|
|
7649
|
+
"attribute": "scene"
|
|
7662
7650
|
},
|
|
7663
7651
|
{
|
|
7664
7652
|
"kind": "field",
|
|
@@ -7669,6 +7657,38 @@
|
|
|
7669
7657
|
"default": "[]",
|
|
7670
7658
|
"attribute": "selected"
|
|
7671
7659
|
},
|
|
7660
|
+
{
|
|
7661
|
+
"kind": "field",
|
|
7662
|
+
"name": "props",
|
|
7663
|
+
"type": {
|
|
7664
|
+
"text": "any[]"
|
|
7665
|
+
},
|
|
7666
|
+
"default": "[]",
|
|
7667
|
+
"attribute": "props"
|
|
7668
|
+
},
|
|
7669
|
+
{
|
|
7670
|
+
"kind": "field",
|
|
7671
|
+
"name": "propertyEditor",
|
|
7672
|
+
"type": {
|
|
7673
|
+
"text": "any[]"
|
|
7674
|
+
},
|
|
7675
|
+
"default": "[]",
|
|
7676
|
+
"attribute": "propertyEditor"
|
|
7677
|
+
},
|
|
7678
|
+
{
|
|
7679
|
+
"kind": "field",
|
|
7680
|
+
"name": "boundINeedSelected",
|
|
7681
|
+
"type": {
|
|
7682
|
+
"text": "any"
|
|
7683
|
+
},
|
|
7684
|
+
"privacy": "private"
|
|
7685
|
+
},
|
|
7686
|
+
{
|
|
7687
|
+
"kind": "field",
|
|
7688
|
+
"name": "scopedElements",
|
|
7689
|
+
"static": true,
|
|
7690
|
+
"readonly": true
|
|
7691
|
+
},
|
|
7672
7692
|
{
|
|
7673
7693
|
"kind": "method",
|
|
7674
7694
|
"name": "_onValueChange",
|
|
@@ -7685,30 +7705,6 @@
|
|
|
7685
7705
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7686
7706
|
}
|
|
7687
7707
|
},
|
|
7688
|
-
{
|
|
7689
|
-
"kind": "method",
|
|
7690
|
-
"name": "_hasTextProperty",
|
|
7691
|
-
"parameters": [
|
|
7692
|
-
{
|
|
7693
|
-
"name": "selected",
|
|
7694
|
-
"type": {
|
|
7695
|
-
"text": "Component[]"
|
|
7696
|
-
}
|
|
7697
|
-
}
|
|
7698
|
-
]
|
|
7699
|
-
},
|
|
7700
|
-
{
|
|
7701
|
-
"kind": "method",
|
|
7702
|
-
"name": "_hasProperties",
|
|
7703
|
-
"parameters": [
|
|
7704
|
-
{
|
|
7705
|
-
"name": "selected",
|
|
7706
|
-
"type": {
|
|
7707
|
-
"text": "Component[]"
|
|
7708
|
-
}
|
|
7709
|
-
}
|
|
7710
|
-
]
|
|
7711
|
-
},
|
|
7712
7708
|
{
|
|
7713
7709
|
"kind": "method",
|
|
7714
7710
|
"name": "_isIdentifiable",
|
|
@@ -7723,19 +7719,7 @@
|
|
|
7723
7719
|
},
|
|
7724
7720
|
{
|
|
7725
7721
|
"kind": "method",
|
|
7726
|
-
"name": "
|
|
7727
|
-
"parameters": [
|
|
7728
|
-
{
|
|
7729
|
-
"name": "selected",
|
|
7730
|
-
"type": {
|
|
7731
|
-
"text": "Component[]"
|
|
7732
|
-
}
|
|
7733
|
-
}
|
|
7734
|
-
]
|
|
7735
|
-
},
|
|
7736
|
-
{
|
|
7737
|
-
"kind": "method",
|
|
7738
|
-
"name": "_isLine",
|
|
7722
|
+
"name": "_hasTextProperty",
|
|
7739
7723
|
"parameters": [
|
|
7740
7724
|
{
|
|
7741
7725
|
"name": "selected",
|
|
@@ -7747,12 +7731,12 @@
|
|
|
7747
7731
|
},
|
|
7748
7732
|
{
|
|
7749
7733
|
"kind": "method",
|
|
7750
|
-
"name": "
|
|
7734
|
+
"name": "_onINeedSelected",
|
|
7751
7735
|
"parameters": [
|
|
7752
7736
|
{
|
|
7753
|
-
"name": "
|
|
7737
|
+
"name": "e",
|
|
7754
7738
|
"type": {
|
|
7755
|
-
"text": "
|
|
7739
|
+
"text": "CustomEvent"
|
|
7756
7740
|
}
|
|
7757
7741
|
}
|
|
7758
7742
|
]
|
|
@@ -7796,39 +7780,21 @@
|
|
|
7796
7780
|
}
|
|
7797
7781
|
}
|
|
7798
7782
|
],
|
|
7799
|
-
"events": [
|
|
7800
|
-
{
|
|
7801
|
-
"name": "bounds-change",
|
|
7802
|
-
"type": {
|
|
7803
|
-
"text": "CustomEvent"
|
|
7804
|
-
}
|
|
7805
|
-
},
|
|
7806
|
-
{
|
|
7807
|
-
"name": "property-change",
|
|
7808
|
-
"type": {
|
|
7809
|
-
"text": "CustomEvent"
|
|
7810
|
-
},
|
|
7811
|
-
"inheritedFrom": {
|
|
7812
|
-
"name": "AbstractProperty",
|
|
7813
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7814
|
-
}
|
|
7815
|
-
}
|
|
7816
|
-
],
|
|
7817
7783
|
"attributes": [
|
|
7818
7784
|
{
|
|
7819
7785
|
"name": "value",
|
|
7820
7786
|
"type": {
|
|
7821
|
-
"text": "
|
|
7787
|
+
"text": "any"
|
|
7822
7788
|
},
|
|
7823
7789
|
"fieldName": "value"
|
|
7824
7790
|
},
|
|
7825
7791
|
{
|
|
7826
|
-
"name": "
|
|
7792
|
+
"name": "scene",
|
|
7827
7793
|
"type": {
|
|
7828
|
-
"text": "
|
|
7794
|
+
"text": "Scene | null"
|
|
7829
7795
|
},
|
|
7830
7796
|
"default": "null",
|
|
7831
|
-
"fieldName": "
|
|
7797
|
+
"fieldName": "scene"
|
|
7832
7798
|
},
|
|
7833
7799
|
{
|
|
7834
7800
|
"name": "selected",
|
|
@@ -7837,21 +7803,55 @@
|
|
|
7837
7803
|
},
|
|
7838
7804
|
"default": "[]",
|
|
7839
7805
|
"fieldName": "selected"
|
|
7806
|
+
},
|
|
7807
|
+
{
|
|
7808
|
+
"name": "props",
|
|
7809
|
+
"type": {
|
|
7810
|
+
"text": "any[]"
|
|
7811
|
+
},
|
|
7812
|
+
"default": "[]",
|
|
7813
|
+
"fieldName": "props"
|
|
7814
|
+
},
|
|
7815
|
+
{
|
|
7816
|
+
"name": "propertyEditor",
|
|
7817
|
+
"type": {
|
|
7818
|
+
"text": "any[]"
|
|
7819
|
+
},
|
|
7820
|
+
"default": "[]",
|
|
7821
|
+
"fieldName": "propertyEditor"
|
|
7822
|
+
}
|
|
7823
|
+
],
|
|
7824
|
+
"mixins": [
|
|
7825
|
+
{
|
|
7826
|
+
"name": "ScopedElementsMixin",
|
|
7827
|
+
"package": "@open-wc/scoped-elements"
|
|
7840
7828
|
}
|
|
7841
7829
|
],
|
|
7842
7830
|
"superclass": {
|
|
7843
7831
|
"name": "AbstractProperty",
|
|
7844
7832
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
7845
|
-
}
|
|
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
7846
|
}
|
|
7847
7847
|
],
|
|
7848
7848
|
"exports": [
|
|
7849
7849
|
{
|
|
7850
7850
|
"kind": "js",
|
|
7851
|
-
"name": "
|
|
7851
|
+
"name": "PropertySpecific",
|
|
7852
7852
|
"declaration": {
|
|
7853
|
-
"name": "
|
|
7854
|
-
"module": "src/modeller/property-sidebar/
|
|
7853
|
+
"name": "PropertySpecific",
|
|
7854
|
+
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
7855
7855
|
}
|
|
7856
7856
|
}
|
|
7857
7857
|
]
|