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