qms-angular 1.0.86 → 1.0.87
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/bundles/qms-angular.umd.js +6802 -207
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/components/comment/comment.js +6 -3
- package/esm2015/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.js +3 -3
- package/esm2015/lib/components/related/content/related-content.component.js +2 -2
- package/esm2015/lib/components/table/table.module.js +4 -4
- package/esm2015/lib/directives/file-upload/file-upload-multiple-selector.directive.js +3 -1
- package/esm2015/lib/directives/file-upload/file-upload-selector.directive.js +3 -1
- package/esm2015/lib/directives/file-upload/file-upload.directive.js +1 -1
- package/esm2015/lib/model/en.js +63 -2
- package/esm2015/lib/model/no.js +63 -2
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/halo.function.js +87 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/inspector.function.js +3767 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/selection.function.js +56 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/stencil.function.js +1003 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/toolbar.function.js +302 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/models/app-shapes.js +320 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.js +69 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.js +412 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.js +80 -0
- package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.js +1 -1
- package/esm2015/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/save-template/save-template.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.js +317 -0
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +31 -1
- package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.module.js +4 -2
- package/esm2015/public-api.js +7 -1
- package/esm2015/qms-angular.js +2 -1
- package/fesm2015/qms-angular.js +6744 -194
- package/fesm2015/qms-angular.js.map +1 -1
- package/lib/components/comment/comment.d.ts +1 -0
- package/lib/model/en.d.ts +61 -0
- package/lib/model/no.d.ts +61 -0
- package/lib/qms-ckeditor-components/common/flowchart/config/halo.function.d.ts +37 -0
- package/lib/qms-ckeditor-components/common/flowchart/config/inspector.function.d.ts +7 -0
- package/lib/qms-ckeditor-components/common/flowchart/config/selection.function.d.ts +39 -0
- package/lib/qms-ckeditor-components/common/flowchart/config/stencil.function.d.ts +11 -0
- package/lib/qms-ckeditor-components/common/flowchart/config/toolbar.function.d.ts +224 -0
- package/lib/qms-ckeditor-components/common/flowchart/models/app-shapes.d.ts +58 -0
- package/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.d.ts +16 -0
- package/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.d.ts +56 -0
- package/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.d.ts +35 -0
- package/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.d.ts +2 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.d.ts +41 -0
- package/lib/qms-ckeditor-components/qms-ckeditor.component.d.ts +4 -0
- package/lib.theme.scss +4 -0
- package/package.json +1 -1
- package/public-api.d.ts +6 -0
- package/qms-angular.d.ts +1 -0
- package/qms-angular.metadata.json +1 -1
- package/src/assets/fonts/OpenSans/OpenSans.woff2 +0 -0
- package/src/assets/jointjs/images/delete-icon-modern.png +0 -0
- package/src/assets/jointjs/images/reset-icon-modern.png +0 -0
- package/src/assets/jointjs/images/save-icon-modern.png +0 -0
- package/src/assets/jointjs/images/to-front-icon-modern.png +0 -0
- package/src/assets/jointjs/images/toback-icon-modern.png +0 -0
- package/src/assets/jointjs/images/toolbar-icons-material.png +0 -0
- package/src/assets/jointjs/images/toolbar-icons-modern.png +0 -0
- package/src/assets/jointjs/scss/rappid.scss +326 -0
- package/src/assets/jointjs/scss/theme-picker.scss +22 -0
- package/src/assets/qms-ckeditor-plugin/build/ckeditor.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/ckeditor.js.map +1 -1
- package/src/assets/qms-ckeditor-plugin/package-lock.json +12634 -345
- package/src/assets/qms-ckeditor-plugin/src/ckeditor.js +2 -2
- package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorService.js +9 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/flowchart/flowchartdialogcommand.js +47 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/flowchart/qmsCKEditorFlowchartPlugin.js +30 -0
- package/src/assets/qms-ckeditor-plugin/src/themes/icons/flowchart.svg +507 -0
- package/src/lib/components/comment/comment.scss +1 -0
- package/src/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.scss +1 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon1.svg +1 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon2.svg +6 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon3.svg +11 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon4.svg +8 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/member-female.png +0 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/member-male.png +0 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/no-color-icon.svg +72 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/toolbar-icons-material.png +0 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/toolbar-icons-modern.png +0 -0
- package/src/lib/qms-ckeditor-components/common/flowchart/assets/transparent-icon.svg +50 -0
- package/src/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.scss +68 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -7645,6 +7645,109 @@ Important note: Presentation attributes have a lower precedence over CSS style r
|
|
7645
7645
|
.joint-widget.joint-theme-dark[data-type="zoomOut"]:after { content: '\e807'; }
|
7646
7646
|
.joint-widget.joint-theme-dark[data-type="fullscreen"]:after { content: '\e809'; }
|
7647
7647
|
|
7648
|
+
|
7649
|
+
.joint-widget.joint-theme-dark[data-name="clear"]:after,
|
7650
|
+
.joint-widget.joint-theme-dark[data-name="layout"]:after,
|
7651
|
+
.joint-widget.joint-theme-dark[data-name="print"]:after {
|
7652
|
+
font-family: "toolbar-icons-dark-kitchen-sink";
|
7653
|
+
font-style: normal;
|
7654
|
+
font-weight: normal;
|
7655
|
+
display: inline-block;
|
7656
|
+
margin: auto;
|
7657
|
+
text-align: center;
|
7658
|
+
font-variant: normal;
|
7659
|
+
text-transform: none;
|
7660
|
+
line-height: 1em;
|
7661
|
+
font-size: 22px;
|
7662
|
+
}
|
7663
|
+
|
7664
|
+
.joint-widget.joint-theme-dark[data-name="clear"]:after {
|
7665
|
+
content: '\e850';
|
7666
|
+
}
|
7667
|
+
|
7668
|
+
.joint-widget.joint-theme-dark[data-name="layout"]:after {
|
7669
|
+
content: '\e853';
|
7670
|
+
}
|
7671
|
+
|
7672
|
+
.joint-widget.joint-theme-dark[data-name="print"]:after {
|
7673
|
+
content: '\e851';
|
7674
|
+
}
|
7675
|
+
|
7676
|
+
.joint-widget.joint-theme-dark[data-name="resetTemplate"]:after {
|
7677
|
+
display: block;
|
7678
|
+
width: 25px;
|
7679
|
+
height: 25px;
|
7680
|
+
content: ' ';
|
7681
|
+
background-color: transparent;
|
7682
|
+
background-position: 0 0;
|
7683
|
+
background-repeat: no-repeat;
|
7684
|
+
background-image: url(../images/reset-icon-modern.png);
|
7685
|
+
}
|
7686
|
+
|
7687
|
+
.joint-widget.joint-theme-dark[data-name="resetTemplate"]:after {
|
7688
|
+
background-position: 1px;
|
7689
|
+
}
|
7690
|
+
|
7691
|
+
.joint-widget.joint-theme-dark[data-name="saveAsTemplate"]:after {
|
7692
|
+
display: block;
|
7693
|
+
width: 25px;
|
7694
|
+
height: 25px;
|
7695
|
+
content: ' ';
|
7696
|
+
background-color: transparent;
|
7697
|
+
background-position: 0 0;
|
7698
|
+
background-repeat: no-repeat;
|
7699
|
+
background-image: url(../images/save-icon-modern.png);
|
7700
|
+
}
|
7701
|
+
|
7702
|
+
.joint-widget.joint-theme-dark[data-name="saveAsTemplate"]:after {
|
7703
|
+
background-position: 1px;
|
7704
|
+
}
|
7705
|
+
|
7706
|
+
.joint-widget.joint-theme-dark[data-name="deleteTemplate"]:after {
|
7707
|
+
display: block;
|
7708
|
+
width: 25px;
|
7709
|
+
height: 25px;
|
7710
|
+
content: ' ';
|
7711
|
+
background-color: transparent;
|
7712
|
+
background-position: 0 0;
|
7713
|
+
background-repeat: no-repeat;
|
7714
|
+
background-image: url(../images/delete-icon-modern.png);
|
7715
|
+
}
|
7716
|
+
|
7717
|
+
.joint-widget.joint-theme-dark[data-name="deleteTemplate"]:after {
|
7718
|
+
background-position: 1px;
|
7719
|
+
}
|
7720
|
+
|
7721
|
+
.joint-widget.joint-theme-dark[data-name="to-front"]:after {
|
7722
|
+
display: block;
|
7723
|
+
width: 25px;
|
7724
|
+
height: 25px;
|
7725
|
+
content: ' ';
|
7726
|
+
background-color: transparent;
|
7727
|
+
background-position: 0 0;
|
7728
|
+
background-repeat: no-repeat;
|
7729
|
+
background-image: url(../images/to-front-icon-modern.png);
|
7730
|
+
}
|
7731
|
+
|
7732
|
+
.joint-widget.joint-theme-dark[data-name="to-front"]:after {
|
7733
|
+
background-position: 1px;
|
7734
|
+
}
|
7735
|
+
|
7736
|
+
.joint-widget.joint-theme-dark[data-name="to-back"]:after {
|
7737
|
+
display: block;
|
7738
|
+
width: 25px;
|
7739
|
+
height: 25px;
|
7740
|
+
content: ' ';
|
7741
|
+
background-color: transparent;
|
7742
|
+
background-position: 0 0;
|
7743
|
+
background-repeat: no-repeat;
|
7744
|
+
background-image: url(../images/toback-icon-modern.png);
|
7745
|
+
}
|
7746
|
+
|
7747
|
+
.joint-widget.joint-theme-dark[data-name="to-back"]:after {
|
7748
|
+
background-position: 1px;
|
7749
|
+
}
|
7750
|
+
|
7648
7751
|
/* checkbox*/
|
7649
7752
|
.joint-widget.joint-theme-dark[data-type="checkbox"] input {
|
7650
7753
|
position: relative;
|
@@ -8307,6 +8410,106 @@ Important note: Presentation attributes have a lower precedence over CSS style r
|
|
8307
8410
|
.joint-widget.joint-theme-material[data-type="redo"]:disabled:after { background-position: -170px -8px; }
|
8308
8411
|
.joint-widget.joint-theme-material[data-type="fullscreen"]:disabled:after { background-position: -214px -51px; }
|
8309
8412
|
|
8413
|
+
|
8414
|
+
.joint-widget.joint-theme-material[data-name="clear"]:after {
|
8415
|
+
background-position: -46px -100px;
|
8416
|
+
}
|
8417
|
+
|
8418
|
+
.joint-widget.joint-theme-material[data-name="layout"]:after {
|
8419
|
+
background-position: -5px -99px;
|
8420
|
+
}
|
8421
|
+
|
8422
|
+
.joint-widget.joint-theme-material[data-name="print"]:after {
|
8423
|
+
background-position: -88px -100px;
|
8424
|
+
}
|
8425
|
+
|
8426
|
+
.joint-widget.joint-theme-material[data-name="clear"]:after,
|
8427
|
+
.joint-widget.joint-theme-material[data-name="layout"]:after,
|
8428
|
+
.joint-widget.joint-theme-material[data-name="print"]:after {
|
8429
|
+
display: block;
|
8430
|
+
width: 33px;
|
8431
|
+
height: 33px;
|
8432
|
+
content: ' ';
|
8433
|
+
background-color: transparent;
|
8434
|
+
background-repeat: no-repeat;
|
8435
|
+
background-image: url(../images/toolbar-icons-material.png);
|
8436
|
+
}
|
8437
|
+
|
8438
|
+
.joint-widget.joint-theme-material[data-name="resetTemplate"]:after {
|
8439
|
+
display: block;
|
8440
|
+
width: 25px;
|
8441
|
+
height: 25px;
|
8442
|
+
content: ' ';
|
8443
|
+
background-color: transparent;
|
8444
|
+
background-position: 0 0;
|
8445
|
+
background-repeat: no-repeat;
|
8446
|
+
background-image: url(../images/reset-icon-modern.png);
|
8447
|
+
}
|
8448
|
+
|
8449
|
+
.joint-widget.joint-theme-material[data-name="resetTemplate"]:after {
|
8450
|
+
background-position: 1px;
|
8451
|
+
}
|
8452
|
+
|
8453
|
+
.joint-widget.joint-theme-material[data-name="saveAsTemplate"]:after {
|
8454
|
+
display: block;
|
8455
|
+
width: 25px;
|
8456
|
+
height: 25px;
|
8457
|
+
content: ' ';
|
8458
|
+
background-color: transparent;
|
8459
|
+
background-position: 0 0;
|
8460
|
+
background-repeat: no-repeat;
|
8461
|
+
background-image: url(../images/save-icon-modern.png);
|
8462
|
+
}
|
8463
|
+
|
8464
|
+
.joint-widget.joint-theme-material[data-name="saveAsTemplate"]:after {
|
8465
|
+
background-position: 1px;
|
8466
|
+
}
|
8467
|
+
|
8468
|
+
.joint-widget.joint-theme-material[data-name="deleteTemplate"]:after {
|
8469
|
+
display: block;
|
8470
|
+
width: 25px;
|
8471
|
+
height: 25px;
|
8472
|
+
content: ' ';
|
8473
|
+
background-color: transparent;
|
8474
|
+
background-position: 0 0;
|
8475
|
+
background-repeat: no-repeat;
|
8476
|
+
background-image: url(../images/delete-icon-modern.png);
|
8477
|
+
}
|
8478
|
+
|
8479
|
+
.joint-widget.joint-theme-material[data-name="deleteTemplate"]:after {
|
8480
|
+
background-position: 1px;
|
8481
|
+
}
|
8482
|
+
|
8483
|
+
.joint-widget.joint-theme-material[data-name="to-front"]:after {
|
8484
|
+
display: block;
|
8485
|
+
width: 25px;
|
8486
|
+
height: 25px;
|
8487
|
+
content: ' ';
|
8488
|
+
background-color: transparent;
|
8489
|
+
background-position: 0 0;
|
8490
|
+
background-repeat: no-repeat;
|
8491
|
+
background-image: url(../images/to-front-icon-modern.png);
|
8492
|
+
}
|
8493
|
+
|
8494
|
+
.joint-widget.joint-theme-material[data-name="to-front"]:after {
|
8495
|
+
background-position: 1px;
|
8496
|
+
}
|
8497
|
+
|
8498
|
+
.joint-widget.joint-theme-material[data-name="to-back"]:after {
|
8499
|
+
display: block;
|
8500
|
+
width: 25px;
|
8501
|
+
height: 25px;
|
8502
|
+
content: ' ';
|
8503
|
+
background-color: transparent;
|
8504
|
+
background-position: 0 0;
|
8505
|
+
background-repeat: no-repeat;
|
8506
|
+
background-image: url(../images/toback-icon-modern.png);
|
8507
|
+
}
|
8508
|
+
|
8509
|
+
.joint-widget.joint-theme-material[data-name="to-back"]:after {
|
8510
|
+
background-position: 1px;
|
8511
|
+
}
|
8512
|
+
|
8310
8513
|
/* separator */
|
8311
8514
|
.joint-widget.joint-theme-material[data-type="separator"] {
|
8312
8515
|
background:
|
@@ -8783,6 +8986,129 @@ Important note: Presentation attributes have a lower precedence over CSS style r
|
|
8783
8986
|
border: none;
|
8784
8987
|
padding: 0;
|
8785
8988
|
}
|
8989
|
+
|
8990
|
+
|
8991
|
+
.joint-widget.joint-theme-modern[data-name="clear"]:after,
|
8992
|
+
.joint-widget.joint-theme-modern[data-name="layout"]:after,
|
8993
|
+
.joint-widget.joint-theme-modern[data-name="resetTemplate"]:after,
|
8994
|
+
.joint-widget.joint-theme-modern[data-name="print"]:after {
|
8995
|
+
display: block;
|
8996
|
+
width: 31px;
|
8997
|
+
height: 31px;
|
8998
|
+
content: ' ';
|
8999
|
+
background-color: transparent;
|
9000
|
+
background-position: 0 0;
|
9001
|
+
background-repeat: no-repeat;
|
9002
|
+
background-image: url(../images/toolbar-icons-modern.png);
|
9003
|
+
}
|
9004
|
+
|
9005
|
+
.joint-widget.joint-theme-modern[data-name="clear"]:after {
|
9006
|
+
background-position: 0 -62px;
|
9007
|
+
}
|
9008
|
+
|
9009
|
+
.joint-widget.joint-theme-modern[data-name="clear"]:hover:after {
|
9010
|
+
background-position: -31px -62px;
|
9011
|
+
}
|
9012
|
+
|
9013
|
+
.joint-widget.joint-theme-modern[data-name="layout"]:after {
|
9014
|
+
background-position: 0 -124px;
|
9015
|
+
}
|
9016
|
+
|
9017
|
+
.joint-widget.joint-theme-modern[data-name="layout"]:hover:after {
|
9018
|
+
background-position: -31px -124px;
|
9019
|
+
}
|
9020
|
+
|
9021
|
+
.joint-widget.joint-theme-modern[data-name="print"]:after {
|
9022
|
+
background-position: 0 -248px;
|
9023
|
+
}
|
9024
|
+
|
9025
|
+
.joint-widget.joint-theme-modern[data-name="print"]:hover:after {
|
9026
|
+
background-position: -31px -248px;
|
9027
|
+
}
|
9028
|
+
|
9029
|
+
.joint-widget.joint-theme-modern[data-name="clear"],
|
9030
|
+
.joint-widget.joint-theme-modern[data-name="layout"],
|
9031
|
+
.joint-widget.joint-theme-modern[data-name="print"] {
|
9032
|
+
position: relative;
|
9033
|
+
top: -1px;
|
9034
|
+
border: none;
|
9035
|
+
padding: 0;
|
9036
|
+
}
|
9037
|
+
|
9038
|
+
.joint-widget.joint-theme-modern[data-name="resetTemplate"]:after {
|
9039
|
+
display: block;
|
9040
|
+
width: 25px;
|
9041
|
+
height: 25px;
|
9042
|
+
content: ' ';
|
9043
|
+
background-color: transparent;
|
9044
|
+
background-position: 0 0;
|
9045
|
+
background-repeat: no-repeat;
|
9046
|
+
background-image: url(../images/reset-icon-modern.png);
|
9047
|
+
}
|
9048
|
+
|
9049
|
+
.joint-widget.joint-theme-modern[data-name="resetTemplate"]:after {
|
9050
|
+
background-position: 1px;
|
9051
|
+
}
|
9052
|
+
|
9053
|
+
.joint-widget.joint-theme-modern[data-name="saveAsTemplate"]:after {
|
9054
|
+
display: block;
|
9055
|
+
width: 25px;
|
9056
|
+
height: 25px;
|
9057
|
+
content: ' ';
|
9058
|
+
background-color: transparent;
|
9059
|
+
background-position: 0 0;
|
9060
|
+
background-repeat: no-repeat;
|
9061
|
+
background-image: url(../images/save-icon-modern.png);
|
9062
|
+
}
|
9063
|
+
|
9064
|
+
.joint-widget.joint-theme-modern[data-name="saveAsTemplate"]:after {
|
9065
|
+
background-position: 1px;
|
9066
|
+
}
|
9067
|
+
|
9068
|
+
.joint-widget.joint-theme-modern[data-name="deleteTemplate"]:after {
|
9069
|
+
display: block;
|
9070
|
+
width: 25px;
|
9071
|
+
height: 25px;
|
9072
|
+
content: ' ';
|
9073
|
+
background-color: transparent;
|
9074
|
+
background-position: 0 0;
|
9075
|
+
background-repeat: no-repeat;
|
9076
|
+
background-image: url(../images/delete-icon-modern.png);
|
9077
|
+
}
|
9078
|
+
|
9079
|
+
.joint-widget.joint-theme-modern[data-name="deleteTemplate"]:after {
|
9080
|
+
background-position: 1px;
|
9081
|
+
}
|
9082
|
+
|
9083
|
+
.joint-widget.joint-theme-modern[data-name="to-front"]:after {
|
9084
|
+
display: block;
|
9085
|
+
width: 25px;
|
9086
|
+
height: 25px;
|
9087
|
+
content: ' ';
|
9088
|
+
background-color: transparent;
|
9089
|
+
background-position: 0 0;
|
9090
|
+
background-repeat: no-repeat;
|
9091
|
+
background-image: url(../images/to-front-icon-modern.png);
|
9092
|
+
}
|
9093
|
+
|
9094
|
+
.joint-widget.joint-theme-modern[data-name="to-front"]:after {
|
9095
|
+
background-position: 1px;
|
9096
|
+
}
|
9097
|
+
|
9098
|
+
.joint-widget.joint-theme-modern[data-name="to-back"]:after {
|
9099
|
+
display: block;
|
9100
|
+
width: 25px;
|
9101
|
+
height: 25px;
|
9102
|
+
content: ' ';
|
9103
|
+
background-color: transparent;
|
9104
|
+
background-position: 0 0;
|
9105
|
+
background-repeat: no-repeat;
|
9106
|
+
background-image: url(../images/toback-icon-modern.png);
|
9107
|
+
}
|
9108
|
+
|
9109
|
+
.joint-widget.joint-theme-modern[data-name="to-back"]:after {
|
9110
|
+
background-position: 1px;
|
9111
|
+
}
|
8786
9112
|
/* separator */
|
8787
9113
|
.joint-widget.joint-theme-modern[data-type="separator"] {
|
8788
9114
|
line-height: 36px;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
/*! Rappid v3.2.0 - HTML5 Diagramming Framework
|
2
|
+
|
3
|
+
Copyright (c) 2015 client IO
|
4
|
+
|
5
|
+
2020-06-12
|
6
|
+
|
7
|
+
|
8
|
+
This Source Code Form is subject to the terms of the Rappid License
|
9
|
+
, v. 2.0. If a copy of the Rappid License was not distributed with this
|
10
|
+
file, You can obtain one at http://jointjs.com/license/rappid_v2.txt
|
11
|
+
or from the Rappid archive as was distributed by client IO. See the LICENSE file.*/
|
12
|
+
|
13
|
+
|
14
|
+
/* Toolbar */
|
15
|
+
.joint-theme-picker {
|
16
|
+
position: absolute;
|
17
|
+
bottom: 20px;
|
18
|
+
right: 260px;
|
19
|
+
border-radius: 5px;
|
20
|
+
padding: 3px 1px !important;
|
21
|
+
}
|
22
|
+
|