sprof 0.2.4 → 0.2.6

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.
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as d, resolveComponent as l, openBlock as i, createElementBlock as C, Fragment as P, createVNode as m, unref as o, ref as u, createBlock as E, withCtx as k, createCommentVNode as v } from "vue";
2
- import { _ as f, P as w } from "./index-8p7UPAAQ.js";
2
+ import { _ as f, P as w } from "./index-C6n-V_a8.js";
3
3
  import "quasar";
4
4
  const B = /* @__PURE__ */ d({
5
5
  __name: "ExtractCreateForm",
@@ -77,10 +77,7 @@ declare const _default: {
77
77
  rules: import('quasar').ValidationRule[];
78
78
  borderColor: string;
79
79
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
80
- input: {
81
- $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
82
- $slots: import('quasar').QInputSlots;
83
- } | null;
80
+ input: import('quasar').QInput | null;
84
81
  }, any, import('vue').ComponentProvideOptions, {
85
82
  P: {};
86
83
  B: {};
@@ -383,10 +380,7 @@ export declare const Default: StoryFn<{
383
380
  rules: import('quasar').ValidationRule[];
384
381
  borderColor: string;
385
382
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
386
- input: {
387
- $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
388
- $slots: import('quasar').QInputSlots;
389
- } | null;
383
+ input: import('quasar').QInput | null;
390
384
  }, any, import('vue').ComponentProvideOptions, {
391
385
  P: {};
392
386
  B: {};
@@ -1,4 +1,4 @@
1
- import { ValidationRule } from 'quasar';
1
+ import { QInput as QInputType, ValidationRule } from 'quasar';
2
2
  declare function focus(): void;
3
3
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
4
  label: {
@@ -123,10 +123,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
123
123
  rules: ValidationRule[];
124
124
  borderColor: string;
125
125
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
126
- input: {
127
- $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
128
- $slots: import('quasar').QInputSlots;
129
- } | null;
126
+ input: QInputType | null;
130
127
  }, any>, {
131
128
  prepend?(_: {}): any;
132
129
  before?(_: {}): any;
@@ -297,31 +297,11 @@ declare const _default: {
297
297
  counter?(_: {}): any;
298
298
  loading?(_: {}): any;
299
299
  selected?(_: {}): any;
300
- option?(_: {
301
- index: number;
302
- opt: any;
303
- html: boolean;
304
- label: string;
305
- selected: boolean;
306
- focused: boolean;
307
- toggleOption: (opt: any) => void;
308
- setOptionIndex: (index: number) => void;
309
- itemProps: any;
310
- }): any;
311
- 'no-option'?(_: {
312
- inputValue: string;
313
- }): any;
300
+ option?(_: any): any;
301
+ 'no-option'?(_: any): any;
314
302
  'before-options'?(_: {}): any;
315
303
  'after-options'?(_: {}): any;
316
- 'selected-item'?(_: {
317
- index: number;
318
- opt: any;
319
- selected: boolean;
320
- html: boolean;
321
- removeAtIndex: (index: number) => void;
322
- toggleOption: (opt: any) => void;
323
- tabindex: number;
324
- }): any;
304
+ 'selected-item'?(_: any): any;
325
305
  };
326
306
  });
327
307
  tags: string[];
@@ -660,30 +640,10 @@ export declare const Default: StoryFn<{
660
640
  counter?(_: {}): any;
661
641
  loading?(_: {}): any;
662
642
  selected?(_: {}): any;
663
- option?(_: {
664
- index: number;
665
- opt: any;
666
- html: boolean;
667
- label: string;
668
- selected: boolean;
669
- focused: boolean;
670
- toggleOption: (opt: any) => void;
671
- setOptionIndex: (index: number) => void;
672
- itemProps: any;
673
- }): any;
674
- 'no-option'?(_: {
675
- inputValue: string;
676
- }): any;
643
+ option?(_: any): any;
644
+ 'no-option'?(_: any): any;
677
645
  'before-options'?(_: {}): any;
678
646
  'after-options'?(_: {}): any;
679
- 'selected-item'?(_: {
680
- index: number;
681
- opt: any;
682
- selected: boolean;
683
- html: boolean;
684
- removeAtIndex: (index: number) => void;
685
- toggleOption: (opt: any) => void;
686
- tabindex: number;
687
- }): any;
647
+ 'selected-item'?(_: any): any;
688
648
  };
689
649
  })>;
@@ -172,31 +172,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
172
172
  counter?(_: {}): any;
173
173
  loading?(_: {}): any;
174
174
  selected?(_: {}): any;
175
- option?(_: {
176
- index: number;
177
- opt: any;
178
- html: boolean;
179
- label: string;
180
- selected: boolean;
181
- focused: boolean;
182
- toggleOption: (opt: any) => void;
183
- setOptionIndex: (index: number) => void;
184
- itemProps: any;
185
- }): any;
186
- 'no-option'?(_: {
187
- inputValue: string;
188
- }): any;
175
+ option?(_: any): any;
176
+ 'no-option'?(_: any): any;
189
177
  'before-options'?(_: {}): any;
190
178
  'after-options'?(_: {}): any;
191
- 'selected-item'?(_: {
192
- index: number;
193
- opt: any;
194
- selected: boolean;
195
- html: boolean;
196
- removeAtIndex: (index: number) => void;
197
- toggleOption: (opt: any) => void;
198
- tabindex: number;
199
- }): any;
179
+ 'selected-item'?(_: any): any;
200
180
  }>;
201
181
  export default _default;
202
182
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -78,10 +78,7 @@ declare const _default: {
78
78
  $refs: {
79
79
  [x: string]: unknown;
80
80
  } & {
81
- input: {
82
- $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
83
- $slots: import('quasar').QInputSlots;
84
- } | null;
81
+ input: import('quasar').QInput | null;
85
82
  };
86
83
  $slots: Readonly<{
87
84
  [name: string]: import('vue').Slot<any> | undefined;
@@ -357,10 +354,7 @@ export declare const Default: () => {
357
354
  $refs: {
358
355
  [x: string]: unknown;
359
356
  } & {
360
- input: {
361
- $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
362
- $slots: import('quasar').QInputSlots;
363
- } | null;
357
+ input: import('quasar').QInput | null;
364
358
  };
365
359
  $slots: Readonly<{
366
360
  [name: string]: import('vue').Slot<any> | undefined;
@@ -76,10 +76,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
76
76
  $refs: {
77
77
  [x: string]: unknown;
78
78
  } & {
79
- input: {
80
- $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
81
- $slots: import('quasar').QInputSlots;
82
- } | null;
79
+ input: import('quasar').QInput | null;
83
80
  };
84
81
  $slots: Readonly<{
85
82
  [name: string]: import('vue').Slot<any> | undefined;