sprof 0.1.4 → 0.1.5
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/atoms/PSelect/PSelect.stories.d.ts +0 -2
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +0 -1
- package/dist/core/ftsp/Pagination.d.ts +2 -2
- package/dist/core/store/SearchStore.d.ts +2 -2
- package/dist/core/store/index.d.ts +2 -2
- package/dist/sprof.js +2047 -2052
- package/dist/sprof.umd.cjs +11 -11
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -267,7 +267,6 @@ declare const _default: {
|
|
|
267
267
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
268
268
|
$slots: {
|
|
269
269
|
left?(_: {}): any;
|
|
270
|
-
default?(_: {}): any;
|
|
271
270
|
right?(_: {}): any;
|
|
272
271
|
};
|
|
273
272
|
});
|
|
@@ -577,7 +576,6 @@ export declare const Default: StoryFn<{
|
|
|
577
576
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
578
577
|
$slots: {
|
|
579
578
|
left?(_: {}): any;
|
|
580
|
-
default?(_: {}): any;
|
|
581
579
|
right?(_: {}): any;
|
|
582
580
|
};
|
|
583
581
|
})>;
|
|
@@ -149,7 +149,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
149
149
|
inPadding: string;
|
|
150
150
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
151
151
|
left?(_: {}): any;
|
|
152
|
-
default?(_: {}): any;
|
|
153
152
|
right?(_: {}): any;
|
|
154
153
|
}>;
|
|
155
154
|
export default _default;
|
|
@@ -392,8 +392,8 @@ export default abstract class S {
|
|
|
392
392
|
label: string;
|
|
393
393
|
}[];
|
|
394
394
|
pagination: {
|
|
395
|
-
|
|
396
|
-
|
|
395
|
+
page: number;
|
|
396
|
+
rowsPerPage: number;
|
|
397
397
|
cursor: {
|
|
398
398
|
operation: import('../types/Operators').default;
|
|
399
399
|
column: string;
|