@scorchingft/ui-plus 1.0.11 → 1.1.1

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.
@@ -58,7 +58,9 @@ import { default as Ring } from '../scorchingftIcon/animation/Ring.vue';
58
58
  import { default as Scale } from '../scorchingftIcon/animation/Scale.vue';
59
59
  import { default as SfButton } from '../scorchingft/button/Button.vue';
60
60
  import { default as SfCard } from '../scorchingft/card/Card.vue';
61
+ import { default as SfDrag } from '../utils/Drag';
61
62
  import { default as SfIcon } from '../scorchingft/icon/Icon.vue';
63
+ import { default as SfInput } from '../scorchingft/input/Input.vue';
62
64
  import { default as SfMessage } from '../utils/Message';
63
65
  import { SfMessageHandler } from '../types/type';
64
66
  import { default as Speed } from '../scorchingftIcon/animation/Speed.vue';
@@ -195,6 +197,7 @@ export { Scale }
195
197
  declare const Scorchingftuiplus: {
196
198
  install: (app: App) => void;
197
199
  SfMessage: SfMessageHandler;
200
+ SfDrag: typeof SfDrag;
198
201
  };
199
202
  export default Scorchingftuiplus;
200
203
 
@@ -202,8 +205,12 @@ export { SfButton }
202
205
 
203
206
  export { SfCard }
204
207
 
208
+ export { SfDrag }
209
+
205
210
  export { SfIcon }
206
211
 
212
+ export { SfInput }
213
+
207
214
  export { SfMessage }
208
215
 
209
216
  export { Speed }