@fmsim/board 1.0.77 → 1.0.79

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.
@@ -7133,72 +7133,202 @@
7133
7133
  },
7134
7134
  {
7135
7135
  "kind": "javascript-module",
7136
- "path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
7136
+ "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
7137
+ "declarations": [
7138
+ {
7139
+ "kind": "variable",
7140
+ "name": "BoxPaddingEditorStyles",
7141
+ "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; } `"
7142
+ }
7143
+ ],
7144
+ "exports": [
7145
+ {
7146
+ "kind": "js",
7147
+ "name": "BoxPaddingEditorStyles",
7148
+ "declaration": {
7149
+ "name": "BoxPaddingEditorStyles",
7150
+ "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
7151
+ }
7152
+ }
7153
+ ]
7154
+ },
7155
+ {
7156
+ "kind": "javascript-module",
7157
+ "path": "src/modeller/property-sidebar/shapes/shapes.ts",
7137
7158
  "declarations": [
7138
7159
  {
7139
7160
  "kind": "class",
7140
7161
  "description": "",
7141
- "name": "SpecificPropertiesBuilder",
7162
+ "name": "PropertyShapes",
7142
7163
  "members": [
7143
7164
  {
7144
7165
  "kind": "field",
7145
7166
  "name": "value",
7146
7167
  "type": {
7147
- "text": "any"
7168
+ "text": "Properties | undefined"
7148
7169
  },
7149
7170
  "attribute": "value"
7150
7171
  },
7151
7172
  {
7152
7173
  "kind": "field",
7153
- "name": "props",
7174
+ "name": "bounds",
7154
7175
  "type": {
7155
- "text": "any[]"
7176
+ "text": "BOUNDS | null"
7156
7177
  },
7157
- "default": "[]",
7158
- "attribute": "props"
7178
+ "default": "null",
7179
+ "attribute": "bounds"
7159
7180
  },
7160
7181
  {
7161
7182
  "kind": "field",
7162
- "name": "propertyEditor",
7183
+ "name": "selected",
7163
7184
  "type": {
7164
- "text": "any"
7185
+ "text": "Component[]"
7165
7186
  },
7166
- "attribute": "propertyEditor"
7187
+ "default": "[]",
7188
+ "attribute": "selected"
7167
7189
  },
7168
7190
  {
7169
7191
  "kind": "method",
7170
- "name": "_onPropsChanged",
7192
+ "name": "_onValueChange",
7171
7193
  "parameters": [
7172
7194
  {
7173
- "name": "props",
7195
+ "name": "e",
7174
7196
  "type": {
7175
- "text": "any[]"
7197
+ "text": "Event"
7198
+ }
7199
+ }
7200
+ ],
7201
+ "inheritedFrom": {
7202
+ "name": "AbstractProperty",
7203
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
7204
+ }
7205
+ },
7206
+ {
7207
+ "kind": "method",
7208
+ "name": "_hasTextProperty",
7209
+ "parameters": [
7210
+ {
7211
+ "name": "selected",
7212
+ "type": {
7213
+ "text": "Component[]"
7176
7214
  }
7177
7215
  }
7178
7216
  ]
7179
7217
  },
7180
7218
  {
7181
7219
  "kind": "method",
7182
- "name": "_setValues"
7220
+ "name": "_hasProperties",
7221
+ "parameters": [
7222
+ {
7223
+ "name": "selected",
7224
+ "type": {
7225
+ "text": "Component[]"
7226
+ }
7227
+ }
7228
+ ]
7183
7229
  },
7184
7230
  {
7185
7231
  "kind": "method",
7186
- "name": "_onValueChanged",
7232
+ "name": "_isIdentifiable",
7187
7233
  "parameters": [
7188
7234
  {
7189
- "name": "e",
7235
+ "name": "selected",
7190
7236
  "type": {
7191
- "text": "Event"
7237
+ "text": "Component[]"
7238
+ }
7239
+ }
7240
+ ]
7241
+ },
7242
+ {
7243
+ "kind": "method",
7244
+ "name": "_isClassIdentifiable",
7245
+ "parameters": [
7246
+ {
7247
+ "name": "selected",
7248
+ "type": {
7249
+ "text": "Component[]"
7192
7250
  }
7193
7251
  }
7194
7252
  ]
7253
+ },
7254
+ {
7255
+ "kind": "method",
7256
+ "name": "_isLine",
7257
+ "parameters": [
7258
+ {
7259
+ "name": "selected",
7260
+ "type": {
7261
+ "text": "Component[]"
7262
+ }
7263
+ }
7264
+ ]
7265
+ },
7266
+ {
7267
+ "kind": "method",
7268
+ "name": "_is3dish",
7269
+ "parameters": [
7270
+ {
7271
+ "name": "selected",
7272
+ "type": {
7273
+ "text": "Component[]"
7274
+ }
7275
+ }
7276
+ ]
7277
+ },
7278
+ {
7279
+ "kind": "method",
7280
+ "name": "_getValueFromEventTarget",
7281
+ "parameters": [
7282
+ {
7283
+ "name": "element",
7284
+ "type": {
7285
+ "text": "HTMLElement"
7286
+ }
7287
+ }
7288
+ ],
7289
+ "inheritedFrom": {
7290
+ "name": "AbstractProperty",
7291
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
7292
+ }
7293
+ },
7294
+ {
7295
+ "kind": "method",
7296
+ "name": "_onAfterValueChange",
7297
+ "parameters": [
7298
+ {
7299
+ "name": "key",
7300
+ "type": {
7301
+ "text": "string"
7302
+ }
7303
+ },
7304
+ {
7305
+ "name": "value",
7306
+ "type": {
7307
+ "text": "any"
7308
+ }
7309
+ }
7310
+ ],
7311
+ "inheritedFrom": {
7312
+ "name": "AbstractProperty",
7313
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
7314
+ }
7195
7315
  }
7196
7316
  ],
7197
7317
  "events": [
7318
+ {
7319
+ "name": "bounds-change",
7320
+ "type": {
7321
+ "text": "CustomEvent"
7322
+ }
7323
+ },
7198
7324
  {
7199
7325
  "name": "property-change",
7200
7326
  "type": {
7201
7327
  "text": "CustomEvent"
7328
+ },
7329
+ "inheritedFrom": {
7330
+ "name": "AbstractProperty",
7331
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
7202
7332
  }
7203
7333
  }
7204
7334
  ],
@@ -7206,52 +7336,52 @@
7206
7336
  {
7207
7337
  "name": "value",
7208
7338
  "type": {
7209
- "text": "any"
7339
+ "text": "Properties | undefined"
7210
7340
  },
7211
7341
  "fieldName": "value"
7212
7342
  },
7213
7343
  {
7214
- "name": "props",
7344
+ "name": "bounds",
7215
7345
  "type": {
7216
- "text": "any[]"
7346
+ "text": "BOUNDS | null"
7217
7347
  },
7218
- "default": "[]",
7219
- "fieldName": "props"
7348
+ "default": "null",
7349
+ "fieldName": "bounds"
7220
7350
  },
7221
7351
  {
7222
- "name": "propertyEditor",
7352
+ "name": "selected",
7223
7353
  "type": {
7224
- "text": "any"
7354
+ "text": "Component[]"
7225
7355
  },
7226
- "fieldName": "propertyEditor"
7356
+ "default": "[]",
7357
+ "fieldName": "selected"
7227
7358
  }
7228
7359
  ],
7229
7360
  "superclass": {
7230
- "name": "LitElement",
7231
- "package": "lit"
7232
- },
7233
- "customElement": true
7361
+ "name": "AbstractProperty",
7362
+ "module": "/src/modeller/property-sidebar/abstract-property"
7363
+ }
7234
7364
  }
