@operato/board 0.3.7 → 0.3.14

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.
@@ -3185,221 +3185,6 @@
3185
3185
  }
3186
3186
  ]
3187
3187
  },
3188
- {
3189
- "kind": "javascript-module",
3190
- "path": "src/utils/fullscreen.ts",
3191
- "declarations": [
3192
- {
3193
- "kind": "function",
3194
- "name": "fullscreen",
3195
- "parameters": [
3196
- {
3197
- "name": "element",
3198
- "type": {
3199
- "text": "HTMLElement"
3200
- },
3201
- "description": "대상 엘리먼트"
3202
- },
3203
- {
3204
- "name": "afterfull",
3205
- "optional": true,
3206
- "type": {
3207
- "text": "FullscreenCallback"
3208
- },
3209
- "description": "풀스크린이 된 이후에 호출되는 콜백함수"
3210
- },
3211
- {
3212
- "name": "afterfinish",
3213
- "optional": true,
3214
- "type": {
3215
- "text": "FullscreenCallback"
3216
- },
3217
- "description": "풀스크린이 해제된 이후에 호출되는 콜백함수"
3218
- }
3219
- ],
3220
- "description": "엘리먼트를 풀스크린으로 표시되도록 한다."
3221
- },
3222
- {
3223
- "kind": "function",
3224
- "name": "exitfullscreen"
3225
- },
3226
- {
3227
- "kind": "function",
3228
- "name": "togglefullscreen",
3229
- "parameters": [
3230
- {
3231
- "name": "element",
3232
- "type": {
3233
- "text": "HTMLElement"
3234
- }
3235
- },
3236
- {
3237
- "name": "afterfull",
3238
- "optional": true,
3239
- "type": {
3240
- "text": "FullscreenCallback"
3241
- }
3242
- },
3243
- {
3244
- "name": "afterfinish",
3245
- "optional": true,
3246
- "type": {
3247
- "text": "FullscreenCallback"
3248
- }
3249
- }
3250
- ]
3251
- }
3252
- ],
3253
- "exports": [
3254
- {
3255
- "kind": "js",
3256
- "name": "fullscreen",
3257
- "declaration": {
3258
- "name": "fullscreen",
3259
- "module": "src/utils/fullscreen.ts"
3260
- }
3261
- },
3262
- {
3263
- "kind": "js",
3264
- "name": "exitfullscreen",
3265
- "declaration": {
3266
- "name": "exitfullscreen",
3267
- "module": "src/utils/fullscreen.ts"
3268
- }
3269
- },
3270
- {
3271
- "kind": "js",
3272
- "name": "togglefullscreen",
3273
- "declaration": {
3274
- "name": "togglefullscreen",
3275
- "module": "src/utils/fullscreen.ts"
3276
- }
3277
- }
3278
- ]
3279
- },
3280
- {
3281
- "kind": "javascript-module",
3282
- "path": "src/utils/os.ts",
3283
- "declarations": [
3284
- {
3285
- "kind": "function",
3286
- "name": "getOS",
3287
- "description": "method to get operating system of running browser",
3288
- "return": {
3289
- "type": {
3290
- "text": "string"
3291
- }
3292
- }
3293
- },
3294
- {
3295
- "kind": "function",
3296
- "name": "isMobileDevice",
3297
- "description": "method to tell if platform of running browser is kind of mobile device",
3298
- "return": {
3299
- "type": {
3300
- "text": "boolean"
3301
- }
3302
- }
3303
- },
3304
- {
3305
- "kind": "function",
3306
- "name": "isIOS",
3307
- "description": "method to tell if operating system of running browser is iOS",
3308
- "return": {
3309
- "type": {
3310
- "text": "boolean"
3311
- }
3312
- }
3313
- },
3314
- {
3315
- "kind": "function",
3316
- "name": "isMacOS",
3317
- "description": "method to tell if operating system of running browser is MacOS",
3318
- "return": {
3319
- "type": {
3320
- "text": "boolean"
3321
- }
3322
- }
3323
- }
3324
- ],
3325
- "exports": [
3326
- {
3327
- "kind": "js",
3328
- "name": "getOS",
3329
- "declaration": {
3330
- "name": "getOS",
3331
- "module": "src/utils/os.ts"
3332
- }
3333
- },
3334
- {
3335
- "kind": "js",
3336
- "name": "isMobileDevice",
3337
- "declaration": {
3338
- "name": "isMobileDevice",
3339
- "module": "src/utils/os.ts"
3340
- }
3341
- },
3342
- {
3343
- "kind": "js",
3344
- "name": "isIOS",
3345
- "declaration": {
3346
- "name": "isIOS",
3347
- "module": "src/utils/os.ts"
3348
- }
3349
- },
3350
- {
3351
- "kind": "js",
3352
- "name": "isMacOS",
3353
- "declaration": {
3354
- "name": "isMacOS",
3355
- "module": "src/utils/os.ts"
3356
- }
3357
- }
3358
- ]
3359
- },
3360
- {
3361
- "kind": "javascript-module",
3362
- "path": "src/utils/swipe-listener.ts",
3363
- "declarations": [
3364
- {
3365
- "kind": "function",
3366
- "name": "SwipeListener",
3367
- "parameters": [
3368
- {
3369
- "name": "element",
3370
- "type": {
3371
- "text": "DOMElement"
3372
- },
3373
- "description": "Element on which to listen for swipe gestures."
3374
- },
3375
- {
3376
- "name": "options",
3377
- "optional": true,
3378
- "type": {
3379
- "text": "Object"
3380
- },
3381
- "description": "Optional: Options."
3382
- }
3383
- ],
3384
- "description": "Starts monitoring swipes on the given element and\nemits `swipe` event when a swipe gesture is performed.",
3385
- "return": {
3386
- "type": {
3387
- "text": "Object"
3388
- }
3389
- }
3390
- }
3391
- ],
3392
- "exports": [
3393
- {
3394
- "kind": "js",
3395
- "name": "SwipeListener",
3396
- "declaration": {
3397
- "name": "SwipeListener",
3398
- "module": "src/utils/swipe-listener.ts"
3399
- }
3400
- }
3401
- ]
3402
- },
3403
3188
  {
3404
3189
  "kind": "javascript-module",
3405
3190
  "path": "src/modeller/component-toolbar/component-detail.ts",
@@ -6335,22 +6120,51 @@
6335
6120
  },
