jplan-pack 0.3.4 → 0.3.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/jplan-pack.cjs.js +16 -0
- package/dist/{jplan-lib.es.js.mjs → jplan-pack.es.js} +15508 -14516
- package/dist/types/components/ConfirmDialog.d.ts +29 -0
- package/dist/types/components/{CopyButton.vue.d.ts → CopyButton.d.ts} +4 -4
- package/dist/types/components/{JBtn.vue.d.ts → JBtn.d.ts} +12 -5
- package/dist/types/components/JDialog.d.ts +38 -0
- package/dist/types/components/JIconBtn.d.ts +29 -0
- package/dist/types/components/JSelect.d.ts +29 -0
- package/dist/types/components/JTextArea.d.ts +20 -0
- package/dist/types/components/JTextField.d.ts +25 -0
- package/dist/types/components/ParentCard.d.ts +26 -0
- package/dist/types/components/ReadOnlyField.d.ts +6 -0
- package/dist/types/components/icon/IconSet.d.ts +22 -0
- package/dist/types/components/index.d.ts +13 -12
- package/dist/types/components/table/UiTable.d.ts +42 -0
- package/dist/types/constants/index.d.ts +1 -2
- package/dist/types/index.d.ts +2 -1
- package/dist/types/types/Icon.d.ts +2 -0
- package/dist/types/types/Metadata.d.ts +11 -0
- package/dist/types/types/index.d.ts +4 -0
- package/dist/types/types/sidebarItem.d.ts +7 -0
- package/dist/types/utils/HttpCore.d.ts +9 -0
- package/dist/types/utils/index.d.ts +2 -2
- package/package.json +15 -12
- package/dist/style.css +0 -1
- package/dist/types/components/ConfirmDialog.vue.d.ts +0 -69
- package/dist/types/components/GlobalDialog.vue.d.ts +0 -26
- package/dist/types/components/JIconBtn.vue.d.ts +0 -64
- package/dist/types/components/JTextField.vue.d.ts +0 -18
- package/dist/types/components/ParentCard.vue.d.ts +0 -17
- package/dist/types/components/icon/IconSet.vue.d.ts +0 -23
- package/dist/types/components/layout/header/EnvironmentDialog.vue.d.ts +0 -2
- package/dist/types/components/layout/header/MegaMenuDD.vue.d.ts +0 -2
- package/dist/types/components/layout/header/NotificationDD.vue.d.ts +0 -2
- package/dist/types/components/layout/header/ProfileDD.vue.d.ts +0 -2
- package/dist/types/components/layout/header/UiHeader.vue.d.ts +0 -2
- package/dist/types/components/layout/header/data.d.ts +0 -20
- package/dist/types/components/layout/sidebar/_type.d.ts +0 -11
- package/dist/types/components/table/UiTable.vue.d.ts +0 -35
- package/dist/types/constants/MyConstants.d.ts +0 -1
- package/dist/types/utils/MyUtil.d.ts +0 -5
- /package/dist/types/components/{DotsMenu.vue.d.ts → DotsMenu.d.ts} +0 -0
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
modelValue: string;
|
|
3
|
-
name?: string | undefined;
|
|
4
|
-
label?: string | undefined;
|
|
5
|
-
type: "text" | "password" | "email" | "date";
|
|
6
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
-
"update:modelValue": (...args: any[]) => void;
|
|
8
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
9
|
-
modelValue: string;
|
|
10
|
-
name?: string | undefined;
|
|
11
|
-
label?: string | undefined;
|
|
12
|
-
type: "text" | "password" | "email" | "date";
|
|
13
|
-
}> & Readonly<{
|
|
14
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
type: "text" | "password" | "email" | "date";
|
|
17
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
-
title?: string | undefined;
|
|
3
|
-
height?: string | undefined;
|
|
4
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
5
|
-
title?: string | undefined;
|
|
6
|
-
height?: string | undefined;
|
|
7
|
-
}> & Readonly<{}>, {
|
|
8
|
-
height: string;
|
|
9
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
10
|
-
default?(_: {}): any;
|
|
11
|
-
}>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { TablerIconComponent } from 'vue-tabler-icons';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
-
item: string | TablerIconComponent | SVGElement;
|
|
4
|
-
level?: number | undefined;
|
|
5
|
-
size?: number | undefined;
|
|
6
|
-
stroke?: number | undefined;
|
|
7
|
-
color?: string | undefined;
|
|
8
|
-
svg?: SVGElement | null | undefined;
|
|
9
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
10
|
-
item: string | TablerIconComponent | SVGElement;
|
|
11
|
-
level?: number | undefined;
|
|
12
|
-
size?: number | undefined;
|
|
13
|
-
stroke?: number | undefined;
|
|
14
|
-
color?: string | undefined;
|
|
15
|
-
svg?: SVGElement | null | undefined;
|
|
16
|
-
}> & Readonly<{}>, {
|
|
17
|
-
size: number;
|
|
18
|
-
color: string;
|
|
19
|
-
svg: SVGElement | null;
|
|
20
|
-
level: number;
|
|
21
|
-
stroke: number;
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const message: {
|
|
2
|
-
image: string;
|
|
3
|
-
avatarstatus: string;
|
|
4
|
-
title: string;
|
|
5
|
-
desc: string;
|
|
6
|
-
time: string;
|
|
7
|
-
}[];
|
|
8
|
-
declare const notification: {
|
|
9
|
-
color: string;
|
|
10
|
-
icon: string;
|
|
11
|
-
title: string;
|
|
12
|
-
desc: string;
|
|
13
|
-
}[];
|
|
14
|
-
declare const profile: {
|
|
15
|
-
color: string;
|
|
16
|
-
icon: string;
|
|
17
|
-
title: string;
|
|
18
|
-
desc: string;
|
|
19
|
-
}[];
|
|
20
|
-
export { message, profile, notification };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { TablerIconComponent } from 'vue-tabler-icons';
|
|
2
|
-
export interface Context {
|
|
3
|
-
name: string;
|
|
4
|
-
icon: TablerIconComponent | string | object;
|
|
5
|
-
}
|
|
6
|
-
export interface SidebarItem {
|
|
7
|
-
header?: string;
|
|
8
|
-
title?: string;
|
|
9
|
-
divider?: boolean;
|
|
10
|
-
children?: SidebarItem[];
|
|
11
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { UiTableHeader } from '../../types/UiTableHeader';
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
3
|
-
headers?: UiTableHeader[] | undefined;
|
|
4
|
-
items: any[];
|
|
5
|
-
actions?: any;
|
|
6
|
-
loading?: boolean | undefined;
|
|
7
|
-
columns?: UiTableHeader[] | undefined;
|
|
8
|
-
sortBy?: {
|
|
9
|
-
key: string;
|
|
10
|
-
order: "desc" | "asc";
|
|
11
|
-
}[] | undefined;
|
|
12
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
13
|
-
headers?: UiTableHeader[] | undefined;
|
|
14
|
-
items: any[];
|
|
15
|
-
actions?: any;
|
|
16
|
-
loading?: boolean | undefined;
|
|
17
|
-
columns?: UiTableHeader[] | undefined;
|
|
18
|
-
sortBy?: {
|
|
19
|
-
key: string;
|
|
20
|
-
order: "desc" | "asc";
|
|
21
|
-
}[] | undefined;
|
|
22
|
-
}> & Readonly<{}>, {
|
|
23
|
-
items: any[];
|
|
24
|
-
columns: UiTableHeader[];
|
|
25
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
26
|
-
actions?(_: {
|
|
27
|
-
item: any;
|
|
28
|
-
}): any;
|
|
29
|
-
}>;
|
|
30
|
-
export default _default;
|
|
31
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
-
new (): {
|
|
33
|
-
$slots: S;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const MAGIC_NUM = 100;
|
|
File without changes
|