@muibook/components 19.6.0 → 20.1.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/AGENTS.md +67 -0
- package/DESIGN.md +358 -0
- package/README.md +53 -2
- package/dist/esm/agent/keywords/index.js +2 -173
- package/dist/esm/agent/prompts/index.js +6 -432
- package/dist/esm/components/mui-accordion/core/index.js +25 -17
- package/dist/esm/components/mui-addon/index.js +14 -14
- package/dist/esm/components/mui-avatar/index.js +103 -43
- package/dist/esm/components/mui-avatar-chip/index.js +158 -0
- package/dist/esm/components/mui-avatar-group/index.js +88 -0
- package/dist/esm/components/mui-badge/index.js +37 -20
- package/dist/esm/components/mui-body/index.js +20 -11
- package/dist/esm/components/mui-button/index.js +265 -78
- package/dist/esm/components/mui-calendar/index.js +199 -0
- package/dist/esm/components/mui-card/body/index.js +33 -18
- package/dist/esm/components/mui-card/footer/index.js +11 -9
- package/dist/esm/components/mui-carousel/controller/index.js +1 -1
- package/dist/esm/components/mui-checkbox/index.js +23 -18
- package/dist/esm/components/mui-chip/index.js +219 -73
- package/dist/esm/components/mui-chip-input/index.js +146 -137
- package/dist/esm/components/mui-chip-rail/index.js +342 -0
- package/dist/esm/components/mui-code/index.js +26 -7
- package/dist/esm/components/mui-container/index.js +68 -45
- package/dist/esm/components/mui-date-picker/index.js +169 -0
- package/dist/esm/components/mui-drawer/index.js +968 -100
- package/dist/esm/components/mui-dropdown/index.js +255 -59
- package/dist/esm/components/mui-field/index.js +1 -1
- package/dist/esm/components/mui-file-upload/index.js +14 -4
- package/dist/esm/components/mui-form-group/index.js +1 -2
- package/dist/esm/components/mui-form-message/index.js +4 -9
- package/dist/esm/components/mui-heading/index.js +3 -2
- package/dist/esm/components/mui-hint/index.js +178 -72
- package/dist/esm/components/mui-icons/copy/index.js +54 -0
- package/dist/esm/components/mui-icons/fullscreen/index.js +5 -0
- package/dist/esm/components/mui-icons/icon-helper/index.js +56 -0
- package/dist/esm/components/mui-icons/index.js +14 -1
- package/dist/esm/components/mui-icons/moon/index.js +3 -1
- package/dist/esm/components/mui-icons/{rectangle-bottom-panel → panel}/index.js +6 -6
- package/dist/esm/components/mui-icons/pause/index.js +5 -0
- package/dist/esm/components/mui-icons/picture-in-picture/index.js +5 -0
- package/dist/esm/components/mui-icons/play-fill/index.js +5 -0
- package/dist/esm/components/mui-icons/rectangle-right-drawer/index.js +56 -0
- package/dist/esm/components/mui-icons/reload/index.js +5 -0
- package/dist/esm/components/mui-icons/speaker-mute/index.js +5 -0
- package/dist/esm/components/mui-icons/speaker-one-wave/index.js +5 -0
- package/dist/esm/components/mui-icons/speaker-two-wave/index.js +5 -0
- package/dist/esm/components/mui-icons/spinner/index.js +7 -5
- package/dist/esm/components/mui-icons/stop-fill/index.js +5 -0
- package/dist/esm/components/mui-icons/sun/index.js +5 -5
- package/dist/esm/components/mui-icons/timer/index.js +54 -0
- package/dist/esm/components/mui-icons/toggle/index.js +16 -6
- package/dist/esm/components/mui-icons/vertical-ellipsis/index.js +5 -0
- package/dist/esm/components/mui-illustrations/trash/index.js +6 -5
- package/dist/esm/components/mui-input/index.js +96 -67
- package/dist/esm/components/mui-link/index.js +352 -96
- package/dist/esm/components/mui-media-player/index.js +1577 -83
- package/dist/esm/components/mui-message/index.js +7 -6
- package/dist/esm/components/mui-model-viewer/index.js +258 -0
- package/dist/esm/components/mui-progress-ring/index.js +349 -0
- package/dist/esm/components/mui-prompt/index.js +143 -115
- package/dist/esm/components/mui-prompt-preview/index.js +11 -23
- package/dist/esm/components/mui-radio/index.js +38 -17
- package/dist/esm/components/mui-range-input/index.js +9 -4
- package/dist/esm/components/mui-responsive/index.js +60 -27
- package/dist/esm/components/mui-search-input/index.js +300 -0
- package/dist/esm/components/mui-select/index.js +235 -46
- package/dist/esm/components/mui-slat/slat/index.js +40 -12
- package/dist/esm/components/mui-spinner/index.js +11 -9
- package/dist/esm/components/mui-stack/hstack/index.js +10 -5
- package/dist/esm/components/mui-status/index.js +239 -0
- package/dist/esm/components/mui-stepper/step/index.js +46 -32
- package/dist/esm/components/mui-switch/index.js +37 -26
- package/dist/esm/components/mui-table/row/index.js +2 -6
- package/dist/esm/components/mui-table/table/index.js +157 -14
- package/dist/esm/components/mui-tabs/controller/index.js +17 -6
- package/dist/esm/components/mui-tabs/item/index.js +17 -5
- package/dist/esm/components/mui-tabs/tab-bar/index.js +93 -39
- package/dist/esm/components/mui-textarea/index.js +43 -26
- package/dist/esm/components/mui-time/index/index.js +336 -0
- package/dist/esm/components/mui-time-picker/index.js +126 -0
- package/dist/esm/components/mui-video-thumbnail/index.js +205 -0
- package/dist/esm/css/mui-brand.css +12 -8
- package/dist/esm/css/mui-tokens.css +646 -344
- package/dist/esm/css/readme.md +2 -2
- package/dist/esm/custom-elements.json +4506 -1707
- package/dist/esm/dynamic-attrs.json +271 -54
- package/dist/esm/index.js +33 -6
- package/dist/esm/knowledge/compositions/index.js +1560 -0
- package/dist/esm/knowledge/index.js +28 -0
- package/dist/esm/knowledge/keywords/index.js +306 -0
- package/dist/esm/knowledge/rules/index.js +199 -0
- package/dist/esm/tokens/js/index.js +143 -139
- package/dist/types/agent/keywords/index.d.ts +1 -1
- package/dist/types/components/mui-avatar-chip/api.d.ts +28 -0
- package/dist/types/components/mui-avatar-chip/index.d.ts +18 -0
- package/dist/types/components/mui-avatar-group/api.d.ts +28 -0
- package/dist/types/components/mui-avatar-group/doc.d.ts +2 -0
- package/dist/types/components/mui-avatar-group/index.d.ts +1 -0
- package/dist/types/components/mui-button/api.d.ts +6 -2
- package/dist/types/components/mui-calendar/api.d.ts +41 -0
- package/dist/types/components/mui-calendar/doc.d.ts +2 -0
- package/dist/types/components/mui-calendar/index.d.ts +3 -0
- package/dist/types/components/mui-checkbox/api.d.ts +4 -0
- package/dist/types/components/mui-chip/api.d.ts +4 -0
- package/dist/types/components/mui-chip-input/api.d.ts +4 -0
- package/dist/types/components/mui-chip-rail/api.d.ts +21 -0
- package/dist/types/components/mui-chip-rail/doc.d.ts +2 -0
- package/dist/types/components/mui-chip-rail/index.d.ts +4 -0
- package/dist/types/components/mui-date-picker/api.d.ts +38 -0
- package/dist/types/components/mui-date-picker/doc.d.ts +2 -0
- package/dist/types/components/mui-date-picker/index.d.ts +6 -0
- package/dist/types/components/mui-drawer/api.d.ts +4 -0
- package/dist/types/components/mui-drawer/index.d.ts +2 -0
- package/dist/types/components/mui-file-upload/api.d.ts +4 -0
- package/dist/types/components/mui-icons/fullscreen.d.ts +1 -0
- package/dist/types/components/mui-icons/icon-helper.d.ts +1 -0
- package/dist/types/components/mui-icons/index.d.ts +14 -1
- package/dist/types/components/mui-icons/panel.d.ts +1 -0
- package/dist/types/components/mui-icons/pause.d.ts +1 -0
- package/dist/types/components/mui-icons/picture-in-picture.d.ts +1 -0
- package/dist/types/components/mui-icons/play-fill.d.ts +1 -0
- package/dist/types/components/mui-icons/rectangle-right-drawer.d.ts +1 -0
- package/dist/types/components/mui-icons/reload.d.ts +1 -0
- package/dist/types/components/mui-icons/speaker-mute.d.ts +1 -0
- package/dist/types/components/mui-icons/speaker-one-wave.d.ts +1 -0
- package/dist/types/components/mui-icons/speaker-two-wave.d.ts +1 -0
- package/dist/types/components/mui-icons/stop-fill.d.ts +1 -0
- package/dist/types/components/mui-icons/timer.d.ts +1 -0
- package/dist/types/components/mui-icons/vertical-ellipsis.d.ts +1 -0
- package/dist/types/components/mui-input/api.d.ts +12 -0
- package/dist/types/components/mui-link/api.d.ts +4 -0
- package/dist/types/components/mui-media-player/api.d.ts +4 -0
- package/dist/types/components/mui-media-player/index.d.ts +13 -4
- package/dist/types/components/mui-model-viewer/api.d.ts +28 -0
- package/dist/types/components/mui-model-viewer/doc.d.ts +2 -0
- package/dist/types/components/mui-model-viewer/index.d.ts +17 -0
- package/dist/types/components/mui-progress-ring/api.d.ts +24 -0
- package/dist/types/components/mui-progress-ring/doc.d.ts +2 -0
- package/dist/types/components/mui-progress-ring/index.d.ts +1 -0
- package/dist/types/components/mui-radio/api.d.ts +12 -0
- package/dist/types/components/mui-range-input/api.d.ts +4 -0
- package/dist/types/components/mui-responsive/api.d.ts +10 -2
- package/dist/types/components/mui-search-input/api.d.ts +40 -0
- package/dist/types/components/mui-search-input/doc.d.ts +2 -0
- package/dist/types/components/mui-search-input/index.d.ts +3 -0
- package/dist/types/components/mui-select/api.d.ts +12 -0
- package/dist/types/components/mui-status/api.d.ts +24 -0
- package/dist/types/components/mui-status/doc.d.ts +2 -0
- package/dist/types/components/mui-status/index.d.ts +1 -0
- package/dist/types/components/mui-switch/api.d.ts +4 -0
- package/dist/types/components/mui-table/api.d.ts +15 -0
- package/dist/types/components/mui-textarea/api.d.ts +12 -0
- package/dist/types/components/mui-time/api.d.ts +41 -0
- package/dist/types/components/mui-time/doc.d.ts +2 -0
- package/dist/types/components/mui-time/index.d.ts +1 -0
- package/dist/types/components/mui-time-picker/api.d.ts +38 -0
- package/dist/types/components/mui-time-picker/doc.d.ts +2 -0
- package/dist/types/components/mui-time-picker/index.d.ts +4 -0
- package/dist/types/components/mui-video-thumbnail/api.d.ts +28 -0
- package/dist/types/components/mui-video-thumbnail/doc.d.ts +2 -0
- package/dist/types/components/mui-video-thumbnail/index.d.ts +1 -0
- package/dist/types/index.d.ts +27 -2
- package/dist/types/knowledge/compositions.d.ts +4644 -0
- package/dist/types/knowledge/index.d.ts +4657 -0
- package/dist/types/knowledge/keywords.d.ts +4 -0
- package/dist/types/knowledge/rules.d.ts +1 -0
- package/dist/types/tokens/js/index.d.ts +11 -7
- package/package.json +131 -12
- package/dist/esm/components/mui-form-hint/index.js +0 -1
- package/dist/types/components/mui-form-hint/index.d.ts +0 -1
- /package/dist/types/components/{mui-form-hint → mui-avatar-chip}/doc.d.ts +0 -0
- /package/dist/types/components/mui-icons/{rectangle-bottom-panel.d.ts → copy.d.ts} +0 -0
|
@@ -1,144 +1,148 @@
|
|
|
1
|
-
const c = 'system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"', o = "1.1rem",
|
|
1
|
+
const c = 'system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"', o = "0.9rem", t = "1.1rem", n = "1.2rem", e = "1.4rem", s = "1.6rem", h = "1.8rem", l = "2.1rem", i = "2.4rem", k = "3.6rem", r = "4.8rem", a = "6rem", p = "7.2rem", S = "8.4rem", y = "9.6rem", O = 400, g = 500, m = 600, G = 700, d = 1.5, B = 1.63636364, u = 1.5, z = 1.5, F = 1.5, R = 1.33333333, W = 1.66666667, H = 1.14285714, L = 1.5, x = 1.33333333, f = 1.25, j = 1.2, E = 1.16666667, b = 1.14285714, A = 1.125, C = "black", I = "oklch(0% 0 0 / 0)", U = "oklch(0% 0 0 / 0.05)", q = "oklch(0% 0 0 / 0.1)", v = "oklch(0% 0 0 / 0.2)", w = "oklch(0% 0 0 / 0.3)", D = "oklch(0% 0 0 / 0.4)", J = "oklch(0% 0 0 / 0.5)", K = "oklch(0% 0 0 / 0.6)", M = "oklch(0% 0 0 / 0.7)", N = "oklch(0% 0 0 / 0.8)", P = "oklch(0% 0 0 / 0.9)", Q = "oklch(0% 0 0)", T = "#ffffff", V = "oklch(100% 0.00011 271.152 / 0)", X = "oklch(100% 0.00011 271.152 / 0.1)", Y = "oklch(100% 0.00011 271.152 / 0.2)", Z = "oklch(100% 0.00011 271.152 / 0.3)", _ = "oklch(100% 0.00011 271.152 / 0.4)", $ = "oklch(100% 0.00011 271.152 / 0.5)", c0 = "oklch(100% 0.00011 271.152 / 0.6)", o0 = "oklch(100% 0.00011 271.152 / 0.7)", t0 = "oklch(100% 0.00011 271.152 / 0.8)", n0 = "oklch(100% 0.00011 271.152 / 0.9)", e0 = "oklch(100% 0.00011 271.152)", s0 = "oklch(96.015% 0.00011 271.152)", h0 = "oklch(94.047% 0.00009 271.152)", l0 = "oklch(92.191% 0.0001 271.152)", i0 = "oklch(84.522% 0.0001 271.152)", k0 = "oklch(73.802% 0.00008 271.152)", r0 = "oklch(62.675% 0.00007 271.152)", a0 = "oklch(51.028% 0.00006 271.152)", p0 = "oklch(44.953% 0.00005 271.152)", S0 = "oklch(40.666% 0.00004 271.152)", y0 = "oklch(35.109% 0.00004 271.152)", O0 = "oklch(28.5% 0.00003 271.152)", g0 = "oklch(25.197% 0.00003 271.152)", m0 = "oklch(21.4% 0.00002 271.152)", G0 = "oklch(17.764% 0.00002 271.152)", d0 = "oklch(11.492% 0.00001 271.152)", B0 = "oklch(98% 0.03 25.0)", u0 = "oklch(95% 0.10 25.0)", z0 = "oklch(82% 0.14 25.0)", F0 = "oklch(72% 0.17 25.0)", R0 = "oklch(62% 0.19 25.0)", W0 = "oklch(52% 0.19 25.0)", H0 = "oklch(46% 0.19 25.0)", L0 = "oklch(40% 0.19 25.0)", x0 = "oklch(34% 0.19 25.0)", f0 = "oklch(28% 0.19 25.0)", j0 = "oklch(98% 0.03 71)", E0 = "oklch(94% 0.07 71)", b0 = "oklch(90% 0.11 71)", A0 = "oklch(85% 0.14 71)", C0 = "oklch(78% 0.16 71)", I0 = "oklch(70% 0.16 71)", U0 = "oklch(64% 0.16 71)", q0 = "oklch(57% 0.16 71)", v0 = "oklch(51% 0.16 71)", w0 = "oklch(45% 0.16 71)", D0 = "oklch(96.2% 0.034 145)", J0 = "oklch(92% 0.075 145)", K0 = "oklch(88% 0.120 145)", M0 = "oklch(84.5% 0.160 145)", N0 = "oklch(70% 0.220 145)", P0 = "oklch(63% 0.200 145)", Q0 = "oklch(57% 0.180 145)", T0 = "oklch(52% 0.160 145)", V0 = "oklch(46% 0.140 145)", X0 = "oklch(42% 0.120 145)", Y0 = "oklch(95.6% 0.022 250)", Z0 = "oklch(91% 0.045 250)", _0 = "oklch(82% 0.091 250)", $0 = "oklch(78.8% 0.105 250)", cc = "oklch(73% 0.130 245)", oc = "oklch(67% 0.150 249)", tc = "oklch(63% 0.155 249)", nc = "oklch(57% 0.167 251)", ec = "oklch(52% 0.178 253)", sc = "oklch(48% 0.151 253)", hc = "4px", lc = "6px", ic = "8px", kc = "16px", rc = "24px", ac = "36px", pc = "48px", Sc = "0", yc = "0.6rem", Oc = "0.8rem", gc = "1.2rem", mc = "1.6rem", Gc = "2.4rem", dc = "3.6rem", Bc = "4.8rem", uc = "6rem", zc = "0", Fc = "0.2rem", Rc = "0.4rem", Wc = "1px", Hc = "2px", Lc = "3px", xc = "4px", fc = "5px", jc = "0.5px", Ec = "solid", bc = "outset", Ac = "0.1s", Cc = "0.2s", Ic = "0.3s", Uc = "0.4s";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
3
|
+
C as Black,
|
|
4
|
+
I as BlackOpacity0,
|
|
5
|
+
q as BlackOpacity10,
|
|
6
|
+
Q as BlackOpacity100,
|
|
7
|
+
v as BlackOpacity20,
|
|
8
|
+
w as BlackOpacity30,
|
|
9
|
+
D as BlackOpacity40,
|
|
10
|
+
U as BlackOpacity5,
|
|
11
|
+
J as BlackOpacity50,
|
|
12
|
+
K as BlackOpacity60,
|
|
13
|
+
M as BlackOpacity70,
|
|
14
|
+
N as BlackOpacity80,
|
|
15
|
+
P as BlackOpacity90,
|
|
16
|
+
Y0 as Blue100,
|
|
17
|
+
sc as Blue1000,
|
|
18
|
+
Z0 as Blue200,
|
|
19
|
+
_0 as Blue300,
|
|
20
|
+
$0 as Blue400,
|
|
21
|
+
cc as Blue500,
|
|
22
|
+
oc as Blue600,
|
|
23
|
+
tc as Blue700,
|
|
24
|
+
nc as Blue800,
|
|
25
|
+
ec as Blue900,
|
|
26
26
|
c as FontFamily,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
l as
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
k as
|
|
27
|
+
o as FontSize10,
|
|
28
|
+
s as FontSize100,
|
|
29
|
+
y as FontSize1000,
|
|
30
|
+
t as FontSize15,
|
|
31
|
+
h as FontSize200,
|
|
32
|
+
n as FontSize25,
|
|
33
|
+
l as FontSize300,
|
|
34
|
+
i as FontSize400,
|
|
35
|
+
e as FontSize50,
|
|
36
|
+
k as FontSize500,
|
|
37
|
+
r as FontSize600,
|
|
37
38
|
a as FontSize700,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
p0 as
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
d as
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
B as
|
|
73
|
-
R as
|
|
74
|
-
W as
|
|
75
|
-
|
|
39
|
+
p as FontSize800,
|
|
40
|
+
S as FontSize900,
|
|
41
|
+
O as FontWeight400,
|
|
42
|
+
g as FontWeight500,
|
|
43
|
+
m as FontWeight600,
|
|
44
|
+
G as FontWeight700,
|
|
45
|
+
D0 as Green100,
|
|
46
|
+
X0 as Green1000,
|
|
47
|
+
J0 as Green200,
|
|
48
|
+
K0 as Green300,
|
|
49
|
+
M0 as Green400,
|
|
50
|
+
N0 as Green500,
|
|
51
|
+
P0 as Green600,
|
|
52
|
+
Q0 as Green700,
|
|
53
|
+
T0 as Green800,
|
|
54
|
+
V0 as Green900,
|
|
55
|
+
h0 as Grey100,
|
|
56
|
+
O0 as Grey1000,
|
|
57
|
+
g0 as Grey1100,
|
|
58
|
+
m0 as Grey1200,
|
|
59
|
+
G0 as Grey1300,
|
|
60
|
+
d0 as Grey1400,
|
|
61
|
+
l0 as Grey200,
|
|
62
|
+
i0 as Grey300,
|
|
63
|
+
k0 as Grey400,
|
|
64
|
+
s0 as Grey50,
|
|
65
|
+
r0 as Grey500,
|
|
66
|
+
a0 as Grey600,
|
|
67
|
+
p0 as Grey700,
|
|
68
|
+
S0 as Grey800,
|
|
69
|
+
y0 as Grey900,
|
|
70
|
+
d as LineHeight10,
|
|
71
|
+
F as LineHeight100,
|
|
72
|
+
A as LineHeight1000,
|
|
73
|
+
B as LineHeight15,
|
|
74
|
+
R as LineHeight200,
|
|
75
|
+
W as LineHeight225,
|
|
76
|
+
u as LineHeight25,
|
|
77
|
+
H as LineHeight300,
|
|
78
|
+
L as LineHeight400,
|
|
79
|
+
z as LineHeight50,
|
|
76
80
|
x as LineHeight500,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
81
|
+
f as LineHeight600,
|
|
82
|
+
j as LineHeight700,
|
|
83
|
+
E as LineHeight800,
|
|
84
|
+
b as LineHeight900,
|
|
85
|
+
j0 as Orange100,
|
|
86
|
+
w0 as Orange1000,
|
|
87
|
+
E0 as Orange200,
|
|
88
|
+
b0 as Orange300,
|
|
89
|
+
A0 as Orange400,
|
|
90
|
+
C0 as Orange500,
|
|
91
|
+
I0 as Orange600,
|
|
92
|
+
U0 as Orange700,
|
|
93
|
+
q0 as Orange800,
|
|
94
|
+
v0 as Orange900,
|
|
95
|
+
Sc as Radius000,
|
|
96
|
+
hc as Radius100,
|
|
97
|
+
lc as Radius150,
|
|
98
|
+
ic as Radius200,
|
|
99
|
+
kc as Radius300,
|
|
100
|
+
rc as Radius400,
|
|
101
|
+
ac as Radius500,
|
|
102
|
+
pc as Radius600,
|
|
103
|
+
B0 as Red100,
|
|
104
|
+
f0 as Red1000,
|
|
105
|
+
u0 as Red200,
|
|
106
|
+
z0 as Red300,
|
|
107
|
+
F0 as Red400,
|
|
108
|
+
R0 as Red500,
|
|
109
|
+
W0 as Red600,
|
|
110
|
+
H0 as Red700,
|
|
111
|
+
L0 as Red800,
|
|
112
|
+
x0 as Red900,
|
|
113
|
+
zc as Space000,
|
|
114
|
+
Fc as Space025,
|
|
115
|
+
Rc as Space050,
|
|
116
|
+
yc as Space100,
|
|
117
|
+
Oc as Space200,
|
|
118
|
+
gc as Space300,
|
|
119
|
+
mc as Space400,
|
|
120
|
+
Gc as Space500,
|
|
121
|
+
dc as Space600,
|
|
122
|
+
Bc as Space700,
|
|
123
|
+
uc as Space800,
|
|
124
|
+
Ac as Speed100,
|
|
125
|
+
Cc as Speed200,
|
|
126
|
+
Ic as Speed300,
|
|
127
|
+
Uc as Speed400,
|
|
128
|
+
bc as StrokeOutset,
|
|
129
|
+
jc as StrokeSize050,
|
|
130
|
+
Wc as StrokeSize100,
|
|
131
|
+
Hc as StrokeSize200,
|
|
132
|
+
Lc as StrokeSize300,
|
|
133
|
+
xc as StrokeSize400,
|
|
134
|
+
fc as StrokeSize500,
|
|
135
|
+
Ec as StrokeSolid,
|
|
136
|
+
T as White,
|
|
137
|
+
V as WhiteOpacity0,
|
|
138
|
+
X as WhiteOpacity10,
|
|
139
|
+
e0 as WhiteOpacity100,
|
|
140
|
+
Y as WhiteOpacity20,
|
|
141
|
+
Z as WhiteOpacity30,
|
|
142
|
+
_ as WhiteOpacity40,
|
|
143
|
+
$ as WhiteOpacity50,
|
|
144
|
+
c0 as WhiteOpacity60,
|
|
145
|
+
o0 as WhiteOpacity70,
|
|
146
|
+
t0 as WhiteOpacity80,
|
|
147
|
+
n0 as WhiteOpacity90
|
|
144
148
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { agentKeywords as keywords } from "../../knowledge/keywords";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-avatar-chip": {
|
|
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,18 @@
|
|
|
1
|
+
import "../mui-avatar";
|
|
2
|
+
import "../mui-body";
|
|
3
|
+
import "../mui-link";
|
|
4
|
+
import "../mui-stack/hstack";
|
|
5
|
+
import "../mui-stack/vstack";
|
|
6
|
+
declare class MuiAvatarChip extends HTMLElement {
|
|
7
|
+
static get observedAttributes(): string[];
|
|
8
|
+
constructor();
|
|
9
|
+
connectedCallback(): void;
|
|
10
|
+
attributeChangedCallback(): void;
|
|
11
|
+
private escapeAttribute;
|
|
12
|
+
private escapeText;
|
|
13
|
+
private getSize;
|
|
14
|
+
private renderAvatar;
|
|
15
|
+
private syncSlottedTextSizes;
|
|
16
|
+
render(): void;
|
|
17
|
+
}
|
|
18
|
+
export { MuiAvatarChip };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-avatar-group": {
|
|
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 @@
|
|
|
1
|
+
import "../mui-avatar";
|
|
@@ -6,19 +6,23 @@ export declare const muiApi: {
|
|
|
6
6
|
type: {
|
|
7
7
|
text: string;
|
|
8
8
|
};
|
|
9
|
-
default: string;
|
|
10
9
|
description: string;
|
|
10
|
+
default?: undefined;
|
|
11
11
|
} | {
|
|
12
12
|
name: string;
|
|
13
13
|
type: {
|
|
14
14
|
text: string;
|
|
15
15
|
};
|
|
16
|
+
default: string;
|
|
16
17
|
description: string;
|
|
17
|
-
default?: undefined;
|
|
18
18
|
})[];
|
|
19
19
|
slots: {
|
|
20
20
|
name: string;
|
|
21
21
|
description: string;
|
|
22
22
|
}[];
|
|
23
|
+
cssProperties: {
|
|
24
|
+
name: string;
|
|
25
|
+
description: string;
|
|
26
|
+
}[];
|
|
23
27
|
};
|
|
24
28
|
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-calendar": {
|
|
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
|
+
slots: never[];
|
|
28
|
+
events: {
|
|
29
|
+
name: string;
|
|
30
|
+
description: string;
|
|
31
|
+
}[];
|
|
32
|
+
methods: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
}[];
|
|
36
|
+
cssProperties: {
|
|
37
|
+
name: string;
|
|
38
|
+
description: string;
|
|
39
|
+
}[];
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-chip-rail": {
|
|
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,38 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-date-picker": {
|
|
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
|
+
slots: never[];
|
|
28
|
+
events: {
|
|
29
|
+
name: string;
|
|
30
|
+
description: string;
|
|
31
|
+
}[];
|
|
32
|
+
methods: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
}[];
|
|
36
|
+
cssProperties: never[];
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function defineMuiIcon(tagName: string, paths: string, viewBox?: string): void;
|
|
@@ -39,9 +39,22 @@ import "./ai";
|
|
|
39
39
|
import "./rectangle";
|
|
40
40
|
import "./rectangle-media-text";
|
|
41
41
|
import "./rectangle-dashed";
|
|
42
|
+
import "./fullscreen";
|
|
42
43
|
import "./rectangle-left-drawer";
|
|
43
|
-
import "./rectangle-
|
|
44
|
+
import "./rectangle-right-drawer";
|
|
45
|
+
import "./panel";
|
|
46
|
+
import "./pause";
|
|
47
|
+
import "./picture-in-picture";
|
|
48
|
+
import "./play-fill";
|
|
49
|
+
import "./reload";
|
|
50
|
+
import "./speaker-mute";
|
|
51
|
+
import "./speaker-one-wave";
|
|
52
|
+
import "./speaker-two-wave";
|
|
53
|
+
import "./stop-fill";
|
|
44
54
|
import "./pin";
|
|
45
55
|
import "./pin-slash";
|
|
46
56
|
import "./text-below-folder";
|
|
47
57
|
import "./spinner";
|
|
58
|
+
import "./vertical-ellipsis";
|
|
59
|
+
import "./timer";
|
|
60
|
+
import "./copy";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|