hqchart 1.1.15138 → 1.1.15152

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.
@@ -1349,15 +1349,16 @@ input[type="color"] {
1349
1349
  {
1350
1350
  font-family: "微软雅黑";
1351
1351
  /*display: flex;*/
1352
- border: 2px solid;
1352
+ border: 1px solid;
1353
1353
  width:fit-content;
1354
- border-color: rgb(204,204,204);
1354
+ border-color: var(--HQChart-DialogDrawTool-BorderColor);
1355
1355
  visibility:hidden;
1356
1356
  position: absolute;
1357
- background-color: rgba(250,250,250,1);
1357
+ background-color: var(--HQChart-DialogDrawTool-BGColor);
1358
1358
  left:1px;
1359
1359
  top:1px;
1360
1360
  z-index: 99;
1361
+ color:var(--HQChart-DialogDrawTool-Color);
1361
1362
  }
1362
1363
 
1363
1364
  .UMyChart_DrawTool_Title_Div
@@ -1365,11 +1366,12 @@ input[type="color"] {
1365
1366
  padding-left: 2px;
1366
1367
  height:20px;
1367
1368
  border-bottom: 1px solid;
1368
- border-color: rgb(204,204,204);
1369
+ border-color: var(--HQChart-DialogDrawTool-BorderColor);
1369
1370
  display: flex;
1370
1371
  cursor: default;
1371
1372
  user-select: none;
1372
- background-color:rgb(222,222,222)
1373
+ color:var(--HQChart-DialogDrawTool-TitleColor);
1374
+ background-color:var(--HQChart-DialogDrawTool-TitleBGColor);
1373
1375
  }
1374
1376
 
1375
1377
  .UMyChart_DrawTool_Close_Div
@@ -1377,6 +1379,7 @@ input[type="color"] {
1377
1379
  margin-left: auto;
1378
1380
  padding-right: 4px;
1379
1381
  cursor:pointer;
1382
+ color:var(--HQChart-DialogDrawTool-CloseColor);
1380
1383
  }
1381
1384
 
1382
1385
  .UMyChart_DrawTool_Table
@@ -1400,9 +1403,9 @@ input[type="color"] {
1400
1403
  {
1401
1404
  font-size:22px;
1402
1405
  border: 1px solid;
1403
- border-color: rgb(128,128,128);
1404
- background: rgb(234,85,4);
1405
- color: rgb(255,255,255);
1406
+ border-color: var(--HQChart-DialogDrawTool-Selected_ButtonBorderColor);
1407
+ background: var(--HQChart-DialogDrawTool-Selected_ButtonBGColor);
1408
+ color: var(--HQChart-DialogDrawTool-Selected_ButtonColor);
1406
1409
  }
1407
1410
 
1408
1411
  .UMyChart_DrawTool_Td
@@ -1414,8 +1417,8 @@ input[type="color"] {
1414
1417
  {
1415
1418
  font-size:22px;
1416
1419
  border: 1px solid;
1417
- border-color: rgb(128,128,128);
1418
- color: rgb(77,77,77);
1420
+ border-color: var(--HQChart-DialogDrawTool-ButtonBorderColor);
1421
+ color: var(--HQChart-DialogDrawTool-ButtonColor);
1419
1422
  }
1420
1423
 
1421
1424
  .UMyChart_DrawTool_Group_Tr
@@ -1434,7 +1437,7 @@ input[type="color"] {
1434
1437
  {
1435
1438
  height:5px;
1436
1439
  border-bottom: 1px solid;
1437
- border-color: rgb(204,204,204);
1440
+ border-color:var(--HQChart-DialogDrawTool-DividingLineColor);
1438
1441
  }
1439
1442
 
1440
1443
 
@@ -1455,12 +1458,14 @@ input[type="color"] {
1455
1458
  {
1456
1459
  font-family: "微软雅黑";
1457
1460
  /*display: flex;*/
1458
- border: 2px solid;
1461
+ border-top: 1px solid;
1462
+ border-bottom: 1px solid;
1463
+ border-left: 1px solid;
1459
1464
  width:fit-content;
1460
- border-color: rgb(204,204,204);
1465
+ border-color: var(--HQChart-DialogModifyDraw-BorderColor);
1461
1466
  visibility:hidden;
1462
1467
  position: absolute;
1463
- background-color: rgba(250,250,250,1);
1468
+ background-color: var(--HQChart-DialogModifyDraw-BGColor);
1464
1469
  left:1px;
1465
1470
  top:1px;
1466
1471
  display: flex;
@@ -1469,13 +1474,35 @@ input[type="color"] {
1469
1474
 
1470
1475
  .UMyChart_Draw_Modify_Dialog_Drag_Div
1471
1476
  {
1472
- width:24px;
1477
+ width:22px;
1473
1478
  user-select: none;
1479
+ border: 1px solid;
1480
+ background-color:var(--HQChart-DialogModifyDraw-DragBGColor);
1481
+ border-color: var(--HQChart-DialogModifyDraw-DragBGColor);
1482
+ }
1483
+
1484
+ .UMyChart_Draw_Modify_Dialog_Drag_Span
1485
+ {
1486
+ font-size:22px;
1487
+ color:var(--HQChart-DialogModifyDraw-DragColor);
1474
1488
  }
1475
1489
 
1476
1490
  .UMyChart_Draw_Modify_Dialog_Button_Div
1477
1491
  {
1478
-
1492
+ border-right: 1px solid;
1493
+ border-color:var(--HQChart-DialogModifyDraw-ButtonBorderColor);
1494
+ }
1495
+
1496
+ .UMyChart_Draw_Modify_Dialog_Button_Span
1497
+ {
1498
+ font-size:22px;
1499
+ color:var(--HQChart-DialogModifyDraw-ButtonColor);
1500
+ }
1501
+
1502
+ .UMyChart_Draw_Modify_Dialog_Unlock_Button_Span
1503
+ {
1504
+ font-size:22px;
1505
+ color:var(--HQChart-DialogModifyDraw-UnlockButtonColor);
1479
1506
  }
1480
1507
 
1481
1508
  .UMyChart_Draw_Modify_Tooltip
@@ -2113,10 +2140,11 @@ input[type="color"] {
2113
2140
  /*display: flex;*/
2114
2141
  border: 1px solid;
2115
2142
  width:fit-content;
2116
- border-color: rgb(204,204,204);
2143
+ border-color: var(--HQChart-DialogSearchIndex-BorderColor);
2117
2144
  visibility:hidden;
2118
2145
  position: absolute;
2119
- background-color: rgba(20,20,20,1);
2146
+ background-color: var(--HQChart-DialogSearchIndex-BGColor);
2147
+ color:var(--HQChart-DialogSearchIndex-Color);
2120
2148
  left:1px;
2121
2149
  top:1px;
2122
2150
  z-index: 99;
@@ -2131,13 +2159,13 @@ input[type="color"] {
2131
2159
  display: flex;
2132
2160
  cursor: default;
2133
2161
  user-select: none;
2134
- background-color:rgb(200, 66, 69)
2162
+ background-color:var(--HQChart-DialogSearchIndex-TitleBGColor);
2135
2163
  }
2136
2164
 
2137
2165
  .UMyChart_SearchIndex_Name_Div
2138
2166
  {
2139
2167
  margin-left: 5px;
2140
- color:rgb(250,250,250)
2168
+ color:var(--HQChart-DialogSearchIndex-TitleColor);
2141
2169
  }
2142
2170
 
2143
2171
  .UMyChart_SearchIndex_Close_Div
@@ -2145,7 +2173,7 @@ input[type="color"] {
2145
2173
  margin-left: auto;
2146
2174
  padding-right: 4px;
2147
2175
  cursor:pointer;
2148
- color:rgb(180,180,180)
2176
+ color:var(--HQChart-DialogSearchIndex-CloseColor);
2149
2177
  }
2150
2178
 
2151
2179
  .UMyChart_SearchIndex_Table_Div
@@ -2188,6 +2216,7 @@ input[type="color"] {
2188
2216
  background-color: transparent;
2189
2217
  width: 99%;
2190
2218
  margin-left: 10px;
2219
+ color:var(--HQChart-DialogSearchIndex-InputColor);
2191
2220
  }
2192
2221
 
2193
2222
  .UMyChart_SearchIndex_Container_Div
@@ -2236,10 +2265,10 @@ input[type="color"] {
2236
2265
  /*display: flex;*/
2237
2266
  border: 1px solid;
2238
2267
  width:fit-content;
2239
- border-color: rgb(204,204,204);
2268
+ border-color: var(--HQChart-DialogModifyIndexParam-BorderColor);
2240
2269
  visibility:hidden;
2241
2270
  position: absolute;
2242
- background-color: rgba(20,20,20,1);
2271
+ background-color:var(--HQChart-DialogModifyIndexParam-BGColor);
2243
2272
  left:1px;
2244
2273
  top:1px;
2245
2274
  z-index: 99;
@@ -2254,13 +2283,13 @@ input[type="color"] {
2254
2283
  display: flex;
2255
2284
  cursor: default;
2256
2285
  user-select: none;
2257
- background-color:rgb(200, 66, 69)
2286
+ background-color:var(--HQChart-DialogModifyIndexParam-TitleBGColor);
2258
2287
  }
2259
2288
 
2260
2289
  .UMyChart_ModifyIndexParam_Name_Div
2261
2290
  {
2262
2291
  margin-left: 5px;
2263
- color:rgb(250,250,250)
2292
+ color:var(--HQChart-DialogModifyIndexParam-TitleColor);
2264
2293
  }
2265
2294
 
2266
2295
  .UMyChart_ModifyIndexParam_Close_Div
@@ -2268,7 +2297,7 @@ input[type="color"] {
2268
2297
  margin-left: auto;
2269
2298
  padding-right: 4px;
2270
2299
  cursor:pointer;
2271
- color:rgb(180,180,180)
2300
+ color:var(--HQChart-DialogModifyIndexParam-CloseColor);
2272
2301
  }
2273
2302
 
2274
2303
  .UMyChart_ModifyIndexParam_Table_Div
@@ -2306,6 +2335,7 @@ input[type="color"] {
2306
2335
  .UMyChart_ModifyIndexParam_Name_Span
2307
2336
  {
2308
2337
  margin-left: 10px;
2338
+ color:var(--HQChart-DialogModifyIndexParam-ParamNameColor);
2309
2339
  }
2310
2340
 
2311
2341
  .UMyChart_ModifyIndexParam_Value_Td
@@ -2321,6 +2351,13 @@ input[type="color"] {
2321
2351
  line-height: 16px;
2322
2352
  background-color: transparent;
2323
2353
  width: 60px;
2354
+ color:var(--HQChart-DialogModifyIndexParam-InputTextColor);
2355
+ }
2356
+
2357
+ .UMyChart_ModifyIndexParam_Input::-webkit-outer-spin-button,
2358
+ .UMyChart_ModifyIndexParam_Input::-webkit-inner-spin-button
2359
+ {
2360
+ -webkit-appearance: none;
2324
2361
  }
2325
2362
 
2326
2363
  .UMyChart_ModifyIndexParam_Button_Div
@@ -2402,6 +2439,183 @@ input[type="color"] {
2402
2439
 
2403
2440
 
2404
2441
 
2442
+ :root
2443
+ {
2444
+ /*
2445
+ JSDialogDrawTool 配色 画图工具
2446
+ */
2447
+
2448
+ --HQChart-DialogDrawTool-BGColor: rgb(250,250,250);
2449
+ --HQChart-DialogDrawTool-BorderColor: rgb(20,20,20);
2450
+ --HQChart-DialogDrawTool-Color: rgb(20,20,20);
2451
+ --HQChart-DialogDrawTool-TitleColor: rgb(250,250,250);
2452
+ --HQChart-DialogDrawTool-TitleBGColor: rgb(200, 66, 69);
2453
+ --HQChart-DialogDrawTool-CloseColor:rgb(180,180,180);
2454
+ --HQChart-DialogDrawTool-ButtonColor:rgb(77,77,77);
2455
+ --HQChart-DialogDrawTool-ButtonBorderColor:rgb(128,128,128);
2456
+ --HQChart-DialogDrawTool-Selected_ButtonColor:rgb(255,255,255);
2457
+ --HQChart-DialogDrawTool-Selected_ButtonBGColor:rgb(234,85,4);
2458
+ --HQChart-DialogDrawTool-Selected_ButtonBorderColor:rgb(128,128,128);
2459
+ --HQChart-DialogDrawTool-DividingLineColor:rgb(204,204,204);
2460
+
2461
+ /*
2462
+ JSDialogModifyDraw
2463
+ */
2464
+
2465
+ --HQChart-DialogModifyDraw-BGColor: rgb(250,250,250);
2466
+ --HQChart-DialogModifyDraw-BorderColor: rgb(20,20,20);
2467
+ --HQChart-DialogModifyDraw-DragColor: rgb(250,250,250);
2468
+ --HQChart-DialogModifyDraw-DragBGColor: rgb(200, 66, 69);
2469
+ --HQChart-DialogModifyDraw-ButtonColor:rgb(77,77,77);
2470
+ --HQChart-DialogModifyDraw-ButtonBorderColor:rgb(20,20,20);
2471
+ --HQChart-DialogModifyDraw-UnlockButtonColor:rgb(220,220,220);
2472
+
2473
+ /*
2474
+ JSDialogSearchIndex
2475
+ */
2476
+
2477
+ --HQChart-DialogSearchIndex-BGColor: rgb(250,250,250);
2478
+ --HQChart-DialogSearchIndex-BorderColor: rgb(20,20,20);
2479
+ --HQChart-DialogSearchIndex-Color: rgb(20,20,20);
2480
+ --HQChart-DialogSearchIndex-TitleColor: rgb(250,250,250);
2481
+ --HQChart-DialogSearchIndex-TitleBGColor: rgb(200, 66, 69);
2482
+ --HQChart-DialogSearchIndex-CloseColor:rgb(180,180,180);
2483
+ --HQChart-DialogSearchIndex-InputColor:rgb(20,20,20);
2484
+
2485
+
2486
+ /*
2487
+ JSDialogModifyIndexParam
2488
+ */
2489
+ --HQChart-DialogModifyIndexParam-BGColor: rgb(250,250,250);
2490
+ --HQChart-DialogModifyIndexParam-BorderColor: rgb(20,20,20);
2491
+ --HQChart-DialogModifyIndexParam-Color: rgb(20,20,20);
2492
+ --HQChart-DialogModifyIndexParam-TitleColor: rgb(250,250,250);
2493
+ --HQChart-DialogModifyIndexParam-TitleBGColor: rgb(200, 66, 69);
2494
+ --HQChart-DialogModifyIndexParam-CloseColor:rgb(180,180,180);
2495
+ --HQChart-DialogModifyIndexParam-ParamNameColor:rgb(20,20,20);
2496
+ --HQChart-DialogModifyIndexParam-InputTextColor:rgb(20,20,20);
2497
+
2498
+ }
2499
+
2500
+ /*
2501
+ 白色风格
2502
+ */
2503
+ :root[hqchart_style='0'],
2504
+ :root[hqchart_style='defined']
2505
+ {
2506
+ /*
2507
+ JSDialogDrawTool 配色 画图工具
2508
+ */
2509
+
2510
+ --HQChart-DialogDrawTool-BGColor: rgb(250,250,250);
2511
+ --HQChart-DialogDrawTool-BorderColor: rgb(20,20,20);
2512
+ --HQChart-DialogDrawTool-Color: rgb(20,20,20);
2513
+ --HQChart-DialogDrawTool-TitleColor: rgb(250,250,250);
2514
+ --HQChart-DialogDrawTool-TitleBGColor: rgb(200, 66, 69);
2515
+ --HQChart-DialogDrawTool-ButtonColor:rgb(77,77,77);
2516
+ --HQChart-DialogDrawTool-ButtonBorderColor:rgb(128,128,128);
2517
+ --HQChart-DialogDrawTool-Selected_ButtonColor:rgb(255,255,255);
2518
+ --HQChart-DialogDrawTool-Selected_ButtonBGColor:rgb(234,85,4);
2519
+ --HQChart-DialogDrawTool-Selected_ButtonBorderColor:rgb(128,128,128);
2520
+ --HQChart-DialogDrawTool-DividingLineColor:rgb(204,204,204);
2521
+
2522
+
2523
+
2524
+ /*
2525
+ JSDialogModifyDraw
2526
+ */
2527
+
2528
+ --HQChart-DialogModifyDraw-BGColor: rgb(250,250,250);
2529
+ --HQChart-DialogModifyDraw-BorderColor: rgb(20,20,20);
2530
+ --HQChart-DialogModifyDraw-DragColor: rgb(250,250,250);
2531
+ --HQChart-DialogModifyDraw-DragBGColor: rgb(200, 66, 69);
2532
+ --HQChart-DialogModifyDraw-ButtonColor:rgb(77,77,77);
2533
+ --HQChart-DialogModifyDraw-ButtonBorderColor:rgb(20,20,20);
2534
+ --HQChart-DialogModifyDraw-UnlockButtonColor:rgb(220,220,220);
2535
+
2536
+
2537
+ /*
2538
+ JSDialogSearchIndex
2539
+ */
2540
+
2541
+ --HQChart-DialogSearchIndex-BGColor: rgb(250,250,250);
2542
+ --HQChart-DialogSearchIndex-BorderColor: rgb(20,20,20);
2543
+ --HQChart-DialogSearchIndex-Color: rgb(20,20,20);
2544
+ --HQChart-DialogSearchIndex-TitleColor: rgb(250,250,250);
2545
+ --HQChart-DialogSearchIndex-TitleBGColor: rgb(200, 66, 69);
2546
+ --HQChart-DialogSearchIndex-CloseColor:rgb(180,180,180);
2547
+ --HQChart-DialogSearchIndex-InputColor:rgb(20,20,20);
2548
+
2549
+
2550
+ /*
2551
+ JSDialogModifyIndexParam
2552
+ */
2553
+ --HQChart-DialogModifyIndexParam-BGColor: rgb(250,250,250);
2554
+ --HQChart-DialogModifyIndexParam-BorderColor: rgb(20,20,20);
2555
+ --HQChart-DialogModifyIndexParam-Color: rgb(20,20,20);
2556
+ --HQChart-DialogModifyIndexParam-TitleColor: rgb(250,250,250);
2557
+ --HQChart-DialogModifyIndexParam-TitleBGColor: rgb(200, 66, 69);
2558
+ --HQChart-DialogModifyIndexParam-CloseColor:rgb(180,180,180);
2559
+ --HQChart-DialogModifyIndexParam-ParamNameColor:rgb(20,20,20);
2560
+ --HQChart-DialogModifyIndexParam-InputTextColor:rgb(20,20,20);
2561
+ }
2562
+
2563
+ /*
2564
+ 黑色风格
2565
+ */
2566
+ :root[hqchart_style='1']
2567
+ {
2568
+ /*
2569
+ JSDialogDrawTool 配色 画图工具
2570
+ */
2571
+
2572
+ --HQChart-DialogDrawTool-BGColor: rgb(38,38,38);
2573
+ --HQChart-DialogDrawTool-BorderColor: rgb(170,170,170);
2574
+ --HQChart-DialogDrawTool-Color: rgb(210,210,210);
2575
+ --HQChart-DialogDrawTool-TitleColor: rgb(250,250,250);
2576
+ --HQChart-DialogDrawTool-TitleBGColor: rgb(200, 66, 69);
2577
+ --HQChart-DialogDrawTool-ButtonColor:rgb(110,110,110);
2578
+ --HQChart-DialogDrawTool-ButtonBorderColor:rgb(99,99,99);
2579
+ --HQChart-DialogDrawTool-Selected_ButtonColor:rgb(255,255,255);
2580
+ --HQChart-DialogDrawTool-Selected_ButtonBGColor:rgb(234,85,4);
2581
+ --HQChart-DialogDrawTool-Selected_ButtonBorderColor:rgb(128,128,128);
2582
+ --HQChart-DialogDrawTool-DividingLineColor:rgb(150,150,150);
2583
+
2584
+ /*
2585
+ JSDialogModifyDraw
2586
+ */
2587
+
2588
+ --HQChart-DialogModifyDraw-BGColor:rgb(38,38,38);
2589
+ --HQChart-DialogModifyDraw-BorderColor: rgb(170,170,170);
2590
+ --HQChart-DialogModifyDraw-ButtonColor:rgb(110,110,110);
2591
+ --HQChart-DialogModifyDraw-ButtonBorderColor:rgb(170,170,170);
2592
+ --HQChart-DialogModifyDraw-UnlockButtonColor:rgb(60,60,60);
2593
+
2594
+
2595
+ /*
2596
+ JSDialogSearchIndex
2597
+ */
2598
+
2599
+ --HQChart-DialogSearchIndex-BGColor: rgb(38,38,38);
2600
+ --HQChart-DialogSearchIndex-BorderColor: rgb(170,170,170);
2601
+ --HQChart-DialogSearchIndex-Color: rgb(210,210,210);
2602
+ --HQChart-DialogSearchIndex-TitleColor: rgb(250,250,250);
2603
+ --HQChart-DialogSearchIndex-TitleBGColor: rgb(200, 66, 69);
2604
+ --HQChart-DialogSearchIndex-InputColor:rgb(210,210,210);
2605
+
2606
+ /*
2607
+ JSDialogModifyIndexParam
2608
+ */
2609
+
2610
+ --HQChart-DialogModifyIndexParam-BGColor: rgb(38,38,38);
2611
+ --HQChart-DialogModifyIndexParam-BorderColor: rgb(170,170,170);
2612
+ --HQChart-DialogModifyIndexParam-Color: rgb(210,210,210);
2613
+ --HQChart-DialogModifyIndexParam-TitleColor: rgb(250,250,250);
2614
+ --HQChart-DialogModifyIndexParam-TitleBGColor: rgb(200, 66, 69);
2615
+ --HQChart-DialogModifyIndexParam-ParamNameColor:rgb(210,210,210);
2616
+ --HQChart-DialogModifyIndexParam-InputTextColor:rgb(210,210,210);
2617
+ }
2618
+
2405
2619
 
2406
2620
 
2407
2621
 
@@ -517,17 +517,6 @@ function GetBlackStyle()
517
517
  PositionColor:"rgb(255,0,255)" //持仓
518
518
  },
519
519
 
520
- DialogSearchIndex:
521
- {
522
- BGColor:'rgb(20,20,20)', //背景色
523
- BorderColor:'rgb(170,170,170)', //边框颜色
524
- TitleColor:'rgb(230,230,230)', //标题颜色
525
-
526
- IndexNameColor:"rgb(210,210,210)",
527
- GroupNameColor:"rgb(210,210,210)",
528
- InputTextColor:"rgb(210,210,210)",
529
- },
530
-
531
520
  DialogPopKeyboard:
532
521
  {
533
522
  BGColor:'rgb(20,20,20)', //背景色