@muibook/components 19.3.0 → 19.5.0
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/README.md +15 -0
- package/dist/esm/agent/prompts/index.js +3 -3
- package/dist/esm/components/mui-avatar/index.js +8 -5
- package/dist/esm/components/mui-button/index.js +3 -3
- package/dist/esm/components/mui-chip/index.js +1 -1
- package/dist/esm/components/mui-code/index.js +1 -1
- package/dist/esm/components/mui-dialog/index.js +2 -1
- package/dist/esm/components/mui-drawer/index.js +25 -47
- package/dist/esm/components/mui-field/index.js +6 -4
- package/dist/esm/components/mui-form-group/index.js +20 -28
- package/dist/esm/components/mui-grid/index.js +44 -15
- package/dist/esm/components/mui-link/index.js +7 -7
- package/dist/esm/components/mui-prompt/index.js +92 -85
- package/dist/esm/components/mui-prompt-message/index.js +1 -1
- package/dist/esm/components/mui-stack/hstack/index.js +43 -14
- package/dist/esm/components/mui-stack/vstack/index.js +43 -14
- package/dist/esm/components/mui-switch/index.js +30 -30
- package/dist/esm/components/mui-tabs/tab-bar/index.js +1 -1
- package/dist/esm/components/mui-textarea/index.js +39 -29
- package/dist/esm/css/mui-brand.css +1 -1
- package/dist/esm/css/mui-tokens.css +12 -3
- package/dist/esm/custom-elements.json +4309 -6192
- package/dist/esm/dynamic-attrs.json +1 -1
- package/dist/types/components/mui-accordion/api.d.ts +73 -0
- package/dist/types/components/mui-addon/api.d.ts +28 -0
- package/dist/types/components/mui-alert/api.d.ts +28 -0
- package/dist/types/components/mui-avatar/api.d.ts +28 -0
- package/dist/types/components/mui-badge/api.d.ts +28 -0
- package/dist/types/components/mui-body/api.d.ts +21 -0
- package/dist/types/components/mui-button/api.d.ts +24 -0
- package/dist/types/components/mui-button-group/api.d.ts +17 -0
- package/dist/types/components/mui-card/api.d.ts +50 -0
- package/dist/types/components/mui-carousel/api.d.ts +35 -0
- package/dist/types/components/mui-checkbox/api.d.ts +36 -0
- package/dist/types/components/mui-chip/api.d.ts +28 -0
- package/dist/types/components/mui-chip-input/api.d.ts +36 -0
- package/dist/types/components/mui-code/api.d.ts +21 -0
- package/dist/types/components/mui-container/api.d.ts +17 -0
- package/dist/types/components/mui-dialog/api.d.ts +46 -0
- package/dist/types/components/mui-drawer/api.d.ts +39 -0
- package/dist/types/components/mui-dropdown/api.d.ts +25 -0
- package/dist/types/components/mui-field/api.d.ts +24 -0
- package/dist/types/components/mui-field/index.d.ts +1 -1
- package/dist/types/components/mui-file-upload/api.d.ts +16 -0
- package/dist/types/components/mui-form-group/api.d.ts +28 -0
- package/dist/types/components/mui-form-group/index.d.ts +0 -1
- package/dist/types/components/mui-form-message/api.d.ts +17 -0
- package/dist/types/components/mui-form-section/api.d.ts +24 -0
- package/dist/types/components/mui-form-section-footer/api.d.ts +13 -0
- package/dist/types/components/mui-grid/api.d.ts +28 -0
- package/dist/types/components/mui-heading/api.d.ts +28 -0
- package/dist/types/components/mui-hint/api.d.ts +21 -0
- package/dist/types/components/mui-icons/api.d.ts +28 -0
- package/dist/types/components/mui-illustrations/api.d.ts +17 -0
- package/dist/types/components/mui-image/api.d.ts +24 -0
- package/dist/types/components/mui-input/api.d.ts +32 -0
- package/dist/types/components/mui-link/api.d.ts +24 -0
- package/dist/types/components/mui-list/api.d.ts +32 -0
- package/dist/types/components/mui-loader/api.d.ts +17 -0
- package/dist/types/components/mui-media-player/api.d.ts +24 -0
- package/dist/types/components/mui-message/api.d.ts +28 -0
- package/dist/types/components/mui-progress/api.d.ts +24 -0
- package/dist/types/components/mui-prompt/api.d.ts +45 -0
- package/dist/types/components/mui-prompt-message/api.d.ts +17 -0
- package/dist/types/components/mui-prompt-preview/api.d.ts +36 -0
- package/dist/types/components/mui-prompt-toggle/api.d.ts +17 -0
- package/dist/types/components/mui-quote/api.d.ts +9 -0
- package/dist/types/components/mui-radio/api.d.ts +28 -0
- package/dist/types/components/mui-radio-group/api.d.ts +28 -0
- package/dist/types/components/mui-range-input/api.d.ts +29 -0
- package/dist/types/components/mui-responsive/api.d.ts +16 -0
- package/dist/types/components/mui-rule/api.d.ts +13 -0
- package/dist/types/components/mui-select/api.d.ts +24 -0
- package/dist/types/components/mui-skeleton/api.d.ts +28 -0
- package/dist/types/components/mui-slat/api.d.ts +42 -0
- package/dist/types/components/mui-slide-frame/api.d.ts +28 -0
- package/dist/types/components/mui-smart-card/api.d.ts +20 -0
- package/dist/types/components/mui-spinner/api.d.ts +13 -0
- package/dist/types/components/mui-stack/api.d.ts +54 -0
- package/dist/types/components/mui-stepper/api.d.ts +47 -0
- package/dist/types/components/mui-switch/api.d.ts +42 -0
- package/dist/types/components/mui-table/api.d.ts +65 -0
- package/dist/types/components/mui-tabs/api.d.ts +80 -0
- package/dist/types/components/mui-textarea/api.d.ts +24 -0
- package/package.json +6 -6
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-accordion-block": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: ({
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
} | {
|
|
12
|
+
name: string;
|
|
13
|
+
type: {
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
description: string;
|
|
17
|
+
default?: undefined;
|
|
18
|
+
})[];
|
|
19
|
+
slots: {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
}[];
|
|
23
|
+
events: {
|
|
24
|
+
name: string;
|
|
25
|
+
description: string;
|
|
26
|
+
}[];
|
|
27
|
+
};
|
|
28
|
+
"mui-accordion-inline": {
|
|
29
|
+
description: string;
|
|
30
|
+
attributes: {
|
|
31
|
+
name: string;
|
|
32
|
+
type: {
|
|
33
|
+
text: string;
|
|
34
|
+
};
|
|
35
|
+
default: string;
|
|
36
|
+
description: string;
|
|
37
|
+
}[];
|
|
38
|
+
slots: {
|
|
39
|
+
name: string;
|
|
40
|
+
description: string;
|
|
41
|
+
}[];
|
|
42
|
+
};
|
|
43
|
+
"mui-accordion-group": {
|
|
44
|
+
description: string;
|
|
45
|
+
attributes: {
|
|
46
|
+
name: string;
|
|
47
|
+
type: {
|
|
48
|
+
text: string;
|
|
49
|
+
};
|
|
50
|
+
default: string;
|
|
51
|
+
description: string;
|
|
52
|
+
}[];
|
|
53
|
+
slots: {
|
|
54
|
+
name: string;
|
|
55
|
+
description: string;
|
|
56
|
+
}[];
|
|
57
|
+
};
|
|
58
|
+
"mui-accordion-core": {
|
|
59
|
+
description: string;
|
|
60
|
+
attributes: {
|
|
61
|
+
name: string;
|
|
62
|
+
type: {
|
|
63
|
+
text: string;
|
|
64
|
+
};
|
|
65
|
+
default: string;
|
|
66
|
+
description: string;
|
|
67
|
+
}[];
|
|
68
|
+
slots: {
|
|
69
|
+
name: string;
|
|
70
|
+
description: string;
|
|
71
|
+
}[];
|
|
72
|
+
};
|
|
73
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-addon": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: ({
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
description: string;
|
|
10
|
+
default?: undefined;
|
|
11
|
+
} | {
|
|
12
|
+
name: string;
|
|
13
|
+
type: {
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
default: string;
|
|
17
|
+
description: string;
|
|
18
|
+
})[];
|
|
19
|
+
slots: {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
}[];
|
|
23
|
+
cssProperties: {
|
|
24
|
+
name: string;
|
|
25
|
+
description: string;
|
|
26
|
+
}[];
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-alert": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: ({
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
} | {
|
|
12
|
+
name: string;
|
|
13
|
+
type: {
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
description: string;
|
|
17
|
+
default?: undefined;
|
|
18
|
+
})[];
|
|
19
|
+
slots: {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
}[];
|
|
23
|
+
cssProperties: {
|
|
24
|
+
name: string;
|
|
25
|
+
description: string;
|
|
26
|
+
}[];
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-avatar": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: ({
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
description: string;
|
|
10
|
+
default?: undefined;
|
|
11
|
+
} | {
|
|
12
|
+
name: string;
|
|
13
|
+
type: {
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
default: string;
|
|
17
|
+
description: string;
|
|
18
|
+
})[];
|
|
19
|
+
slots: {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
}[];
|
|
23
|
+
cssProperties: {
|
|
24
|
+
name: string;
|
|
25
|
+
description: string;
|
|
26
|
+
}[];
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-badge": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: ({
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
} | {
|
|
12
|
+
name: string;
|
|
13
|
+
type: {
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
description: string;
|
|
17
|
+
default?: undefined;
|
|
18
|
+
})[];
|
|
19
|
+
slots: {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
}[];
|
|
23
|
+
cssProperties: {
|
|
24
|
+
name: string;
|
|
25
|
+
description: string;
|
|
26
|
+
}[];
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-body": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: {
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
}[];
|
|
12
|
+
slots: {
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
}[];
|
|
16
|
+
cssProperties: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
}[];
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-button": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: ({
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
} | {
|
|
12
|
+
name: string;
|
|
13
|
+
type: {
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
description: string;
|
|
17
|
+
default?: undefined;
|
|
18
|
+
})[];
|
|
19
|
+
slots: {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
}[];
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-button-group": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: {
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
}[];
|
|
12
|
+
slots: {
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-card": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: {
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
}[];
|
|
12
|
+
slots: {
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
}[];
|
|
16
|
+
cssProperties: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
}[];
|
|
20
|
+
};
|
|
21
|
+
"mui-card-header": {
|
|
22
|
+
description: string;
|
|
23
|
+
slots: {
|
|
24
|
+
name: string;
|
|
25
|
+
description: string;
|
|
26
|
+
}[];
|
|
27
|
+
};
|
|
28
|
+
"mui-card-body": {
|
|
29
|
+
description: string;
|
|
30
|
+
attributes: {
|
|
31
|
+
name: string;
|
|
32
|
+
type: {
|
|
33
|
+
text: string;
|
|
34
|
+
};
|
|
35
|
+
default: string;
|
|
36
|
+
description: string;
|
|
37
|
+
}[];
|
|
38
|
+
slots: {
|
|
39
|
+
name: string;
|
|
40
|
+
description: string;
|
|
41
|
+
}[];
|
|
42
|
+
};
|
|
43
|
+
"mui-card-footer": {
|
|
44
|
+
description: string;
|
|
45
|
+
slots: {
|
|
46
|
+
name: string;
|
|
47
|
+
description: string;
|
|
48
|
+
}[];
|
|
49
|
+
};
|
|
50
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-carousel-controller": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: {
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
}[];
|
|
12
|
+
slots: {
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
}[];
|
|
16
|
+
cssProperties: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
}[];
|
|
20
|
+
};
|
|
21
|
+
"mui-carousel-panel": {
|
|
22
|
+
description: string;
|
|
23
|
+
attributes: {
|
|
24
|
+
name: string;
|
|
25
|
+
type: {
|
|
26
|
+
text: string;
|
|
27
|
+
};
|
|
28
|
+
description: string;
|
|
29
|
+
}[];
|
|
30
|
+
slots: {
|
|
31
|
+
name: string;
|
|
32
|
+
description: string;
|
|
33
|
+
}[];
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-checkbox": {
|
|
3
|
+
description: string;
|
|
4
|
+
members: {
|
|
5
|
+
kind: string;
|
|
6
|
+
name: string;
|
|
7
|
+
type: {
|
|
8
|
+
text: string;
|
|
9
|
+
};
|
|
10
|
+
description: string;
|
|
11
|
+
}[];
|
|
12
|
+
attributes: ({
|
|
13
|
+
name: string;
|
|
14
|
+
type: {
|
|
15
|
+
text: string;
|
|
16
|
+
};
|
|
17
|
+
default: string;
|
|
18
|
+
description: string;
|
|
19
|
+
} | {
|
|
20
|
+
name: string;
|
|
21
|
+
type: {
|
|
22
|
+
text: string;
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
default?: undefined;
|
|
26
|
+
})[];
|
|
27
|
+
slots: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
}[];
|
|
31
|
+
events: {
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
}[];
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-chip": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: ({
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
} | {
|
|
12
|
+
name: string;
|
|
13
|
+
type: {
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
description: string;
|
|
17
|
+
default?: undefined;
|
|
18
|
+
})[];
|
|
19
|
+
slots: {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
}[];
|
|
23
|
+
events: {
|
|
24
|
+
name: string;
|
|
25
|
+
description: string;
|
|
26
|
+
}[];
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-chip-input": {
|
|
3
|
+
description: string;
|
|
4
|
+
members: {
|
|
5
|
+
kind: string;
|
|
6
|
+
name: string;
|
|
7
|
+
type: {
|
|
8
|
+
text: string;
|
|
9
|
+
};
|
|
10
|
+
description: string;
|
|
11
|
+
}[];
|
|
12
|
+
attributes: ({
|
|
13
|
+
name: string;
|
|
14
|
+
type: {
|
|
15
|
+
text: string;
|
|
16
|
+
};
|
|
17
|
+
description: string;
|
|
18
|
+
default?: undefined;
|
|
19
|
+
} | {
|
|
20
|
+
name: string;
|
|
21
|
+
type: {
|
|
22
|
+
text: string;
|
|
23
|
+
};
|
|
24
|
+
default: string;
|
|
25
|
+
description: string;
|
|
26
|
+
})[];
|
|
27
|
+
events: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
}[];
|
|
31
|
+
cssProperties: {
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
}[];
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-code": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: {
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
}[];
|
|
12
|
+
slots: {
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
}[];
|
|
16
|
+
cssProperties: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
}[];
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-container": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: {
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
}[];
|
|
12
|
+
slots: {
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-dialog": {
|
|
3
|
+
description: string;
|
|
4
|
+
members: {
|
|
5
|
+
kind: string;
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
}[];
|
|
9
|
+
attributes: ({
|
|
10
|
+
name: string;
|
|
11
|
+
type: {
|
|
12
|
+
text: string;
|
|
13
|
+
};
|
|
14
|
+
default: string;
|
|
15
|
+
description: string;
|
|
16
|
+
} | {
|
|
17
|
+
name: string;
|
|
18
|
+
type: {
|
|
19
|
+
text: string;
|
|
20
|
+
};
|
|
21
|
+
description: string;
|
|
22
|
+
default?: undefined;
|
|
23
|
+
})[];
|
|
24
|
+
contextualAttributes: {
|
|
25
|
+
name: string;
|
|
26
|
+
type: {
|
|
27
|
+
text: string;
|
|
28
|
+
};
|
|
29
|
+
default: string;
|
|
30
|
+
description: string;
|
|
31
|
+
appliesTo: string;
|
|
32
|
+
}[];
|
|
33
|
+
slots: {
|
|
34
|
+
name: string;
|
|
35
|
+
description: string;
|
|
36
|
+
}[];
|
|
37
|
+
events: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
}[];
|
|
41
|
+
cssProperties: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
}[];
|
|
45
|
+
};
|
|
46
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-drawer": {
|
|
3
|
+
description: string;
|
|
4
|
+
members: {
|
|
5
|
+
kind: string;
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
}[];
|
|
9
|
+
attributes: {
|
|
10
|
+
name: string;
|
|
11
|
+
type: {
|
|
12
|
+
text: string;
|
|
13
|
+
};
|
|
14
|
+
default: string;
|
|
15
|
+
description: string;
|
|
16
|
+
}[];
|
|
17
|
+
contextualAttributes: {
|
|
18
|
+
name: string;
|
|
19
|
+
type: {
|
|
20
|
+
text: string;
|
|
21
|
+
};
|
|
22
|
+
default: string;
|
|
23
|
+
description: string;
|
|
24
|
+
appliesTo: string;
|
|
25
|
+
}[];
|
|
26
|
+
slots: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
}[];
|
|
30
|
+
events: {
|
|
31
|
+
name: string;
|
|
32
|
+
description: string;
|
|
33
|
+
}[];
|
|
34
|
+
cssProperties: {
|
|
35
|
+
name: string;
|
|
36
|
+
description: string;
|
|
37
|
+
}[];
|
|
38
|
+
};
|
|
39
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-dropdown": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: {
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
}[];
|
|
12
|
+
slots: {
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
}[];
|
|
16
|
+
events: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
}[];
|
|
20
|
+
cssProperties: {
|
|
21
|
+
name: string;
|
|
22
|
+
description: string;
|
|
23
|
+
}[];
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-field": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: ({
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
} | {
|
|
12
|
+
name: string;
|
|
13
|
+
type: {
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
description: string;
|
|
17
|
+
default?: undefined;
|
|
18
|
+
})[];
|
|
19
|
+
slots: {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
}[];
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
import "../mui-icons/info";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-form-group": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: ({
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
description: string;
|
|
10
|
+
default?: undefined;
|
|
11
|
+
} | {
|
|
12
|
+
name: string;
|
|
13
|
+
type: {
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
default: string;
|
|
17
|
+
description: string;
|
|
18
|
+
})[];
|
|
19
|
+
slots: {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
}[];
|
|
23
|
+
cssProperties: {
|
|
24
|
+
name: string;
|
|
25
|
+
description: string;
|
|
26
|
+
}[];
|
|
27
|
+
};
|
|
28
|
+
};
|