szld-libs 0.0.26 → 0.0.27

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 (36) hide show
  1. package/dist/style.css +1 -1
  2. package/dist/szld-components.es.js +5 -5
  3. package/dist/szld-components.umd.js +32 -32
  4. package/es/components/BackHeader/index.css +3 -3
  5. package/es/components/BackHeader/index.js +3 -3
  6. package/es/components/CreateForm/index.css +6 -5
  7. package/es/components/CreateForm/index.js +4 -4
  8. package/es/components/Echarts/index.css +1 -1
  9. package/es/components/Echarts/index.js +1 -1
  10. package/es/components/EditTable/index.css +2 -2
  11. package/es/components/EditTable/index.js +1 -1
  12. package/es/components/Loading/index.css +3 -3
  13. package/es/components/Loading/index.js +4 -4
  14. package/es/components/SearchTable/index.css +1 -1
  15. package/es/components/SearchTable/index.js +1 -1
  16. package/es/components/VirtualTable/index.css +3 -3
  17. package/es/components/VirtualTable/index.js +4 -4
  18. package/es/components/WorkFlowNode/index.css +19 -19
  19. package/es/components/WorkFlowNode/index.js +13 -13
  20. package/lib/components/BackHeader/index.css +3 -3
  21. package/lib/components/BackHeader/index.js +3 -3
  22. package/lib/components/CreateForm/index.css +6 -5
  23. package/lib/components/CreateForm/index.js +4 -4
  24. package/lib/components/Echarts/index.css +1 -1
  25. package/lib/components/Echarts/index.js +1 -1
  26. package/lib/components/EditTable/index.css +2 -2
  27. package/lib/components/EditTable/index.js +1 -1
  28. package/lib/components/Loading/index.css +3 -3
  29. package/lib/components/Loading/index.js +4 -4
  30. package/lib/components/SearchTable/index.css +1 -1
  31. package/lib/components/SearchTable/index.js +1 -1
  32. package/lib/components/VirtualTable/index.css +3 -3
  33. package/lib/components/VirtualTable/index.js +4 -4
  34. package/lib/components/WorkFlowNode/index.css +19 -19
  35. package/lib/components/WorkFlowNode/index.js +13 -13
  36. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .szld-main{display:flex;align-items:center;justify-content:space-between;width:100%}.szld-main .szld-title{margin:.5em 0}.szld-main .szld-sub{margin-left:10px;font-weight:400;font-size:14px}.szld-fieldModal{position:relative;display:inline-flex;width:100%;min-width:0;padding:4px 11px;color:#000000e0;font-size:14px;line-height:1.57142857;background-color:#fff;background-image:none;border-width:1px;border-style:solid;border-color:#d9d9d9;border-radius:6px;transition:all .2s;cursor:pointer}.szld-fieldModal:hover{border-color:#4096ff}.szld-fieldModal .szld-content{flex:1}.szld-fieldModal .szld-suffix{flex:none;font-size:12px;color:#00000073;cursor:pointer;transition:color .3s;margin:0;vertical-align:-1px;display:flex;align-items:center}.szld-fieldModal .szld-placeholder{color:#d4d4d4;text-overflow:ellipsis}.szld-search{margin-bottom:20px}.szld-editableCellValueWrap{padding:4px 11px;border:1px solid #d9d9d9;border-radius:6px;cursor:pointer}[data-theme=dark] .szld-editableCellValueWrap:hover{border:1px solid #434343}.szld-main{margin:10px 0 0;list-style:none}.szld-main .szld-item{padding-bottom:20px;position:relative;margin-bottom:4px}.szld-main .szld-item:last-child .szld-tail{display:none}.szld-main .szld-item .szld-tail{position:absolute;left:8px;top:0px;height:100%;padding-top:15px;display:block;box-sizing:border-box}.szld-main .szld-item .szld-tail:after{content:"";display:inline-block;width:1px;height:100%;background-color:#cecece}.szld-main .szld-item .szld-node{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#1864ff;left:4px;width:9px;height:9px}.szld-main .szld-item .szld-content{position:relative;padding-left:28px;top:-3px}.szld-main .szld-item .szld-content .szld-collpase{top:0px;position:relative;display:flex;align-items:center;gap:16px;font-size:12px;color:#999}.szld-main .szld-item .szld-content .szld-collpase span{color:#1864ff}.szld-main .szld-item .szld-content .szld-btn{display:flex;align-items:center;gap:8px;color:#1864ff;cursor:pointer;font-size:12px}.szld-main .szld-item .szld-content .szld-title{font-size:16px;font-weight:400;color:#333;margin-bottom:8px}.szld-main .szld-item .szld-content .szld-dateWrapper{display:flex;align-items:center;gap:20px;font-size:14px;color:#666}.szld-main .szld-item .szld-content .szld-remark{margin-top:10px;background:#ffffff;border:4px solid #fafafa;border-radius:2px;font-size:14px;font-weight:400;color:#666;padding:20px;word-break:break-all}.szld-main .szld-itemActive .szld-tail{padding-top:17px}.szld-main .szld-itemActive .szld-node{background-color:#1864ff;width:12px;height:12px;left:2px;box-shadow:0 0 10px 2px #1864ff}.szld-main .szld-itemActive .szld-content .szld-title{color:#1864ff}.szld-main .szld-itemDone .szld-tail:after{background-color:#1864ff}.szld-main .szld-itemDone .szld-node{background-color:#1864ff}.szld-main .szld-itemUnDo .szld-node{background-color:#cecece}
1
+ .backheader-module_main_cac53{display:flex;align-items:center;justify-content:space-between;width:100%}.backheader-module_main_cac53 .backheader-module_title_33439{margin:.5em 0}.backheader-module_main_cac53 .backheader-module_sub_1d015{margin-left:10px;font-weight:400;font-size:14px}.create-form-module_fieldModal_8bf3d{position:relative;display:inline-flex;width:100%;min-width:0;padding:4px 11px;color:#000000e0;font-size:14px;line-height:1.57142857;background-color:#fff;background-image:none;border-width:1px;border-style:solid;border-color:#d9d9d9;border-radius:6px;transition:all .2s;cursor:pointer;white-space:nowrap}.create-form-module_fieldModal_8bf3d:hover{border-color:#4096ff}.create-form-module_fieldModal_8bf3d .create-form-module_content_61f84{flex:1}.create-form-module_fieldModal_8bf3d .create-form-module_suffix_42205{flex:none;font-size:12px;color:#00000073;cursor:pointer;transition:color .3s;margin:0;vertical-align:-1px;display:flex;align-items:center}.create-form-module_fieldModal_8bf3d .create-form-module_placeholder_90d6a{color:#d4d4d4;text-overflow:ellipsis}.search-table-module_search_17add{margin-bottom:20px}.editable-module_editableCellValueWrap_3b3d9{padding:4px 11px;border:1px solid #d9d9d9;border-radius:6px;cursor:pointer}[data-theme=dark] .editable-module_editableCellValueWrap_3b3d9:hover{border:1px solid #434343}.workflownode-module_main_dce7f{margin:10px 0 0;list-style:none}.workflownode-module_main_dce7f .workflownode-module_item_73d7c{padding-bottom:20px;position:relative;margin-bottom:4px}.workflownode-module_main_dce7f .workflownode-module_item_73d7c:last-child .workflownode-module_tail_3cb51{display:none}.workflownode-module_main_dce7f .workflownode-module_item_73d7c .workflownode-module_tail_3cb51{position:absolute;left:8px;top:0px;height:100%;padding-top:15px;display:block;box-sizing:border-box}.workflownode-module_main_dce7f .workflownode-module_item_73d7c .workflownode-module_tail_3cb51:after{content:"";display:inline-block;width:1px;height:100%;background-color:#cecece}.workflownode-module_main_dce7f .workflownode-module_item_73d7c .workflownode-module_node_005fd{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#1864ff;left:4px;width:9px;height:9px}.workflownode-module_main_dce7f .workflownode-module_item_73d7c .workflownode-module_content_8334f{position:relative;padding-left:28px;top:-3px}.workflownode-module_main_dce7f .workflownode-module_item_73d7c .workflownode-module_content_8334f .workflownode-module_collpase_f2468{top:0px;position:relative;display:flex;align-items:center;gap:16px;font-size:12px;color:#999}.workflownode-module_main_dce7f .workflownode-module_item_73d7c .workflownode-module_content_8334f .workflownode-module_collpase_f2468 span{color:#1864ff}.workflownode-module_main_dce7f .workflownode-module_item_73d7c .workflownode-module_content_8334f .workflownode-module_btn_b0c06{display:flex;align-items:center;gap:8px;color:#1864ff;cursor:pointer;font-size:12px}.workflownode-module_main_dce7f .workflownode-module_item_73d7c .workflownode-module_content_8334f .workflownode-module_title_cb34c{font-size:16px;font-weight:400;color:#333;margin-bottom:8px}.workflownode-module_main_dce7f .workflownode-module_item_73d7c .workflownode-module_content_8334f .workflownode-module_dateWrapper_94849{display:flex;align-items:center;gap:20px;font-size:14px;color:#666}.workflownode-module_main_dce7f .workflownode-module_item_73d7c .workflownode-module_content_8334f .workflownode-module_remark_4f910{margin-top:10px;background:#ffffff;border:4px solid #fafafa;border-radius:2px;font-size:14px;font-weight:400;color:#666;padding:20px;word-break:break-all}.workflownode-module_main_dce7f .workflownode-module_itemActive_2a29d .workflownode-module_tail_3cb51{padding-top:17px}.workflownode-module_main_dce7f .workflownode-module_itemActive_2a29d .workflownode-module_node_005fd{background-color:#1864ff;width:12px;height:12px;left:2px;box-shadow:0 0 10px 2px #1864ff}.workflownode-module_main_dce7f .workflownode-module_itemActive_2a29d .workflownode-module_content_8334f .workflownode-module_title_cb34c{color:#1864ff}.workflownode-module_main_dce7f .workflownode-module_itemDone_489bc .workflownode-module_tail_3cb51:after{background-color:#1864ff}.workflownode-module_main_dce7f .workflownode-module_itemDone_489bc .workflownode-module_node_005fd{background-color:#1864ff}.workflownode-module_main_dce7f .workflownode-module_itemUnDo_2914c .workflownode-module_node_005fd{background-color:#cecece}
@@ -1495,7 +1495,7 @@ var DR = function(g, v) {
1495
1495
  }));
