sprof 0.3.0 → 0.3.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.
- package/dist/core/components/RemoteSearch.vue.d.ts +2 -2
- package/dist/sprof.js +242 -242
- package/dist/sprof.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +5 -2
|
@@ -141,7 +141,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
141
141
|
};
|
|
142
142
|
boxShadowResultList: {
|
|
143
143
|
type: globalThis.PropType<string>;
|
|
144
|
-
|
|
144
|
+
default: string;
|
|
145
145
|
};
|
|
146
146
|
}>> & Readonly<{
|
|
147
147
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
@@ -204,7 +204,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
204
204
|
};
|
|
205
205
|
boxShadowResultList: {
|
|
206
206
|
type: globalThis.PropType<string>;
|
|
207
|
-
|
|
207
|
+
default: string;
|
|
208
208
|
};
|
|
209
209
|
}>> & Readonly<{
|
|
210
210
|
onInput?: ((...args: any[]) => any) | undefined;
|