sprof 0.2.15 → 0.2.16

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.
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,66 @@
1
+ import { default as TabsStore } from '../TabsStore';
2
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
+ tabsStore: {
4
+ type: globalThis.PropType<TabsStore<import('..').ITab>>;
5
+ required: true;
6
+ };
7
+ vertical: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ color: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ required: false;
15
+ };
16
+ dark: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ compact: {
21
+ type: BooleanConstructor;
22
+ default: boolean;
23
+ };
24
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
+ select: (...args: any[]) => void;
26
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
27
+ tabsStore: {
28
+ type: globalThis.PropType<TabsStore<import('..').ITab>>;
29
+ required: true;
30
+ };
31
+ vertical: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ color: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ required: false;
39
+ };
40
+ dark: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ compact: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ }>> & Readonly<{
49
+ onSelect?: ((...args: any[]) => any) | undefined;
50
+ }>, {
51
+ color: string;
52
+ dark: boolean;
53
+ vertical: boolean;
54
+ compact: boolean;
55
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
56
+ default?(_: {
57
+ item: import('..').ITab;
58
+ tab: import('..').ITab;
59
+ }): any;
60
+ }>;
61
+ export default _default;
62
+ type __VLS_WithTemplateSlots<T, S> = T & {
63
+ new (): {
64
+ $slots: S;
65
+ };
66
+ };
@@ -0,0 +1,50 @@
1
+ import { default as TabsStore } from '../TabsStore';
2
+ declare const _default: <T>(__VLS_props: {
3
+ readonly onSelect?: ((...args: any[]) => any) | undefined;
4
+ buttons?: PF.UI.Btn[] | undefined;
5
+ readonly tabsStore: TabsStore<T>;
6
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
7
+ attrs: any;
8
+ slots: {
9
+ default?(_: {
10
+ item: import('..').ITab & T;
11
+ }): any;
12
+ };
13
+ emit: (event: "select", ...args: any[]) => void;
14
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
15
+ props: {
16
+ readonly onSelect?: ((...args: any[]) => any) | undefined;
17
+ buttons?: PF.UI.Btn[] | undefined;
18
+ readonly tabsStore: TabsStore<T>;
19
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
20
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
21
+ attrs: any;
22
+ slots: {
23
+ default?(_: {
24
+ item: import('..').ITab & T;
25
+ }): any;
26
+ };
27
+ emit: (event: "select", ...args: any[]) => void;
28
+ }>) => globalThis.VNode<import('vue').RendererNode, import('vue').RendererElement, {
29
+ [key: string]: any;
30
+ }> & {
31
+ __ctx?: {
32
+ props: {
33
+ readonly onSelect?: ((...args: any[]) => any) | undefined;
34
+ buttons?: PF.UI.Btn[] | undefined;
35
+ readonly tabsStore: TabsStore<T>;
36
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
37
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
38
+ attrs: any;
39
+ slots: {
40
+ default?(_: {
41
+ item: import('..').ITab & T;
42
+ }): any;
43
+ };
44
+ emit: (event: "select", ...args: any[]) => void;
45
+ } | undefined;
46
+ };
47
+ export default _default;
48
+ type __VLS_PrettifyLocal<T> = {
49
+ [K in keyof T]: T[K];
50
+ } & {};
@@ -0,0 +1,7 @@
1
+ import { App } from 'vue';
2
+ import { default as PTabs } from './components/PTabs.vue';
3
+ import { default as PTabsLeft } from './components/PTabsLeft.vue';
4
+ import { default as TabsStore } from './TabsStore';
5
+ export { PTabs, PTabsLeft, TabsStore };
6
+ export type { default as ITab } from './ITab';
7
+ export default function install(app: App): void;
package/dist/sprof.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A as e, a as t, b as l, c as u, d as i, e as o, f as d, g as h, E as P, L as n, h as S, i as r, j as g, k as c, l as p, m as A, n as F, o as B, p as f, P as m, q as C, r as D, s as L, t as E, u as I, v as R, w as T, x as b, y as k, z as w, S as x, B as y, C as G, D as H, F as M, G as O, H as j, I as q, J as v, K as z } from "./index-MSYtXXGA.js";
1
+ import { A as e, a as t, b as l, c as u, d as i, e as o, f as d, g as P, E as h, L as n, h as S, i as r, j as g, k as c, l as p, m as A, n as F, o as B, p as T, P as f, q as L, r as b, s as m, t as C, u as D, v as E, w as I, x as R, y as k, z as w, B as x, C as M, S as y, D as G, F as H, G as N, H as O, I as j, J as q, K as v, T as z, M as J, N as K } from "./index-BHTU_vkN.js";
2
2
  export {
3
3
  e as AuthButtonLogin,
4
4
  t as AuthButtonRefresh,
@@ -7,8 +7,8 @@ export {
7
7
  i as AuthChunks,
8
8
  o as AuthFieldsIds,
9
9
  d as AuthFormSettings,
10
- h as AuthMethods,
11
- P as EmailField,
10
+ P as AuthMethods,
11
+ h as EmailField,
12
12
  n as LoginField,
13
13
  S as PBadge,
14
14
  r as PButton,
@@ -18,26 +18,29 @@ export {
18
18
  A as PCrudList,
19
19
  F as PDateInput,
20
20
  B as PDialog,
21
- f as PEditDialog,
22
- m as PF,
23
- C as PFM,
24
- D as PHint,
25
- L as PInput,
26
- E as POptionsListSingle,
27
- I as POpts,
28
- R as PSelect,
29
- T as PTableToggle,
30
- b as PToggle,
31
- k as PasswordField,
32
- w as PasswordRepeatField,
33
- x as Schedule,
34
- y as ScheduleDay,
35
- G as ScheduleDefaultLabels,
36
- H as ScheduleGridEditor,
37
- M as SchedulePlace,
38
- O as ScheduleSession,
39
- j as ScheduleSlot,
40
- q as ScheduleTimeline,
41
- v as installSprof,
42
- z as pfName
21
+ T as PEditDialog,
22
+ f as PF,
23
+ L as PFM,
24
+ b as PHint,
25
+ m as PInput,
26
+ C as POptionsListSingle,
27
+ D as POpts,
28
+ E as PSelect,
29
+ I as PTableToggle,
30
+ R as PTabs,
31
+ k as PTabsLeft,
32
+ w as PToggle,
33
+ x as PasswordField,
34
+ M as PasswordRepeatField,
35
+ y as Schedule,
36
+ G as ScheduleDay,
37
+ H as ScheduleDefaultLabels,
38
+ N as ScheduleGridEditor,
39
+ O as SchedulePlace,
40
+ j as ScheduleSession,
41
+ q as ScheduleSlot,
42
+ v as ScheduleTimeline,
43
+ z as TabsStore,
44
+ J as installSprof,
45
+ K as pfName
43
46
  };