1496
1496
  };
1497
1497
  DR.displayName = "UploadOutlined";
1498
- const GO = /* @__PURE__ */ Nr.forwardRef(DR), qO = "szld-main", XO = "szld-title", KO = "szld-sub", jS = {
1498
+ const GO = /* @__PURE__ */ Nr.forwardRef(DR), qO = "backheader-module_main_cac53", XO = "backheader-module_title_33439", KO = "backheader-module_sub_1d015", jS = {
1499
1499
  main: qO,
1500
1500
  title: XO,
1501
1501
  sub: KO
@@ -20678,7 +20678,7 @@ const pN = /* @__PURE__ */ V_(OR.exports), iR = [Cf.jpeg, Cf.jpg, Cf.png], vN =
20678
20678
  ),
20679
20679
  document.body
20680
20680
  );
20681
- }, mN = "szld-fieldModal", yN = "szld-content", gN = "szld-suffix", SN = "szld-placeholder", Wm = {
20681
+ }, mN = "create-form-module_fieldModal_8bf3d", yN = "create-form-module_content_61f84", gN = "create-form-module_suffix_42205", SN = "create-form-module_placeholder_90d6a", Wm = {
20682
20682
  fieldModal: mN,
20683
20683
  content: yN,
20684
20684
  suffix: gN,
@@ -20892,7 +20892,7 @@ const pN = /* @__PURE__ */ V_(OR.exports), iR = [Cf.jpeg, Cf.jpg, Cf.png], vN =
20892
20892
  /* @__PURE__ */ Se("div", { className: Wm.content, onClick: () => w(!0), children: L ? /* @__PURE__ */ Se("span", { children: L[v] }) : /* @__PURE__ */ Se("span", { className: Wm.placeholder, children: g }) }),
20893
20893
  /* @__PURE__ */ Se("span", { className: Wm.suffix, onClick: H, children: L && /* @__PURE__ */ Se(AO, {}) })
20894
20894
  ] });
