@hostlink/nuxt-light 1.31.3 → 1.32.1
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/module.json +1 -1
- package/dist/runtime/components/L/Fieldset.vue.d.ts +3 -1
- package/dist/runtime/components/L/ForgetPasswordDialog.vue +6 -5
- package/dist/runtime/components/l-alert.vue.d.ts +3 -1
- package/dist/runtime/components/l-app-main.vue +6 -6
- package/dist/runtime/components/l-app-main.vue.d.ts +2 -84
- package/dist/runtime/components/l-app.vue.d.ts +3 -1
- package/dist/runtime/components/l-banner.vue.d.ts +2 -16
- package/dist/runtime/components/l-bar.vue.d.ts +2 -12
- package/dist/runtime/components/l-btn.vue.d.ts +2 -53
- package/dist/runtime/components/l-card.vue.d.ts +2 -44
- package/dist/runtime/components/l-checkbox.vue.d.ts +2 -4
- package/dist/runtime/components/l-col.vue.d.ts +2 -15
- package/dist/runtime/components/l-date-picker.vue +1 -1
- package/dist/runtime/components/l-date-picker.vue.d.ts +2 -37
- package/dist/runtime/components/l-drag-drop-group.vue.d.ts +3 -1
- package/dist/runtime/components/l-field.vue.d.ts +2 -14
- package/dist/runtime/components/l-file-upload.vue.d.ts +2 -87
- package/dist/runtime/components/l-form-dialog.vue.d.ts +3 -1
- package/dist/runtime/components/l-form.vue.d.ts +2 -75
- package/dist/runtime/components/l-input.vue +1 -1
- package/dist/runtime/components/l-input.vue.d.ts +2 -29
- package/dist/runtime/components/l-item.vue.d.ts +2 -8
- package/dist/runtime/components/l-link.vue.d.ts +3 -1
- package/dist/runtime/components/l-list.vue.d.ts +2 -11
- package/dist/runtime/components/l-login.vue +11 -10
- package/dist/runtime/components/l-page.vue.d.ts +2 -18
- package/dist/runtime/components/l-row.vue.d.ts +2 -6
- package/dist/runtime/components/l-tab.vue.d.ts +2 -7
- package/dist/runtime/components/l-table.vue +4 -0
- package/dist/runtime/components/l-table.vue.d.ts +3 -106
- package/dist/runtime/components/l-tabs.vue +1 -1
- package/dist/runtime/components/l-tabs.vue.d.ts +2 -11
- package/dist/runtime/components/l-time-picker.vue +1 -1
- package/dist/runtime/components/l-time-picker.vue.d.ts +2 -21
- package/dist/runtime/formkit/Checkbox.vue.d.ts +4 -1
- package/dist/runtime/formkit/DatePicker.vue.d.ts +4 -1
- package/dist/runtime/formkit/Editor.vue.d.ts +3 -1
- package/dist/runtime/formkit/File.vue.d.ts +4 -1
- package/dist/runtime/formkit/FilePicker.vue.d.ts +4 -1
- package/dist/runtime/formkit/FileUpload.vue.d.ts +4 -1
- package/dist/runtime/formkit/Form.vue.d.ts +2 -23
- package/dist/runtime/formkit/GroupSelect.vue.d.ts +4 -1
- package/dist/runtime/formkit/Input.vue.d.ts +2 -24
- package/dist/runtime/formkit/InputXlsx.vue.d.ts +3 -1
- package/dist/runtime/formkit/Radio.vue.d.ts +3 -1
- package/dist/runtime/formkit/Repeater.vue.d.ts +7 -1
- package/dist/runtime/formkit/Select.vue.d.ts +4 -1
- package/dist/runtime/formkit/TimePicker.vue.d.ts +4 -1
- package/dist/runtime/formkit/Toggle.vue.d.ts +2 -11
- package/package.json +3 -3
|
@@ -1,30 +1,9 @@
|
|
|
1
|
-
declare let onSubmit: () => Promise<void>;
|
|
2
|
-
declare const gutter: any;
|
|
3
|
-
declare let bordered: boolean;
|
|
4
|
-
declare const isNoDirtyCheck: import("vue").ComputedRef<boolean>;
|
|
5
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
6
1
|
declare var __VLS_9: {
|
|
7
2
|
[x: string]: any;
|
|
8
3
|
};
|
|
9
|
-
type __VLS_Slots =
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
10
5
|
default?: (props: typeof __VLS_9) => any;
|
|
11
|
-
}
|
|
12
|
-
declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
|
-
context: {
|
|
14
|
-
type: ObjectConstructor;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
}>, {
|
|
18
|
-
onSubmit: typeof onSubmit;
|
|
19
|
-
gutter: typeof gutter;
|
|
20
|
-
bordered: typeof bordered;
|
|
21
|
-
isNoDirtyCheck: typeof isNoDirtyCheck;
|
|
22
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
-
context: {
|
|
24
|
-
type: ObjectConstructor;
|
|
25
|
-
required: true;
|
|
26
|
-
};
|
|
27
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
};
|
|
28
7
|
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
29
8
|
context: {
|
|
30
9
|
type: ObjectConstructor;
|
|
@@ -9,4 +9,7 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
9
9
|
readonly context?: Record<string, any> | undefined;
|
|
10
10
|
};
|
|
11
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
type __VLS_Slots =
|
|
12
|
+
type __VLS_Slots = {
|
|
13
|
+
[x: string]: ((props: any) => any) | undefined;
|
|
14
|
+
[x: number]: ((props: any) => any) | undefined;
|
|
15
|
+
};
|
|
@@ -1,29 +1,7 @@
|
|
|
1
|
-
declare const error: import("vue").Ref<boolean, boolean>, errorMessage: import("vue").Ref<string, string>;
|
|
2
|
-
declare const value: import("vue").WritableComputedRef<any, any>;
|
|
3
|
-
declare const onBlur: () => void;
|
|
4
|
-
declare const label: import("vue").ComputedRef<string>;
|
|
5
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
6
1
|
declare var __VLS_11: string | number, __VLS_12: any;
|
|
7
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
8
3
|
[K in NonNullable<typeof __VLS_11>]?: (props: typeof __VLS_12) => any;
|
|
9
|
-
}
|
|
10
|
-
declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
11
|
-
context: {
|
|
12
|
-
type: ObjectConstructor;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
|
-
}>, {
|
|
16
|
-
error: typeof error;
|
|
17
|
-
errorMessage: typeof errorMessage;
|
|
18
|
-
value: typeof value;
|
|
19
|
-
onBlur: typeof onBlur;
|
|
20
|
-
label: typeof label;
|
|
21
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
-
context: {
|
|
23
|
-
type: ObjectConstructor;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
27
5
|
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
28
6
|
context: {
|
|
29
7
|
type: ObjectConstructor;
|
|
@@ -9,4 +9,6 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
9
9
|
readonly context?: Record<string, any> | undefined;
|
|
10
10
|
};
|
|
11
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
type __VLS_Slots =
|
|
12
|
+
type __VLS_Slots = {
|
|
13
|
+
default?: ((props: {}) => any) | undefined;
|
|
14
|
+
};
|
|
@@ -9,4 +9,6 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
9
9
|
readonly context?: Record<string, any> | undefined;
|
|
10
10
|
};
|
|
11
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
type __VLS_Slots =
|
|
12
|
+
type __VLS_Slots = {
|
|
13
|
+
default?: ((props: {}) => any) | undefined;
|
|
14
|
+
};
|
|
@@ -9,4 +9,10 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
9
9
|
readonly context?: Record<string, any> | undefined;
|
|
10
10
|
};
|
|
11
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
type __VLS_Slots =
|
|
12
|
+
type __VLS_Slots = {
|
|
13
|
+
default?: ((props: {
|
|
14
|
+
value: any;
|
|
15
|
+
index: number;
|
|
16
|
+
node: any;
|
|
17
|
+
}) => any) | undefined;
|
|
18
|
+
};
|
|
@@ -9,4 +9,7 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
9
9
|
readonly context?: Record<string, any> | undefined;
|
|
10
10
|
};
|
|
11
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
type __VLS_Slots =
|
|
12
|
+
type __VLS_Slots = {
|
|
13
|
+
[x: string]: ((props: any) => any) | undefined;
|
|
14
|
+
[x: number]: ((props: any) => any) | undefined;
|
|
15
|
+
};
|
|
@@ -9,4 +9,7 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
9
9
|
readonly context?: Record<string, any> | undefined;
|
|
10
10
|
};
|
|
11
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
type __VLS_Slots =
|
|
12
|
+
type __VLS_Slots = {
|
|
13
|
+
[x: string]: ((props: any) => any) | undefined;
|
|
14
|
+
[x: number]: ((props: any) => any) | undefined;
|
|
15
|
+
};
|
|
@@ -1,16 +1,7 @@
|
|
|
1
|
-
declare const value: import("vue").WritableComputedRef<any, any>;
|
|
2
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
3
1
|
declare var __VLS_6: {};
|
|
4
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
5
3
|
default?: (props: typeof __VLS_6) => any;
|
|
6
|
-
}
|
|
7
|
-
declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
-
context: ObjectConstructor;
|
|
9
|
-
}>, {
|
|
10
|
-
value: typeof value;
|
|
11
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
context: ObjectConstructor;
|
|
13
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
14
5
|
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
15
6
|
context: ObjectConstructor;
|
|
16
7
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hostlink/nuxt-light",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.32.1",
|
|
4
4
|
"description": "HostLink Nuxt Light Framework",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@azure/msal-browser": "^3.26.1",
|
|
34
|
-
"@formkit/drag-and-drop": "^0.
|
|
35
|
-
"@hostlink/light": "^2.
|
|
34
|
+
"@formkit/drag-and-drop": "^0.5.3",
|
|
35
|
+
"@hostlink/light": "^2.7.2",
|
|
36
36
|
"@nuxt/module-builder": "^1.0.1",
|
|
37
37
|
"@quasar/extras": "^1.16.11",
|
|
38
38
|
"@quasar/quasar-ui-qmarkdown": "^2.0.5",
|