yxuse 3.0.42 → 3.0.43
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/README.md +12 -568
- package/lib/api.es.js +4 -4
- package/lib/dayjs.min.cjs.js +1 -1
- package/lib/dayjs.min.cjs.js.map +1 -1
- package/lib/dayjs.min.es.js +32 -2
- package/lib/dayjs.min.es.js.gz +0 -0
- package/lib/dayjs.min.es.js.map +1 -1
- package/lib/index.cjs.js.map +1 -1
- package/lib/index.cjs11.js.map +1 -1
- package/lib/index.cjs12.js +1 -7
- package/lib/index.cjs12.js.gz +0 -0
- package/lib/index.cjs12.js.map +1 -1
- package/lib/index.cjs13.js.map +1 -1
- package/lib/index.cjs2.js +1 -1
- package/lib/index.cjs2.js.map +1 -1
- package/lib/index.cjs5.js +10 -4
- package/lib/index.cjs5.js.gz +0 -0
- package/lib/index.cjs5.js.map +1 -1
- package/lib/index.cjs6.js +2 -2
- package/lib/index.cjs6.js.gz +0 -0
- package/lib/index.cjs6.js.map +1 -1
- package/lib/index.es.js.map +1 -1
- package/lib/index.es11.js.map +1 -1
- package/lib/index.es12.js +30 -2243
- package/lib/index.es12.js.gz +0 -0
- package/lib/index.es12.js.map +1 -1
- package/lib/index.es13.js.map +1 -1
- package/lib/index.es14.js +1 -1
- package/lib/index.es2.js +96 -2
- package/lib/index.es2.js.map +1 -1
- package/lib/index.es4.js +1 -1
- package/lib/index.es5.js +2222 -12
- package/lib/index.es5.js.gz +0 -0
- package/lib/index.es5.js.map +1 -1
- package/lib/index.es6.js +64 -52
- package/lib/index.es6.js.gz +0 -0
- package/lib/index.es6.js.map +1 -1
- package/lib/index.es7.js +1 -1
- package/lib/index.es7.js.gz +0 -0
- package/lib/index.es8.js +1 -1
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/theme.cjs.js +1 -1
- package/lib/theme.es.js +10 -9
- package/lib/theme.es.js.map +1 -1
- package/lib/translate.cjs.js +1 -1
- package/lib/translate.es.js +3 -3
- package/lib/utils.cjs.js +1 -1
- package/lib/utils.es.js +6 -4
- package/lib/utils.es.js.map +1 -1
- package/package.json +4 -3
- package/types/components/Toolbar/src/utils/mounted.d.ts +1 -0
- package/types/components/YxForm/index.vue.d.ts +10 -6
- package/types/components/YxForm/type.d.ts +11 -8
- package/types/components/YxIcon/type.d.ts +1 -0
- package/types/components/YxTable/index.vue.d.ts +1 -5
- package/types/components/YxTable/type.d.ts +5 -3
- package/types/utils/common/index.d.ts +1 -1
- package/types/utils/fecth/index.d.ts +8 -0
- package/types/utils/fecth/interface.d.ts +8 -0
- package/types/utils/index.d.ts +1 -0
- package/types/utils/mqtt/index.d.ts +16 -0
- package/types/utils/mqtt/interface.d.ts +17 -0
- package/lib/_commonjsHelpers.cjs.js +0 -2
- package/lib/_commonjsHelpers.cjs.js.map +0 -1
- package/lib/_commonjsHelpers.es.js +0 -34
- package/lib/_commonjsHelpers.es.js.map +0 -1
package/lib/index.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":["../packages/index.ts"],"sourcesContent":["/*\n * @Author: WangXin\n * @Date: 2023-08-16 15:38:34\n * @LastEditors: WangXin\n * @LastEditTime:
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":["../packages/index.ts"],"sourcesContent":["/*\n * @Author: WangXin\n * @Date: 2023-08-16 15:38:34\n * @LastEditors: WangXin\n * @LastEditTime: 2025-04-25 17:41:40\n * @FilePath: /yxuse/packages/index.ts\n * @Description:\n *\n * Copyright (c) 2023 by YuXing, All Rights Reserved.\n */\nexport * as utils from \"./utils\";\n\n// export * as icons from \"./icons\";\nexport * as yxIcon from \"./yxIcon\";\nexport * as api from \"./api\";\nexport * as theme from \"./theme\";\nexport * as components from \"./components\";\nexport * as translate from \"./translate\";\nexport * as yxi18n from \"./yxi18n\";\nexport * from \"./directives\";\nexport * from \"./hooks\";\nexport * from \"./app\";\nexport * from \"./bc\";\n//导出类型\nexport * from \"./components/type\";\nimport * as utils from \"./utils\";\nconsole.log(utils);\n// import * as icons from \"./icons\";\nimport * as api from \"./api\";\nimport * as theme from \"./theme\";\nimport * as components from \"./components\";\nimport * as directives from \"./directives\";\nimport * as translate from \"./translate\";\nimport * as yxi18n from \"./yxi18n\";\nimport * as yxHooks from \"./hooks\";\nimport * as yxIcon from \"./yxIcon\";\nimport * as app from \"./app\";\nimport * as BC from \"./bc\";\nexport default {\n\tutils,\n\tapi,\n\tapp,\n\ttheme,\n\tcomponents,\n\tdirectives,\n\tBC,\n\ttranslate,\n\tyxi18n,\n\tyxHooks,\n\tyxIcon\n};\n"],"names":["utils","api","theme","components","translate","yxi18n","yxIcon"],"mappings":";;;;;;;;;;;;AAsCA,MAAe,QAAA;AAAA,EACd,OAAAA;AAAAA,EACA,KAAAC;AAAAA,EACA;AAAA,EACA,OAAAC;AAAAA,EACA,YAAAC;AAAAA,EACA;AAAA,EACA;AAAA,EACA,WAAAC;AAAAA,EACA,QAAAC;AAAAA,EACA;AAAA,EACA,QAAAC;AACD;"}
|
package/lib/index.es11.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es11.js","sources":["../packages/hooks/useTime/index.ts"],"sourcesContent":["/*\n * @Author: WangXin\n * @Date: 2024-04-07 09:50:34\n * @LastEditors: WangXin\n * @LastEditTime:
|
|
1
|
+
{"version":3,"file":"index.es11.js","sources":["../packages/hooks/useTime/index.ts"],"sourcesContent":["/*\n * @Author: WangXin\n * @Date: 2024-04-07 09:50:34\n * @LastEditors: WangXin\n * @LastEditTime: 2025-04-25 14:50:40\n * @FilePath: /yxuse/packages/hooks/useTime/index.ts\n * @Description:\n *\n * Copyright (c) 2024 by YuXing, All Rights Reserved.\n */\nimport { ref, reactive, computed } from \"vue\";\nimport dayjs from \"dayjs\";\nconst time = ref(\"\");\nlet _timer: any;\nexport const useTime = () => {\n\tconst timedExecution = () => {\n\t\t_timer = setTimeout(() => {\n\t\t\ttime.value = dayjs().format(\"YYYY-MM-DD HH:mm:ss\");\n\t\t\t_timer && clearTimeout(_timer);\n\t\t\ttimedExecution();\n\t\t}, 1000);\n\t};\n\ttimedExecution();\n\treturn { time };\n};\n"],"names":[],"mappings":";;AAYA,MAAM,OAAO,IAAI,EAAE;AACnB,IAAI;AACG,MAAM,UAAU,MAAM;AAC5B,QAAM,iBAAiB,MAAM;AAC5B,aAAS,WAAW,MAAM;AACzB,WAAK,QAAQ,QAAQ,OAAO,qBAAqB;AACjD,gBAAU,aAAa,MAAM;AACd,qBAAA;AAAA,OACb,GAAI;AAAA,EACR;AACe,iBAAA;AACf,SAAO,EAAE,KAAK;AACf;"}
|