st-comp 0.0.204 → 0.0.205

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.
Files changed (74) hide show
  1. package/es/ChartLayout.js +4 -4
  2. package/es/CustomFunction.cjs +1 -1
  3. package/es/CustomFunction.js +29 -29
  4. package/es/FactorWarning.cjs +1 -1
  5. package/es/FactorWarning.js +210 -201
  6. package/es/Kline.js +17 -17
  7. package/es/KlineBasic.js +26 -26
  8. package/es/KlineConfig.js +61 -61
  9. package/es/KlineNew.js +16 -16
  10. package/es/KlinePlus.js +19 -19
  11. package/es/Map.cjs +1 -1
  12. package/es/Map.js +102944 -1
  13. package/es/Pagination.js +73 -73
  14. package/es/PasswordPrompt.js +3 -3
  15. package/es/Table.js +38 -38
  16. package/es/User.js +44 -44
  17. package/es/VarSelectDialog.js +24 -24
  18. package/es/VarietyAutoComplete.js +10 -10
  19. package/es/VarietySearch.js +34 -34
  20. package/es/VarietyTextCopy.js +12 -12
  21. package/es/VirtualTable.js +70 -70
  22. package/es/{_initCloneObject-4ff4ab39.js → _initCloneObject-eaef9418.js} +7 -7
  23. package/es/{base-ff0e366f.js → base-a5af3db3.js} +40 -40
  24. package/es/{castArray-15070be9.js → castArray-7741a212.js} +1 -1
  25. package/es/{config-provider-1a9362d1.js → config-provider-b16efd62.js} +6 -6
  26. package/es/{debounce-e9e47f9a.js → debounce-8d53f4dd.js} +1 -1
  27. package/es/{dropdown-b3b26078.js → dropdown-a59bba73.js} +13 -13
  28. package/es/{el-autocomplete-a52b6885.js → el-autocomplete-ba808eb6.js} +16 -16
  29. package/es/{el-button-65aa0485.js → el-button-c95adb85.js} +39 -39
  30. package/es/{el-checkbox-feb78213.js → el-checkbox-7421ccd3.js} +31 -31
  31. package/es/{el-dialog-234e3137.js → el-dialog-41ab8417.js} +15 -15
  32. package/es/{el-divider-4fe55ebe.js → el-divider-4e059794.js} +1 -1
  33. package/es/{el-empty-ceecb81c.js → el-empty-33cb66f1.js} +5 -5
  34. package/es/{el-form-item-a68893fa.js → el-form-item-c53c374d.js} +34 -34
  35. package/es/{el-input-77c46a8a.js → el-input-2f75c4ba.js} +55 -55
  36. package/es/{el-input-number-23da18a4.js → el-input-number-5193fe6d.js} +31 -31
  37. package/es/{el-loading-025e8c34.js → el-loading-f6022062.js} +5 -5
  38. package/es/{el-menu-item-b1e678ba.js → el-menu-item-7e881203.js} +22 -22
  39. package/es/{el-message-box-db6c3469.js → el-message-box-a93d2f6a.js} +11 -11
  40. package/es/{el-message-8d817082.js → el-message-e544a8f5.js} +23 -23
  41. package/es/{el-overlay-3ebd4a6a.js → el-overlay-09ad71cd.js} +56 -56
  42. package/es/{el-popconfirm-5d93ad96.js → el-popconfirm-81dcd202.js} +20 -20
  43. package/es/{el-popper-ba55a170.js → el-popper-b4f97157.js} +109 -109
  44. package/es/{el-segmented-2813a6dc.js → el-segmented-b868d074.js} +8 -8
  45. package/es/{el-select-71af6fab.js → el-select-95627997.js} +64 -64
  46. package/es/{el-table-column-5d64176c.js → el-table-column-376cd907.js} +15 -15
  47. package/es/{el-tag-ca50befb.js → el-tag-66cab138.js} +15 -15
  48. package/es/{el-text-697ca5b5.js → el-text-ac60d0f2.js} +2 -2
  49. package/es/{index-923df02f.js → index-1f7d4f70.js} +2 -2
  50. package/es/{index-fca9441b.js → index-57672682.js} +3 -3
  51. package/es/{index-730c5d79.js → index-844bdd85.js} +34 -34
  52. package/es/{index-c30bd093.js → index-88546436.js} +17 -17
  53. package/es/{index-269b8a8c.js → index-960806da.js} +36 -36
  54. package/es/{index-8525fbd3.js → index-a871c3eb.js} +27 -27
  55. package/es/{index-93a8960e.js → index-d77a7336.js} +1 -1
  56. package/es/{index-56abb80d.js → index-d91dc23f.js} +12 -12
  57. package/es/{index-7b6ba27d.js → index-e5566b94.js} +43 -43
  58. package/es/raf-80ef0c0a.js +6 -0
  59. package/es/{scroll-41b4f625.js → scroll-679bd6bf.js} +5 -5
  60. package/es/style.css +1 -1
  61. package/es/{use-form-common-props-b342410c.js → use-form-common-props-815d48a6.js} +67 -67
  62. package/es/{use-global-config-409a5a22.js → use-global-config-b5e9d3d5.js} +14 -14
  63. package/es/{validator-46456823.js → validator-764a9db0.js} +1 -1
  64. package/es/{vnode-06571d5b.js → vnode-5ddb7ed1.js} +1 -1
  65. package/es/{zh-cn-87c8697d.js → zh-cn-e963c628.js} +2 -2
  66. package/lib/bundle.js +1 -1
  67. package/lib/bundle.umd.cjs +1 -1
  68. package/lib/{index-41eb55d2.js → index-ca5075d2.js} +16 -7
  69. package/lib/{python-89c64241.js → python-d88672d8.js} +1 -1
  70. package/lib/style.css +1 -1
  71. package/package.json +1 -1
  72. package/packages/FactorWarning/index.vue +14 -3
  73. package/src/pages/FactorWarning/index.vue +73 -84
  74. package/es/raf-8e05a7f4.js +0 -6
