@gardenerim/react 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 +7 -0
- package/LICENSE +21 -0
- package/README.md +50 -0
- package/dist/adapter-target.d.ts +5 -0
- package/dist/adapter-target.d.ts.map +1 -0
- package/dist/adapter-target.js +7 -0
- package/dist/adapter-target.js.map +1 -0
- package/dist/adapters.d.ts +5 -0
- package/dist/adapters.d.ts.map +1 -0
- package/dist/adapters.js +3 -0
- package/dist/adapters.js.map +1 -0
- package/dist/ai.css +1 -0
- package/dist/catalog.json +9022 -0
- package/dist/component-css/ai-compositions.css +1 -0
- package/dist/component-css/ai-extended.css +1 -0
- package/dist/component-css/ai.css +1 -0
- package/dist/component-css/auth-compositions.css +1 -0
- package/dist/component-css/basic.css +1 -0
- package/dist/component-css/catalog.css +1 -0
- package/dist/component-css/commerce-compositions.css +1 -0
- package/dist/component-css/content-compositions.css +1 -0
- package/dist/component-css/data-compositions.css +1 -0
- package/dist/component-css/data.css +1 -0
- package/dist/component-css/desktop-compositions.css +1 -0
- package/dist/component-css/desktop.css +1 -0
- package/dist/component-css/extended.css +1 -0
- package/dist/component-css/feedback.css +1 -0
- package/dist/component-css/form-compositions.css +1 -0
- package/dist/component-css/forms.css +1 -0
- package/dist/component-css/grid.css +1 -0
- package/dist/component-css/help.css +1 -0
- package/dist/component-css/layouts.css +1 -0
- package/dist/component-css/mobile-compositions.css +1 -0
- package/dist/component-css/navigation-compositions.css +1 -0
- package/dist/component-css/navigation.css +1 -0
- package/dist/component-css/page.css +1 -0
- package/dist/component-css/primitives.css +1 -0
- package/dist/component-css/recipes.css +1 -0
- package/dist/component-css/regions.css +1 -0
- package/dist/component-css/selection-compositions.css +1 -0
- package/dist/component-css/solution-compositions.css +1 -0
- package/dist/component.d.ts +16 -0
- package/dist/component.d.ts.map +1 -0
- package/dist/component.js +105 -0
- package/dist/component.js.map +1 -0
- package/dist/components.css +1 -0
- package/dist/core.css +1 -0
- package/dist/electron.d.ts +10 -0
- package/dist/electron.d.ts.map +1 -0
- package/dist/electron.js +23 -0
- package/dist/electron.js.map +1 -0
- package/dist/gardener-react.min.js +2 -0
- package/dist/gardener-react.min.js.map +7 -0
- package/dist/gardener-react.performance.json +12 -0
- package/dist/generated/catalog.d.ts +6 -0
- package/dist/generated/catalog.d.ts.map +1 -0
- package/dist/generated/catalog.js +11217 -0
- package/dist/generated/catalog.js.map +1 -0
- package/dist/generated/components.d.ts +511 -0
- package/dist/generated/components.d.ts.map +1 -0
- package/dist/generated/components.js +1017 -0
- package/dist/generated/components.js.map +1 -0
- package/dist/hooks.d.ts +23 -0
- package/dist/hooks.d.ts.map +1 -0
- package/dist/hooks.js +92 -0
- package/dist/hooks.js.map +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -0
- package/dist/platform/desktop.css +1 -0
- package/dist/platform/electron.css +1 -0
- package/dist/platform/mobile.css +1 -0
- package/dist/platform/tauri.css +1 -0
- package/dist/platform/web.css +1 -0
- package/dist/provider.d.ts +14 -0
- package/dist/provider.d.ts.map +1 -0
- package/dist/provider.js +29 -0
- package/dist/provider.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/tauri.d.ts +10 -0
- package/dist/tauri.d.ts.map +1 -0
- package/dist/tauri.js +23 -0
- package/dist/tauri.js.map +1 -0
- package/dist/themes.css +1 -0
- package/dist/types.d.ts +65 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/utilities.css +1 -0
- package/docs/API.md +80 -0
- package/docs/components.md +512 -0
- package/metadata/compatibility.json +1730 -0
- package/metadata/compatibility.schema.json +33 -0
- package/metadata/performance.schema.json +18 -0
- package/metadata/public-api.json +1152 -0
- package/metadata/public-api.schema.json +26 -0
- package/package.json +99 -0
|
@@ -0,0 +1,1730 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./compatibility.schema.json",
|
|
3
|
+
"schemaVersion": 1,
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"baselineVersion": "1.0.0",
|
|
6
|
+
"policy": {
|
|
7
|
+
"stage": "stable",
|
|
8
|
+
"additions": "allowed",
|
|
9
|
+
"removals": "deprecate-before-removal"
|
|
10
|
+
},
|
|
11
|
+
"baseline": {
|
|
12
|
+
"packageEntrypoints": [
|
|
13
|
+
".",
|
|
14
|
+
"./components",
|
|
15
|
+
"./component",
|
|
16
|
+
"./hooks",
|
|
17
|
+
"./provider",
|
|
18
|
+
"./adapters",
|
|
19
|
+
"./tauri",
|
|
20
|
+
"./electron",
|
|
21
|
+
"./catalog",
|
|
22
|
+
"./catalog.json",
|
|
23
|
+
"./style.css",
|
|
24
|
+
"./core.css",
|
|
25
|
+
"./themes.css",
|
|
26
|
+
"./utilities.css",
|
|
27
|
+
"./components.css",
|
|
28
|
+
"./ai.css",
|
|
29
|
+
"./platform/web.css",
|
|
30
|
+
"./platform/mobile.css",
|
|
31
|
+
"./platform/desktop.css",
|
|
32
|
+
"./platform/tauri.css",
|
|
33
|
+
"./platform/electron.css",
|
|
34
|
+
"./component-css/*.css",
|
|
35
|
+
"./component-css/*",
|
|
36
|
+
"./bundle.min.js",
|
|
37
|
+
"./performance",
|
|
38
|
+
"./schema/public-api",
|
|
39
|
+
"./schema/compatibility",
|
|
40
|
+
"./schema/performance",
|
|
41
|
+
"./package.json"
|
|
42
|
+
],
|
|
43
|
+
"componentNames": [
|
|
44
|
+
"button",
|
|
45
|
+
"button-group",
|
|
46
|
+
"card",
|
|
47
|
+
"badge-tag-chip",
|
|
48
|
+
"avatar",
|
|
49
|
+
"alert",
|
|
50
|
+
"progress-meter",
|
|
51
|
+
"spinner-skeleton",
|
|
52
|
+
"empty-state",
|
|
53
|
+
"input",
|
|
54
|
+
"textarea",
|
|
55
|
+
"select",
|
|
56
|
+
"checkbox-radio",
|
|
57
|
+
"switch",
|
|
58
|
+
"range-color",
|
|
59
|
+
"file-drop",
|
|
60
|
+
"combobox",
|
|
61
|
+
"form",
|
|
62
|
+
"form-section",
|
|
63
|
+
"field",
|
|
64
|
+
"fieldset",
|
|
65
|
+
"form-row",
|
|
66
|
+
"form-grid",
|
|
67
|
+
"horizontal-form",
|
|
68
|
+
"inline-form",
|
|
69
|
+
"compact-form",
|
|
70
|
+
"input-group",
|
|
71
|
+
"input-affix",
|
|
72
|
+
"search-field",
|
|
73
|
+
"password-field",
|
|
74
|
+
"clearable-field",
|
|
75
|
+
"character-counter",
|
|
76
|
+
"validation-state",
|
|
77
|
+
"checkbox-group",
|
|
78
|
+
"radio-group",
|
|
79
|
+
"switch-row",
|
|
80
|
+
"choice-card-group",
|
|
81
|
+
"name-group",
|
|
82
|
+
"address-group",
|
|
83
|
+
"phone-group",
|
|
84
|
+
"money-group",
|
|
85
|
+
"date-range-group",
|
|
86
|
+
"time-range-group",
|
|
87
|
+
"unit-field",
|
|
88
|
+
"range-field",
|
|
89
|
+
"file-field",
|
|
90
|
+
"repeatable-field",
|
|
91
|
+
"conditional-field",
|
|
92
|
+
"form-actions",
|
|
93
|
+
"autosave-status",
|
|
94
|
+
"form-progress",
|
|
95
|
+
"form-review",
|
|
96
|
+
"consent-group",
|
|
97
|
+
"navbar",
|
|
98
|
+
"sidebar",
|
|
99
|
+
"breadcrumb",
|
|
100
|
+
"tabs",
|
|
101
|
+
"segmented-control",
|
|
102
|
+
"pagination",
|
|
103
|
+
"menu-dropdown",
|
|
104
|
+
"stepper",
|
|
105
|
+
"command-palette",
|
|
106
|
+
"primary-navigation",
|
|
107
|
+
"utility-navigation",
|
|
108
|
+
"sub-navigation",
|
|
109
|
+
"collapsible-navigation",
|
|
110
|
+
"navigation-rail",
|
|
111
|
+
"activity-bar",
|
|
112
|
+
"menu-bar",
|
|
113
|
+
"context-menu",
|
|
114
|
+
"tree-navigation",
|
|
115
|
+
"vertical-tabs",
|
|
116
|
+
"pill-navigation",
|
|
117
|
+
"scrollspy-navigation",
|
|
118
|
+
"cursor-pagination",
|
|
119
|
+
"load-more-navigation",
|
|
120
|
+
"wizard-navigation",
|
|
121
|
+
"back-navigation",
|
|
122
|
+
"previous-next-navigation",
|
|
123
|
+
"skip-navigation",
|
|
124
|
+
"mobile-top-navigation",
|
|
125
|
+
"bottom-navigation",
|
|
126
|
+
"mobile-tab-bar",
|
|
127
|
+
"drawer-navigation",
|
|
128
|
+
"command-navigation",
|
|
129
|
+
"jump-navigation",
|
|
130
|
+
"quick-navigation",
|
|
131
|
+
"locale-navigation",
|
|
132
|
+
"account-navigation",
|
|
133
|
+
"dialog",
|
|
134
|
+
"drawer",
|
|
135
|
+
"popover",
|
|
136
|
+
"tooltip",
|
|
137
|
+
"toast",
|
|
138
|
+
"accordion",
|
|
139
|
+
"table",
|
|
140
|
+
"data-grid",
|
|
141
|
+
"kpi-stat",
|
|
142
|
+
"description-list",
|
|
143
|
+
"list-group",
|
|
144
|
+
"tree",
|
|
145
|
+
"timeline",
|
|
146
|
+
"responsive-table",
|
|
147
|
+
"table-sort",
|
|
148
|
+
"row-selection",
|
|
149
|
+
"row-disclosure",
|
|
150
|
+
"column-toggle",
|
|
151
|
+
"data-filter",
|
|
152
|
+
"data-view",
|
|
153
|
+
"editable-grid",
|
|
154
|
+
"tree-table",
|
|
155
|
+
"grouped-table",
|
|
156
|
+
"expandable-table",
|
|
157
|
+
"comparison-table",
|
|
158
|
+
"key-value",
|
|
159
|
+
"record-detail",
|
|
160
|
+
"media-list",
|
|
161
|
+
"dense-list",
|
|
162
|
+
"audit-log-composition",
|
|
163
|
+
"stat-list",
|
|
164
|
+
"metric-card",
|
|
165
|
+
"sparkline",
|
|
166
|
+
"progress-stats",
|
|
167
|
+
"data-legend",
|
|
168
|
+
"ranking",
|
|
169
|
+
"status-summary",
|
|
170
|
+
"data-matrix",
|
|
171
|
+
"heatmap",
|
|
172
|
+
"data-toolbar",
|
|
173
|
+
"column-chooser",
|
|
174
|
+
"saved-views",
|
|
175
|
+
"export-panel",
|
|
176
|
+
"data-state",
|
|
177
|
+
"data-view-switcher",
|
|
178
|
+
"selection-summary",
|
|
179
|
+
"table-density",
|
|
180
|
+
"filter-summary",
|
|
181
|
+
"sort-builder",
|
|
182
|
+
"data-inspector",
|
|
183
|
+
"selection-controls",
|
|
184
|
+
"batch-toolbar",
|
|
185
|
+
"dual-list",
|
|
186
|
+
"tree-select",
|
|
187
|
+
"cascader",
|
|
188
|
+
"mention-picker",
|
|
189
|
+
"user-picker",
|
|
190
|
+
"organization-picker",
|
|
191
|
+
"resource-picker",
|
|
192
|
+
"media-picker",
|
|
193
|
+
"icon-picker",
|
|
194
|
+
"color-picker-composition",
|
|
195
|
+
"date-range-picker-composition",
|
|
196
|
+
"time-range-picker-composition",
|
|
197
|
+
"saved-filters",
|
|
198
|
+
"group-builder",
|
|
199
|
+
"entity-picker",
|
|
200
|
+
"tag-picker",
|
|
201
|
+
"relation-picker",
|
|
202
|
+
"bulk-confirmation",
|
|
203
|
+
"bulk-progress",
|
|
204
|
+
"filter-bar",
|
|
205
|
+
"code-block",
|
|
206
|
+
"terminal",
|
|
207
|
+
"diff-viewer",
|
|
208
|
+
"chart-container",
|
|
209
|
+
"grid-system",
|
|
210
|
+
"region-layout-system",
|
|
211
|
+
"classic-layout-primitives",
|
|
212
|
+
"page-header",
|
|
213
|
+
"section-header",
|
|
214
|
+
"subheader",
|
|
215
|
+
"toolbar",
|
|
216
|
+
"action-bar",
|
|
217
|
+
"status-bar",
|
|
218
|
+
"command-bar",
|
|
219
|
+
"context-bar",
|
|
220
|
+
"bulk-action-bar",
|
|
221
|
+
"footer-bar",
|
|
222
|
+
"floating-action-bar",
|
|
223
|
+
"divider-with-text",
|
|
224
|
+
"sticky-actions",
|
|
225
|
+
"page-loading",
|
|
226
|
+
"page-state-system",
|
|
227
|
+
"tip",
|
|
228
|
+
"inline-hint",
|
|
229
|
+
"help-text",
|
|
230
|
+
"help-trigger",
|
|
231
|
+
"rich-tooltip",
|
|
232
|
+
"help-popover",
|
|
233
|
+
"definition-help",
|
|
234
|
+
"callout",
|
|
235
|
+
"note",
|
|
236
|
+
"guidance-pair",
|
|
237
|
+
"key-hint",
|
|
238
|
+
"shortcut-list",
|
|
239
|
+
"help-card",
|
|
240
|
+
"help-panel",
|
|
241
|
+
"help-center",
|
|
242
|
+
"help-topics",
|
|
243
|
+
"faq",
|
|
244
|
+
"contextual-help",
|
|
245
|
+
"coach-mark",
|
|
246
|
+
"spotlight",
|
|
247
|
+
"hotspot",
|
|
248
|
+
"feature-hint",
|
|
249
|
+
"whats-new",
|
|
250
|
+
"help-checklist",
|
|
251
|
+
"troubleshooting",
|
|
252
|
+
"help-feedback",
|
|
253
|
+
"app-shell",
|
|
254
|
+
"dashboard",
|
|
255
|
+
"mobile-shell",
|
|
256
|
+
"chat",
|
|
257
|
+
"message",
|
|
258
|
+
"prompt-composer",
|
|
259
|
+
"attachment",
|
|
260
|
+
"thinking",
|
|
261
|
+
"tool-call",
|
|
262
|
+
"tool-approval",
|
|
263
|
+
"agent-status",
|
|
264
|
+
"agent-plan",
|
|
265
|
+
"sources-citations",
|
|
266
|
+
"artifact-panel",
|
|
267
|
+
"model-selector",
|
|
268
|
+
"context-meter",
|
|
269
|
+
"voice-state",
|
|
270
|
+
"generation-placeholder",
|
|
271
|
+
"ai-workspace",
|
|
272
|
+
"prompt-starter",
|
|
273
|
+
"ai-command-menu",
|
|
274
|
+
"streaming-response",
|
|
275
|
+
"multi-agent-board",
|
|
276
|
+
"agent-handoff",
|
|
277
|
+
"artifact-workspace",
|
|
278
|
+
"generation-gallery",
|
|
279
|
+
"ai-context-manager",
|
|
280
|
+
"ai-usage-panel",
|
|
281
|
+
"ai-safety-notice",
|
|
282
|
+
"ai-feedback",
|
|
283
|
+
"date-picker",
|
|
284
|
+
"time-picker",
|
|
285
|
+
"pin-input",
|
|
286
|
+
"rating",
|
|
287
|
+
"transfer-list",
|
|
288
|
+
"validation-summary",
|
|
289
|
+
"mega-menu",
|
|
290
|
+
"anchor-navigation",
|
|
291
|
+
"tour-spotlight",
|
|
292
|
+
"virtual-list",
|
|
293
|
+
"kanban",
|
|
294
|
+
"gantt-shell",
|
|
295
|
+
"query-builder",
|
|
296
|
+
"carousel",
|
|
297
|
+
"gallery-lightbox",
|
|
298
|
+
"media-player",
|
|
299
|
+
"document-viewer",
|
|
300
|
+
"split-pane",
|
|
301
|
+
"drag-sort",
|
|
302
|
+
"infinite-scroll",
|
|
303
|
+
"pull-refresh",
|
|
304
|
+
"product-card",
|
|
305
|
+
"cart-item",
|
|
306
|
+
"price-quantity",
|
|
307
|
+
"conversation-list",
|
|
308
|
+
"prompt-library",
|
|
309
|
+
"mention-slash-command",
|
|
310
|
+
"generation-card",
|
|
311
|
+
"file-tree",
|
|
312
|
+
"version-history",
|
|
313
|
+
"permission-scope",
|
|
314
|
+
"cost-rate-limit",
|
|
315
|
+
"privacy-notice",
|
|
316
|
+
"authentication-shell",
|
|
317
|
+
"mobile-category",
|
|
318
|
+
"cms-shell",
|
|
319
|
+
"visual-builder",
|
|
320
|
+
"rich-editor",
|
|
321
|
+
"media-library",
|
|
322
|
+
"content-workflow",
|
|
323
|
+
"localization-grid",
|
|
324
|
+
"site-header",
|
|
325
|
+
"hero",
|
|
326
|
+
"pricing",
|
|
327
|
+
"article-layout",
|
|
328
|
+
"product-detail",
|
|
329
|
+
"checkout",
|
|
330
|
+
"enterprise-settings",
|
|
331
|
+
"permission-matrix",
|
|
332
|
+
"audit-log",
|
|
333
|
+
"desktop-shell",
|
|
334
|
+
"desktop-titlebar",
|
|
335
|
+
"desktop-workbench",
|
|
336
|
+
"onboarding",
|
|
337
|
+
"wizard-layout",
|
|
338
|
+
"notification-center",
|
|
339
|
+
"inbox",
|
|
340
|
+
"search-results",
|
|
341
|
+
"calendar",
|
|
342
|
+
"agenda",
|
|
343
|
+
"file-manager",
|
|
344
|
+
"upload-queue",
|
|
345
|
+
"form-builder",
|
|
346
|
+
"filter-builder",
|
|
347
|
+
"pivot-table",
|
|
348
|
+
"organization-chart",
|
|
349
|
+
"map-shell",
|
|
350
|
+
"comment-thread",
|
|
351
|
+
"activity-feed",
|
|
352
|
+
"report-invoice",
|
|
353
|
+
"cookie-consent",
|
|
354
|
+
"copy-action",
|
|
355
|
+
"fullscreen-action",
|
|
356
|
+
"back-to-top",
|
|
357
|
+
"image-crop-shell",
|
|
358
|
+
"content-file-drop",
|
|
359
|
+
"content-file-list",
|
|
360
|
+
"content-upload-queue",
|
|
361
|
+
"chunk-upload",
|
|
362
|
+
"upload-progress-composition",
|
|
363
|
+
"failed-upload",
|
|
364
|
+
"file-card-composition",
|
|
365
|
+
"folder-tree-composition",
|
|
366
|
+
"file-browser-composition",
|
|
367
|
+
"file-preview-composition",
|
|
368
|
+
"media-library-composition",
|
|
369
|
+
"media-grid-composition",
|
|
370
|
+
"media-details-composition",
|
|
371
|
+
"image-crop-composition",
|
|
372
|
+
"image-annotation-composition",
|
|
373
|
+
"document-viewer-composition",
|
|
374
|
+
"pdf-viewer",
|
|
375
|
+
"video-player-shell",
|
|
376
|
+
"audio-player-shell",
|
|
377
|
+
"code-editor-shell",
|
|
378
|
+
"rich-text-editor-composition",
|
|
379
|
+
"markdown-editor",
|
|
380
|
+
"block-editor",
|
|
381
|
+
"revision-compare-composition",
|
|
382
|
+
"content-autosave-indicator",
|
|
383
|
+
"content-outline",
|
|
384
|
+
"editor-toolbar-composition",
|
|
385
|
+
"find-replace",
|
|
386
|
+
"comment-thread-composition",
|
|
387
|
+
"version-history-composition",
|
|
388
|
+
"file-properties",
|
|
389
|
+
"storage-meter",
|
|
390
|
+
"auth-centered",
|
|
391
|
+
"auth-split",
|
|
392
|
+
"sign-in-composition",
|
|
393
|
+
"registration-composition",
|
|
394
|
+
"password-recovery",
|
|
395
|
+
"password-reset",
|
|
396
|
+
"email-verification",
|
|
397
|
+
"phone-verification",
|
|
398
|
+
"mfa-challenge",
|
|
399
|
+
"otp-input",
|
|
400
|
+
"passkey-composition",
|
|
401
|
+
"sso-composition",
|
|
402
|
+
"qr-login",
|
|
403
|
+
"magic-link",
|
|
404
|
+
"invitation-composition",
|
|
405
|
+
"first-time-setup",
|
|
406
|
+
"lock-screen",
|
|
407
|
+
"session-expired",
|
|
408
|
+
"account-chooser",
|
|
409
|
+
"tenant-chooser",
|
|
410
|
+
"identity-switcher",
|
|
411
|
+
"profile-setup",
|
|
412
|
+
"account-security",
|
|
413
|
+
"device-management",
|
|
414
|
+
"login-activity",
|
|
415
|
+
"security-alert",
|
|
416
|
+
"recovery-codes",
|
|
417
|
+
"trusted-device",
|
|
418
|
+
"connected-accounts",
|
|
419
|
+
"password-strength",
|
|
420
|
+
"auth-consent",
|
|
421
|
+
"auth-result",
|
|
422
|
+
"commerce-product-card",
|
|
423
|
+
"commerce-product-list",
|
|
424
|
+
"commerce-product-detail",
|
|
425
|
+
"commerce-product-gallery",
|
|
426
|
+
"sku-selector",
|
|
427
|
+
"commerce-quantity-stepper",
|
|
428
|
+
"price-display",
|
|
429
|
+
"commerce-cart-item",
|
|
430
|
+
"commerce-cart",
|
|
431
|
+
"mini-cart",
|
|
432
|
+
"cart-summary",
|
|
433
|
+
"commerce-checkout",
|
|
434
|
+
"commerce-checkout-steps",
|
|
435
|
+
"address-selector",
|
|
436
|
+
"address-card",
|
|
437
|
+
"shipping-method",
|
|
438
|
+
"pickup-selector",
|
|
439
|
+
"coupon",
|
|
440
|
+
"promotion-list",
|
|
441
|
+
"invoice-information",
|
|
442
|
+
"payment-method",
|
|
443
|
+
"payment-sheet",
|
|
444
|
+
"payment-result",
|
|
445
|
+
"commerce-order-summary",
|
|
446
|
+
"commerce-order-timeline",
|
|
447
|
+
"order-detail",
|
|
448
|
+
"subscription-plan",
|
|
449
|
+
"pricing-comparison",
|
|
450
|
+
"commerce-usage-meter",
|
|
451
|
+
"billing-history",
|
|
452
|
+
"refund-status",
|
|
453
|
+
"tax-summary",
|
|
454
|
+
"mobile-safe-shell",
|
|
455
|
+
"mobile-app-bar",
|
|
456
|
+
"mobile-bottom-navigation",
|
|
457
|
+
"mobile-bottom-sheet",
|
|
458
|
+
"mobile-action-sheet",
|
|
459
|
+
"mobile-pull-refresh",
|
|
460
|
+
"mobile-infinite-load",
|
|
461
|
+
"mobile-swipe-actions",
|
|
462
|
+
"mobile-swipe-tabs",
|
|
463
|
+
"mobile-category-view",
|
|
464
|
+
"mobile-filter-sheet",
|
|
465
|
+
"mobile-purchase-bar",
|
|
466
|
+
"mobile-search",
|
|
467
|
+
"mobile-picker",
|
|
468
|
+
"mobile-wheel-picker",
|
|
469
|
+
"mobile-fab",
|
|
470
|
+
"mobile-fullscreen-dialog",
|
|
471
|
+
"mobile-keyboard-avoidance",
|
|
472
|
+
"mobile-gesture-hint",
|
|
473
|
+
"mobile-offline-banner",
|
|
474
|
+
"mobile-segmented-control",
|
|
475
|
+
"mobile-feed",
|
|
476
|
+
"mobile-card-carousel",
|
|
477
|
+
"mobile-form",
|
|
478
|
+
"mobile-auth",
|
|
479
|
+
"mobile-checkout",
|
|
480
|
+
"mobile-media-viewer",
|
|
481
|
+
"mobile-keyboard-toolbar",
|
|
482
|
+
"mobile-selection-mode",
|
|
483
|
+
"mobile-snackbar",
|
|
484
|
+
"mobile-permission-prompt",
|
|
485
|
+
"mobile-state",
|
|
486
|
+
"desktop-native-titlebar",
|
|
487
|
+
"desktop-window-controls-composition",
|
|
488
|
+
"desktop-menubar-composition",
|
|
489
|
+
"desktop-activity-bar-composition",
|
|
490
|
+
"desktop-dock-panel",
|
|
491
|
+
"desktop-split-pane",
|
|
492
|
+
"desktop-inspector-panel",
|
|
493
|
+
"desktop-status-bar",
|
|
494
|
+
"desktop-command-palette",
|
|
495
|
+
"shortcut-recorder",
|
|
496
|
+
"desktop-context-menu",
|
|
497
|
+
"desktop-document-tabs",
|
|
498
|
+
"desktop-drag-region",
|
|
499
|
+
"window-loading",
|
|
500
|
+
"update-available",
|
|
501
|
+
"desktop-permission-request",
|
|
502
|
+
"native-file-picker",
|
|
503
|
+
"tray-menu-shell",
|
|
504
|
+
"multi-window-placeholder",
|
|
505
|
+
"desktop-workspace-composition",
|
|
506
|
+
"desktop-window-switcher",
|
|
507
|
+
"recent-documents",
|
|
508
|
+
"desktop-toolbar",
|
|
509
|
+
"desktop-bottom-panel",
|
|
510
|
+
"background-task-center",
|
|
511
|
+
"desktop-notification-center",
|
|
512
|
+
"sync-status",
|
|
513
|
+
"update-progress",
|
|
514
|
+
"crash-recovery",
|
|
515
|
+
"single-instance-notice",
|
|
516
|
+
"deep-link-handler",
|
|
517
|
+
"about-dialog",
|
|
518
|
+
"solution-product-landing",
|
|
519
|
+
"solution-corporate-home",
|
|
520
|
+
"solution-personal-home",
|
|
521
|
+
"solution-portfolio-page",
|
|
522
|
+
"solution-blog-index",
|
|
523
|
+
"solution-article-page",
|
|
524
|
+
"solution-docs-portal",
|
|
525
|
+
"solution-help-center",
|
|
526
|
+
"solution-search-results",
|
|
527
|
+
"solution-contact-page",
|
|
528
|
+
"solution-pricing-page",
|
|
529
|
+
"solution-dashboard-overview",
|
|
530
|
+
"solution-admin-list",
|
|
531
|
+
"solution-record-detail",
|
|
532
|
+
"solution-settings-center",
|
|
533
|
+
"solution-user-center",
|
|
534
|
+
"solution-notification-center",
|
|
535
|
+
"solution-onboarding-flow",
|
|
536
|
+
"solution-crm-workspace",
|
|
537
|
+
"solution-project-workspace",
|
|
538
|
+
"solution-support-center",
|
|
539
|
+
"solution-approval-center",
|
|
540
|
+
"solution-knowledge-base",
|
|
541
|
+
"solution-learning-portal",
|
|
542
|
+
"solution-event-portal",
|
|
543
|
+
"solution-booking-portal",
|
|
544
|
+
"solution-healthcare-portal",
|
|
545
|
+
"solution-finance-portal",
|
|
546
|
+
"solution-public-service-portal",
|
|
547
|
+
"solution-marketplace-page",
|
|
548
|
+
"solution-community-page",
|
|
549
|
+
"solution-status-center"
|
|
550
|
+
],
|
|
551
|
+
"componentExports": [
|
|
552
|
+
"GButton",
|
|
553
|
+
"GButtonGroup",
|
|
554
|
+
"GCard",
|
|
555
|
+
"GBadgeTagChip",
|
|
556
|
+
"GAvatar",
|
|
557
|
+
"GAlert",
|
|
558
|
+
"GProgressMeter",
|
|
559
|
+
"GSpinnerSkeleton",
|
|
560
|
+
"GEmptyState",
|
|
561
|
+
"GInput",
|
|
562
|
+
"GTextarea",
|
|
563
|
+
"GSelect",
|
|
564
|
+
"GCheckboxRadio",
|
|
565
|
+
"GSwitch",
|
|
566
|
+
"GRangeColor",
|
|
567
|
+
"GFileDrop",
|
|
568
|
+
"GCombobox",
|
|
569
|
+
"GForm",
|
|
570
|
+
"GFormSection",
|
|
571
|
+
"GField",
|
|
572
|
+
"GFieldset",
|
|
573
|
+
"GFormRow",
|
|
574
|
+
"GFormGrid",
|
|
575
|
+
"GHorizontalForm",
|
|
576
|
+
"GInlineForm",
|
|
577
|
+
"GCompactForm",
|
|
578
|
+
"GInputGroup",
|
|
579
|
+
"GInputAffix",
|
|
580
|
+
"GSearchField",
|
|
581
|
+
"GPasswordField",
|
|
582
|
+
"GClearableField",
|
|
583
|
+
"GCharacterCounter",
|
|
584
|
+
"GValidationState",
|
|
585
|
+
"GCheckboxGroup",
|
|
586
|
+
"GRadioGroup",
|
|
587
|
+
"GSwitchRow",
|
|
588
|
+
"GChoiceCardGroup",
|
|
589
|
+
"GNameGroup",
|
|
590
|
+
"GAddressGroup",
|
|
591
|
+
"GPhoneGroup",
|
|
592
|
+
"GMoneyGroup",
|
|
593
|
+
"GDateRangeGroup",
|
|
594
|
+
"GTimeRangeGroup",
|
|
595
|
+
"GUnitField",
|
|
596
|
+
"GRangeField",
|
|
597
|
+
"GFileField",
|
|
598
|
+
"GRepeatableField",
|
|
599
|
+
"GConditionalField",
|
|
600
|
+
"GFormActions",
|
|
601
|
+
"GAutosaveStatus",
|
|
602
|
+
"GFormProgress",
|
|
603
|
+
"GFormReview",
|
|
604
|
+
"GConsentGroup",
|
|
605
|
+
"GNavbar",
|
|
606
|
+
"GSidebar",
|
|
607
|
+
"GBreadcrumb",
|
|
608
|
+
"GTabs",
|
|
609
|
+
"GSegmentedControl",
|
|
610
|
+
"GPagination",
|
|
611
|
+
"GMenuDropdown",
|
|
612
|
+
"GStepper",
|
|
613
|
+
"GCommandPalette",
|
|
614
|
+
"GPrimaryNavigation",
|
|
615
|
+
"GUtilityNavigation",
|
|
616
|
+
"GSubNavigation",
|
|
617
|
+
"GCollapsibleNavigation",
|
|
618
|
+
"GNavigationRail",
|
|
619
|
+
"GActivityBar",
|
|
620
|
+
"GMenuBar",
|
|
621
|
+
"GContextMenu",
|
|
622
|
+
"GTreeNavigation",
|
|
623
|
+
"GVerticalTabs",
|
|
624
|
+
"GPillNavigation",
|
|
625
|
+
"GScrollspyNavigation",
|
|
626
|
+
"GCursorPagination",
|
|
627
|
+
"GLoadMoreNavigation",
|
|
628
|
+
"GWizardNavigation",
|
|
629
|
+
"GBackNavigation",
|
|
630
|
+
"GPreviousNextNavigation",
|
|
631
|
+
"GSkipNavigation",
|
|
632
|
+
"GMobileTopNavigation",
|
|
633
|
+
"GBottomNavigation",
|
|
634
|
+
"GMobileTabBar",
|
|
635
|
+
"GDrawerNavigation",
|
|
636
|
+
"GCommandNavigation",
|
|
637
|
+
"GJumpNavigation",
|
|
638
|
+
"GQuickNavigation",
|
|
639
|
+
"GLocaleNavigation",
|
|
640
|
+
"GAccountNavigation",
|
|
641
|
+
"GDialog",
|
|
642
|
+
"GDrawer",
|
|
643
|
+
"GPopover",
|
|
644
|
+
"GTooltip",
|
|
645
|
+
"GToast",
|
|
646
|
+
"GAccordion",
|
|
647
|
+
"GTable",
|
|
648
|
+
"GDataGrid",
|
|
649
|
+
"GKpiStat",
|
|
650
|
+
"GDescriptionList",
|
|
651
|
+
"GListGroup",
|
|
652
|
+
"GTree",
|
|
653
|
+
"GTimeline",
|
|
654
|
+
"GResponsiveTable",
|
|
655
|
+
"GTableSort",
|
|
656
|
+
"GRowSelection",
|
|
657
|
+
"GRowDisclosure",
|
|
658
|
+
"GColumnToggle",
|
|
659
|
+
"GDataFilter",
|
|
660
|
+
"GDataView",
|
|
661
|
+
"GEditableGrid",
|
|
662
|
+
"GTreeTable",
|
|
663
|
+
"GGroupedTable",
|
|
664
|
+
"GExpandableTable",
|
|
665
|
+
"GComparisonTable",
|
|
666
|
+
"GKeyValue",
|
|
667
|
+
"GRecordDetail",
|
|
668
|
+
"GMediaList",
|
|
669
|
+
"GDenseList",
|
|
670
|
+
"GAuditLogComposition",
|
|
671
|
+
"GStatList",
|
|
672
|
+
"GMetricCard",
|
|
673
|
+
"GSparkline",
|
|
674
|
+
"GProgressStats",
|
|
675
|
+
"GDataLegend",
|
|
676
|
+
"GRanking",
|
|
677
|
+
"GStatusSummary",
|
|
678
|
+
"GDataMatrix",
|
|
679
|
+
"GHeatmap",
|
|
680
|
+
"GDataToolbar",
|
|
681
|
+
"GColumnChooser",
|
|
682
|
+
"GSavedViews",
|
|
683
|
+
"GExportPanel",
|
|
684
|
+
"GDataState",
|
|
685
|
+
"GDataViewSwitcher",
|
|
686
|
+
"GSelectionSummary",
|
|
687
|
+
"GTableDensity",
|
|
688
|
+
"GFilterSummary",
|
|
689
|
+
"GSortBuilder",
|
|
690
|
+
"GDataInspector",
|
|
691
|
+
"GSelectionControls",
|
|
692
|
+
"GBatchToolbar",
|
|
693
|
+
"GDualList",
|
|
694
|
+
"GTreeSelect",
|
|
695
|
+
"GCascader",
|
|
696
|
+
"GMentionPicker",
|
|
697
|
+
"GUserPicker",
|
|
698
|
+
"GOrganizationPicker",
|
|
699
|
+
"GResourcePicker",
|
|
700
|
+
"GMediaPicker",
|
|
701
|
+
"GIconPicker",
|
|
702
|
+
"GColorPickerComposition",
|
|
703
|
+
"GDateRangePickerComposition",
|
|
704
|
+
"GTimeRangePickerComposition",
|
|
705
|
+
"GSavedFilters",
|
|
706
|
+
"GGroupBuilder",
|
|
707
|
+
"GEntityPicker",
|
|
708
|
+
"GTagPicker",
|
|
709
|
+
"GRelationPicker",
|
|
710
|
+
"GBulkConfirmation",
|
|
711
|
+
"GBulkProgress",
|
|
712
|
+
"GFilterBar",
|
|
713
|
+
"GCodeBlock",
|
|
714
|
+
"GTerminal",
|
|
715
|
+
"GDiffViewer",
|
|
716
|
+
"GChartContainer",
|
|
717
|
+
"GGridSystem",
|
|
718
|
+
"GRegionLayoutSystem",
|
|
719
|
+
"GClassicLayoutPrimitives",
|
|
720
|
+
"GPageHeader",
|
|
721
|
+
"GSectionHeader",
|
|
722
|
+
"GSubheader",
|
|
723
|
+
"GToolbar",
|
|
724
|
+
"GActionBar",
|
|
725
|
+
"GStatusBar",
|
|
726
|
+
"GCommandBar",
|
|
727
|
+
"GContextBar",
|
|
728
|
+
"GBulkActionBar",
|
|
729
|
+
"GFooterBar",
|
|
730
|
+
"GFloatingActionBar",
|
|
731
|
+
"GDividerWithText",
|
|
732
|
+
"GStickyActions",
|
|
733
|
+
"GPageLoading",
|
|
734
|
+
"GPageStateSystem",
|
|
735
|
+
"GTip",
|
|
736
|
+
"GInlineHint",
|
|
737
|
+
"GHelpText",
|
|
738
|
+
"GHelpTrigger",
|
|
739
|
+
"GRichTooltip",
|
|
740
|
+
"GHelpPopover",
|
|
741
|
+
"GDefinitionHelp",
|
|
742
|
+
"GCallout",
|
|
743
|
+
"GNote",
|
|
744
|
+
"GGuidancePair",
|
|
745
|
+
"GKeyHint",
|
|
746
|
+
"GShortcutList",
|
|
747
|
+
"GHelpCard",
|
|
748
|
+
"GHelpPanel",
|
|
749
|
+
"GHelpCenter",
|
|
750
|
+
"GHelpTopics",
|
|
751
|
+
"GFaq",
|
|
752
|
+
"GContextualHelp",
|
|
753
|
+
"GCoachMark",
|
|
754
|
+
"GSpotlight",
|
|
755
|
+
"GHotspot",
|
|
756
|
+
"GFeatureHint",
|
|
757
|
+
"GWhatsNew",
|
|
758
|
+
"GHelpChecklist",
|
|
759
|
+
"GTroubleshooting",
|
|
760
|
+
"GHelpFeedback",
|
|
761
|
+
"GAppShell",
|
|
762
|
+
"GDashboard",
|
|
763
|
+
"GMobileShell",
|
|
764
|
+
"GChat",
|
|
765
|
+
"GMessage",
|
|
766
|
+
"GPromptComposer",
|
|
767
|
+
"GAttachment",
|
|
768
|
+
"GThinking",
|
|
769
|
+
"GToolCall",
|
|
770
|
+
"GToolApproval",
|
|
771
|
+
"GAgentStatus",
|
|
772
|
+
"GAgentPlan",
|
|
773
|
+
"GSourcesCitations",
|
|
774
|
+
"GArtifactPanel",
|
|
775
|
+
"GModelSelector",
|
|
776
|
+
"GContextMeter",
|
|
777
|
+
"GVoiceState",
|
|
778
|
+
"GGenerationPlaceholder",
|
|
779
|
+
"GAiWorkspace",
|
|
780
|
+
"GPromptStarter",
|
|
781
|
+
"GAiCommandMenu",
|
|
782
|
+
"GStreamingResponse",
|
|
783
|
+
"GMultiAgentBoard",
|
|
784
|
+
"GAgentHandoff",
|
|
785
|
+
"GArtifactWorkspace",
|
|
786
|
+
"GGenerationGallery",
|
|
787
|
+
"GAiContextManager",
|
|
788
|
+
"GAiUsagePanel",
|
|
789
|
+
"GAiSafetyNotice",
|
|
790
|
+
"GAiFeedback",
|
|
791
|
+
"GDatePicker",
|
|
792
|
+
"GTimePicker",
|
|
793
|
+
"GPinInput",
|
|
794
|
+
"GRating",
|
|
795
|
+
"GTransferList",
|
|
796
|
+
"GValidationSummary",
|
|
797
|
+
"GMegaMenu",
|
|
798
|
+
"GAnchorNavigation",
|
|
799
|
+
"GTourSpotlight",
|
|
800
|
+
"GVirtualList",
|
|
801
|
+
"GKanban",
|
|
802
|
+
"GGanttShell",
|
|
803
|
+
"GQueryBuilder",
|
|
804
|
+
"GCarousel",
|
|
805
|
+
"GGalleryLightbox",
|
|
806
|
+
"GMediaPlayer",
|
|
807
|
+
"GDocumentViewer",
|
|
808
|
+
"GSplitPane",
|
|
809
|
+
"GDragSort",
|
|
810
|
+
"GInfiniteScroll",
|
|
811
|
+
"GPullRefresh",
|
|
812
|
+
"GProductCard",
|
|
813
|
+
"GCartItem",
|
|
814
|
+
"GPriceQuantity",
|
|
815
|
+
"GConversationList",
|
|
816
|
+
"GPromptLibrary",
|
|
817
|
+
"GMentionSlashCommand",
|
|
818
|
+
"GGenerationCard",
|
|
819
|
+
"GFileTree",
|
|
820
|
+
"GVersionHistory",
|
|
821
|
+
"GPermissionScope",
|
|
822
|
+
"GCostRateLimit",
|
|
823
|
+
"GPrivacyNotice",
|
|
824
|
+
"GAuthenticationShell",
|
|
825
|
+
"GMobileCategory",
|
|
826
|
+
"GCmsShell",
|
|
827
|
+
"GVisualBuilder",
|
|
828
|
+
"GRichEditor",
|
|
829
|
+
"GMediaLibrary",
|
|
830
|
+
"GContentWorkflow",
|
|
831
|
+
"GLocalizationGrid",
|
|
832
|
+
"GSiteHeader",
|
|
833
|
+
"GHero",
|
|
834
|
+
"GPricing",
|
|
835
|
+
"GArticleLayout",
|
|
836
|
+
"GProductDetail",
|
|
837
|
+
"GCheckout",
|
|
838
|
+
"GEnterpriseSettings",
|
|
839
|
+
"GPermissionMatrix",
|
|
840
|
+
"GAuditLog",
|
|
841
|
+
"GDesktopShell",
|
|
842
|
+
"GDesktopTitlebar",
|
|
843
|
+
"GDesktopWorkbench",
|
|
844
|
+
"GOnboarding",
|
|
845
|
+
"GWizardLayout",
|
|
846
|
+
"GNotificationCenter",
|
|
847
|
+
"GInbox",
|
|
848
|
+
"GSearchResults",
|
|
849
|
+
"GCalendar",
|
|
850
|
+
"GAgenda",
|
|
851
|
+
"GFileManager",
|
|
852
|
+
"GUploadQueue",
|
|
853
|
+
"GFormBuilder",
|
|
854
|
+
"GFilterBuilder",
|
|
855
|
+
"GPivotTable",
|
|
856
|
+
"GOrganizationChart",
|
|
857
|
+
"GMapShell",
|
|
858
|
+
"GCommentThread",
|
|
859
|
+
"GActivityFeed",
|
|
860
|
+
"GReportInvoice",
|
|
861
|
+
"GCookieConsent",
|
|
862
|
+
"GCopyAction",
|
|
863
|
+
"GFullscreenAction",
|
|
864
|
+
"GBackToTop",
|
|
865
|
+
"GImageCropShell",
|
|
866
|
+
"GContentFileDrop",
|
|
867
|
+
"GContentFileList",
|
|
868
|
+
"GContentUploadQueue",
|
|
869
|
+
"GChunkUpload",
|
|
870
|
+
"GUploadProgressComposition",
|
|
871
|
+
"GFailedUpload",
|
|
872
|
+
"GFileCardComposition",
|
|
873
|
+
"GFolderTreeComposition",
|
|
874
|
+
"GFileBrowserComposition",
|
|
875
|
+
"GFilePreviewComposition",
|
|
876
|
+
"GMediaLibraryComposition",
|
|
877
|
+
"GMediaGridComposition",
|
|
878
|
+
"GMediaDetailsComposition",
|
|
879
|
+
"GImageCropComposition",
|
|
880
|
+
"GImageAnnotationComposition",
|
|
881
|
+
"GDocumentViewerComposition",
|
|
882
|
+
"GPdfViewer",
|
|
883
|
+
"GVideoPlayerShell",
|
|
884
|
+
"GAudioPlayerShell",
|
|
885
|
+
"GCodeEditorShell",
|
|
886
|
+
"GRichTextEditorComposition",
|
|
887
|
+
"GMarkdownEditor",
|
|
888
|
+
"GBlockEditor",
|
|
889
|
+
"GRevisionCompareComposition",
|
|
890
|
+
"GContentAutosaveIndicator",
|
|
891
|
+
"GContentOutline",
|
|
892
|
+
"GEditorToolbarComposition",
|
|
893
|
+
"GFindReplace",
|
|
894
|
+
"GCommentThreadComposition",
|
|
895
|
+
"GVersionHistoryComposition",
|
|
896
|
+
"GFileProperties",
|
|
897
|
+
"GStorageMeter",
|
|
898
|
+
"GAuthCentered",
|
|
899
|
+
"GAuthSplit",
|
|
900
|
+
"GSignInComposition",
|
|
901
|
+
"GRegistrationComposition",
|
|
902
|
+
"GPasswordRecovery",
|
|
903
|
+
"GPasswordReset",
|
|
904
|
+
"GEmailVerification",
|
|
905
|
+
"GPhoneVerification",
|
|
906
|
+
"GMfaChallenge",
|
|
907
|
+
"GOtpInput",
|
|
908
|
+
"GPasskeyComposition",
|
|
909
|
+
"GSsoComposition",
|
|
910
|
+
"GQrLogin",
|
|
911
|
+
"GMagicLink",
|
|
912
|
+
"GInvitationComposition",
|
|
913
|
+
"GFirstTimeSetup",
|
|
914
|
+
"GLockScreen",
|
|
915
|
+
"GSessionExpired",
|
|
916
|
+
"GAccountChooser",
|
|
917
|
+
"GTenantChooser",
|
|
918
|
+
"GIdentitySwitcher",
|
|
919
|
+
"GProfileSetup",
|
|
920
|
+
"GAccountSecurity",
|
|
921
|
+
"GDeviceManagement",
|
|
922
|
+
"GLoginActivity",
|
|
923
|
+
"GSecurityAlert",
|
|
924
|
+
"GRecoveryCodes",
|
|
925
|
+
"GTrustedDevice",
|
|
926
|
+
"GConnectedAccounts",
|
|
927
|
+
"GPasswordStrength",
|
|
928
|
+
"GAuthConsent",
|
|
929
|
+
"GAuthResult",
|
|
930
|
+
"GCommerceProductCard",
|
|
931
|
+
"GCommerceProductList",
|
|
932
|
+
"GCommerceProductDetail",
|
|
933
|
+
"GCommerceProductGallery",
|
|
934
|
+
"GSkuSelector",
|
|
935
|
+
"GCommerceQuantityStepper",
|
|
936
|
+
"GPriceDisplay",
|
|
937
|
+
"GCommerceCartItem",
|
|
938
|
+
"GCommerceCart",
|
|
939
|
+
"GMiniCart",
|
|
940
|
+
"GCartSummary",
|
|
941
|
+
"GCommerceCheckout",
|
|
942
|
+
"GCommerceCheckoutSteps",
|
|
943
|
+
"GAddressSelector",
|
|
944
|
+
"GAddressCard",
|
|
945
|
+
"GShippingMethod",
|
|
946
|
+
"GPickupSelector",
|
|
947
|
+
"GCoupon",
|
|
948
|
+
"GPromotionList",
|
|
949
|
+
"GInvoiceInformation",
|
|
950
|
+
"GPaymentMethod",
|
|
951
|
+
"GPaymentSheet",
|
|
952
|
+
"GPaymentResult",
|
|
953
|
+
"GCommerceOrderSummary",
|
|
954
|
+
"GCommerceOrderTimeline",
|
|
955
|
+
"GOrderDetail",
|
|
956
|
+
"GSubscriptionPlan",
|
|
957
|
+
"GPricingComparison",
|
|
958
|
+
"GCommerceUsageMeter",
|
|
959
|
+
"GBillingHistory",
|
|
960
|
+
"GRefundStatus",
|
|
961
|
+
"GTaxSummary",
|
|
962
|
+
"GMobileSafeShell",
|
|
963
|
+
"GMobileAppBar",
|
|
964
|
+
"GMobileBottomNavigation",
|
|
965
|
+
"GMobileBottomSheet",
|
|
966
|
+
"GMobileActionSheet",
|
|
967
|
+
"GMobilePullRefresh",
|
|
968
|
+
"GMobileInfiniteLoad",
|
|
969
|
+
"GMobileSwipeActions",
|
|
970
|
+
"GMobileSwipeTabs",
|
|
971
|
+
"GMobileCategoryView",
|
|
972
|
+
"GMobileFilterSheet",
|
|
973
|
+
"GMobilePurchaseBar",
|
|
974
|
+
"GMobileSearch",
|
|
975
|
+
"GMobilePicker",
|
|
976
|
+
"GMobileWheelPicker",
|
|
977
|
+
"GMobileFab",
|
|
978
|
+
"GMobileFullscreenDialog",
|
|
979
|
+
"GMobileKeyboardAvoidance",
|
|
980
|
+
"GMobileGestureHint",
|
|
981
|
+
"GMobileOfflineBanner",
|
|
982
|
+
"GMobileSegmentedControl",
|
|
983
|
+
"GMobileFeed",
|
|
984
|
+
"GMobileCardCarousel",
|
|
985
|
+
"GMobileForm",
|
|
986
|
+
"GMobileAuth",
|
|
987
|
+
"GMobileCheckout",
|
|
988
|
+
"GMobileMediaViewer",
|
|
989
|
+
"GMobileKeyboardToolbar",
|
|
990
|
+
"GMobileSelectionMode",
|
|
991
|
+
"GMobileSnackbar",
|
|
992
|
+
"GMobilePermissionPrompt",
|
|
993
|
+
"GMobileState",
|
|
994
|
+
"GDesktopNativeTitlebar",
|
|
995
|
+
"GDesktopWindowControlsComposition",
|
|
996
|
+
"GDesktopMenubarComposition",
|
|
997
|
+
"GDesktopActivityBarComposition",
|
|
998
|
+
"GDesktopDockPanel",
|
|
999
|
+
"GDesktopSplitPane",
|
|
1000
|
+
"GDesktopInspectorPanel",
|
|
1001
|
+
"GDesktopStatusBar",
|
|
1002
|
+
"GDesktopCommandPalette",
|
|
1003
|
+
"GShortcutRecorder",
|
|
1004
|
+
"GDesktopContextMenu",
|
|
1005
|
+
"GDesktopDocumentTabs",
|
|
1006
|
+
"GDesktopDragRegion",
|
|
1007
|
+
"GWindowLoading",
|
|
1008
|
+
"GUpdateAvailable",
|
|
1009
|
+
"GDesktopPermissionRequest",
|
|
1010
|
+
"GNativeFilePicker",
|
|
1011
|
+
"GTrayMenuShell",
|
|
1012
|
+
"GMultiWindowPlaceholder",
|
|
1013
|
+
"GDesktopWorkspaceComposition",
|
|
1014
|
+
"GDesktopWindowSwitcher",
|
|
1015
|
+
"GRecentDocuments",
|
|
1016
|
+
"GDesktopToolbar",
|
|
1017
|
+
"GDesktopBottomPanel",
|
|
1018
|
+
"GBackgroundTaskCenter",
|
|
1019
|
+
"GDesktopNotificationCenter",
|
|
1020
|
+
"GSyncStatus",
|
|
1021
|
+
"GUpdateProgress",
|
|
1022
|
+
"GCrashRecovery",
|
|
1023
|
+
"GSingleInstanceNotice",
|
|
1024
|
+
"GDeepLinkHandler",
|
|
1025
|
+
"GAboutDialog",
|
|
1026
|
+
"GSolutionProductLanding",
|
|
1027
|
+
"GSolutionCorporateHome",
|
|
1028
|
+
"GSolutionPersonalHome",
|
|
1029
|
+
"GSolutionPortfolioPage",
|
|
1030
|
+
"GSolutionBlogIndex",
|
|
1031
|
+
"GSolutionArticlePage",
|
|
1032
|
+
"GSolutionDocsPortal",
|
|
1033
|
+
"GSolutionHelpCenter",
|
|
1034
|
+
"GSolutionSearchResults",
|
|
1035
|
+
"GSolutionContactPage",
|
|
1036
|
+
"GSolutionPricingPage",
|
|
1037
|
+
"GSolutionDashboardOverview",
|
|
1038
|
+
"GSolutionAdminList",
|
|
1039
|
+
"GSolutionRecordDetail",
|
|
1040
|
+
"GSolutionSettingsCenter",
|
|
1041
|
+
"GSolutionUserCenter",
|
|
1042
|
+
"GSolutionNotificationCenter",
|
|
1043
|
+
"GSolutionOnboardingFlow",
|
|
1044
|
+
"GSolutionCrmWorkspace",
|
|
1045
|
+
"GSolutionProjectWorkspace",
|
|
1046
|
+
"GSolutionSupportCenter",
|
|
1047
|
+
"GSolutionApprovalCenter",
|
|
1048
|
+
"GSolutionKnowledgeBase",
|
|
1049
|
+
"GSolutionLearningPortal",
|
|
1050
|
+
"GSolutionEventPortal",
|
|
1051
|
+
"GSolutionBookingPortal",
|
|
1052
|
+
"GSolutionHealthcarePortal",
|
|
1053
|
+
"GSolutionFinancePortal",
|
|
1054
|
+
"GSolutionPublicServicePortal",
|
|
1055
|
+
"GSolutionMarketplacePage",
|
|
1056
|
+
"GSolutionCommunityPage",
|
|
1057
|
+
"GSolutionStatusCenter"
|
|
1058
|
+
],
|
|
1059
|
+
"moduleExports": [
|
|
1060
|
+
"GAboutDialog",
|
|
1061
|
+
"GAccordion",
|
|
1062
|
+
"GAccountChooser",
|
|
1063
|
+
"GAccountNavigation",
|
|
1064
|
+
"GAccountSecurity",
|
|
1065
|
+
"GActionBar",
|
|
1066
|
+
"GActivityBar",
|
|
1067
|
+
"GActivityFeed",
|
|
1068
|
+
"GAddressCard",
|
|
1069
|
+
"GAddressGroup",
|
|
1070
|
+
"GAddressSelector",
|
|
1071
|
+
"GAgenda",
|
|
1072
|
+
"GAgentHandoff",
|
|
1073
|
+
"GAgentPlan",
|
|
1074
|
+
"GAgentStatus",
|
|
1075
|
+
"GAiCommandMenu",
|
|
1076
|
+
"GAiContextManager",
|
|
1077
|
+
"GAiFeedback",
|
|
1078
|
+
"GAiSafetyNotice",
|
|
1079
|
+
"GAiUsagePanel",
|
|
1080
|
+
"GAiWorkspace",
|
|
1081
|
+
"GAlert",
|
|
1082
|
+
"GAnchorNavigation",
|
|
1083
|
+
"GAppShell",
|
|
1084
|
+
"GArticleLayout",
|
|
1085
|
+
"GArtifactPanel",
|
|
1086
|
+
"GArtifactWorkspace",
|
|
1087
|
+
"GAttachment",
|
|
1088
|
+
"GAudioPlayerShell",
|
|
1089
|
+
"GAuditLog",
|
|
1090
|
+
"GAuditLogComposition",
|
|
1091
|
+
"GAuthCentered",
|
|
1092
|
+
"GAuthConsent",
|
|
1093
|
+
"GAuthResult",
|
|
1094
|
+
"GAuthSplit",
|
|
1095
|
+
"GAuthenticationShell",
|
|
1096
|
+
"GAutosaveStatus",
|
|
1097
|
+
"GAvatar",
|
|
1098
|
+
"GBackNavigation",
|
|
1099
|
+
"GBackToTop",
|
|
1100
|
+
"GBackgroundTaskCenter",
|
|
1101
|
+
"GBadgeTagChip",
|
|
1102
|
+
"GBatchToolbar",
|
|
1103
|
+
"GBillingHistory",
|
|
1104
|
+
"GBlockEditor",
|
|
1105
|
+
"GBottomNavigation",
|
|
1106
|
+
"GBreadcrumb",
|
|
1107
|
+
"GBulkActionBar",
|
|
1108
|
+
"GBulkConfirmation",
|
|
1109
|
+
"GBulkProgress",
|
|
1110
|
+
"GButton",
|
|
1111
|
+
"GButtonGroup",
|
|
1112
|
+
"GCalendar",
|
|
1113
|
+
"GCallout",
|
|
1114
|
+
"GCard",
|
|
1115
|
+
"GCarousel",
|
|
1116
|
+
"GCartItem",
|
|
1117
|
+
"GCartSummary",
|
|
1118
|
+
"GCascader",
|
|
1119
|
+
"GCharacterCounter",
|
|
1120
|
+
"GChartContainer",
|
|
1121
|
+
"GChat",
|
|
1122
|
+
"GCheckboxGroup",
|
|
1123
|
+
"GCheckboxRadio",
|
|
1124
|
+
"GCheckout",
|
|
1125
|
+
"GChoiceCardGroup",
|
|
1126
|
+
"GChunkUpload",
|
|
1127
|
+
"GClassicLayoutPrimitives",
|
|
1128
|
+
"GClearableField",
|
|
1129
|
+
"GCmsShell",
|
|
1130
|
+
"GCoachMark",
|
|
1131
|
+
"GCodeBlock",
|
|
1132
|
+
"GCodeEditorShell",
|
|
1133
|
+
"GCollapsibleNavigation",
|
|
1134
|
+
"GColorPickerComposition",
|
|
1135
|
+
"GColumnChooser",
|
|
1136
|
+
"GColumnToggle",
|
|
1137
|
+
"GCombobox",
|
|
1138
|
+
"GCommandBar",
|
|
1139
|
+
"GCommandNavigation",
|
|
1140
|
+
"GCommandPalette",
|
|
1141
|
+
"GCommentThread",
|
|
1142
|
+
"GCommentThreadComposition",
|
|
1143
|
+
"GCommerceCart",
|
|
1144
|
+
"GCommerceCartItem",
|
|
1145
|
+
"GCommerceCheckout",
|
|
1146
|
+
"GCommerceCheckoutSteps",
|
|
1147
|
+
"GCommerceOrderSummary",
|
|
1148
|
+
"GCommerceOrderTimeline",
|
|
1149
|
+
"GCommerceProductCard",
|
|
1150
|
+
"GCommerceProductDetail",
|
|
1151
|
+
"GCommerceProductGallery",
|
|
1152
|
+
"GCommerceProductList",
|
|
1153
|
+
"GCommerceQuantityStepper",
|
|
1154
|
+
"GCommerceUsageMeter",
|
|
1155
|
+
"GCompactForm",
|
|
1156
|
+
"GComparisonTable",
|
|
1157
|
+
"GConditionalField",
|
|
1158
|
+
"GConnectedAccounts",
|
|
1159
|
+
"GConsentGroup",
|
|
1160
|
+
"GContentAutosaveIndicator",
|
|
1161
|
+
"GContentFileDrop",
|
|
1162
|
+
"GContentFileList",
|
|
1163
|
+
"GContentOutline",
|
|
1164
|
+
"GContentUploadQueue",
|
|
1165
|
+
"GContentWorkflow",
|
|
1166
|
+
"GContextBar",
|
|
1167
|
+
"GContextMenu",
|
|
1168
|
+
"GContextMeter",
|
|
1169
|
+
"GContextualHelp",
|
|
1170
|
+
"GConversationList",
|
|
1171
|
+
"GCookieConsent",
|
|
1172
|
+
"GCopyAction",
|
|
1173
|
+
"GCostRateLimit",
|
|
1174
|
+
"GCoupon",
|
|
1175
|
+
"GCrashRecovery",
|
|
1176
|
+
"GCursorPagination",
|
|
1177
|
+
"GDashboard",
|
|
1178
|
+
"GDataFilter",
|
|
1179
|
+
"GDataGrid",
|
|
1180
|
+
"GDataInspector",
|
|
1181
|
+
"GDataLegend",
|
|
1182
|
+
"GDataMatrix",
|
|
1183
|
+
"GDataState",
|
|
1184
|
+
"GDataToolbar",
|
|
1185
|
+
"GDataView",
|
|
1186
|
+
"GDataViewSwitcher",
|
|
1187
|
+
"GDatePicker",
|
|
1188
|
+
"GDateRangeGroup",
|
|
1189
|
+
"GDateRangePickerComposition",
|
|
1190
|
+
"GDeepLinkHandler",
|
|
1191
|
+
"GDefinitionHelp",
|
|
1192
|
+
"GDenseList",
|
|
1193
|
+
"GDescriptionList",
|
|
1194
|
+
"GDesktopActivityBarComposition",
|
|
1195
|
+
"GDesktopBottomPanel",
|
|
1196
|
+
"GDesktopCommandPalette",
|
|
1197
|
+
"GDesktopContextMenu",
|
|
1198
|
+
"GDesktopDockPanel",
|
|
1199
|
+
"GDesktopDocumentTabs",
|
|
1200
|
+
"GDesktopDragRegion",
|
|
1201
|
+
"GDesktopInspectorPanel",
|
|
1202
|
+
"GDesktopMenubarComposition",
|
|
1203
|
+
"GDesktopNativeTitlebar",
|
|
1204
|
+
"GDesktopNotificationCenter",
|
|
1205
|
+
"GDesktopPermissionRequest",
|
|
1206
|
+
"GDesktopShell",
|
|
1207
|
+
"GDesktopSplitPane",
|
|
1208
|
+
"GDesktopStatusBar",
|
|
1209
|
+
"GDesktopTitlebar",
|
|
1210
|
+
"GDesktopToolbar",
|
|
1211
|
+
"GDesktopWindowControlsComposition",
|
|
1212
|
+
"GDesktopWindowSwitcher",
|
|
1213
|
+
"GDesktopWorkbench",
|
|
1214
|
+
"GDesktopWorkspaceComposition",
|
|
1215
|
+
"GDeviceManagement",
|
|
1216
|
+
"GDialog",
|
|
1217
|
+
"GDiffViewer",
|
|
1218
|
+
"GDividerWithText",
|
|
1219
|
+
"GDocumentViewer",
|
|
1220
|
+
"GDocumentViewerComposition",
|
|
1221
|
+
"GDragSort",
|
|
1222
|
+
"GDrawer",
|
|
1223
|
+
"GDrawerNavigation",
|
|
1224
|
+
"GDualList",
|
|
1225
|
+
"GEditableGrid",
|
|
1226
|
+
"GEditorToolbarComposition",
|
|
1227
|
+
"GEmailVerification",
|
|
1228
|
+
"GEmptyState",
|
|
1229
|
+
"GEnterpriseSettings",
|
|
1230
|
+
"GEntityPicker",
|
|
1231
|
+
"GExpandableTable",
|
|
1232
|
+
"GExportPanel",
|
|
1233
|
+
"GFailedUpload",
|
|
1234
|
+
"GFaq",
|
|
1235
|
+
"GFeatureHint",
|
|
1236
|
+
"GField",
|
|
1237
|
+
"GFieldset",
|
|
1238
|
+
"GFileBrowserComposition",
|
|
1239
|
+
"GFileCardComposition",
|
|
1240
|
+
"GFileDrop",
|
|
1241
|
+
"GFileField",
|
|
1242
|
+
"GFileManager",
|
|
1243
|
+
"GFilePreviewComposition",
|
|
1244
|
+
"GFileProperties",
|
|
1245
|
+
"GFileTree",
|
|
1246
|
+
"GFilterBar",
|
|
1247
|
+
"GFilterBuilder",
|
|
1248
|
+
"GFilterSummary",
|
|
1249
|
+
"GFindReplace",
|
|
1250
|
+
"GFirstTimeSetup",
|
|
1251
|
+
"GFloatingActionBar",
|
|
1252
|
+
"GFolderTreeComposition",
|
|
1253
|
+
"GFooterBar",
|
|
1254
|
+
"GForm",
|
|
1255
|
+
"GFormActions",
|
|
1256
|
+
"GFormBuilder",
|
|
1257
|
+
"GFormGrid",
|
|
1258
|
+
"GFormProgress",
|
|
1259
|
+
"GFormReview",
|
|
1260
|
+
"GFormRow",
|
|
1261
|
+
"GFormSection",
|
|
1262
|
+
"GFullscreenAction",
|
|
1263
|
+
"GGalleryLightbox",
|
|
1264
|
+
"GGanttShell",
|
|
1265
|
+
"GGenerationCard",
|
|
1266
|
+
"GGenerationGallery",
|
|
1267
|
+
"GGenerationPlaceholder",
|
|
1268
|
+
"GGridSystem",
|
|
1269
|
+
"GGroupBuilder",
|
|
1270
|
+
"GGroupedTable",
|
|
1271
|
+
"GGuidancePair",
|
|
1272
|
+
"GHeatmap",
|
|
1273
|
+
"GHelpCard",
|
|
1274
|
+
"GHelpCenter",
|
|
1275
|
+
"GHelpChecklist",
|
|
1276
|
+
"GHelpFeedback",
|
|
1277
|
+
"GHelpPanel",
|
|
1278
|
+
"GHelpPopover",
|
|
1279
|
+
"GHelpText",
|
|
1280
|
+
"GHelpTopics",
|
|
1281
|
+
"GHelpTrigger",
|
|
1282
|
+
"GHero",
|
|
1283
|
+
"GHorizontalForm",
|
|
1284
|
+
"GHotspot",
|
|
1285
|
+
"GIconPicker",
|
|
1286
|
+
"GIdentitySwitcher",
|
|
1287
|
+
"GImageAnnotationComposition",
|
|
1288
|
+
"GImageCropComposition",
|
|
1289
|
+
"GImageCropShell",
|
|
1290
|
+
"GInbox",
|
|
1291
|
+
"GInfiniteScroll",
|
|
1292
|
+
"GInlineForm",
|
|
1293
|
+
"GInlineHint",
|
|
1294
|
+
"GInput",
|
|
1295
|
+
"GInputAffix",
|
|
1296
|
+
"GInputGroup",
|
|
1297
|
+
"GInvitationComposition",
|
|
1298
|
+
"GInvoiceInformation",
|
|
1299
|
+
"GJumpNavigation",
|
|
1300
|
+
"GKanban",
|
|
1301
|
+
"GKeyHint",
|
|
1302
|
+
"GKeyValue",
|
|
1303
|
+
"GKpiStat",
|
|
1304
|
+
"GListGroup",
|
|
1305
|
+
"GLoadMoreNavigation",
|
|
1306
|
+
"GLocaleNavigation",
|
|
1307
|
+
"GLocalizationGrid",
|
|
1308
|
+
"GLockScreen",
|
|
1309
|
+
"GLoginActivity",
|
|
1310
|
+
"GMagicLink",
|
|
1311
|
+
"GMapShell",
|
|
1312
|
+
"GMarkdownEditor",
|
|
1313
|
+
"GMediaDetailsComposition",
|
|
1314
|
+
"GMediaGridComposition",
|
|
1315
|
+
"GMediaLibrary",
|
|
1316
|
+
"GMediaLibraryComposition",
|
|
1317
|
+
"GMediaList",
|
|
1318
|
+
"GMediaPicker",
|
|
1319
|
+
"GMediaPlayer",
|
|
1320
|
+
"GMegaMenu",
|
|
1321
|
+
"GMentionPicker",
|
|
1322
|
+
"GMentionSlashCommand",
|
|
1323
|
+
"GMenuBar",
|
|
1324
|
+
"GMenuDropdown",
|
|
1325
|
+
"GMessage",
|
|
1326
|
+
"GMetricCard",
|
|
1327
|
+
"GMfaChallenge",
|
|
1328
|
+
"GMiniCart",
|
|
1329
|
+
"GMobileActionSheet",
|
|
1330
|
+
"GMobileAppBar",
|
|
1331
|
+
"GMobileAuth",
|
|
1332
|
+
"GMobileBottomNavigation",
|
|
1333
|
+
"GMobileBottomSheet",
|
|
1334
|
+
"GMobileCardCarousel",
|
|
1335
|
+
"GMobileCategory",
|
|
1336
|
+
"GMobileCategoryView",
|
|
1337
|
+
"GMobileCheckout",
|
|
1338
|
+
"GMobileFab",
|
|
1339
|
+
"GMobileFeed",
|
|
1340
|
+
"GMobileFilterSheet",
|
|
1341
|
+
"GMobileForm",
|
|
1342
|
+
"GMobileFullscreenDialog",
|
|
1343
|
+
"GMobileGestureHint",
|
|
1344
|
+
"GMobileInfiniteLoad",
|
|
1345
|
+
"GMobileKeyboardAvoidance",
|
|
1346
|
+
"GMobileKeyboardToolbar",
|
|
1347
|
+
"GMobileMediaViewer",
|
|
1348
|
+
"GMobileOfflineBanner",
|
|
1349
|
+
"GMobilePermissionPrompt",
|
|
1350
|
+
"GMobilePicker",
|
|
1351
|
+
"GMobilePullRefresh",
|
|
1352
|
+
"GMobilePurchaseBar",
|
|
1353
|
+
"GMobileSafeShell",
|
|
1354
|
+
"GMobileSearch",
|
|
1355
|
+
"GMobileSegmentedControl",
|
|
1356
|
+
"GMobileSelectionMode",
|
|
1357
|
+
"GMobileShell",
|
|
1358
|
+
"GMobileSnackbar",
|
|
1359
|
+
"GMobileState",
|
|
1360
|
+
"GMobileSwipeActions",
|
|
1361
|
+
"GMobileSwipeTabs",
|
|
1362
|
+
"GMobileTabBar",
|
|
1363
|
+
"GMobileTopNavigation",
|
|
1364
|
+
"GMobileWheelPicker",
|
|
1365
|
+
"GModelSelector",
|
|
1366
|
+
"GMoneyGroup",
|
|
1367
|
+
"GMultiAgentBoard",
|
|
1368
|
+
"GMultiWindowPlaceholder",
|
|
1369
|
+
"GNameGroup",
|
|
1370
|
+
"GNativeFilePicker",
|
|
1371
|
+
"GNavbar",
|
|
1372
|
+
"GNavigationRail",
|
|
1373
|
+
"GNote",
|
|
1374
|
+
"GNotificationCenter",
|
|
1375
|
+
"GOnboarding",
|
|
1376
|
+
"GOrderDetail",
|
|
1377
|
+
"GOrganizationChart",
|
|
1378
|
+
"GOrganizationPicker",
|
|
1379
|
+
"GOtpInput",
|
|
1380
|
+
"GPageHeader",
|
|
1381
|
+
"GPageLoading",
|
|
1382
|
+
"GPageStateSystem",
|
|
1383
|
+
"GPagination",
|
|
1384
|
+
"GPasskeyComposition",
|
|
1385
|
+
"GPasswordField",
|
|
1386
|
+
"GPasswordRecovery",
|
|
1387
|
+
"GPasswordReset",
|
|
1388
|
+
"GPasswordStrength",
|
|
1389
|
+
"GPaymentMethod",
|
|
1390
|
+
"GPaymentResult",
|
|
1391
|
+
"GPaymentSheet",
|
|
1392
|
+
"GPdfViewer",
|
|
1393
|
+
"GPermissionMatrix",
|
|
1394
|
+
"GPermissionScope",
|
|
1395
|
+
"GPhoneGroup",
|
|
1396
|
+
"GPhoneVerification",
|
|
1397
|
+
"GPickupSelector",
|
|
1398
|
+
"GPillNavigation",
|
|
1399
|
+
"GPinInput",
|
|
1400
|
+
"GPivotTable",
|
|
1401
|
+
"GPopover",
|
|
1402
|
+
"GPreviousNextNavigation",
|
|
1403
|
+
"GPriceDisplay",
|
|
1404
|
+
"GPriceQuantity",
|
|
1405
|
+
"GPricing",
|
|
1406
|
+
"GPricingComparison",
|
|
1407
|
+
"GPrimaryNavigation",
|
|
1408
|
+
"GPrivacyNotice",
|
|
1409
|
+
"GProductCard",
|
|
1410
|
+
"GProductDetail",
|
|
1411
|
+
"GProfileSetup",
|
|
1412
|
+
"GProgressMeter",
|
|
1413
|
+
"GProgressStats",
|
|
1414
|
+
"GPromotionList",
|
|
1415
|
+
"GPromptComposer",
|
|
1416
|
+
"GPromptLibrary",
|
|
1417
|
+
"GPromptStarter",
|
|
1418
|
+
"GPullRefresh",
|
|
1419
|
+
"GQrLogin",
|
|
1420
|
+
"GQueryBuilder",
|
|
1421
|
+
"GQuickNavigation",
|
|
1422
|
+
"GRadioGroup",
|
|
1423
|
+
"GRangeColor",
|
|
1424
|
+
"GRangeField",
|
|
1425
|
+
"GRanking",
|
|
1426
|
+
"GRating",
|
|
1427
|
+
"GRecentDocuments",
|
|
1428
|
+
"GRecordDetail",
|
|
1429
|
+
"GRecoveryCodes",
|
|
1430
|
+
"GRefundStatus",
|
|
1431
|
+
"GRegionLayoutSystem",
|
|
1432
|
+
"GRegistrationComposition",
|
|
1433
|
+
"GRelationPicker",
|
|
1434
|
+
"GRepeatableField",
|
|
1435
|
+
"GReportInvoice",
|
|
1436
|
+
"GResourcePicker",
|
|
1437
|
+
"GResponsiveTable",
|
|
1438
|
+
"GRevisionCompareComposition",
|
|
1439
|
+
"GRichEditor",
|
|
1440
|
+
"GRichTextEditorComposition",
|
|
1441
|
+
"GRichTooltip",
|
|
1442
|
+
"GRowDisclosure",
|
|
1443
|
+
"GRowSelection",
|
|
1444
|
+
"GSavedFilters",
|
|
1445
|
+
"GSavedViews",
|
|
1446
|
+
"GScrollspyNavigation",
|
|
1447
|
+
"GSearchField",
|
|
1448
|
+
"GSearchResults",
|
|
1449
|
+
"GSectionHeader",
|
|
1450
|
+
"GSecurityAlert",
|
|
1451
|
+
"GSegmentedControl",
|
|
1452
|
+
"GSelect",
|
|
1453
|
+
"GSelectionControls",
|
|
1454
|
+
"GSelectionSummary",
|
|
1455
|
+
"GSessionExpired",
|
|
1456
|
+
"GShippingMethod",
|
|
1457
|
+
"GShortcutList",
|
|
1458
|
+
"GShortcutRecorder",
|
|
1459
|
+
"GSidebar",
|
|
1460
|
+
"GSignInComposition",
|
|
1461
|
+
"GSingleInstanceNotice",
|
|
1462
|
+
"GSiteHeader",
|
|
1463
|
+
"GSkipNavigation",
|
|
1464
|
+
"GSkuSelector",
|
|
1465
|
+
"GSolutionAdminList",
|
|
1466
|
+
"GSolutionApprovalCenter",
|
|
1467
|
+
"GSolutionArticlePage",
|
|
1468
|
+
"GSolutionBlogIndex",
|
|
1469
|
+
"GSolutionBookingPortal",
|
|
1470
|
+
"GSolutionCommunityPage",
|
|
1471
|
+
"GSolutionContactPage",
|
|
1472
|
+
"GSolutionCorporateHome",
|
|
1473
|
+
"GSolutionCrmWorkspace",
|
|
1474
|
+
"GSolutionDashboardOverview",
|
|
1475
|
+
"GSolutionDocsPortal",
|
|
1476
|
+
"GSolutionEventPortal",
|
|
1477
|
+
"GSolutionFinancePortal",
|
|
1478
|
+
"GSolutionHealthcarePortal",
|
|
1479
|
+
"GSolutionHelpCenter",
|
|
1480
|
+
"GSolutionKnowledgeBase",
|
|
1481
|
+
"GSolutionLearningPortal",
|
|
1482
|
+
"GSolutionMarketplacePage",
|
|
1483
|
+
"GSolutionNotificationCenter",
|
|
1484
|
+
"GSolutionOnboardingFlow",
|
|
1485
|
+
"GSolutionPersonalHome",
|
|
1486
|
+
"GSolutionPortfolioPage",
|
|
1487
|
+
"GSolutionPricingPage",
|
|
1488
|
+
"GSolutionProductLanding",
|
|
1489
|
+
"GSolutionProjectWorkspace",
|
|
1490
|
+
"GSolutionPublicServicePortal",
|
|
1491
|
+
"GSolutionRecordDetail",
|
|
1492
|
+
"GSolutionSearchResults",
|
|
1493
|
+
"GSolutionSettingsCenter",
|
|
1494
|
+
"GSolutionStatusCenter",
|
|
1495
|
+
"GSolutionSupportCenter",
|
|
1496
|
+
"GSolutionUserCenter",
|
|
1497
|
+
"GSortBuilder",
|
|
1498
|
+
"GSourcesCitations",
|
|
1499
|
+
"GSparkline",
|
|
1500
|
+
"GSpinnerSkeleton",
|
|
1501
|
+
"GSplitPane",
|
|
1502
|
+
"GSpotlight",
|
|
1503
|
+
"GSsoComposition",
|
|
1504
|
+
"GStatList",
|
|
1505
|
+
"GStatusBar",
|
|
1506
|
+
"GStatusSummary",
|
|
1507
|
+
"GStepper",
|
|
1508
|
+
"GStickyActions",
|
|
1509
|
+
"GStorageMeter",
|
|
1510
|
+
"GStreamingResponse",
|
|
1511
|
+
"GSubNavigation",
|
|
1512
|
+
"GSubheader",
|
|
1513
|
+
"GSubscriptionPlan",
|
|
1514
|
+
"GSwitch",
|
|
1515
|
+
"GSwitchRow",
|
|
1516
|
+
"GSyncStatus",
|
|
1517
|
+
"GTable",
|
|
1518
|
+
"GTableDensity",
|
|
1519
|
+
"GTableSort",
|
|
1520
|
+
"GTabs",
|
|
1521
|
+
"GTagPicker",
|
|
1522
|
+
"GTaxSummary",
|
|
1523
|
+
"GTenantChooser",
|
|
1524
|
+
"GTerminal",
|
|
1525
|
+
"GTextarea",
|
|
1526
|
+
"GThinking",
|
|
1527
|
+
"GTimePicker",
|
|
1528
|
+
"GTimeRangeGroup",
|
|
1529
|
+
"GTimeRangePickerComposition",
|
|
1530
|
+
"GTimeline",
|
|
1531
|
+
"GTip",
|
|
1532
|
+
"GToast",
|
|
1533
|
+
"GToolApproval",
|
|
1534
|
+
"GToolCall",
|
|
1535
|
+
"GToolbar",
|
|
1536
|
+
"GTooltip",
|
|
1537
|
+
"GTourSpotlight",
|
|
1538
|
+
"GTransferList",
|
|
1539
|
+
"GTrayMenuShell",
|
|
1540
|
+
"GTree",
|
|
1541
|
+
"GTreeNavigation",
|
|
1542
|
+
"GTreeSelect",
|
|
1543
|
+
"GTreeTable",
|
|
1544
|
+
"GTroubleshooting",
|
|
1545
|
+
"GTrustedDevice",
|
|
1546
|
+
"GUnitField",
|
|
1547
|
+
"GUpdateAvailable",
|
|
1548
|
+
"GUpdateProgress",
|
|
1549
|
+
"GUploadProgressComposition",
|
|
1550
|
+
"GUploadQueue",
|
|
1551
|
+
"GUserPicker",
|
|
1552
|
+
"GUtilityNavigation",
|
|
1553
|
+
"GValidationState",
|
|
1554
|
+
"GValidationSummary",
|
|
1555
|
+
"GVersionHistory",
|
|
1556
|
+
"GVersionHistoryComposition",
|
|
1557
|
+
"GVerticalTabs",
|
|
1558
|
+
"GVideoPlayerShell",
|
|
1559
|
+
"GVirtualList",
|
|
1560
|
+
"GVisualBuilder",
|
|
1561
|
+
"GVoiceState",
|
|
1562
|
+
"GWhatsNew",
|
|
1563
|
+
"GWindowLoading",
|
|
1564
|
+
"GWizardLayout",
|
|
1565
|
+
"GWizardNavigation",
|
|
1566
|
+
"Gardener",
|
|
1567
|
+
"GardenerComponent",
|
|
1568
|
+
"GardenerPart",
|
|
1569
|
+
"GardenerProvider",
|
|
1570
|
+
"GardenerThemeContext",
|
|
1571
|
+
"behaviorAttributes",
|
|
1572
|
+
"bindElectronWindowControls",
|
|
1573
|
+
"bindTauriWindowControls",
|
|
1574
|
+
"componentByExportName",
|
|
1575
|
+
"componentByName",
|
|
1576
|
+
"componentCatalog",
|
|
1577
|
+
"configAttributes",
|
|
1578
|
+
"createGardenerComponent",
|
|
1579
|
+
"destroy",
|
|
1580
|
+
"emit",
|
|
1581
|
+
"gardenerComponents",
|
|
1582
|
+
"getInstance",
|
|
1583
|
+
"init",
|
|
1584
|
+
"observe",
|
|
1585
|
+
"register",
|
|
1586
|
+
"resolveGardenerTarget",
|
|
1587
|
+
"themeAttributes",
|
|
1588
|
+
"themeAxes",
|
|
1589
|
+
"toast",
|
|
1590
|
+
"useElectronWindowControls",
|
|
1591
|
+
"useGardener",
|
|
1592
|
+
"useGardenerBehavior",
|
|
1593
|
+
"useGardenerEvent",
|
|
1594
|
+
"useGardenerTheme",
|
|
1595
|
+
"useGardenerThemeContext",
|
|
1596
|
+
"useGardenerToast",
|
|
1597
|
+
"useTauriWindowControls"
|
|
1598
|
+
],
|
|
1599
|
+
"typeExports": [
|
|
1600
|
+
"GardenerAs",
|
|
1601
|
+
"GardenerBehaviorInstance",
|
|
1602
|
+
"GardenerBehaviorName",
|
|
1603
|
+
"GardenerComponentDefinition",
|
|
1604
|
+
"GardenerComponentHandle",
|
|
1605
|
+
"GardenerComponentKind",
|
|
1606
|
+
"GardenerComponentProps",
|
|
1607
|
+
"GardenerConfigValue",
|
|
1608
|
+
"GardenerElectronBinding",
|
|
1609
|
+
"GardenerElectronBridge",
|
|
1610
|
+
"GardenerElementTarget",
|
|
1611
|
+
"GardenerEventHandler",
|
|
1612
|
+
"GardenerEventName",
|
|
1613
|
+
"GardenerGeneratedComponent",
|
|
1614
|
+
"GardenerOwnProps",
|
|
1615
|
+
"GardenerPlatform",
|
|
1616
|
+
"GardenerReactComponentName",
|
|
1617
|
+
"GardenerTargetValue",
|
|
1618
|
+
"GardenerTauriBinding",
|
|
1619
|
+
"GardenerTauriBridge",
|
|
1620
|
+
"GardenerThemeState",
|
|
1621
|
+
"GardenerValueChange"
|
|
1622
|
+
],
|
|
1623
|
+
"behaviors": [
|
|
1624
|
+
"dialog",
|
|
1625
|
+
"drawer",
|
|
1626
|
+
"mobile-sheet",
|
|
1627
|
+
"dropdown",
|
|
1628
|
+
"tabs",
|
|
1629
|
+
"accordion",
|
|
1630
|
+
"auto-resize",
|
|
1631
|
+
"combobox",
|
|
1632
|
+
"password-toggle",
|
|
1633
|
+
"clear-input",
|
|
1634
|
+
"otp-input",
|
|
1635
|
+
"password-strength",
|
|
1636
|
+
"auth-timer",
|
|
1637
|
+
"quantity-stepper",
|
|
1638
|
+
"sku-selector",
|
|
1639
|
+
"cart",
|
|
1640
|
+
"coupon",
|
|
1641
|
+
"pull-refresh",
|
|
1642
|
+
"infinite-load",
|
|
1643
|
+
"swipe-actions",
|
|
1644
|
+
"wheel-picker",
|
|
1645
|
+
"ai-composer",
|
|
1646
|
+
"prompt-fill",
|
|
1647
|
+
"ai-approval",
|
|
1648
|
+
"ai-feedback",
|
|
1649
|
+
"shortcut-recorder",
|
|
1650
|
+
"desktop-tabs",
|
|
1651
|
+
"native-file-picker",
|
|
1652
|
+
"window-switcher",
|
|
1653
|
+
"character-count",
|
|
1654
|
+
"conditional-field",
|
|
1655
|
+
"repeatable-field",
|
|
1656
|
+
"tooltip",
|
|
1657
|
+
"popover",
|
|
1658
|
+
"tour",
|
|
1659
|
+
"carousel",
|
|
1660
|
+
"split-pane",
|
|
1661
|
+
"tree",
|
|
1662
|
+
"data-grid",
|
|
1663
|
+
"table-sort",
|
|
1664
|
+
"row-select",
|
|
1665
|
+
"row-disclosure",
|
|
1666
|
+
"column-toggle",
|
|
1667
|
+
"data-filter",
|
|
1668
|
+
"data-view",
|
|
1669
|
+
"transfer",
|
|
1670
|
+
"picker",
|
|
1671
|
+
"cascader",
|
|
1672
|
+
"saved-choice",
|
|
1673
|
+
"builder-list",
|
|
1674
|
+
"toast",
|
|
1675
|
+
"copy",
|
|
1676
|
+
"fullscreen",
|
|
1677
|
+
"scroll-top",
|
|
1678
|
+
"dropzone",
|
|
1679
|
+
"nav-toggle",
|
|
1680
|
+
"roving-nav",
|
|
1681
|
+
"context-menu",
|
|
1682
|
+
"scrollspy",
|
|
1683
|
+
"jump-nav",
|
|
1684
|
+
"upload-manager",
|
|
1685
|
+
"file-browser",
|
|
1686
|
+
"editor-shell",
|
|
1687
|
+
"revision-compare",
|
|
1688
|
+
"autosave",
|
|
1689
|
+
"command-palette"
|
|
1690
|
+
],
|
|
1691
|
+
"hooks": [
|
|
1692
|
+
"useGardener",
|
|
1693
|
+
"useGardenerBehavior",
|
|
1694
|
+
"useGardenerEvent",
|
|
1695
|
+
"useGardenerTheme",
|
|
1696
|
+
"useGardenerToast",
|
|
1697
|
+
"useTauriWindowControls",
|
|
1698
|
+
"useElectronWindowControls"
|
|
1699
|
+
],
|
|
1700
|
+
"componentProps": [
|
|
1701
|
+
"as",
|
|
1702
|
+
"variant",
|
|
1703
|
+
"state",
|
|
1704
|
+
"config",
|
|
1705
|
+
"initialize",
|
|
1706
|
+
"value",
|
|
1707
|
+
"defaultValue",
|
|
1708
|
+
"valueEvent",
|
|
1709
|
+
"valueKey",
|
|
1710
|
+
"onValueChange"
|
|
1711
|
+
],
|
|
1712
|
+
"componentHandleMembers": [
|
|
1713
|
+
"element",
|
|
1714
|
+
"getInstance",
|
|
1715
|
+
"refresh"
|
|
1716
|
+
],
|
|
1717
|
+
"themeAxes": [
|
|
1718
|
+
"theme",
|
|
1719
|
+
"mode",
|
|
1720
|
+
"neutral",
|
|
1721
|
+
"typography",
|
|
1722
|
+
"shape",
|
|
1723
|
+
"density",
|
|
1724
|
+
"elevation",
|
|
1725
|
+
"motion",
|
|
1726
|
+
"platform",
|
|
1727
|
+
"os"
|
|
1728
|
+
]
|
|
1729
|
+
}
|
|
1730
|
+
}
|