7235
7365
  ],
7236
7366
  "exports": [
7237
7367
  {
7238
7368
  "kind": "js",
7239
- "name": "SpecificPropertiesBuilder",
7369
+ "name": "PropertyShapes",
7240
7370
  "declaration": {
7241
- "name": "SpecificPropertiesBuilder",
7242
- "module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
7371
+ "name": "PropertyShapes",
7372
+ "module": "src/modeller/property-sidebar/shapes/shapes.ts"
7243
7373
  }
7244
7374
  }
7245
7375
  ]
7246
7376
  },
7247
7377
  {
7248
7378
  "kind": "javascript-module",
7249
- "path": "src/modeller/property-sidebar/specifics/specifics.ts",
7379
+ "path": "src/modeller/property-sidebar/styles/styles.ts",
7250
7380
  "declarations": [
7251
7381
  {
7252
7382
  "kind": "class",
7253
7383
  "description": "",
7254
- "name": "PropertySpecific",
7384
+ "name": "PropertyStyles",
7255
7385
  "members": [
7256
7386
  {
7257
7387
  "kind": "field",
@@ -7259,17 +7389,9 @@
7259
7389
  "type": {
7260
7390
  "text": "any"
7261
7391
  },
7392
+ "default": "{}",
7262
7393
  "attribute": "value"
7263
7394
  },
7264
- {
7265
- "kind": "field",
7266
- "name": "scene",
7267
- "type": {
7268
- "text": "Scene | null"
7269
- },
7270
- "default": "null",
7271
- "attribute": "scene"
7272
- },
7273
7395
  {
7274
7396
  "kind": "field",
7275
7397
  "name": "selected",
@@ -7281,67 +7403,24 @@
7281
7403
  },
7282
7404
  {
7283
7405
  "kind": "field",
7284
- "name": "props",
7285
- "type": {
7286
- "text": "any[]"
7287
- },
7288
- "default": "[]",
7289
- "attribute": "props"
7290
- },
7291
- {
7292
- "kind": "field",
7293
- "name": "propertyEditor",
7406
+ "name": "fonts",
7294
7407
  "type": {
7295
7408
  "text": "any[]"
7296
7409
  },
7297
7410
  "default": "[]",
7298
- "attribute": "propertyEditor"
7411
+ "attribute": "fonts"
7299
7412
  },
7300
7413
  {
7301
7414
  "kind": "field",
7302
- "name": "boundINeedSelected",
7415
+ "name": "fontAvailable",
7303
7416
  "type": {
7304
- "text": "any"
7417
+ "text": "boolean"
7305
7418
  },
7306
- "privacy": "private"
7307
- },
7308
- {
7309
- "kind": "field",
7310
- "name": "scopedElements",
7311
- "static": true,
7312
- "readonly": true
7313
- },
7314
- {
7315
- "kind": "method",
7316
- "name": "_onValueChange",
7317
- "parameters": [
7318
- {
7319
- "name": "e",
7320
- "type": {
7321
- "text": "Event"
7322
- }
7323
- }
7324
- ],
7325
- "inheritedFrom": {
7326
- "name": "AbstractProperty",
7327
- "module": "src/modeller/property-sidebar/abstract-property.ts"
7328
- }
7329
- },
7330
- {
7331
- "kind": "method",
7332
- "name": "_isIdentifiable",
7333
- "parameters": [
7334
- {
7335
- "name": "selected",
7336
- "type": {
7337
- "text": "Component[]"
7338
- }
7339
- }
7340
- ]
7419
+ "default": "false"
7341
7420
  },
7342
7421
  {
7343
7422
  "kind": "method",
7344
- "name": "_hasTextProperty",
7423
+ "name": "_isLine",
7345
7424
  "parameters": [
7346
7425
  {
7347
7426
  "name": "selected",
@@ -7353,15 +7432,19 @@
7353
7432
  },
7354
7433
  {
7355
7434
  "kind": "method",
7356
- "name": "_onINeedSelected",
7435
+ "name": "_onValueChange",
7357
7436
  "parameters": [
7358
7437
  {
7359
7438
  "name": "e",
7360
7439
  "type": {
7361
- "text": "CustomEvent"
7440
+ "text": "Event"
7362
7441
  }
7363
7442
  }
7364
- ]
7443
+ ],
7444
+ "inheritedFrom": {
7445
+ "name": "AbstractProperty",
7446
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
7447
+ }
7365
7448
  },
7366
7449
  {
7367
7450
  "kind": "method",
@@ -7408,16 +7491,9 @@
7408
7491
  "type": {
7409
7492
  "text": "any"
7410
7493
  },
7494
+ "default": "{}",
7411
7495
  "fieldName": "value"
7412
7496
  },
7413
- {
7414
- "name": "scene",
7415
- "type": {
7416
- "text": "Scene | null"
7417
- },
7418
- "default": "null",
7419
- "fieldName": "scene"
7420
- },
7421
7497
  {
7422
7498
  "name": "selected",
7423
7499
  "type": {
@@ -7427,31 +7503,17 @@
7427
7503
  "fieldName": "selected"
7428
7504
  },
7429
7505
  {
7430
- "name": "props",
7431
- "type": {
7432
- "text": "any[]"
7433
- },
7434
- "default": "[]",
7435
- "fieldName": "props"
7436
- },
7437
- {
7438
- "name": "propertyEditor",
7506
+ "name": "fonts",
7439
7507
  "type": {
7440
7508
  "text": "any[]"
7441
7509
  },
7442
7510
  "default": "[]",
7443
- "fieldName": "propertyEditor"
7444
- }
7445
- ],
7446
- "mixins": [
7447
- {
7448
- "name": "ScopedElementsMixin",
7449
- "package": "@open-wc/scoped-elements"
7511
+ "fieldName": "fonts"
7450
7512
  }
7451
7513
  ],
7452
7514
  "superclass": {
7453
7515
  "name": "AbstractProperty",
7454
- "module": "/src/modeller/property-sidebar/abstract-property"
7516
+ "module": "/src/modeller/property-sidebar/abstract-property.js"
7455
7517
  },
7456
7518
  "events": [
7457
7519
  {
@@ -7470,22 +7532,22 @@
7470
7532
  "exports": [
7471
7533
  {
7472
7534
  "kind": "js",
7473
- "name": "PropertySpecific",
7535
+ "name": "PropertyStyles",
7474
7536
  "declaration": {
7475
- "name": "PropertySpecific",
7476
- "module": "src/modeller/property-sidebar/specifics/specifics.ts"
7537
+ "name": "PropertyStyles",
7538
+ "module": "src/modeller/property-sidebar/styles/styles.ts"
7477
7539
  }
7478
7540
  }
7479
7541
  ]
7480
7542
  },
7481
7543
  {
7482
7544
  "kind": "javascript-module",
7483
- "path": "src/modeller/property-sidebar/styles/styles.ts",
7545
+ "path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
7484
7546
  "declarations": [
7485
7547
  {
7486
7548
  "kind": "class",
7487
7549
  "description": "",
7488
- "name": "PropertyStyles",
7550
+ "name": "SpecificPropertiesBuilder",
7489
7551
  "members": [
7490
7552
  {
7491
7553
  "kind": "field",
@@ -7493,99 +7555,59 @@
7493
7555
  "type": {
7494
7556
  "text": "any"
7495
7557
  },
7496
- "default": "{}",
7497
7558
  "attribute": "value"
7498
7559
  },
7499
7560
  {
7500
7561
  "kind": "field",
7501
- "name": "selected",
7502
- "type": {
7503
- "text": "Component[]"
7504
- },
7505
- "default": "[]",
7506
- "attribute": "selected"
7507
- },
7508
- {
7509
- "kind": "field",
7510
- "name": "fonts",
7562
+ "name": "props",
7511
7563
  "type": {
7512
7564
  "text": "any[]"
7513
7565
  },
7514
7566
  "default": "[]",
7515
- "attribute": "fonts"
7567
+ "attribute": "props"
7516
7568
  },
7517
7569
  {
7518
7570
  "kind": "field",
7519
- "name": "fontAvailable",
7571
+ "name": "propertyEditor",
7520
7572
  "type": {
7521
- "text": "boolean"
7522
- },
7523
- "default": "false"
7524
- },
7525
- {
7526
- "kind": "method",
7527
- "name": "_isLine",
7528
- "parameters": [
7529
- {
7530
- "name": "selected",
7531
- "type": {
7532
- "text": "Component[]"
7533
- }
7534
- }
7535
- ]
7536
- },
7537
- {
7538
- "kind": "method",
7539
- "name": "_onValueChange",
7540
- "parameters": [
7541
- {
7542
- "name": "e",
7543
- "type": {
7544
- "text": "Event"
7545
- }
7546
- }
7547
- ],
7548
- "inheritedFrom": {
7549
- "name": "AbstractProperty",
7550
- "module": "src/modeller/property-sidebar/abstract-property.ts"
7551
- }
7573
+ "text": "any"
7574
+ },
7575
+ "attribute": "propertyEditor"
7552
7576
  },
7553
7577
  {
7554
7578
  "kind": "method",
7555
- "name": "_getValueFromEventTarget",
7579
+ "name": "_onPropsChanged",
7556
7580
  "parameters": [
7557
7581
  {
7558
- "name": "element",
7582
+ "name": "props",
7559
7583
  "type": {
7560
- "text": "HTMLElement"
7584
+ "text": "any[]"
7561
7585
  }
7562
7586
  }
7563
- ],
7564
- "inheritedFrom": {
7565
- "name": "AbstractProperty",
7566
- "module": "src/modeller/property-sidebar/abstract-property.ts"
7567
- }
7587
+ ]
7568
7588
  },
7569
7589
  {
7570
7590
  "kind": "method",
7571
- "name": "_onAfterValueChange",
7591
+ "name": "_setValues"
7592
+ },
7593
+ {
7594
+ "kind": "method",
7595
+ "name": "_onValueChanged",
7572
7596
  "parameters": [
7573
7597
  {
7574
- "name": "key",
7575
- "type": {
7576
- "text": "string"
7577
- }
7578
- },
7579
- {
7580
- "name": "value",
7598
+ "name": "e",
7581
7599
  "type": {
7582
- "text": "any"
7600
+ "text": "Event"
7583
7601
  }
7584
7602
  }
7585
- ],
7586
- "inheritedFrom": {
7587
- "name": "AbstractProperty",
7588
- "module": "src/modeller/property-sidebar/abstract-property.ts"
7603
+ ]
7604
+ }
7605
+ ],
7606
+ "events": [
7607
+ {
7608
+ "name": "property-change",
7609
+ "type": {
7610
+ "text": "CustomEvent"
7589
7611
  }
7590
7612
  }
7591
7613
  ],
@@ -7595,101 +7617,67 @@
7595
7617
  "type": {
7596
7618
  "text": "any"
7597
7619
  },
7598
- "default": "{}",
7599
7620
  "fieldName": "value"
7600
7621
  },
7601
7622
  {
7602
- "name": "selected",
7623
+ "name": "props",
7603
7624
  "type": {
7604
- "text": "Component[]"
7625
+ "text": "any[]"
7605
7626
  },
7606
7627
  "default": "[]",
7607
- "fieldName": "selected"
7628
+ "fieldName": "props"
7608
7629
  },
7609
7630
  {
7610
- "name": "fonts",
7631
+ "name": "propertyEditor",
7611
7632
  "type": {
7612
- "text": "any[]"
7633
+ "text": "any"
7613
7634
  },
7614
- "default": "[]",
7615
- "fieldName": "fonts"
7635
+ "fieldName": "propertyEditor"
7616
7636
  }
7617
7637
  ],
7618
7638
  "superclass": {
7619
- "name": "AbstractProperty",
7620
- "module": "/src/modeller/property-sidebar/abstract-property.js"
7639
+ "name": "LitElement",
7640
+ "package": "lit"
7621
7641
  },
7622
- "events": [
7623
- {
7624
- "name": "property-change",
7625
- "type": {
7626
- "text": "CustomEvent"
7627
- },
7628
- "inheritedFrom": {
7629
- "name": "AbstractProperty",
7630
- "module": "src/modeller/property-sidebar/abstract-property.ts"
7631
- }
7632
- }
7633
- ]
7634
- }
7635
- ],
7636
- "exports": [
7637
- {
7638
- "kind": "js",
7639
- "name": "PropertyStyles",
7640
- "declaration": {
7641
- "name": "PropertyStyles",
7642
- "module": "src/modeller/property-sidebar/styles/styles.ts"
7643
- }
7644
- }
7645
- ]
7646
- },
7647
- {
7648
- "kind": "javascript-module",
7649
- "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
7650
- "declarations": [
7651
- {
7652
- "kind": "variable",
7653
- "name": "BoxPaddingEditorStyles",
7654
- "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; } `"
7642
+ "customElement": true
7655
7643
  }
7656
7644
  ],
7657
7645
  "exports": [
7658
7646
  {
7659
7647
  "kind": "js",
7660
- "name": "BoxPaddingEditorStyles",
7648
+ "name": "SpecificPropertiesBuilder",
7661
7649
  "declaration": {
7662
- "name": "BoxPaddingEditorStyles",
7663
- "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
7650
+ "name": "SpecificPropertiesBuilder",
7651
+ "module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
7664
7652
  }
7665
7653
  }
7666
7654
  ]
7667
7655
  },
7668
7656
  {
7669
7657
  "kind": "javascript-module",
7670
- "path": "src/modeller/property-sidebar/shapes/shapes.ts",
7658
+ "path": "src/modeller/property-sidebar/specifics/specifics.ts",
7671
7659
  "declarations": [
7672
7660
  {
7673
7661
  "kind": "class",
7674
7662
  "description": "",
7675
- "name": "PropertyShapes",
7663
+ "name": "PropertySpecific",
7676
7664
  "members": [
7677
7665
  {
7678
7666
  "kind": "field",
7679
7667
  "name": "value",
7680
7668
  "type": {
7681
- "text": "Properties | undefined"
7669
+ "text": "any"
7682
7670
  },
7683
7671
  "attribute": "value"
7684
7672
  },
7685
7673
  {
7686
7674
  "kind": "field",
7687
- "name": "bounds",
7675
+ "name": "scene",
7688
7676
  "type": {
7689
- "text": "BOUNDS | null"
7677
+ "text": "Scene | null"
7690
7678
  },
7691
7679
  "default": "null",
7692
- "attribute": "bounds"
7680
+ "attribute": "scene"
7693
7681
  },
7694
7682
  {
7695
7683
  "kind": "field",
@@ -7700,6 +7688,38 @@
7700
7688
  "default": "[]",
7701
7689
  "attribute": "selected"
7702
7690
  },
7691
+ {
7692
+ "kind": "field",
7693
+ "name": "props",
7694
+ "type": {
7695
+ "text": "any[]"
7696
+ },
7697
+ "default": "[]",
7698
+ "attribute": "props"
7699
+ },
7700
+ {
7701
+ "kind": "field",
7702
+ "name": "propertyEditor",
7703
+ "type": {
7704
+ "text": "any[]"
7705
+ },
7706
+ "default": "[]",
7707
+ "attribute": "propertyEditor"
7708
+ },
7709
+ {
7710
+ "kind": "field",
7711
+ "name": "boundINeedSelected",
7712
+ "type": {
7713
+ "text": "any"
7714
+ },
7715
+ "privacy": "private"
7716
+ },
7717
+ {
7718
+ "kind": "field",
7719
+ "name": "scopedElements",
7720
+ "static": true,
7721
+ "readonly": true
7722
+ },
7703
7723
  {
7704
7724
  "kind": "method",
7705
7725
  "name": "_onValueChange",
@@ -7716,30 +7736,6 @@
7716
7736
  "module": "src/modeller/property-sidebar/abstract-property.ts"
7717
7737
  }
7718
7738
  },
7719
- {
7720
- "kind": "method",
7721
- "name": "_hasTextProperty",
7722
- "parameters": [
7723
- {
7724
- "name": "selected",
7725
- "type": {
7726
- "text": "Component[]"
7727
- }
7728
- }
7729
- ]
7730
- },
7731
- {
7732
- "kind": "method",
7733
- "name": "_hasProperties",
7734
- "parameters": [
7735
- {
7736
- "name": "selected",
7737
- "type": {
7738
- "text": "Component[]"
7739
- }
7740
- }
7741
- ]
7742
- },
7743
7739
  {
7744
7740
  "kind": "method",
7745
7741
  "name": "_isIdentifiable",
@@ -7754,19 +7750,7 @@
7754
7750
  },
7755
7751
  {
7756
7752
  "kind": "method",
7757
- "name": "_isClassIdentifiable",
7758
- "parameters": [
7759
- {
7760
- "name": "selected",
7761
- "type": {
7762
- "text": "Component[]"
7763
- }
7764
- }
7765
- ]
7766
- },
7767
- {
7768
- "kind": "method",
7769
- "name": "_isLine",
7753
+ "name": "_hasTextProperty",
7770
7754
  "parameters": [
7771
7755
  {
7772
7756
  "name": "selected",
@@ -7778,12 +7762,12 @@
7778
7762
  },
7779
7763
  {
7780
7764
  "kind": "method",
7781
- "name": "_is3dish",
7765
+ "name": "_onINeedSelected",
7782
7766
  "parameters": [
7783
7767
  {
7784
- "name": "selected",
7768
+ "name": "e",
7785
7769
  "type": {
7786
- "text": "Component[]"
7770
+ "text": "CustomEvent"
7787
7771
  }
7788
7772
  }
7789
7773
  ]
@@ -7827,39 +7811,21 @@
7827
7811
  }
7828
7812
  }
7829
7813
  ],
7830
- "events": [
7831
- {
7832
- "name": "bounds-change",
7833
- "type": {
7834
- "text": "CustomEvent"
7835
- }
7836
- },
7837
- {
7838
- "name": "property-change",
7839
- "type": {
7840
- "text": "CustomEvent"
7841
- },
7842
- "inheritedFrom": {
7843
- "name": "AbstractProperty",
7844
- "module": "src/modeller/property-sidebar/abstract-property.ts"
7845
- }
7846
- }
7847
- ],
7848
7814
  "attributes": [
7849
7815
  {
7850
7816
  "name": "value",
7851
7817
  "type": {
7852
- "text": "Properties | undefined"
7818
+ "text": "any"
7853
7819
  },
7854
7820
  "fieldName": "value"
7855
7821
  },
7856
7822
  {
7857
- "name": "bounds",
7823
+ "name": "scene",
7858
7824
  "type": {
7859
- "text": "BOUNDS | null"
7825
+ "text": "Scene | null"
7860
7826
  },
7861
7827
  "default": "null",
7862
- "fieldName": "bounds"
7828
+ "fieldName": "scene"
7863
7829
  },
7864
7830
  {
7865
7831
  "name": "selected",
@@ -7868,21 +7834,55 @@
7868
7834
  },
7869
7835
  "default": "[]",
7870
7836
  "fieldName": "selected"
7837
+ },
7838
+ {
7839
+ "name": "props",
7840
+ "type": {
7841
+ "text": "any[]"
7842
+ },
7843
+ "default": "[]",
7844
+ "fieldName": "props"
7845
+ },
7846
+ {
7847
+ "name": "propertyEditor",
7848
+ "type": {
7849
+ "text": "any[]"
7850
+ },
7851
+ "default": "[]",
7852
+ "fieldName": "propertyEditor"
7853
+ }
7854
+ ],
7855
+ "mixins": [
7856
+ {
7857
+ "name": "ScopedElementsMixin",
7858
+ "package": "@open-wc/scoped-elements"
7871
7859
  }
7872
7860
  ],
7873
7861
  "superclass": {
7874
7862
  "name": "AbstractProperty",
7875
7863
  "module": "/src/modeller/property-sidebar/abstract-property"
7876
- }
7864
+ },
7865
+ "events": [
7866
+ {
7867
+ "name": "property-change",
7868
+ "type": {
7869
+ "text": "CustomEvent"
7870
+ },
7871
+ "inheritedFrom": {
7872
+ "name": "AbstractProperty",
7873
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
7874
+ }
7875
+ }
7876
+ ]
7877
7877
  }
7878
7878
  ],
7879
7879
  "exports": [
7880
7880
  {
7881
7881
  "kind": "js",
7882
- "name": "PropertyShapes",
7882
+ "name": "PropertySpecific",
7883
7883
  "declaration": {
7884
- "name": "PropertyShapes",
7885
- "module": "src/modeller/property-sidebar/shapes/shapes.ts"
7884
+ "name": "PropertySpecific",
7885
+ "module": "src/modeller/property-sidebar/specifics/specifics.ts"
7886
7886
  }
7887
7887
  }
7888
7888
  ]