@web-utils/component 2.8.18 → 2.8.20

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.
@@ -5204,9 +5204,14 @@ var zn = function() {
5204
5204
  element: e.element,
5205
5205
  "bpmn-instances": e.bpmnInstances
5206
5206
  }
5207
- })], 1)], 2)], 1);
5207
+ })], 1), e._t("extend", null, {
5208
+ id: e.elementId,
5209
+ bpmnInstances: e.bpmnInstances,
5210
+ element: e.element,
5211
+ type: e.elementType
5212
+ })], 2)], 1);
5208
5213
  }, Un = [];
5209
- const be = "test", Nn = {
5214
+ const be = "base", Nn = {
5210
5215
  name: "PropertiesPanel",
5211
5216
  components: {
5212
5217
  UserTaskListeners: Rn,
@@ -9338,333 +9343,319 @@ var Ai = function() {
9338
9343
  staticClass: "my-process-designer"
9339
9344
  }, [t("div", {
9340
9345
  staticClass: "my-process-designer__header"
9341
- }, [e._t("control-header"), e.$slots["control-header"] ? e._e() : [t("ElButtonGroup", {
9342
- key: "file-control"
9343
- }, [e.simulation ? t("ElTooltip", {
9344
- attrs: {
9345
- effect: "light",
9346
- content: "保存流程"
9347
- }
9348
- }, [t("ElButton", {
9349
- attrs: {
9350
- size: e.headerButtonSize,
9351
- type: e.headerButtonType,
9352
- icon: "el-icon-save"
9353
- },
9354
- on: {
9355
- click: function(n) {
9356
- return e.$refs.refFile.click();
9346
+ }, [e._t("control-header", function() {
9347
+ return [t("ElButtonGroup", {
9348
+ key: "file-control"
9349
+ }, [e._t("toolbar-buttons"), e.simulation ? t("ElTooltip", {
9350
+ attrs: {
9351
+ effect: "light",
9352
+ content: "导入流程"
9357
9353
  }
9358
- }
9359
- }, [e._v(" 保存 ")])], 1) : e._e(), e.simulation ? t("ElTooltip", {
9360
- attrs: {
9361
- effect: "light",
9362
- content: "导入流程"
9363
- }
9364
- }, [t("ElButton", {
9365
- attrs: {
9366
- size: e.headerButtonSize,
9367
- type: e.headerButtonType,
9368
- icon: "el-icon-folder-opened"
9369
- },
9370
- on: {
9371
- click: function(n) {
9372
- return e.$refs.refFile.click();
9354
+ }, [t("ElButton", {
9355
+ attrs: {
9356
+ size: e.headerButtonSize,
9357
+ type: e.headerButtonType,
9358
+ icon: "el-icon-folder-opened"
9359
+ },
9360
+ on: {
9361
+ click: function(n) {
9362
+ return e.$refs.refFile.click();
9363
+ }
9373
9364
  }
9374
- }
9375
- }, [e._v(" 导入 ")])], 1) : e._e(), t("ElTooltip", {
9376
- attrs: {
9377
- effect: "light"
9378
- },
9379
- scopedSlots: e._u([{
9380
- key: "content",
9381
- fn: function() {
9382
- return [t("ElButton", {
9383
- attrs: {
9384
- size: e.headerButtonSize,
9385
- type: "text"
9386
- },
9387
- on: {
9388
- click: function(n) {
9389
- return e.downloadProcessAsXml();
9365
+ }, [e._v(" 导入 ")])], 1) : e._e(), t("ElTooltip", {
9366
+ attrs: {
9367
+ effect: "light"
9368
+ },
9369
+ scopedSlots: e._u([{
9370
+ key: "content",
9371
+ fn: function() {
9372
+ return [t("ElButton", {
9373
+ attrs: {
9374
+ size: e.headerButtonSize,
9375
+ type: "text"
9376
+ },
9377
+ on: {
9378
+ click: function(n) {
9379
+ return e.downloadProcessAsXml();
9380
+ }
9390
9381
  }
9391
- }
9392
- }, [e._v("下载为XML文件")]), t("br"), t("ElButton", {
9393
- attrs: {
9394
- size: e.headerButtonSize,
9395
- type: "text"
9396
- },
9397
- on: {
9398
- click: function(n) {
9399
- return e.downloadProcessAsSvg();
9382
+ }, [e._v("下载为XML文件")]), t("br"), t("ElButton", {
9383
+ attrs: {
9384
+ size: e.headerButtonSize,
9385
+ type: "text"
9386
+ },
9387
+ on: {
9388
+ click: function(n) {
9389
+ return e.downloadProcessAsSvg();
9390
+ }
9400
9391
  }
9401
- }
9402
- }, [e._v("下载为SVG文件")]), t("br"), t("ElButton", {
9403
- attrs: {
9404
- size: e.headerButtonSize,
9405
- type: "text"
9406
- },
9407
- on: {
9408
- click: function(n) {
9409
- return e.downloadProcessAsBpmn();
9392
+ }, [e._v("下载为SVG文件")]), t("br"), t("ElButton", {
9393
+ attrs: {
9394
+ size: e.headerButtonSize,
9395
+ type: "text"
9396
+ },
9397
+ on: {
9398
+ click: function(n) {
9399
+ return e.downloadProcessAsBpmn();
9400
+ }
9410
9401
  }
9411
- }
9412
- }, [e._v("下载为BPMN文件")])];
9402
+ }, [e._v("下载为BPMN文件")])];
9403
+ },
9404
+ proxy: !0
9405
+ }])
9406
+ }, [t("ElButton", {
9407
+ attrs: {
9408
+ size: e.headerButtonSize,
9409
+ type: e.headerButtonType,
9410
+ icon: "el-icon-download"
9411
+ }
9412
+ }, [e._v("下载")])], 1), t("ElTooltip", {
9413
+ attrs: {
9414
+ effect: "light"
9413
9415
  },
9414
- proxy: !0
9415
- }], null, !1, 1539507321)
9416
- }, [t("ElButton", {
9417
- attrs: {
9418
- size: e.headerButtonSize,
9419
- type: e.headerButtonType,
9420
- icon: "el-icon-download"
9421
- }
9422
- }, [e._v("下载")])], 1), t("ElTooltip", {
9423
- attrs: {
9424
- effect: "light"
9425
- },
9426
- scopedSlots: e._u([{
9427
- key: "content",
9428
- fn: function() {
9429
- return [t("ElButton", {
9430
- attrs: {
9431
- size: e.headerButtonSize,
9432
- type: "text"
9433
- },
9434
- on: {
9435
- click: e.previewProcessXML
9436
- }
9437
- }, [e._v("预览XML")]), t("br"), t("ElButton", {
9438
- attrs: {
9439
- size: e.headerButtonSize,
9440
- type: "text"
9441
- },
9442
- on: {
9443
- click: e.previewProcessJson
9444
- }
9445
- }, [e._v("预览JSON")])];
9416
+ scopedSlots: e._u([{
9417
+ key: "content",
9418
+ fn: function() {
9419
+ return [t("ElButton", {
9420
+ attrs: {
9421
+ size: e.headerButtonSize,
9422
+ type: "text"
9423
+ },
9424
+ on: {
9425
+ click: e.previewProcessXML
9426
+ }
9427
+ }, [e._v("预览XML")]), t("br"), t("ElButton", {
9428
+ attrs: {
9429
+ size: e.headerButtonSize,
9430
+ type: "text"
9431
+ },
9432
+ on: {
9433
+ click: e.previewProcessJson
9434
+ }
9435
+ }, [e._v("预览JSON")])];
9436
+ },
9437
+ proxy: !0
9438
+ }])
9439
+ }, [t("ElButton", {
9440
+ attrs: {
9441
+ size: e.headerButtonSize,
9442
+ type: e.headerButtonType,
9443
+ icon: "el-icon-view"
9444
+ }
9445
+ }, [e._v("预览")])], 1), e.simulation ? t("ElTooltip", {
9446
+ attrs: {
9447
+ effect: "light",
9448
+ content: e.simulationStatus ? "退出模拟" : "开启模拟"
9449
+ }
9450
+ }, [t("ElButton", {
9451
+ attrs: {
9452
+ size: e.headerButtonSize,
9453
+ type: e.headerButtonType,
9454
+ icon: "el-icon-cpu"
9446
9455
  },
9447
- proxy: !0
9448
- }], null, !1, 3067180497)
9449
- }, [t("ElButton", {
9450
- attrs: {
9451
- size: e.headerButtonSize,
9452
- type: e.headerButtonType,
9453
- icon: "el-icon-view"
9454
- }
9455
- }, [e._v("预览")])], 1), e.simulation ? t("ElTooltip", {
9456
- attrs: {
9457
- effect: "light",
9458
- content: e.simulationStatus ? "退出模拟" : "开启模拟"
9459
- }
9460
- }, [t("ElButton", {
9461
- attrs: {
9462
- size: e.headerButtonSize,
9463
- type: e.headerButtonType,
9464
- icon: "el-icon-cpu"
9465
- },
9466
- on: {
9467
- click: e.processSimulation
9468
- }
9469
- }, [e._v(" 模拟 ")])], 1) : e._e()], 1), t("ElButtonGroup", {
9470
- key: "align-control"
9471
- }, [t("ElTooltip", {
9472
- attrs: {
9473
- effect: "light",
9474
- content: "向左对齐"
9475
- }
9476
- }, [t("ElButton", {
9477
- staticClass: "align align-left",
9478
- attrs: {
9479
- size: e.headerButtonSize,
9480
- icon: "el-icon-s-data"
9481
- },
9482
- on: {
9483
- click: function(n) {
9484
- return e.elementsAlign("left");
9456
+ on: {
9457
+ click: e.processSimulation
9485
9458
  }
9486
- }
9487
- })], 1), t("ElTooltip", {
9488
- attrs: {
9489
- effect: "light",
9490
- content: "向右对齐"
9491
- }
9492
- }, [t("ElButton", {
9493
- staticClass: "align align-right",
9494
- attrs: {
9495
- size: e.headerButtonSize,
9496
- icon: "el-icon-s-data"
9497
- },
9498
- on: {
9499
- click: function(n) {
9500
- return e.elementsAlign("right");
9459
+ }, [e._v(" 模拟 ")])], 1) : e._e()], 2), t("ElButtonGroup", {
9460
+ key: "align-control"
9461
+ }, [t("ElTooltip", {
9462
+ attrs: {
9463
+ effect: "light",
9464
+ content: "向左对齐"
9501
9465
  }
9502
- }
9503
- })], 1), t("ElTooltip", {
9504
- attrs: {
9505
- effect: "light",
9506
- content: "向上对齐"
9507
- }
9508
- }, [t("ElButton", {
9509
- staticClass: "align align-top",
9510
- attrs: {
9511
- size: e.headerButtonSize,
9512
- icon: "el-icon-s-data"
9513
- },
9514
- on: {
9515
- click: function(n) {
9516
- return e.elementsAlign("top");
9466
+ }, [t("ElButton", {
9467
+ staticClass: "align align-left",
9468
+ attrs: {
9469
+ size: e.headerButtonSize,
9470
+ icon: "el-icon-s-data"
9471
+ },
9472
+ on: {
9473
+ click: function(n) {
9474
+ return e.elementsAlign("left");
9475
+ }
9517
9476
  }
9518
- }
9519
- })], 1), t("ElTooltip", {
9520
- attrs: {
9521
- effect: "light",
9522
- content: "向下对齐"
9523
- }
9524
- }, [t("ElButton", {
9525
- staticClass: "align align-bottom",
9526
- attrs: {
9527
- size: e.headerButtonSize,
9528
- icon: "el-icon-s-data"
9529
- },
9530
- on: {
9531
- click: function(n) {
9532
- return e.elementsAlign("bottom");
9477
+ })], 1), t("ElTooltip", {
9478
+ attrs: {
9479
+ effect: "light",
9480
+ content: "向右对齐"
9533
9481
  }
9534
- }
9535
- })], 1), t("ElTooltip", {
9536
- attrs: {
9537
- effect: "light",
9538
- content: "水平居中"
9539
- }
9540
- }, [t("ElButton", {
9541
- staticClass: "align align-center",
9542
- attrs: {
9543
- size: e.headerButtonSize,
9544
- icon: "el-icon-s-data"
9545
- },
9546
- on: {
9547
- click: function(n) {
9548
- return e.elementsAlign("center");
9482
+ }, [t("ElButton", {
9483
+ staticClass: "align align-right",
9484
+ attrs: {
9485
+ size: e.headerButtonSize,
9486
+ icon: "el-icon-s-data"
9487
+ },
9488
+ on: {
9489
+ click: function(n) {
9490
+ return e.elementsAlign("right");
9491
+ }
9549
9492
  }
9550
- }
9551
- })], 1), t("ElTooltip", {
9552
- attrs: {
9553
- effect: "light",
9554
- content: "垂直居中"
9555
- }
9556
- }, [t("ElButton", {
9557
- staticClass: "align align-middle",
9558
- attrs: {
9559
- size: e.headerButtonSize,
9560
- icon: "el-icon-s-data"
9561
- },
9562
- on: {
9563
- click: function(n) {
9564
- return e.elementsAlign("middle");
9493
+ })], 1), t("ElTooltip", {
9494
+ attrs: {
9495
+ effect: "light",
9496
+ content: "向上对齐"
9565
9497
  }
9566
- }
9567
- })], 1)], 1), t("ElButtonGroup", {
9568
- key: "scale-control"
9569
- }, [t("ElTooltip", {
9570
- attrs: {
9571
- effect: "light",
9572
- content: "缩小视图"
9573
- }
9574
- }, [t("ElButton", {
9575
- attrs: {
9576
- size: e.headerButtonSize,
9577
- disabled: e.defaultZoom < 0.2,
9578
- icon: "el-icon-zoom-out"
9579
- },
9580
- on: {
9581
- click: function(n) {
9582
- return e.processZoomOut();
9498
+ }, [t("ElButton", {
9499
+ staticClass: "align align-top",
9500
+ attrs: {
9501
+ size: e.headerButtonSize,
9502
+ icon: "el-icon-s-data"
9503
+ },
9504
+ on: {
9505
+ click: function(n) {
9506
+ return e.elementsAlign("top");
9507
+ }
9583
9508
  }
9584
- }
9585
- })], 1), t("ElButton", {
9586
- attrs: {
9587
- size: e.headerButtonSize
9588
- }
9589
- }, [e._v(e._s(`${Math.floor(e.defaultZoom * 10 * 10)}%`))]), t("ElTooltip", {
9590
- attrs: {
9591
- effect: "light",
9592
- content: "放大视图"
9593
- }
9594
- }, [t("ElButton", {
9595
- attrs: {
9596
- size: e.headerButtonSize,
9597
- disabled: e.defaultZoom > 4,
9598
- icon: "el-icon-zoom-in"
9599
- },
9600
- on: {
9601
- click: function(n) {
9602
- return e.processZoomIn();
9509
+ })], 1), t("ElTooltip", {
9510
+ attrs: {
9511
+ effect: "light",
9512
+ content: "向下对齐"
9603
9513
  }
9604
- }
9605
- })], 1), t("ElTooltip", {
9606
- attrs: {
9607
- effect: "light",
9608
- content: "重置视图并居中"
9609
- }
9610
- }, [t("ElButton", {
9611
- attrs: {
9612
- size: e.headerButtonSize,
9613
- icon: "el-icon-c-scale-to-original"
9614
- },
9615
- on: {
9616
- click: function(n) {
9617
- return e.processReZoom();
9514
+ }, [t("ElButton", {
9515
+ staticClass: "align align-bottom",
9516
+ attrs: {
9517
+ size: e.headerButtonSize,
9518
+ icon: "el-icon-s-data"
9519
+ },
9520
+ on: {
9521
+ click: function(n) {
9522
+ return e.elementsAlign("bottom");
9523
+ }
9618
9524
  }
9619
- }
9620
- })], 1)], 1), t("ElButtonGroup", {
9621
- key: "stack-control"
9622
- }, [t("ElTooltip", {
9623
- attrs: {
9624
- effect: "light",
9625
- content: "撤销"
9626
- }
9627
- }, [t("ElButton", {
9628
- attrs: {
9629
- size: e.headerButtonSize,
9630
- disabled: !e.revocable,
9631
- icon: "el-icon-refresh-left"
9632
- },
9633
- on: {
9634
- click: function(n) {
9635
- return e.processUndo();
9525
+ })], 1), t("ElTooltip", {
9526
+ attrs: {
9527
+ effect: "light",
9528
+ content: "水平居中"
9636
9529
  }
9637
- }
9638
- })], 1), t("ElTooltip", {
9639
- attrs: {
9640
- effect: "light",
9641
- content: "恢复"
9642
- }
9643
- }, [t("ElButton", {
9644
- attrs: {
9645
- size: e.headerButtonSize,
9646
- disabled: !e.recoverable,
9647
- icon: "el-icon-refresh-right"
9648
- },
9649
- on: {
9650
- click: function(n) {
9651
- return e.processRedo();
9530
+ }, [t("ElButton", {
9531
+ staticClass: "align align-center",
9532
+ attrs: {
9533
+ size: e.headerButtonSize,
9534
+ icon: "el-icon-s-data"
9535
+ },
9536
+ on: {
9537
+ click: function(n) {
9538
+ return e.elementsAlign("center");
9539
+ }
9652
9540
  }
9653
- }
9654
- })], 1), t("ElTooltip", {
9655
- attrs: {
9656
- effect: "light",
9657
- content: "重新绘制"
9658
- }
9659
- }, [t("ElButton", {
9660
- attrs: {
9661
- size: e.headerButtonSize,
9662
- icon: "el-icon-refresh"
9663
- },
9664
- on: {
9665
- click: e.processRestart
9666
- }
9667
- })], 1)], 1)], t("input", {
9541
+ })], 1), t("ElTooltip", {
9542
+ attrs: {
9543
+ effect: "light",
9544
+ content: "垂直居中"
9545
+ }
9546
+ }, [t("ElButton", {
9547
+ staticClass: "align align-middle",
9548
+ attrs: {
9549
+ size: e.headerButtonSize,
9550
+ icon: "el-icon-s-data"
9551
+ },
9552
+ on: {
9553
+ click: function(n) {
9554
+ return e.elementsAlign("middle");
9555
+ }
9556
+ }
9557
+ })], 1)], 1), t("ElButtonGroup", {
9558
+ key: "scale-control"
9559
+ }, [t("ElTooltip", {
9560
+ attrs: {
9561
+ effect: "light",
9562
+ content: "缩小视图"
9563
+ }
9564
+ }, [t("ElButton", {
9565
+ attrs: {
9566
+ size: e.headerButtonSize,
9567
+ disabled: e.defaultZoom < 0.2,
9568
+ icon: "el-icon-zoom-out"
9569
+ },
9570
+ on: {
9571
+ click: function(n) {
9572
+ return e.processZoomOut();
9573
+ }
9574
+ }
9575
+ })], 1), t("ElButton", {
9576
+ attrs: {
9577
+ size: e.headerButtonSize
9578
+ }
9579
+ }, [e._v(e._s(`${Math.floor(e.defaultZoom * 10 * 10)}%`))]), t("ElTooltip", {
9580
+ attrs: {
9581
+ effect: "light",
9582
+ content: "放大视图"
9583
+ }
9584
+ }, [t("ElButton", {
9585
+ attrs: {
9586
+ size: e.headerButtonSize,
9587
+ disabled: e.defaultZoom > 4,
9588
+ icon: "el-icon-zoom-in"
9589
+ },
9590
+ on: {
9591
+ click: function(n) {
9592
+ return e.processZoomIn();
9593
+ }
9594
+ }
9595
+ })], 1), t("ElTooltip", {
9596
+ attrs: {
9597
+ effect: "light",
9598
+ content: "重置视图并居中"
9599
+ }
9600
+ }, [t("ElButton", {
9601
+ attrs: {
9602
+ size: e.headerButtonSize,
9603
+ icon: "el-icon-c-scale-to-original"
9604
+ },
9605
+ on: {
9606
+ click: function(n) {
9607
+ return e.processReZoom();
9608
+ }
9609
+ }
9610
+ })], 1)], 1), t("ElButtonGroup", {
9611
+ key: "stack-control"
9612
+ }, [t("ElTooltip", {
9613
+ attrs: {
9614
+ effect: "light",
9615
+ content: "撤销"
9616
+ }
9617
+ }, [t("ElButton", {
9618
+ attrs: {
9619
+ size: e.headerButtonSize,
9620
+ disabled: !e.revocable,
9621
+ icon: "el-icon-refresh-left"
9622
+ },
9623
+ on: {
9624
+ click: function(n) {
9625
+ return e.processUndo();
9626
+ }
9627
+ }
9628
+ })], 1), t("ElTooltip", {
9629
+ attrs: {
9630
+ effect: "light",
9631
+ content: "恢复"
9632
+ }
9633
+ }, [t("ElButton", {
9634
+ attrs: {
9635
+ size: e.headerButtonSize,
9636
+ disabled: !e.recoverable,
9637
+ icon: "el-icon-refresh-right"
9638
+ },
9639
+ on: {
9640
+ click: function(n) {
9641
+ return e.processRedo();
9642
+ }
9643
+ }
9644
+ })], 1), t("ElTooltip", {
9645
+ attrs: {
9646
+ effect: "light",
9647
+ content: "重新绘制"
9648
+ }
9649
+ }, [t("ElButton", {
9650
+ attrs: {
9651
+ size: e.headerButtonSize,
9652
+ icon: "el-icon-refresh"
9653
+ },
9654
+ on: {
9655
+ click: e.processRestart
9656
+ }
9657
+ })], 1)], 1)];
9658
+ }), t("input", {
9668
9659
  ref: "refFile",
9669
9660
  staticStyle: {
9670
9661
  display: "none"
@@ -9853,33 +9844,20 @@ const $i = {
9853
9844
  * @param {string} type
9854
9845
  * @param {*} name
9855
9846
  */
9856
- downloadProcess(e, i) {
9847
+ downloadProcess(e, i = "diagram") {
9857
9848
  return u(this, null, function* () {
9858
9849
  try {
9859
- const n = this;
9860
9850
  if (e === "xml" || e === "bpmn") {
9861
- const {
9862
- err: s,
9863
- xml: r
9864
- } = yield this.bpmnModeler.saveXML();
9865
- s && console.error(`[Process Designer Warn ]: ${s.message || s}`);
9866
- const {
9867
- href: a,
9868
- filename: o
9869
- } = n.setEncoded(e.toUpperCase(), i, r);
9870
- t(a, o);
9851
+ const { err: n, xml: s } = yield this.bpmnModeler.saveXML();
9852
+ n && console.error(`[Process Designer Warn ]: ${n.message || n}`);
9853
+ const { href: r, filename: a } = this.setEncoded(e.toUpperCase(), i, s);
9854
+ t(r, a);
9871
9855
  } else {
9872
- const {
9873
- err: s,
9874
- svg: r
9875
- } = yield this.bpmnModeler.saveSVG();
9876
- if (s)
9877
- return console.error(s);
9878
- const {
9879
- href: a,
9880
- filename: o
9881
- } = n.setEncoded("SVG", i, r);
9882
- t(a, o);
9856
+ const { err: n, svg: s } = yield this.bpmnModeler.saveSVG();
9857
+ if (n)
9858
+ return console.error(n);
9859
+ const { href: r, filename: a } = this.setEncoded("SVG", i, s);
9860
+ t(r, a);
9883
9861
  }
9884
9862
  } catch (n) {
9885
9863
  console.error(`[Process Designer Warn ]: ${n.message || n}`);
@@ -10018,7 +9996,16 @@ var Pi = function() {
10018
9996
  return e.$emit("input", n);
10019
9997
  },
10020
9998
  "init-finished": e.initModeler
10021
- }
9999
+ },
10000
+ scopedSlots: e._u([{
10001
+ key: "toolbar-buttons",
10002
+ fn: function() {
10003
+ return [e._t("toolbar-buttons", null, {
10004
+ modeler: e.modeler
10005
+ })];
10006
+ },
10007
+ proxy: !0
10008
+ }], null, !0)
10022
10009
  }, "ProcessDesigner", e.controlForm, !1)), t("PropertiesPanel", {
10023
10010
  key: `penal-${e.reloadIndex}`,
10024
10011
  staticClass: "process-panel",
@@ -10037,6 +10024,17 @@ var Pi = function() {
10037
10024
  type: o
10038
10025
  })];
10039
10026
  }
10027
+ }, {
10028
+ key: "extend",
10029
+ fn: function(n) {
10030
+ var s = n.id, r = n.bpmnInstances, a = n.element, o = n.type;
10031
+ return [e._t("extend", null, {
10032
+ id: s,
10033
+ bpmnInstances: r,
10034
+ element: a,
10035
+ type: o
10036
+ })];
10037
+ }
10040
10038
  }], null, !0)
10041
10039
  })], 1);
10042
10040
  }, Di = [];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@web-utils/component",
3
3
  "description": "Web Components",
4
- "version": "2.8.18",
4
+ "version": "2.8.20",
5
5
  "author": "Simple",
6
6
  "license": "MIT",
7
7
  "type": "module",
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@web-utils/component",
5
- "version": "2.8.18",
5
+ "version": "2.8.20",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",
@@ -2470,8 +2470,14 @@
2470
2470
  }
2471
2471
  ],
2472
2472
  "slots": [
2473
+ {
2474
+ "name": "toolbar-buttons"
2475
+ },
2473
2476
  {
2474
2477
  "name": "task"
2478
+ },
2479
+ {
2480
+ "name": "extend"
2475
2481
  }
2476
2482
  ]
2477
2483
  },