20895
- }, RN = "szld-search", wN = {
20895
+ }, RN = "search-table-module_search_17add", wN = {
20896
20896
  search: RN
20897
20897
  };
20898
20898
  function lM(h) {
@@ -20917,7 +20917,7 @@ function lM(h) {
20917
20917
  )
20918
20918
  ] });
20919
20919
  }
20920
- const bN = "szld-editableCellValueWrap", xN = {
20920
+ const bN = "editable-module_editableCellValueWrap_3b3d9", xN = {
20921
20921
  editableCellValueWrap: bN
20922
20922
  }, LR = cu.createContext(null), kN = ({ index: h, ...g }) => {
20923
20923
  const [v] = Ip.useForm();
@@ -20996,7 +20996,7 @@ const _N = (h) => {
20996
20996
  }, oM = (h) => {
20997
20997
  const { PId: g, auths: v, ...w } = h, L = qm(() => !!(v && v.find((H) => H.PId === g)), [g, v]);
20998
20998
  return /* @__PURE__ */ Se(_N, { ...w, auth: L });
20999
- }, ON = "szld-main", NN = "szld-item", MN = "szld-tail", LN = "szld-node", zN = "szld-content", UN = "szld-collpase", AN = "szld-btn", FN = "szld-title", HN = "szld-dateWrapper", jN = "szld-remark", VN = "szld-itemActive", BN = "szld-itemDone", PN = "szld-itemUnDo", Vn = {
20999
+ }, ON = "workflownode-module_main_dce7f", NN = "workflownode-module_item_73d7c", MN = "workflownode-module_tail_3cb51", LN = "workflownode-module_node_005fd", zN = "workflownode-module_content_8334f", UN = "workflownode-module_collpase_f2468", AN = "workflownode-module_btn_b0c06", FN = "workflownode-module_title_cb34c", HN = "workflownode-module_dateWrapper_94849", jN = "workflownode-module_remark_4f910", VN = "workflownode-module_itemActive_2a29d", BN = "workflownode-module_itemDone_489bc", PN = "workflownode-module_itemUnDo_2914c", Vn = {
21000
21000
  main: ON,
21001
21001
  item: NN,
21002
21002
  tail: MN,