sprof 0.0.133 → 0.0.135

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.
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
45
45
  }>> & Readonly<{}>, {
46
46
  size: string;
47
47
  margin: string;
48
- color: string;
49
48
  iconClass: string;
49
+ color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
45
45
  }>> & Readonly<{}>, {
46
46
  size: string;
47
47
  margin: string;
48
- color: string;
49
48
  iconClass: string;
49
+ color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
45
45
  }>> & Readonly<{}>, {
46
46
  size: string;
47
47
  margin: string;
48
- color: string;
49
48
  iconClass: string;
49
+ color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
45
45
  }>> & Readonly<{}>, {
46
46
  size: string;
47
47
  margin: string;
48
- color: string;
49
48
  iconClass: string;
49
+ color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
45
45
  }>> & Readonly<{}>, {
46
46
  size: string;
47
47
  margin: string;
48
- color: string;
49
48
  iconClass: string;
49
+ color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
45
45
  }>> & Readonly<{}>, {
46
46
  size: string;
47
47
  margin: string;
48
- color: string;
49
48
  iconClass: string;
49
+ color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
45
45
  }>> & Readonly<{}>, {
46
46
  size: string;
47
47
  margin: string;
48
- color: string;
49
48
  iconClass: string;
49
+ color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -41,11 +41,6 @@ declare const _default: {
41
41
  default: number;
42
42
  required: false;
43
43
  };
44
- precision: {
45
- type: NumberConstructor;
46
- default: number;
47
- required: false;
48
- };
49
44
  modelValue: {
50
45
  type: globalThis.PropType<number>;
51
46
  };
@@ -95,11 +90,6 @@ declare const _default: {
95
90
  default: number;
96
91
  required: false;
97
92
  };
98
- precision: {
99
- type: NumberConstructor;
100
- default: number;
101
- required: false;
102
- };
103
93
  modelValue: {
104
94
  type: globalThis.PropType<number>;
105
95
  };
@@ -117,7 +107,6 @@ declare const _default: {
117
107
  min: number;
118
108
  disabled: boolean;
119
109
  step: number;
120
- precision: number;
121
110
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
122
111
  tags: string[];
123
112
  parameters: {
@@ -129,32 +118,44 @@ declare const _default: {
129
118
  };
130
119
  argTypes: {
131
120
  label: {
132
- control: string;
133
- description: string;
121
+ type: StringConstructor;
122
+ default: string;
123
+ required: boolean;
134
124
  };
135
125
  margin: {
136
- control: string;
137
- description: string;
126
+ type: StringConstructor;
127
+ required: boolean;
128
+ default: string;
138
129
  };
139
130
  padding: {
140
- control: string;
141
- description: string;
142
- };
143
- mask: {
144
- control: string;
145
- description: string;
146
- };
147
- borderColor: {
148
- control: string;
149
- description: string;
131
+ type: StringConstructor;
132
+ default: string;
133
+ required: boolean;
150
134
  };
151
135
  color: {
152
- control: string;
153
- description: string;
136
+ type: StringConstructor;
137
+ default: string;
138
+ required: boolean;
154
139
  };
155
140
  disabled: {
156
- control: string;
157
- description: string;
141
+ type: BooleanConstructor;
142
+ required: boolean;
143
+ default: boolean;
144
+ };
145
+ max: {
146
+ type: NumberConstructor;
147
+ default: number;
148
+ required: boolean;
149
+ };
150
+ min: {
151
+ type: NumberConstructor;
152
+ default: number;
153
+ required: boolean;
154
+ };
155
+ step: {
156
+ type: NumberConstructor;
157
+ default: number;
158
+ required: boolean;
158
159
  };
159
160
  };
160
161
  };
@@ -165,5 +166,6 @@ export declare const Default: {
165
166
  color: string;
166
167
  disabled: boolean;
167
168
  max: number;
169
+ step: number;
168
170
  };
169
171
  };
@@ -39,11 +39,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
39
39
  default: number;
40
40
  required: false;
41
41
  };
42
- precision: {
43
- type: NumberConstructor;
44
- default: number;
45
- required: false;
46
- };
47
42
  modelValue: {
48
43
  type: globalThis.PropType<number>;
49
44
  };
@@ -93,11 +88,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
93
88
  default: number;
94
89
  required: false;
95
90
  };
96
- precision: {
97
- type: NumberConstructor;
98
- default: number;
99
- required: false;
100
- };
101
91
  modelValue: {
102
92
  type: globalThis.PropType<number>;
103
93
  };
@@ -115,6 +105,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
115
105
  min: number;
116
106
  disabled: boolean;
117
107
  step: number;
118
- precision: number;
119
108
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
120
109
  export default _default;