@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,1152 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./public-api.schema.json",
|
|
3
|
+
"schemaVersion": 1,
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"status": "stable",
|
|
6
|
+
"cssVersion": "1.0.0",
|
|
7
|
+
"react": ">=18.3.0 <20.0.0",
|
|
8
|
+
"components": 506,
|
|
9
|
+
"behaviors": 66,
|
|
10
|
+
"componentExports": [
|
|
11
|
+
"GButton",
|
|
12
|
+
"GButtonGroup",
|
|
13
|
+
"GCard",
|
|
14
|
+
"GBadgeTagChip",
|
|
15
|
+
"GAvatar",
|
|
16
|
+
"GAlert",
|
|
17
|
+
"GProgressMeter",
|
|
18
|
+
"GSpinnerSkeleton",
|
|
19
|
+
"GEmptyState",
|
|
20
|
+
"GInput",
|
|
21
|
+
"GTextarea",
|
|
22
|
+
"GSelect",
|
|
23
|
+
"GCheckboxRadio",
|
|
24
|
+
"GSwitch",
|
|
25
|
+
"GRangeColor",
|
|
26
|
+
"GFileDrop",
|
|
27
|
+
"GCombobox",
|
|
28
|
+
"GForm",
|
|
29
|
+
"GFormSection",
|
|
30
|
+
"GField",
|
|
31
|
+
"GFieldset",
|
|
32
|
+
"GFormRow",
|
|
33
|
+
"GFormGrid",
|
|
34
|
+
"GHorizontalForm",
|
|
35
|
+
"GInlineForm",
|
|
36
|
+
"GCompactForm",
|
|
37
|
+
"GInputGroup",
|
|
38
|
+
"GInputAffix",
|
|
39
|
+
"GSearchField",
|
|
40
|
+
"GPasswordField",
|
|
41
|
+
"GClearableField",
|
|
42
|
+
"GCharacterCounter",
|
|
43
|
+
"GValidationState",
|
|
44
|
+
"GCheckboxGroup",
|
|
45
|
+
"GRadioGroup",
|
|
46
|
+
"GSwitchRow",
|
|
47
|
+
"GChoiceCardGroup",
|
|
48
|
+
"GNameGroup",
|
|
49
|
+
"GAddressGroup",
|
|
50
|
+
"GPhoneGroup",
|
|
51
|
+
"GMoneyGroup",
|
|
52
|
+
"GDateRangeGroup",
|
|
53
|
+
"GTimeRangeGroup",
|
|
54
|
+
"GUnitField",
|
|
55
|
+
"GRangeField",
|
|
56
|
+
"GFileField",
|
|
57
|
+
"GRepeatableField",
|
|
58
|
+
"GConditionalField",
|
|
59
|
+
"GFormActions",
|
|
60
|
+
"GAutosaveStatus",
|
|
61
|
+
"GFormProgress",
|
|
62
|
+
"GFormReview",
|
|
63
|
+
"GConsentGroup",
|
|
64
|
+
"GNavbar",
|
|
65
|
+
"GSidebar",
|
|
66
|
+
"GBreadcrumb",
|
|
67
|
+
"GTabs",
|
|
68
|
+
"GSegmentedControl",
|
|
69
|
+
"GPagination",
|
|
70
|
+
"GMenuDropdown",
|
|
71
|
+
"GStepper",
|
|
72
|
+
"GCommandPalette",
|
|
73
|
+
"GPrimaryNavigation",
|
|
74
|
+
"GUtilityNavigation",
|
|
75
|
+
"GSubNavigation",
|
|
76
|
+
"GCollapsibleNavigation",
|
|
77
|
+
"GNavigationRail",
|
|
78
|
+
"GActivityBar",
|
|
79
|
+
"GMenuBar",
|
|
80
|
+
"GContextMenu",
|
|
81
|
+
"GTreeNavigation",
|
|
82
|
+
"GVerticalTabs",
|
|
83
|
+
"GPillNavigation",
|
|
84
|
+
"GScrollspyNavigation",
|
|
85
|
+
"GCursorPagination",
|
|
86
|
+
"GLoadMoreNavigation",
|
|
87
|
+
"GWizardNavigation",
|
|
88
|
+
"GBackNavigation",
|
|
89
|
+
"GPreviousNextNavigation",
|
|
90
|
+
"GSkipNavigation",
|
|
91
|
+
"GMobileTopNavigation",
|
|
92
|
+
"GBottomNavigation",
|
|
93
|
+
"GMobileTabBar",
|
|
94
|
+
"GDrawerNavigation",
|
|
95
|
+
"GCommandNavigation",
|
|
96
|
+
"GJumpNavigation",
|
|
97
|
+
"GQuickNavigation",
|
|
98
|
+
"GLocaleNavigation",
|
|
99
|
+
"GAccountNavigation",
|
|
100
|
+
"GDialog",
|
|
101
|
+
"GDrawer",
|
|
102
|
+
"GPopover",
|
|
103
|
+
"GTooltip",
|
|
104
|
+
"GToast",
|
|
105
|
+
"GAccordion",
|
|
106
|
+
"GTable",
|
|
107
|
+
"GDataGrid",
|
|
108
|
+
"GKpiStat",
|
|
109
|
+
"GDescriptionList",
|
|
110
|
+
"GListGroup",
|
|
111
|
+
"GTree",
|
|
112
|
+
"GTimeline",
|
|
113
|
+
"GResponsiveTable",
|
|
114
|
+
"GTableSort",
|
|
115
|
+
"GRowSelection",
|
|
116
|
+
"GRowDisclosure",
|
|
117
|
+
"GColumnToggle",
|
|
118
|
+
"GDataFilter",
|
|
119
|
+
"GDataView",
|
|
120
|
+
"GEditableGrid",
|
|
121
|
+
"GTreeTable",
|
|
122
|
+
"GGroupedTable",
|
|
123
|
+
"GExpandableTable",
|
|
124
|
+
"GComparisonTable",
|
|
125
|
+
"GKeyValue",
|
|
126
|
+
"GRecordDetail",
|
|
127
|
+
"GMediaList",
|
|
128
|
+
"GDenseList",
|
|
129
|
+
"GAuditLogComposition",
|
|
130
|
+
"GStatList",
|
|
131
|
+
"GMetricCard",
|
|
132
|
+
"GSparkline",
|
|
133
|
+
"GProgressStats",
|
|
134
|
+
"GDataLegend",
|
|
135
|
+
"GRanking",
|
|
136
|
+
"GStatusSummary",
|
|
137
|
+
"GDataMatrix",
|
|
138
|
+
"GHeatmap",
|
|
139
|
+
"GDataToolbar",
|
|
140
|
+
"GColumnChooser",
|
|
141
|
+
"GSavedViews",
|
|
142
|
+
"GExportPanel",
|
|
143
|
+
"GDataState",
|
|
144
|
+
"GDataViewSwitcher",
|
|
145
|
+
"GSelectionSummary",
|
|
146
|
+
"GTableDensity",
|
|
147
|
+
"GFilterSummary",
|
|
148
|
+
"GSortBuilder",
|
|
149
|
+
"GDataInspector",
|
|
150
|
+
"GSelectionControls",
|
|
151
|
+
"GBatchToolbar",
|
|
152
|
+
"GDualList",
|
|
153
|
+
"GTreeSelect",
|
|
154
|
+
"GCascader",
|
|
155
|
+
"GMentionPicker",
|
|
156
|
+
"GUserPicker",
|
|
157
|
+
"GOrganizationPicker",
|
|
158
|
+
"GResourcePicker",
|
|
159
|
+
"GMediaPicker",
|
|
160
|
+
"GIconPicker",
|
|
161
|
+
"GColorPickerComposition",
|
|
162
|
+
"GDateRangePickerComposition",
|
|
163
|
+
"GTimeRangePickerComposition",
|
|
164
|
+
"GSavedFilters",
|
|
165
|
+
"GGroupBuilder",
|
|
166
|
+
"GEntityPicker",
|
|
167
|
+
"GTagPicker",
|
|
168
|
+
"GRelationPicker",
|
|
169
|
+
"GBulkConfirmation",
|
|
170
|
+
"GBulkProgress",
|
|
171
|
+
"GFilterBar",
|
|
172
|
+
"GCodeBlock",
|
|
173
|
+
"GTerminal",
|
|
174
|
+
"GDiffViewer",
|
|
175
|
+
"GChartContainer",
|
|
176
|
+
"GGridSystem",
|
|
177
|
+
"GRegionLayoutSystem",
|
|
178
|
+
"GClassicLayoutPrimitives",
|
|
179
|
+
"GPageHeader",
|
|
180
|
+
"GSectionHeader",
|
|
181
|
+
"GSubheader",
|
|
182
|
+
"GToolbar",
|
|
183
|
+
"GActionBar",
|
|
184
|
+
"GStatusBar",
|
|
185
|
+
"GCommandBar",
|
|
186
|
+
"GContextBar",
|
|
187
|
+
"GBulkActionBar",
|
|
188
|
+
"GFooterBar",
|
|
189
|
+
"GFloatingActionBar",
|
|
190
|
+
"GDividerWithText",
|
|
191
|
+
"GStickyActions",
|
|
192
|
+
"GPageLoading",
|
|
193
|
+
"GPageStateSystem",
|
|
194
|
+
"GTip",
|
|
195
|
+
"GInlineHint",
|
|
196
|
+
"GHelpText",
|
|
197
|
+
"GHelpTrigger",
|
|
198
|
+
"GRichTooltip",
|
|
199
|
+
"GHelpPopover",
|
|
200
|
+
"GDefinitionHelp",
|
|
201
|
+
"GCallout",
|
|
202
|
+
"GNote",
|
|
203
|
+
"GGuidancePair",
|
|
204
|
+
"GKeyHint",
|
|
205
|
+
"GShortcutList",
|
|
206
|
+
"GHelpCard",
|
|
207
|
+
"GHelpPanel",
|
|
208
|
+
"GHelpCenter",
|
|
209
|
+
"GHelpTopics",
|
|
210
|
+
"GFaq",
|
|
211
|
+
"GContextualHelp",
|
|
212
|
+
"GCoachMark",
|
|
213
|
+
"GSpotlight",
|
|
214
|
+
"GHotspot",
|
|
215
|
+
"GFeatureHint",
|
|
216
|
+
"GWhatsNew",
|
|
217
|
+
"GHelpChecklist",
|
|
218
|
+
"GTroubleshooting",
|
|
219
|
+
"GHelpFeedback",
|
|
220
|
+
"GAppShell",
|
|
221
|
+
"GDashboard",
|
|
222
|
+
"GMobileShell",
|
|
223
|
+
"GChat",
|
|
224
|
+
"GMessage",
|
|
225
|
+
"GPromptComposer",
|
|
226
|
+
"GAttachment",
|
|
227
|
+
"GThinking",
|
|
228
|
+
"GToolCall",
|
|
229
|
+
"GToolApproval",
|
|
230
|
+
"GAgentStatus",
|
|
231
|
+
"GAgentPlan",
|
|
232
|
+
"GSourcesCitations",
|
|
233
|
+
"GArtifactPanel",
|
|
234
|
+
"GModelSelector",
|
|
235
|
+
"GContextMeter",
|
|
236
|
+
"GVoiceState",
|
|
237
|
+
"GGenerationPlaceholder",
|
|
238
|
+
"GAiWorkspace",
|
|
239
|
+
"GPromptStarter",
|
|
240
|
+
"GAiCommandMenu",
|
|
241
|
+
"GStreamingResponse",
|
|
242
|
+
"GMultiAgentBoard",
|
|
243
|
+
"GAgentHandoff",
|
|
244
|
+
"GArtifactWorkspace",
|
|
245
|
+
"GGenerationGallery",
|
|
246
|
+
"GAiContextManager",
|
|
247
|
+
"GAiUsagePanel",
|
|
248
|
+
"GAiSafetyNotice",
|
|
249
|
+
"GAiFeedback",
|
|
250
|
+
"GDatePicker",
|
|
251
|
+
"GTimePicker",
|
|
252
|
+
"GPinInput",
|
|
253
|
+
"GRating",
|
|
254
|
+
"GTransferList",
|
|
255
|
+
"GValidationSummary",
|
|
256
|
+
"GMegaMenu",
|
|
257
|
+
"GAnchorNavigation",
|
|
258
|
+
"GTourSpotlight",
|
|
259
|
+
"GVirtualList",
|
|
260
|
+
"GKanban",
|
|
261
|
+
"GGanttShell",
|
|
262
|
+
"GQueryBuilder",
|
|
263
|
+
"GCarousel",
|
|
264
|
+
"GGalleryLightbox",
|
|
265
|
+
"GMediaPlayer",
|
|
266
|
+
"GDocumentViewer",
|
|
267
|
+
"GSplitPane",
|
|
268
|
+
"GDragSort",
|
|
269
|
+
"GInfiniteScroll",
|
|
270
|
+
"GPullRefresh",
|
|
271
|
+
"GProductCard",
|
|
272
|
+
"GCartItem",
|
|
273
|
+
"GPriceQuantity",
|
|
274
|
+
"GConversationList",
|
|
275
|
+
"GPromptLibrary",
|
|
276
|
+
"GMentionSlashCommand",
|
|
277
|
+
"GGenerationCard",
|
|
278
|
+
"GFileTree",
|
|
279
|
+
"GVersionHistory",
|
|
280
|
+
"GPermissionScope",
|
|
281
|
+
"GCostRateLimit",
|
|
282
|
+
"GPrivacyNotice",
|
|
283
|
+
"GAuthenticationShell",
|
|
284
|
+
"GMobileCategory",
|
|
285
|
+
"GCmsShell",
|
|
286
|
+
"GVisualBuilder",
|
|
287
|
+
"GRichEditor",
|
|
288
|
+
"GMediaLibrary",
|
|
289
|
+
"GContentWorkflow",
|
|
290
|
+
"GLocalizationGrid",
|
|
291
|
+
"GSiteHeader",
|
|
292
|
+
"GHero",
|
|
293
|
+
"GPricing",
|
|
294
|
+
"GArticleLayout",
|
|
295
|
+
"GProductDetail",
|
|
296
|
+
"GCheckout",
|
|
297
|
+
"GEnterpriseSettings",
|
|
298
|
+
"GPermissionMatrix",
|
|
299
|
+
"GAuditLog",
|
|
300
|
+
"GDesktopShell",
|
|
301
|
+
"GDesktopTitlebar",
|
|
302
|
+
"GDesktopWorkbench",
|
|
303
|
+
"GOnboarding",
|
|
304
|
+
"GWizardLayout",
|
|
305
|
+
"GNotificationCenter",
|
|
306
|
+
"GInbox",
|
|
307
|
+
"GSearchResults",
|
|
308
|
+
"GCalendar",
|
|
309
|
+
"GAgenda",
|
|
310
|
+
"GFileManager",
|
|
311
|
+
"GUploadQueue",
|
|
312
|
+
"GFormBuilder",
|
|
313
|
+
"GFilterBuilder",
|
|
314
|
+
"GPivotTable",
|
|
315
|
+
"GOrganizationChart",
|
|
316
|
+
"GMapShell",
|
|
317
|
+
"GCommentThread",
|
|
318
|
+
"GActivityFeed",
|
|
319
|
+
"GReportInvoice",
|
|
320
|
+
"GCookieConsent",
|
|
321
|
+
"GCopyAction",
|
|
322
|
+
"GFullscreenAction",
|
|
323
|
+
"GBackToTop",
|
|
324
|
+
"GImageCropShell",
|
|
325
|
+
"GContentFileDrop",
|
|
326
|
+
"GContentFileList",
|
|
327
|
+
"GContentUploadQueue",
|
|
328
|
+
"GChunkUpload",
|
|
329
|
+
"GUploadProgressComposition",
|
|
330
|
+
"GFailedUpload",
|
|
331
|
+
"GFileCardComposition",
|
|
332
|
+
"GFolderTreeComposition",
|
|
333
|
+
"GFileBrowserComposition",
|
|
334
|
+
"GFilePreviewComposition",
|
|
335
|
+
"GMediaLibraryComposition",
|
|
336
|
+
"GMediaGridComposition",
|
|
337
|
+
"GMediaDetailsComposition",
|
|
338
|
+
"GImageCropComposition",
|
|
339
|
+
"GImageAnnotationComposition",
|
|
340
|
+
"GDocumentViewerComposition",
|
|
341
|
+
"GPdfViewer",
|
|
342
|
+
"GVideoPlayerShell",
|
|
343
|
+
"GAudioPlayerShell",
|
|
344
|
+
"GCodeEditorShell",
|
|
345
|
+
"GRichTextEditorComposition",
|
|
346
|
+
"GMarkdownEditor",
|
|
347
|
+
"GBlockEditor",
|
|
348
|
+
"GRevisionCompareComposition",
|
|
349
|
+
"GContentAutosaveIndicator",
|
|
350
|
+
"GContentOutline",
|
|
351
|
+
"GEditorToolbarComposition",
|
|
352
|
+
"GFindReplace",
|
|
353
|
+
"GCommentThreadComposition",
|
|
354
|
+
"GVersionHistoryComposition",
|
|
355
|
+
"GFileProperties",
|
|
356
|
+
"GStorageMeter",
|
|
357
|
+
"GAuthCentered",
|
|
358
|
+
"GAuthSplit",
|
|
359
|
+
"GSignInComposition",
|
|
360
|
+
"GRegistrationComposition",
|
|
361
|
+
"GPasswordRecovery",
|
|
362
|
+
"GPasswordReset",
|
|
363
|
+
"GEmailVerification",
|
|
364
|
+
"GPhoneVerification",
|
|
365
|
+
"GMfaChallenge",
|
|
366
|
+
"GOtpInput",
|
|
367
|
+
"GPasskeyComposition",
|
|
368
|
+
"GSsoComposition",
|
|
369
|
+
"GQrLogin",
|
|
370
|
+
"GMagicLink",
|
|
371
|
+
"GInvitationComposition",
|
|
372
|
+
"GFirstTimeSetup",
|
|
373
|
+
"GLockScreen",
|
|
374
|
+
"GSessionExpired",
|
|
375
|
+
"GAccountChooser",
|
|
376
|
+
"GTenantChooser",
|
|
377
|
+
"GIdentitySwitcher",
|
|
378
|
+
"GProfileSetup",
|
|
379
|
+
"GAccountSecurity",
|
|
380
|
+
"GDeviceManagement",
|
|
381
|
+
"GLoginActivity",
|
|
382
|
+
"GSecurityAlert",
|
|
383
|
+
"GRecoveryCodes",
|
|
384
|
+
"GTrustedDevice",
|
|
385
|
+
"GConnectedAccounts",
|
|
386
|
+
"GPasswordStrength",
|
|
387
|
+
"GAuthConsent",
|
|
388
|
+
"GAuthResult",
|
|
389
|
+
"GCommerceProductCard",
|
|
390
|
+
"GCommerceProductList",
|
|
391
|
+
"GCommerceProductDetail",
|
|
392
|
+
"GCommerceProductGallery",
|
|
393
|
+
"GSkuSelector",
|
|
394
|
+
"GCommerceQuantityStepper",
|
|
395
|
+
"GPriceDisplay",
|
|
396
|
+
"GCommerceCartItem",
|
|
397
|
+
"GCommerceCart",
|
|
398
|
+
"GMiniCart",
|
|
399
|
+
"GCartSummary",
|
|
400
|
+
"GCommerceCheckout",
|
|
401
|
+
"GCommerceCheckoutSteps",
|
|
402
|
+
"GAddressSelector",
|
|
403
|
+
"GAddressCard",
|
|
404
|
+
"GShippingMethod",
|
|
405
|
+
"GPickupSelector",
|
|
406
|
+
"GCoupon",
|
|
407
|
+
"GPromotionList",
|
|
408
|
+
"GInvoiceInformation",
|
|
409
|
+
"GPaymentMethod",
|
|
410
|
+
"GPaymentSheet",
|
|
411
|
+
"GPaymentResult",
|
|
412
|
+
"GCommerceOrderSummary",
|
|
413
|
+
"GCommerceOrderTimeline",
|
|
414
|
+
"GOrderDetail",
|
|
415
|
+
"GSubscriptionPlan",
|
|
416
|
+
"GPricingComparison",
|
|
417
|
+
"GCommerceUsageMeter",
|
|
418
|
+
"GBillingHistory",
|
|
419
|
+
"GRefundStatus",
|
|
420
|
+
"GTaxSummary",
|
|
421
|
+
"GMobileSafeShell",
|
|
422
|
+
"GMobileAppBar",
|
|
423
|
+
"GMobileBottomNavigation",
|
|
424
|
+
"GMobileBottomSheet",
|
|
425
|
+
"GMobileActionSheet",
|
|
426
|
+
"GMobilePullRefresh",
|
|
427
|
+
"GMobileInfiniteLoad",
|
|
428
|
+
"GMobileSwipeActions",
|
|
429
|
+
"GMobileSwipeTabs",
|
|
430
|
+
"GMobileCategoryView",
|
|
431
|
+
"GMobileFilterSheet",
|
|
432
|
+
"GMobilePurchaseBar",
|
|
433
|
+
"GMobileSearch",
|
|
434
|
+
"GMobilePicker",
|
|
435
|
+
"GMobileWheelPicker",
|
|
436
|
+
"GMobileFab",
|
|
437
|
+
"GMobileFullscreenDialog",
|
|
438
|
+
"GMobileKeyboardAvoidance",
|
|
439
|
+
"GMobileGestureHint",
|
|
440
|
+
"GMobileOfflineBanner",
|
|
441
|
+
"GMobileSegmentedControl",
|
|
442
|
+
"GMobileFeed",
|
|
443
|
+
"GMobileCardCarousel",
|
|
444
|
+
"GMobileForm",
|
|
445
|
+
"GMobileAuth",
|
|
446
|
+
"GMobileCheckout",
|
|
447
|
+
"GMobileMediaViewer",
|
|
448
|
+
"GMobileKeyboardToolbar",
|
|
449
|
+
"GMobileSelectionMode",
|
|
450
|
+
"GMobileSnackbar",
|
|
451
|
+
"GMobilePermissionPrompt",
|
|
452
|
+
"GMobileState",
|
|
453
|
+
"GDesktopNativeTitlebar",
|
|
454
|
+
"GDesktopWindowControlsComposition",
|
|
455
|
+
"GDesktopMenubarComposition",
|
|
456
|
+
"GDesktopActivityBarComposition",
|
|
457
|
+
"GDesktopDockPanel",
|
|
458
|
+
"GDesktopSplitPane",
|
|
459
|
+
"GDesktopInspectorPanel",
|
|
460
|
+
"GDesktopStatusBar",
|
|
461
|
+
"GDesktopCommandPalette",
|
|
462
|
+
"GShortcutRecorder",
|
|
463
|
+
"GDesktopContextMenu",
|
|
464
|
+
"GDesktopDocumentTabs",
|
|
465
|
+
"GDesktopDragRegion",
|
|
466
|
+
"GWindowLoading",
|
|
467
|
+
"GUpdateAvailable",
|
|
468
|
+
"GDesktopPermissionRequest",
|
|
469
|
+
"GNativeFilePicker",
|
|
470
|
+
"GTrayMenuShell",
|
|
471
|
+
"GMultiWindowPlaceholder",
|
|
472
|
+
"GDesktopWorkspaceComposition",
|
|
473
|
+
"GDesktopWindowSwitcher",
|
|
474
|
+
"GRecentDocuments",
|
|
475
|
+
"GDesktopToolbar",
|
|
476
|
+
"GDesktopBottomPanel",
|
|
477
|
+
"GBackgroundTaskCenter",
|
|
478
|
+
"GDesktopNotificationCenter",
|
|
479
|
+
"GSyncStatus",
|
|
480
|
+
"GUpdateProgress",
|
|
481
|
+
"GCrashRecovery",
|
|
482
|
+
"GSingleInstanceNotice",
|
|
483
|
+
"GDeepLinkHandler",
|
|
484
|
+
"GAboutDialog",
|
|
485
|
+
"GSolutionProductLanding",
|
|
486
|
+
"GSolutionCorporateHome",
|
|
487
|
+
"GSolutionPersonalHome",
|
|
488
|
+
"GSolutionPortfolioPage",
|
|
489
|
+
"GSolutionBlogIndex",
|
|
490
|
+
"GSolutionArticlePage",
|
|
491
|
+
"GSolutionDocsPortal",
|
|
492
|
+
"GSolutionHelpCenter",
|
|
493
|
+
"GSolutionSearchResults",
|
|
494
|
+
"GSolutionContactPage",
|
|
495
|
+
"GSolutionPricingPage",
|
|
496
|
+
"GSolutionDashboardOverview",
|
|
497
|
+
"GSolutionAdminList",
|
|
498
|
+
"GSolutionRecordDetail",
|
|
499
|
+
"GSolutionSettingsCenter",
|
|
500
|
+
"GSolutionUserCenter",
|
|
501
|
+
"GSolutionNotificationCenter",
|
|
502
|
+
"GSolutionOnboardingFlow",
|
|
503
|
+
"GSolutionCrmWorkspace",
|
|
504
|
+
"GSolutionProjectWorkspace",
|
|
505
|
+
"GSolutionSupportCenter",
|
|
506
|
+
"GSolutionApprovalCenter",
|
|
507
|
+
"GSolutionKnowledgeBase",
|
|
508
|
+
"GSolutionLearningPortal",
|
|
509
|
+
"GSolutionEventPortal",
|
|
510
|
+
"GSolutionBookingPortal",
|
|
511
|
+
"GSolutionHealthcarePortal",
|
|
512
|
+
"GSolutionFinancePortal",
|
|
513
|
+
"GSolutionPublicServicePortal",
|
|
514
|
+
"GSolutionMarketplacePage",
|
|
515
|
+
"GSolutionCommunityPage",
|
|
516
|
+
"GSolutionStatusCenter"
|
|
517
|
+
],
|
|
518
|
+
"moduleExports": [
|
|
519
|
+
"GAboutDialog",
|
|
520
|
+
"GAccordion",
|
|
521
|
+
"GAccountChooser",
|
|
522
|
+
"GAccountNavigation",
|
|
523
|
+
"GAccountSecurity",
|
|
524
|
+
"GActionBar",
|
|
525
|
+
"GActivityBar",
|
|
526
|
+
"GActivityFeed",
|
|
527
|
+
"GAddressCard",
|
|
528
|
+
"GAddressGroup",
|
|
529
|
+
"GAddressSelector",
|
|
530
|
+
"GAgenda",
|
|
531
|
+
"GAgentHandoff",
|
|
532
|
+
"GAgentPlan",
|
|
533
|
+
"GAgentStatus",
|
|
534
|
+
"GAiCommandMenu",
|
|
535
|
+
"GAiContextManager",
|
|
536
|
+
"GAiFeedback",
|
|
537
|
+
"GAiSafetyNotice",
|
|
538
|
+
"GAiUsagePanel",
|
|
539
|
+
"GAiWorkspace",
|
|
540
|
+
"GAlert",
|
|
541
|
+
"GAnchorNavigation",
|
|
542
|
+
"GAppShell",
|
|
543
|
+
"GArticleLayout",
|
|
544
|
+
"GArtifactPanel",
|
|
545
|
+
"GArtifactWorkspace",
|
|
546
|
+
"GAttachment",
|
|
547
|
+
"GAudioPlayerShell",
|
|
548
|
+
"GAuditLog",
|
|
549
|
+
"GAuditLogComposition",
|
|
550
|
+
"GAuthCentered",
|
|
551
|
+
"GAuthConsent",
|
|
552
|
+
"GAuthResult",
|
|
553
|
+
"GAuthSplit",
|
|
554
|
+
"GAuthenticationShell",
|
|
555
|
+
"GAutosaveStatus",
|
|
556
|
+
"GAvatar",
|
|
557
|
+
"GBackNavigation",
|
|
558
|
+
"GBackToTop",
|
|
559
|
+
"GBackgroundTaskCenter",
|
|
560
|
+
"GBadgeTagChip",
|
|
561
|
+
"GBatchToolbar",
|
|
562
|
+
"GBillingHistory",
|
|
563
|
+
"GBlockEditor",
|
|
564
|
+
"GBottomNavigation",
|
|
565
|
+
"GBreadcrumb",
|
|
566
|
+
"GBulkActionBar",
|
|
567
|
+
"GBulkConfirmation",
|
|
568
|
+
"GBulkProgress",
|
|
569
|
+
"GButton",
|
|
570
|
+
"GButtonGroup",
|
|
571
|
+
"GCalendar",
|
|
572
|
+
"GCallout",
|
|
573
|
+
"GCard",
|
|
574
|
+
"GCarousel",
|
|
575
|
+
"GCartItem",
|
|
576
|
+
"GCartSummary",
|
|
577
|
+
"GCascader",
|
|
578
|
+
"GCharacterCounter",
|
|
579
|
+
"GChartContainer",
|
|
580
|
+
"GChat",
|
|
581
|
+
"GCheckboxGroup",
|
|
582
|
+
"GCheckboxRadio",
|
|
583
|
+
"GCheckout",
|
|
584
|
+
"GChoiceCardGroup",
|
|
585
|
+
"GChunkUpload",
|
|
586
|
+
"GClassicLayoutPrimitives",
|
|
587
|
+
"GClearableField",
|
|
588
|
+
"GCmsShell",
|
|
589
|
+
"GCoachMark",
|
|
590
|
+
"GCodeBlock",
|
|
591
|
+
"GCodeEditorShell",
|
|
592
|
+
"GCollapsibleNavigation",
|
|
593
|
+
"GColorPickerComposition",
|
|
594
|
+
"GColumnChooser",
|
|
595
|
+
"GColumnToggle",
|
|
596
|
+
"GCombobox",
|
|
597
|
+
"GCommandBar",
|
|
598
|
+
"GCommandNavigation",
|
|
599
|
+
"GCommandPalette",
|
|
600
|
+
"GCommentThread",
|
|
601
|
+
"GCommentThreadComposition",
|
|
602
|
+
"GCommerceCart",
|
|
603
|
+
"GCommerceCartItem",
|
|
604
|
+
"GCommerceCheckout",
|
|
605
|
+
"GCommerceCheckoutSteps",
|
|
606
|
+
"GCommerceOrderSummary",
|
|
607
|
+
"GCommerceOrderTimeline",
|
|
608
|
+
"GCommerceProductCard",
|
|
609
|
+
"GCommerceProductDetail",
|
|
610
|
+
"GCommerceProductGallery",
|
|
611
|
+
"GCommerceProductList",
|
|
612
|
+
"GCommerceQuantityStepper",
|
|
613
|
+
"GCommerceUsageMeter",
|
|
614
|
+
"GCompactForm",
|
|
615
|
+
"GComparisonTable",
|
|
616
|
+
"GConditionalField",
|
|
617
|
+
"GConnectedAccounts",
|
|
618
|
+
"GConsentGroup",
|
|
619
|
+
"GContentAutosaveIndicator",
|
|
620
|
+
"GContentFileDrop",
|
|
621
|
+
"GContentFileList",
|
|
622
|
+
"GContentOutline",
|
|
623
|
+
"GContentUploadQueue",
|
|
624
|
+
"GContentWorkflow",
|
|
625
|
+
"GContextBar",
|
|
626
|
+
"GContextMenu",
|
|
627
|
+
"GContextMeter",
|
|
628
|
+
"GContextualHelp",
|
|
629
|
+
"GConversationList",
|
|
630
|
+
"GCookieConsent",
|
|
631
|
+
"GCopyAction",
|
|
632
|
+
"GCostRateLimit",
|
|
633
|
+
"GCoupon",
|
|
634
|
+
"GCrashRecovery",
|
|
635
|
+
"GCursorPagination",
|
|
636
|
+
"GDashboard",
|
|
637
|
+
"GDataFilter",
|
|
638
|
+
"GDataGrid",
|
|
639
|
+
"GDataInspector",
|
|
640
|
+
"GDataLegend",
|
|
641
|
+
"GDataMatrix",
|
|
642
|
+
"GDataState",
|
|
643
|
+
"GDataToolbar",
|
|
644
|
+
"GDataView",
|
|
645
|
+
"GDataViewSwitcher",
|
|
646
|
+
"GDatePicker",
|
|
647
|
+
"GDateRangeGroup",
|
|
648
|
+
"GDateRangePickerComposition",
|
|
649
|
+
"GDeepLinkHandler",
|
|
650
|
+
"GDefinitionHelp",
|
|
651
|
+
"GDenseList",
|
|
652
|
+
"GDescriptionList",
|
|
653
|
+
"GDesktopActivityBarComposition",
|
|
654
|
+
"GDesktopBottomPanel",
|
|
655
|
+
"GDesktopCommandPalette",
|
|
656
|
+
"GDesktopContextMenu",
|
|
657
|
+
"GDesktopDockPanel",
|
|
658
|
+
"GDesktopDocumentTabs",
|
|
659
|
+
"GDesktopDragRegion",
|
|
660
|
+
"GDesktopInspectorPanel",
|
|
661
|
+
"GDesktopMenubarComposition",
|
|
662
|
+
"GDesktopNativeTitlebar",
|
|
663
|
+
"GDesktopNotificationCenter",
|
|
664
|
+
"GDesktopPermissionRequest",
|
|
665
|
+
"GDesktopShell",
|
|
666
|
+
"GDesktopSplitPane",
|
|
667
|
+
"GDesktopStatusBar",
|
|
668
|
+
"GDesktopTitlebar",
|
|
669
|
+
"GDesktopToolbar",
|
|
670
|
+
"GDesktopWindowControlsComposition",
|
|
671
|
+
"GDesktopWindowSwitcher",
|
|
672
|
+
"GDesktopWorkbench",
|
|
673
|
+
"GDesktopWorkspaceComposition",
|
|
674
|
+
"GDeviceManagement",
|
|
675
|
+
"GDialog",
|
|
676
|
+
"GDiffViewer",
|
|
677
|
+
"GDividerWithText",
|
|
678
|
+
"GDocumentViewer",
|
|
679
|
+
"GDocumentViewerComposition",
|
|
680
|
+
"GDragSort",
|
|
681
|
+
"GDrawer",
|
|
682
|
+
"GDrawerNavigation",
|
|
683
|
+
"GDualList",
|
|
684
|
+
"GEditableGrid",
|
|
685
|
+
"GEditorToolbarComposition",
|
|
686
|
+
"GEmailVerification",
|
|
687
|
+
"GEmptyState",
|
|
688
|
+
"GEnterpriseSettings",
|
|
689
|
+
"GEntityPicker",
|
|
690
|
+
"GExpandableTable",
|
|
691
|
+
"GExportPanel",
|
|
692
|
+
"GFailedUpload",
|
|
693
|
+
"GFaq",
|
|
694
|
+
"GFeatureHint",
|
|
695
|
+
"GField",
|
|
696
|
+
"GFieldset",
|
|
697
|
+
"GFileBrowserComposition",
|
|
698
|
+
"GFileCardComposition",
|
|
699
|
+
"GFileDrop",
|
|
700
|
+
"GFileField",
|
|
701
|
+
"GFileManager",
|
|
702
|
+
"GFilePreviewComposition",
|
|
703
|
+
"GFileProperties",
|
|
704
|
+
"GFileTree",
|
|
705
|
+
"GFilterBar",
|
|
706
|
+
"GFilterBuilder",
|
|
707
|
+
"GFilterSummary",
|
|
708
|
+
"GFindReplace",
|
|
709
|
+
"GFirstTimeSetup",
|
|
710
|
+
"GFloatingActionBar",
|
|
711
|
+
"GFolderTreeComposition",
|
|
712
|
+
"GFooterBar",
|
|
713
|
+
"GForm",
|
|
714
|
+
"GFormActions",
|
|
715
|
+
"GFormBuilder",
|
|
716
|
+
"GFormGrid",
|
|
717
|
+
"GFormProgress",
|
|
718
|
+
"GFormReview",
|
|
719
|
+
"GFormRow",
|
|
720
|
+
"GFormSection",
|
|
721
|
+
"GFullscreenAction",
|
|
722
|
+
"GGalleryLightbox",
|
|
723
|
+
"GGanttShell",
|
|
724
|
+
"GGenerationCard",
|
|
725
|
+
"GGenerationGallery",
|
|
726
|
+
"GGenerationPlaceholder",
|
|
727
|
+
"GGridSystem",
|
|
728
|
+
"GGroupBuilder",
|
|
729
|
+
"GGroupedTable",
|
|
730
|
+
"GGuidancePair",
|
|
731
|
+
"GHeatmap",
|
|
732
|
+
"GHelpCard",
|
|
733
|
+
"GHelpCenter",
|
|
734
|
+
"GHelpChecklist",
|
|
735
|
+
"GHelpFeedback",
|
|
736
|
+
"GHelpPanel",
|
|
737
|
+
"GHelpPopover",
|
|
738
|
+
"GHelpText",
|
|
739
|
+
"GHelpTopics",
|
|
740
|
+
"GHelpTrigger",
|
|
741
|
+
"GHero",
|
|
742
|
+
"GHorizontalForm",
|
|
743
|
+
"GHotspot",
|
|
744
|
+
"GIconPicker",
|
|
745
|
+
"GIdentitySwitcher",
|
|
746
|
+
"GImageAnnotationComposition",
|
|
747
|
+
"GImageCropComposition",
|
|
748
|
+
"GImageCropShell",
|
|
749
|
+
"GInbox",
|
|
750
|
+
"GInfiniteScroll",
|
|
751
|
+
"GInlineForm",
|
|
752
|
+
"GInlineHint",
|
|
753
|
+
"GInput",
|
|
754
|
+
"GInputAffix",
|
|
755
|
+
"GInputGroup",
|
|
756
|
+
"GInvitationComposition",
|
|
757
|
+
"GInvoiceInformation",
|
|
758
|
+
"GJumpNavigation",
|
|
759
|
+
"GKanban",
|
|
760
|
+
"GKeyHint",
|
|
761
|
+
"GKeyValue",
|
|
762
|
+
"GKpiStat",
|
|
763
|
+
"GListGroup",
|
|
764
|
+
"GLoadMoreNavigation",
|
|
765
|
+
"GLocaleNavigation",
|
|
766
|
+
"GLocalizationGrid",
|
|
767
|
+
"GLockScreen",
|
|
768
|
+
"GLoginActivity",
|
|
769
|
+
"GMagicLink",
|
|
770
|
+
"GMapShell",
|
|
771
|
+
"GMarkdownEditor",
|
|
772
|
+
"GMediaDetailsComposition",
|
|
773
|
+
"GMediaGridComposition",
|
|
774
|
+
"GMediaLibrary",
|
|
775
|
+
"GMediaLibraryComposition",
|
|
776
|
+
"GMediaList",
|
|
777
|
+
"GMediaPicker",
|
|
778
|
+
"GMediaPlayer",
|
|
779
|
+
"GMegaMenu",
|
|
780
|
+
"GMentionPicker",
|
|
781
|
+
"GMentionSlashCommand",
|
|
782
|
+
"GMenuBar",
|
|
783
|
+
"GMenuDropdown",
|
|
784
|
+
"GMessage",
|
|
785
|
+
"GMetricCard",
|
|
786
|
+
"GMfaChallenge",
|
|
787
|
+
"GMiniCart",
|
|
788
|
+
"GMobileActionSheet",
|
|
789
|
+
"GMobileAppBar",
|
|
790
|
+
"GMobileAuth",
|
|
791
|
+
"GMobileBottomNavigation",
|
|
792
|
+
"GMobileBottomSheet",
|
|
793
|
+
"GMobileCardCarousel",
|
|
794
|
+
"GMobileCategory",
|
|
795
|
+
"GMobileCategoryView",
|
|
796
|
+
"GMobileCheckout",
|
|
797
|
+
"GMobileFab",
|
|
798
|
+
"GMobileFeed",
|
|
799
|
+
"GMobileFilterSheet",
|
|
800
|
+
"GMobileForm",
|
|
801
|
+
"GMobileFullscreenDialog",
|
|
802
|
+
"GMobileGestureHint",
|
|
803
|
+
"GMobileInfiniteLoad",
|
|
804
|
+
"GMobileKeyboardAvoidance",
|
|
805
|
+
"GMobileKeyboardToolbar",
|
|
806
|
+
"GMobileMediaViewer",
|
|
807
|
+
"GMobileOfflineBanner",
|
|
808
|
+
"GMobilePermissionPrompt",
|
|
809
|
+
"GMobilePicker",
|
|
810
|
+
"GMobilePullRefresh",
|
|
811
|
+
"GMobilePurchaseBar",
|
|
812
|
+
"GMobileSafeShell",
|
|
813
|
+
"GMobileSearch",
|
|
814
|
+
"GMobileSegmentedControl",
|
|
815
|
+
"GMobileSelectionMode",
|
|
816
|
+
"GMobileShell",
|
|
817
|
+
"GMobileSnackbar",
|
|
818
|
+
"GMobileState",
|
|
819
|
+
"GMobileSwipeActions",
|
|
820
|
+
"GMobileSwipeTabs",
|
|
821
|
+
"GMobileTabBar",
|
|
822
|
+
"GMobileTopNavigation",
|
|
823
|
+
"GMobileWheelPicker",
|
|
824
|
+
"GModelSelector",
|
|
825
|
+
"GMoneyGroup",
|
|
826
|
+
"GMultiAgentBoard",
|
|
827
|
+
"GMultiWindowPlaceholder",
|
|
828
|
+
"GNameGroup",
|
|
829
|
+
"GNativeFilePicker",
|
|
830
|
+
"GNavbar",
|
|
831
|
+
"GNavigationRail",
|
|
832
|
+
"GNote",
|
|
833
|
+
"GNotificationCenter",
|
|
834
|
+
"GOnboarding",
|
|
835
|
+
"GOrderDetail",
|
|
836
|
+
"GOrganizationChart",
|
|
837
|
+
"GOrganizationPicker",
|
|
838
|
+
"GOtpInput",
|
|
839
|
+
"GPageHeader",
|
|
840
|
+
"GPageLoading",
|
|
841
|
+
"GPageStateSystem",
|
|
842
|
+
"GPagination",
|
|
843
|
+
"GPasskeyComposition",
|
|
844
|
+
"GPasswordField",
|
|
845
|
+
"GPasswordRecovery",
|
|
846
|
+
"GPasswordReset",
|
|
847
|
+
"GPasswordStrength",
|
|
848
|
+
"GPaymentMethod",
|
|
849
|
+
"GPaymentResult",
|
|
850
|
+
"GPaymentSheet",
|
|
851
|
+
"GPdfViewer",
|
|
852
|
+
"GPermissionMatrix",
|
|
853
|
+
"GPermissionScope",
|
|
854
|
+
"GPhoneGroup",
|
|
855
|
+
"GPhoneVerification",
|
|
856
|
+
"GPickupSelector",
|
|
857
|
+
"GPillNavigation",
|
|
858
|
+
"GPinInput",
|
|
859
|
+
"GPivotTable",
|
|
860
|
+
"GPopover",
|
|
861
|
+
"GPreviousNextNavigation",
|
|
862
|
+
"GPriceDisplay",
|
|
863
|
+
"GPriceQuantity",
|
|
864
|
+
"GPricing",
|
|
865
|
+
"GPricingComparison",
|
|
866
|
+
"GPrimaryNavigation",
|
|
867
|
+
"GPrivacyNotice",
|
|
868
|
+
"GProductCard",
|
|
869
|
+
"GProductDetail",
|
|
870
|
+
"GProfileSetup",
|
|
871
|
+
"GProgressMeter",
|
|
872
|
+
"GProgressStats",
|
|
873
|
+
"GPromotionList",
|
|
874
|
+
"GPromptComposer",
|
|
875
|
+
"GPromptLibrary",
|
|
876
|
+
"GPromptStarter",
|
|
877
|
+
"GPullRefresh",
|
|
878
|
+
"GQrLogin",
|
|
879
|
+
"GQueryBuilder",
|
|
880
|
+
"GQuickNavigation",
|
|
881
|
+
"GRadioGroup",
|
|
882
|
+
"GRangeColor",
|
|
883
|
+
"GRangeField",
|
|
884
|
+
"GRanking",
|
|
885
|
+
"GRating",
|
|
886
|
+
"GRecentDocuments",
|
|
887
|
+
"GRecordDetail",
|
|
888
|
+
"GRecoveryCodes",
|
|
889
|
+
"GRefundStatus",
|
|
890
|
+
"GRegionLayoutSystem",
|
|
891
|
+
"GRegistrationComposition",
|
|
892
|
+
"GRelationPicker",
|
|
893
|
+
"GRepeatableField",
|
|
894
|
+
"GReportInvoice",
|
|
895
|
+
"GResourcePicker",
|
|
896
|
+
"GResponsiveTable",
|
|
897
|
+
"GRevisionCompareComposition",
|
|
898
|
+
"GRichEditor",
|
|
899
|
+
"GRichTextEditorComposition",
|
|
900
|
+
"GRichTooltip",
|
|
901
|
+
"GRowDisclosure",
|
|
902
|
+
"GRowSelection",
|
|
903
|
+
"GSavedFilters",
|
|
904
|
+
"GSavedViews",
|
|
905
|
+
"GScrollspyNavigation",
|
|
906
|
+
"GSearchField",
|
|
907
|
+
"GSearchResults",
|
|
908
|
+
"GSectionHeader",
|
|
909
|
+
"GSecurityAlert",
|
|
910
|
+
"GSegmentedControl",
|
|
911
|
+
"GSelect",
|
|
912
|
+
"GSelectionControls",
|
|
913
|
+
"GSelectionSummary",
|
|
914
|
+
"GSessionExpired",
|
|
915
|
+
"GShippingMethod",
|
|
916
|
+
"GShortcutList",
|
|
917
|
+
"GShortcutRecorder",
|
|
918
|
+
"GSidebar",
|
|
919
|
+
"GSignInComposition",
|
|
920
|
+
"GSingleInstanceNotice",
|
|
921
|
+
"GSiteHeader",
|
|
922
|
+
"GSkipNavigation",
|
|
923
|
+
"GSkuSelector",
|
|
924
|
+
"GSolutionAdminList",
|
|
925
|
+
"GSolutionApprovalCenter",
|
|
926
|
+
"GSolutionArticlePage",
|
|
927
|
+
"GSolutionBlogIndex",
|
|
928
|
+
"GSolutionBookingPortal",
|
|
929
|
+
"GSolutionCommunityPage",
|
|
930
|
+
"GSolutionContactPage",
|
|
931
|
+
"GSolutionCorporateHome",
|
|
932
|
+
"GSolutionCrmWorkspace",
|
|
933
|
+
"GSolutionDashboardOverview",
|
|
934
|
+
"GSolutionDocsPortal",
|
|
935
|
+
"GSolutionEventPortal",
|
|
936
|
+
"GSolutionFinancePortal",
|
|
937
|
+
"GSolutionHealthcarePortal",
|
|
938
|
+
"GSolutionHelpCenter",
|
|
939
|
+
"GSolutionKnowledgeBase",
|
|
940
|
+
"GSolutionLearningPortal",
|
|
941
|
+
"GSolutionMarketplacePage",
|
|
942
|
+
"GSolutionNotificationCenter",
|
|
943
|
+
"GSolutionOnboardingFlow",
|
|
944
|
+
"GSolutionPersonalHome",
|
|
945
|
+
"GSolutionPortfolioPage",
|
|
946
|
+
"GSolutionPricingPage",
|
|
947
|
+
"GSolutionProductLanding",
|
|
948
|
+
"GSolutionProjectWorkspace",
|
|
949
|
+
"GSolutionPublicServicePortal",
|
|
950
|
+
"GSolutionRecordDetail",
|
|
951
|
+
"GSolutionSearchResults",
|
|
952
|
+
"GSolutionSettingsCenter",
|
|
953
|
+
"GSolutionStatusCenter",
|
|
954
|
+
"GSolutionSupportCenter",
|
|
955
|
+
"GSolutionUserCenter",
|
|
956
|
+
"GSortBuilder",
|
|
957
|
+
"GSourcesCitations",
|
|
958
|
+
"GSparkline",
|
|
959
|
+
"GSpinnerSkeleton",
|
|
960
|
+
"GSplitPane",
|
|
961
|
+
"GSpotlight",
|
|
962
|
+
"GSsoComposition",
|
|
963
|
+
"GStatList",
|
|
964
|
+
"GStatusBar",
|
|
965
|
+
"GStatusSummary",
|
|
966
|
+
"GStepper",
|
|
967
|
+
"GStickyActions",
|
|
968
|
+
"GStorageMeter",
|
|
969
|
+
"GStreamingResponse",
|
|
970
|
+
"GSubNavigation",
|
|
971
|
+
"GSubheader",
|
|
972
|
+
"GSubscriptionPlan",
|
|
973
|
+
"GSwitch",
|
|
974
|
+
"GSwitchRow",
|
|
975
|
+
"GSyncStatus",
|
|
976
|
+
"GTable",
|
|
977
|
+
"GTableDensity",
|
|
978
|
+
"GTableSort",
|
|
979
|
+
"GTabs",
|
|
980
|
+
"GTagPicker",
|
|
981
|
+
"GTaxSummary",
|
|
982
|
+
"GTenantChooser",
|
|
983
|
+
"GTerminal",
|
|
984
|
+
"GTextarea",
|
|
985
|
+
"GThinking",
|
|
986
|
+
"GTimePicker",
|
|
987
|
+
"GTimeRangeGroup",
|
|
988
|
+
"GTimeRangePickerComposition",
|
|
989
|
+
"GTimeline",
|
|
990
|
+
"GTip",
|
|
991
|
+
"GToast",
|
|
992
|
+
"GToolApproval",
|
|
993
|
+
"GToolCall",
|
|
994
|
+
"GToolbar",
|
|
995
|
+
"GTooltip",
|
|
996
|
+
"GTourSpotlight",
|
|
997
|
+
"GTransferList",
|
|
998
|
+
"GTrayMenuShell",
|
|
999
|
+
"GTree",
|
|
1000
|
+
"GTreeNavigation",
|
|
1001
|
+
"GTreeSelect",
|
|
1002
|
+
"GTreeTable",
|
|
1003
|
+
"GTroubleshooting",
|
|
1004
|
+
"GTrustedDevice",
|
|
1005
|
+
"GUnitField",
|
|
1006
|
+
"GUpdateAvailable",
|
|
1007
|
+
"GUpdateProgress",
|
|
1008
|
+
"GUploadProgressComposition",
|
|
1009
|
+
"GUploadQueue",
|
|
1010
|
+
"GUserPicker",
|
|
1011
|
+
"GUtilityNavigation",
|
|
1012
|
+
"GValidationState",
|
|
1013
|
+
"GValidationSummary",
|
|
1014
|
+
"GVersionHistory",
|
|
1015
|
+
"GVersionHistoryComposition",
|
|
1016
|
+
"GVerticalTabs",
|
|
1017
|
+
"GVideoPlayerShell",
|
|
1018
|
+
"GVirtualList",
|
|
1019
|
+
"GVisualBuilder",
|
|
1020
|
+
"GVoiceState",
|
|
1021
|
+
"GWhatsNew",
|
|
1022
|
+
"GWindowLoading",
|
|
1023
|
+
"GWizardLayout",
|
|
1024
|
+
"GWizardNavigation",
|
|
1025
|
+
"Gardener",
|
|
1026
|
+
"GardenerComponent",
|
|
1027
|
+
"GardenerPart",
|
|
1028
|
+
"GardenerProvider",
|
|
1029
|
+
"GardenerThemeContext",
|
|
1030
|
+
"behaviorAttributes",
|
|
1031
|
+
"bindElectronWindowControls",
|
|
1032
|
+
"bindTauriWindowControls",
|
|
1033
|
+
"componentByExportName",
|
|
1034
|
+
"componentByName",
|
|
1035
|
+
"componentCatalog",
|
|
1036
|
+
"configAttributes",
|
|
1037
|
+
"createGardenerComponent",
|
|
1038
|
+
"destroy",
|
|
1039
|
+
"emit",
|
|
1040
|
+
"gardenerComponents",
|
|
1041
|
+
"getInstance",
|
|
1042
|
+
"init",
|
|
1043
|
+
"observe",
|
|
1044
|
+
"register",
|
|
1045
|
+
"resolveGardenerTarget",
|
|
1046
|
+
"themeAttributes",
|
|
1047
|
+
"themeAxes",
|
|
1048
|
+
"toast",
|
|
1049
|
+
"useElectronWindowControls",
|
|
1050
|
+
"useGardener",
|
|
1051
|
+
"useGardenerBehavior",
|
|
1052
|
+
"useGardenerEvent",
|
|
1053
|
+
"useGardenerTheme",
|
|
1054
|
+
"useGardenerThemeContext",
|
|
1055
|
+
"useGardenerToast",
|
|
1056
|
+
"useTauriWindowControls"
|
|
1057
|
+
],
|
|
1058
|
+
"typeExports": [
|
|
1059
|
+
"GardenerAs",
|
|
1060
|
+
"GardenerBehaviorInstance",
|
|
1061
|
+
"GardenerBehaviorName",
|
|
1062
|
+
"GardenerComponentDefinition",
|
|
1063
|
+
"GardenerComponentHandle",
|
|
1064
|
+
"GardenerComponentKind",
|
|
1065
|
+
"GardenerComponentProps",
|
|
1066
|
+
"GardenerConfigValue",
|
|
1067
|
+
"GardenerElectronBinding",
|
|
1068
|
+
"GardenerElectronBridge",
|
|
1069
|
+
"GardenerElementTarget",
|
|
1070
|
+
"GardenerEventHandler",
|
|
1071
|
+
"GardenerEventName",
|
|
1072
|
+
"GardenerGeneratedComponent",
|
|
1073
|
+
"GardenerOwnProps",
|
|
1074
|
+
"GardenerPlatform",
|
|
1075
|
+
"GardenerReactComponentName",
|
|
1076
|
+
"GardenerTargetValue",
|
|
1077
|
+
"GardenerTauriBinding",
|
|
1078
|
+
"GardenerTauriBridge",
|
|
1079
|
+
"GardenerThemeState",
|
|
1080
|
+
"GardenerValueChange"
|
|
1081
|
+
],
|
|
1082
|
+
"packageEntrypoints": [
|
|
1083
|
+
".",
|
|
1084
|
+
"./components",
|
|
1085
|
+
"./component",
|
|
1086
|
+
"./hooks",
|
|
1087
|
+
"./provider",
|
|
1088
|
+
"./adapters",
|
|
1089
|
+
"./tauri",
|
|
1090
|
+
"./electron",
|
|
1091
|
+
"./catalog",
|
|
1092
|
+
"./catalog.json",
|
|
1093
|
+
"./style.css",
|
|
1094
|
+
"./core.css",
|
|
1095
|
+
"./themes.css",
|
|
1096
|
+
"./utilities.css",
|
|
1097
|
+
"./components.css",
|
|
1098
|
+
"./ai.css",
|
|
1099
|
+
"./platform/web.css",
|
|
1100
|
+
"./platform/mobile.css",
|
|
1101
|
+
"./platform/desktop.css",
|
|
1102
|
+
"./platform/tauri.css",
|
|
1103
|
+
"./platform/electron.css",
|
|
1104
|
+
"./component-css/*.css",
|
|
1105
|
+
"./component-css/*",
|
|
1106
|
+
"./bundle.min.js",
|
|
1107
|
+
"./performance",
|
|
1108
|
+
"./schema/public-api",
|
|
1109
|
+
"./schema/compatibility",
|
|
1110
|
+
"./schema/performance",
|
|
1111
|
+
"./package.json"
|
|
1112
|
+
],
|
|
1113
|
+
"hooks": [
|
|
1114
|
+
"useGardener",
|
|
1115
|
+
"useGardenerBehavior",
|
|
1116
|
+
"useGardenerEvent",
|
|
1117
|
+
"useGardenerTheme",
|
|
1118
|
+
"useGardenerToast",
|
|
1119
|
+
"useTauriWindowControls",
|
|
1120
|
+
"useElectronWindowControls"
|
|
1121
|
+
],
|
|
1122
|
+
"componentProps": [
|
|
1123
|
+
"as",
|
|
1124
|
+
"variant",
|
|
1125
|
+
"state",
|
|
1126
|
+
"config",
|
|
1127
|
+
"initialize",
|
|
1128
|
+
"value",
|
|
1129
|
+
"defaultValue",
|
|
1130
|
+
"valueEvent",
|
|
1131
|
+
"valueKey",
|
|
1132
|
+
"onValueChange"
|
|
1133
|
+
],
|
|
1134
|
+
"componentHandleMembers": [
|
|
1135
|
+
"element",
|
|
1136
|
+
"getInstance",
|
|
1137
|
+
"refresh"
|
|
1138
|
+
],
|
|
1139
|
+
"themeAxes": [
|
|
1140
|
+
"theme",
|
|
1141
|
+
"mode",
|
|
1142
|
+
"neutral",
|
|
1143
|
+
"typography",
|
|
1144
|
+
"shape",
|
|
1145
|
+
"density",
|
|
1146
|
+
"elevation",
|
|
1147
|
+
"motion",
|
|
1148
|
+
"platform",
|
|
1149
|
+
"os"
|
|
1150
|
+
],
|
|
1151
|
+
"provider": "GardenerProvider"
|
|
1152
|
+
}
|