canvasxpress 38.9.21 → 39.2.5

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "main": "src/canvasXpress.js",
4
4
  "style": "src/canvasXpress.css",
5
5
  "title": "CanvasXpress",
6
- "version": "38.9.21",
6
+ "version": "39.2.5",
7
7
  "license": {
8
8
  "type": "Dual licensing",
9
9
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -857,6 +857,25 @@ img.CanvasXpressCustomizerRight, svg.CanvasXpressCustomizerRight {
857
857
  box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
858
858
  }
859
859
 
860
+ img.CanvasXpressCustomizerRightB, svg.CanvasXpressCustomizerRightB {
861
+ background-position: center;
862
+ border: 1px solid rgb(51, 122, 183) !important;
863
+ border-radius: 4px;
864
+ color: rgb(34, 34, 34);
865
+ font: normal 12px arial, tahoma, sans-serif;
866
+ height: 24px;
867
+ line-height: 24px;
868
+ list-style: none;
869
+ margin: 0px !important;
870
+ position: relative;
871
+ padding: 0px;
872
+ vertical-align: top;
873
+ width: 24px;
874
+ white-space: nowrap;
875
+ background: rgba(0, 0, 0, 0) !important;
876
+ box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
877
+ }
878
+
860
879
  span.CanvasXpressCustomizerRight {
861
880
  color: rgb(34, 34, 34);
862
881
  font: normal 16px arial, tahoma, sans-serif;
@@ -882,10 +901,61 @@ a.CanvasXpressCustomizerRight {
882
901
  }
883
902
 
884
903
  /*
885
- * Meta Customizer
904
+ * Header
886
905
  */
887
906
 
907
+ div.CanvasXpressCustomizerHeader {
908
+ background-color: #dddddd;
909
+ border-top: 1px solid rgb(51, 122, 183) !important;
910
+ color: rgb(34, 34, 34);
911
+ font: normal 12px arial, tahoma, sans-serif;
912
+ line-height: 24px;
913
+ list-style: none;
914
+ margin: auto;
915
+ outline-style: none;
916
+ outline-width: 0px;
917
+ text-decoration: none;
918
+ white-space: nowrap;
919
+ width: -webkit-fill-available;
920
+ height: -webkit-fill-available;
921
+ display: flex;
922
+ }
923
+
924
+ span.CanvasXpressCustomizerHeader {
925
+ color: rgb(34, 34, 34);
926
+ font: normal 16px arial, tahoma, sans-serif;
927
+ line-height: 28px;
928
+ list-style: none;
929
+ white-space: nowrap;
930
+ position: relative;
931
+ height: 28px;
932
+ }
933
+
934
+ img.CanvasXpressCustomizerHeader, svg.CanvasXpressCustomizerHeader {
935
+ background-position: center;
936
+ border: 0px none !important;
937
+ color: rgb(34, 34, 34);
938
+ font: normal 12px arial, tahoma, sans-serif;
939
+ height: 24px;
940
+ line-height: 24px;
941
+ list-style: none;
942
+ margin: 0px !important;
943
+ position: relative;
944
+ padding: 0px;
945
+ vertical-align: top;
946
+ width: 24px;
947
+ white-space: nowrap;
948
+ background: rgba(0, 0, 0, 0) !important;
949
+ box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
950
+ }
888
951
 
952
+ span.CanvasXpressCustomizerHeaderHelp {
953
+ color: rgb(34, 34, 34);
954
+ font: normal 12px arial, tahoma, sans-serif;
955
+ list-style: none;
956
+ white-space: normal;
957
+ position: relative;
958
+ }
889
959
 
890
960
  /*
891
961
  * Options Customizer
@@ -986,7 +1056,7 @@ span.CanvasXpressSearchCustomizer {
986
1056
  clear: left;
987
1057
  }
988
1058
 
989
- span.CanvasXpressSearchCustomizerSelect, span.CanvasXpressSearchCustomizerDescription, span.CanvasXpressSearchCustomizerCurrent {
1059
+ span.CanvasXpressSearchCustomizerSelect, span.CanvasXpressSearchCustomizerDescription, span.CanvasXpressSearchCustomizerCategory, span.CanvasXpressSearchCustomizerCurrent {
990
1060
  font: normal 16px arial, tahoma, sans-serif;
991
1061
  line-height: 28px;
992
1062
  list-style: none;
@@ -1001,7 +1071,7 @@ span.CanvasXpressSearchCustomizerSelect {
1001
1071
  color: rgb(34, 34, 34);
1002
1072
  }
1003
1073
 
1004
- span.CanvasXpressSearchCustomizerDescription {
1074
+ span.CanvasXpressSearchCustomizerDescription, span.CanvasXpressSearchCustomizerCategory {
1005
1075
  color: rgb(51, 122, 183);
1006
1076
  overflow: hidden;
1007
1077
  text-overflow: ellipsis;
@@ -1030,7 +1100,13 @@ span.CanvasXpressSearchCustomizerDescription:before {
1030
1100
  content: "Description [ ";
1031
1101
  }
1032
1102
 
1033
- span.CanvasXpressSearchCustomizerDescription:after {
1103
+ span.CanvasXpressSearchCustomizerCategory:before {
1104
+ color: rgb(34, 34, 34);
1105
+ font-weight: bold;
1106
+ content: "Category [ ";
1107
+ }
1108
+
1109
+ span.CanvasXpressSearchCustomizerDescription:after, span.CanvasXpressSearchCustomizerCategory:after {
1034
1110
  color: rgb(34, 34, 34);
1035
1111
  font-weight: bold;
1036
1112
  content: " ]";
@@ -1261,7 +1337,6 @@ img.CanvasXpressDataCustomizer3, svg.CanvasXpressDataCustomizer3 {
1261
1337
  /* Safari */
1262
1338
  }
1263
1339
 
1264
-
1265
1340
  img.CanvasXpressDataCustomizerMask, svg.CanvasXpressDataCustomizerMask {
1266
1341
  background: rgba(0, 0, 0, 0) !important;
1267
1342
  border: 0px none !important;
@@ -1282,7 +1357,10 @@ img.CanvasXpressDataCustomizerMask, svg.CanvasXpressDataCustomizerMask {
1282
1357
 
1283
1358
  span.CanvasXpressDataCustomizerNumeric,
1284
1359
  span.CanvasXpressDataCustomizerString,
1285
- span.CanvasXpressDataCustomizerUnique {
1360
+ span.CanvasXpressDataCustomizerUnique,
1361
+ span.CanvasXpressDataCustomizerNumericActive,
1362
+ span.CanvasXpressDataCustomizerStringActive,
1363
+ span.CanvasXpressDataCustomizerUniqueActive {
1286
1364
  border: 1px solid rgb(51, 122, 183);
1287
1365
  border-radius: 5px;
1288
1366
  cursor: move;
@@ -1311,6 +1389,67 @@ span.CanvasXpressDataCustomizerUnique {
1311
1389
  color: rgb(0, 0, 255);
1312
1390
  }
1313
1391
 
1392
+ span.CanvasXpressDataCustomizerListNumeric,
1393
+ span.CanvasXpressDataCustomizerListString,
1394
+ span.CanvasXpressDataCustomizerListUnique,
1395
+ span.CanvasXpressDataCustomizerListNumericActive,
1396
+ span.CanvasXpressDataCustomizerListStringActive,
1397
+ span.CanvasXpressDataCustomizerListUniqueActive {
1398
+ border: none;
1399
+ cursor: move;
1400
+ font: normal 16px arial, tahoma, sans-serif;
1401
+ color: rgb(34, 34, 34);
1402
+ margin: 0;
1403
+ padding: 0;
1404
+ width: 350px;
1405
+ white-space: nowrap;
1406
+ display: inline-block;
1407
+ text-align: start;
1408
+ overflow: hidden;
1409
+ position: relative;
1410
+ -moz-user-select: none;
1411
+ -khtml-user-select: none;
1412
+ -webkit-user-select: none;
1413
+ -o-user-select: none;
1414
+ -ms-user-select: none;
1415
+ }
1416
+
1417
+ span.CanvasXpressDataCustomizerListNumeric,
1418
+ span.CanvasXpressDataCustomizerListNumericActive {
1419
+ color: rgb(34, 34, 34);
1420
+ }
1421
+
1422
+ span.CanvasXpressDataCustomizerListString,
1423
+ span.CanvasXpressDataCustomizerListStringActive {
1424
+ color: rgb(255, 0, 0);
1425
+ }
1426
+
1427
+ span.CanvasXpressDataCustomizerListUnique,
1428
+ span.CanvasXpressDataCustomizerListUniqueActive {
1429
+ color: rgb(0, 0, 255);
1430
+ }
1431
+
1432
+ span.CanvasXpressDataCustomizerListNumeric:before,
1433
+ span.CanvasXpressDataCustomizerListNumericActive:before {
1434
+ font: normal 10px courier;
1435
+ color: rgb(34, 34, 34);
1436
+ content: "\00a0#\00a0\00a0\00a0";
1437
+ }
1438
+
1439
+ span.CanvasXpressDataCustomizerListString:before,
1440
+ span.CanvasXpressDataCustomizerListStringActive:before {
1441
+ font: normal 10px courier;
1442
+ color: rgb(34, 34, 34);
1443
+ content: "Abc\00a0\00a0";
1444
+ }
1445
+
1446
+ span.CanvasXpressDataCustomizerListUnique:before,
1447
+ span.CanvasXpressDataCustomizerListUniqueActive:before {
1448
+ font: normal 10px courier;
1449
+ color: rgb(34, 34, 34);
1450
+ content: "Unq\00a0\00a0";
1451
+ }
1452
+
1314
1453
  span.CanvasXpressDataCustomizer {
1315
1454
  border: 1px solid rgb(51, 122, 183);
1316
1455
  border-radius: 5px;
@@ -1333,12 +1472,39 @@ svg.CanvasXpressDataCustomizerMask::selection,
1333
1472
  span.CanvasXpressDataCustomizerNumeric::selection,
1334
1473
  span.CanvasXpressDataCustomizerString::selection,
1335
1474
  span.CanvasXpressDataCustomizerUnique::selection,
1475
+ span.CanvasXpressDataCustomizerListNumeric::selection,
1476
+ span.CanvasXpressDataCustomizerListString::selection,
1477
+ span.CanvasXpressDataCustomizerListUnique::selection,
1336
1478
  span.CanvasXpressDataCustomizer::selection {
1337
1479
  background: rgba(0, 0, 0, 0);
1338
1480
  color: rgb(0, 0, 0);
1339
1481
  padding: 0;
1340
1482
  }
1341
1483
 
1484
+ span.CanvasXpressDataCustomizerListNumericActive,
1485
+ span.CanvasXpressDataCustomizerListStringActive,
1486
+ span.CanvasXpressDataCustomizerListUniqueActive {
1487
+ background: linear-gradient(rgb(243, 253, 255), rgb(217, 232, 251));
1488
+ }
1489
+
1490
+ span.CanvasXpressDataCustomizerNumericActive,
1491
+ span.CanvasXpressDataCustomizerStringActive,
1492
+ span.CanvasXpressDataCustomizerUniqueActive {
1493
+ background: linear-gradient(rgb(243, 253, 255), rgb(217, 232, 251));
1494
+ }
1495
+
1496
+ span.CanvasXpressDataCustomizerListNumeric,
1497
+ span.CanvasXpressDataCustomizerListString,
1498
+ span.CanvasXpressDataCustomizerListUnique {
1499
+ background-color: rgba(0, 0, 0, 0);
1500
+ }
1501
+
1502
+ span.CanvasXpressDataCustomizerNumeric,
1503
+ span.CanvasXpressDataCustomizerString,
1504
+ span.CanvasXpressDataCustomizerUnique {
1505
+ background-color: rgba(0, 0, 0, 0);
1506
+ }
1507
+
1342
1508
  /*
1343
1509
  * CanvasXpressDrag
1344
1510
  */
@@ -1825,11 +1991,11 @@ div.CanvasXpressDataTableResizer {
1825
1991
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAR0lEQVR42pXPQQoAIAhEUb25nrwyKIpMndkJz8VnAtbGGMGqSqWHhW3pw4lFhBnBYYOHvw0/7DZE+GnI8NVQwbuhimcDgu3uM5KV++8QfCcAAAAASUVORK5CYII=);
1826
1992
  background-repeat: no-repeat;
1827
1993
  cursor: se-resize;
1828
- bottom: 4px;
1994
+ bottom: 8px;
1829
1995
  height: 15px;
1830
1996
  position: absolute;
1831
1997
  opacity: 0.95;
1832
- right: 0px;
1998
+ right: 2px;
1833
1999
  width: 15px;
1834
2000
  -ms-user-select: none;
1835
2001
  -moz-user-select: none;
@@ -5605,6 +5771,43 @@ Copyright (c) 2018 Christian Pucci
5605
5771
  }
5606
5772
  }
5607
5773
 
5774
+ .slideUp2 {
5775
+ -webkit-animation-name: slideUp2;
5776
+ animation-name: slideUp2;
5777
+ }
5778
+
5779
+ @-webkit-keyframes slideUp2 {
5780
+ 0% {
5781
+ -webkit-transform-origin: 0 0;
5782
+ transform-origin: 0 0;
5783
+ -webkit-transform: translateY(0%);
5784
+ transform: translateY(0%);
5785
+ }
5786
+ 100% {
5787
+ -webkit-transform-origin: 0 0;
5788
+ transform-origin: 0 0;
5789
+ -webkit-transform: translateY(-100%);
5790
+ transform: translateY(-100%);
5791
+ }
5792
+ }
5793
+
5794
+ @keyframes slideUp2 {
5795
+ 0% {
5796
+ opacity: 1;
5797
+ -webkit-transform-origin: 0 0;
5798
+ transform-origin: 0 0;
5799
+ -webkit-transform: translateY(0%);
5800
+ transform: translateY(0%);
5801
+ }
5802
+ 100% {
5803
+ opacity: 0;
5804
+ -webkit-transform-origin: 0 0;
5805
+ transform-origin: 0 0;
5806
+ -webkit-transform: translateY(-100%);
5807
+ transform: translateY(-100%);
5808
+ }
5809
+ }
5810
+
5608
5811
  .slideUpReturn {
5609
5812
  -webkit-animation-name: slideUpReturn;
5610
5813
  animation-name: slideUpReturn;