sprof 0.2.15 → 0.2.17
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-qhprTL9t.js → ExtractsList-DkhnDpSu.js} +1 -1
- package/dist/core/components/atoms/PDateTimeInput/PDateTimeInput.test.d.ts +1 -0
- package/dist/core/components/atoms/PDateTimeInput/PDateTimeInput.vue.d.ts +69 -0
- package/dist/core/components/atoms/index.d.ts +2 -1
- package/dist/core/components/molecules/PAddDialog/PAddDialog.test.d.ts +1 -0
- package/dist/core/components/molecules/PAddDialog/PAddDialog.vue.d.ts +39 -0
- package/dist/core/components/molecules/index.d.ts +2 -1
- package/dist/core/components/organisms/index.d.ts +2 -2
- package/dist/core/helpers/Menus.d.ts +1 -1
- package/dist/global-components.d.ts +7 -1
- package/dist/{index-MSYtXXGA.js → index-DN5Lq9Ib.js} +5870 -5365
- package/dist/index.d.ts +4 -0
- package/dist/modules/index.d.ts +1 -0
- package/dist/modules/tabs/ITab.d.ts +21 -0
- package/dist/modules/tabs/TabsStore.d.ts +24 -0
- package/dist/modules/tabs/TabsStore.test.d.ts +1 -0
- package/dist/modules/tabs/components/PTabs.stories.d.ts +996 -0
- package/dist/modules/tabs/components/PTabs.test.d.ts +1 -0
- package/dist/modules/tabs/components/PTabs.vue.d.ts +66 -0
- package/dist/modules/tabs/components/PTabsLeft.vue.d.ts +50 -0
- package/dist/modules/tabs/index.d.ts +7 -0
- package/dist/sprof.js +37 -32
- package/dist/sprof.umd.cjs +13 -13
- package/dist/style.css +1 -1
- package/package.json +1 -1
- /package/dist/core/components/organisms/{PTabs → PMenuTabs}/ITab.d.ts +0 -0
- /package/dist/core/components/organisms/{PTabs/PTabs.stories.d.ts → PMenuTabs/PMenuTabs.stories.d.ts} +0 -0
- /package/dist/core/components/organisms/{PTabs/PTabs.vue.d.ts → PMenuTabs/PMenuTabs.vue.d.ts} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as d, resolveComponent as m, openBlock as i, createElementBlock as C, Fragment as P, createVNode as l, unref as o, ref as u, createBlock as E, withCtx as k, createCommentVNode as v } from "vue";
|
|
2
|
-
import { _ as f, P as w } from "./index-
|
|
2
|
+
import { _ as f, P as w } from "./index-DN5Lq9Ib.js";
|
|
3
3
|
import "quasar";
|
|
4
4
|
import "vuedraggable";
|
|
5
5
|
const B = /* @__PURE__ */ d({
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
label: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
placeholder: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
disable: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
readonly: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
error: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
errorMessage: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
modelValue: {
|
|
27
|
+
type: globalThis.PropType<Date | null>;
|
|
28
|
+
};
|
|
29
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
+
"update:modelValue": (value: Date | null) => any;
|
|
31
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
32
|
+
label: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
placeholder: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
disable: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
readonly: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
error: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
errorMessage: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
modelValue: {
|
|
57
|
+
type: globalThis.PropType<Date | null>;
|
|
58
|
+
};
|
|
59
|
+
}>> & Readonly<{
|
|
60
|
+
"onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
|
|
61
|
+
}>, {
|
|
62
|
+
error: boolean;
|
|
63
|
+
label: string;
|
|
64
|
+
disable: boolean;
|
|
65
|
+
readonly: boolean;
|
|
66
|
+
placeholder: string;
|
|
67
|
+
errorMessage: string;
|
|
68
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
69
|
+
export default _default;
|
|
@@ -4,6 +4,7 @@ import { default as PCheckBox } from './PCheckbox/PCheckBox.vue';
|
|
|
4
4
|
import { default as PChip } from './PChip/PChip.vue';
|
|
5
5
|
import { default as PDateInput } from './PDateInput/PDateInput.vue';
|
|
6
6
|
import { default as PDatePicker } from './PDatePicker/PDatePicker.vue';
|
|
7
|
+
import { default as PDateTimeInput } from './PDateTimeInput/PDateTimeInput.vue';
|
|
7
8
|
import { default as PDialog } from './PDialog/PDialog.vue';
|
|
8
9
|
import { default as PFlex } from './PFlex/PFlex.vue';
|
|
9
10
|
import { default as PHint } from './PHint/PHint.vue';
|
|
@@ -29,4 +30,4 @@ import { default as PTopSlider } from './PTopSlider/PTopSlider.vue';
|
|
|
29
30
|
export default function install(app: {
|
|
30
31
|
component: (a: string, b: unknown) => void;
|
|
31
32
|
}): void;
|
|
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, };
|
|
33
|
+
export { PBadge, PButton, PCheckBox, PChip, PDateInput, PDatePicker, PDateTimeInput, PDialog, PFlex, PHint, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, POptionsListSingle, POpts, PRadio, PRightSlider, PSelect, PSticky, PString, PTable, PTableToggle, PTextarea, PToggle, PTooltip, PTopSlider, };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
store: {
|
|
7
|
+
type: globalThis.PropType<PF.H.BaseStore>;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
modelValue: {
|
|
11
|
+
type: globalThis.PropType<boolean>;
|
|
12
|
+
};
|
|
13
|
+
}>, {
|
|
14
|
+
opened: import('vue').ModelRef<boolean, string, boolean, boolean>;
|
|
15
|
+
toggle: () => void;
|
|
16
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
add: (item: unknown) => any;
|
|
18
|
+
close: () => any;
|
|
19
|
+
"update:modelValue": (value: boolean) => any;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
21
|
+
title: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
store: {
|
|
26
|
+
type: globalThis.PropType<PF.H.BaseStore>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
modelValue: {
|
|
30
|
+
type: globalThis.PropType<boolean>;
|
|
31
|
+
};
|
|
32
|
+
}>> & Readonly<{
|
|
33
|
+
onAdd?: ((item: unknown) => any) | undefined;
|
|
34
|
+
onClose?: (() => any) | undefined;
|
|
35
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
36
|
+
}>, {
|
|
37
|
+
title: string;
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
39
|
+
export default _default;
|
|
@@ -4,6 +4,7 @@ import { default as VerticalCollapseContainer } from './Collapse/VerticalCollaps
|
|
|
4
4
|
import { default as PAdd } from './PAdd/PAdd.vue';
|
|
5
5
|
import { default as PContainer } from './PAdd/PContainer.vue';
|
|
6
6
|
import { default as PContainerStickyHead } from './PAdd/PContainerStickyHead.vue';
|
|
7
|
+
import { default as PAddDialog } from './PAddDialog/PAddDialog.vue';
|
|
7
8
|
import { default as PCard } from './PCard/PCard.vue';
|
|
8
9
|
import { default as PCrudList } from './PCrudList/PCrudList.vue';
|
|
9
10
|
import { default as PDel } from './PDel/PDel.vue';
|
|
@@ -12,4 +13,4 @@ import { default as PModal } from './PModal/PModal.vue';
|
|
|
12
13
|
export default function install(app: {
|
|
13
14
|
component: (a: string, b: unknown) => void;
|
|
14
15
|
}): void;
|
|
15
|
-
export { CollapseContainer, CollapseItem, PAdd, PCard, PContainer, PContainerStickyHead, PCrudList, PDel, PEditDialog, PModal, VerticalCollapseContainer, };
|
|
16
|
+
export { CollapseContainer, CollapseItem, PAdd, PAddDialog, PCard, PContainer, PContainerStickyHead, PCrudList, PDel, PEditDialog, PModal, VerticalCollapseContainer, };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { default as PAuthForm } from './PAuthForm/PAuthForm.vue';
|
|
2
2
|
import { default as PAuthModal } from './PAuthModal/PAuthModal.vue';
|
|
3
|
+
import { default as PMenuTabs } from './PMenuTabs/PMenuTabs.vue';
|
|
3
4
|
import { default as PNameEdit } from './PNameEdit/PNameEdit.vue';
|
|
4
|
-
import { default as PTabs } from './PTabs/PTabs.vue';
|
|
5
5
|
import { default as PUploaderFile } from './PUploaderFile/PUploaderFile.vue';
|
|
6
6
|
import { default as PUploaderImage } from './PUploaderImage/PUploaderImage.vue';
|
|
7
7
|
export default function install(app: {
|
|
8
8
|
component: (a: string, b: unknown) => void;
|
|
9
9
|
}): void;
|
|
10
|
-
export { PAuthForm, PAuthModal,
|
|
10
|
+
export { PAuthForm, PAuthModal, PMenuTabs, PNameEdit, PUploaderFile, PUploaderImage };
|
|
@@ -2,6 +2,7 @@ import type * as Atoms from '@/core/components/atoms';
|
|
|
2
2
|
import type * as Components from '@/core/components/components';
|
|
3
3
|
import type * as Molecules from '@/core/components/molecules';
|
|
4
4
|
import type * as Organisms from '@/core/components/organisms';
|
|
5
|
+
import type * as Tabs from '@/modules/tabs';
|
|
5
6
|
declare module 'vue' {
|
|
6
7
|
interface GlobalComponents {
|
|
7
8
|
PBadge: typeof Atoms.PBadge;
|
|
@@ -10,6 +11,7 @@ declare module 'vue' {
|
|
|
10
11
|
PChip: typeof Atoms.PChip;
|
|
11
12
|
PDateInput: typeof Atoms.PDateInput;
|
|
12
13
|
PDatePicker: typeof Atoms.PDatePicker;
|
|
14
|
+
PDateTimeInput: typeof Atoms.PDateTimeInput;
|
|
13
15
|
PDialog: typeof Atoms.PDialog;
|
|
14
16
|
PFlex: typeof Atoms.PFlex;
|
|
15
17
|
PHint: typeof Atoms.PHint;
|
|
@@ -35,6 +37,7 @@ declare module 'vue' {
|
|
|
35
37
|
CollapseContainer: typeof Molecules.CollapseContainer;
|
|
36
38
|
CollapseItem: typeof Molecules.CollapseItem;
|
|
37
39
|
PAdd: typeof Molecules.PAdd;
|
|
40
|
+
PAddDialog: typeof Molecules.PAddDialog;
|
|
38
41
|
PCard: typeof Molecules.PCard;
|
|
39
42
|
PContainer: typeof Molecules.PContainer;
|
|
40
43
|
PContainerStickyHead: typeof Molecules.PContainerStickyHead;
|
|
@@ -45,8 +48,8 @@ declare module 'vue' {
|
|
|
45
48
|
VerticalCollapseContainer: typeof Molecules.VerticalCollapseContainer;
|
|
46
49
|
PAuthForm: typeof Organisms.PAuthForm;
|
|
47
50
|
PAuthModal: typeof Organisms.PAuthModal;
|
|
51
|
+
PMenuTabs: typeof Organisms.PMenuTabs;
|
|
48
52
|
PNameEdit: typeof Organisms.PNameEdit;
|
|
49
|
-
PTabs: typeof Organisms.PTabs;
|
|
50
53
|
PUploaderFile: typeof Organisms.PUploaderFile;
|
|
51
54
|
PUploaderImage: typeof Organisms.PUploaderImage;
|
|
52
55
|
AdaptiveContainer: typeof Components.AdaptiveContainer;
|
|
@@ -81,6 +84,9 @@ declare module 'vue' {
|
|
|
81
84
|
ThemeWrapper: typeof Components.ThemeWrapper;
|
|
82
85
|
ToggleInfoItem: typeof Components.ToggleInfoItem;
|
|
83
86
|
TopSliderContainer: typeof Components.TopSliderContainer;
|
|
87
|
+
PTabs: typeof Tabs.PTabs;
|
|
88
|
+
PTabsLeft: typeof Tabs.PTabsLeft;
|
|
89
|
+
TabsStore: typeof Tabs.TabsStore;
|
|
84
90
|
}
|
|
85
91
|
}
|
|
86
92
|
export {};
|