@pixelium/web-vue 0.0.3-beta → 0.0.3

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 (69) hide show
  1. package/dist/index.d.ts +10 -1
  2. package/dist/pixelium-vue.cjs +2 -2
  3. package/dist/pixelium-vue.css +1 -1
  4. package/dist/pixelium-vue.js +563 -558
  5. package/dist/pixelium-vue.umd.cjs +2 -2
  6. package/es/alert/draw.d.ts +6 -0
  7. package/es/alert/index.d.ts +29 -0
  8. package/es/alert/type.d.ts +83 -0
  9. package/es/aside/index.css +1 -0
  10. package/es/aside/index.js +1 -1
  11. package/es/auto-complete/index.css +1 -0
  12. package/es/auto-complete/index.js +2 -2
  13. package/es/button/index.js +4 -4
  14. package/es/button-group/index.js +2 -2
  15. package/es/checkbox/index.js +2 -2
  16. package/es/checkbox-group/index.js +1 -1
  17. package/es/col/index.js +1 -1
  18. package/es/container/index.css +1 -0
  19. package/es/dialog/dialog-wrapped.d.ts +52 -0
  20. package/es/dialog/dialog.d.ts +51 -0
  21. package/es/dialog/index.d.ts +5 -0
  22. package/es/dialog/type.d.ts +308 -0
  23. package/es/footer/index.css +1 -0
  24. package/es/form-item/index.css +0 -3
  25. package/es/form-item/index.js +1 -1
  26. package/es/grid-item/index.js +1 -1
  27. package/es/header/index.css +1 -0
  28. package/es/index.css +1 -1
  29. package/es/index.js +9 -8
  30. package/es/input/index.css +1 -0
  31. package/es/input/index.js +2 -2
  32. package/es/input-group/index.js +2 -2
  33. package/es/input-group-label/index.js +2 -2
  34. package/es/input-number/index.css +1 -0
  35. package/es/input-number/index.js +2 -2
  36. package/es/input-tag/index.css +1 -0
  37. package/es/input-tag/index.js +2 -2
  38. package/es/main/index.css +4 -0
  39. package/es/main/index.d.ts +4 -1
  40. package/es/main/index.js +7 -3
  41. package/es/main/type.d.ts +7 -0
  42. package/es/message-box/index.js +1 -1
  43. package/es/popup-portal/index.d.ts +15 -0
  44. package/es/popup-portal/type.d.ts +3 -0
  45. package/es/popup-wrapper/use-popup-wrapper-manager.d.ts +1 -0
  46. package/es/radio/index.js +1 -1
  47. package/es/radio-group/index.js +1 -1
  48. package/es/select/index.css +1 -0
  49. package/es/select/index.js +2 -2
  50. package/es/share/hook/use-dark-mode.js +3 -3
  51. package/es/share/hook/use-polling.d.ts +2 -0
  52. package/es/share/hook/use-watch-global-css-var.js +2 -2
  53. package/es/share/style/index.css +5 -0
  54. package/es/share/util/locale.d.ts +46 -0
  55. package/es/slider/index.css +3 -0
  56. package/es/slider/index.js +1 -1
  57. package/es/switch/index.js +1 -1
  58. package/es/textarea/index.css +1 -0
  59. package/es/textarea/index.js +1 -1
  60. package/package.json +1 -1
  61. package/coverage/base.css +0 -224
  62. package/coverage/block-navigation.js +0 -87
  63. package/coverage/coverage-final.json +0 -106
  64. package/coverage/favicon.png +0 -0
  65. package/coverage/index.html +0 -926
  66. package/coverage/prettify.css +0 -1
  67. package/coverage/prettify.js +0 -2
  68. package/coverage/sort-arrow-sprite.png +0 -0
  69. package/coverage/sorter.js +0 -210
package/dist/index.d.ts CHANGED
@@ -569,11 +569,20 @@ type __VLS_WithSlots$7<T, S> = T & {
569
569
  $slots: S;
570
570
  };
571
571
  };
572
+ export type MainProps = {
573
+ /**
574
+ * @property {boolean} [soft=false]
575
+ * @version 0.0.3
576
+ */
577
+ soft?: boolean;
578
+ };
572
579
  declare var __VLS_1$6: {};
573
580
  type __VLS_Slots$8 = {} & {
574
581
  default?: (props: typeof __VLS_1$6) => any;
575
582
  };
576
- declare const __VLS_component$8: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
583
+ declare const __VLS_component$8: import("vue").DefineComponent<MainProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MainProps> & Readonly<{}>, {
584
+ soft: boolean;
585
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
577
586
  declare const _default$11: __VLS_WithSlots$8<typeof __VLS_component$8, __VLS_Slots$8>;
578
587
  type __VLS_WithSlots$8<T, S> = T & {
579
588
  new (): {