straw-ui-vue 0.1.10 → 0.1.11

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 (43) hide show
  1. package/dist/types/src/components/st-button/index.d.ts +2 -2
  2. package/dist/types/src/components/st-cascade/index.d.ts +2 -2
  3. package/dist/types/src/components/st-checkbox/index.d.ts +2 -2
  4. package/dist/types/src/components/st-color-picker/index.d.ts +562 -492
  5. package/dist/types/src/components/st-date-picker/index.d.ts +2 -2
  6. package/dist/types/src/components/st-datetime-picker/index.d.ts +2 -2
  7. package/dist/types/src/components/st-dialog/index.d.ts +2 -2
  8. package/dist/types/src/components/st-divider/index.d.ts +2 -2
  9. package/dist/types/src/components/st-drawer/index.d.ts +2 -2
  10. package/dist/types/src/components/st-empty/index.d.ts +2 -2
  11. package/dist/types/src/components/st-form-control/index.d.ts +2 -2
  12. package/dist/types/src/components/st-form-description/index.d.ts +2 -2
  13. package/dist/types/src/components/st-form-field/index.d.ts +2 -2
  14. package/dist/types/src/components/st-form-item/index.d.ts +2 -2
  15. package/dist/types/src/components/st-form-label/index.d.ts +2 -2
  16. package/dist/types/src/components/st-form-message/index.d.ts +2 -2
  17. package/dist/types/src/components/st-image/index.d.ts +2 -2
  18. package/dist/types/src/components/st-input/index.d.ts +2 -2
  19. package/dist/types/src/components/st-label/index.d.ts +2 -2
  20. package/dist/types/src/components/st-menu/index.d.ts +2 -2
  21. package/dist/types/src/components/st-pagination/index.d.ts +2 -2
  22. package/dist/types/src/components/st-popover/index.d.ts +2 -2
  23. package/dist/types/src/components/st-progress/index.d.ts +2 -2
  24. package/dist/types/src/components/st-radio/index.d.ts +2 -2
  25. package/dist/types/src/components/st-scrollbar/index.d.ts +2 -2
  26. package/dist/types/src/components/st-segmented/index.d.ts +2 -2
  27. package/dist/types/src/components/st-select/index.d.ts +2 -2
  28. package/dist/types/src/components/st-sidebar/index.d.ts +2 -2
  29. package/dist/types/src/components/st-sidebar-item/index.d.ts +2 -2
  30. package/dist/types/src/components/st-skeleton/index.d.ts +2 -2
  31. package/dist/types/src/components/st-slider/index.d.ts +2 -2
  32. package/dist/types/src/components/st-splitter/index.d.ts +2 -2
  33. package/dist/types/src/components/st-splitter-panel/index.d.ts +2 -2
  34. package/dist/types/src/components/st-switch/index.d.ts +2 -2
  35. package/dist/types/src/components/st-tabs/index.d.ts +2 -2
  36. package/dist/types/src/components/st-tag/index.d.ts +2 -2
  37. package/dist/types/src/components/st-time-picker/index.d.ts +809 -732
  38. package/dist/types/src/components/st-toggle/index.d.ts +2 -2
  39. package/dist/types/src/components/st-tooltip/index.d.ts +2 -2
  40. package/dist/types/src/components/st-tree/index.d.ts +77 -25
  41. package/dist/types/src/index.d.ts +0 -1
  42. package/dist/types/src/utils/with-install.d.ts +5 -4
  43. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- export declare const StButton: import('../../../utils/with-install').SFCWithInstall<{
1
+ export declare const StButton: {
2
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').ButtonProps> & Readonly<{
3
3
  onClick?: (event: MouseEvent) => any;
4
4
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -37,6 +37,6 @@ export declare const StButton: import('../../../utils/with-install').SFCWithInst
37
37
  loading: boolean;
38
38
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
39
39
  $slots: Readonly<import('./types.d.ts').ButtonSlots> & import('./types.d.ts').ButtonSlots;
40
- })>;
40
+ });
41
41
  export default StButton;
42
42
  export type * from './types.d.ts';
@@ -1,4 +1,4 @@
1
- export declare const StCascade: import('../../../utils/with-install').SFCWithInstall<{
1
+ export declare const StCascade: {
2
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
3
3
  modelValue?: (string | number)[];
4
4
  multipleValue?: (string | number)[][];
@@ -776,7 +776,7 @@ export declare const StCascade: import('../../../utils/with-install').SFCWithIns
776
776
  prefix?(_: {}): any;
777
777
  empty?(_: {}): any;
778
778
  };
779
- })> & {
779
+ }) & {
780
780
  StCascadePanel: {
781
781
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types.d.ts').CascadePanelProps> & Readonly<{
782
782
  onSelect?: (value: (string | number)[], option: import('./types.d.ts').CascadeOption) => any;
@@ -1,4 +1,4 @@
1
- export declare const StCheckbox: import('../../../utils/with-install').SFCWithInstall<{
1
+ export declare const StCheckbox: {
2
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
3
3
  modelValue?: boolean | string | number;
4
4
  } & import('./types.d.ts').CheckboxProps> & Readonly<{
@@ -45,7 +45,7 @@ export declare const StCheckbox: import('../../../utils/with-install').SFCWithIn
45
45
  falseValue: boolean | string | number;
46
46
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
47
47
  $slots: Readonly<import('./types.d.ts').CheckboxSlots> & import('./types.d.ts').CheckboxSlots;
48
- })> & {
48
+ }) & {
49
49
  StCheckboxGroup: {
50
50
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
51
51
  modelValue?: (string | number | boolean)[];