@gardenerim/css 1.0.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/CHANGELOG.md +121 -0
- package/LICENSE +21 -0
- package/README.md +591 -0
- package/dist/components/ai-compositions.min.css +2 -0
- package/dist/components/ai-extended.min.css +2 -0
- package/dist/components/ai.min.css +2 -0
- package/dist/components/auth-compositions.min.css +2 -0
- package/dist/components/basic.min.css +2 -0
- package/dist/components/catalog.min.css +2 -0
- package/dist/components/commerce-compositions.min.css +2 -0
- package/dist/components/content-compositions.min.css +2 -0
- package/dist/components/data-compositions.min.css +2 -0
- package/dist/components/data.min.css +2 -0
- package/dist/components/desktop-compositions.min.css +2 -0
- package/dist/components/desktop.min.css +2 -0
- package/dist/components/extended.min.css +2 -0
- package/dist/components/feedback.min.css +2 -0
- package/dist/components/form-compositions.min.css +2 -0
- package/dist/components/forms.min.css +2 -0
- package/dist/components/grid.min.css +2 -0
- package/dist/components/help.min.css +2 -0
- package/dist/components/layouts.min.css +2 -0
- package/dist/components/mobile-compositions.min.css +2 -0
- package/dist/components/navigation-compositions.min.css +2 -0
- package/dist/components/navigation.min.css +2 -0
- package/dist/components/page.min.css +2 -0
- package/dist/components/primitives.min.css +2 -0
- package/dist/components/recipes.min.css +2 -0
- package/dist/components/regions.min.css +2 -0
- package/dist/components/selection-compositions.min.css +2 -0
- package/dist/components/solution-compositions.min.css +2 -0
- package/dist/gardener.ai.css +236 -0
- package/dist/gardener.ai.min.css +3 -0
- package/dist/gardener.ai.min.css.map +7 -0
- package/dist/gardener.builds.json +7491 -0
- package/dist/gardener.capabilities.json +3784 -0
- package/dist/gardener.compatibility.json +1209 -0
- package/dist/gardener.components.css +3496 -0
- package/dist/gardener.components.min.css +3 -0
- package/dist/gardener.components.min.css.map +7 -0
- package/dist/gardener.core.css +1486 -0
- package/dist/gardener.core.min.css +3 -0
- package/dist/gardener.core.min.css.map +7 -0
- package/dist/gardener.css +7153 -0
- package/dist/gardener.d.ts +42 -0
- package/dist/gardener.electron.d.ts +5 -0
- package/dist/gardener.electron.js +24 -0
- package/dist/gardener.electron.min.js +3 -0
- package/dist/gardener.electron.min.js.map +7 -0
- package/dist/gardener.manifest.json +14557 -0
- package/dist/gardener.min.css +3 -0
- package/dist/gardener.min.css.map +7 -0
- package/dist/gardener.performance.json +1628 -0
- package/dist/gardener.public-api.json +2169 -0
- package/dist/gardener.recipes.json +1444 -0
- package/dist/gardener.runtime.js +2224 -0
- package/dist/gardener.runtime.min.js +3 -0
- package/dist/gardener.runtime.min.js.map +7 -0
- package/dist/gardener.tauri.d.ts +5 -0
- package/dist/gardener.tauri.js +28 -0
- package/dist/gardener.tauri.min.js +3 -0
- package/dist/gardener.tauri.min.js.map +7 -0
- package/dist/gardener.themes.css +1415 -0
- package/dist/gardener.themes.min.css +3 -0
- package/dist/gardener.themes.min.css.map +7 -0
- package/dist/gardener.utilities.css +1940 -0
- package/dist/gardener.utilities.json +92279 -0
- package/dist/gardener.utilities.min.css +3 -0
- package/dist/gardener.utilities.min.css.map +7 -0
- package/dist/platforms/gardener.desktop.min.css +2 -0
- package/dist/platforms/gardener.electron.min.css +2 -0
- package/dist/platforms/gardener.mobile.min.css +2 -0
- package/dist/platforms/gardener.tauri.min.css +2 -0
- package/dist/platforms/gardener.web.min.css +2 -0
- package/metadata/builds.schema.json +148 -0
- package/metadata/capabilities.json +3784 -0
- package/metadata/capabilities.schema.json +61 -0
- package/metadata/compatibility.json +1209 -0
- package/metadata/compatibility.schema.json +85 -0
- package/metadata/components.json +9082 -0
- package/metadata/components.schema.json +58 -0
- package/metadata/custom-build.schema.json +46 -0
- package/metadata/manifest.schema.json +47 -0
- package/metadata/performance-budgets.schema.json +103 -0
- package/metadata/performance-report.schema.json +194 -0
- package/metadata/public-api.json +2169 -0
- package/metadata/public-api.schema.json +165 -0
- package/metadata/recipes.json +1444 -0
- package/metadata/recipes.schema.json +39 -0
- package/metadata/schema.json +7 -0
- package/metadata/utilities.schema.json +29 -0
- package/package.json +177 -0
|
@@ -0,0 +1,3784 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 2,
|
|
3
|
+
"capabilities": [
|
|
4
|
+
{
|
|
5
|
+
"id": "layout.grid",
|
|
6
|
+
"name": "完整栅格系统",
|
|
7
|
+
"category": "layout",
|
|
8
|
+
"status": "implemented",
|
|
9
|
+
"systems": [
|
|
10
|
+
24,
|
|
11
|
+
12
|
|
12
|
+
],
|
|
13
|
+
"rootSelectors": [
|
|
14
|
+
".g-row",
|
|
15
|
+
".g-grid-24",
|
|
16
|
+
".g-grid-12"
|
|
17
|
+
],
|
|
18
|
+
"columnRange": [
|
|
19
|
+
1,
|
|
20
|
+
24
|
|
21
|
+
],
|
|
22
|
+
"offsetRange": [
|
|
23
|
+
0,
|
|
24
|
+
23
|
|
25
|
+
],
|
|
26
|
+
"lineRange": [
|
|
27
|
+
1,
|
|
28
|
+
25
|
|
29
|
+
],
|
|
30
|
+
"orderRange": [
|
|
31
|
+
0,
|
|
32
|
+
24
|
|
33
|
+
],
|
|
34
|
+
"breakpoints": {
|
|
35
|
+
"sm": 480,
|
|
36
|
+
"md": 768,
|
|
37
|
+
"lg": 1024,
|
|
38
|
+
"xl": 1280,
|
|
39
|
+
"2xl": 1536
|
|
40
|
+
},
|
|
41
|
+
"containerBreakpoints": {
|
|
42
|
+
"cq-sm": 480,
|
|
43
|
+
"cq-md": 768,
|
|
44
|
+
"cq-lg": 1024
|
|
45
|
+
},
|
|
46
|
+
"gutterSteps": [
|
|
47
|
+
0,
|
|
48
|
+
1,
|
|
49
|
+
2,
|
|
50
|
+
3,
|
|
51
|
+
4,
|
|
52
|
+
5,
|
|
53
|
+
6,
|
|
54
|
+
8,
|
|
55
|
+
10,
|
|
56
|
+
12
|
|
57
|
+
],
|
|
58
|
+
"features": [
|
|
59
|
+
"responsive-columns",
|
|
60
|
+
"offsets",
|
|
61
|
+
"explicit-start-end-lines",
|
|
62
|
+
"auto-and-full-columns",
|
|
63
|
+
"deterministic-fill-from-grid-line",
|
|
64
|
+
"ordering",
|
|
65
|
+
"horizontal-and-vertical-gutters",
|
|
66
|
+
"alignment",
|
|
67
|
+
"nesting",
|
|
68
|
+
"dense-placement",
|
|
69
|
+
"container-queries",
|
|
70
|
+
"subgrid",
|
|
71
|
+
"rtl-logical-flow",
|
|
72
|
+
"print-layout",
|
|
73
|
+
"responsive-visibility"
|
|
74
|
+
],
|
|
75
|
+
"documentation": "website/docs.html#grid-system",
|
|
76
|
+
"tests": [
|
|
77
|
+
"class-matrix",
|
|
78
|
+
"viewport-responsive",
|
|
79
|
+
"container-responsive",
|
|
80
|
+
"rtl",
|
|
81
|
+
"print",
|
|
82
|
+
"documentation"
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"id": "layout.regions",
|
|
87
|
+
"name": "传统区域布局系统",
|
|
88
|
+
"category": "layout",
|
|
89
|
+
"status": "implemented",
|
|
90
|
+
"rootSelectors": [
|
|
91
|
+
".g-region-stack",
|
|
92
|
+
".g-region-inline",
|
|
93
|
+
".g-region-frame",
|
|
94
|
+
".g-holy-grail",
|
|
95
|
+
".g-sidebar-shell",
|
|
96
|
+
".g-double-sidebar-layout",
|
|
97
|
+
".g-master-detail",
|
|
98
|
+
".g-list-detail-inspector",
|
|
99
|
+
".g-sticky-footer-layout",
|
|
100
|
+
".g-fixed-header-layout",
|
|
101
|
+
".g-fixed-sidebar-layout",
|
|
102
|
+
".g-sticky-aside-layout",
|
|
103
|
+
".g-dock-layout",
|
|
104
|
+
".g-split-view",
|
|
105
|
+
".g-fullscreen-workspace",
|
|
106
|
+
".g-mobile-layout"
|
|
107
|
+
],
|
|
108
|
+
"patterns": [
|
|
109
|
+
{
|
|
110
|
+
"id": "top-main-bottom",
|
|
111
|
+
"selector": ".g-region-stack"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"id": "start-main-end",
|
|
115
|
+
"selector": ".g-region-inline"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"id": "five-region",
|
|
119
|
+
"selector": ".g-region-frame"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"id": "holy-grail",
|
|
123
|
+
"selector": ".g-holy-grail"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"id": "sidebar-shell",
|
|
127
|
+
"selector": ".g-sidebar-shell"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"id": "double-sidebar",
|
|
131
|
+
"selector": ".g-double-sidebar-layout"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"id": "master-detail",
|
|
135
|
+
"selector": ".g-master-detail"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"id": "list-detail-inspector",
|
|
139
|
+
"selector": ".g-list-detail-inspector"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"id": "sticky-footer",
|
|
143
|
+
"selector": ".g-sticky-footer-layout"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"id": "fixed-header",
|
|
147
|
+
"selector": ".g-fixed-header-layout"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"id": "fixed-sidebar",
|
|
151
|
+
"selector": ".g-fixed-sidebar-layout"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"id": "sticky-aside",
|
|
155
|
+
"selector": ".g-sticky-aside-layout"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"id": "dock",
|
|
159
|
+
"selector": ".g-dock-layout"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"id": "split-resizable",
|
|
163
|
+
"selector": ".g-split-view"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"id": "fullscreen-workspace",
|
|
167
|
+
"selector": ".g-fullscreen-workspace"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"id": "mobile-safe-area",
|
|
171
|
+
"selector": ".g-mobile-layout"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"breakpoints": {
|
|
175
|
+
"collapse": 768
|
|
176
|
+
},
|
|
177
|
+
"containerBreakpoints": {
|
|
178
|
+
"collapse": 768
|
|
179
|
+
},
|
|
180
|
+
"features": [
|
|
181
|
+
"logical-directions",
|
|
182
|
+
"rtl",
|
|
183
|
+
"viewport-responsive",
|
|
184
|
+
"container-responsive",
|
|
185
|
+
"safe-area",
|
|
186
|
+
"sticky-regions",
|
|
187
|
+
"fixed-regions",
|
|
188
|
+
"collapsible-docks",
|
|
189
|
+
"resizable-split-runtime",
|
|
190
|
+
"contained-preview-mode",
|
|
191
|
+
"print-flattening",
|
|
192
|
+
"tauri-electron-workspaces"
|
|
193
|
+
],
|
|
194
|
+
"compatibleShells": [
|
|
195
|
+
".g-app-shell",
|
|
196
|
+
".g-mobile-shell",
|
|
197
|
+
".g-desktop-shell"
|
|
198
|
+
],
|
|
199
|
+
"documentation": "website/docs.html#region-layouts",
|
|
200
|
+
"tests": [
|
|
201
|
+
"pattern-matrix",
|
|
202
|
+
"viewport-responsive",
|
|
203
|
+
"container-responsive",
|
|
204
|
+
"rtl",
|
|
205
|
+
"print",
|
|
206
|
+
"split-runtime",
|
|
207
|
+
"documentation"
|
|
208
|
+
]
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "layout.primitives",
|
|
212
|
+
"name": "经典布局原语",
|
|
213
|
+
"category": "layout",
|
|
214
|
+
"status": "implemented",
|
|
215
|
+
"rootSelectors": [
|
|
216
|
+
".g-stack",
|
|
217
|
+
".g-cluster",
|
|
218
|
+
".g-center",
|
|
219
|
+
".g-sidebar-layout",
|
|
220
|
+
".g-switcher",
|
|
221
|
+
".g-cover",
|
|
222
|
+
".g-reel",
|
|
223
|
+
".g-frame",
|
|
224
|
+
".g-media-object",
|
|
225
|
+
".g-grid-auto-fit",
|
|
226
|
+
".g-grid-auto-fill",
|
|
227
|
+
".g-bleed",
|
|
228
|
+
".g-repel",
|
|
229
|
+
".g-imposter",
|
|
230
|
+
".g-overlay-layout",
|
|
231
|
+
".g-masonry",
|
|
232
|
+
".g-bento",
|
|
233
|
+
".g-aspect-ratio",
|
|
234
|
+
".g-scroll-area",
|
|
235
|
+
".g-scroll-snap",
|
|
236
|
+
".g-safe-area",
|
|
237
|
+
".g-sticky-region"
|
|
238
|
+
],
|
|
239
|
+
"patterns": [
|
|
240
|
+
{
|
|
241
|
+
"id": "stack",
|
|
242
|
+
"selector": ".g-stack",
|
|
243
|
+
"purpose": "vertical-rhythm"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"id": "cluster",
|
|
247
|
+
"selector": ".g-cluster",
|
|
248
|
+
"purpose": "wrapping-inline-group"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": "center",
|
|
252
|
+
"selector": ".g-center",
|
|
253
|
+
"purpose": "readable-centered-measure"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"id": "sidebar",
|
|
257
|
+
"selector": ".g-sidebar-layout",
|
|
258
|
+
"purpose": "intrinsic-sidebar-content"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"id": "switcher",
|
|
262
|
+
"selector": ".g-switcher",
|
|
263
|
+
"purpose": "space-driven-row-to-stack"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"id": "cover",
|
|
267
|
+
"selector": ".g-cover",
|
|
268
|
+
"purpose": "viewport-cover-center"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"id": "reel",
|
|
272
|
+
"selector": ".g-reel",
|
|
273
|
+
"purpose": "horizontal-scroll-sequence"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"id": "frame",
|
|
277
|
+
"selector": ".g-frame",
|
|
278
|
+
"purpose": "cropped-media-frame"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"id": "media-object",
|
|
282
|
+
"selector": ".g-media-object",
|
|
283
|
+
"purpose": "media-body-action"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"id": "grid-auto-fit",
|
|
287
|
+
"selector": ".g-grid-auto-fit",
|
|
288
|
+
"purpose": "collapse-empty-tracks"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "grid-auto-fill",
|
|
292
|
+
"selector": ".g-grid-auto-fill",
|
|
293
|
+
"purpose": "preserve-empty-tracks"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"id": "bleed",
|
|
297
|
+
"selector": ".g-bleed",
|
|
298
|
+
"purpose": "escape-reading-measure"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"id": "repel",
|
|
302
|
+
"selector": ".g-repel",
|
|
303
|
+
"purpose": "opposed-wrapping-content"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"id": "imposter",
|
|
307
|
+
"selector": ".g-imposter",
|
|
308
|
+
"purpose": "centered-overlaid-content"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"id": "overlay",
|
|
312
|
+
"selector": ".g-overlay-layout",
|
|
313
|
+
"purpose": "stacked-content-layers"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"id": "masonry",
|
|
317
|
+
"selector": ".g-masonry",
|
|
318
|
+
"purpose": "variable-height-columns"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"id": "bento",
|
|
322
|
+
"selector": ".g-bento",
|
|
323
|
+
"purpose": "editorial-dashboard-tiles"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"id": "aspect-ratio",
|
|
327
|
+
"selector": ".g-aspect-ratio",
|
|
328
|
+
"purpose": "generic-ratio-box"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"id": "scroll-area",
|
|
332
|
+
"selector": ".g-scroll-area",
|
|
333
|
+
"purpose": "independent-scroll-owner"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"id": "scroll-snap",
|
|
337
|
+
"selector": ".g-scroll-snap",
|
|
338
|
+
"purpose": "snapping-scroll-sequence"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"id": "safe-area",
|
|
342
|
+
"selector": ".g-safe-area",
|
|
343
|
+
"purpose": "device-inset-protection"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"id": "sticky-region",
|
|
347
|
+
"selector": ".g-sticky-region",
|
|
348
|
+
"purpose": "logical-sticky-edge"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"legacyAliases": {
|
|
352
|
+
".g-grid-auto": ".g-grid-auto-fit",
|
|
353
|
+
".g-sidebar-pattern": ".g-sidebar-layout"
|
|
354
|
+
},
|
|
355
|
+
"containerBreakpoints": {
|
|
356
|
+
"collapse": 640
|
|
357
|
+
},
|
|
358
|
+
"features": [
|
|
359
|
+
"intrinsic-responsive",
|
|
360
|
+
"container-responsive",
|
|
361
|
+
"logical-directions",
|
|
362
|
+
"rtl",
|
|
363
|
+
"safe-area",
|
|
364
|
+
"reduced-motion",
|
|
365
|
+
"print-flattening",
|
|
366
|
+
"overflow-containment"
|
|
367
|
+
],
|
|
368
|
+
"documentation": "website/docs.html#layout-primitives",
|
|
369
|
+
"tests": [
|
|
370
|
+
"pattern-matrix",
|
|
371
|
+
"intrinsic-responsive",
|
|
372
|
+
"container-responsive",
|
|
373
|
+
"rtl",
|
|
374
|
+
"overflow",
|
|
375
|
+
"reduced-motion",
|
|
376
|
+
"print",
|
|
377
|
+
"documentation"
|
|
378
|
+
]
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"id": "component.page",
|
|
382
|
+
"name": "页面级公共组件",
|
|
383
|
+
"category": "component",
|
|
384
|
+
"status": "implemented",
|
|
385
|
+
"rootSelectors": [
|
|
386
|
+
".g-page-header",
|
|
387
|
+
".g-section-header",
|
|
388
|
+
".g-subheader",
|
|
389
|
+
".g-toolbar",
|
|
390
|
+
".g-action-bar",
|
|
391
|
+
".g-status-bar",
|
|
392
|
+
".g-command-bar",
|
|
393
|
+
".g-context-bar",
|
|
394
|
+
".g-filter-bar",
|
|
395
|
+
".g-bulk-action-bar",
|
|
396
|
+
".g-footer-bar",
|
|
397
|
+
".g-floating-action-bar",
|
|
398
|
+
".g-back-to-top",
|
|
399
|
+
".g-divider",
|
|
400
|
+
".g-sticky-actions",
|
|
401
|
+
".g-page-loading",
|
|
402
|
+
".g-page-state",
|
|
403
|
+
".g-page-empty",
|
|
404
|
+
".g-page-error",
|
|
405
|
+
".g-page-forbidden",
|
|
406
|
+
".g-page-not-found",
|
|
407
|
+
".g-page-server-error",
|
|
408
|
+
".g-page-offline",
|
|
409
|
+
".g-page-maintenance"
|
|
410
|
+
],
|
|
411
|
+
"patterns": [
|
|
412
|
+
{
|
|
413
|
+
"id": "page-header",
|
|
414
|
+
"selector": ".g-page-header"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"id": "section-header",
|
|
418
|
+
"selector": ".g-section-header"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"id": "subheader",
|
|
422
|
+
"selector": ".g-subheader"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"id": "toolbar",
|
|
426
|
+
"selector": ".g-toolbar"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"id": "action-bar",
|
|
430
|
+
"selector": ".g-action-bar"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"id": "status-bar",
|
|
434
|
+
"selector": ".g-status-bar"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"id": "command-bar",
|
|
438
|
+
"selector": ".g-command-bar"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"id": "context-bar",
|
|
442
|
+
"selector": ".g-context-bar"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"id": "filter-bar",
|
|
446
|
+
"selector": ".g-filter-bar"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"id": "bulk-action-bar",
|
|
450
|
+
"selector": ".g-bulk-action-bar"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"id": "footer-bar",
|
|
454
|
+
"selector": ".g-footer-bar"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"id": "floating-action-bar",
|
|
458
|
+
"selector": ".g-floating-action-bar"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"id": "back-to-top",
|
|
462
|
+
"selector": ".g-back-to-top",
|
|
463
|
+
"behaviors": [
|
|
464
|
+
"scroll-top"
|
|
465
|
+
]
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"id": "divider-with-text",
|
|
469
|
+
"selector": ".g-divider"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"id": "sticky-actions",
|
|
473
|
+
"selector": ".g-sticky-actions"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"id": "page-loading",
|
|
477
|
+
"selector": ".g-page-loading"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"id": "page-empty",
|
|
481
|
+
"selector": ".g-page-empty"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"id": "page-error",
|
|
485
|
+
"selector": ".g-page-error"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"id": "forbidden-403",
|
|
489
|
+
"selector": ".g-page-forbidden"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"id": "not-found-404",
|
|
493
|
+
"selector": ".g-page-not-found"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"id": "server-error-500",
|
|
497
|
+
"selector": ".g-page-server-error"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"id": "offline",
|
|
501
|
+
"selector": ".g-page-offline"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"id": "maintenance",
|
|
505
|
+
"selector": ".g-page-maintenance"
|
|
506
|
+
}
|
|
507
|
+
],
|
|
508
|
+
"containerBreakpoints": {
|
|
509
|
+
"collapse": 640
|
|
510
|
+
},
|
|
511
|
+
"features": [
|
|
512
|
+
"responsive",
|
|
513
|
+
"container-responsive",
|
|
514
|
+
"sticky",
|
|
515
|
+
"fixed",
|
|
516
|
+
"safe-area",
|
|
517
|
+
"rtl",
|
|
518
|
+
"reduced-motion",
|
|
519
|
+
"forced-colors",
|
|
520
|
+
"print",
|
|
521
|
+
"accessible-page-states"
|
|
522
|
+
],
|
|
523
|
+
"documentation": "website/docs.html#page-components",
|
|
524
|
+
"tests": [
|
|
525
|
+
"component-matrix",
|
|
526
|
+
"responsive",
|
|
527
|
+
"container-responsive",
|
|
528
|
+
"rtl",
|
|
529
|
+
"scroll-top-runtime",
|
|
530
|
+
"safe-area",
|
|
531
|
+
"print",
|
|
532
|
+
"documentation"
|
|
533
|
+
]
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"id": "component.help",
|
|
537
|
+
"name": "Tip 与帮助系统",
|
|
538
|
+
"category": "component",
|
|
539
|
+
"status": "implemented",
|
|
540
|
+
"rootSelectors": [
|
|
541
|
+
".g-tip",
|
|
542
|
+
".g-inline-hint",
|
|
543
|
+
".g-help-text",
|
|
544
|
+
".g-help-trigger",
|
|
545
|
+
".g-tooltip",
|
|
546
|
+
".g-tooltip-rich",
|
|
547
|
+
".g-help-popover",
|
|
548
|
+
".g-definition",
|
|
549
|
+
".g-callout",
|
|
550
|
+
".g-note",
|
|
551
|
+
".g-guidance-pair",
|
|
552
|
+
".g-key-hint",
|
|
553
|
+
".g-shortcut-list",
|
|
554
|
+
".g-help-card",
|
|
555
|
+
".g-help-panel",
|
|
556
|
+
".g-help-center",
|
|
557
|
+
".g-help-topics",
|
|
558
|
+
".g-faq",
|
|
559
|
+
".g-contextual-help",
|
|
560
|
+
".g-coach-mark",
|
|
561
|
+
".g-tour",
|
|
562
|
+
".g-spotlight",
|
|
563
|
+
".g-hotspot",
|
|
564
|
+
".g-feature-hint",
|
|
565
|
+
".g-whats-new",
|
|
566
|
+
".g-help-checklist",
|
|
567
|
+
".g-troubleshooting",
|
|
568
|
+
".g-help-feedback"
|
|
569
|
+
],
|
|
570
|
+
"patterns": [
|
|
571
|
+
{
|
|
572
|
+
"id": "tip",
|
|
573
|
+
"selector": ".g-tip"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"id": "inline-hint",
|
|
577
|
+
"selector": ".g-inline-hint"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"id": "help-text",
|
|
581
|
+
"selector": ".g-help-text"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"id": "help-trigger",
|
|
585
|
+
"selector": ".g-help-trigger"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"id": "tooltip",
|
|
589
|
+
"selector": ".g-tooltip",
|
|
590
|
+
"behaviors": [
|
|
591
|
+
"tooltip"
|
|
592
|
+
]
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"id": "rich-tooltip",
|
|
596
|
+
"selector": ".g-tooltip-rich",
|
|
597
|
+
"behaviors": [
|
|
598
|
+
"tooltip"
|
|
599
|
+
]
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"id": "help-popover",
|
|
603
|
+
"selector": ".g-help-popover",
|
|
604
|
+
"behaviors": [
|
|
605
|
+
"popover"
|
|
606
|
+
]
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"id": "definition",
|
|
610
|
+
"selector": ".g-definition"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"id": "callout",
|
|
614
|
+
"selector": ".g-callout"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"id": "note",
|
|
618
|
+
"selector": ".g-note"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"id": "do-dont-guidance",
|
|
622
|
+
"selector": ".g-guidance-pair"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"id": "keyboard-hint",
|
|
626
|
+
"selector": ".g-key-hint"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"id": "shortcut-list",
|
|
630
|
+
"selector": ".g-shortcut-list"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"id": "help-card",
|
|
634
|
+
"selector": ".g-help-card"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"id": "help-panel",
|
|
638
|
+
"selector": ".g-help-panel"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"id": "help-center",
|
|
642
|
+
"selector": ".g-help-center"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"id": "help-topics",
|
|
646
|
+
"selector": ".g-help-topics"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"id": "faq",
|
|
650
|
+
"selector": ".g-faq",
|
|
651
|
+
"behaviors": [
|
|
652
|
+
"accordion"
|
|
653
|
+
]
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"id": "contextual-help",
|
|
657
|
+
"selector": ".g-contextual-help"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"id": "coach-mark",
|
|
661
|
+
"selector": ".g-coach-mark"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"id": "guided-tour",
|
|
665
|
+
"selector": ".g-tour",
|
|
666
|
+
"behaviors": [
|
|
667
|
+
"tour"
|
|
668
|
+
]
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"id": "spotlight",
|
|
672
|
+
"selector": ".g-spotlight",
|
|
673
|
+
"behaviors": [
|
|
674
|
+
"tour"
|
|
675
|
+
]
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"id": "hotspot",
|
|
679
|
+
"selector": ".g-hotspot"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"id": "new-feature-hint",
|
|
683
|
+
"selector": ".g-feature-hint"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"id": "whats-new",
|
|
687
|
+
"selector": ".g-whats-new"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"id": "help-checklist",
|
|
691
|
+
"selector": ".g-help-checklist"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"id": "troubleshooting",
|
|
695
|
+
"selector": ".g-troubleshooting"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"id": "help-feedback",
|
|
699
|
+
"selector": ".g-help-feedback"
|
|
700
|
+
}
|
|
701
|
+
],
|
|
702
|
+
"placements": [
|
|
703
|
+
"top-start",
|
|
704
|
+
"top-center",
|
|
705
|
+
"top-end",
|
|
706
|
+
"bottom-start",
|
|
707
|
+
"bottom-center",
|
|
708
|
+
"bottom-end",
|
|
709
|
+
"start",
|
|
710
|
+
"end"
|
|
711
|
+
],
|
|
712
|
+
"features": [
|
|
713
|
+
"semantic-tones",
|
|
714
|
+
"collision-aware-floating",
|
|
715
|
+
"keyboard-access",
|
|
716
|
+
"focus-restoration",
|
|
717
|
+
"runtime-tour",
|
|
718
|
+
"spotlight-positioning",
|
|
719
|
+
"rtl",
|
|
720
|
+
"responsive",
|
|
721
|
+
"reduced-motion",
|
|
722
|
+
"forced-colors",
|
|
723
|
+
"print"
|
|
724
|
+
],
|
|
725
|
+
"documentation": "website/docs.html#help-system",
|
|
726
|
+
"tests": [
|
|
727
|
+
"pattern-matrix",
|
|
728
|
+
"tooltip-runtime",
|
|
729
|
+
"popover-runtime",
|
|
730
|
+
"tour-runtime",
|
|
731
|
+
"collision-flip",
|
|
732
|
+
"keyboard",
|
|
733
|
+
"rtl",
|
|
734
|
+
"responsive",
|
|
735
|
+
"reduced-motion",
|
|
736
|
+
"print",
|
|
737
|
+
"documentation"
|
|
738
|
+
]
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"id": "component.form-compositions",
|
|
742
|
+
"name": "表单传统组合",
|
|
743
|
+
"category": "component",
|
|
744
|
+
"status": "implemented",
|
|
745
|
+
"rootSelectors": [
|
|
746
|
+
".g-form",
|
|
747
|
+
".g-form-section",
|
|
748
|
+
".g-field",
|
|
749
|
+
".g-fieldset",
|
|
750
|
+
".g-form-row",
|
|
751
|
+
".g-form-grid",
|
|
752
|
+
".g-form-horizontal",
|
|
753
|
+
".g-form-inline",
|
|
754
|
+
".g-form-compact",
|
|
755
|
+
".g-input-group",
|
|
756
|
+
".g-input-affix",
|
|
757
|
+
".g-search-field",
|
|
758
|
+
".g-password-field",
|
|
759
|
+
".g-clearable-field",
|
|
760
|
+
".g-character-field",
|
|
761
|
+
".g-validation-state",
|
|
762
|
+
".g-validation-summary",
|
|
763
|
+
".g-check-group",
|
|
764
|
+
".g-radio-group",
|
|
765
|
+
".g-switch-row",
|
|
766
|
+
".g-choice-group",
|
|
767
|
+
".g-name-group",
|
|
768
|
+
".g-address-group",
|
|
769
|
+
".g-phone-group",
|
|
770
|
+
".g-money-group",
|
|
771
|
+
".g-date-range-group",
|
|
772
|
+
".g-time-range-group",
|
|
773
|
+
".g-unit-field",
|
|
774
|
+
".g-range-field",
|
|
775
|
+
".g-file-field",
|
|
776
|
+
".g-repeatable-field",
|
|
777
|
+
".g-conditional-field",
|
|
778
|
+
".g-form-actions",
|
|
779
|
+
".g-autosave-status",
|
|
780
|
+
".g-form-progress",
|
|
781
|
+
".g-form-review",
|
|
782
|
+
".g-consent-group"
|
|
783
|
+
],
|
|
784
|
+
"patterns": [
|
|
785
|
+
{
|
|
786
|
+
"id": "form",
|
|
787
|
+
"selector": ".g-form"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"id": "form-section",
|
|
791
|
+
"selector": ".g-form-section"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"id": "field",
|
|
795
|
+
"selector": ".g-field"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"id": "fieldset",
|
|
799
|
+
"selector": ".g-fieldset"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"id": "form-row",
|
|
803
|
+
"selector": ".g-form-row"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"id": "form-grid",
|
|
807
|
+
"selector": ".g-form-grid"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"id": "horizontal-form",
|
|
811
|
+
"selector": ".g-form-horizontal"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"id": "inline-form",
|
|
815
|
+
"selector": ".g-form-inline"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"id": "compact-form",
|
|
819
|
+
"selector": ".g-form-compact"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"id": "input-group",
|
|
823
|
+
"selector": ".g-input-group"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"id": "input-affix",
|
|
827
|
+
"selector": ".g-input-affix"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"id": "search-field",
|
|
831
|
+
"selector": ".g-search-field"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"id": "password-field",
|
|
835
|
+
"selector": ".g-password-field",
|
|
836
|
+
"behaviors": [
|
|
837
|
+
"password-toggle"
|
|
838
|
+
]
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"id": "clearable-field",
|
|
842
|
+
"selector": ".g-clearable-field",
|
|
843
|
+
"behaviors": [
|
|
844
|
+
"clear-input"
|
|
845
|
+
]
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"id": "character-counter",
|
|
849
|
+
"selector": ".g-character-field",
|
|
850
|
+
"behaviors": [
|
|
851
|
+
"character-count"
|
|
852
|
+
]
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"id": "validation-state",
|
|
856
|
+
"selector": ".g-validation-state"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"id": "validation-summary",
|
|
860
|
+
"selector": ".g-validation-summary"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"id": "checkbox-group",
|
|
864
|
+
"selector": ".g-check-group"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"id": "radio-group",
|
|
868
|
+
"selector": ".g-radio-group"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"id": "switch-row",
|
|
872
|
+
"selector": ".g-switch-row"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"id": "choice-card-group",
|
|
876
|
+
"selector": ".g-choice-group"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"id": "name-group",
|
|
880
|
+
"selector": ".g-name-group"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"id": "address-group",
|
|
884
|
+
"selector": ".g-address-group"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"id": "phone-group",
|
|
888
|
+
"selector": ".g-phone-group"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"id": "money-group",
|
|
892
|
+
"selector": ".g-money-group"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"id": "date-range-group",
|
|
896
|
+
"selector": ".g-date-range-group"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"id": "time-range-group",
|
|
900
|
+
"selector": ".g-time-range-group"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"id": "unit-field",
|
|
904
|
+
"selector": ".g-unit-field"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"id": "range-field",
|
|
908
|
+
"selector": ".g-range-field"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"id": "file-field",
|
|
912
|
+
"selector": ".g-file-field"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"id": "repeatable-field",
|
|
916
|
+
"selector": ".g-repeatable-field",
|
|
917
|
+
"behaviors": [
|
|
918
|
+
"repeatable-field"
|
|
919
|
+
]
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"id": "conditional-field",
|
|
923
|
+
"selector": ".g-conditional-field",
|
|
924
|
+
"behaviors": [
|
|
925
|
+
"conditional-field"
|
|
926
|
+
]
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"id": "form-actions",
|
|
930
|
+
"selector": ".g-form-actions"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"id": "autosave-status",
|
|
934
|
+
"selector": ".g-autosave-status"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"id": "form-progress",
|
|
938
|
+
"selector": ".g-form-progress"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"id": "form-review",
|
|
942
|
+
"selector": ".g-form-review"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"id": "consent-group",
|
|
946
|
+
"selector": ".g-consent-group"
|
|
947
|
+
}
|
|
948
|
+
],
|
|
949
|
+
"containerBreakpoints": {
|
|
950
|
+
"collapse": 640
|
|
951
|
+
},
|
|
952
|
+
"features": [
|
|
953
|
+
"stacked",
|
|
954
|
+
"horizontal",
|
|
955
|
+
"inline",
|
|
956
|
+
"compact",
|
|
957
|
+
"responsive",
|
|
958
|
+
"container-responsive",
|
|
959
|
+
"logical-directions",
|
|
960
|
+
"rtl",
|
|
961
|
+
"safe-area-actions",
|
|
962
|
+
"runtime-fields",
|
|
963
|
+
"validation",
|
|
964
|
+
"business-field-groups",
|
|
965
|
+
"reduced-motion",
|
|
966
|
+
"print"
|
|
967
|
+
],
|
|
968
|
+
"documentation": "website/docs.html#form-compositions",
|
|
969
|
+
"tests": [
|
|
970
|
+
"pattern-matrix",
|
|
971
|
+
"responsive",
|
|
972
|
+
"container-responsive",
|
|
973
|
+
"password-runtime",
|
|
974
|
+
"clear-runtime",
|
|
975
|
+
"character-runtime",
|
|
976
|
+
"conditional-runtime",
|
|
977
|
+
"repeatable-runtime",
|
|
978
|
+
"validation",
|
|
979
|
+
"rtl",
|
|
980
|
+
"print",
|
|
981
|
+
"documentation"
|
|
982
|
+
]
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"id": "component.navigation-compositions",
|
|
986
|
+
"name": "传统导航组合",
|
|
987
|
+
"category": "component",
|
|
988
|
+
"status": "implemented",
|
|
989
|
+
"rootSelectors": [
|
|
990
|
+
".g-navbar",
|
|
991
|
+
".g-primary-nav",
|
|
992
|
+
".g-utility-nav",
|
|
993
|
+
".g-subnav",
|
|
994
|
+
".g-sidebar",
|
|
995
|
+
".g-collapsible-nav",
|
|
996
|
+
".g-nav-rail",
|
|
997
|
+
".g-activitybar",
|
|
998
|
+
".g-menubar",
|
|
999
|
+
".g-mega-menu",
|
|
1000
|
+
".g-dropdown",
|
|
1001
|
+
".g-context-menu",
|
|
1002
|
+
".g-tree-nav",
|
|
1003
|
+
".g-breadcrumb",
|
|
1004
|
+
".g-tabs",
|
|
1005
|
+
".g-vertical-tabs",
|
|
1006
|
+
".g-segmented",
|
|
1007
|
+
".g-pill-nav",
|
|
1008
|
+
".g-anchor-nav",
|
|
1009
|
+
".g-scrollspy-nav",
|
|
1010
|
+
".g-pagination",
|
|
1011
|
+
".g-cursor-pagination",
|
|
1012
|
+
".g-load-more-nav",
|
|
1013
|
+
".g-stepper",
|
|
1014
|
+
".g-wizard-nav",
|
|
1015
|
+
".g-back-nav",
|
|
1016
|
+
".g-prev-next-nav",
|
|
1017
|
+
".g-skip-nav",
|
|
1018
|
+
".g-mobile-top-nav",
|
|
1019
|
+
".g-bottom-nav",
|
|
1020
|
+
".g-mobile-tab-bar",
|
|
1021
|
+
".g-drawer-nav",
|
|
1022
|
+
".g-command-palette",
|
|
1023
|
+
".g-command-nav",
|
|
1024
|
+
".g-jump-nav",
|
|
1025
|
+
".g-quick-nav",
|
|
1026
|
+
".g-locale-nav",
|
|
1027
|
+
".g-account-nav"
|
|
1028
|
+
],
|
|
1029
|
+
"patterns": [
|
|
1030
|
+
{
|
|
1031
|
+
"id": "navbar",
|
|
1032
|
+
"selector": ".g-navbar"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"id": "primary-navigation",
|
|
1036
|
+
"selector": ".g-primary-nav"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"id": "utility-navigation",
|
|
1040
|
+
"selector": ".g-utility-nav"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"id": "sub-navigation",
|
|
1044
|
+
"selector": ".g-subnav"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"id": "sidebar-navigation",
|
|
1048
|
+
"selector": ".g-sidebar"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"id": "collapsible-navigation",
|
|
1052
|
+
"selector": ".g-collapsible-nav",
|
|
1053
|
+
"behaviors": [
|
|
1054
|
+
"nav-toggle"
|
|
1055
|
+
]
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"id": "navigation-rail",
|
|
1059
|
+
"selector": ".g-nav-rail",
|
|
1060
|
+
"behaviors": [
|
|
1061
|
+
"roving-nav"
|
|
1062
|
+
]
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"id": "activity-bar",
|
|
1066
|
+
"selector": ".g-activitybar"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"id": "menu-bar",
|
|
1070
|
+
"selector": ".g-menubar"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"id": "mega-menu",
|
|
1074
|
+
"selector": ".g-mega-menu"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"id": "dropdown-menu",
|
|
1078
|
+
"selector": ".g-dropdown",
|
|
1079
|
+
"behaviors": [
|
|
1080
|
+
"dropdown"
|
|
1081
|
+
]
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"id": "context-menu",
|
|
1085
|
+
"selector": ".g-context-menu",
|
|
1086
|
+
"behaviors": [
|
|
1087
|
+
"context-menu"
|
|
1088
|
+
]
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"id": "tree-navigation",
|
|
1092
|
+
"selector": ".g-tree-nav",
|
|
1093
|
+
"behaviors": [
|
|
1094
|
+
"tree"
|
|
1095
|
+
]
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"id": "breadcrumb",
|
|
1099
|
+
"selector": ".g-breadcrumb"
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"id": "tabs",
|
|
1103
|
+
"selector": ".g-tabs",
|
|
1104
|
+
"behaviors": [
|
|
1105
|
+
"tabs"
|
|
1106
|
+
]
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"id": "vertical-tabs",
|
|
1110
|
+
"selector": ".g-vertical-tabs",
|
|
1111
|
+
"behaviors": [
|
|
1112
|
+
"tabs"
|
|
1113
|
+
]
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"id": "segmented-navigation",
|
|
1117
|
+
"selector": ".g-segmented"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"id": "pill-navigation",
|
|
1121
|
+
"selector": ".g-pill-nav"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"id": "anchor-navigation",
|
|
1125
|
+
"selector": ".g-anchor-nav"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"id": "scrollspy-navigation",
|
|
1129
|
+
"selector": ".g-scrollspy-nav",
|
|
1130
|
+
"behaviors": [
|
|
1131
|
+
"scrollspy"
|
|
1132
|
+
]
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"id": "pagination",
|
|
1136
|
+
"selector": ".g-pagination"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"id": "cursor-pagination",
|
|
1140
|
+
"selector": ".g-cursor-pagination"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"id": "load-more-navigation",
|
|
1144
|
+
"selector": ".g-load-more-nav"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"id": "stepper",
|
|
1148
|
+
"selector": ".g-stepper"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"id": "wizard-navigation",
|
|
1152
|
+
"selector": ".g-wizard-nav"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"id": "back-navigation",
|
|
1156
|
+
"selector": ".g-back-nav"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"id": "previous-next-navigation",
|
|
1160
|
+
"selector": ".g-prev-next-nav"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"id": "skip-navigation",
|
|
1164
|
+
"selector": ".g-skip-nav"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"id": "mobile-top-navigation",
|
|
1168
|
+
"selector": ".g-mobile-top-nav"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"id": "bottom-navigation",
|
|
1172
|
+
"selector": ".g-bottom-nav"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"id": "mobile-tab-bar",
|
|
1176
|
+
"selector": ".g-mobile-tab-bar"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"id": "drawer-navigation",
|
|
1180
|
+
"selector": ".g-drawer-nav",
|
|
1181
|
+
"behaviors": [
|
|
1182
|
+
"nav-toggle"
|
|
1183
|
+
]
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"id": "command-palette",
|
|
1187
|
+
"selector": ".g-command-palette",
|
|
1188
|
+
"behaviors": [
|
|
1189
|
+
"command-palette"
|
|
1190
|
+
]
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"id": "command-navigation",
|
|
1194
|
+
"selector": ".g-command-nav"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"id": "jump-navigation",
|
|
1198
|
+
"selector": ".g-jump-nav",
|
|
1199
|
+
"behaviors": [
|
|
1200
|
+
"jump-nav"
|
|
1201
|
+
]
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"id": "quick-navigation",
|
|
1205
|
+
"selector": ".g-quick-nav"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"id": "locale-navigation",
|
|
1209
|
+
"selector": ".g-locale-nav",
|
|
1210
|
+
"behaviors": [
|
|
1211
|
+
"dropdown"
|
|
1212
|
+
]
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"id": "account-navigation",
|
|
1216
|
+
"selector": ".g-account-nav",
|
|
1217
|
+
"behaviors": [
|
|
1218
|
+
"dropdown"
|
|
1219
|
+
]
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"families": [
|
|
1223
|
+
"global",
|
|
1224
|
+
"local",
|
|
1225
|
+
"hierarchical",
|
|
1226
|
+
"selection",
|
|
1227
|
+
"in-page",
|
|
1228
|
+
"continuation",
|
|
1229
|
+
"workflow",
|
|
1230
|
+
"mobile",
|
|
1231
|
+
"desktop",
|
|
1232
|
+
"command",
|
|
1233
|
+
"identity"
|
|
1234
|
+
],
|
|
1235
|
+
"containerBreakpoints": {
|
|
1236
|
+
"collapse": 640
|
|
1237
|
+
},
|
|
1238
|
+
"features": [
|
|
1239
|
+
"horizontal",
|
|
1240
|
+
"vertical",
|
|
1241
|
+
"hierarchical",
|
|
1242
|
+
"responsive",
|
|
1243
|
+
"container-responsive",
|
|
1244
|
+
"safe-area",
|
|
1245
|
+
"logical-directions",
|
|
1246
|
+
"rtl",
|
|
1247
|
+
"keyboard-roving",
|
|
1248
|
+
"focus-restoration",
|
|
1249
|
+
"context-menu-positioning",
|
|
1250
|
+
"scrollspy",
|
|
1251
|
+
"reduced-motion",
|
|
1252
|
+
"forced-colors",
|
|
1253
|
+
"print"
|
|
1254
|
+
],
|
|
1255
|
+
"documentation": "website/docs.html#navigation-compositions",
|
|
1256
|
+
"tests": [
|
|
1257
|
+
"pattern-matrix",
|
|
1258
|
+
"responsive",
|
|
1259
|
+
"container-responsive",
|
|
1260
|
+
"dropdown-runtime",
|
|
1261
|
+
"tabs-runtime",
|
|
1262
|
+
"tree-runtime",
|
|
1263
|
+
"nav-toggle-runtime",
|
|
1264
|
+
"roving-runtime",
|
|
1265
|
+
"context-menu-runtime",
|
|
1266
|
+
"scrollspy-runtime",
|
|
1267
|
+
"jump-runtime",
|
|
1268
|
+
"keyboard",
|
|
1269
|
+
"rtl",
|
|
1270
|
+
"safe-area",
|
|
1271
|
+
"reduced-motion",
|
|
1272
|
+
"forced-colors",
|
|
1273
|
+
"print",
|
|
1274
|
+
"documentation"
|
|
1275
|
+
]
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"id": "component.data-compositions",
|
|
1279
|
+
"name": "数据展示与操作组合",
|
|
1280
|
+
"category": "component",
|
|
1281
|
+
"status": "implemented",
|
|
1282
|
+
"rootSelectors": [
|
|
1283
|
+
".g-table",
|
|
1284
|
+
".g-responsive-table",
|
|
1285
|
+
".g-data-grid",
|
|
1286
|
+
".g-editable-grid",
|
|
1287
|
+
".g-tree-table",
|
|
1288
|
+
".g-grouped-table",
|
|
1289
|
+
".g-expandable-table",
|
|
1290
|
+
".g-comparison-table",
|
|
1291
|
+
".g-pivot",
|
|
1292
|
+
".g-description-list",
|
|
1293
|
+
".g-key-value",
|
|
1294
|
+
".g-record-detail",
|
|
1295
|
+
".g-list-group",
|
|
1296
|
+
".g-media-list",
|
|
1297
|
+
".g-dense-list",
|
|
1298
|
+
".g-virtual-list",
|
|
1299
|
+
".g-tree",
|
|
1300
|
+
".g-timeline",
|
|
1301
|
+
".g-activity-feed",
|
|
1302
|
+
".g-audit-log",
|
|
1303
|
+
".g-kpi",
|
|
1304
|
+
".g-stat-list",
|
|
1305
|
+
".g-metric-card",
|
|
1306
|
+
".g-sparkline",
|
|
1307
|
+
".g-progress-stats",
|
|
1308
|
+
".g-chart",
|
|
1309
|
+
".g-data-legend",
|
|
1310
|
+
".g-ranking",
|
|
1311
|
+
".g-status-summary",
|
|
1312
|
+
".g-calendar",
|
|
1313
|
+
".g-agenda",
|
|
1314
|
+
".g-kanban",
|
|
1315
|
+
".g-gantt",
|
|
1316
|
+
".g-org-chart",
|
|
1317
|
+
".g-map-shell",
|
|
1318
|
+
".g-data-matrix",
|
|
1319
|
+
".g-heatmap",
|
|
1320
|
+
".g-data-toolbar",
|
|
1321
|
+
".g-column-chooser",
|
|
1322
|
+
".g-saved-views",
|
|
1323
|
+
".g-export-panel",
|
|
1324
|
+
".g-data-state",
|
|
1325
|
+
".g-data-view-switcher",
|
|
1326
|
+
".g-selection-summary",
|
|
1327
|
+
".g-table-density",
|
|
1328
|
+
".g-filter-summary",
|
|
1329
|
+
".g-sort-builder",
|
|
1330
|
+
".g-data-inspector"
|
|
1331
|
+
],
|
|
1332
|
+
"patterns": [
|
|
1333
|
+
{
|
|
1334
|
+
"id": "table",
|
|
1335
|
+
"selector": ".g-table",
|
|
1336
|
+
"behaviors": [
|
|
1337
|
+
"table-sort"
|
|
1338
|
+
]
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"id": "responsive-table",
|
|
1342
|
+
"selector": ".g-responsive-table"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"id": "data-grid",
|
|
1346
|
+
"selector": ".g-data-grid",
|
|
1347
|
+
"behaviors": [
|
|
1348
|
+
"data-grid"
|
|
1349
|
+
]
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"id": "editable-grid",
|
|
1353
|
+
"selector": ".g-editable-grid",
|
|
1354
|
+
"behaviors": [
|
|
1355
|
+
"data-grid"
|
|
1356
|
+
]
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"id": "tree-table",
|
|
1360
|
+
"selector": ".g-tree-table",
|
|
1361
|
+
"behaviors": [
|
|
1362
|
+
"row-disclosure"
|
|
1363
|
+
]
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"id": "grouped-table",
|
|
1367
|
+
"selector": ".g-grouped-table"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"id": "expandable-table",
|
|
1371
|
+
"selector": ".g-expandable-table",
|
|
1372
|
+
"behaviors": [
|
|
1373
|
+
"row-disclosure"
|
|
1374
|
+
]
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"id": "comparison-table",
|
|
1378
|
+
"selector": ".g-comparison-table"
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"id": "pivot-table",
|
|
1382
|
+
"selector": ".g-pivot"
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"id": "description-list",
|
|
1386
|
+
"selector": ".g-description-list"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"id": "key-value",
|
|
1390
|
+
"selector": ".g-key-value"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"id": "record-detail",
|
|
1394
|
+
"selector": ".g-record-detail"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"id": "list-group",
|
|
1398
|
+
"selector": ".g-list-group"
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"id": "media-list",
|
|
1402
|
+
"selector": ".g-media-list"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"id": "dense-list",
|
|
1406
|
+
"selector": ".g-dense-list"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"id": "virtual-list",
|
|
1410
|
+
"selector": ".g-virtual-list"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"id": "tree",
|
|
1414
|
+
"selector": ".g-tree",
|
|
1415
|
+
"behaviors": [
|
|
1416
|
+
"tree"
|
|
1417
|
+
]
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"id": "timeline",
|
|
1421
|
+
"selector": ".g-timeline"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"id": "activity-feed",
|
|
1425
|
+
"selector": ".g-activity-feed"
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"id": "audit-log",
|
|
1429
|
+
"selector": ".g-audit-log"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"id": "kpi",
|
|
1433
|
+
"selector": ".g-kpi"
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"id": "stat-list",
|
|
1437
|
+
"selector": ".g-stat-list"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"id": "metric-card",
|
|
1441
|
+
"selector": ".g-metric-card"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"id": "sparkline",
|
|
1445
|
+
"selector": ".g-sparkline"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"id": "progress-stats",
|
|
1449
|
+
"selector": ".g-progress-stats"
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"id": "chart",
|
|
1453
|
+
"selector": ".g-chart"
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"id": "data-legend",
|
|
1457
|
+
"selector": ".g-data-legend"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"id": "ranking",
|
|
1461
|
+
"selector": ".g-ranking"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"id": "status-summary",
|
|
1465
|
+
"selector": ".g-status-summary"
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"id": "calendar",
|
|
1469
|
+
"selector": ".g-calendar"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"id": "agenda",
|
|
1473
|
+
"selector": ".g-agenda"
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"id": "kanban",
|
|
1477
|
+
"selector": ".g-kanban"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"id": "gantt",
|
|
1481
|
+
"selector": ".g-gantt"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"id": "organization-chart",
|
|
1485
|
+
"selector": ".g-org-chart"
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"id": "map",
|
|
1489
|
+
"selector": ".g-map-shell"
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"id": "data-matrix",
|
|
1493
|
+
"selector": ".g-data-matrix"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"id": "heatmap",
|
|
1497
|
+
"selector": ".g-heatmap"
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"id": "data-toolbar",
|
|
1501
|
+
"selector": ".g-data-toolbar",
|
|
1502
|
+
"behaviors": [
|
|
1503
|
+
"data-filter"
|
|
1504
|
+
]
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"id": "column-chooser",
|
|
1508
|
+
"selector": ".g-column-chooser",
|
|
1509
|
+
"behaviors": [
|
|
1510
|
+
"column-toggle"
|
|
1511
|
+
]
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"id": "saved-views",
|
|
1515
|
+
"selector": ".g-saved-views"
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"id": "export-panel",
|
|
1519
|
+
"selector": ".g-export-panel"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"id": "data-state",
|
|
1523
|
+
"selector": ".g-data-state"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"id": "data-view-switcher",
|
|
1527
|
+
"selector": ".g-data-view-switcher",
|
|
1528
|
+
"behaviors": [
|
|
1529
|
+
"data-view"
|
|
1530
|
+
]
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"id": "selection-summary",
|
|
1534
|
+
"selector": ".g-selection-summary",
|
|
1535
|
+
"behaviors": [
|
|
1536
|
+
"row-select"
|
|
1537
|
+
]
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"id": "table-density",
|
|
1541
|
+
"selector": ".g-table-density"
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"id": "filter-summary",
|
|
1545
|
+
"selector": ".g-filter-summary"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"id": "sort-builder",
|
|
1549
|
+
"selector": ".g-sort-builder"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"id": "data-inspector",
|
|
1553
|
+
"selector": ".g-data-inspector"
|
|
1554
|
+
}
|
|
1555
|
+
],
|
|
1556
|
+
"families": [
|
|
1557
|
+
"tabular",
|
|
1558
|
+
"record",
|
|
1559
|
+
"list",
|
|
1560
|
+
"hierarchy",
|
|
1561
|
+
"stream",
|
|
1562
|
+
"metric",
|
|
1563
|
+
"visualization",
|
|
1564
|
+
"planning",
|
|
1565
|
+
"spatial",
|
|
1566
|
+
"operation",
|
|
1567
|
+
"state"
|
|
1568
|
+
],
|
|
1569
|
+
"containerBreakpoints": {
|
|
1570
|
+
"collapse": 640
|
|
1571
|
+
},
|
|
1572
|
+
"features": [
|
|
1573
|
+
"sorting",
|
|
1574
|
+
"selection",
|
|
1575
|
+
"range-selection",
|
|
1576
|
+
"disclosure",
|
|
1577
|
+
"column-visibility",
|
|
1578
|
+
"client-filter",
|
|
1579
|
+
"view-switch",
|
|
1580
|
+
"keyboard-grid",
|
|
1581
|
+
"sticky-columns",
|
|
1582
|
+
"stacked-mobile-table",
|
|
1583
|
+
"responsive",
|
|
1584
|
+
"container-responsive",
|
|
1585
|
+
"rtl",
|
|
1586
|
+
"reduced-motion",
|
|
1587
|
+
"forced-colors",
|
|
1588
|
+
"print"
|
|
1589
|
+
],
|
|
1590
|
+
"documentation": "website/docs.html#data-compositions",
|
|
1591
|
+
"tests": [
|
|
1592
|
+
"pattern-matrix",
|
|
1593
|
+
"table-sort-runtime",
|
|
1594
|
+
"row-select-runtime",
|
|
1595
|
+
"row-disclosure-runtime",
|
|
1596
|
+
"column-toggle-runtime",
|
|
1597
|
+
"data-filter-runtime",
|
|
1598
|
+
"data-view-runtime",
|
|
1599
|
+
"grid-keyboard",
|
|
1600
|
+
"responsive",
|
|
1601
|
+
"container-responsive",
|
|
1602
|
+
"rtl",
|
|
1603
|
+
"reduced-motion",
|
|
1604
|
+
"forced-colors",
|
|
1605
|
+
"print",
|
|
1606
|
+
"documentation"
|
|
1607
|
+
]
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"id": "component.selection-compositions",
|
|
1611
|
+
"name": "选择与批量操作组件",
|
|
1612
|
+
"category": "component",
|
|
1613
|
+
"status": "implemented",
|
|
1614
|
+
"rootSelectors": [
|
|
1615
|
+
".g-selection-control",
|
|
1616
|
+
".g-select-all-control",
|
|
1617
|
+
".g-invert-selection-control",
|
|
1618
|
+
".g-range-selection-control",
|
|
1619
|
+
".g-batch-toolbar",
|
|
1620
|
+
".g-selection-scope",
|
|
1621
|
+
".g-transfer",
|
|
1622
|
+
".g-dual-list",
|
|
1623
|
+
".g-tree-select",
|
|
1624
|
+
".g-cascader",
|
|
1625
|
+
".g-mention-picker",
|
|
1626
|
+
".g-user-picker",
|
|
1627
|
+
".g-organization-picker",
|
|
1628
|
+
".g-resource-picker",
|
|
1629
|
+
".g-media-picker",
|
|
1630
|
+
".g-icon-picker",
|
|
1631
|
+
".g-color-picker",
|
|
1632
|
+
".g-date-range-picker",
|
|
1633
|
+
".g-time-range-picker",
|
|
1634
|
+
".g-saved-filters",
|
|
1635
|
+
".g-saved-views",
|
|
1636
|
+
".g-column-chooser",
|
|
1637
|
+
".g-sort-builder",
|
|
1638
|
+
".g-group-builder",
|
|
1639
|
+
".g-entity-picker",
|
|
1640
|
+
".g-tag-picker",
|
|
1641
|
+
".g-relation-picker",
|
|
1642
|
+
".g-bulk-confirmation",
|
|
1643
|
+
".g-bulk-progress",
|
|
1644
|
+
".g-picker-panel",
|
|
1645
|
+
".g-picker-summary",
|
|
1646
|
+
".g-selection-summary"
|
|
1647
|
+
],
|
|
1648
|
+
"patterns": [
|
|
1649
|
+
{
|
|
1650
|
+
"id": "selection-control",
|
|
1651
|
+
"selector": ".g-selection-control",
|
|
1652
|
+
"behaviors": [
|
|
1653
|
+
"row-select"
|
|
1654
|
+
]
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"id": "select-all",
|
|
1658
|
+
"selector": ".g-select-all-control",
|
|
1659
|
+
"behaviors": [
|
|
1660
|
+
"row-select"
|
|
1661
|
+
]
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"id": "invert-selection",
|
|
1665
|
+
"selector": ".g-invert-selection-control",
|
|
1666
|
+
"behaviors": [
|
|
1667
|
+
"row-select"
|
|
1668
|
+
]
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"id": "range-selection",
|
|
1672
|
+
"selector": ".g-range-selection-control",
|
|
1673
|
+
"behaviors": [
|
|
1674
|
+
"row-select"
|
|
1675
|
+
]
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"id": "batch-toolbar",
|
|
1679
|
+
"selector": ".g-batch-toolbar",
|
|
1680
|
+
"behaviors": [
|
|
1681
|
+
"row-select"
|
|
1682
|
+
]
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"id": "selection-scope",
|
|
1686
|
+
"selector": ".g-selection-scope",
|
|
1687
|
+
"behaviors": [
|
|
1688
|
+
"row-select"
|
|
1689
|
+
]
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"id": "transfer-list",
|
|
1693
|
+
"selector": ".g-transfer",
|
|
1694
|
+
"behaviors": [
|
|
1695
|
+
"transfer"
|
|
1696
|
+
]
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"id": "dual-list",
|
|
1700
|
+
"selector": ".g-dual-list",
|
|
1701
|
+
"behaviors": [
|
|
1702
|
+
"transfer"
|
|
1703
|
+
]
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"id": "tree-select",
|
|
1707
|
+
"selector": ".g-tree-select",
|
|
1708
|
+
"behaviors": [
|
|
1709
|
+
"picker"
|
|
1710
|
+
]
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"id": "cascader",
|
|
1714
|
+
"selector": ".g-cascader",
|
|
1715
|
+
"behaviors": [
|
|
1716
|
+
"cascader"
|
|
1717
|
+
]
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"id": "mention-picker",
|
|
1721
|
+
"selector": ".g-mention-picker",
|
|
1722
|
+
"behaviors": [
|
|
1723
|
+
"picker"
|
|
1724
|
+
]
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"id": "user-picker",
|
|
1728
|
+
"selector": ".g-user-picker",
|
|
1729
|
+
"behaviors": [
|
|
1730
|
+
"picker"
|
|
1731
|
+
]
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"id": "organization-picker",
|
|
1735
|
+
"selector": ".g-organization-picker",
|
|
1736
|
+
"behaviors": [
|
|
1737
|
+
"picker"
|
|
1738
|
+
]
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"id": "resource-picker",
|
|
1742
|
+
"selector": ".g-resource-picker",
|
|
1743
|
+
"behaviors": [
|
|
1744
|
+
"picker"
|
|
1745
|
+
]
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"id": "media-picker",
|
|
1749
|
+
"selector": ".g-media-picker",
|
|
1750
|
+
"behaviors": [
|
|
1751
|
+
"picker"
|
|
1752
|
+
]
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"id": "icon-picker",
|
|
1756
|
+
"selector": ".g-icon-picker",
|
|
1757
|
+
"behaviors": [
|
|
1758
|
+
"saved-choice"
|
|
1759
|
+
]
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"id": "color-picker",
|
|
1763
|
+
"selector": ".g-color-picker",
|
|
1764
|
+
"behaviors": [
|
|
1765
|
+
"saved-choice"
|
|
1766
|
+
]
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"id": "date-range-picker",
|
|
1770
|
+
"selector": ".g-date-range-picker"
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"id": "time-range-picker",
|
|
1774
|
+
"selector": ".g-time-range-picker"
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"id": "saved-filters",
|
|
1778
|
+
"selector": ".g-saved-filters",
|
|
1779
|
+
"behaviors": [
|
|
1780
|
+
"saved-choice"
|
|
1781
|
+
]
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"id": "saved-views",
|
|
1785
|
+
"selector": ".g-saved-views",
|
|
1786
|
+
"behaviors": [
|
|
1787
|
+
"saved-choice"
|
|
1788
|
+
]
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"id": "column-chooser",
|
|
1792
|
+
"selector": ".g-column-chooser",
|
|
1793
|
+
"behaviors": [
|
|
1794
|
+
"column-toggle"
|
|
1795
|
+
]
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"id": "sort-builder",
|
|
1799
|
+
"selector": ".g-sort-builder",
|
|
1800
|
+
"behaviors": [
|
|
1801
|
+
"builder-list"
|
|
1802
|
+
]
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"id": "group-builder",
|
|
1806
|
+
"selector": ".g-group-builder",
|
|
1807
|
+
"behaviors": [
|
|
1808
|
+
"builder-list"
|
|
1809
|
+
]
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"id": "entity-picker",
|
|
1813
|
+
"selector": ".g-entity-picker",
|
|
1814
|
+
"behaviors": [
|
|
1815
|
+
"picker"
|
|
1816
|
+
]
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"id": "tag-picker",
|
|
1820
|
+
"selector": ".g-tag-picker",
|
|
1821
|
+
"behaviors": [
|
|
1822
|
+
"picker"
|
|
1823
|
+
]
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"id": "relation-picker",
|
|
1827
|
+
"selector": ".g-relation-picker",
|
|
1828
|
+
"behaviors": [
|
|
1829
|
+
"picker"
|
|
1830
|
+
]
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"id": "bulk-confirmation",
|
|
1834
|
+
"selector": ".g-bulk-confirmation"
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"id": "bulk-progress",
|
|
1838
|
+
"selector": ".g-bulk-progress"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"id": "picker-panel",
|
|
1842
|
+
"selector": ".g-picker-panel",
|
|
1843
|
+
"behaviors": [
|
|
1844
|
+
"picker"
|
|
1845
|
+
]
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"id": "picker-summary",
|
|
1849
|
+
"selector": ".g-picker-summary",
|
|
1850
|
+
"behaviors": [
|
|
1851
|
+
"picker"
|
|
1852
|
+
]
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"id": "selection-summary",
|
|
1856
|
+
"selector": ".g-selection-summary",
|
|
1857
|
+
"behaviors": [
|
|
1858
|
+
"row-select"
|
|
1859
|
+
]
|
|
1860
|
+
}
|
|
1861
|
+
],
|
|
1862
|
+
"families": [
|
|
1863
|
+
"selection",
|
|
1864
|
+
"batch-operation",
|
|
1865
|
+
"transfer",
|
|
1866
|
+
"hierarchical-picker",
|
|
1867
|
+
"entity-picker",
|
|
1868
|
+
"range-picker",
|
|
1869
|
+
"saved-configuration",
|
|
1870
|
+
"builder"
|
|
1871
|
+
],
|
|
1872
|
+
"containerBreakpoints": {
|
|
1873
|
+
"collapse": 640
|
|
1874
|
+
},
|
|
1875
|
+
"features": [
|
|
1876
|
+
"select-all",
|
|
1877
|
+
"invert-selection",
|
|
1878
|
+
"range-selection",
|
|
1879
|
+
"selection-count",
|
|
1880
|
+
"batch-actions",
|
|
1881
|
+
"multi-select",
|
|
1882
|
+
"search-filter",
|
|
1883
|
+
"transfer",
|
|
1884
|
+
"hierarchy",
|
|
1885
|
+
"saved-choice",
|
|
1886
|
+
"dynamic-builder",
|
|
1887
|
+
"keyboard",
|
|
1888
|
+
"safe-area",
|
|
1889
|
+
"responsive",
|
|
1890
|
+
"container-responsive",
|
|
1891
|
+
"rtl",
|
|
1892
|
+
"reduced-motion",
|
|
1893
|
+
"forced-colors",
|
|
1894
|
+
"print"
|
|
1895
|
+
],
|
|
1896
|
+
"documentation": "website/docs.html#selection-compositions",
|
|
1897
|
+
"tests": [
|
|
1898
|
+
"pattern-matrix",
|
|
1899
|
+
"row-select-runtime",
|
|
1900
|
+
"transfer-runtime",
|
|
1901
|
+
"picker-runtime",
|
|
1902
|
+
"cascader-runtime",
|
|
1903
|
+
"saved-choice-runtime",
|
|
1904
|
+
"builder-runtime",
|
|
1905
|
+
"keyboard",
|
|
1906
|
+
"responsive",
|
|
1907
|
+
"container-responsive",
|
|
1908
|
+
"rtl",
|
|
1909
|
+
"safe-area",
|
|
1910
|
+
"reduced-motion",
|
|
1911
|
+
"forced-colors",
|
|
1912
|
+
"print",
|
|
1913
|
+
"documentation"
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"id": "component.content-compositions",
|
|
1918
|
+
"name": "文件和内容系统",
|
|
1919
|
+
"category": "component",
|
|
1920
|
+
"status": "implemented",
|
|
1921
|
+
"rootSelectors": [
|
|
1922
|
+
".g-file-drop",
|
|
1923
|
+
".g-file-list",
|
|
1924
|
+
".g-upload-queue",
|
|
1925
|
+
".g-chunk-upload",
|
|
1926
|
+
".g-upload-progress",
|
|
1927
|
+
".g-failed-upload",
|
|
1928
|
+
".g-file-card",
|
|
1929
|
+
".g-folder-tree",
|
|
1930
|
+
".g-file-browser",
|
|
1931
|
+
".g-file-preview",
|
|
1932
|
+
".g-media-library",
|
|
1933
|
+
".g-media-grid",
|
|
1934
|
+
".g-media-details",
|
|
1935
|
+
".g-image-crop",
|
|
1936
|
+
".g-image-annotation",
|
|
1937
|
+
".g-document-viewer",
|
|
1938
|
+
".g-pdf-viewer",
|
|
1939
|
+
".g-video-player",
|
|
1940
|
+
".g-audio-player",
|
|
1941
|
+
".g-code-editor",
|
|
1942
|
+
".g-rich-text-editor",
|
|
1943
|
+
".g-markdown-editor",
|
|
1944
|
+
".g-block-editor",
|
|
1945
|
+
".g-revision-compare",
|
|
1946
|
+
".g-autosave-indicator",
|
|
1947
|
+
".g-content-outline",
|
|
1948
|
+
".g-editor-toolbar",
|
|
1949
|
+
".g-find-replace",
|
|
1950
|
+
".g-comment-thread",
|
|
1951
|
+
".g-version-history",
|
|
1952
|
+
".g-file-properties",
|
|
1953
|
+
".g-storage-meter"
|
|
1954
|
+
],
|
|
1955
|
+
"patterns": [
|
|
1956
|
+
{
|
|
1957
|
+
"id": "file-drop",
|
|
1958
|
+
"selector": ".g-file-drop",
|
|
1959
|
+
"behaviors": [
|
|
1960
|
+
"dropzone"
|
|
1961
|
+
]
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"id": "file-list",
|
|
1965
|
+
"selector": ".g-file-list"
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"id": "upload-queue",
|
|
1969
|
+
"selector": ".g-upload-queue",
|
|
1970
|
+
"behaviors": [
|
|
1971
|
+
"upload-manager"
|
|
1972
|
+
]
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"id": "chunk-upload",
|
|
1976
|
+
"selector": ".g-chunk-upload"
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"id": "upload-progress",
|
|
1980
|
+
"selector": ".g-upload-progress",
|
|
1981
|
+
"behaviors": [
|
|
1982
|
+
"upload-manager"
|
|
1983
|
+
]
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"id": "failed-upload",
|
|
1987
|
+
"selector": ".g-failed-upload",
|
|
1988
|
+
"behaviors": [
|
|
1989
|
+
"upload-manager"
|
|
1990
|
+
]
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"id": "file-card",
|
|
1994
|
+
"selector": ".g-file-card"
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"id": "folder-tree",
|
|
1998
|
+
"selector": ".g-folder-tree"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"id": "file-browser",
|
|
2002
|
+
"selector": ".g-file-browser",
|
|
2003
|
+
"behaviors": [
|
|
2004
|
+
"file-browser"
|
|
2005
|
+
]
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"id": "file-preview",
|
|
2009
|
+
"selector": ".g-file-preview"
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"id": "media-library",
|
|
2013
|
+
"selector": ".g-media-library",
|
|
2014
|
+
"behaviors": [
|
|
2015
|
+
"file-browser"
|
|
2016
|
+
]
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"id": "media-grid",
|
|
2020
|
+
"selector": ".g-media-grid"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"id": "media-details",
|
|
2024
|
+
"selector": ".g-media-details"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"id": "image-crop",
|
|
2028
|
+
"selector": ".g-image-crop"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"id": "image-annotation",
|
|
2032
|
+
"selector": ".g-image-annotation"
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"id": "document-viewer",
|
|
2036
|
+
"selector": ".g-document-viewer"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"id": "pdf-viewer",
|
|
2040
|
+
"selector": ".g-pdf-viewer"
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"id": "video-player",
|
|
2044
|
+
"selector": ".g-video-player"
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"id": "audio-player",
|
|
2048
|
+
"selector": ".g-audio-player"
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"id": "code-editor",
|
|
2052
|
+
"selector": ".g-code-editor",
|
|
2053
|
+
"behaviors": [
|
|
2054
|
+
"editor-shell"
|
|
2055
|
+
]
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"id": "rich-text-editor",
|
|
2059
|
+
"selector": ".g-rich-text-editor",
|
|
2060
|
+
"behaviors": [
|
|
2061
|
+
"editor-shell"
|
|
2062
|
+
]
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"id": "markdown-editor",
|
|
2066
|
+
"selector": ".g-markdown-editor",
|
|
2067
|
+
"behaviors": [
|
|
2068
|
+
"editor-shell"
|
|
2069
|
+
]
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"id": "block-editor",
|
|
2073
|
+
"selector": ".g-block-editor",
|
|
2074
|
+
"behaviors": [
|
|
2075
|
+
"editor-shell"
|
|
2076
|
+
]
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"id": "revision-compare",
|
|
2080
|
+
"selector": ".g-revision-compare",
|
|
2081
|
+
"behaviors": [
|
|
2082
|
+
"revision-compare"
|
|
2083
|
+
]
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"id": "autosave-indicator",
|
|
2087
|
+
"selector": ".g-autosave-indicator",
|
|
2088
|
+
"behaviors": [
|
|
2089
|
+
"autosave"
|
|
2090
|
+
]
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"id": "content-outline",
|
|
2094
|
+
"selector": ".g-content-outline"
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"id": "editor-toolbar",
|
|
2098
|
+
"selector": ".g-editor-toolbar",
|
|
2099
|
+
"behaviors": [
|
|
2100
|
+
"editor-shell"
|
|
2101
|
+
]
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"id": "find-replace",
|
|
2105
|
+
"selector": ".g-find-replace"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"id": "comment-thread",
|
|
2109
|
+
"selector": ".g-comment-thread"
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"id": "version-history",
|
|
2113
|
+
"selector": ".g-version-history"
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"id": "file-properties",
|
|
2117
|
+
"selector": ".g-file-properties"
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
"id": "storage-meter",
|
|
2121
|
+
"selector": ".g-storage-meter"
|
|
2122
|
+
}
|
|
2123
|
+
],
|
|
2124
|
+
"families": [
|
|
2125
|
+
"upload",
|
|
2126
|
+
"file-management",
|
|
2127
|
+
"media-library",
|
|
2128
|
+
"image-authoring",
|
|
2129
|
+
"document-viewer",
|
|
2130
|
+
"media-player",
|
|
2131
|
+
"content-editor",
|
|
2132
|
+
"revision-and-storage"
|
|
2133
|
+
],
|
|
2134
|
+
"containerBreakpoints": {
|
|
2135
|
+
"collapse": 704
|
|
2136
|
+
},
|
|
2137
|
+
"features": [
|
|
2138
|
+
"drag-drop",
|
|
2139
|
+
"upload-queue",
|
|
2140
|
+
"chunk-status",
|
|
2141
|
+
"retry-and-pause",
|
|
2142
|
+
"file-search",
|
|
2143
|
+
"grid-list-view",
|
|
2144
|
+
"keyboard-selection",
|
|
2145
|
+
"folder-hierarchy",
|
|
2146
|
+
"preview",
|
|
2147
|
+
"media-details",
|
|
2148
|
+
"crop-shell",
|
|
2149
|
+
"annotation-shell",
|
|
2150
|
+
"document-and-pdf",
|
|
2151
|
+
"audio-and-video",
|
|
2152
|
+
"code-and-rich-text",
|
|
2153
|
+
"markdown-and-blocks",
|
|
2154
|
+
"revision-modes",
|
|
2155
|
+
"autosave-state",
|
|
2156
|
+
"responsive",
|
|
2157
|
+
"container-responsive",
|
|
2158
|
+
"rtl",
|
|
2159
|
+
"reduced-motion",
|
|
2160
|
+
"forced-colors",
|
|
2161
|
+
"print"
|
|
2162
|
+
],
|
|
2163
|
+
"documentation": "website/docs.html#content-compositions",
|
|
2164
|
+
"tests": [
|
|
2165
|
+
"pattern-matrix",
|
|
2166
|
+
"dropzone-runtime",
|
|
2167
|
+
"upload-manager-runtime",
|
|
2168
|
+
"file-browser-runtime",
|
|
2169
|
+
"editor-shell-runtime",
|
|
2170
|
+
"revision-runtime",
|
|
2171
|
+
"autosave-runtime",
|
|
2172
|
+
"keyboard",
|
|
2173
|
+
"responsive",
|
|
2174
|
+
"container-responsive",
|
|
2175
|
+
"rtl",
|
|
2176
|
+
"reduced-motion",
|
|
2177
|
+
"forced-colors",
|
|
2178
|
+
"print",
|
|
2179
|
+
"documentation"
|
|
2180
|
+
]
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"id": "component.auth-compositions",
|
|
2184
|
+
"name": "登录与账号体系",
|
|
2185
|
+
"category": "component",
|
|
2186
|
+
"status": "implemented",
|
|
2187
|
+
"rootSelectors": [
|
|
2188
|
+
".g-auth-centered",
|
|
2189
|
+
".g-auth-split",
|
|
2190
|
+
".g-sign-in",
|
|
2191
|
+
".g-registration",
|
|
2192
|
+
".g-password-recovery",
|
|
2193
|
+
".g-password-reset",
|
|
2194
|
+
".g-email-verification",
|
|
2195
|
+
".g-phone-verification",
|
|
2196
|
+
".g-mfa-challenge",
|
|
2197
|
+
".g-otp-input",
|
|
2198
|
+
".g-passkey",
|
|
2199
|
+
".g-sso",
|
|
2200
|
+
".g-qr-login",
|
|
2201
|
+
".g-magic-link",
|
|
2202
|
+
".g-invitation",
|
|
2203
|
+
".g-first-time-setup",
|
|
2204
|
+
".g-lock-screen",
|
|
2205
|
+
".g-session-expired",
|
|
2206
|
+
".g-account-chooser",
|
|
2207
|
+
".g-tenant-chooser",
|
|
2208
|
+
".g-identity-switcher",
|
|
2209
|
+
".g-profile-setup",
|
|
2210
|
+
".g-account-security",
|
|
2211
|
+
".g-device-management",
|
|
2212
|
+
".g-login-activity",
|
|
2213
|
+
".g-security-alert",
|
|
2214
|
+
".g-recovery-codes",
|
|
2215
|
+
".g-trusted-device",
|
|
2216
|
+
".g-connected-accounts",
|
|
2217
|
+
".g-password-strength",
|
|
2218
|
+
".g-auth-consent",
|
|
2219
|
+
".g-auth-result"
|
|
2220
|
+
],
|
|
2221
|
+
"patterns": [
|
|
2222
|
+
{
|
|
2223
|
+
"id": "auth-centered",
|
|
2224
|
+
"selector": ".g-auth-centered"
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"id": "auth-split",
|
|
2228
|
+
"selector": ".g-auth-split"
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"id": "sign-in",
|
|
2232
|
+
"selector": ".g-sign-in",
|
|
2233
|
+
"behaviors": [
|
|
2234
|
+
"password-toggle"
|
|
2235
|
+
]
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"id": "registration",
|
|
2239
|
+
"selector": ".g-registration",
|
|
2240
|
+
"behaviors": [
|
|
2241
|
+
"password-strength"
|
|
2242
|
+
]
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"id": "password-recovery",
|
|
2246
|
+
"selector": ".g-password-recovery"
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"id": "password-reset",
|
|
2250
|
+
"selector": ".g-password-reset",
|
|
2251
|
+
"behaviors": [
|
|
2252
|
+
"password-strength"
|
|
2253
|
+
]
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"id": "email-verification",
|
|
2257
|
+
"selector": ".g-email-verification",
|
|
2258
|
+
"behaviors": [
|
|
2259
|
+
"auth-timer"
|
|
2260
|
+
]
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"id": "phone-verification",
|
|
2264
|
+
"selector": ".g-phone-verification",
|
|
2265
|
+
"behaviors": [
|
|
2266
|
+
"otp-input"
|
|
2267
|
+
]
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"id": "mfa-challenge",
|
|
2271
|
+
"selector": ".g-mfa-challenge",
|
|
2272
|
+
"behaviors": [
|
|
2273
|
+
"otp-input"
|
|
2274
|
+
]
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"id": "otp-input",
|
|
2278
|
+
"selector": ".g-otp-input",
|
|
2279
|
+
"behaviors": [
|
|
2280
|
+
"otp-input"
|
|
2281
|
+
]
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"id": "passkey",
|
|
2285
|
+
"selector": ".g-passkey"
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"id": "sso",
|
|
2289
|
+
"selector": ".g-sso"
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"id": "qr-login",
|
|
2293
|
+
"selector": ".g-qr-login",
|
|
2294
|
+
"behaviors": [
|
|
2295
|
+
"auth-timer"
|
|
2296
|
+
]
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"id": "magic-link",
|
|
2300
|
+
"selector": ".g-magic-link"
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"id": "invitation",
|
|
2304
|
+
"selector": ".g-invitation"
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"id": "first-time-setup",
|
|
2308
|
+
"selector": ".g-first-time-setup",
|
|
2309
|
+
"behaviors": [
|
|
2310
|
+
"password-strength"
|
|
2311
|
+
]
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"id": "lock-screen",
|
|
2315
|
+
"selector": ".g-lock-screen",
|
|
2316
|
+
"behaviors": [
|
|
2317
|
+
"password-toggle"
|
|
2318
|
+
]
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"id": "session-expired",
|
|
2322
|
+
"selector": ".g-session-expired"
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"id": "account-chooser",
|
|
2326
|
+
"selector": ".g-account-chooser",
|
|
2327
|
+
"behaviors": [
|
|
2328
|
+
"saved-choice"
|
|
2329
|
+
]
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"id": "tenant-chooser",
|
|
2333
|
+
"selector": ".g-tenant-chooser",
|
|
2334
|
+
"behaviors": [
|
|
2335
|
+
"saved-choice"
|
|
2336
|
+
]
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"id": "identity-switcher",
|
|
2340
|
+
"selector": ".g-identity-switcher",
|
|
2341
|
+
"behaviors": [
|
|
2342
|
+
"dropdown"
|
|
2343
|
+
]
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"id": "profile-setup",
|
|
2347
|
+
"selector": ".g-profile-setup"
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"id": "account-security",
|
|
2351
|
+
"selector": ".g-account-security"
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"id": "device-management",
|
|
2355
|
+
"selector": ".g-device-management",
|
|
2356
|
+
"behaviors": [
|
|
2357
|
+
"dialog"
|
|
2358
|
+
]
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"id": "login-activity",
|
|
2362
|
+
"selector": ".g-login-activity"
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
"id": "security-alert",
|
|
2366
|
+
"selector": ".g-security-alert"
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"id": "recovery-codes",
|
|
2370
|
+
"selector": ".g-recovery-codes",
|
|
2371
|
+
"behaviors": [
|
|
2372
|
+
"copy"
|
|
2373
|
+
]
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"id": "trusted-device",
|
|
2377
|
+
"selector": ".g-trusted-device"
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"id": "connected-accounts",
|
|
2381
|
+
"selector": ".g-connected-accounts"
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"id": "password-strength",
|
|
2385
|
+
"selector": ".g-password-strength",
|
|
2386
|
+
"behaviors": [
|
|
2387
|
+
"password-strength"
|
|
2388
|
+
]
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"id": "consent",
|
|
2392
|
+
"selector": ".g-auth-consent"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"id": "auth-result",
|
|
2396
|
+
"selector": ".g-auth-result"
|
|
2397
|
+
}
|
|
2398
|
+
],
|
|
2399
|
+
"families": [
|
|
2400
|
+
"shell",
|
|
2401
|
+
"access",
|
|
2402
|
+
"recovery",
|
|
2403
|
+
"verification",
|
|
2404
|
+
"federation",
|
|
2405
|
+
"session",
|
|
2406
|
+
"identity",
|
|
2407
|
+
"security"
|
|
2408
|
+
],
|
|
2409
|
+
"containerBreakpoints": {
|
|
2410
|
+
"collapse": 704,
|
|
2411
|
+
"compact-card": 384
|
|
2412
|
+
},
|
|
2413
|
+
"features": [
|
|
2414
|
+
"password",
|
|
2415
|
+
"passwordless",
|
|
2416
|
+
"passkey",
|
|
2417
|
+
"sso",
|
|
2418
|
+
"qr-login",
|
|
2419
|
+
"magic-link",
|
|
2420
|
+
"mfa",
|
|
2421
|
+
"otp",
|
|
2422
|
+
"verification",
|
|
2423
|
+
"invitation",
|
|
2424
|
+
"account-and-tenant-choice",
|
|
2425
|
+
"identity-switching",
|
|
2426
|
+
"session-recovery",
|
|
2427
|
+
"device-and-login-audit",
|
|
2428
|
+
"security-alert",
|
|
2429
|
+
"recovery-codes",
|
|
2430
|
+
"oauth-consent",
|
|
2431
|
+
"safe-area",
|
|
2432
|
+
"responsive",
|
|
2433
|
+
"container-responsive",
|
|
2434
|
+
"rtl",
|
|
2435
|
+
"reduced-motion",
|
|
2436
|
+
"forced-colors",
|
|
2437
|
+
"print"
|
|
2438
|
+
],
|
|
2439
|
+
"documentation": "website/docs.html#auth-compositions",
|
|
2440
|
+
"tests": [
|
|
2441
|
+
"pattern-matrix",
|
|
2442
|
+
"otp-runtime",
|
|
2443
|
+
"password-strength-runtime",
|
|
2444
|
+
"auth-timer-runtime",
|
|
2445
|
+
"saved-choice-runtime",
|
|
2446
|
+
"password-toggle-runtime",
|
|
2447
|
+
"dropdown-runtime",
|
|
2448
|
+
"keyboard",
|
|
2449
|
+
"paste",
|
|
2450
|
+
"responsive",
|
|
2451
|
+
"container-responsive",
|
|
2452
|
+
"rtl",
|
|
2453
|
+
"safe-area",
|
|
2454
|
+
"reduced-motion",
|
|
2455
|
+
"forced-colors",
|
|
2456
|
+
"print",
|
|
2457
|
+
"documentation"
|
|
2458
|
+
]
|
|
2459
|
+
},
|
|
2460
|
+
{
|
|
2461
|
+
"id": "component.commerce-compositions",
|
|
2462
|
+
"name": "商业与支付组件",
|
|
2463
|
+
"category": "component",
|
|
2464
|
+
"status": "implemented",
|
|
2465
|
+
"rootSelectors": [
|
|
2466
|
+
".g-commerce-product-card",
|
|
2467
|
+
".g-commerce-product-list",
|
|
2468
|
+
".g-commerce-product-detail",
|
|
2469
|
+
".g-commerce-product-gallery",
|
|
2470
|
+
".g-sku-selector",
|
|
2471
|
+
".g-quantity-stepper",
|
|
2472
|
+
".g-price-display",
|
|
2473
|
+
".g-commerce-cart-item",
|
|
2474
|
+
".g-cart",
|
|
2475
|
+
".g-mini-cart",
|
|
2476
|
+
".g-cart-summary",
|
|
2477
|
+
".g-commerce-checkout",
|
|
2478
|
+
".g-checkout-steps",
|
|
2479
|
+
".g-address-selector",
|
|
2480
|
+
".g-address-card",
|
|
2481
|
+
".g-shipping-method",
|
|
2482
|
+
".g-pickup-selector",
|
|
2483
|
+
".g-coupon",
|
|
2484
|
+
".g-promotion-list",
|
|
2485
|
+
".g-invoice-information",
|
|
2486
|
+
".g-payment-method",
|
|
2487
|
+
".g-payment-sheet",
|
|
2488
|
+
".g-payment-result",
|
|
2489
|
+
".g-commerce-order-summary",
|
|
2490
|
+
".g-commerce-order-timeline",
|
|
2491
|
+
".g-order-detail",
|
|
2492
|
+
".g-subscription-plan",
|
|
2493
|
+
".g-pricing-comparison",
|
|
2494
|
+
".g-commerce-usage-meter",
|
|
2495
|
+
".g-billing-history",
|
|
2496
|
+
".g-refund-status",
|
|
2497
|
+
".g-tax-summary"
|
|
2498
|
+
],
|
|
2499
|
+
"patterns": [
|
|
2500
|
+
{
|
|
2501
|
+
"id": "product-card",
|
|
2502
|
+
"selector": ".g-commerce-product-card"
|
|
2503
|
+
},
|
|
2504
|
+
{
|
|
2505
|
+
"id": "product-list",
|
|
2506
|
+
"selector": ".g-commerce-product-list"
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
"id": "product-detail",
|
|
2510
|
+
"selector": ".g-commerce-product-detail"
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"id": "product-gallery",
|
|
2514
|
+
"selector": ".g-commerce-product-gallery",
|
|
2515
|
+
"behaviors": [
|
|
2516
|
+
"carousel"
|
|
2517
|
+
]
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"id": "sku-selector",
|
|
2521
|
+
"selector": ".g-sku-selector",
|
|
2522
|
+
"behaviors": [
|
|
2523
|
+
"sku-selector"
|
|
2524
|
+
]
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"id": "quantity-stepper",
|
|
2528
|
+
"selector": ".g-quantity-stepper",
|
|
2529
|
+
"behaviors": [
|
|
2530
|
+
"quantity-stepper"
|
|
2531
|
+
]
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"id": "price-display",
|
|
2535
|
+
"selector": ".g-price-display"
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"id": "cart-item",
|
|
2539
|
+
"selector": ".g-commerce-cart-item"
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"id": "cart",
|
|
2543
|
+
"selector": ".g-cart",
|
|
2544
|
+
"behaviors": [
|
|
2545
|
+
"cart"
|
|
2546
|
+
]
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"id": "mini-cart",
|
|
2550
|
+
"selector": ".g-mini-cart",
|
|
2551
|
+
"behaviors": [
|
|
2552
|
+
"dropdown"
|
|
2553
|
+
]
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
"id": "cart-summary",
|
|
2557
|
+
"selector": ".g-cart-summary"
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"id": "checkout",
|
|
2561
|
+
"selector": ".g-commerce-checkout"
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"id": "checkout-steps",
|
|
2565
|
+
"selector": ".g-checkout-steps"
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"id": "address-selector",
|
|
2569
|
+
"selector": ".g-address-selector",
|
|
2570
|
+
"behaviors": [
|
|
2571
|
+
"saved-choice"
|
|
2572
|
+
]
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"id": "address-card",
|
|
2576
|
+
"selector": ".g-address-card"
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"id": "shipping-method",
|
|
2580
|
+
"selector": ".g-shipping-method",
|
|
2581
|
+
"behaviors": [
|
|
2582
|
+
"saved-choice"
|
|
2583
|
+
]
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
"id": "pickup-selector",
|
|
2587
|
+
"selector": ".g-pickup-selector",
|
|
2588
|
+
"behaviors": [
|
|
2589
|
+
"saved-choice"
|
|
2590
|
+
]
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"id": "coupon",
|
|
2594
|
+
"selector": ".g-coupon",
|
|
2595
|
+
"behaviors": [
|
|
2596
|
+
"coupon"
|
|
2597
|
+
]
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"id": "promotion-list",
|
|
2601
|
+
"selector": ".g-promotion-list"
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"id": "invoice-information",
|
|
2605
|
+
"selector": ".g-invoice-information"
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"id": "payment-method",
|
|
2609
|
+
"selector": ".g-payment-method",
|
|
2610
|
+
"behaviors": [
|
|
2611
|
+
"saved-choice"
|
|
2612
|
+
]
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"id": "payment-sheet",
|
|
2616
|
+
"selector": ".g-payment-sheet"
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"id": "payment-result",
|
|
2620
|
+
"selector": ".g-payment-result"
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"id": "order-summary",
|
|
2624
|
+
"selector": ".g-commerce-order-summary"
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"id": "order-timeline",
|
|
2628
|
+
"selector": ".g-commerce-order-timeline"
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"id": "order-detail",
|
|
2632
|
+
"selector": ".g-order-detail"
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"id": "subscription-plan",
|
|
2636
|
+
"selector": ".g-subscription-plan"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"id": "pricing-comparison",
|
|
2640
|
+
"selector": ".g-pricing-comparison"
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"id": "usage-meter",
|
|
2644
|
+
"selector": ".g-commerce-usage-meter"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"id": "billing-history",
|
|
2648
|
+
"selector": ".g-billing-history"
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"id": "refund-status",
|
|
2652
|
+
"selector": ".g-refund-status"
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"id": "tax-summary",
|
|
2656
|
+
"selector": ".g-tax-summary"
|
|
2657
|
+
}
|
|
2658
|
+
],
|
|
2659
|
+
"families": [
|
|
2660
|
+
"catalog",
|
|
2661
|
+
"selection-and-price",
|
|
2662
|
+
"cart",
|
|
2663
|
+
"checkout",
|
|
2664
|
+
"fulfillment",
|
|
2665
|
+
"payment",
|
|
2666
|
+
"order",
|
|
2667
|
+
"subscription-and-billing"
|
|
2668
|
+
],
|
|
2669
|
+
"containerBreakpoints": {
|
|
2670
|
+
"collapse": 704,
|
|
2671
|
+
"compact": 480
|
|
2672
|
+
},
|
|
2673
|
+
"features": [
|
|
2674
|
+
"catalog",
|
|
2675
|
+
"sku",
|
|
2676
|
+
"quantity",
|
|
2677
|
+
"price-and-stock",
|
|
2678
|
+
"cart-calculation",
|
|
2679
|
+
"checkout",
|
|
2680
|
+
"address",
|
|
2681
|
+
"shipping-and-pickup",
|
|
2682
|
+
"coupon-and-promotion",
|
|
2683
|
+
"invoice",
|
|
2684
|
+
"payment",
|
|
2685
|
+
"order-tracking",
|
|
2686
|
+
"subscription",
|
|
2687
|
+
"usage-and-billing",
|
|
2688
|
+
"refund",
|
|
2689
|
+
"tax",
|
|
2690
|
+
"keyboard",
|
|
2691
|
+
"safe-area",
|
|
2692
|
+
"responsive",
|
|
2693
|
+
"container-responsive",
|
|
2694
|
+
"rtl",
|
|
2695
|
+
"reduced-motion",
|
|
2696
|
+
"forced-colors",
|
|
2697
|
+
"print"
|
|
2698
|
+
],
|
|
2699
|
+
"documentation": "website/docs.html#commerce-compositions",
|
|
2700
|
+
"tests": [
|
|
2701
|
+
"pattern-matrix",
|
|
2702
|
+
"quantity-runtime",
|
|
2703
|
+
"sku-runtime",
|
|
2704
|
+
"cart-runtime",
|
|
2705
|
+
"coupon-runtime",
|
|
2706
|
+
"saved-choice-runtime",
|
|
2707
|
+
"carousel-runtime",
|
|
2708
|
+
"dropdown-runtime",
|
|
2709
|
+
"keyboard",
|
|
2710
|
+
"responsive",
|
|
2711
|
+
"container-responsive",
|
|
2712
|
+
"rtl",
|
|
2713
|
+
"safe-area",
|
|
2714
|
+
"reduced-motion",
|
|
2715
|
+
"forced-colors",
|
|
2716
|
+
"print",
|
|
2717
|
+
"documentation"
|
|
2718
|
+
]
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"id": "component.mobile-compositions",
|
|
2722
|
+
"name": "移动端特有组件",
|
|
2723
|
+
"category": "component",
|
|
2724
|
+
"status": "implemented",
|
|
2725
|
+
"rootSelectors": [
|
|
2726
|
+
".g-mobile-safe-shell",
|
|
2727
|
+
".g-mobile-app-bar",
|
|
2728
|
+
".g-mobile-bottom-navigation",
|
|
2729
|
+
".g-mobile-bottom-sheet",
|
|
2730
|
+
".g-mobile-action-sheet",
|
|
2731
|
+
".g-mobile-pull-refresh",
|
|
2732
|
+
".g-mobile-infinite-load",
|
|
2733
|
+
".g-mobile-swipe-actions",
|
|
2734
|
+
".g-mobile-swipe-tabs",
|
|
2735
|
+
".g-mobile-category-view",
|
|
2736
|
+
".g-mobile-filter-sheet",
|
|
2737
|
+
".g-mobile-purchase-bar",
|
|
2738
|
+
".g-mobile-search",
|
|
2739
|
+
".g-mobile-picker",
|
|
2740
|
+
".g-mobile-wheel-picker",
|
|
2741
|
+
".g-mobile-fab",
|
|
2742
|
+
".g-mobile-fullscreen-dialog",
|
|
2743
|
+
".g-mobile-keyboard-avoidance",
|
|
2744
|
+
".g-mobile-gesture-hint",
|
|
2745
|
+
".g-mobile-offline-banner",
|
|
2746
|
+
".g-mobile-segmented-control",
|
|
2747
|
+
".g-mobile-feed",
|
|
2748
|
+
".g-mobile-card-carousel",
|
|
2749
|
+
".g-mobile-form",
|
|
2750
|
+
".g-mobile-auth",
|
|
2751
|
+
".g-mobile-checkout",
|
|
2752
|
+
".g-mobile-media-viewer",
|
|
2753
|
+
".g-mobile-keyboard-toolbar",
|
|
2754
|
+
".g-mobile-selection-mode",
|
|
2755
|
+
".g-mobile-snackbar",
|
|
2756
|
+
".g-mobile-permission-prompt",
|
|
2757
|
+
".g-mobile-state"
|
|
2758
|
+
],
|
|
2759
|
+
"patterns": [
|
|
2760
|
+
{
|
|
2761
|
+
"id": "safe-area-shell",
|
|
2762
|
+
"selector": ".g-mobile-safe-shell"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"id": "top-app-bar",
|
|
2766
|
+
"selector": ".g-mobile-app-bar"
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"id": "bottom-navigation",
|
|
2770
|
+
"selector": ".g-mobile-bottom-navigation"
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"id": "bottom-sheet",
|
|
2774
|
+
"selector": ".g-mobile-bottom-sheet",
|
|
2775
|
+
"behaviors": [
|
|
2776
|
+
"mobile-sheet"
|
|
2777
|
+
]
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
"id": "action-sheet",
|
|
2781
|
+
"selector": ".g-mobile-action-sheet",
|
|
2782
|
+
"behaviors": [
|
|
2783
|
+
"mobile-sheet"
|
|
2784
|
+
]
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"id": "pull-to-refresh",
|
|
2788
|
+
"selector": ".g-mobile-pull-refresh",
|
|
2789
|
+
"behaviors": [
|
|
2790
|
+
"pull-refresh"
|
|
2791
|
+
]
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"id": "infinite-load",
|
|
2795
|
+
"selector": ".g-mobile-infinite-load",
|
|
2796
|
+
"behaviors": [
|
|
2797
|
+
"infinite-load"
|
|
2798
|
+
]
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"id": "swipe-actions",
|
|
2802
|
+
"selector": ".g-mobile-swipe-actions",
|
|
2803
|
+
"behaviors": [
|
|
2804
|
+
"swipe-actions"
|
|
2805
|
+
]
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"id": "swipe-tabs",
|
|
2809
|
+
"selector": ".g-mobile-swipe-tabs",
|
|
2810
|
+
"behaviors": [
|
|
2811
|
+
"tabs"
|
|
2812
|
+
]
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"id": "mobile-category",
|
|
2816
|
+
"selector": ".g-mobile-category-view"
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"id": "mobile-filter",
|
|
2820
|
+
"selector": ".g-mobile-filter-sheet",
|
|
2821
|
+
"behaviors": [
|
|
2822
|
+
"mobile-sheet"
|
|
2823
|
+
]
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"id": "sticky-purchase-bar",
|
|
2827
|
+
"selector": ".g-mobile-purchase-bar"
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"id": "mobile-search",
|
|
2831
|
+
"selector": ".g-mobile-search",
|
|
2832
|
+
"behaviors": [
|
|
2833
|
+
"clear-input"
|
|
2834
|
+
]
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"id": "mobile-picker",
|
|
2838
|
+
"selector": ".g-mobile-picker",
|
|
2839
|
+
"behaviors": [
|
|
2840
|
+
"saved-choice"
|
|
2841
|
+
]
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"id": "wheel-picker",
|
|
2845
|
+
"selector": ".g-mobile-wheel-picker",
|
|
2846
|
+
"behaviors": [
|
|
2847
|
+
"wheel-picker"
|
|
2848
|
+
]
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"id": "floating-action-button",
|
|
2852
|
+
"selector": ".g-mobile-fab"
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"id": "fullscreen-dialog",
|
|
2856
|
+
"selector": ".g-mobile-fullscreen-dialog",
|
|
2857
|
+
"behaviors": [
|
|
2858
|
+
"dialog"
|
|
2859
|
+
]
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"id": "keyboard-avoidance",
|
|
2863
|
+
"selector": ".g-mobile-keyboard-avoidance"
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"id": "gesture-hint",
|
|
2867
|
+
"selector": ".g-mobile-gesture-hint"
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"id": "offline-banner",
|
|
2871
|
+
"selector": ".g-mobile-offline-banner"
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"id": "segmented-control",
|
|
2875
|
+
"selector": ".g-mobile-segmented-control",
|
|
2876
|
+
"behaviors": [
|
|
2877
|
+
"saved-choice"
|
|
2878
|
+
]
|
|
2879
|
+
},
|
|
2880
|
+
{
|
|
2881
|
+
"id": "mobile-feed",
|
|
2882
|
+
"selector": ".g-mobile-feed"
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
"id": "card-carousel",
|
|
2886
|
+
"selector": ".g-mobile-card-carousel",
|
|
2887
|
+
"behaviors": [
|
|
2888
|
+
"carousel"
|
|
2889
|
+
]
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"id": "mobile-form",
|
|
2893
|
+
"selector": ".g-mobile-form"
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"id": "mobile-auth",
|
|
2897
|
+
"selector": ".g-mobile-auth",
|
|
2898
|
+
"behaviors": [
|
|
2899
|
+
"password-toggle"
|
|
2900
|
+
]
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
"id": "mobile-checkout",
|
|
2904
|
+
"selector": ".g-mobile-checkout"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"id": "mobile-media-viewer",
|
|
2908
|
+
"selector": ".g-mobile-media-viewer",
|
|
2909
|
+
"behaviors": [
|
|
2910
|
+
"dialog"
|
|
2911
|
+
]
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"id": "keyboard-toolbar",
|
|
2915
|
+
"selector": ".g-mobile-keyboard-toolbar"
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"id": "selection-mode",
|
|
2919
|
+
"selector": ".g-mobile-selection-mode",
|
|
2920
|
+
"behaviors": [
|
|
2921
|
+
"row-select"
|
|
2922
|
+
]
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"id": "mobile-snackbar",
|
|
2926
|
+
"selector": ".g-mobile-snackbar",
|
|
2927
|
+
"behaviors": [
|
|
2928
|
+
"toast"
|
|
2929
|
+
]
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"id": "permission-prompt",
|
|
2933
|
+
"selector": ".g-mobile-permission-prompt"
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"id": "mobile-state",
|
|
2937
|
+
"selector": ".g-mobile-state"
|
|
2938
|
+
}
|
|
2939
|
+
],
|
|
2940
|
+
"families": [
|
|
2941
|
+
"shell-and-bars",
|
|
2942
|
+
"navigation",
|
|
2943
|
+
"sheets-and-overlays",
|
|
2944
|
+
"gesture-and-scroll",
|
|
2945
|
+
"discovery-and-selection",
|
|
2946
|
+
"input-and-keyboard",
|
|
2947
|
+
"commerce-and-media",
|
|
2948
|
+
"system-state-and-feedback"
|
|
2949
|
+
],
|
|
2950
|
+
"containerBreakpoints": {
|
|
2951
|
+
"compact": 352,
|
|
2952
|
+
"collapse": 480
|
|
2953
|
+
},
|
|
2954
|
+
"features": [
|
|
2955
|
+
"safe-area",
|
|
2956
|
+
"dynamic-viewport",
|
|
2957
|
+
"touch-targets",
|
|
2958
|
+
"coarse-pointer",
|
|
2959
|
+
"bottom-navigation",
|
|
2960
|
+
"sheets",
|
|
2961
|
+
"pull-refresh",
|
|
2962
|
+
"infinite-load",
|
|
2963
|
+
"swipe",
|
|
2964
|
+
"scroll-snap",
|
|
2965
|
+
"keyboard-avoidance",
|
|
2966
|
+
"mobile-auth",
|
|
2967
|
+
"mobile-checkout",
|
|
2968
|
+
"media-viewer",
|
|
2969
|
+
"offline-and-permission",
|
|
2970
|
+
"keyboard",
|
|
2971
|
+
"responsive",
|
|
2972
|
+
"container-responsive",
|
|
2973
|
+
"rtl",
|
|
2974
|
+
"reduced-motion",
|
|
2975
|
+
"forced-colors",
|
|
2976
|
+
"print"
|
|
2977
|
+
],
|
|
2978
|
+
"documentation": "website/docs.html#mobile-compositions",
|
|
2979
|
+
"tests": [
|
|
2980
|
+
"pattern-matrix",
|
|
2981
|
+
"mobile-sheet-runtime",
|
|
2982
|
+
"pull-refresh-runtime",
|
|
2983
|
+
"infinite-load-runtime",
|
|
2984
|
+
"swipe-actions-runtime",
|
|
2985
|
+
"wheel-picker-runtime",
|
|
2986
|
+
"keyboard",
|
|
2987
|
+
"touch",
|
|
2988
|
+
"safe-area",
|
|
2989
|
+
"dynamic-viewport",
|
|
2990
|
+
"container-responsive",
|
|
2991
|
+
"rtl",
|
|
2992
|
+
"reduced-motion",
|
|
2993
|
+
"forced-colors",
|
|
2994
|
+
"print",
|
|
2995
|
+
"documentation"
|
|
2996
|
+
]
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"id": "component.desktop-compositions",
|
|
3000
|
+
"name": "桌面端特有组件",
|
|
3001
|
+
"category": "component",
|
|
3002
|
+
"status": "implemented",
|
|
3003
|
+
"rootSelectors": [
|
|
3004
|
+
".g-native-titlebar",
|
|
3005
|
+
".g-desktop-window-controls",
|
|
3006
|
+
".g-desktop-menubar",
|
|
3007
|
+
".g-desktop-activity-bar",
|
|
3008
|
+
".g-desktop-dock-panel",
|
|
3009
|
+
".g-desktop-split-pane",
|
|
3010
|
+
".g-desktop-inspector-panel",
|
|
3011
|
+
".g-desktop-status-bar",
|
|
3012
|
+
".g-desktop-command-palette",
|
|
3013
|
+
".g-shortcut-recorder",
|
|
3014
|
+
".g-desktop-context-menu",
|
|
3015
|
+
".g-desktop-document-tabs",
|
|
3016
|
+
".g-desktop-drag-region",
|
|
3017
|
+
".g-window-loading",
|
|
3018
|
+
".g-update-available",
|
|
3019
|
+
".g-desktop-permission-request",
|
|
3020
|
+
".g-native-file-picker",
|
|
3021
|
+
".g-tray-menu",
|
|
3022
|
+
".g-multi-window-placeholder",
|
|
3023
|
+
".g-desktop-workspace",
|
|
3024
|
+
".g-desktop-window-switcher",
|
|
3025
|
+
".g-recent-documents",
|
|
3026
|
+
".g-desktop-toolbar",
|
|
3027
|
+
".g-desktop-bottom-panel",
|
|
3028
|
+
".g-background-task-center",
|
|
3029
|
+
".g-desktop-notification-center",
|
|
3030
|
+
".g-sync-status",
|
|
3031
|
+
".g-update-progress",
|
|
3032
|
+
".g-crash-recovery",
|
|
3033
|
+
".g-single-instance-notice",
|
|
3034
|
+
".g-deep-link-handler",
|
|
3035
|
+
".g-about-dialog"
|
|
3036
|
+
],
|
|
3037
|
+
"patterns": [
|
|
3038
|
+
{
|
|
3039
|
+
"id": "native-titlebar",
|
|
3040
|
+
"selector": ".g-native-titlebar",
|
|
3041
|
+
"adapters": [
|
|
3042
|
+
"tauri",
|
|
3043
|
+
"electron"
|
|
3044
|
+
]
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"id": "window-controls",
|
|
3048
|
+
"selector": ".g-desktop-window-controls",
|
|
3049
|
+
"adapters": [
|
|
3050
|
+
"tauri",
|
|
3051
|
+
"electron"
|
|
3052
|
+
]
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"id": "menu-bar",
|
|
3056
|
+
"selector": ".g-desktop-menubar",
|
|
3057
|
+
"behaviors": [
|
|
3058
|
+
"roving-nav"
|
|
3059
|
+
]
|
|
3060
|
+
},
|
|
3061
|
+
{
|
|
3062
|
+
"id": "activity-bar",
|
|
3063
|
+
"selector": ".g-desktop-activity-bar",
|
|
3064
|
+
"behaviors": [
|
|
3065
|
+
"roving-nav"
|
|
3066
|
+
]
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"id": "dock-panel",
|
|
3070
|
+
"selector": ".g-desktop-dock-panel",
|
|
3071
|
+
"behaviors": [
|
|
3072
|
+
"nav-toggle"
|
|
3073
|
+
]
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
"id": "resizable-split-pane",
|
|
3077
|
+
"selector": ".g-desktop-split-pane",
|
|
3078
|
+
"behaviors": [
|
|
3079
|
+
"split-pane"
|
|
3080
|
+
]
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"id": "inspector",
|
|
3084
|
+
"selector": ".g-desktop-inspector-panel",
|
|
3085
|
+
"behaviors": [
|
|
3086
|
+
"nav-toggle"
|
|
3087
|
+
]
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"id": "status-bar",
|
|
3091
|
+
"selector": ".g-desktop-status-bar"
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"id": "command-palette",
|
|
3095
|
+
"selector": ".g-desktop-command-palette",
|
|
3096
|
+
"behaviors": [
|
|
3097
|
+
"command-palette"
|
|
3098
|
+
]
|
|
3099
|
+
},
|
|
3100
|
+
{
|
|
3101
|
+
"id": "shortcut-recorder",
|
|
3102
|
+
"selector": ".g-shortcut-recorder",
|
|
3103
|
+
"behaviors": [
|
|
3104
|
+
"shortcut-recorder"
|
|
3105
|
+
]
|
|
3106
|
+
},
|
|
3107
|
+
{
|
|
3108
|
+
"id": "context-menu",
|
|
3109
|
+
"selector": ".g-desktop-context-menu",
|
|
3110
|
+
"behaviors": [
|
|
3111
|
+
"context-menu"
|
|
3112
|
+
]
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"id": "document-tabs",
|
|
3116
|
+
"selector": ".g-desktop-document-tabs",
|
|
3117
|
+
"behaviors": [
|
|
3118
|
+
"desktop-tabs"
|
|
3119
|
+
]
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
"id": "drag-region",
|
|
3123
|
+
"selector": ".g-desktop-drag-region",
|
|
3124
|
+
"adapters": [
|
|
3125
|
+
"tauri",
|
|
3126
|
+
"electron"
|
|
3127
|
+
]
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"id": "window-loading",
|
|
3131
|
+
"selector": ".g-window-loading"
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"id": "update-available",
|
|
3135
|
+
"selector": ".g-update-available"
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
"id": "permission-request",
|
|
3139
|
+
"selector": ".g-desktop-permission-request"
|
|
3140
|
+
},
|
|
3141
|
+
{
|
|
3142
|
+
"id": "native-file-picker",
|
|
3143
|
+
"selector": ".g-native-file-picker",
|
|
3144
|
+
"behaviors": [
|
|
3145
|
+
"native-file-picker"
|
|
3146
|
+
]
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"id": "tray-menu-shell",
|
|
3150
|
+
"selector": ".g-tray-menu",
|
|
3151
|
+
"behaviors": [
|
|
3152
|
+
"dropdown"
|
|
3153
|
+
]
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"id": "multi-window-placeholder",
|
|
3157
|
+
"selector": ".g-multi-window-placeholder"
|
|
3158
|
+
},
|
|
3159
|
+
{
|
|
3160
|
+
"id": "desktop-workspace",
|
|
3161
|
+
"selector": ".g-desktop-workspace"
|
|
3162
|
+
},
|
|
3163
|
+
{
|
|
3164
|
+
"id": "window-switcher",
|
|
3165
|
+
"selector": ".g-desktop-window-switcher",
|
|
3166
|
+
"behaviors": [
|
|
3167
|
+
"window-switcher"
|
|
3168
|
+
]
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"id": "recent-documents",
|
|
3172
|
+
"selector": ".g-recent-documents"
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"id": "desktop-toolbar",
|
|
3176
|
+
"selector": ".g-desktop-toolbar"
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"id": "bottom-panel",
|
|
3180
|
+
"selector": ".g-desktop-bottom-panel",
|
|
3181
|
+
"behaviors": [
|
|
3182
|
+
"nav-toggle"
|
|
3183
|
+
]
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"id": "background-task-center",
|
|
3187
|
+
"selector": ".g-background-task-center"
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"id": "notification-center",
|
|
3191
|
+
"selector": ".g-desktop-notification-center"
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"id": "sync-status",
|
|
3195
|
+
"selector": ".g-sync-status"
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"id": "update-progress",
|
|
3199
|
+
"selector": ".g-update-progress"
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"id": "crash-recovery",
|
|
3203
|
+
"selector": ".g-crash-recovery"
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"id": "single-instance-notice",
|
|
3207
|
+
"selector": ".g-single-instance-notice"
|
|
3208
|
+
},
|
|
3209
|
+
{
|
|
3210
|
+
"id": "deep-link-handler",
|
|
3211
|
+
"selector": ".g-deep-link-handler"
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"id": "about-dialog",
|
|
3215
|
+
"selector": ".g-about-dialog",
|
|
3216
|
+
"behaviors": [
|
|
3217
|
+
"dialog"
|
|
3218
|
+
]
|
|
3219
|
+
}
|
|
3220
|
+
],
|
|
3221
|
+
"families": [
|
|
3222
|
+
"chrome-and-window",
|
|
3223
|
+
"global-navigation",
|
|
3224
|
+
"dock-and-workspace",
|
|
3225
|
+
"commands-and-input",
|
|
3226
|
+
"documents-and-files",
|
|
3227
|
+
"system-integration",
|
|
3228
|
+
"lifecycle-and-update",
|
|
3229
|
+
"recovery-and-state"
|
|
3230
|
+
],
|
|
3231
|
+
"containerBreakpoints": {
|
|
3232
|
+
"compact": 640,
|
|
3233
|
+
"collapse": 960
|
|
3234
|
+
},
|
|
3235
|
+
"features": [
|
|
3236
|
+
"tauri",
|
|
3237
|
+
"electron",
|
|
3238
|
+
"safe-preload",
|
|
3239
|
+
"window-controls",
|
|
3240
|
+
"app-region",
|
|
3241
|
+
"macos",
|
|
3242
|
+
"windows",
|
|
3243
|
+
"linux",
|
|
3244
|
+
"multi-window",
|
|
3245
|
+
"native-file",
|
|
3246
|
+
"tray",
|
|
3247
|
+
"update",
|
|
3248
|
+
"permission",
|
|
3249
|
+
"recovery",
|
|
3250
|
+
"keyboard",
|
|
3251
|
+
"pointer",
|
|
3252
|
+
"responsive",
|
|
3253
|
+
"container-responsive",
|
|
3254
|
+
"rtl",
|
|
3255
|
+
"reduced-motion",
|
|
3256
|
+
"forced-colors",
|
|
3257
|
+
"print"
|
|
3258
|
+
],
|
|
3259
|
+
"documentation": "website/docs.html#desktop-compositions",
|
|
3260
|
+
"tests": [
|
|
3261
|
+
"pattern-matrix",
|
|
3262
|
+
"adapter-runtime",
|
|
3263
|
+
"shortcut-recorder-runtime",
|
|
3264
|
+
"desktop-tabs-runtime",
|
|
3265
|
+
"native-file-picker-runtime",
|
|
3266
|
+
"window-switcher-runtime",
|
|
3267
|
+
"split-pane-runtime",
|
|
3268
|
+
"command-palette-runtime",
|
|
3269
|
+
"context-menu-runtime",
|
|
3270
|
+
"keyboard",
|
|
3271
|
+
"responsive",
|
|
3272
|
+
"container-responsive",
|
|
3273
|
+
"rtl",
|
|
3274
|
+
"reduced-motion",
|
|
3275
|
+
"forced-colors",
|
|
3276
|
+
"print",
|
|
3277
|
+
"documentation"
|
|
3278
|
+
]
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"id": "component.ai-compositions",
|
|
3282
|
+
"name": "AI 产品与智能交互组件",
|
|
3283
|
+
"category": "component",
|
|
3284
|
+
"status": "implemented",
|
|
3285
|
+
"rootSelectors": [
|
|
3286
|
+
".g-ai-shell",
|
|
3287
|
+
".g-conversation-list",
|
|
3288
|
+
".g-chat",
|
|
3289
|
+
".g-message",
|
|
3290
|
+
".g-composer",
|
|
3291
|
+
".g-attachment",
|
|
3292
|
+
".g-prompt-starter",
|
|
3293
|
+
".g-prompt-library",
|
|
3294
|
+
".g-ai-command-menu",
|
|
3295
|
+
".g-model-selector",
|
|
3296
|
+
".g-thinking",
|
|
3297
|
+
".g-streaming-response",
|
|
3298
|
+
".g-tool-call",
|
|
3299
|
+
".g-approval",
|
|
3300
|
+
".g-agent-status",
|
|
3301
|
+
".g-plan",
|
|
3302
|
+
".g-agent-board",
|
|
3303
|
+
".g-agent-handoff",
|
|
3304
|
+
".g-sources",
|
|
3305
|
+
".g-artifact-layout",
|
|
3306
|
+
".g-artifact-panel",
|
|
3307
|
+
".g-file-tree",
|
|
3308
|
+
".g-version-list",
|
|
3309
|
+
".g-generation-grid",
|
|
3310
|
+
".g-generation-placeholder",
|
|
3311
|
+
".g-ai-context-manager",
|
|
3312
|
+
".g-ai-usage-panel",
|
|
3313
|
+
".g-voice-state",
|
|
3314
|
+
".g-permission-scope",
|
|
3315
|
+
".g-privacy-notice",
|
|
3316
|
+
".g-ai-safety-notice",
|
|
3317
|
+
".g-ai-feedback"
|
|
3318
|
+
],
|
|
3319
|
+
"patterns": [
|
|
3320
|
+
{
|
|
3321
|
+
"id": "ai-workspace",
|
|
3322
|
+
"selector": ".g-ai-shell"
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
"id": "conversation-list",
|
|
3326
|
+
"selector": ".g-conversation-list"
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"id": "chat-thread",
|
|
3330
|
+
"selector": ".g-chat"
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"id": "ai-message",
|
|
3334
|
+
"selector": ".g-message"
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"id": "prompt-composer",
|
|
3338
|
+
"selector": ".g-composer",
|
|
3339
|
+
"behaviors": [
|
|
3340
|
+
"ai-composer"
|
|
3341
|
+
]
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"id": "attachment",
|
|
3345
|
+
"selector": ".g-attachment"
|
|
3346
|
+
},
|
|
3347
|
+
{
|
|
3348
|
+
"id": "prompt-starter",
|
|
3349
|
+
"selector": ".g-prompt-starter",
|
|
3350
|
+
"behaviors": [
|
|
3351
|
+
"prompt-fill"
|
|
3352
|
+
]
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"id": "prompt-library",
|
|
3356
|
+
"selector": ".g-prompt-library",
|
|
3357
|
+
"behaviors": [
|
|
3358
|
+
"prompt-fill"
|
|
3359
|
+
]
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"id": "mention-slash-menu",
|
|
3363
|
+
"selector": ".g-ai-command-menu",
|
|
3364
|
+
"behaviors": [
|
|
3365
|
+
"roving-nav"
|
|
3366
|
+
]
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"id": "model-selector",
|
|
3370
|
+
"selector": ".g-model-selector",
|
|
3371
|
+
"behaviors": [
|
|
3372
|
+
"dropdown"
|
|
3373
|
+
]
|
|
3374
|
+
},
|
|
3375
|
+
{
|
|
3376
|
+
"id": "thinking",
|
|
3377
|
+
"selector": ".g-thinking",
|
|
3378
|
+
"behaviors": [
|
|
3379
|
+
"accordion"
|
|
3380
|
+
]
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
"id": "streaming-response",
|
|
3384
|
+
"selector": ".g-streaming-response"
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"id": "tool-call",
|
|
3388
|
+
"selector": ".g-tool-call",
|
|
3389
|
+
"behaviors": [
|
|
3390
|
+
"accordion"
|
|
3391
|
+
]
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"id": "tool-approval",
|
|
3395
|
+
"selector": ".g-approval",
|
|
3396
|
+
"behaviors": [
|
|
3397
|
+
"ai-approval"
|
|
3398
|
+
]
|
|
3399
|
+
},
|
|
3400
|
+
{
|
|
3401
|
+
"id": "agent-status",
|
|
3402
|
+
"selector": ".g-agent-status"
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"id": "agent-plan",
|
|
3406
|
+
"selector": ".g-plan"
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"id": "multi-agent-board",
|
|
3410
|
+
"selector": ".g-agent-board"
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"id": "agent-handoff",
|
|
3414
|
+
"selector": ".g-agent-handoff"
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"id": "sources-citations",
|
|
3418
|
+
"selector": ".g-sources"
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"id": "artifact-workspace",
|
|
3422
|
+
"selector": ".g-artifact-layout"
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
"id": "artifact-panel",
|
|
3426
|
+
"selector": ".g-artifact-panel",
|
|
3427
|
+
"behaviors": [
|
|
3428
|
+
"tabs"
|
|
3429
|
+
]
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"id": "ai-file-tree",
|
|
3433
|
+
"selector": ".g-file-tree",
|
|
3434
|
+
"behaviors": [
|
|
3435
|
+
"tree"
|
|
3436
|
+
]
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"id": "artifact-version-history",
|
|
3440
|
+
"selector": ".g-version-list"
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"id": "generation-gallery",
|
|
3444
|
+
"selector": ".g-generation-grid"
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"id": "generation-placeholder",
|
|
3448
|
+
"selector": ".g-generation-placeholder"
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"id": "context-memory-manager",
|
|
3452
|
+
"selector": ".g-ai-context-manager"
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"id": "cost-rate-limit",
|
|
3456
|
+
"selector": ".g-ai-usage-panel"
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"id": "voice-session",
|
|
3460
|
+
"selector": ".g-voice-state"
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"id": "permission-scope",
|
|
3464
|
+
"selector": ".g-permission-scope"
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"id": "privacy-notice",
|
|
3468
|
+
"selector": ".g-privacy-notice"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"id": "safety-policy-notice",
|
|
3472
|
+
"selector": ".g-ai-safety-notice"
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
"id": "feedback-evaluation",
|
|
3476
|
+
"selector": ".g-ai-feedback",
|
|
3477
|
+
"behaviors": [
|
|
3478
|
+
"ai-feedback"
|
|
3479
|
+
]
|
|
3480
|
+
}
|
|
3481
|
+
],
|
|
3482
|
+
"families": [
|
|
3483
|
+
"workspace-and-conversation",
|
|
3484
|
+
"prompt-and-input",
|
|
3485
|
+
"reasoning-and-streaming",
|
|
3486
|
+
"tools-and-approval",
|
|
3487
|
+
"agents-and-orchestration",
|
|
3488
|
+
"sources-and-artifacts",
|
|
3489
|
+
"context-and-cost",
|
|
3490
|
+
"voice-safety-and-feedback"
|
|
3491
|
+
],
|
|
3492
|
+
"containerBreakpoints": {
|
|
3493
|
+
"compact": 512,
|
|
3494
|
+
"single-column": 704,
|
|
3495
|
+
"artifact-collapse": 960
|
|
3496
|
+
},
|
|
3497
|
+
"features": [
|
|
3498
|
+
"chat",
|
|
3499
|
+
"multimodal",
|
|
3500
|
+
"prompt-library",
|
|
3501
|
+
"model-choice",
|
|
3502
|
+
"reasoning",
|
|
3503
|
+
"streaming",
|
|
3504
|
+
"tool-use",
|
|
3505
|
+
"human-approval",
|
|
3506
|
+
"multi-agent",
|
|
3507
|
+
"handoff",
|
|
3508
|
+
"citations",
|
|
3509
|
+
"artifacts",
|
|
3510
|
+
"file-tree",
|
|
3511
|
+
"versions",
|
|
3512
|
+
"generation",
|
|
3513
|
+
"memory",
|
|
3514
|
+
"token-and-cost",
|
|
3515
|
+
"voice",
|
|
3516
|
+
"permissions",
|
|
3517
|
+
"privacy",
|
|
3518
|
+
"safety",
|
|
3519
|
+
"evaluation",
|
|
3520
|
+
"keyboard",
|
|
3521
|
+
"safe-area",
|
|
3522
|
+
"responsive",
|
|
3523
|
+
"container-responsive",
|
|
3524
|
+
"rtl",
|
|
3525
|
+
"reduced-motion",
|
|
3526
|
+
"forced-colors",
|
|
3527
|
+
"print"
|
|
3528
|
+
],
|
|
3529
|
+
"documentation": "website/docs.html#ai-compositions",
|
|
3530
|
+
"tests": [
|
|
3531
|
+
"pattern-matrix",
|
|
3532
|
+
"ai-composer-runtime",
|
|
3533
|
+
"prompt-fill-runtime",
|
|
3534
|
+
"ai-approval-runtime",
|
|
3535
|
+
"ai-feedback-runtime",
|
|
3536
|
+
"dropdown-runtime",
|
|
3537
|
+
"accordion-runtime",
|
|
3538
|
+
"tree-runtime",
|
|
3539
|
+
"tabs-runtime",
|
|
3540
|
+
"keyboard",
|
|
3541
|
+
"streaming",
|
|
3542
|
+
"container-responsive",
|
|
3543
|
+
"rtl",
|
|
3544
|
+
"safe-area",
|
|
3545
|
+
"reduced-motion",
|
|
3546
|
+
"forced-colors",
|
|
3547
|
+
"print",
|
|
3548
|
+
"documentation"
|
|
3549
|
+
]
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"id": "component.solution-compositions",
|
|
3553
|
+
"name": "完整页面与行业解决方案",
|
|
3554
|
+
"category": "component",
|
|
3555
|
+
"status": "implemented",
|
|
3556
|
+
"rootSelectors": [
|
|
3557
|
+
".g-product-landing",
|
|
3558
|
+
".g-corporate-home",
|
|
3559
|
+
".g-personal-home",
|
|
3560
|
+
".g-portfolio-page",
|
|
3561
|
+
".g-blog-index",
|
|
3562
|
+
".g-article-page",
|
|
3563
|
+
".g-docs-portal",
|
|
3564
|
+
".g-help-center-page",
|
|
3565
|
+
".g-search-results-page",
|
|
3566
|
+
".g-contact-page",
|
|
3567
|
+
".g-pricing-page",
|
|
3568
|
+
".g-dashboard-overview",
|
|
3569
|
+
".g-admin-list-page",
|
|
3570
|
+
".g-record-detail-page",
|
|
3571
|
+
".g-settings-center",
|
|
3572
|
+
".g-user-center",
|
|
3573
|
+
".g-notification-center-page",
|
|
3574
|
+
".g-onboarding-flow",
|
|
3575
|
+
".g-crm-workspace",
|
|
3576
|
+
".g-project-workspace",
|
|
3577
|
+
".g-support-center",
|
|
3578
|
+
".g-approval-center",
|
|
3579
|
+
".g-knowledge-base",
|
|
3580
|
+
".g-learning-portal",
|
|
3581
|
+
".g-event-portal",
|
|
3582
|
+
".g-booking-portal",
|
|
3583
|
+
".g-healthcare-portal",
|
|
3584
|
+
".g-finance-portal",
|
|
3585
|
+
".g-public-service-portal",
|
|
3586
|
+
".g-marketplace-page",
|
|
3587
|
+
".g-community-page",
|
|
3588
|
+
".g-status-center-page"
|
|
3589
|
+
],
|
|
3590
|
+
"patterns": [
|
|
3591
|
+
{
|
|
3592
|
+
"id": "product-landing",
|
|
3593
|
+
"selector": ".g-product-landing"
|
|
3594
|
+
},
|
|
3595
|
+
{
|
|
3596
|
+
"id": "corporate-home",
|
|
3597
|
+
"selector": ".g-corporate-home"
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"id": "personal-home",
|
|
3601
|
+
"selector": ".g-personal-home"
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"id": "portfolio-page",
|
|
3605
|
+
"selector": ".g-portfolio-page"
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"id": "blog-index",
|
|
3609
|
+
"selector": ".g-blog-index"
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"id": "article-page",
|
|
3613
|
+
"selector": ".g-article-page"
|
|
3614
|
+
},
|
|
3615
|
+
{
|
|
3616
|
+
"id": "docs-portal",
|
|
3617
|
+
"selector": ".g-docs-portal"
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"id": "help-center-page",
|
|
3621
|
+
"selector": ".g-help-center-page"
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
"id": "search-results-page",
|
|
3625
|
+
"selector": ".g-search-results-page"
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
"id": "contact-page",
|
|
3629
|
+
"selector": ".g-contact-page"
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"id": "pricing-page",
|
|
3633
|
+
"selector": ".g-pricing-page"
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
"id": "dashboard-overview",
|
|
3637
|
+
"selector": ".g-dashboard-overview"
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"id": "admin-list-page",
|
|
3641
|
+
"selector": ".g-admin-list-page"
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"id": "record-detail-page",
|
|
3645
|
+
"selector": ".g-record-detail-page"
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"id": "settings-center",
|
|
3649
|
+
"selector": ".g-settings-center"
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"id": "user-center",
|
|
3653
|
+
"selector": ".g-user-center"
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"id": "notification-center",
|
|
3657
|
+
"selector": ".g-notification-center-page"
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"id": "onboarding-flow",
|
|
3661
|
+
"selector": ".g-onboarding-flow"
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"id": "crm-workspace",
|
|
3665
|
+
"selector": ".g-crm-workspace"
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
"id": "project-workspace",
|
|
3669
|
+
"selector": ".g-project-workspace"
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
"id": "support-center",
|
|
3673
|
+
"selector": ".g-support-center"
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"id": "approval-center",
|
|
3677
|
+
"selector": ".g-approval-center"
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"id": "knowledge-base",
|
|
3681
|
+
"selector": ".g-knowledge-base"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"id": "learning-portal",
|
|
3685
|
+
"selector": ".g-learning-portal"
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"id": "event-portal",
|
|
3689
|
+
"selector": ".g-event-portal"
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"id": "booking-portal",
|
|
3693
|
+
"selector": ".g-booking-portal"
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"id": "healthcare-portal",
|
|
3697
|
+
"selector": ".g-healthcare-portal"
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
"id": "finance-portal",
|
|
3701
|
+
"selector": ".g-finance-portal"
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"id": "public-service-portal",
|
|
3705
|
+
"selector": ".g-public-service-portal"
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"id": "marketplace-page",
|
|
3709
|
+
"selector": ".g-marketplace-page"
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"id": "community-page",
|
|
3713
|
+
"selector": ".g-community-page"
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"id": "status-center-page",
|
|
3717
|
+
"selector": ".g-status-center-page"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"families": [
|
|
3721
|
+
"marketing-and-corporate",
|
|
3722
|
+
"personal-and-editorial",
|
|
3723
|
+
"documentation-and-support",
|
|
3724
|
+
"administration-and-account",
|
|
3725
|
+
"operations-and-workspaces",
|
|
3726
|
+
"education-events-and-booking",
|
|
3727
|
+
"regulated-industry-portals",
|
|
3728
|
+
"marketplace-community-and-status"
|
|
3729
|
+
],
|
|
3730
|
+
"containerBreakpoints": {
|
|
3731
|
+
"compact": 704,
|
|
3732
|
+
"collapse": 960
|
|
3733
|
+
},
|
|
3734
|
+
"features": [
|
|
3735
|
+
"complete-page-contracts",
|
|
3736
|
+
"personal",
|
|
3737
|
+
"enterprise",
|
|
3738
|
+
"marketing",
|
|
3739
|
+
"content",
|
|
3740
|
+
"documentation",
|
|
3741
|
+
"dashboard",
|
|
3742
|
+
"administration",
|
|
3743
|
+
"crm",
|
|
3744
|
+
"project-management",
|
|
3745
|
+
"support",
|
|
3746
|
+
"approval",
|
|
3747
|
+
"knowledge",
|
|
3748
|
+
"education",
|
|
3749
|
+
"events",
|
|
3750
|
+
"booking",
|
|
3751
|
+
"healthcare",
|
|
3752
|
+
"finance",
|
|
3753
|
+
"public-service",
|
|
3754
|
+
"marketplace",
|
|
3755
|
+
"community",
|
|
3756
|
+
"status",
|
|
3757
|
+
"web",
|
|
3758
|
+
"mobile",
|
|
3759
|
+
"desktop",
|
|
3760
|
+
"tauri",
|
|
3761
|
+
"electron",
|
|
3762
|
+
"container-responsive",
|
|
3763
|
+
"rtl",
|
|
3764
|
+
"reduced-motion",
|
|
3765
|
+
"forced-colors",
|
|
3766
|
+
"print"
|
|
3767
|
+
],
|
|
3768
|
+
"documentation": "website/docs.html#solution-compositions",
|
|
3769
|
+
"tests": [
|
|
3770
|
+
"pattern-matrix",
|
|
3771
|
+
"recipe-matrix",
|
|
3772
|
+
"desktop",
|
|
3773
|
+
"mobile",
|
|
3774
|
+
"container-responsive",
|
|
3775
|
+
"rtl",
|
|
3776
|
+
"reduced-motion",
|
|
3777
|
+
"forced-colors",
|
|
3778
|
+
"print",
|
|
3779
|
+
"documentation"
|
|
3780
|
+
]
|
|
3781
|
+
}
|
|
3782
|
+
],
|
|
3783
|
+
"$schema": "../metadata/capabilities.schema.json"
|
|
3784
|
+
}
|