@@ -62166,7 +62166,7 @@ const Jnt = {
62166
62166
  tableEnable: !0
62167
62167
  // 启用按钮
62168
62168
  };
62169
- const mC = (n) => (Ac("data-v-b57c57a6"), n = n(), Tc(), n), eit = { class: "st-factorWarning" }, tit = { class: "custom-header" }, nit = /* @__PURE__ */ mC(() => /* @__PURE__ */ ve("span", { style: { "margin-right": "4px" } }, "因子预警", -1)), iit = { class: "factor-name" }, rit = ["onClick"], oit = { class: "factor-name" }, sit = ["onClick"], ait = { style: { display: "flex", "align-items": "start" } }, lit = {
62169
+ const mC = (n) => (Ac("data-v-b2d15520"), n = n(), Tc(), n), eit = { class: "st-factorWarning" }, tit = { class: "custom-header" }, nit = /* @__PURE__ */ mC(() => /* @__PURE__ */ ve("span", { style: { "margin-right": "4px" } }, "因子预警", -1)), iit = { class: "factor-name" }, rit = ["onClick"], oit = { class: "factor-name" }, sit = ["onClick"], ait = { style: { display: "flex", "align-items": "start" } }, lit = {
62170
62170
  key: 0,
62171
62171
  style: { flex: "1" }
62172
62172
  }, uit = /* @__PURE__ */ mC(() => /* @__PURE__ */ ve("span", { style: { margin: "0 5px" } }, "~", -1)), cit = {
@@ -62241,10 +62241,19 @@ const mC = (n) => (Ac("data-v-b57c57a6"), n = n(), Tc(), n), eit = { class: "st-
62241
62241
  totalCount: 3
62242
62242
  });
62243
62243
  const w = {
62244
- factorSelectedList: l.value.factorSelectedList.map((x) => ({
62245
- factorName: x,
62246
- ...l.value
62247
- }))
62244
+ factorSelectedList: l.value.factorSelectedList.map((x) => {
62245
+ let D = 3;
62246
+ const S = o.tableData.find(({ factorExtendName: L }) => L === x);
62247
+ if (S) {
62248
+ const L = S.totalCount - S.currentCount;
62249
+ L === 0 ? D = 3 : D = Math.min(3, 12 - L >= 0 ? 12 - L : 0);
62250
+ }
62251
+ return {
62252
+ factorName: x,
62253
+ ...l.value,
62254
+ totalCount: D
62255
+ };
62256
+ })
62248
62257
  }, C = () => {
62249
62258
  const x = l.value.factorType;
62250
62259
  f(), l.value.factorType = x;
@@ -62832,7 +62841,7 @@ const mC = (n) => (Ac("data-v-b57c57a6"), n = n(), Tc(), n), eit = { class: "st-
62832
62841
  ]);
62833
62842
  };
62834
62843
  }
62835
- }, xit = /* @__PURE__ */ qn(Cit, [["__scopeId", "data-v-b57c57a6"]]), Sit = {
62844
+ }, xit = /* @__PURE__ */ qn(Cit, [["__scopeId", "data-v-b2d15520"]]), Sit = {
62836
62845
  install(n) {
62837
62846
  n.component("st-factorWarning", xit);
62838
62847
  }
@@ -246587,7 +246596,7 @@ K0e({
246587
246596
  extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
246588
246597
  aliases: ["Python", "py"],
246589
246598
  firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
246590
- loader: () => import("./python-89c64241.js")
246599
+ loader: () => import("./python-d88672d8.js")
246591
246600
  });
246592
246601
  /*!-----------------------------------------------------------------------------
246593
246602
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- import { m as a } from "./index-41eb55d2.js";
1
+ import { m as a } from "./index-ca5075d2.js";
2
2
  import "vue";
3
3
  import "echarts";
4
4
  /*!-----------------------------------------------------------------------------