szld-libs 0.3.37 → 0.3.39

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.
@@ -1,5 +1,5 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- import { handleSelectOptions } from "@/utils/method";
2
+ import { handleSelectOptions } from "../../../utils/method";
3
3
  import { useState, useEffect } from "react";
4
4
  import { Checkbox } from "antd";
5
5
  const MyCheckbox = (props) => {
@@ -1,5 +1,5 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- import { handleSelectOptions } from "@/utils/method";
2
+ import { handleSelectOptions } from "../../../utils/method";
3
3
  import { Radio } from "antd";
4
4
  import { useState, useEffect } from "react";
5
5
  const MyRadio = (props) => {
@@ -1,5 +1,5 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- import { handleSelectOptions } from "@/utils/method";
2
+ import { handleSelectOptions } from "../../../utils/method";
3
3
  import { handleGetPlaceholder } from "../func";
4
4
  import { useState, useEffect } from "react";
5
5
  import { Select } from "antd";
@@ -1,6 +1,6 @@
1
1
  import { jsx, Fragment, jsxs } from "react/jsx-runtime";
2
2
  import { Field, Popup, Checkbox, Picker } from "react-vant";
3
- import { handleSelectOptions } from "@/utils/method";
3
+ import { handleSelectOptions } from "../../../utils/method";
4
4
  import { useState, useEffect } from "react";
5
5
  import { Flex } from "antd";
6
6
  const checkboxGroup = "index-module_checkbox-group_4684b";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const jsxRuntime = require("react/jsx-runtime");
3
- const method = require("@/utils/method");
3
+ const method = require("../../../utils/method");
4
4
  const react = require("react");
5
5
  const antd = require("antd");
6
6
  const MyCheckbox = (props) => {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const jsxRuntime = require("react/jsx-runtime");
3
- const method = require("@/utils/method");
3
+ const method = require("../../../utils/method");
4
4
  const antd = require("antd");
5
5
  const react = require("react");
6
6
  const MyRadio = (props) => {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const jsxRuntime = require("react/jsx-runtime");
3
- const method = require("@/utils/method");
3
+ const method = require("../../../utils/method");
4
4
  const func = require("../func");
5
5
  const react = require("react");
6
6
  const antd = require("antd");
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const jsxRuntime = require("react/jsx-runtime");
3
3
  const reactVant = require("react-vant");
4
- const method = require("@/utils/method");
4
+ const method = require("../../../utils/method");
5
5
  const react = require("react");
6
6
  const antd = require("antd");
7
7
  const checkboxGroup = "index-module_checkbox-group_4684b";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.3.37",
4
+ "version": "0.3.39",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",