anytrek-front-public-component 1.1.13 → 1.1.14

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 (40) hide show
  1. package/package.json +2 -2
  2. package/README.md +0 -1365
  3. package/auto-imports.d.ts +0 -10
  4. package/components.d.ts +0 -13
  5. package/index.html +0 -13
  6. package/public/favicon.ico +0 -0
  7. package/src/App.vue +0 -44
  8. package/src/assets/Inter/Inter-Black.ttf +0 -0
  9. package/src/assets/Inter/Inter-Bold.ttf +0 -0
  10. package/src/assets/Inter/Inter-Light.ttf +0 -0
  11. package/src/assets/Inter/Inter-Medium.ttf +0 -0
  12. package/src/assets/Inter/Inter-Regular.ttf +0 -0
  13. package/src/assets/css/main.scss +0 -136
  14. package/src/component/anytrekTimePick/anytrekTimePickTime.vue +0 -280
  15. package/src/component/anytrekTimerangePick/anytrekTimerangePickBody.vue +0 -710
  16. package/src/component/anytrekTimerangePick/anytrekTimerangePickTime.vue +0 -377
  17. package/src/component/anytrekTimerangePick/timeSelect.vue +0 -231
  18. package/src/icons/svg/arrow-icon.svg +0 -3
  19. package/src/icons/svg/cancel-icon.svg +0 -3
  20. package/src/icons/svg/check-icon.svg +0 -3
  21. package/src/icons/svg/confirm-icon.svg +0 -3
  22. package/src/icons/svg/date-icon.svg +0 -3
  23. package/src/icons/svg-icon.vue +0 -41
  24. package/src/main.ts +0 -7
  25. package/src/plugin/component/anytrekTimePick.vue +0 -557
  26. package/src/plugin/component/anytrekTimerangePick.vue +0 -514
  27. package/src/plugin/index.ts +0 -11
  28. package/src/utils/common.ts +0 -57
  29. package/src/vite-env.d.ts +0 -1
  30. package/tsconfig.app.json +0 -25
  31. package/tsconfig.app.tsbuildinfo +0 -1
  32. package/tsconfig.json +0 -7
  33. package/tsconfig.node.json +0 -23
  34. package/tsconfig.node.tsbuildinfo +0 -1
  35. package/vite.config.ts +0 -47
  36. package/vue.d.ts +0 -10
  37. /package/{dist/anytrek-front-public-component.mjs → anytrek-front-public-component.mjs} +0 -0
  38. /package/{dist/anytrek-front-public-component.umd.js → anytrek-front-public-component.umd.js} +0 -0
  39. /package/{dist/favicon.ico → favicon.ico} +0 -0
  40. /package/{dist/style.css → style.css} +0 -0
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "anytrek-front-public-component",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "some common component",
5
- "main": "dist/anytrek-front-public-component.mjs",
5
+ "main": "anytrek-front-public-component.mjs",
6
6
  "scripts": {
7
7
  "dev": "vite",
8
8
  "build": "vite build"