@hostlink/nuxt-light 1.32.0 → 1.32.2
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-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-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 +5 -1
- 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
|
@@ -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.32.
|
|
3
|
+
"version": "1.32.2",
|
|
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.7.
|
|
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",
|