@ambita/design-system 4.0.4 → 4.0.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/dist/css/mixins.scss +16 -5
- package/dist/ds.js +14 -14
- package/dist/ds.js.map +1 -1
- package/dist/ds.mjs +5876 -5948
- package/dist/ds.mjs.map +1 -1
- package/dist/ds.umd.js +15 -15
- package/dist/ds.umd.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/types/src/App.vue.d.ts +1 -1
- package/dist/types/src/components/AuxAriaAnnouncer/AuxAriaAnnouncer.vue.d.ts +3 -3
- package/dist/types/src/components/Banner/Banner.vue.d.ts +3 -3
- package/dist/types/src/components/Button/Button.vue.d.ts +2 -2
- package/dist/types/src/components/Card/Card.vue.d.ts +1 -1
- package/dist/types/src/components/Checkbox/Checkbox.vue.d.ts +9 -9
- package/dist/types/src/components/Checkbox/CheckboxCard.vue.d.ts +4 -4
- package/dist/types/src/components/Checkbox/CheckboxRegular.vue.d.ts +4 -4
- package/dist/types/src/components/CheckboxDropdown/CheckboxDropdown.vue.d.ts +5 -5
- package/dist/types/src/components/Color/ColorSwatch.vue.d.ts +2 -2
- package/dist/types/src/components/Definition/Definition.vue.d.ts +2 -2
- package/dist/types/src/components/Details/Details.vue.d.ts +1 -1
- package/dist/types/src/components/DirectionalArrow/DirectionalArrow.vue.d.ts +2 -2
- package/dist/types/src/components/FormElement/FormElement.vue.d.ts +2 -2
- package/dist/types/src/components/Icons/IconPreview.vue.d.ts +2 -2
- package/dist/types/src/components/Input/Input.vue.d.ts +6 -6
- package/dist/types/src/components/JsonForm/Components/Checkboxes.vue.d.ts +6 -7
- package/dist/types/src/components/JsonForm/Components/RadioButtons.vue.d.ts +3 -3
- package/dist/types/src/components/JsonForm/Controls/Array.vue.d.ts +2 -2
- package/dist/types/src/components/JsonForm/Controls/Boolean.vue.d.ts +5 -6
- package/dist/types/src/components/JsonForm/Controls/Number.vue.d.ts +2 -2
- package/dist/types/src/components/JsonForm/Controls/String.vue.d.ts +2 -2
- package/dist/types/src/components/JsonForm/Controls/Wrapper.vue.d.ts +2 -2
- package/dist/types/src/components/JsonForm/JsonForm.vue.d.ts +5 -5
- package/dist/types/src/components/JsonForm/Renderers/Array.vue.d.ts +9 -8
- package/dist/types/src/components/JsonForm/Renderers/Boolean.vue.d.ts +9 -8
- package/dist/types/src/components/JsonForm/Renderers/Integer.vue.d.ts +9 -8
- package/dist/types/src/components/JsonForm/Renderers/Layout.vue.d.ts +3 -3
- package/dist/types/src/components/JsonForm/Renderers/Number.vue.d.ts +9 -8
- package/dist/types/src/components/JsonForm/Renderers/Object.vue.d.ts +9 -8
- package/dist/types/src/components/JsonForm/Renderers/String.vue.d.ts +9 -8
- package/dist/types/src/components/Link/Link.vue.d.ts +5 -5
- package/dist/types/src/components/Logo/Logo.vue.d.ts +2 -2
- package/dist/types/src/components/Modal/Actions.vue.d.ts +2 -2
- package/dist/types/src/components/Modal/Modal.vue.d.ts +6 -6
- package/dist/types/src/components/Notification/Notification.vue.d.ts +5 -5
- package/dist/types/src/components/Notification/Notifications.vue.d.ts +2 -2
- package/dist/types/src/components/Pagination/Pagination.vue.d.ts +2 -2
- package/dist/types/src/components/Pill/Pill.vue.d.ts +2 -2
- package/dist/types/src/components/Radio/Radio.vue.d.ts +4 -4
- package/dist/types/src/components/RadioGroup/RadioGroup.vue.d.ts +11 -11
- package/dist/types/src/components/RadioGroup/RadioGroupCardElement.vue.d.ts +4 -4
- package/dist/types/src/components/RadioGroup/RadioGroupElement.vue.d.ts +4 -4
- package/dist/types/src/components/Select/Select.vue.d.ts +5 -5
- package/dist/types/src/components/Spinner/Spinner.vue.d.ts +2 -2
- package/dist/types/src/components/StatusBadge/StatusBadge.vue.d.ts +2 -2
- package/dist/types/src/components/Tag/Tag.vue.d.ts +2 -2
- package/dist/types/src/components/TextArea/TextArea.vue.d.ts +8 -8
- package/dist/types/src/components/Time/Time.vue.d.ts +2 -2
- package/dist/types/src/components/Toggle/Toggle.vue.d.ts +5 -5
- package/dist/types/src/components/Upload/File/File.vue.d.ts +4 -4
- package/dist/types/src/components/Upload/Upload.vue.d.ts +4 -4
- package/dist/types/src/components/ValidationWrapper/ValidationWrapper.vue.d.ts +3 -3
- package/dist/types/src/helpers/formatters/formatDateAndTime/Storybook/FormatDateAndTime.vue.d.ts +1 -1
- package/dist/types/src/helpers/formatters/formatDateAndTime/index.d.ts +1 -1
- package/dist/types/src/helpers/formatters/formatQuantity/Storybook/FormatAmount.vue.d.ts +1 -1
- package/dist/types/src/helpers/formatters/formatQuantity/Storybook/FormatNumber.vue.d.ts +1 -1
- package/dist/types/src/helpers/formatters/formatQuantity/formatAmount.d.ts +2 -2
- package/dist/types/src/helpers/formatters/formatQuantity/formatNumber.d.ts +1 -1
- package/dist/types/src/index.d.ts +1 -0
- package/dist/types/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +42 -44
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
2
|
import type { JsonFormControl } from '../JsonForm.d';
|
|
3
|
-
interface CheckboxChangeEvent {
|
|
4
|
-
checked: boolean;
|
|
5
|
-
}
|
|
6
3
|
declare const _default: import("vue").DefineComponent<{
|
|
7
4
|
control: {
|
|
8
5
|
type: PropType<JsonFormControl>;
|
|
@@ -13,13 +10,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
10
|
layout: string;
|
|
14
11
|
};
|
|
15
12
|
}, unknown, {}, {
|
|
16
|
-
change(value:
|
|
17
|
-
|
|
13
|
+
change(value: {
|
|
14
|
+
checked: boolean;
|
|
15
|
+
}): void;
|
|
16
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update-value"[], "update-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
17
|
control: {
|
|
19
18
|
type: PropType<JsonFormControl>;
|
|
20
19
|
required: true;
|
|
21
20
|
};
|
|
22
21
|
}>> & {
|
|
23
22
|
"onUpdate-value"?: ((...args: any[]) => any) | undefined;
|
|
24
|
-
}, {}>;
|
|
23
|
+
}, {}, {}>;
|
|
25
24
|
export default _default;
|
|
@@ -17,12 +17,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
};
|
|
18
18
|
}, unknown, {}, {
|
|
19
19
|
change(value: number): void;
|
|
20
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update-value"[], "update-value", import("vue").
|
|
20
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update-value"[], "update-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
control: {
|
|
22
22
|
type: PropType<JsonFormControl>;
|
|
23
23
|
required: true;
|
|
24
24
|
};
|
|
25
25
|
}>> & {
|
|
26
26
|
"onUpdate-value"?: ((...args: any[]) => any) | undefined;
|
|
27
|
-
}, {}>;
|
|
27
|
+
}, {}, {}>;
|
|
28
28
|
export default _default;
|
|
@@ -18,12 +18,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
};
|
|
19
19
|
}, unknown, {}, {
|
|
20
20
|
change(value: string): void;
|
|
21
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update-value"[], "update-value", import("vue").
|
|
21
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update-value"[], "update-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
control: {
|
|
23
23
|
type: PropType<JsonFormControl>;
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
26
26
|
}>> & {
|
|
27
27
|
"onUpdate-value"?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
}, {}>;
|
|
28
|
+
}, {}, {}>;
|
|
29
29
|
export default _default;
|
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
showErrors: import("vue").ComputedRef<any>;
|
|
15
15
|
}, unknown, {}, {
|
|
16
16
|
isHidden(): boolean | undefined;
|
|
17
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
17
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
18
|
control: {
|
|
19
19
|
type: PropType<JsonFormControl>;
|
|
20
20
|
required: true;
|
|
@@ -25,5 +25,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
};
|
|
26
26
|
}>>, {
|
|
27
27
|
isDirty: boolean;
|
|
28
|
-
}>;
|
|
28
|
+
}, {}>;
|
|
29
29
|
export default _default;
|
|
@@ -12,14 +12,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
};
|
|
13
13
|
}, {
|
|
14
14
|
onChange: (data: any) => void;
|
|
15
|
+
config: import("vue").ComputedRef<{
|
|
16
|
+
showErrors: boolean;
|
|
17
|
+
}>;
|
|
15
18
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
16
19
|
state: {
|
|
17
20
|
data: Record<string, any>;
|
|
18
|
-
config: {
|
|
19
|
-
showErrors: boolean;
|
|
20
|
-
};
|
|
21
21
|
};
|
|
22
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
22
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
23
|
data: {
|
|
24
24
|
type: ObjectConstructor;
|
|
25
25
|
default: () => {};
|
|
@@ -34,5 +34,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
}>>, {
|
|
35
35
|
data: Record<string, any>;
|
|
36
36
|
showErrors: boolean;
|
|
37
|
-
}>;
|
|
37
|
+
}, {}>;
|
|
38
38
|
export default _default;
|
|
@@ -33,31 +33,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
default: undefined;
|
|
34
34
|
};
|
|
35
35
|
}, {
|
|
36
|
-
control: {
|
|
36
|
+
control: import("vue").ComputedRef<{
|
|
37
37
|
cells: {
|
|
38
38
|
tester: import("@jsonforms/core").RankedTester;
|
|
39
39
|
cell: any;
|
|
40
40
|
}[];
|
|
41
41
|
label: string;
|
|
42
42
|
description: string;
|
|
43
|
-
required: boolean
|
|
43
|
+
required: NonNullable<boolean | undefined>;
|
|
44
|
+
i18nKeyPrefix: string;
|
|
44
45
|
uischema: ControlElement;
|
|
45
46
|
errors: string;
|
|
46
47
|
data: any;
|
|
47
|
-
rootSchema: import("@jsonforms/core").JsonSchema
|
|
48
|
+
rootSchema: NonNullable<import("@jsonforms/core").JsonSchema>;
|
|
48
49
|
id: string;
|
|
49
50
|
config: any;
|
|
50
|
-
schema: import("@jsonforms/core").JsonSchema
|
|
51
|
+
schema: NonNullable<import("@jsonforms/core").JsonSchema>;
|
|
51
52
|
enabled: boolean;
|
|
52
53
|
visible: boolean;
|
|
53
54
|
path: string;
|
|
54
55
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
55
|
-
}
|
|
56
|
+
}>;
|
|
56
57
|
handleChange(path: string, value: any): void;
|
|
57
58
|
isDirty: boolean;
|
|
58
59
|
}, unknown, {}, {
|
|
59
60
|
updateValue(value: string): void;
|
|
60
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
61
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
62
|
schema: {
|
|
62
63
|
required: true;
|
|
63
64
|
type: import("vue").PropType<import("@jsonforms/core").JsonSchema>;
|
|
@@ -91,9 +92,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
92
|
default: undefined;
|
|
92
93
|
};
|
|
93
94
|
}>>, {
|
|
95
|
+
config: Record<string, any>;
|
|
94
96
|
enabled: boolean;
|
|
95
97
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
96
98
|
cells: import("@jsonforms/core").JsonFormsCellRendererRegistryEntry[];
|
|
97
|
-
|
|
98
|
-
}>;
|
|
99
|
+
}, {}>;
|
|
99
100
|
export default _default;
|
|
@@ -33,31 +33,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
default: undefined;
|
|
34
34
|
};
|
|
35
35
|
}, {
|
|
36
|
-
control: {
|
|
36
|
+
control: import("vue").ComputedRef<{
|
|
37
37
|
cells: {
|
|
38
38
|
tester: import("@jsonforms/core").RankedTester;
|
|
39
39
|
cell: any;
|
|
40
40
|
}[];
|
|
41
41
|
label: string;
|
|
42
42
|
description: string;
|
|
43
|
-
required: boolean
|
|
43
|
+
required: NonNullable<boolean | undefined>;
|
|
44
|
+
i18nKeyPrefix: string;
|
|
44
45
|
uischema: ControlElement;
|
|
45
46
|
errors: string;
|
|
46
47
|
data: any;
|
|
47
|
-
rootSchema: import("@jsonforms/core").JsonSchema
|
|
48
|
+
rootSchema: NonNullable<import("@jsonforms/core").JsonSchema>;
|
|
48
49
|
id: string;
|
|
49
50
|
config: any;
|
|
50
|
-
schema: import("@jsonforms/core").JsonSchema
|
|
51
|
+
schema: NonNullable<import("@jsonforms/core").JsonSchema>;
|
|
51
52
|
enabled: boolean;
|
|
52
53
|
visible: boolean;
|
|
53
54
|
path: string;
|
|
54
55
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
55
|
-
}
|
|
56
|
+
}>;
|
|
56
57
|
handleChange(path: string, value: any): void;
|
|
57
58
|
isDirty: boolean;
|
|
58
59
|
}, unknown, {}, {
|
|
59
60
|
updateValue(value: string): void;
|
|
60
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
61
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
62
|
schema: {
|
|
62
63
|
required: true;
|
|
63
64
|
type: import("vue").PropType<import("@jsonforms/core").JsonSchema>;
|
|
@@ -91,9 +92,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
92
|
default: undefined;
|
|
92
93
|
};
|
|
93
94
|
}>>, {
|
|
95
|
+
config: Record<string, any>;
|
|
94
96
|
enabled: boolean;
|
|
95
97
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
96
98
|
cells: import("@jsonforms/core").JsonFormsCellRendererRegistryEntry[];
|
|
97
|
-
|
|
98
|
-
}>;
|
|
99
|
+
}, {}>;
|
|
99
100
|
export default _default;
|
|
@@ -33,31 +33,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
default: undefined;
|
|
34
34
|
};
|
|
35
35
|
}, {
|
|
36
|
-
control: {
|
|
36
|
+
control: import("vue").ComputedRef<{
|
|
37
37
|
cells: {
|
|
38
38
|
tester: import("@jsonforms/core").RankedTester;
|
|
39
39
|
cell: any;
|
|
40
40
|
}[];
|
|
41
41
|
label: string;
|
|
42
42
|
description: string;
|
|
43
|
-
required: boolean
|
|
43
|
+
required: NonNullable<boolean | undefined>;
|
|
44
|
+
i18nKeyPrefix: string;
|
|
44
45
|
uischema: ControlElement;
|
|
45
46
|
errors: string;
|
|
46
47
|
data: any;
|
|
47
|
-
rootSchema: import("@jsonforms/core").JsonSchema
|
|
48
|
+
rootSchema: NonNullable<import("@jsonforms/core").JsonSchema>;
|
|
48
49
|
id: string;
|
|
49
50
|
config: any;
|
|
50
|
-
schema: import("@jsonforms/core").JsonSchema
|
|
51
|
+
schema: NonNullable<import("@jsonforms/core").JsonSchema>;
|
|
51
52
|
enabled: boolean;
|
|
52
53
|
visible: boolean;
|
|
53
54
|
path: string;
|
|
54
55
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
55
|
-
}
|
|
56
|
+
}>;
|
|
56
57
|
handleChange(path: string, value: any): void;
|
|
57
58
|
isDirty: boolean;
|
|
58
59
|
}, unknown, {}, {
|
|
59
60
|
updateValue(value: string): void;
|
|
60
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
61
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
62
|
schema: {
|
|
62
63
|
required: true;
|
|
63
64
|
type: import("vue").PropType<import("@jsonforms/core").JsonSchema>;
|
|
@@ -91,9 +92,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
92
|
default: undefined;
|
|
92
93
|
};
|
|
93
94
|
}>>, {
|
|
95
|
+
config: Record<string, any>;
|
|
94
96
|
enabled: boolean;
|
|
95
97
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
96
98
|
cells: import("@jsonforms/core").JsonFormsCellRendererRegistryEntry[];
|
|
97
|
-
|
|
98
|
-
}>;
|
|
99
|
+
}, {}>;
|
|
99
100
|
export default _default;
|
|
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
type: ObjectConstructor;
|
|
34
34
|
default: undefined;
|
|
35
35
|
};
|
|
36
|
-
}, JsonFormLayout, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
36
|
+
}, JsonFormLayout, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
37
|
schema: {
|
|
38
38
|
required: true;
|
|
39
39
|
type: import("vue").PropType<import("@jsonforms/core").JsonSchema>;
|
|
@@ -67,9 +67,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
default: undefined;
|
|
68
68
|
};
|
|
69
69
|
}>>, {
|
|
70
|
+
config: Record<string, any>;
|
|
70
71
|
enabled: boolean;
|
|
71
72
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
72
73
|
cells: import("@jsonforms/core").JsonFormsCellRendererRegistryEntry[];
|
|
73
|
-
|
|
74
|
-
}>;
|
|
74
|
+
}, {}>;
|
|
75
75
|
export default _default;
|
|
@@ -33,31 +33,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
default: undefined;
|
|
34
34
|
};
|
|
35
35
|
}, {
|
|
36
|
-
control: {
|
|
36
|
+
control: import("vue").ComputedRef<{
|
|
37
37
|
cells: {
|
|
38
38
|
tester: import("@jsonforms/core").RankedTester;
|
|
39
39
|
cell: any;
|
|
40
40
|
}[];
|
|
41
41
|
label: string;
|
|
42
42
|
description: string;
|
|
43
|
-
required: boolean
|
|
43
|
+
required: NonNullable<boolean | undefined>;
|
|
44
|
+
i18nKeyPrefix: string;
|
|
44
45
|
uischema: ControlElement;
|
|
45
46
|
errors: string;
|
|
46
47
|
data: any;
|
|
47
|
-
rootSchema: import("@jsonforms/core").JsonSchema
|
|
48
|
+
rootSchema: NonNullable<import("@jsonforms/core").JsonSchema>;
|
|
48
49
|
id: string;
|
|
49
50
|
config: any;
|
|
50
|
-
schema: import("@jsonforms/core").JsonSchema
|
|
51
|
+
schema: NonNullable<import("@jsonforms/core").JsonSchema>;
|
|
51
52
|
enabled: boolean;
|
|
52
53
|
visible: boolean;
|
|
53
54
|
path: string;
|
|
54
55
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
55
|
-
}
|
|
56
|
+
}>;
|
|
56
57
|
handleChange(path: string, value: any): void;
|
|
57
58
|
isDirty: boolean;
|
|
58
59
|
}, unknown, {}, {
|
|
59
60
|
updateValue(value: string): void;
|
|
60
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
61
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
62
|
schema: {
|
|
62
63
|
required: true;
|
|
63
64
|
type: import("vue").PropType<import("@jsonforms/core").JsonSchema>;
|
|
@@ -91,9 +92,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
92
|
default: undefined;
|
|
92
93
|
};
|
|
93
94
|
}>>, {
|
|
95
|
+
config: Record<string, any>;
|
|
94
96
|
enabled: boolean;
|
|
95
97
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
96
98
|
cells: import("@jsonforms/core").JsonFormsCellRendererRegistryEntry[];
|
|
97
|
-
|
|
98
|
-
}>;
|
|
99
|
+
}, {}>;
|
|
99
100
|
export default _default;
|
|
@@ -35,31 +35,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
};
|
|
36
36
|
}, {
|
|
37
37
|
hasIdenting: boolean;
|
|
38
|
-
control: {
|
|
38
|
+
control: import("vue").ComputedRef<{
|
|
39
39
|
cells: {
|
|
40
40
|
tester: import("@jsonforms/core").RankedTester;
|
|
41
41
|
cell: any;
|
|
42
42
|
}[];
|
|
43
43
|
label: string;
|
|
44
44
|
description: string;
|
|
45
|
-
required: boolean
|
|
45
|
+
required: NonNullable<boolean | undefined>;
|
|
46
|
+
i18nKeyPrefix: string;
|
|
46
47
|
uischema: ControlElement;
|
|
47
48
|
errors: string;
|
|
48
49
|
data: any;
|
|
49
|
-
rootSchema: import("@jsonforms/core").JsonSchema
|
|
50
|
+
rootSchema: NonNullable<import("@jsonforms/core").JsonSchema>;
|
|
50
51
|
id: string;
|
|
51
52
|
config: any;
|
|
52
|
-
schema: import("@jsonforms/core").JsonSchema
|
|
53
|
+
schema: NonNullable<import("@jsonforms/core").JsonSchema>;
|
|
53
54
|
enabled: boolean;
|
|
54
55
|
visible: boolean;
|
|
55
56
|
path: string;
|
|
56
57
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
57
|
-
}
|
|
58
|
+
}>;
|
|
58
59
|
handleChange(path: string, value: any): void;
|
|
59
60
|
}, unknown, {}, {
|
|
60
61
|
isHidden(): boolean | undefined;
|
|
61
62
|
generateUISchema(control: JsonFormControl): Layout;
|
|
62
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
63
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
64
|
schema: {
|
|
64
65
|
required: true;
|
|
65
66
|
type: import("vue").PropType<import("@jsonforms/core").JsonSchema>;
|
|
@@ -93,9 +94,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
93
94
|
default: undefined;
|
|
94
95
|
};
|
|
95
96
|
}>>, {
|
|
97
|
+
config: Record<string, any>;
|
|
96
98
|
enabled: boolean;
|
|
97
99
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
98
100
|
cells: import("@jsonforms/core").JsonFormsCellRendererRegistryEntry[];
|
|
99
|
-
|
|
100
|
-
}>;
|
|
101
|
+
}, {}>;
|
|
101
102
|
export default _default;
|
|
@@ -33,31 +33,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
default: undefined;
|
|
34
34
|
};
|
|
35
35
|
}, {
|
|
36
|
-
control: {
|
|
36
|
+
control: import("vue").ComputedRef<{
|
|
37
37
|
cells: {
|
|
38
38
|
tester: import("@jsonforms/core").RankedTester;
|
|
39
39
|
cell: any;
|
|
40
40
|
}[];
|
|
41
41
|
label: string;
|
|
42
42
|
description: string;
|
|
43
|
-
required: boolean
|
|
43
|
+
required: NonNullable<boolean | undefined>;
|
|
44
|
+
i18nKeyPrefix: string;
|
|
44
45
|
uischema: ControlElement;
|
|
45
46
|
errors: string;
|
|
46
47
|
data: any;
|
|
47
|
-
rootSchema: import("@jsonforms/core").JsonSchema
|
|
48
|
+
rootSchema: NonNullable<import("@jsonforms/core").JsonSchema>;
|
|
48
49
|
id: string;
|
|
49
50
|
config: any;
|
|
50
|
-
schema: import("@jsonforms/core").JsonSchema
|
|
51
|
+
schema: NonNullable<import("@jsonforms/core").JsonSchema>;
|
|
51
52
|
enabled: boolean;
|
|
52
53
|
visible: boolean;
|
|
53
54
|
path: string;
|
|
54
55
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
55
|
-
}
|
|
56
|
+
}>;
|
|
56
57
|
handleChange(path: string, value: any): void;
|
|
57
58
|
isDirty: boolean;
|
|
58
59
|
}, unknown, {}, {
|
|
59
60
|
updateValue(value: string): void;
|
|
60
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
61
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
62
|
schema: {
|
|
62
63
|
required: true;
|
|
63
64
|
type: import("vue").PropType<import("@jsonforms/core").JsonSchema>;
|
|
@@ -91,9 +92,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
92
|
default: undefined;
|
|
92
93
|
};
|
|
93
94
|
}>>, {
|
|
95
|
+
config: Record<string, any>;
|
|
94
96
|
enabled: boolean;
|
|
95
97
|
renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
|
|
96
98
|
cells: import("@jsonforms/core").JsonFormsCellRendererRegistryEntry[];
|
|
97
|
-
|
|
98
|
-
}>;
|
|
99
|
+
}, {}>;
|
|
99
100
|
export default _default;
|
|
@@ -11,12 +11,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
}, {
|
|
12
12
|
componentType: import("vue").ComputedRef<"button" | "a">;
|
|
13
13
|
classes: import("vue").ComputedRef<{
|
|
14
|
-
[x: string]: boolean | import("vue").Slot | undefined;
|
|
14
|
+
[x: string]: boolean | import("vue").Slot<any> | undefined;
|
|
15
15
|
'aux-link': boolean;
|
|
16
|
-
'aux-link-icon-left': import("vue").Slot | undefined;
|
|
17
|
-
'aux-link-icon-right': import("vue").Slot | undefined;
|
|
16
|
+
'aux-link-icon-left': import("vue").Slot<any> | undefined;
|
|
17
|
+
'aux-link-icon-right': import("vue").Slot<any> | undefined;
|
|
18
18
|
}>;
|
|
19
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").
|
|
19
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
size: {
|
|
21
21
|
type: StringConstructor;
|
|
22
22
|
default: string;
|
|
@@ -30,5 +30,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
31
31
|
}, {
|
|
32
32
|
size: string;
|
|
33
|
-
}>;
|
|
33
|
+
}, {}>;
|
|
34
34
|
export default _default;
|
|
@@ -3,12 +3,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
6
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
inverted: {
|
|
8
8
|
type: BooleanConstructor;
|
|
9
9
|
default: boolean;
|
|
10
10
|
};
|
|
11
11
|
}>>, {
|
|
12
12
|
inverted: boolean;
|
|
13
|
-
}>;
|
|
13
|
+
}, {}>;
|
|
14
14
|
export default _default;
|
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
}, {
|
|
9
9
|
actionsOrganized: import("vue").ComputedRef<Action[]>;
|
|
10
10
|
emit: (event: "action-clicked", ...args: any[]) => void;
|
|
11
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "action-clicked"[], "action-clicked", import("vue").
|
|
11
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "action-clicked"[], "action-clicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
actions: {
|
|
13
13
|
type: PropType<Action[]>;
|
|
14
14
|
default: () => never[];
|
|
@@ -17,5 +17,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
"onAction-clicked"?: ((...args: any[]) => any) | undefined;
|
|
18
18
|
}, {
|
|
19
19
|
actions: Action[];
|
|
20
|
-
}>;
|
|
20
|
+
}, {}>;
|
|
21
21
|
export default _default;
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
};
|
|
8
8
|
id: {
|
|
9
9
|
type: StringConstructor;
|
|
10
|
-
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number
|
|
10
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
11
11
|
};
|
|
12
12
|
size: {
|
|
13
13
|
type: StringConstructor;
|
|
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
validator: (value: string) => boolean;
|
|
20
20
|
};
|
|
21
21
|
buttonsMobileLayout: {
|
|
22
|
-
type: PropType<"
|
|
22
|
+
type: PropType<"vertical" | "horizontal">;
|
|
23
23
|
default: string;
|
|
24
24
|
validator: (value: string) => boolean;
|
|
25
25
|
};
|
|
@@ -43,14 +43,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
43
|
getTestId: (testid: string) => string | undefined;
|
|
44
44
|
modal: import("vue").Ref<HTMLDialogElement | null>;
|
|
45
45
|
useVerticalLayout: false | import("vue").Ref<boolean>;
|
|
46
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
46
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
47
|
actions: {
|
|
48
48
|
type: PropType<Action[]>;
|
|
49
49
|
default: () => never[];
|
|
50
50
|
};
|
|
51
51
|
id: {
|
|
52
52
|
type: StringConstructor;
|
|
53
|
-
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number
|
|
53
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
54
54
|
};
|
|
55
55
|
size: {
|
|
56
56
|
type: StringConstructor;
|
|
@@ -62,7 +62,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
validator: (value: string) => boolean;
|
|
63
63
|
};
|
|
64
64
|
buttonsMobileLayout: {
|
|
65
|
-
type: PropType<"
|
|
65
|
+
type: PropType<"vertical" | "horizontal">;
|
|
66
66
|
default: string;
|
|
67
67
|
validator: (value: string) => boolean;
|
|
68
68
|
};
|
|
@@ -80,5 +80,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
80
|
actions: Action[];
|
|
81
81
|
buttonsMobileLayout: "horizontal" | "vertical";
|
|
82
82
|
disableCloseOnOutsideClick: boolean;
|
|
83
|
-
}>;
|
|
83
|
+
}, {}>;
|
|
84
84
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
type: {
|
|
4
|
-
type: PropType<"success" | "
|
|
4
|
+
type: PropType<"success" | "error" | "warning" | "info">;
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
7
|
id: {
|
|
@@ -14,11 +14,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
'aux-notification': boolean;
|
|
15
15
|
'aux-notification-show': boolean;
|
|
16
16
|
}>;
|
|
17
|
-
icon: import("vue").ComputedRef<import("vue").FunctionalComponent<import("vue").SVGAttributes, {}>>;
|
|
17
|
+
icon: import("vue").ComputedRef<import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>>;
|
|
18
18
|
removeNotification: () => void;
|
|
19
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove-notification"[], "remove-notification", import("vue").
|
|
19
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove-notification"[], "remove-notification", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
type: {
|
|
21
|
-
type: PropType<"success" | "
|
|
21
|
+
type: PropType<"success" | "error" | "warning" | "info">;
|
|
22
22
|
required: true;
|
|
23
23
|
};
|
|
24
24
|
id: {
|
|
@@ -27,5 +27,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
};
|
|
28
28
|
}>> & {
|
|
29
29
|
"onRemove-notification"?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
}, {}>;
|
|
30
|
+
}, {}, {}>;
|
|
31
31
|
export default _default;
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
};
|
|
8
8
|
}, {
|
|
9
9
|
removeNotification: (event: string) => void;
|
|
10
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove-notification"[], "remove-notification", import("vue").
|
|
10
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove-notification"[], "remove-notification", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
notifications: {
|
|
12
12
|
type: PropType<NotificationType[]>;
|
|
13
13
|
default: () => never[];
|
|
@@ -16,5 +16,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
"onRemove-notification"?: ((...args: any[]) => any) | undefined;
|
|
17
17
|
}, {
|
|
18
18
|
notifications: NotificationType[];
|
|
19
|
-
}>;
|
|
19
|
+
}, {}>;
|
|
20
20
|
export default _default;
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
currentPage: import("vue").ComputedRef<number>;
|
|
27
27
|
isSmallScreen: import("vue").Ref<boolean>;
|
|
28
28
|
auxPaginationWrapper: import("vue").Ref<any>;
|
|
29
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").
|
|
29
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
30
|
config: {
|
|
31
31
|
type: PropType<PaginationOffset>;
|
|
32
32
|
required: true;
|
|
@@ -45,5 +45,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
}, {
|
|
47
47
|
width: number;
|
|
48
|
-
}>;
|
|
48
|
+
}, {}>;
|
|
49
49
|
export default _default;
|
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
[x: string]: boolean;
|
|
10
10
|
'aux-pill': boolean;
|
|
11
11
|
}>;
|
|
12
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
12
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
color: {
|
|
14
14
|
type: StringConstructor;
|
|
15
15
|
default: string;
|
|
@@ -17,5 +17,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
};
|
|
18
18
|
}>>, {
|
|
19
19
|
color: string;
|
|
20
|
-
}>;
|
|
20
|
+
}, {}>;
|
|
21
21
|
export default _default;
|