6336
6121
  {
6337
6122
  "kind": "javascript-module",
6338
- "path": "src/modeller/property-sidebar/styles/styles.ts",
6123
+ "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
6124
+ "declarations": [
6125
+ {
6126
+ "kind": "variable",
6127
+ "name": "BoxPaddingEditorStyles",
6128
+ "default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
6129
+ }
6130
+ ],
6131
+ "exports": [
6132
+ {
6133
+ "kind": "js",
6134
+ "name": "BoxPaddingEditorStyles",
6135
+ "declaration": {
6136
+ "name": "BoxPaddingEditorStyles",
6137
+ "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
6138
+ }
6139
+ }
6140
+ ]
6141
+ },
6142
+ {
6143
+ "kind": "javascript-module",
6144
+ "path": "src/modeller/property-sidebar/shapes/shapes.ts",
6339
6145
  "declarations": [
6340
6146
  {
6341
6147
  "kind": "class",
6342
6148
  "description": "",
6343
- "name": "PropertyStyles",
6149
+ "name": "PropertyShapes",
6344
6150
  "members": [
6345
6151
  {
6346
6152
  "kind": "field",
6347
6153
  "name": "value",
6348
6154
  "type": {
6349
- "text": "any"
6155
+ "text": "Properties | undefined"
6350
6156
  },
6351
- "default": "{}",
6352
6157
  "attribute": "value"
6353
6158
  },
6159
+ {
6160
+ "kind": "field",
6161
+ "name": "bounds",
6162
+ "type": {
6163
+ "text": "BOUNDS | null"
6164
+ },
6165
+ "default": "null",
6166
+ "attribute": "bounds"
6167
+ },
6354
6168
  {
6355
6169
  "kind": "field",
6356
6170
  "name": "selected",
@@ -6362,16 +6176,32 @@
6362
6176
  },
6363
6177
  {
6364
6178
  "kind": "field",
6365
- "name": "fonts",
6179
+ "name": "_3dExpanded",
6366
6180
  "type": {
6367
- "text": "any[]"
6181
+ "text": "boolean"
6368
6182
  },
6369
- "default": "[]",
6370
- "attribute": "fonts"
6183
+ "privacy": "private",
6184
+ "default": "false"
6371
6185
  },
6372
6186
  {
6373
6187
  "kind": "method",
6374
- "name": "_isLine",
6188
+ "name": "_onValueChange",
6189
+ "parameters": [
6190
+ {
6191
+ "name": "e",
6192
+ "type": {
6193
+ "text": "Event"
6194
+ }
6195
+ }
6196
+ ],
6197
+ "inheritedFrom": {
6198
+ "name": "AbstractProperty",
6199
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6200
+ }
6201
+ },
6202
+ {
6203
+ "kind": "method",
6204
+ "name": "_hasTextProperty",
6375
6205
  "parameters": [
6376
6206
  {
6377
6207
  "name": "selected",
@@ -6383,64 +6213,273 @@
6383
6213
  },
6384
6214
  {
6385
6215
  "kind": "method",
6386
- "name": "_onValueChange",
6216
+ "name": "_hasProperties",
6387
6217
  "parameters": [
6388
6218
  {
6389
- "name": "e",
6219
+ "name": "selected",
6390
6220
  "type": {
6391
- "text": "Event"
6221
+ "text": "Component[]"
6392
6222
  }
6393
6223
  }
6394
- ],
6395
- "inheritedFrom": {
6396
- "name": "AbstractProperty",
6397
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6398
- }
6224
+ ]
6399
6225
  },
6400
6226
  {
6401
6227
  "kind": "method",
6402
- "name": "_getValueFromEventTarget",
6228
+ "name": "_isIdentifiable",
6403
6229
  "parameters": [
6404
6230
  {
6405
- "name": "element",
6231
+ "name": "selected",
6406
6232
  "type": {
6407
- "text": "HTMLElement"
6233
+ "text": "Component[]"
6408
6234
  }
6409
6235
  }
6410
- ],
6411
- "inheritedFrom": {
6412
- "name": "AbstractProperty",
6413
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6414
- }
6236
+ ]
6415
6237
  },
6416
6238
  {
6417
6239
  "kind": "method",
6418
- "name": "_onAfterValueChange",
6240
+ "name": "_isClassIdentifiable",
6419
6241
  "parameters": [
6420
6242
  {
6421
- "name": "key",
6243
+ "name": "selected",
6422
6244
  "type": {
6423
- "text": "string"
6245
+ "text": "Component[]"
6424
6246
  }
6425
- },
6247
+ }
6248
+ ]
6249
+ },
6250
+ {
6251
+ "kind": "method",
6252
+ "name": "_isLine",
6253
+ "parameters": [
6426
6254
  {
6427
- "name": "value",
6255
+ "name": "selected",
6428
6256
  "type": {
6429
- "text": "any"
6257
+ "text": "Component[]"
6430
6258
  }
6431
6259
  }
6432
- ],
6433
- "inheritedFrom": {
6434
- "name": "AbstractProperty",
6435
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6436
- }
6437
- }
6438
- ],
6439
- "attributes": [
6260
+ ]
6261
+ },
6440
6262
  {
6441
- "name": "value",
6442
- "type": {
6443
- "text": "any"
6263
+ "kind": "method",
6264
+ "name": "_is3dish",
6265
+ "parameters": [
6266
+ {
6267
+ "name": "selected",
6268
+ "type": {
6269
+ "text": "Component[]"
6270
+ }
6271
+ }
6272
+ ]
6273
+ },
6274
+ {
6275
+ "kind": "method",
6276
+ "name": "_getValueFromEventTarget",
6277
+ "parameters": [
6278
+ {
6279
+ "name": "element",
6280
+ "type": {
6281
+ "text": "HTMLElement"
6282
+ }
6283
+ }
6284
+ ],
6285
+ "inheritedFrom": {
6286
+ "name": "AbstractProperty",
6287
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6288
+ }
6289
+ },
6290
+ {
6291
+ "kind": "method",
6292
+ "name": "_onAfterValueChange",
6293
+ "parameters": [
6294
+ {
6295
+ "name": "key",
6296
+ "type": {
6297
+ "text": "string"
6298
+ }
6299
+ },
6300
+ {
6301
+ "name": "value",
6302
+ "type": {
6303
+ "text": "any"
6304
+ }
6305
+ }
6306
+ ],
6307
+ "inheritedFrom": {
6308
+ "name": "AbstractProperty",
6309
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6310
+ }
6311
+ }
6312
+ ],
6313
+ "events": [
6314
+ {
6315
+ "name": "bounds-change",
6316
+ "type": {
6317
+ "text": "CustomEvent"
6318
+ }
6319
+ },
6320
+ {
6321
+ "name": "property-change",
6322
+ "type": {
6323
+ "text": "CustomEvent"
6324
+ },
6325
+ "inheritedFrom": {
6326
+ "name": "AbstractProperty",
6327
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6328
+ }
6329
+ }
6330
+ ],
6331
+ "attributes": [
6332
+ {
6333
+ "name": "value",
6334
+ "type": {
6335
+ "text": "Properties | undefined"
6336
+ },
6337
+ "fieldName": "value"
6338
+ },
6339
+ {
6340
+ "name": "bounds",
6341
+ "type": {
6342
+ "text": "BOUNDS | null"
6343
+ },
6344
+ "default": "null",
6345
+ "fieldName": "bounds"
6346
+ },
6347
+ {
6348
+ "name": "selected",
6349
+ "type": {
6350
+ "text": "Component[]"
6351
+ },
6352
+ "default": "[]",
6353
+ "fieldName": "selected"
6354
+ }
6355
+ ],
6356
+ "superclass": {
6357
+ "name": "AbstractProperty",
6358
+ "module": "/src/modeller/property-sidebar/abstract-property"
6359
+ },
6360
+ "tagName": "property-shape",
6361
+ "customElement": true
6362
+ }
6363
+ ],
6364
+ "exports": [
6365
+ {
6366
+ "kind": "custom-element-definition",
6367
+ "name": "property-shape",
6368
+ "declaration": {
6369
+ "name": "PropertyShapes",
6370
+ "module": "src/modeller/property-sidebar/shapes/shapes.ts"
6371
+ }
6372
+ }
6373
+ ]
6374
+ },
6375
+ {
6376
+ "kind": "javascript-module",
6377
+ "path": "src/modeller/property-sidebar/styles/styles.ts",
6378
+ "declarations": [
6379
+ {
6380
+ "kind": "class",
6381
+ "description": "",
6382
+ "name": "PropertyStyles",
6383
+ "members": [
6384
+ {
6385
+ "kind": "field",
6386
+ "name": "value",
6387
+ "type": {
6388
+ "text": "any"
6389
+ },
6390
+ "default": "{}",
6391
+ "attribute": "value"
6392
+ },
6393
+ {
6394
+ "kind": "field",
6395
+ "name": "selected",
6396
+ "type": {
6397
+ "text": "Component[]"
6398
+ },
6399
+ "default": "[]",
6400
+ "attribute": "selected"
6401
+ },
6402
+ {
6403
+ "kind": "field",
6404
+ "name": "fonts",
6405
+ "type": {
6406
+ "text": "any[]"
6407
+ },
6408
+ "default": "[]",
6409
+ "attribute": "fonts"
6410
+ },
6411
+ {
6412
+ "kind": "method",
6413
+ "name": "_isLine",
6414
+ "parameters": [
6415
+ {
6416
+ "name": "selected",
6417
+ "type": {
6418
+ "text": "Component[]"
6419
+ }
6420
+ }
6421
+ ]
6422
+ },
6423
+ {
6424
+ "kind": "method",
6425
+ "name": "_onValueChange",
6426
+ "parameters": [
6427
+ {
6428
+ "name": "e",
6429
+ "type": {
6430
+ "text": "Event"
6431
+ }
6432
+ }
6433
+ ],
6434
+ "inheritedFrom": {
6435
+ "name": "AbstractProperty",
6436
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6437
+ }
6438
+ },
6439
+ {
6440
+ "kind": "method",
6441
+ "name": "_getValueFromEventTarget",
6442
+ "parameters": [
6443
+ {
6444
+ "name": "element",
6445
+ "type": {
6446
+ "text": "HTMLElement"
6447
+ }
6448
+ }
6449
+ ],
6450
+ "inheritedFrom": {
6451
+ "name": "AbstractProperty",
6452
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6453
+ }
6454
+ },
6455
+ {
6456
+ "kind": "method",
6457
+ "name": "_onAfterValueChange",
6458
+ "parameters": [
6459
+ {
6460
+ "name": "key",
6461
+ "type": {
6462
+ "text": "string"
6463
+ }
6464
+ },
6465
+ {
6466
+ "name": "value",
6467
+ "type": {
6468
+ "text": "any"
6469
+ }
6470
+ }
6471
+ ],
6472
+ "inheritedFrom": {
6473
+ "name": "AbstractProperty",
6474
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6475
+ }
6476
+ }
6477
+ ],
6478
+ "attributes": [
6479
+ {
6480
+ "name": "value",
6481
+ "type": {
6482
+ "text": "any"
6444
6483
  },
6445
6484
  "default": "{}",
6446
6485
  "fieldName": "value"
@@ -6740,260 +6779,6 @@
6740
6779
  }
6741
6780
  }
6742
6781
  ]
6743
- },
6744
- {
6745
- "kind": "javascript-module",
6746
- "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
6747
- "declarations": [
6748
- {
6749
- "kind": "variable",
6750
- "name": "BoxPaddingEditorStyles",
6751
- "default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
6752
- }
6753
- ],
6754
- "exports": [
6755
- {
6756
- "kind": "js",
6757
- "name": "BoxPaddingEditorStyles",
6758
- "declaration": {
6759
- "name": "BoxPaddingEditorStyles",
6760
- "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
6761
- }
6762
- }
6763
- ]
6764
- },
6765
- {
6766
- "kind": "javascript-module",
6767
- "path": "src/modeller/property-sidebar/shapes/shapes.ts",
6768
- "declarations": [
6769
- {
6770
- "kind": "class",
6771
- "description": "",
6772
- "name": "PropertyShapes",
6773
- "members": [
6774
- {
6775
- "kind": "field",
6776
- "name": "value",
6777
- "type": {
6778
- "text": "Properties | undefined"
6779
- },
6780
- "attribute": "value"
6781
- },
6782
- {
6783
- "kind": "field",
6784
- "name": "bounds",
6785
- "type": {
6786
- "text": "BOUNDS | null"
6787
- },
6788
- "default": "null",
6789
- "attribute": "bounds"
6790
- },
6791
- {
6792
- "kind": "field",
6793
- "name": "selected",
6794
- "type": {
6795
- "text": "Component[]"
6796
- },
6797
- "default": "[]",
6798
- "attribute": "selected"
6799
- },
6800
- {
6801
- "kind": "field",
6802
- "name": "_3dExpanded",
6803
- "type": {
6804
- "text": "boolean"
6805
- },
6806
- "privacy": "private",
6807
- "default": "false"
6808
- },
6809
- {
6810
- "kind": "method",
6811
- "name": "_onValueChange",
6812
- "parameters": [
6813
- {
6814
- "name": "e",
6815
- "type": {
6816
- "text": "Event"
6817
- }
6818
- }
6819
- ],
6820
- "inheritedFrom": {
6821
- "name": "AbstractProperty",
6822
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6823
- }
6824
- },
6825
- {
6826
- "kind": "method",
6827
- "name": "_hasTextProperty",
6828
- "parameters": [
6829
- {
6830
- "name": "selected",
6831
- "type": {
6832
- "text": "Component[]"
6833
- }
6834
- }
6835
- ]
6836
- },
6837
- {
6838
- "kind": "method",
6839
- "name": "_hasProperties",
6840
- "parameters": [
6841
- {
6842
- "name": "selected",
6843
- "type": {
6844
- "text": "Component[]"
6845
- }
6846
- }
6847
- ]
6848
- },
6849
- {
6850
- "kind": "method",
6851
- "name": "_isIdentifiable",
6852
- "parameters": [
6853
- {
6854
- "name": "selected",
6855
- "type": {
6856
- "text": "Component[]"
6857
- }
6858
- }
6859
- ]
6860
- },
6861
- {
6862
- "kind": "method",
6863
- "name": "_isClassIdentifiable",
6864
- "parameters": [
6865
- {
6866
- "name": "selected",
6867
- "type": {
6868
- "text": "Component[]"
6869
- }
6870
- }
6871
- ]
6872
- },
6873
- {
6874
- "kind": "method",
6875
- "name": "_isLine",
6876
- "parameters": [
6877
- {
6878
- "name": "selected",
6879
- "type": {
6880
- "text": "Component[]"
6881
- }
6882
- }
6883
- ]
6884
- },
6885
- {
6886
- "kind": "method",
6887
- "name": "_is3dish",
6888
- "parameters": [
6889
- {
6890
- "name": "selected",
6891
- "type": {
6892
- "text": "Component[]"
6893
- }
6894
- }
6895
- ]
6896
- },
6897
- {
6898
- "kind": "method",
6899
- "name": "_getValueFromEventTarget",
6900
- "parameters": [
6901
- {
6902
- "name": "element",
6903
- "type": {
6904
- "text": "HTMLElement"
6905
- }
6906
- }
6907
- ],
6908
- "inheritedFrom": {
6909
- "name": "AbstractProperty",
6910
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6911
- }
6912
- },
6913
- {
6914
- "kind": "method",
6915
- "name": "_onAfterValueChange",
6916
- "parameters": [
6917
- {
6918
- "name": "key",
6919
- "type": {
6920
- "text": "string"
6921
- }
6922
- },
6923
- {
6924
- "name": "value",
6925
- "type": {
6926
- "text": "any"
6927
- }
6928
- }
6929
- ],
6930
- "inheritedFrom": {
6931
- "name": "AbstractProperty",
6932
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6933
- }
6934
- }
6935
- ],
6936
- "events": [
6937
- {
6938
- "name": "bounds-change",
6939
- "type": {
6940
- "text": "CustomEvent"
6941
- }
6942
- },
6943
- {
6944
- "name": "property-change",
6945
- "type": {
6946
- "text": "CustomEvent"
6947
- },
6948
- "inheritedFrom": {
6949
- "name": "AbstractProperty",
6950
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6951
- }
6952
- }
6953
- ],
6954
- "attributes": [
6955
- {
6956
- "name": "value",
6957
- "type": {
6958
- "text": "Properties | undefined"
6959
- },
6960
- "fieldName": "value"
6961
- },
6962
- {
6963
- "name": "bounds",
6964
- "type": {
6965
- "text": "BOUNDS | null"
6966
- },
6967
- "default": "null",
6968
- "fieldName": "bounds"
6969
- },
6970
- {
6971
- "name": "selected",
6972
- "type": {
6973
- "text": "Component[]"
6974
- },
6975
- "default": "[]",
6976
- "fieldName": "selected"
6977
- }
6978
- ],
6979
- "superclass": {
6980
- "name": "AbstractProperty",
6981
- "module": "/src/modeller/property-sidebar/abstract-property"
6982
- },
6983
- "tagName": "property-shape",
6984
- "customElement": true
6985
- }
6986
- ],
6987
- "exports": [
6988
- {
6989
- "kind": "custom-element-definition",
6990
- "name": "property-shape",
6991
- "declaration": {
6992
- "name": "PropertyShapes",
6993
- "module": "src/modeller/property-sidebar/shapes/shapes.ts"
6994
- }
6995
- }
6996
- ]
6997
6782
  }
6998
6783
  ]
6999
6784
  }