sprof 0.2.7 → 0.2.9
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/{ExtractsList-BNHHbmEu.js → ExtractsList-CCcvo_02.js} +1 -1
- package/dist/core/auth/Auth.d.ts +1 -1
- package/dist/core/components/GeneralItem.vue.d.ts +1 -1
- package/dist/core/components/InfoItem.vue.d.ts +1 -1
- package/dist/core/components/RemoteSearch.stories.d.ts +20 -20
- package/dist/core/components/atoms/PDateInput/PDateInput.stories.d.ts +569 -0
- package/dist/core/components/atoms/PDateInput/PDateInput.test.d.ts +1 -0
- package/dist/core/components/atoms/PDateInput/PDateInput.vue.d.ts +77 -0
- package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +6 -6
- package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +1 -1
- package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +12 -12
- package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +2 -2
- package/dist/core/components/atoms/PHint/PHint.stories.d.ts +34 -0
- package/dist/core/components/atoms/PHint/PHint.test.d.ts +1 -0
- package/dist/core/components/atoms/PHint/PHint.vue.d.ts +5 -0
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +6 -6
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +1 -1
- package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +6 -6
- package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +1 -1
- package/dist/core/components/atoms/POptionsListSingle/POptionsListSingle.stories.d.ts +31 -0
- package/dist/core/components/atoms/POptionsListSingle/POptionsListSingle.test.d.ts +1 -0
- package/dist/core/components/atoms/POpts/POpts.test.d.ts +1 -0
- package/dist/core/components/atoms/POpts/POpts.vue.d.ts +28 -0
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
- package/dist/core/components/atoms/PString/PString.stories.d.ts +2 -2
- package/dist/core/components/atoms/PString/PString.vue.d.ts +1 -1
- package/dist/core/components/atoms/PTableToggle/PTableToggle.test.d.ts +1 -0
- package/dist/core/components/atoms/PTableToggle/PTableToggle.vue.d.ts +12 -0
- package/dist/core/components/atoms/PTooltip/PTooltip.stories.d.ts +141 -7
- package/dist/core/components/atoms/PTooltip/PTooltip.vue.d.ts +4 -3
- package/dist/core/components/atoms/index.d.ts +6 -1
- package/dist/core/components/molecules/PCard/PCard.stories.d.ts +801 -0
- package/dist/core/components/molecules/PCard/PCard.test.d.ts +1 -0
- package/dist/core/components/molecules/PCard/PCard.vue.d.ts +112 -0
- package/dist/core/components/molecules/PCrudList/PCrudList.stories.d.ts +720 -0
- package/dist/core/components/molecules/PCrudList/PCrudList.test.d.ts +1 -0
- package/dist/core/components/molecules/PCrudList/PCrudList.vue.d.ts +137 -0
- package/dist/core/components/molecules/PEditDialog/PEditDialog.stories.d.ts +243 -0
- package/dist/core/components/molecules/PEditDialog/PEditDialog.test.d.ts +1 -0
- package/dist/core/components/molecules/PEditDialog/PEditDialog.vue.d.ts +29 -0
- package/dist/core/components/molecules/PEditDialog/pEditDialogProps.d.ts +10 -0
- package/dist/core/components/molecules/index.d.ts +4 -1
- package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +10 -10
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +5 -5
- package/dist/core/helpers/index.d.ts +1 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/core/interfaces/index.d.ts +34 -0
- package/dist/core/store/index.d.ts +24 -24
- package/dist/core/ui/AdminUI.d.ts +4 -4
- package/dist/global-components.d.ts +8 -0
- package/dist/index-Bwtms4B9.js +19392 -0
- package/dist/index.d.ts +9 -0
- package/dist/sprof.js +29 -21
- package/dist/sprof.umd.cjs +23 -14
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/index-T6suvcZB.js +0 -14184
|
@@ -5,7 +5,7 @@ declare const _default: {
|
|
|
5
5
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
6
6
|
tooltipText: {
|
|
7
7
|
type: StringConstructor;
|
|
8
|
-
default:
|
|
8
|
+
default: undefined;
|
|
9
9
|
required: false;
|
|
10
10
|
};
|
|
11
11
|
timeout: {
|
|
@@ -40,7 +40,7 @@ declare const _default: {
|
|
|
40
40
|
typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
|
|
41
41
|
relPosition: "left" | "right";
|
|
42
42
|
level: "top" | "bottom";
|
|
43
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
43
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
44
44
|
P: {};
|
|
45
45
|
B: {};
|
|
46
46
|
D: {};
|
|
@@ -50,7 +50,7 @@ declare const _default: {
|
|
|
50
50
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
51
51
|
tooltipText: {
|
|
52
52
|
type: StringConstructor;
|
|
53
|
-
default:
|
|
53
|
+
default: undefined;
|
|
54
54
|
required: false;
|
|
55
55
|
};
|
|
56
56
|
timeout: {
|
|
@@ -92,7 +92,7 @@ declare const _default: {
|
|
|
92
92
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
93
93
|
tooltipText: {
|
|
94
94
|
type: StringConstructor;
|
|
95
|
-
default:
|
|
95
|
+
default: undefined;
|
|
96
96
|
required: false;
|
|
97
97
|
};
|
|
98
98
|
timeout: {
|
|
@@ -130,6 +130,7 @@ declare const _default: {
|
|
|
130
130
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
131
131
|
$slots: {
|
|
132
132
|
default?(_: {}): any;
|
|
133
|
+
default?(_: {}): any;
|
|
133
134
|
};
|
|
134
135
|
});
|
|
135
136
|
tags: string[];
|
|
@@ -172,7 +173,7 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
172
173
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
173
174
|
tooltipText: {
|
|
174
175
|
type: StringConstructor;
|
|
175
|
-
default:
|
|
176
|
+
default: undefined;
|
|
176
177
|
required: false;
|
|
177
178
|
};
|
|
178
179
|
timeout: {
|
|
@@ -207,7 +208,7 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
207
208
|
typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
|
|
208
209
|
relPosition: "left" | "right";
|
|
209
210
|
level: "top" | "bottom";
|
|
210
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
211
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
211
212
|
P: {};
|
|
212
213
|
B: {};
|
|
213
214
|
D: {};
|
|
@@ -217,7 +218,7 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
217
218
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
218
219
|
tooltipText: {
|
|
219
220
|
type: StringConstructor;
|
|
220
|
-
default:
|
|
221
|
+
default: undefined;
|
|
221
222
|
required: false;
|
|
222
223
|
};
|
|
223
224
|
timeout: {
|
|
@@ -258,10 +259,142 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
258
259
|
__isSuspense?: undefined;
|
|
259
260
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
260
261
|
tooltipText: {
|
|
262
|
+
type: StringConstructor;
|
|
263
|
+
default: undefined;
|
|
264
|
+
required: false;
|
|
265
|
+
};
|
|
266
|
+
timeout: {
|
|
267
|
+
type: NumberConstructor;
|
|
268
|
+
default: number;
|
|
269
|
+
required: false;
|
|
270
|
+
};
|
|
271
|
+
typeStyle: {
|
|
272
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
|
|
273
|
+
default: string;
|
|
274
|
+
required: false;
|
|
275
|
+
};
|
|
276
|
+
height: {
|
|
261
277
|
type: StringConstructor;
|
|
262
278
|
default: string;
|
|
263
279
|
required: false;
|
|
264
280
|
};
|
|
281
|
+
relPosition: {
|
|
282
|
+
type: globalThis.PropType<"left" | "right">;
|
|
283
|
+
default: string;
|
|
284
|
+
required: false;
|
|
285
|
+
};
|
|
286
|
+
level: {
|
|
287
|
+
type: globalThis.PropType<"top" | "bottom">;
|
|
288
|
+
default: string;
|
|
289
|
+
required: false;
|
|
290
|
+
};
|
|
291
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
292
|
+
timeout: number;
|
|
293
|
+
height: string;
|
|
294
|
+
tooltipText: string;
|
|
295
|
+
typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
|
|
296
|
+
relPosition: "left" | "right";
|
|
297
|
+
level: "top" | "bottom";
|
|
298
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
299
|
+
$slots: {
|
|
300
|
+
default?(_: {}): any;
|
|
301
|
+
default?(_: {}): any;
|
|
302
|
+
};
|
|
303
|
+
})>;
|
|
304
|
+
export declare const DropIn: StoryFn<{
|
|
305
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
306
|
+
tooltipText: {
|
|
307
|
+
type: StringConstructor;
|
|
308
|
+
default: undefined;
|
|
309
|
+
required: false;
|
|
310
|
+
};
|
|
311
|
+
timeout: {
|
|
312
|
+
type: NumberConstructor;
|
|
313
|
+
default: number;
|
|
314
|
+
required: false;
|
|
315
|
+
};
|
|
316
|
+
typeStyle: {
|
|
317
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
|
|
318
|
+
default: string;
|
|
319
|
+
required: false;
|
|
320
|
+
};
|
|
321
|
+
height: {
|
|
322
|
+
type: StringConstructor;
|
|
323
|
+
default: string;
|
|
324
|
+
required: false;
|
|
325
|
+
};
|
|
326
|
+
relPosition: {
|
|
327
|
+
type: globalThis.PropType<"left" | "right">;
|
|
328
|
+
default: string;
|
|
329
|
+
required: false;
|
|
330
|
+
};
|
|
331
|
+
level: {
|
|
332
|
+
type: globalThis.PropType<"top" | "bottom">;
|
|
333
|
+
default: string;
|
|
334
|
+
required: false;
|
|
335
|
+
};
|
|
336
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
337
|
+
timeout: number;
|
|
338
|
+
height: string;
|
|
339
|
+
tooltipText: string;
|
|
340
|
+
typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
|
|
341
|
+
relPosition: "left" | "right";
|
|
342
|
+
level: "top" | "bottom";
|
|
343
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
344
|
+
P: {};
|
|
345
|
+
B: {};
|
|
346
|
+
D: {};
|
|
347
|
+
C: {};
|
|
348
|
+
M: {};
|
|
349
|
+
Defaults: {};
|
|
350
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
351
|
+
tooltipText: {
|
|
352
|
+
type: StringConstructor;
|
|
353
|
+
default: undefined;
|
|
354
|
+
required: false;
|
|
355
|
+
};
|
|
356
|
+
timeout: {
|
|
357
|
+
type: NumberConstructor;
|
|
358
|
+
default: number;
|
|
359
|
+
required: false;
|
|
360
|
+
};
|
|
361
|
+
typeStyle: {
|
|
362
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
|
|
363
|
+
default: string;
|
|
364
|
+
required: false;
|
|
365
|
+
};
|
|
366
|
+
height: {
|
|
367
|
+
type: StringConstructor;
|
|
368
|
+
default: string;
|
|
369
|
+
required: false;
|
|
370
|
+
};
|
|
371
|
+
relPosition: {
|
|
372
|
+
type: globalThis.PropType<"left" | "right">;
|
|
373
|
+
default: string;
|
|
374
|
+
required: false;
|
|
375
|
+
};
|
|
376
|
+
level: {
|
|
377
|
+
type: globalThis.PropType<"top" | "bottom">;
|
|
378
|
+
default: string;
|
|
379
|
+
required: false;
|
|
380
|
+
};
|
|
381
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
382
|
+
timeout: number;
|
|
383
|
+
height: string;
|
|
384
|
+
tooltipText: string;
|
|
385
|
+
typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
|
|
386
|
+
relPosition: "left" | "right";
|
|
387
|
+
level: "top" | "bottom";
|
|
388
|
+
}>;
|
|
389
|
+
__isFragment?: undefined;
|
|
390
|
+
__isTeleport?: undefined;
|
|
391
|
+
__isSuspense?: undefined;
|
|
392
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
393
|
+
tooltipText: {
|
|
394
|
+
type: StringConstructor;
|
|
395
|
+
default: undefined;
|
|
396
|
+
required: false;
|
|
397
|
+
};
|
|
265
398
|
timeout: {
|
|
266
399
|
type: NumberConstructor;
|
|
267
400
|
default: number;
|
|
@@ -297,5 +430,6 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
297
430
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
298
431
|
$slots: {
|
|
299
432
|
default?(_: {}): any;
|
|
433
|
+
default?(_: {}): any;
|
|
300
434
|
};
|
|
301
435
|
})>;
|
|
@@ -4,7 +4,7 @@ type LevelType = 'top' | 'bottom';
|
|
|
4
4
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
5
5
|
tooltipText: {
|
|
6
6
|
type: StringConstructor;
|
|
7
|
-
default:
|
|
7
|
+
default: undefined;
|
|
8
8
|
required: false;
|
|
9
9
|
};
|
|
10
10
|
timeout: {
|
|
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
35
35
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
36
36
|
tooltipText: {
|
|
37
37
|
type: StringConstructor;
|
|
38
|
-
default:
|
|
38
|
+
default: undefined;
|
|
39
39
|
required: false;
|
|
40
40
|
};
|
|
41
41
|
timeout: {
|
|
@@ -70,7 +70,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
70
70
|
typeStyle: TooltipType;
|
|
71
71
|
relPosition: RelPositionType;
|
|
72
72
|
level: LevelType;
|
|
73
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
73
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
74
|
+
default?(_: {}): any;
|
|
74
75
|
default?(_: {}): any;
|
|
75
76
|
}>;
|
|
76
77
|
export default _default;
|
|
@@ -2,21 +2,26 @@ import { default as PBadge } from './PBadge/PBadge.vue';
|
|
|
2
2
|
import { default as PButton } from './PButton/PButton.vue';
|
|
3
3
|
import { default as PCheckBox } from './PCheckbox/PCheckBox.vue';
|
|
4
4
|
import { default as PChip } from './PChip/PChip.vue';
|
|
5
|
+
import { default as PDateInput } from './PDateInput/PDateInput.vue';
|
|
5
6
|
import { default as PDatePicker } from './PDatePicker/PDatePicker.vue';
|
|
6
7
|
import { default as PDialog } from './PDialog/PDialog.vue';
|
|
7
8
|
import { default as PFlex } from './PFlex/PFlex.vue';
|
|
9
|
+
import { default as PHint } from './PHint/PHint.vue';
|
|
8
10
|
import { default as PInput } from './PInput/PInput.vue';
|
|
9
11
|
import { default as PInputDate } from './PInputDate/PInputDate.vue';
|
|
10
12
|
import { default as PInputNumber } from './PInputNumber/PInputNumber.vue';
|
|
11
13
|
import { default as PLeftSlider } from './PLeftSlider/PLeftSlider.vue';
|
|
12
14
|
import { default as PList } from './PList/PList.vue';
|
|
13
15
|
import { default as PListItem } from './PListItem/PListItem.vue';
|
|
16
|
+
import { default as POptionsListSingle } from './POptionsListSingle/POptionsListSingle.vue';
|
|
17
|
+
import { default as POpts } from './POpts/POpts.vue';
|
|
14
18
|
import { default as PRadio } from './PRadio/PRadio.vue';
|
|
15
19
|
import { default as PRightSlider } from './PRightSlider/PRightSlider.vue';
|
|
16
20
|
import { default as PSelect } from './PSelect/PSelect.vue';
|
|
17
21
|
import { default as PSticky } from './PSticky/PSticky.vue';
|
|
18
22
|
import { default as PString } from './PString/PString.vue';
|
|
19
23
|
import { default as PTable } from './PTable/PTable.vue';
|
|
24
|
+
import { default as PTableToggle } from './PTableToggle/PTableToggle.vue';
|
|
20
25
|
import { default as PTextarea } from './PTextarea/PTextarea.vue';
|
|
21
26
|
import { default as PToggle } from './PToggle/PToggle.vue';
|
|
22
27
|
import { default as PTooltip } from './PTooltip/PTooltip.vue';
|
|
@@ -24,4 +29,4 @@ import { default as PTopSlider } from './PTopSlider/PTopSlider.vue';
|
|
|
24
29
|
export default function install(app: {
|
|
25
30
|
component: (a: string, b: unknown) => void;
|
|
26
31
|
}): void;
|
|
27
|
-
export { PBadge, PButton, PCheckBox, PChip, PDatePicker, PDialog, PFlex, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, PRadio, PRightSlider, PSelect, PSticky, PString, PTable, PTextarea, PToggle, PTooltip, PTopSlider, };
|
|
32
|
+
export { PBadge, PButton, PCheckBox, PChip, PDateInput, PDatePicker, PDialog, PFlex, PHint, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, POptionsListSingle, POpts, PRadio, PRightSlider, PSelect, PSticky, PString, PTable, PTableToggle, PTextarea, PToggle, PTooltip, PTopSlider, };
|