@ghentcdh/json-forms-vue 0.6.1 → 0.6.6
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/index.js +50 -63
- package/index.mjs +52 -65
- package/package.json +14 -5
- package/renderes/controls/BooleanControlRenderer.vue.d.ts +6 -6
- package/renderes/controls/IntegerControlRenderer.vue.d.ts +6 -6
- package/renderes/controls/MarkdownControlRenderer.vue.d.ts +19 -46
- package/renderes/controls/NumberControlRenderer.vue.d.ts +6 -6
- package/renderes/controls/StringControlRenderer.vue.d.ts +6 -6
- package/renderes/controls/TextAreaControlRenderer.vue.d.ts +6 -6
- package/renderes/controls/autocomplete/AutocompleteControlRenderer.vue.d.ts +2 -2
- package/table/table.store.d.ts +8 -15
- package/index.css +0 -1597
|
@@ -58,11 +58,11 @@ declare const controlRenderer: import('vue').DefineComponent<{
|
|
|
58
58
|
ControlWrapper: {
|
|
59
59
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../../../ui/src/index.ts').ControlProperties> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
60
60
|
label: string;
|
|
61
|
-
errors: string;
|
|
62
61
|
id: string;
|
|
62
|
+
required: boolean;
|
|
63
63
|
description: string;
|
|
64
64
|
styles: import('../../../../../ui/src/index.ts').MyStyles;
|
|
65
|
-
|
|
65
|
+
errors: string;
|
|
66
66
|
visible: boolean;
|
|
67
67
|
enabled: boolean;
|
|
68
68
|
isFocused: boolean;
|
|
@@ -77,11 +77,11 @@ declare const controlRenderer: import('vue').DefineComponent<{
|
|
|
77
77
|
Defaults: {};
|
|
78
78
|
}, Readonly<import('../../../../../ui/src/index.ts').ControlProperties> & Readonly<{}>, {}, {}, {}, {}, {
|
|
79
79
|
label: string;
|
|
80
|
-
errors: string;
|
|
81
80
|
id: string;
|
|
81
|
+
required: boolean;
|
|
82
82
|
description: string;
|
|
83
83
|
styles: import('../../../../../ui/src/index.ts').MyStyles;
|
|
84
|
-
|
|
84
|
+
errors: string;
|
|
85
85
|
visible: boolean;
|
|
86
86
|
enabled: boolean;
|
|
87
87
|
isFocused: boolean;
|
|
@@ -93,11 +93,11 @@ declare const controlRenderer: import('vue').DefineComponent<{
|
|
|
93
93
|
__isSuspense?: never;
|
|
94
94
|
} & import('vue').ComponentOptionsBase<Readonly<import('../../../../../ui/src/index.ts').ControlProperties> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
95
95
|
label: string;
|
|
96
|
-
errors: string;
|
|
97
96
|
id: string;
|
|
97
|
+
required: boolean;
|
|
98
98
|
description: string;
|
|
99
99
|
styles: import('../../../../../ui/src/index.ts').MyStyles;
|
|
100
|
-
|
|
100
|
+
errors: string;
|
|
101
101
|
visible: boolean;
|
|
102
102
|
enabled: boolean;
|
|
103
103
|
isFocused: boolean;
|
|
@@ -57,11 +57,11 @@ declare const controlRenderer: import('vue').DefineComponent<{
|
|
|
57
57
|
ControlWrapper: {
|
|
58
58
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../../../ui/src/index.ts').ControlProperties> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
59
59
|
label: string;
|
|
60
|
-
errors: string;
|
|
61
60
|
id: string;
|
|
61
|
+
required: boolean;
|
|
62
62
|
description: string;
|
|
63
63
|
styles: import('../../../../../ui/src/index.ts').MyStyles;
|
|
64
|
-
|
|
64
|
+
errors: string;
|
|
65
65
|
visible: boolean;
|
|
66
66
|
enabled: boolean;
|
|
67
67
|
isFocused: boolean;
|
|
@@ -76,11 +76,11 @@ declare const controlRenderer: import('vue').DefineComponent<{
|
|
|
76
76
|
Defaults: {};
|
|
77
77
|
}, Readonly<import('../../../../../ui/src/index.ts').ControlProperties> & Readonly<{}>, {}, {}, {}, {}, {
|
|
78
78
|
label: string;
|
|
79
|
-
errors: string;
|
|
80
79
|
id: string;
|
|
80
|
+
required: boolean;
|
|
81
81
|
description: string;
|
|
82
82
|
styles: import('../../../../../ui/src/index.ts').MyStyles;
|
|
83
|
-
|
|
83
|
+
errors: string;
|
|
84
84
|
visible: boolean;
|
|
85
85
|
enabled: boolean;
|
|
86
86
|
isFocused: boolean;
|
|
@@ -92,11 +92,11 @@ declare const controlRenderer: import('vue').DefineComponent<{
|
|
|
92
92
|
__isSuspense?: never;
|
|
93
93
|
} & import('vue').ComponentOptionsBase<Readonly<import('../../../../../ui/src/index.ts').ControlProperties> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
94
94
|
label: string;
|
|
95
|
-
errors: string;
|
|
96
95
|
id: string;
|
|
96
|
+
required: boolean;
|
|
97
97
|
description: string;
|
|
98
98
|
styles: import('../../../../../ui/src/index.ts').MyStyles;
|
|
99
|
-
|
|
99
|
+
errors: string;
|
|
100
100
|
visible: boolean;
|
|
101
101
|
enabled: boolean;
|
|
102
102
|
isFocused: boolean;
|
|
@@ -55,11 +55,11 @@ declare const controlRenderer: import('vue').DefineComponent<{
|
|
|
55
55
|
ControlWrapper: {
|
|
56
56
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../../../ui/src/index.ts').ControlProperties> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
57
57
|
label: string;
|
|
58
|
-
errors: string;
|
|
59
58
|
id: string;
|
|
59
|
+
required: boolean;
|
|
60
60
|
description: string;
|
|
61
61
|
styles: import('../../../../../ui/src/index.ts').MyStyles;
|
|
62
|
-
|
|
62
|
+
errors: string;
|
|
63
63
|
visible: boolean;
|
|
64
64
|
enabled: boolean;
|
|
65
65
|
isFocused: boolean;
|
|
@@ -74,11 +74,11 @@ declare const controlRenderer: import('vue').DefineComponent<{
|
|
|
74
74
|
Defaults: {};
|
|
75
75
|
}, Readonly<import('../../../../../ui/src/index.ts').ControlProperties> & Readonly<{}>, {}, {}, {}, {}, {
|
|
76
76
|
label: string;
|
|
77
|
-
errors: string;
|
|
78
77
|
id: string;
|
|
78
|
+
required: boolean;
|
|
79
79
|
description: string;
|
|
80
80
|
styles: import('../../../../../ui/src/index.ts').MyStyles;
|
|
81
|
-
|
|
81
|
+
errors: string;
|
|
82
82
|
visible: boolean;
|
|
83
83
|
enabled: boolean;
|
|
84
84
|
isFocused: boolean;
|
|
@@ -90,11 +90,11 @@ declare const controlRenderer: import('vue').DefineComponent<{
|
|
|
90
90
|
__isSuspense?: never;
|
|
91
91
|
} & import('vue').ComponentOptionsBase<Readonly<import('../../../../../ui/src/index.ts').ControlProperties> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
92
92
|
label: string;
|
|
93
|
-
errors: string;
|
|
94
93
|
id: string;
|
|
94
|
+
required: boolean;
|
|
95
95
|
description: string;
|
|
96
96
|
styles: import('../../../../../ui/src/index.ts').MyStyles;
|
|
97
|
-
|
|
97
|
+
errors: string;
|
|
98
98
|
visible: boolean;
|
|
99
99
|
enabled: boolean;
|
|
100
100
|
isFocused: boolean;
|
|
@@ -80,12 +80,12 @@ declare const controlRenderer: import('vue').DefineComponent<{
|
|
|
80
80
|
}>, {
|
|
81
81
|
options: Array<any>;
|
|
82
82
|
label: string;
|
|
83
|
-
errors: string;
|
|
84
83
|
id: string;
|
|
84
|
+
required: boolean;
|
|
85
85
|
description: string;
|
|
86
86
|
styles: import('../../../../../../ui/src/index.ts').MyStyles;
|
|
87
87
|
labelKey: string;
|
|
88
|
-
|
|
88
|
+
errors: string;
|
|
89
89
|
visible: boolean;
|
|
90
90
|
enabled: boolean;
|
|
91
91
|
isFocused: boolean;
|
package/table/table.store.d.ts
CHANGED
|
@@ -7,21 +7,14 @@ declare class TableStore {
|
|
|
7
7
|
loading: import('vue').Ref<boolean, boolean>;
|
|
8
8
|
private uri;
|
|
9
9
|
reload(): void;
|
|
10
|
-
data: import('vue').Ref<
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
request: {
|
|
19
|
-
totalPages: number;
|
|
20
|
-
page: number;
|
|
21
|
-
};
|
|
22
|
-
} | null | undefined>;
|
|
23
|
-
private tableData;
|
|
24
|
-
private init;
|
|
10
|
+
data: import('vue').Ref<any, any>;
|
|
11
|
+
pageData: import('vue').ComputedRef<{
|
|
12
|
+
count: any;
|
|
13
|
+
pageSize: any;
|
|
14
|
+
page: any;
|
|
15
|
+
}>;
|
|
16
|
+
tableData: import('vue').ComputedRef<any>;
|
|
17
|
+
init: (url: string) => void;
|
|
25
18
|
private updateRequest;
|
|
26
19
|
sort: (id: string) => void;
|
|
27
20
|
updatePage(page: number): void;
|