@gardenerim/angularjs 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 +8 -0
- package/LICENSE +21 -0
- package/README.md +33 -0
- package/dist/adapters.d.ts +3 -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/components.css +1 -0
- package/dist/core.css +1 -0
- package/dist/directives.d.ts +8 -0
- package/dist/directives.d.ts.map +1 -0
- package/dist/directives.js +185 -0
- package/dist/directives.js.map +1 -0
- package/dist/electron.d.ts +5 -0
- package/dist/electron.d.ts.map +1 -0
- package/dist/electron.js +4 -0
- package/dist/electron.js.map +1 -0
- package/dist/gardener-angularjs.min.js +2 -0
- package/dist/gardener-angularjs.min.js.map +7 -0
- package/dist/gardener-angularjs.performance.json +12 -0
- package/dist/generated/catalog.d.ts +7 -0
- package/dist/generated/catalog.d.ts.map +1 -0
- package/dist/generated/catalog.js +12230 -0
- package/dist/generated/catalog.js.map +1 -0
- package/dist/generated/components.d.ts +512 -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/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -0
- package/dist/module.d.ts +4 -0
- package/dist/module.d.ts.map +1 -0
- package/dist/module.js +59 -0
- package/dist/module.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/services.d.ts +9 -0
- package/dist/services.d.ts.map +1 -0
- package/dist/services.js +30 -0
- package/dist/services.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/tauri.d.ts +5 -0
- package/dist/tauri.d.ts.map +1 -0
- package/dist/tauri.js +4 -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 +92 -0
- package/docs/components.md +512 -0
- package/docs/security.md +20 -0
- package/metadata/compatibility.json +2745 -0
- package/metadata/compatibility.schema.json +13 -0
- package/metadata/performance.schema.json +9 -0
- package/metadata/public-api.json +2166 -0
- package/metadata/public-api.schema.json +18 -0
- package/package.json +96 -0
|
@@ -0,0 +1,2166 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./public-api.schema.json",
|
|
3
|
+
"schemaVersion": 1,
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"status": "stable",
|
|
6
|
+
"cssVersion": "1.0.0",
|
|
7
|
+
"angularjs": ">=1.8.2 <1.9.0",
|
|
8
|
+
"components": 506,
|
|
9
|
+
"behaviors": 66,
|
|
10
|
+
"componentExports": [
|
|
11
|
+
"GButtonDirective",
|
|
12
|
+
"GButtonGroupDirective",
|
|
13
|
+
"GCardDirective",
|
|
14
|
+
"GBadgeTagChipDirective",
|
|
15
|
+
"GAvatarDirective",
|
|
16
|
+
"GAlertDirective",
|
|
17
|
+
"GProgressMeterDirective",
|
|
18
|
+
"GSpinnerSkeletonDirective",
|
|
19
|
+
"GEmptyStateDirective",
|
|
20
|
+
"GInputDirective",
|
|
21
|
+
"GTextareaDirective",
|
|
22
|
+
"GSelectDirective",
|
|
23
|
+
"GCheckboxRadioDirective",
|
|
24
|
+
"GSwitchDirective",
|
|
25
|
+
"GRangeColorDirective",
|
|
26
|
+
"GFileDropDirective",
|
|
27
|
+
"GComboboxDirective",
|
|
28
|
+
"GFormDirective",
|
|
29
|
+
"GFormSectionDirective",
|
|
30
|
+
"GFieldDirective",
|
|
31
|
+
"GFieldsetDirective",
|
|
32
|
+
"GFormRowDirective",
|
|
33
|
+
"GFormGridDirective",
|
|
34
|
+
"GHorizontalFormDirective",
|
|
35
|
+
"GInlineFormDirective",
|
|
36
|
+
"GCompactFormDirective",
|
|
37
|
+
"GInputGroupDirective",
|
|
38
|
+
"GInputAffixDirective",
|
|
39
|
+
"GSearchFieldDirective",
|
|
40
|
+
"GPasswordFieldDirective",
|
|
41
|
+
"GClearableFieldDirective",
|
|
42
|
+
"GCharacterCounterDirective",
|
|
43
|
+
"GValidationStateDirective",
|
|
44
|
+
"GCheckboxGroupDirective",
|
|
45
|
+
"GRadioGroupDirective",
|
|
46
|
+
"GSwitchRowDirective",
|
|
47
|
+
"GChoiceCardGroupDirective",
|
|
48
|
+
"GNameGroupDirective",
|
|
49
|
+
"GAddressGroupDirective",
|
|
50
|
+
"GPhoneGroupDirective",
|
|
51
|
+
"GMoneyGroupDirective",
|
|
52
|
+
"GDateRangeGroupDirective",
|
|
53
|
+
"GTimeRangeGroupDirective",
|
|
54
|
+
"GUnitFieldDirective",
|
|
55
|
+
"GRangeFieldDirective",
|
|
56
|
+
"GFileFieldDirective",
|
|
57
|
+
"GRepeatableFieldDirective",
|
|
58
|
+
"GConditionalFieldDirective",
|
|
59
|
+
"GFormActionsDirective",
|
|
60
|
+
"GAutosaveStatusDirective",
|
|
61
|
+
"GFormProgressDirective",
|
|
62
|
+
"GFormReviewDirective",
|
|
63
|
+
"GConsentGroupDirective",
|
|
64
|
+
"GNavbarDirective",
|
|
65
|
+
"GSidebarDirective",
|
|
66
|
+
"GBreadcrumbDirective",
|
|
67
|
+
"GTabsDirective",
|
|
68
|
+
"GSegmentedControlDirective",
|
|
69
|
+
"GPaginationDirective",
|
|
70
|
+
"GMenuDropdownDirective",
|
|
71
|
+
"GStepperDirective",
|
|
72
|
+
"GCommandPaletteDirective",
|
|
73
|
+
"GPrimaryNavigationDirective",
|
|
74
|
+
"GUtilityNavigationDirective",
|
|
75
|
+
"GSubNavigationDirective",
|
|
76
|
+
"GCollapsibleNavigationDirective",
|
|
77
|
+
"GNavigationRailDirective",
|
|
78
|
+
"GActivityBarDirective",
|
|
79
|
+
"GMenuBarDirective",
|
|
80
|
+
"GContextMenuDirective",
|
|
81
|
+
"GTreeNavigationDirective",
|
|
82
|
+
"GVerticalTabsDirective",
|
|
83
|
+
"GPillNavigationDirective",
|
|
84
|
+
"GScrollspyNavigationDirective",
|
|
85
|
+
"GCursorPaginationDirective",
|
|
86
|
+
"GLoadMoreNavigationDirective",
|
|
87
|
+
"GWizardNavigationDirective",
|
|
88
|
+
"GBackNavigationDirective",
|
|
89
|
+
"GPreviousNextNavigationDirective",
|
|
90
|
+
"GSkipNavigationDirective",
|
|
91
|
+
"GMobileTopNavigationDirective",
|
|
92
|
+
"GBottomNavigationDirective",
|
|
93
|
+
"GMobileTabBarDirective",
|
|
94
|
+
"GDrawerNavigationDirective",
|
|
95
|
+
"GCommandNavigationDirective",
|
|
96
|
+
"GJumpNavigationDirective",
|
|
97
|
+
"GQuickNavigationDirective",
|
|
98
|
+
"GLocaleNavigationDirective",
|
|
99
|
+
"GAccountNavigationDirective",
|
|
100
|
+
"GDialogDirective",
|
|
101
|
+
"GDrawerDirective",
|
|
102
|
+
"GPopoverDirective",
|
|
103
|
+
"GTooltipDirective",
|
|
104
|
+
"GToastDirective",
|
|
105
|
+
"GAccordionDirective",
|
|
106
|
+
"GTableDirective",
|
|
107
|
+
"GDataGridDirective",
|
|
108
|
+
"GKpiStatDirective",
|
|
109
|
+
"GDescriptionListDirective",
|
|
110
|
+
"GListGroupDirective",
|
|
111
|
+
"GTreeDirective",
|
|
112
|
+
"GTimelineDirective",
|
|
113
|
+
"GResponsiveTableDirective",
|
|
114
|
+
"GTableSortDirective",
|
|
115
|
+
"GRowSelectionDirective",
|
|
116
|
+
"GRowDisclosureDirective",
|
|
117
|
+
"GColumnToggleDirective",
|
|
118
|
+
"GDataFilterDirective",
|
|
119
|
+
"GDataViewDirective",
|
|
120
|
+
"GEditableGridDirective",
|
|
121
|
+
"GTreeTableDirective",
|
|
122
|
+
"GGroupedTableDirective",
|
|
123
|
+
"GExpandableTableDirective",
|
|
124
|
+
"GComparisonTableDirective",
|
|
125
|
+
"GKeyValueDirective",
|
|
126
|
+
"GRecordDetailDirective",
|
|
127
|
+
"GMediaListDirective",
|
|
128
|
+
"GDenseListDirective",
|
|
129
|
+
"GAuditLogCompositionDirective",
|
|
130
|
+
"GStatListDirective",
|
|
131
|
+
"GMetricCardDirective",
|
|
132
|
+
"GSparklineDirective",
|
|
133
|
+
"GProgressStatsDirective",
|
|
134
|
+
"GDataLegendDirective",
|
|
135
|
+
"GRankingDirective",
|
|
136
|
+
"GStatusSummaryDirective",
|
|
137
|
+
"GDataMatrixDirective",
|
|
138
|
+
"GHeatmapDirective",
|
|
139
|
+
"GDataToolbarDirective",
|
|
140
|
+
"GColumnChooserDirective",
|
|
141
|
+
"GSavedViewsDirective",
|
|
142
|
+
"GExportPanelDirective",
|
|
143
|
+
"GDataStateDirective",
|
|
144
|
+
"GDataViewSwitcherDirective",
|
|
145
|
+
"GSelectionSummaryDirective",
|
|
146
|
+
"GTableDensityDirective",
|
|
147
|
+
"GFilterSummaryDirective",
|
|
148
|
+
"GSortBuilderDirective",
|
|
149
|
+
"GDataInspectorDirective",
|
|
150
|
+
"GSelectionControlsDirective",
|
|
151
|
+
"GBatchToolbarDirective",
|
|
152
|
+
"GDualListDirective",
|
|
153
|
+
"GTreeSelectDirective",
|
|
154
|
+
"GCascaderDirective",
|
|
155
|
+
"GMentionPickerDirective",
|
|
156
|
+
"GUserPickerDirective",
|
|
157
|
+
"GOrganizationPickerDirective",
|
|
158
|
+
"GResourcePickerDirective",
|
|
159
|
+
"GMediaPickerDirective",
|
|
160
|
+
"GIconPickerDirective",
|
|
161
|
+
"GColorPickerCompositionDirective",
|
|
162
|
+
"GDateRangePickerCompositionDirective",
|
|
163
|
+
"GTimeRangePickerCompositionDirective",
|
|
164
|
+
"GSavedFiltersDirective",
|
|
165
|
+
"GGroupBuilderDirective",
|
|
166
|
+
"GEntityPickerDirective",
|
|
167
|
+
"GTagPickerDirective",
|
|
168
|
+
"GRelationPickerDirective",
|
|
169
|
+
"GBulkConfirmationDirective",
|
|
170
|
+
"GBulkProgressDirective",
|
|
171
|
+
"GFilterBarDirective",
|
|
172
|
+
"GCodeBlockDirective",
|
|
173
|
+
"GTerminalDirective",
|
|
174
|
+
"GDiffViewerDirective",
|
|
175
|
+
"GChartContainerDirective",
|
|
176
|
+
"GGridSystemDirective",
|
|
177
|
+
"GRegionLayoutSystemDirective",
|
|
178
|
+
"GClassicLayoutPrimitivesDirective",
|
|
179
|
+
"GPageHeaderDirective",
|
|
180
|
+
"GSectionHeaderDirective",
|
|
181
|
+
"GSubheaderDirective",
|
|
182
|
+
"GToolbarDirective",
|
|
183
|
+
"GActionBarDirective",
|
|
184
|
+
"GStatusBarDirective",
|
|
185
|
+
"GCommandBarDirective",
|
|
186
|
+
"GContextBarDirective",
|
|
187
|
+
"GBulkActionBarDirective",
|
|
188
|
+
"GFooterBarDirective",
|
|
189
|
+
"GFloatingActionBarDirective",
|
|
190
|
+
"GDividerWithTextDirective",
|
|
191
|
+
"GStickyActionsDirective",
|
|
192
|
+
"GPageLoadingDirective",
|
|
193
|
+
"GPageStateSystemDirective",
|
|
194
|
+
"GTipDirective",
|
|
195
|
+
"GInlineHintDirective",
|
|
196
|
+
"GHelpTextDirective",
|
|
197
|
+
"GHelpTriggerDirective",
|
|
198
|
+
"GRichTooltipDirective",
|
|
199
|
+
"GHelpPopoverDirective",
|
|
200
|
+
"GDefinitionHelpDirective",
|
|
201
|
+
"GCalloutDirective",
|
|
202
|
+
"GNoteDirective",
|
|
203
|
+
"GGuidancePairDirective",
|
|
204
|
+
"GKeyHintDirective",
|
|
205
|
+
"GShortcutListDirective",
|
|
206
|
+
"GHelpCardDirective",
|
|
207
|
+
"GHelpPanelDirective",
|
|
208
|
+
"GHelpCenterDirective",
|
|
209
|
+
"GHelpTopicsDirective",
|
|
210
|
+
"GFaqDirective",
|
|
211
|
+
"GContextualHelpDirective",
|
|
212
|
+
"GCoachMarkDirective",
|
|
213
|
+
"GSpotlightDirective",
|
|
214
|
+
"GHotspotDirective",
|
|
215
|
+
"GFeatureHintDirective",
|
|
216
|
+
"GWhatsNewDirective",
|
|
217
|
+
"GHelpChecklistDirective",
|
|
218
|
+
"GTroubleshootingDirective",
|
|
219
|
+
"GHelpFeedbackDirective",
|
|
220
|
+
"GAppShellDirective",
|
|
221
|
+
"GDashboardDirective",
|
|
222
|
+
"GMobileShellDirective",
|
|
223
|
+
"GChatDirective",
|
|
224
|
+
"GMessageDirective",
|
|
225
|
+
"GPromptComposerDirective",
|
|
226
|
+
"GAttachmentDirective",
|
|
227
|
+
"GThinkingDirective",
|
|
228
|
+
"GToolCallDirective",
|
|
229
|
+
"GToolApprovalDirective",
|
|
230
|
+
"GAgentStatusDirective",
|
|
231
|
+
"GAgentPlanDirective",
|
|
232
|
+
"GSourcesCitationsDirective",
|
|
233
|
+
"GArtifactPanelDirective",
|
|
234
|
+
"GModelSelectorDirective",
|
|
235
|
+
"GContextMeterDirective",
|
|
236
|
+
"GVoiceStateDirective",
|
|
237
|
+
"GGenerationPlaceholderDirective",
|
|
238
|
+
"GAiWorkspaceDirective",
|
|
239
|
+
"GPromptStarterDirective",
|
|
240
|
+
"GAiCommandMenuDirective",
|
|
241
|
+
"GStreamingResponseDirective",
|
|
242
|
+
"GMultiAgentBoardDirective",
|
|
243
|
+
"GAgentHandoffDirective",
|
|
244
|
+
"GArtifactWorkspaceDirective",
|
|
245
|
+
"GGenerationGalleryDirective",
|
|
246
|
+
"GAiContextManagerDirective",
|
|
247
|
+
"GAiUsagePanelDirective",
|
|
248
|
+
"GAiSafetyNoticeDirective",
|
|
249
|
+
"GAiFeedbackDirective",
|
|
250
|
+
"GDatePickerDirective",
|
|
251
|
+
"GTimePickerDirective",
|
|
252
|
+
"GPinInputDirective",
|
|
253
|
+
"GRatingDirective",
|
|
254
|
+
"GTransferListDirective",
|
|
255
|
+
"GValidationSummaryDirective",
|
|
256
|
+
"GMegaMenuDirective",
|
|
257
|
+
"GAnchorNavigationDirective",
|
|
258
|
+
"GTourSpotlightDirective",
|
|
259
|
+
"GVirtualListDirective",
|
|
260
|
+
"GKanbanDirective",
|
|
261
|
+
"GGanttShellDirective",
|
|
262
|
+
"GQueryBuilderDirective",
|
|
263
|
+
"GCarouselDirective",
|
|
264
|
+
"GGalleryLightboxDirective",
|
|
265
|
+
"GMediaPlayerDirective",
|
|
266
|
+
"GDocumentViewerDirective",
|
|
267
|
+
"GSplitPaneDirective",
|
|
268
|
+
"GDragSortDirective",
|
|
269
|
+
"GInfiniteScrollDirective",
|
|
270
|
+
"GPullRefreshDirective",
|
|
271
|
+
"GProductCardDirective",
|
|
272
|
+
"GCartItemDirective",
|
|
273
|
+
"GPriceQuantityDirective",
|
|
274
|
+
"GConversationListDirective",
|
|
275
|
+
"GPromptLibraryDirective",
|
|
276
|
+
"GMentionSlashCommandDirective",
|
|
277
|
+
"GGenerationCardDirective",
|
|
278
|
+
"GFileTreeDirective",
|
|
279
|
+
"GVersionHistoryDirective",
|
|
280
|
+
"GPermissionScopeDirective",
|
|
281
|
+
"GCostRateLimitDirective",
|
|
282
|
+
"GPrivacyNoticeDirective",
|
|
283
|
+
"GAuthenticationShellDirective",
|
|
284
|
+
"GMobileCategoryDirective",
|
|
285
|
+
"GCmsShellDirective",
|
|
286
|
+
"GVisualBuilderDirective",
|
|
287
|
+
"GRichEditorDirective",
|
|
288
|
+
"GMediaLibraryDirective",
|
|
289
|
+
"GContentWorkflowDirective",
|
|
290
|
+
"GLocalizationGridDirective",
|
|
291
|
+
"GSiteHeaderDirective",
|
|
292
|
+
"GHeroDirective",
|
|
293
|
+
"GPricingDirective",
|
|
294
|
+
"GArticleLayoutDirective",
|
|
295
|
+
"GProductDetailDirective",
|
|
296
|
+
"GCheckoutDirective",
|
|
297
|
+
"GEnterpriseSettingsDirective",
|
|
298
|
+
"GPermissionMatrixDirective",
|
|
299
|
+
"GAuditLogDirective",
|
|
300
|
+
"GDesktopShellDirective",
|
|
301
|
+
"GDesktopTitlebarDirective",
|
|
302
|
+
"GDesktopWorkbenchDirective",
|
|
303
|
+
"GOnboardingDirective",
|
|
304
|
+
"GWizardLayoutDirective",
|
|
305
|
+
"GNotificationCenterDirective",
|
|
306
|
+
"GInboxDirective",
|
|
307
|
+
"GSearchResultsDirective",
|
|
308
|
+
"GCalendarDirective",
|
|
309
|
+
"GAgendaDirective",
|
|
310
|
+
"GFileManagerDirective",
|
|
311
|
+
"GUploadQueueDirective",
|
|
312
|
+
"GFormBuilderDirective",
|
|
313
|
+
"GFilterBuilderDirective",
|
|
314
|
+
"GPivotTableDirective",
|
|
315
|
+
"GOrganizationChartDirective",
|
|
316
|
+
"GMapShellDirective",
|
|
317
|
+
"GCommentThreadDirective",
|
|
318
|
+
"GActivityFeedDirective",
|
|
319
|
+
"GReportInvoiceDirective",
|
|
320
|
+
"GCookieConsentDirective",
|
|
321
|
+
"GCopyActionDirective",
|
|
322
|
+
"GFullscreenActionDirective",
|
|
323
|
+
"GBackToTopDirective",
|
|
324
|
+
"GImageCropShellDirective",
|
|
325
|
+
"GContentFileDropDirective",
|
|
326
|
+
"GContentFileListDirective",
|
|
327
|
+
"GContentUploadQueueDirective",
|
|
328
|
+
"GChunkUploadDirective",
|
|
329
|
+
"GUploadProgressCompositionDirective",
|
|
330
|
+
"GFailedUploadDirective",
|
|
331
|
+
"GFileCardCompositionDirective",
|
|
332
|
+
"GFolderTreeCompositionDirective",
|
|
333
|
+
"GFileBrowserCompositionDirective",
|
|
334
|
+
"GFilePreviewCompositionDirective",
|
|
335
|
+
"GMediaLibraryCompositionDirective",
|
|
336
|
+
"GMediaGridCompositionDirective",
|
|
337
|
+
"GMediaDetailsCompositionDirective",
|
|
338
|
+
"GImageCropCompositionDirective",
|
|
339
|
+
"GImageAnnotationCompositionDirective",
|
|
340
|
+
"GDocumentViewerCompositionDirective",
|
|
341
|
+
"GPdfViewerDirective",
|
|
342
|
+
"GVideoPlayerShellDirective",
|
|
343
|
+
"GAudioPlayerShellDirective",
|
|
344
|
+
"GCodeEditorShellDirective",
|
|
345
|
+
"GRichTextEditorCompositionDirective",
|
|
346
|
+
"GMarkdownEditorDirective",
|
|
347
|
+
"GBlockEditorDirective",
|
|
348
|
+
"GRevisionCompareCompositionDirective",
|
|
349
|
+
"GContentAutosaveIndicatorDirective",
|
|
350
|
+
"GContentOutlineDirective",
|
|
351
|
+
"GEditorToolbarCompositionDirective",
|
|
352
|
+
"GFindReplaceDirective",
|
|
353
|
+
"GCommentThreadCompositionDirective",
|
|
354
|
+
"GVersionHistoryCompositionDirective",
|
|
355
|
+
"GFilePropertiesDirective",
|
|
356
|
+
"GStorageMeterDirective",
|
|
357
|
+
"GAuthCenteredDirective",
|
|
358
|
+
"GAuthSplitDirective",
|
|
359
|
+
"GSignInCompositionDirective",
|
|
360
|
+
"GRegistrationCompositionDirective",
|
|
361
|
+
"GPasswordRecoveryDirective",
|
|
362
|
+
"GPasswordResetDirective",
|
|
363
|
+
"GEmailVerificationDirective",
|
|
364
|
+
"GPhoneVerificationDirective",
|
|
365
|
+
"GMfaChallengeDirective",
|
|
366
|
+
"GOtpInputDirective",
|
|
367
|
+
"GPasskeyCompositionDirective",
|
|
368
|
+
"GSsoCompositionDirective",
|
|
369
|
+
"GQrLoginDirective",
|
|
370
|
+
"GMagicLinkDirective",
|
|
371
|
+
"GInvitationCompositionDirective",
|
|
372
|
+
"GFirstTimeSetupDirective",
|
|
373
|
+
"GLockScreenDirective",
|
|
374
|
+
"GSessionExpiredDirective",
|
|
375
|
+
"GAccountChooserDirective",
|
|
376
|
+
"GTenantChooserDirective",
|
|
377
|
+
"GIdentitySwitcherDirective",
|
|
378
|
+
"GProfileSetupDirective",
|
|
379
|
+
"GAccountSecurityDirective",
|
|
380
|
+
"GDeviceManagementDirective",
|
|
381
|
+
"GLoginActivityDirective",
|
|
382
|
+
"GSecurityAlertDirective",
|
|
383
|
+
"GRecoveryCodesDirective",
|
|
384
|
+
"GTrustedDeviceDirective",
|
|
385
|
+
"GConnectedAccountsDirective",
|
|
386
|
+
"GPasswordStrengthDirective",
|
|
387
|
+
"GAuthConsentDirective",
|
|
388
|
+
"GAuthResultDirective",
|
|
389
|
+
"GCommerceProductCardDirective",
|
|
390
|
+
"GCommerceProductListDirective",
|
|
391
|
+
"GCommerceProductDetailDirective",
|
|
392
|
+
"GCommerceProductGalleryDirective",
|
|
393
|
+
"GSkuSelectorDirective",
|
|
394
|
+
"GCommerceQuantityStepperDirective",
|
|
395
|
+
"GPriceDisplayDirective",
|
|
396
|
+
"GCommerceCartItemDirective",
|
|
397
|
+
"GCommerceCartDirective",
|
|
398
|
+
"GMiniCartDirective",
|
|
399
|
+
"GCartSummaryDirective",
|
|
400
|
+
"GCommerceCheckoutDirective",
|
|
401
|
+
"GCommerceCheckoutStepsDirective",
|
|
402
|
+
"GAddressSelectorDirective",
|
|
403
|
+
"GAddressCardDirective",
|
|
404
|
+
"GShippingMethodDirective",
|
|
405
|
+
"GPickupSelectorDirective",
|
|
406
|
+
"GCouponDirective",
|
|
407
|
+
"GPromotionListDirective",
|
|
408
|
+
"GInvoiceInformationDirective",
|
|
409
|
+
"GPaymentMethodDirective",
|
|
410
|
+
"GPaymentSheetDirective",
|
|
411
|
+
"GPaymentResultDirective",
|
|
412
|
+
"GCommerceOrderSummaryDirective",
|
|
413
|
+
"GCommerceOrderTimelineDirective",
|
|
414
|
+
"GOrderDetailDirective",
|
|
415
|
+
"GSubscriptionPlanDirective",
|
|
416
|
+
"GPricingComparisonDirective",
|
|
417
|
+
"GCommerceUsageMeterDirective",
|
|
418
|
+
"GBillingHistoryDirective",
|
|
419
|
+
"GRefundStatusDirective",
|
|
420
|
+
"GTaxSummaryDirective",
|
|
421
|
+
"GMobileSafeShellDirective",
|
|
422
|
+
"GMobileAppBarDirective",
|
|
423
|
+
"GMobileBottomNavigationDirective",
|
|
424
|
+
"GMobileBottomSheetDirective",
|
|
425
|
+
"GMobileActionSheetDirective",
|
|
426
|
+
"GMobilePullRefreshDirective",
|
|
427
|
+
"GMobileInfiniteLoadDirective",
|
|
428
|
+
"GMobileSwipeActionsDirective",
|
|
429
|
+
"GMobileSwipeTabsDirective",
|
|
430
|
+
"GMobileCategoryViewDirective",
|
|
431
|
+
"GMobileFilterSheetDirective",
|
|
432
|
+
"GMobilePurchaseBarDirective",
|
|
433
|
+
"GMobileSearchDirective",
|
|
434
|
+
"GMobilePickerDirective",
|
|
435
|
+
"GMobileWheelPickerDirective",
|
|
436
|
+
"GMobileFabDirective",
|
|
437
|
+
"GMobileFullscreenDialogDirective",
|
|
438
|
+
"GMobileKeyboardAvoidanceDirective",
|
|
439
|
+
"GMobileGestureHintDirective",
|
|
440
|
+
"GMobileOfflineBannerDirective",
|
|
441
|
+
"GMobileSegmentedControlDirective",
|
|
442
|
+
"GMobileFeedDirective",
|
|
443
|
+
"GMobileCardCarouselDirective",
|
|
444
|
+
"GMobileFormDirective",
|
|
445
|
+
"GMobileAuthDirective",
|
|
446
|
+
"GMobileCheckoutDirective",
|
|
447
|
+
"GMobileMediaViewerDirective",
|
|
448
|
+
"GMobileKeyboardToolbarDirective",
|
|
449
|
+
"GMobileSelectionModeDirective",
|
|
450
|
+
"GMobileSnackbarDirective",
|
|
451
|
+
"GMobilePermissionPromptDirective",
|
|
452
|
+
"GMobileStateDirective",
|
|
453
|
+
"GDesktopNativeTitlebarDirective",
|
|
454
|
+
"GDesktopWindowControlsCompositionDirective",
|
|
455
|
+
"GDesktopMenubarCompositionDirective",
|
|
456
|
+
"GDesktopActivityBarCompositionDirective",
|
|
457
|
+
"GDesktopDockPanelDirective",
|
|
458
|
+
"GDesktopSplitPaneDirective",
|
|
459
|
+
"GDesktopInspectorPanelDirective",
|
|
460
|
+
"GDesktopStatusBarDirective",
|
|
461
|
+
"GDesktopCommandPaletteDirective",
|
|
462
|
+
"GShortcutRecorderDirective",
|
|
463
|
+
"GDesktopContextMenuDirective",
|
|
464
|
+
"GDesktopDocumentTabsDirective",
|
|
465
|
+
"GDesktopDragRegionDirective",
|
|
466
|
+
"GWindowLoadingDirective",
|
|
467
|
+
"GUpdateAvailableDirective",
|
|
468
|
+
"GDesktopPermissionRequestDirective",
|
|
469
|
+
"GNativeFilePickerDirective",
|
|
470
|
+
"GTrayMenuShellDirective",
|
|
471
|
+
"GMultiWindowPlaceholderDirective",
|
|
472
|
+
"GDesktopWorkspaceCompositionDirective",
|
|
473
|
+
"GDesktopWindowSwitcherDirective",
|
|
474
|
+
"GRecentDocumentsDirective",
|
|
475
|
+
"GDesktopToolbarDirective",
|
|
476
|
+
"GDesktopBottomPanelDirective",
|
|
477
|
+
"GBackgroundTaskCenterDirective",
|
|
478
|
+
"GDesktopNotificationCenterDirective",
|
|
479
|
+
"GSyncStatusDirective",
|
|
480
|
+
"GUpdateProgressDirective",
|
|
481
|
+
"GCrashRecoveryDirective",
|
|
482
|
+
"GSingleInstanceNoticeDirective",
|
|
483
|
+
"GDeepLinkHandlerDirective",
|
|
484
|
+
"GAboutDialogDirective",
|
|
485
|
+
"GSolutionProductLandingDirective",
|
|
486
|
+
"GSolutionCorporateHomeDirective",
|
|
487
|
+
"GSolutionPersonalHomeDirective",
|
|
488
|
+
"GSolutionPortfolioPageDirective",
|
|
489
|
+
"GSolutionBlogIndexDirective",
|
|
490
|
+
"GSolutionArticlePageDirective",
|
|
491
|
+
"GSolutionDocsPortalDirective",
|
|
492
|
+
"GSolutionHelpCenterDirective",
|
|
493
|
+
"GSolutionSearchResultsDirective",
|
|
494
|
+
"GSolutionContactPageDirective",
|
|
495
|
+
"GSolutionPricingPageDirective",
|
|
496
|
+
"GSolutionDashboardOverviewDirective",
|
|
497
|
+
"GSolutionAdminListDirective",
|
|
498
|
+
"GSolutionRecordDetailDirective",
|
|
499
|
+
"GSolutionSettingsCenterDirective",
|
|
500
|
+
"GSolutionUserCenterDirective",
|
|
501
|
+
"GSolutionNotificationCenterDirective",
|
|
502
|
+
"GSolutionOnboardingFlowDirective",
|
|
503
|
+
"GSolutionCrmWorkspaceDirective",
|
|
504
|
+
"GSolutionProjectWorkspaceDirective",
|
|
505
|
+
"GSolutionSupportCenterDirective",
|
|
506
|
+
"GSolutionApprovalCenterDirective",
|
|
507
|
+
"GSolutionKnowledgeBaseDirective",
|
|
508
|
+
"GSolutionLearningPortalDirective",
|
|
509
|
+
"GSolutionEventPortalDirective",
|
|
510
|
+
"GSolutionBookingPortalDirective",
|
|
511
|
+
"GSolutionHealthcarePortalDirective",
|
|
512
|
+
"GSolutionFinancePortalDirective",
|
|
513
|
+
"GSolutionPublicServicePortalDirective",
|
|
514
|
+
"GSolutionMarketplacePageDirective",
|
|
515
|
+
"GSolutionCommunityPageDirective",
|
|
516
|
+
"GSolutionStatusCenterDirective"
|
|
517
|
+
],
|
|
518
|
+
"directiveNames": [
|
|
519
|
+
"gButton",
|
|
520
|
+
"gButtonGroup",
|
|
521
|
+
"gCard",
|
|
522
|
+
"gBadgeTagChip",
|
|
523
|
+
"gAvatar",
|
|
524
|
+
"gAlert",
|
|
525
|
+
"gProgressMeter",
|
|
526
|
+
"gSpinnerSkeleton",
|
|
527
|
+
"gEmptyState",
|
|
528
|
+
"gInput",
|
|
529
|
+
"gTextarea",
|
|
530
|
+
"gSelect",
|
|
531
|
+
"gCheckboxRadio",
|
|
532
|
+
"gSwitch",
|
|
533
|
+
"gRangeColor",
|
|
534
|
+
"gFileDrop",
|
|
535
|
+
"gCombobox",
|
|
536
|
+
"gForm",
|
|
537
|
+
"gFormSection",
|
|
538
|
+
"gField",
|
|
539
|
+
"gFieldset",
|
|
540
|
+
"gFormRow",
|
|
541
|
+
"gFormGrid",
|
|
542
|
+
"gHorizontalForm",
|
|
543
|
+
"gInlineForm",
|
|
544
|
+
"gCompactForm",
|
|
545
|
+
"gInputGroup",
|
|
546
|
+
"gInputAffix",
|
|
547
|
+
"gSearchField",
|
|
548
|
+
"gPasswordField",
|
|
549
|
+
"gClearableField",
|
|
550
|
+
"gCharacterCounter",
|
|
551
|
+
"gValidationState",
|
|
552
|
+
"gCheckboxGroup",
|
|
553
|
+
"gRadioGroup",
|
|
554
|
+
"gSwitchRow",
|
|
555
|
+
"gChoiceCardGroup",
|
|
556
|
+
"gNameGroup",
|
|
557
|
+
"gAddressGroup",
|
|
558
|
+
"gPhoneGroup",
|
|
559
|
+
"gMoneyGroup",
|
|
560
|
+
"gDateRangeGroup",
|
|
561
|
+
"gTimeRangeGroup",
|
|
562
|
+
"gUnitField",
|
|
563
|
+
"gRangeField",
|
|
564
|
+
"gFileField",
|
|
565
|
+
"gRepeatableField",
|
|
566
|
+
"gConditionalField",
|
|
567
|
+
"gFormActions",
|
|
568
|
+
"gAutosaveStatus",
|
|
569
|
+
"gFormProgress",
|
|
570
|
+
"gFormReview",
|
|
571
|
+
"gConsentGroup",
|
|
572
|
+
"gNavbar",
|
|
573
|
+
"gSidebar",
|
|
574
|
+
"gBreadcrumb",
|
|
575
|
+
"gTabs",
|
|
576
|
+
"gSegmentedControl",
|
|
577
|
+
"gPagination",
|
|
578
|
+
"gMenuDropdown",
|
|
579
|
+
"gStepper",
|
|
580
|
+
"gCommandPalette",
|
|
581
|
+
"gPrimaryNavigation",
|
|
582
|
+
"gUtilityNavigation",
|
|
583
|
+
"gSubNavigation",
|
|
584
|
+
"gCollapsibleNavigation",
|
|
585
|
+
"gNavigationRail",
|
|
586
|
+
"gActivityBar",
|
|
587
|
+
"gMenuBar",
|
|
588
|
+
"gContextMenu",
|
|
589
|
+
"gTreeNavigation",
|
|
590
|
+
"gVerticalTabs",
|
|
591
|
+
"gPillNavigation",
|
|
592
|
+
"gScrollspyNavigation",
|
|
593
|
+
"gCursorPagination",
|
|
594
|
+
"gLoadMoreNavigation",
|
|
595
|
+
"gWizardNavigation",
|
|
596
|
+
"gBackNavigation",
|
|
597
|
+
"gPreviousNextNavigation",
|
|
598
|
+
"gSkipNavigation",
|
|
599
|
+
"gMobileTopNavigation",
|
|
600
|
+
"gBottomNavigation",
|
|
601
|
+
"gMobileTabBar",
|
|
602
|
+
"gDrawerNavigation",
|
|
603
|
+
"gCommandNavigation",
|
|
604
|
+
"gJumpNavigation",
|
|
605
|
+
"gQuickNavigation",
|
|
606
|
+
"gLocaleNavigation",
|
|
607
|
+
"gAccountNavigation",
|
|
608
|
+
"gDialog",
|
|
609
|
+
"gDrawer",
|
|
610
|
+
"gPopover",
|
|
611
|
+
"gTooltip",
|
|
612
|
+
"gToast",
|
|
613
|
+
"gAccordion",
|
|
614
|
+
"gTable",
|
|
615
|
+
"gDataGrid",
|
|
616
|
+
"gKpiStat",
|
|
617
|
+
"gDescriptionList",
|
|
618
|
+
"gListGroup",
|
|
619
|
+
"gTree",
|
|
620
|
+
"gTimeline",
|
|
621
|
+
"gResponsiveTable",
|
|
622
|
+
"gTableSort",
|
|
623
|
+
"gRowSelection",
|
|
624
|
+
"gRowDisclosure",
|
|
625
|
+
"gColumnToggle",
|
|
626
|
+
"gDataFilter",
|
|
627
|
+
"gDataView",
|
|
628
|
+
"gEditableGrid",
|
|
629
|
+
"gTreeTable",
|
|
630
|
+
"gGroupedTable",
|
|
631
|
+
"gExpandableTable",
|
|
632
|
+
"gComparisonTable",
|
|
633
|
+
"gKeyValue",
|
|
634
|
+
"gRecordDetail",
|
|
635
|
+
"gMediaList",
|
|
636
|
+
"gDenseList",
|
|
637
|
+
"gAuditLogComposition",
|
|
638
|
+
"gStatList",
|
|
639
|
+
"gMetricCard",
|
|
640
|
+
"gSparkline",
|
|
641
|
+
"gProgressStats",
|
|
642
|
+
"gDataLegend",
|
|
643
|
+
"gRanking",
|
|
644
|
+
"gStatusSummary",
|
|
645
|
+
"gDataMatrix",
|
|
646
|
+
"gHeatmap",
|
|
647
|
+
"gDataToolbar",
|
|
648
|
+
"gColumnChooser",
|
|
649
|
+
"gSavedViews",
|
|
650
|
+
"gExportPanel",
|
|
651
|
+
"gDataState",
|
|
652
|
+
"gDataViewSwitcher",
|
|
653
|
+
"gSelectionSummary",
|
|
654
|
+
"gTableDensity",
|
|
655
|
+
"gFilterSummary",
|
|
656
|
+
"gSortBuilder",
|
|
657
|
+
"gDataInspector",
|
|
658
|
+
"gSelectionControls",
|
|
659
|
+
"gBatchToolbar",
|
|
660
|
+
"gDualList",
|
|
661
|
+
"gTreeSelect",
|
|
662
|
+
"gCascader",
|
|
663
|
+
"gMentionPicker",
|
|
664
|
+
"gUserPicker",
|
|
665
|
+
"gOrganizationPicker",
|
|
666
|
+
"gResourcePicker",
|
|
667
|
+
"gMediaPicker",
|
|
668
|
+
"gIconPicker",
|
|
669
|
+
"gColorPickerComposition",
|
|
670
|
+
"gDateRangePickerComposition",
|
|
671
|
+
"gTimeRangePickerComposition",
|
|
672
|
+
"gSavedFilters",
|
|
673
|
+
"gGroupBuilder",
|
|
674
|
+
"gEntityPicker",
|
|
675
|
+
"gTagPicker",
|
|
676
|
+
"gRelationPicker",
|
|
677
|
+
"gBulkConfirmation",
|
|
678
|
+
"gBulkProgress",
|
|
679
|
+
"gFilterBar",
|
|
680
|
+
"gCodeBlock",
|
|
681
|
+
"gTerminal",
|
|
682
|
+
"gDiffViewer",
|
|
683
|
+
"gChartContainer",
|
|
684
|
+
"gGridSystem",
|
|
685
|
+
"gRegionLayoutSystem",
|
|
686
|
+
"gClassicLayoutPrimitives",
|
|
687
|
+
"gPageHeader",
|
|
688
|
+
"gSectionHeader",
|
|
689
|
+
"gSubheader",
|
|
690
|
+
"gToolbar",
|
|
691
|
+
"gActionBar",
|
|
692
|
+
"gStatusBar",
|
|
693
|
+
"gCommandBar",
|
|
694
|
+
"gContextBar",
|
|
695
|
+
"gBulkActionBar",
|
|
696
|
+
"gFooterBar",
|
|
697
|
+
"gFloatingActionBar",
|
|
698
|
+
"gDividerWithText",
|
|
699
|
+
"gStickyActions",
|
|
700
|
+
"gPageLoading",
|
|
701
|
+
"gPageStateSystem",
|
|
702
|
+
"gTip",
|
|
703
|
+
"gInlineHint",
|
|
704
|
+
"gHelpText",
|
|
705
|
+
"gHelpTrigger",
|
|
706
|
+
"gRichTooltip",
|
|
707
|
+
"gHelpPopover",
|
|
708
|
+
"gDefinitionHelp",
|
|
709
|
+
"gCallout",
|
|
710
|
+
"gNote",
|
|
711
|
+
"gGuidancePair",
|
|
712
|
+
"gKeyHint",
|
|
713
|
+
"gShortcutList",
|
|
714
|
+
"gHelpCard",
|
|
715
|
+
"gHelpPanel",
|
|
716
|
+
"gHelpCenter",
|
|
717
|
+
"gHelpTopics",
|
|
718
|
+
"gFaq",
|
|
719
|
+
"gContextualHelp",
|
|
720
|
+
"gCoachMark",
|
|
721
|
+
"gSpotlight",
|
|
722
|
+
"gHotspot",
|
|
723
|
+
"gFeatureHint",
|
|
724
|
+
"gWhatsNew",
|
|
725
|
+
"gHelpChecklist",
|
|
726
|
+
"gTroubleshooting",
|
|
727
|
+
"gHelpFeedback",
|
|
728
|
+
"gAppShell",
|
|
729
|
+
"gDashboard",
|
|
730
|
+
"gMobileShell",
|
|
731
|
+
"gChat",
|
|
732
|
+
"gMessage",
|
|
733
|
+
"gPromptComposer",
|
|
734
|
+
"gAttachment",
|
|
735
|
+
"gThinking",
|
|
736
|
+
"gToolCall",
|
|
737
|
+
"gToolApproval",
|
|
738
|
+
"gAgentStatus",
|
|
739
|
+
"gAgentPlan",
|
|
740
|
+
"gSourcesCitations",
|
|
741
|
+
"gArtifactPanel",
|
|
742
|
+
"gModelSelector",
|
|
743
|
+
"gContextMeter",
|
|
744
|
+
"gVoiceState",
|
|
745
|
+
"gGenerationPlaceholder",
|
|
746
|
+
"gAiWorkspace",
|
|
747
|
+
"gPromptStarter",
|
|
748
|
+
"gAiCommandMenu",
|
|
749
|
+
"gStreamingResponse",
|
|
750
|
+
"gMultiAgentBoard",
|
|
751
|
+
"gAgentHandoff",
|
|
752
|
+
"gArtifactWorkspace",
|
|
753
|
+
"gGenerationGallery",
|
|
754
|
+
"gAiContextManager",
|
|
755
|
+
"gAiUsagePanel",
|
|
756
|
+
"gAiSafetyNotice",
|
|
757
|
+
"gAiFeedback",
|
|
758
|
+
"gDatePicker",
|
|
759
|
+
"gTimePicker",
|
|
760
|
+
"gPinInput",
|
|
761
|
+
"gRating",
|
|
762
|
+
"gTransferList",
|
|
763
|
+
"gValidationSummary",
|
|
764
|
+
"gMegaMenu",
|
|
765
|
+
"gAnchorNavigation",
|
|
766
|
+
"gTourSpotlight",
|
|
767
|
+
"gVirtualList",
|
|
768
|
+
"gKanban",
|
|
769
|
+
"gGanttShell",
|
|
770
|
+
"gQueryBuilder",
|
|
771
|
+
"gCarousel",
|
|
772
|
+
"gGalleryLightbox",
|
|
773
|
+
"gMediaPlayer",
|
|
774
|
+
"gDocumentViewer",
|
|
775
|
+
"gSplitPane",
|
|
776
|
+
"gDragSort",
|
|
777
|
+
"gInfiniteScroll",
|
|
778
|
+
"gPullRefresh",
|
|
779
|
+
"gProductCard",
|
|
780
|
+
"gCartItem",
|
|
781
|
+
"gPriceQuantity",
|
|
782
|
+
"gConversationList",
|
|
783
|
+
"gPromptLibrary",
|
|
784
|
+
"gMentionSlashCommand",
|
|
785
|
+
"gGenerationCard",
|
|
786
|
+
"gFileTree",
|
|
787
|
+
"gVersionHistory",
|
|
788
|
+
"gPermissionScope",
|
|
789
|
+
"gCostRateLimit",
|
|
790
|
+
"gPrivacyNotice",
|
|
791
|
+
"gAuthenticationShell",
|
|
792
|
+
"gMobileCategory",
|
|
793
|
+
"gCmsShell",
|
|
794
|
+
"gVisualBuilder",
|
|
795
|
+
"gRichEditor",
|
|
796
|
+
"gMediaLibrary",
|
|
797
|
+
"gContentWorkflow",
|
|
798
|
+
"gLocalizationGrid",
|
|
799
|
+
"gSiteHeader",
|
|
800
|
+
"gHero",
|
|
801
|
+
"gPricing",
|
|
802
|
+
"gArticleLayout",
|
|
803
|
+
"gProductDetail",
|
|
804
|
+
"gCheckout",
|
|
805
|
+
"gEnterpriseSettings",
|
|
806
|
+
"gPermissionMatrix",
|
|
807
|
+
"gAuditLog",
|
|
808
|
+
"gDesktopShell",
|
|
809
|
+
"gDesktopTitlebar",
|
|
810
|
+
"gDesktopWorkbench",
|
|
811
|
+
"gOnboarding",
|
|
812
|
+
"gWizardLayout",
|
|
813
|
+
"gNotificationCenter",
|
|
814
|
+
"gInbox",
|
|
815
|
+
"gSearchResults",
|
|
816
|
+
"gCalendar",
|
|
817
|
+
"gAgenda",
|
|
818
|
+
"gFileManager",
|
|
819
|
+
"gUploadQueue",
|
|
820
|
+
"gFormBuilder",
|
|
821
|
+
"gFilterBuilder",
|
|
822
|
+
"gPivotTable",
|
|
823
|
+
"gOrganizationChart",
|
|
824
|
+
"gMapShell",
|
|
825
|
+
"gCommentThread",
|
|
826
|
+
"gActivityFeed",
|
|
827
|
+
"gReportInvoice",
|
|
828
|
+
"gCookieConsent",
|
|
829
|
+
"gCopyAction",
|
|
830
|
+
"gFullscreenAction",
|
|
831
|
+
"gBackToTop",
|
|
832
|
+
"gImageCropShell",
|
|
833
|
+
"gContentFileDrop",
|
|
834
|
+
"gContentFileList",
|
|
835
|
+
"gContentUploadQueue",
|
|
836
|
+
"gChunkUpload",
|
|
837
|
+
"gUploadProgressComposition",
|
|
838
|
+
"gFailedUpload",
|
|
839
|
+
"gFileCardComposition",
|
|
840
|
+
"gFolderTreeComposition",
|
|
841
|
+
"gFileBrowserComposition",
|
|
842
|
+
"gFilePreviewComposition",
|
|
843
|
+
"gMediaLibraryComposition",
|
|
844
|
+
"gMediaGridComposition",
|
|
845
|
+
"gMediaDetailsComposition",
|
|
846
|
+
"gImageCropComposition",
|
|
847
|
+
"gImageAnnotationComposition",
|
|
848
|
+
"gDocumentViewerComposition",
|
|
849
|
+
"gPdfViewer",
|
|
850
|
+
"gVideoPlayerShell",
|
|
851
|
+
"gAudioPlayerShell",
|
|
852
|
+
"gCodeEditorShell",
|
|
853
|
+
"gRichTextEditorComposition",
|
|
854
|
+
"gMarkdownEditor",
|
|
855
|
+
"gBlockEditor",
|
|
856
|
+
"gRevisionCompareComposition",
|
|
857
|
+
"gContentAutosaveIndicator",
|
|
858
|
+
"gContentOutline",
|
|
859
|
+
"gEditorToolbarComposition",
|
|
860
|
+
"gFindReplace",
|
|
861
|
+
"gCommentThreadComposition",
|
|
862
|
+
"gVersionHistoryComposition",
|
|
863
|
+
"gFileProperties",
|
|
864
|
+
"gStorageMeter",
|
|
865
|
+
"gAuthCentered",
|
|
866
|
+
"gAuthSplit",
|
|
867
|
+
"gSignInComposition",
|
|
868
|
+
"gRegistrationComposition",
|
|
869
|
+
"gPasswordRecovery",
|
|
870
|
+
"gPasswordReset",
|
|
871
|
+
"gEmailVerification",
|
|
872
|
+
"gPhoneVerification",
|
|
873
|
+
"gMfaChallenge",
|
|
874
|
+
"gOtpInput",
|
|
875
|
+
"gPasskeyComposition",
|
|
876
|
+
"gSsoComposition",
|
|
877
|
+
"gQrLogin",
|
|
878
|
+
"gMagicLink",
|
|
879
|
+
"gInvitationComposition",
|
|
880
|
+
"gFirstTimeSetup",
|
|
881
|
+
"gLockScreen",
|
|
882
|
+
"gSessionExpired",
|
|
883
|
+
"gAccountChooser",
|
|
884
|
+
"gTenantChooser",
|
|
885
|
+
"gIdentitySwitcher",
|
|
886
|
+
"gProfileSetup",
|
|
887
|
+
"gAccountSecurity",
|
|
888
|
+
"gDeviceManagement",
|
|
889
|
+
"gLoginActivity",
|
|
890
|
+
"gSecurityAlert",
|
|
891
|
+
"gRecoveryCodes",
|
|
892
|
+
"gTrustedDevice",
|
|
893
|
+
"gConnectedAccounts",
|
|
894
|
+
"gPasswordStrength",
|
|
895
|
+
"gAuthConsent",
|
|
896
|
+
"gAuthResult",
|
|
897
|
+
"gCommerceProductCard",
|
|
898
|
+
"gCommerceProductList",
|
|
899
|
+
"gCommerceProductDetail",
|
|
900
|
+
"gCommerceProductGallery",
|
|
901
|
+
"gSkuSelector",
|
|
902
|
+
"gCommerceQuantityStepper",
|
|
903
|
+
"gPriceDisplay",
|
|
904
|
+
"gCommerceCartItem",
|
|
905
|
+
"gCommerceCart",
|
|
906
|
+
"gMiniCart",
|
|
907
|
+
"gCartSummary",
|
|
908
|
+
"gCommerceCheckout",
|
|
909
|
+
"gCommerceCheckoutSteps",
|
|
910
|
+
"gAddressSelector",
|
|
911
|
+
"gAddressCard",
|
|
912
|
+
"gShippingMethod",
|
|
913
|
+
"gPickupSelector",
|
|
914
|
+
"gCoupon",
|
|
915
|
+
"gPromotionList",
|
|
916
|
+
"gInvoiceInformation",
|
|
917
|
+
"gPaymentMethod",
|
|
918
|
+
"gPaymentSheet",
|
|
919
|
+
"gPaymentResult",
|
|
920
|
+
"gCommerceOrderSummary",
|
|
921
|
+
"gCommerceOrderTimeline",
|
|
922
|
+
"gOrderDetail",
|
|
923
|
+
"gSubscriptionPlan",
|
|
924
|
+
"gPricingComparison",
|
|
925
|
+
"gCommerceUsageMeter",
|
|
926
|
+
"gBillingHistory",
|
|
927
|
+
"gRefundStatus",
|
|
928
|
+
"gTaxSummary",
|
|
929
|
+
"gMobileSafeShell",
|
|
930
|
+
"gMobileAppBar",
|
|
931
|
+
"gMobileBottomNavigation",
|
|
932
|
+
"gMobileBottomSheet",
|
|
933
|
+
"gMobileActionSheet",
|
|
934
|
+
"gMobilePullRefresh",
|
|
935
|
+
"gMobileInfiniteLoad",
|
|
936
|
+
"gMobileSwipeActions",
|
|
937
|
+
"gMobileSwipeTabs",
|
|
938
|
+
"gMobileCategoryView",
|
|
939
|
+
"gMobileFilterSheet",
|
|
940
|
+
"gMobilePurchaseBar",
|
|
941
|
+
"gMobileSearch",
|
|
942
|
+
"gMobilePicker",
|
|
943
|
+
"gMobileWheelPicker",
|
|
944
|
+
"gMobileFab",
|
|
945
|
+
"gMobileFullscreenDialog",
|
|
946
|
+
"gMobileKeyboardAvoidance",
|
|
947
|
+
"gMobileGestureHint",
|
|
948
|
+
"gMobileOfflineBanner",
|
|
949
|
+
"gMobileSegmentedControl",
|
|
950
|
+
"gMobileFeed",
|
|
951
|
+
"gMobileCardCarousel",
|
|
952
|
+
"gMobileForm",
|
|
953
|
+
"gMobileAuth",
|
|
954
|
+
"gMobileCheckout",
|
|
955
|
+
"gMobileMediaViewer",
|
|
956
|
+
"gMobileKeyboardToolbar",
|
|
957
|
+
"gMobileSelectionMode",
|
|
958
|
+
"gMobileSnackbar",
|
|
959
|
+
"gMobilePermissionPrompt",
|
|
960
|
+
"gMobileState",
|
|
961
|
+
"gDesktopNativeTitlebar",
|
|
962
|
+
"gDesktopWindowControlsComposition",
|
|
963
|
+
"gDesktopMenubarComposition",
|
|
964
|
+
"gDesktopActivityBarComposition",
|
|
965
|
+
"gDesktopDockPanel",
|
|
966
|
+
"gDesktopSplitPane",
|
|
967
|
+
"gDesktopInspectorPanel",
|
|
968
|
+
"gDesktopStatusBar",
|
|
969
|
+
"gDesktopCommandPalette",
|
|
970
|
+
"gShortcutRecorder",
|
|
971
|
+
"gDesktopContextMenu",
|
|
972
|
+
"gDesktopDocumentTabs",
|
|
973
|
+
"gDesktopDragRegion",
|
|
974
|
+
"gWindowLoading",
|
|
975
|
+
"gUpdateAvailable",
|
|
976
|
+
"gDesktopPermissionRequest",
|
|
977
|
+
"gNativeFilePicker",
|
|
978
|
+
"gTrayMenuShell",
|
|
979
|
+
"gMultiWindowPlaceholder",
|
|
980
|
+
"gDesktopWorkspaceComposition",
|
|
981
|
+
"gDesktopWindowSwitcher",
|
|
982
|
+
"gRecentDocuments",
|
|
983
|
+
"gDesktopToolbar",
|
|
984
|
+
"gDesktopBottomPanel",
|
|
985
|
+
"gBackgroundTaskCenter",
|
|
986
|
+
"gDesktopNotificationCenter",
|
|
987
|
+
"gSyncStatus",
|
|
988
|
+
"gUpdateProgress",
|
|
989
|
+
"gCrashRecovery",
|
|
990
|
+
"gSingleInstanceNotice",
|
|
991
|
+
"gDeepLinkHandler",
|
|
992
|
+
"gAboutDialog",
|
|
993
|
+
"gSolutionProductLanding",
|
|
994
|
+
"gSolutionCorporateHome",
|
|
995
|
+
"gSolutionPersonalHome",
|
|
996
|
+
"gSolutionPortfolioPage",
|
|
997
|
+
"gSolutionBlogIndex",
|
|
998
|
+
"gSolutionArticlePage",
|
|
999
|
+
"gSolutionDocsPortal",
|
|
1000
|
+
"gSolutionHelpCenter",
|
|
1001
|
+
"gSolutionSearchResults",
|
|
1002
|
+
"gSolutionContactPage",
|
|
1003
|
+
"gSolutionPricingPage",
|
|
1004
|
+
"gSolutionDashboardOverview",
|
|
1005
|
+
"gSolutionAdminList",
|
|
1006
|
+
"gSolutionRecordDetail",
|
|
1007
|
+
"gSolutionSettingsCenter",
|
|
1008
|
+
"gSolutionUserCenter",
|
|
1009
|
+
"gSolutionNotificationCenter",
|
|
1010
|
+
"gSolutionOnboardingFlow",
|
|
1011
|
+
"gSolutionCrmWorkspace",
|
|
1012
|
+
"gSolutionProjectWorkspace",
|
|
1013
|
+
"gSolutionSupportCenter",
|
|
1014
|
+
"gSolutionApprovalCenter",
|
|
1015
|
+
"gSolutionKnowledgeBase",
|
|
1016
|
+
"gSolutionLearningPortal",
|
|
1017
|
+
"gSolutionEventPortal",
|
|
1018
|
+
"gSolutionBookingPortal",
|
|
1019
|
+
"gSolutionHealthcarePortal",
|
|
1020
|
+
"gSolutionFinancePortal",
|
|
1021
|
+
"gSolutionPublicServicePortal",
|
|
1022
|
+
"gSolutionMarketplacePage",
|
|
1023
|
+
"gSolutionCommunityPage",
|
|
1024
|
+
"gSolutionStatusCenter"
|
|
1025
|
+
],
|
|
1026
|
+
"elementNames": [
|
|
1027
|
+
"g-button",
|
|
1028
|
+
"g-button-group",
|
|
1029
|
+
"g-card",
|
|
1030
|
+
"g-badge-tag-chip",
|
|
1031
|
+
"g-avatar",
|
|
1032
|
+
"g-alert",
|
|
1033
|
+
"g-progress-meter",
|
|
1034
|
+
"g-spinner-skeleton",
|
|
1035
|
+
"g-empty-state",
|
|
1036
|
+
"g-input",
|
|
1037
|
+
"g-textarea",
|
|
1038
|
+
"g-select",
|
|
1039
|
+
"g-checkbox-radio",
|
|
1040
|
+
"g-switch",
|
|
1041
|
+
"g-range-color",
|
|
1042
|
+
"g-file-drop",
|
|
1043
|
+
"g-combobox",
|
|
1044
|
+
"g-form",
|
|
1045
|
+
"g-form-section",
|
|
1046
|
+
"g-field",
|
|
1047
|
+
"g-fieldset",
|
|
1048
|
+
"g-form-row",
|
|
1049
|
+
"g-form-grid",
|
|
1050
|
+
"g-horizontal-form",
|
|
1051
|
+
"g-inline-form",
|
|
1052
|
+
"g-compact-form",
|
|
1053
|
+
"g-input-group",
|
|
1054
|
+
"g-input-affix",
|
|
1055
|
+
"g-search-field",
|
|
1056
|
+
"g-password-field",
|
|
1057
|
+
"g-clearable-field",
|
|
1058
|
+
"g-character-counter",
|
|
1059
|
+
"g-validation-state",
|
|
1060
|
+
"g-checkbox-group",
|
|
1061
|
+
"g-radio-group",
|
|
1062
|
+
"g-switch-row",
|
|
1063
|
+
"g-choice-card-group",
|
|
1064
|
+
"g-name-group",
|
|
1065
|
+
"g-address-group",
|
|
1066
|
+
"g-phone-group",
|
|
1067
|
+
"g-money-group",
|
|
1068
|
+
"g-date-range-group",
|
|
1069
|
+
"g-time-range-group",
|
|
1070
|
+
"g-unit-field",
|
|
1071
|
+
"g-range-field",
|
|
1072
|
+
"g-file-field",
|
|
1073
|
+
"g-repeatable-field",
|
|
1074
|
+
"g-conditional-field",
|
|
1075
|
+
"g-form-actions",
|
|
1076
|
+
"g-autosave-status",
|
|
1077
|
+
"g-form-progress",
|
|
1078
|
+
"g-form-review",
|
|
1079
|
+
"g-consent-group",
|
|
1080
|
+
"g-navbar",
|
|
1081
|
+
"g-sidebar",
|
|
1082
|
+
"g-breadcrumb",
|
|
1083
|
+
"g-tabs",
|
|
1084
|
+
"g-segmented-control",
|
|
1085
|
+
"g-pagination",
|
|
1086
|
+
"g-menu-dropdown",
|
|
1087
|
+
"g-stepper",
|
|
1088
|
+
"g-command-palette",
|
|
1089
|
+
"g-primary-navigation",
|
|
1090
|
+
"g-utility-navigation",
|
|
1091
|
+
"g-sub-navigation",
|
|
1092
|
+
"g-collapsible-navigation",
|
|
1093
|
+
"g-navigation-rail",
|
|
1094
|
+
"g-activity-bar",
|
|
1095
|
+
"g-menu-bar",
|
|
1096
|
+
"g-context-menu",
|
|
1097
|
+
"g-tree-navigation",
|
|
1098
|
+
"g-vertical-tabs",
|
|
1099
|
+
"g-pill-navigation",
|
|
1100
|
+
"g-scrollspy-navigation",
|
|
1101
|
+
"g-cursor-pagination",
|
|
1102
|
+
"g-load-more-navigation",
|
|
1103
|
+
"g-wizard-navigation",
|
|
1104
|
+
"g-back-navigation",
|
|
1105
|
+
"g-previous-next-navigation",
|
|
1106
|
+
"g-skip-navigation",
|
|
1107
|
+
"g-mobile-top-navigation",
|
|
1108
|
+
"g-bottom-navigation",
|
|
1109
|
+
"g-mobile-tab-bar",
|
|
1110
|
+
"g-drawer-navigation",
|
|
1111
|
+
"g-command-navigation",
|
|
1112
|
+
"g-jump-navigation",
|
|
1113
|
+
"g-quick-navigation",
|
|
1114
|
+
"g-locale-navigation",
|
|
1115
|
+
"g-account-navigation",
|
|
1116
|
+
"g-dialog",
|
|
1117
|
+
"g-drawer",
|
|
1118
|
+
"g-popover",
|
|
1119
|
+
"g-tooltip",
|
|
1120
|
+
"g-toast",
|
|
1121
|
+
"g-accordion",
|
|
1122
|
+
"g-table",
|
|
1123
|
+
"g-data-grid",
|
|
1124
|
+
"g-kpi-stat",
|
|
1125
|
+
"g-description-list",
|
|
1126
|
+
"g-list-group",
|
|
1127
|
+
"g-tree",
|
|
1128
|
+
"g-timeline",
|
|
1129
|
+
"g-responsive-table",
|
|
1130
|
+
"g-table-sort",
|
|
1131
|
+
"g-row-selection",
|
|
1132
|
+
"g-row-disclosure",
|
|
1133
|
+
"g-column-toggle",
|
|
1134
|
+
"g-data-filter",
|
|
1135
|
+
"g-data-view",
|
|
1136
|
+
"g-editable-grid",
|
|
1137
|
+
"g-tree-table",
|
|
1138
|
+
"g-grouped-table",
|
|
1139
|
+
"g-expandable-table",
|
|
1140
|
+
"g-comparison-table",
|
|
1141
|
+
"g-key-value",
|
|
1142
|
+
"g-record-detail",
|
|
1143
|
+
"g-media-list",
|
|
1144
|
+
"g-dense-list",
|
|
1145
|
+
"g-audit-log-composition",
|
|
1146
|
+
"g-stat-list",
|
|
1147
|
+
"g-metric-card",
|
|
1148
|
+
"g-sparkline",
|
|
1149
|
+
"g-progress-stats",
|
|
1150
|
+
"g-data-legend",
|
|
1151
|
+
"g-ranking",
|
|
1152
|
+
"g-status-summary",
|
|
1153
|
+
"g-data-matrix",
|
|
1154
|
+
"g-heatmap",
|
|
1155
|
+
"g-data-toolbar",
|
|
1156
|
+
"g-column-chooser",
|
|
1157
|
+
"g-saved-views",
|
|
1158
|
+
"g-export-panel",
|
|
1159
|
+
"g-data-state",
|
|
1160
|
+
"g-data-view-switcher",
|
|
1161
|
+
"g-selection-summary",
|
|
1162
|
+
"g-table-density",
|
|
1163
|
+
"g-filter-summary",
|
|
1164
|
+
"g-sort-builder",
|
|
1165
|
+
"g-data-inspector",
|
|
1166
|
+
"g-selection-controls",
|
|
1167
|
+
"g-batch-toolbar",
|
|
1168
|
+
"g-dual-list",
|
|
1169
|
+
"g-tree-select",
|
|
1170
|
+
"g-cascader",
|
|
1171
|
+
"g-mention-picker",
|
|
1172
|
+
"g-user-picker",
|
|
1173
|
+
"g-organization-picker",
|
|
1174
|
+
"g-resource-picker",
|
|
1175
|
+
"g-media-picker",
|
|
1176
|
+
"g-icon-picker",
|
|
1177
|
+
"g-color-picker-composition",
|
|
1178
|
+
"g-date-range-picker-composition",
|
|
1179
|
+
"g-time-range-picker-composition",
|
|
1180
|
+
"g-saved-filters",
|
|
1181
|
+
"g-group-builder",
|
|
1182
|
+
"g-entity-picker",
|
|
1183
|
+
"g-tag-picker",
|
|
1184
|
+
"g-relation-picker",
|
|
1185
|
+
"g-bulk-confirmation",
|
|
1186
|
+
"g-bulk-progress",
|
|
1187
|
+
"g-filter-bar",
|
|
1188
|
+
"g-code-block",
|
|
1189
|
+
"g-terminal",
|
|
1190
|
+
"g-diff-viewer",
|
|
1191
|
+
"g-chart-container",
|
|
1192
|
+
"g-grid-system",
|
|
1193
|
+
"g-region-layout-system",
|
|
1194
|
+
"g-classic-layout-primitives",
|
|
1195
|
+
"g-page-header",
|
|
1196
|
+
"g-section-header",
|
|
1197
|
+
"g-subheader",
|
|
1198
|
+
"g-toolbar",
|
|
1199
|
+
"g-action-bar",
|
|
1200
|
+
"g-status-bar",
|
|
1201
|
+
"g-command-bar",
|
|
1202
|
+
"g-context-bar",
|
|
1203
|
+
"g-bulk-action-bar",
|
|
1204
|
+
"g-footer-bar",
|
|
1205
|
+
"g-floating-action-bar",
|
|
1206
|
+
"g-divider-with-text",
|
|
1207
|
+
"g-sticky-actions",
|
|
1208
|
+
"g-page-loading",
|
|
1209
|
+
"g-page-state-system",
|
|
1210
|
+
"g-tip",
|
|
1211
|
+
"g-inline-hint",
|
|
1212
|
+
"g-help-text",
|
|
1213
|
+
"g-help-trigger",
|
|
1214
|
+
"g-rich-tooltip",
|
|
1215
|
+
"g-help-popover",
|
|
1216
|
+
"g-definition-help",
|
|
1217
|
+
"g-callout",
|
|
1218
|
+
"g-note",
|
|
1219
|
+
"g-guidance-pair",
|
|
1220
|
+
"g-key-hint",
|
|
1221
|
+
"g-shortcut-list",
|
|
1222
|
+
"g-help-card",
|
|
1223
|
+
"g-help-panel",
|
|
1224
|
+
"g-help-center",
|
|
1225
|
+
"g-help-topics",
|
|
1226
|
+
"g-faq",
|
|
1227
|
+
"g-contextual-help",
|
|
1228
|
+
"g-coach-mark",
|
|
1229
|
+
"g-spotlight",
|
|
1230
|
+
"g-hotspot",
|
|
1231
|
+
"g-feature-hint",
|
|
1232
|
+
"g-whats-new",
|
|
1233
|
+
"g-help-checklist",
|
|
1234
|
+
"g-troubleshooting",
|
|
1235
|
+
"g-help-feedback",
|
|
1236
|
+
"g-app-shell",
|
|
1237
|
+
"g-dashboard",
|
|
1238
|
+
"g-mobile-shell",
|
|
1239
|
+
"g-chat",
|
|
1240
|
+
"g-message",
|
|
1241
|
+
"g-prompt-composer",
|
|
1242
|
+
"g-attachment",
|
|
1243
|
+
"g-thinking",
|
|
1244
|
+
"g-tool-call",
|
|
1245
|
+
"g-tool-approval",
|
|
1246
|
+
"g-agent-status",
|
|
1247
|
+
"g-agent-plan",
|
|
1248
|
+
"g-sources-citations",
|
|
1249
|
+
"g-artifact-panel",
|
|
1250
|
+
"g-model-selector",
|
|
1251
|
+
"g-context-meter",
|
|
1252
|
+
"g-voice-state",
|
|
1253
|
+
"g-generation-placeholder",
|
|
1254
|
+
"g-ai-workspace",
|
|
1255
|
+
"g-prompt-starter",
|
|
1256
|
+
"g-ai-command-menu",
|
|
1257
|
+
"g-streaming-response",
|
|
1258
|
+
"g-multi-agent-board",
|
|
1259
|
+
"g-agent-handoff",
|
|
1260
|
+
"g-artifact-workspace",
|
|
1261
|
+
"g-generation-gallery",
|
|
1262
|
+
"g-ai-context-manager",
|
|
1263
|
+
"g-ai-usage-panel",
|
|
1264
|
+
"g-ai-safety-notice",
|
|
1265
|
+
"g-ai-feedback",
|
|
1266
|
+
"g-date-picker",
|
|
1267
|
+
"g-time-picker",
|
|
1268
|
+
"g-pin-input",
|
|
1269
|
+
"g-rating",
|
|
1270
|
+
"g-transfer-list",
|
|
1271
|
+
"g-validation-summary",
|
|
1272
|
+
"g-mega-menu",
|
|
1273
|
+
"g-anchor-navigation",
|
|
1274
|
+
"g-tour-spotlight",
|
|
1275
|
+
"g-virtual-list",
|
|
1276
|
+
"g-kanban",
|
|
1277
|
+
"g-gantt-shell",
|
|
1278
|
+
"g-query-builder",
|
|
1279
|
+
"g-carousel",
|
|
1280
|
+
"g-gallery-lightbox",
|
|
1281
|
+
"g-media-player",
|
|
1282
|
+
"g-document-viewer",
|
|
1283
|
+
"g-split-pane",
|
|
1284
|
+
"g-drag-sort",
|
|
1285
|
+
"g-infinite-scroll",
|
|
1286
|
+
"g-pull-refresh",
|
|
1287
|
+
"g-product-card",
|
|
1288
|
+
"g-cart-item",
|
|
1289
|
+
"g-price-quantity",
|
|
1290
|
+
"g-conversation-list",
|
|
1291
|
+
"g-prompt-library",
|
|
1292
|
+
"g-mention-slash-command",
|
|
1293
|
+
"g-generation-card",
|
|
1294
|
+
"g-file-tree",
|
|
1295
|
+
"g-version-history",
|
|
1296
|
+
"g-permission-scope",
|
|
1297
|
+
"g-cost-rate-limit",
|
|
1298
|
+
"g-privacy-notice",
|
|
1299
|
+
"g-authentication-shell",
|
|
1300
|
+
"g-mobile-category",
|
|
1301
|
+
"g-cms-shell",
|
|
1302
|
+
"g-visual-builder",
|
|
1303
|
+
"g-rich-editor",
|
|
1304
|
+
"g-media-library",
|
|
1305
|
+
"g-content-workflow",
|
|
1306
|
+
"g-localization-grid",
|
|
1307
|
+
"g-site-header",
|
|
1308
|
+
"g-hero",
|
|
1309
|
+
"g-pricing",
|
|
1310
|
+
"g-article-layout",
|
|
1311
|
+
"g-product-detail",
|
|
1312
|
+
"g-checkout",
|
|
1313
|
+
"g-enterprise-settings",
|
|
1314
|
+
"g-permission-matrix",
|
|
1315
|
+
"g-audit-log",
|
|
1316
|
+
"g-desktop-shell",
|
|
1317
|
+
"g-desktop-titlebar",
|
|
1318
|
+
"g-desktop-workbench",
|
|
1319
|
+
"g-onboarding",
|
|
1320
|
+
"g-wizard-layout",
|
|
1321
|
+
"g-notification-center",
|
|
1322
|
+
"g-inbox",
|
|
1323
|
+
"g-search-results",
|
|
1324
|
+
"g-calendar",
|
|
1325
|
+
"g-agenda",
|
|
1326
|
+
"g-file-manager",
|
|
1327
|
+
"g-upload-queue",
|
|
1328
|
+
"g-form-builder",
|
|
1329
|
+
"g-filter-builder",
|
|
1330
|
+
"g-pivot-table",
|
|
1331
|
+
"g-organization-chart",
|
|
1332
|
+
"g-map-shell",
|
|
1333
|
+
"g-comment-thread",
|
|
1334
|
+
"g-activity-feed",
|
|
1335
|
+
"g-report-invoice",
|
|
1336
|
+
"g-cookie-consent",
|
|
1337
|
+
"g-copy-action",
|
|
1338
|
+
"g-fullscreen-action",
|
|
1339
|
+
"g-back-to-top",
|
|
1340
|
+
"g-image-crop-shell",
|
|
1341
|
+
"g-content-file-drop",
|
|
1342
|
+
"g-content-file-list",
|
|
1343
|
+
"g-content-upload-queue",
|
|
1344
|
+
"g-chunk-upload",
|
|
1345
|
+
"g-upload-progress-composition",
|
|
1346
|
+
"g-failed-upload",
|
|
1347
|
+
"g-file-card-composition",
|
|
1348
|
+
"g-folder-tree-composition",
|
|
1349
|
+
"g-file-browser-composition",
|
|
1350
|
+
"g-file-preview-composition",
|
|
1351
|
+
"g-media-library-composition",
|
|
1352
|
+
"g-media-grid-composition",
|
|
1353
|
+
"g-media-details-composition",
|
|
1354
|
+
"g-image-crop-composition",
|
|
1355
|
+
"g-image-annotation-composition",
|
|
1356
|
+
"g-document-viewer-composition",
|
|
1357
|
+
"g-pdf-viewer",
|
|
1358
|
+
"g-video-player-shell",
|
|
1359
|
+
"g-audio-player-shell",
|
|
1360
|
+
"g-code-editor-shell",
|
|
1361
|
+
"g-rich-text-editor-composition",
|
|
1362
|
+
"g-markdown-editor",
|
|
1363
|
+
"g-block-editor",
|
|
1364
|
+
"g-revision-compare-composition",
|
|
1365
|
+
"g-content-autosave-indicator",
|
|
1366
|
+
"g-content-outline",
|
|
1367
|
+
"g-editor-toolbar-composition",
|
|
1368
|
+
"g-find-replace",
|
|
1369
|
+
"g-comment-thread-composition",
|
|
1370
|
+
"g-version-history-composition",
|
|
1371
|
+
"g-file-properties",
|
|
1372
|
+
"g-storage-meter",
|
|
1373
|
+
"g-auth-centered",
|
|
1374
|
+
"g-auth-split",
|
|
1375
|
+
"g-sign-in-composition",
|
|
1376
|
+
"g-registration-composition",
|
|
1377
|
+
"g-password-recovery",
|
|
1378
|
+
"g-password-reset",
|
|
1379
|
+
"g-email-verification",
|
|
1380
|
+
"g-phone-verification",
|
|
1381
|
+
"g-mfa-challenge",
|
|
1382
|
+
"g-otp-input",
|
|
1383
|
+
"g-passkey-composition",
|
|
1384
|
+
"g-sso-composition",
|
|
1385
|
+
"g-qr-login",
|
|
1386
|
+
"g-magic-link",
|
|
1387
|
+
"g-invitation-composition",
|
|
1388
|
+
"g-first-time-setup",
|
|
1389
|
+
"g-lock-screen",
|
|
1390
|
+
"g-session-expired",
|
|
1391
|
+
"g-account-chooser",
|
|
1392
|
+
"g-tenant-chooser",
|
|
1393
|
+
"g-identity-switcher",
|
|
1394
|
+
"g-profile-setup",
|
|
1395
|
+
"g-account-security",
|
|
1396
|
+
"g-device-management",
|
|
1397
|
+
"g-login-activity",
|
|
1398
|
+
"g-security-alert",
|
|
1399
|
+
"g-recovery-codes",
|
|
1400
|
+
"g-trusted-device",
|
|
1401
|
+
"g-connected-accounts",
|
|
1402
|
+
"g-password-strength",
|
|
1403
|
+
"g-auth-consent",
|
|
1404
|
+
"g-auth-result",
|
|
1405
|
+
"g-commerce-product-card",
|
|
1406
|
+
"g-commerce-product-list",
|
|
1407
|
+
"g-commerce-product-detail",
|
|
1408
|
+
"g-commerce-product-gallery",
|
|
1409
|
+
"g-sku-selector",
|
|
1410
|
+
"g-commerce-quantity-stepper",
|
|
1411
|
+
"g-price-display",
|
|
1412
|
+
"g-commerce-cart-item",
|
|
1413
|
+
"g-commerce-cart",
|
|
1414
|
+
"g-mini-cart",
|
|
1415
|
+
"g-cart-summary",
|
|
1416
|
+
"g-commerce-checkout",
|
|
1417
|
+
"g-commerce-checkout-steps",
|
|
1418
|
+
"g-address-selector",
|
|
1419
|
+
"g-address-card",
|
|
1420
|
+
"g-shipping-method",
|
|
1421
|
+
"g-pickup-selector",
|
|
1422
|
+
"g-coupon",
|
|
1423
|
+
"g-promotion-list",
|
|
1424
|
+
"g-invoice-information",
|
|
1425
|
+
"g-payment-method",
|
|
1426
|
+
"g-payment-sheet",
|
|
1427
|
+
"g-payment-result",
|
|
1428
|
+
"g-commerce-order-summary",
|
|
1429
|
+
"g-commerce-order-timeline",
|
|
1430
|
+
"g-order-detail",
|
|
1431
|
+
"g-subscription-plan",
|
|
1432
|
+
"g-pricing-comparison",
|
|
1433
|
+
"g-commerce-usage-meter",
|
|
1434
|
+
"g-billing-history",
|
|
1435
|
+
"g-refund-status",
|
|
1436
|
+
"g-tax-summary",
|
|
1437
|
+
"g-mobile-safe-shell",
|
|
1438
|
+
"g-mobile-app-bar",
|
|
1439
|
+
"g-mobile-bottom-navigation",
|
|
1440
|
+
"g-mobile-bottom-sheet",
|
|
1441
|
+
"g-mobile-action-sheet",
|
|
1442
|
+
"g-mobile-pull-refresh",
|
|
1443
|
+
"g-mobile-infinite-load",
|
|
1444
|
+
"g-mobile-swipe-actions",
|
|
1445
|
+
"g-mobile-swipe-tabs",
|
|
1446
|
+
"g-mobile-category-view",
|
|
1447
|
+
"g-mobile-filter-sheet",
|
|
1448
|
+
"g-mobile-purchase-bar",
|
|
1449
|
+
"g-mobile-search",
|
|
1450
|
+
"g-mobile-picker",
|
|
1451
|
+
"g-mobile-wheel-picker",
|
|
1452
|
+
"g-mobile-fab",
|
|
1453
|
+
"g-mobile-fullscreen-dialog",
|
|
1454
|
+
"g-mobile-keyboard-avoidance",
|
|
1455
|
+
"g-mobile-gesture-hint",
|
|
1456
|
+
"g-mobile-offline-banner",
|
|
1457
|
+
"g-mobile-segmented-control",
|
|
1458
|
+
"g-mobile-feed",
|
|
1459
|
+
"g-mobile-card-carousel",
|
|
1460
|
+
"g-mobile-form",
|
|
1461
|
+
"g-mobile-auth",
|
|
1462
|
+
"g-mobile-checkout",
|
|
1463
|
+
"g-mobile-media-viewer",
|
|
1464
|
+
"g-mobile-keyboard-toolbar",
|
|
1465
|
+
"g-mobile-selection-mode",
|
|
1466
|
+
"g-mobile-snackbar",
|
|
1467
|
+
"g-mobile-permission-prompt",
|
|
1468
|
+
"g-mobile-state",
|
|
1469
|
+
"g-desktop-native-titlebar",
|
|
1470
|
+
"g-desktop-window-controls-composition",
|
|
1471
|
+
"g-desktop-menubar-composition",
|
|
1472
|
+
"g-desktop-activity-bar-composition",
|
|
1473
|
+
"g-desktop-dock-panel",
|
|
1474
|
+
"g-desktop-split-pane",
|
|
1475
|
+
"g-desktop-inspector-panel",
|
|
1476
|
+
"g-desktop-status-bar",
|
|
1477
|
+
"g-desktop-command-palette",
|
|
1478
|
+
"g-shortcut-recorder",
|
|
1479
|
+
"g-desktop-context-menu",
|
|
1480
|
+
"g-desktop-document-tabs",
|
|
1481
|
+
"g-desktop-drag-region",
|
|
1482
|
+
"g-window-loading",
|
|
1483
|
+
"g-update-available",
|
|
1484
|
+
"g-desktop-permission-request",
|
|
1485
|
+
"g-native-file-picker",
|
|
1486
|
+
"g-tray-menu-shell",
|
|
1487
|
+
"g-multi-window-placeholder",
|
|
1488
|
+
"g-desktop-workspace-composition",
|
|
1489
|
+
"g-desktop-window-switcher",
|
|
1490
|
+
"g-recent-documents",
|
|
1491
|
+
"g-desktop-toolbar",
|
|
1492
|
+
"g-desktop-bottom-panel",
|
|
1493
|
+
"g-background-task-center",
|
|
1494
|
+
"g-desktop-notification-center",
|
|
1495
|
+
"g-sync-status",
|
|
1496
|
+
"g-update-progress",
|
|
1497
|
+
"g-crash-recovery",
|
|
1498
|
+
"g-single-instance-notice",
|
|
1499
|
+
"g-deep-link-handler",
|
|
1500
|
+
"g-about-dialog",
|
|
1501
|
+
"g-solution-product-landing",
|
|
1502
|
+
"g-solution-corporate-home",
|
|
1503
|
+
"g-solution-personal-home",
|
|
1504
|
+
"g-solution-portfolio-page",
|
|
1505
|
+
"g-solution-blog-index",
|
|
1506
|
+
"g-solution-article-page",
|
|
1507
|
+
"g-solution-docs-portal",
|
|
1508
|
+
"g-solution-help-center",
|
|
1509
|
+
"g-solution-search-results",
|
|
1510
|
+
"g-solution-contact-page",
|
|
1511
|
+
"g-solution-pricing-page",
|
|
1512
|
+
"g-solution-dashboard-overview",
|
|
1513
|
+
"g-solution-admin-list",
|
|
1514
|
+
"g-solution-record-detail",
|
|
1515
|
+
"g-solution-settings-center",
|
|
1516
|
+
"g-solution-user-center",
|
|
1517
|
+
"g-solution-notification-center",
|
|
1518
|
+
"g-solution-onboarding-flow",
|
|
1519
|
+
"g-solution-crm-workspace",
|
|
1520
|
+
"g-solution-project-workspace",
|
|
1521
|
+
"g-solution-support-center",
|
|
1522
|
+
"g-solution-approval-center",
|
|
1523
|
+
"g-solution-knowledge-base",
|
|
1524
|
+
"g-solution-learning-portal",
|
|
1525
|
+
"g-solution-event-portal",
|
|
1526
|
+
"g-solution-booking-portal",
|
|
1527
|
+
"g-solution-healthcare-portal",
|
|
1528
|
+
"g-solution-finance-portal",
|
|
1529
|
+
"g-solution-public-service-portal",
|
|
1530
|
+
"g-solution-marketplace-page",
|
|
1531
|
+
"g-solution-community-page",
|
|
1532
|
+
"g-solution-status-center"
|
|
1533
|
+
],
|
|
1534
|
+
"moduleExports": [
|
|
1535
|
+
"GARDENER_ANGULARJS_MODULE",
|
|
1536
|
+
"GAboutDialogDirective",
|
|
1537
|
+
"GAccordionDirective",
|
|
1538
|
+
"GAccountChooserDirective",
|
|
1539
|
+
"GAccountNavigationDirective",
|
|
1540
|
+
"GAccountSecurityDirective",
|
|
1541
|
+
"GActionBarDirective",
|
|
1542
|
+
"GActivityBarDirective",
|
|
1543
|
+
"GActivityFeedDirective",
|
|
1544
|
+
"GAddressCardDirective",
|
|
1545
|
+
"GAddressGroupDirective",
|
|
1546
|
+
"GAddressSelectorDirective",
|
|
1547
|
+
"GAgendaDirective",
|
|
1548
|
+
"GAgentHandoffDirective",
|
|
1549
|
+
"GAgentPlanDirective",
|
|
1550
|
+
"GAgentStatusDirective",
|
|
1551
|
+
"GAiCommandMenuDirective",
|
|
1552
|
+
"GAiContextManagerDirective",
|
|
1553
|
+
"GAiFeedbackDirective",
|
|
1554
|
+
"GAiSafetyNoticeDirective",
|
|
1555
|
+
"GAiUsagePanelDirective",
|
|
1556
|
+
"GAiWorkspaceDirective",
|
|
1557
|
+
"GAlertDirective",
|
|
1558
|
+
"GAnchorNavigationDirective",
|
|
1559
|
+
"GAppShellDirective",
|
|
1560
|
+
"GArticleLayoutDirective",
|
|
1561
|
+
"GArtifactPanelDirective",
|
|
1562
|
+
"GArtifactWorkspaceDirective",
|
|
1563
|
+
"GAttachmentDirective",
|
|
1564
|
+
"GAudioPlayerShellDirective",
|
|
1565
|
+
"GAuditLogCompositionDirective",
|
|
1566
|
+
"GAuditLogDirective",
|
|
1567
|
+
"GAuthCenteredDirective",
|
|
1568
|
+
"GAuthConsentDirective",
|
|
1569
|
+
"GAuthResultDirective",
|
|
1570
|
+
"GAuthSplitDirective",
|
|
1571
|
+
"GAuthenticationShellDirective",
|
|
1572
|
+
"GAutosaveStatusDirective",
|
|
1573
|
+
"GAvatarDirective",
|
|
1574
|
+
"GBackNavigationDirective",
|
|
1575
|
+
"GBackToTopDirective",
|
|
1576
|
+
"GBackgroundTaskCenterDirective",
|
|
1577
|
+
"GBadgeTagChipDirective",
|
|
1578
|
+
"GBatchToolbarDirective",
|
|
1579
|
+
"GBillingHistoryDirective",
|
|
1580
|
+
"GBlockEditorDirective",
|
|
1581
|
+
"GBottomNavigationDirective",
|
|
1582
|
+
"GBreadcrumbDirective",
|
|
1583
|
+
"GBulkActionBarDirective",
|
|
1584
|
+
"GBulkConfirmationDirective",
|
|
1585
|
+
"GBulkProgressDirective",
|
|
1586
|
+
"GButtonDirective",
|
|
1587
|
+
"GButtonGroupDirective",
|
|
1588
|
+
"GCalendarDirective",
|
|
1589
|
+
"GCalloutDirective",
|
|
1590
|
+
"GCardDirective",
|
|
1591
|
+
"GCarouselDirective",
|
|
1592
|
+
"GCartItemDirective",
|
|
1593
|
+
"GCartSummaryDirective",
|
|
1594
|
+
"GCascaderDirective",
|
|
1595
|
+
"GCharacterCounterDirective",
|
|
1596
|
+
"GChartContainerDirective",
|
|
1597
|
+
"GChatDirective",
|
|
1598
|
+
"GCheckboxGroupDirective",
|
|
1599
|
+
"GCheckboxRadioDirective",
|
|
1600
|
+
"GCheckoutDirective",
|
|
1601
|
+
"GChoiceCardGroupDirective",
|
|
1602
|
+
"GChunkUploadDirective",
|
|
1603
|
+
"GClassicLayoutPrimitivesDirective",
|
|
1604
|
+
"GClearableFieldDirective",
|
|
1605
|
+
"GCmsShellDirective",
|
|
1606
|
+
"GCoachMarkDirective",
|
|
1607
|
+
"GCodeBlockDirective",
|
|
1608
|
+
"GCodeEditorShellDirective",
|
|
1609
|
+
"GCollapsibleNavigationDirective",
|
|
1610
|
+
"GColorPickerCompositionDirective",
|
|
1611
|
+
"GColumnChooserDirective",
|
|
1612
|
+
"GColumnToggleDirective",
|
|
1613
|
+
"GComboboxDirective",
|
|
1614
|
+
"GCommandBarDirective",
|
|
1615
|
+
"GCommandNavigationDirective",
|
|
1616
|
+
"GCommandPaletteDirective",
|
|
1617
|
+
"GCommentThreadCompositionDirective",
|
|
1618
|
+
"GCommentThreadDirective",
|
|
1619
|
+
"GCommerceCartDirective",
|
|
1620
|
+
"GCommerceCartItemDirective",
|
|
1621
|
+
"GCommerceCheckoutDirective",
|
|
1622
|
+
"GCommerceCheckoutStepsDirective",
|
|
1623
|
+
"GCommerceOrderSummaryDirective",
|
|
1624
|
+
"GCommerceOrderTimelineDirective",
|
|
1625
|
+
"GCommerceProductCardDirective",
|
|
1626
|
+
"GCommerceProductDetailDirective",
|
|
1627
|
+
"GCommerceProductGalleryDirective",
|
|
1628
|
+
"GCommerceProductListDirective",
|
|
1629
|
+
"GCommerceQuantityStepperDirective",
|
|
1630
|
+
"GCommerceUsageMeterDirective",
|
|
1631
|
+
"GCompactFormDirective",
|
|
1632
|
+
"GComparisonTableDirective",
|
|
1633
|
+
"GConditionalFieldDirective",
|
|
1634
|
+
"GConnectedAccountsDirective",
|
|
1635
|
+
"GConsentGroupDirective",
|
|
1636
|
+
"GContentAutosaveIndicatorDirective",
|
|
1637
|
+
"GContentFileDropDirective",
|
|
1638
|
+
"GContentFileListDirective",
|
|
1639
|
+
"GContentOutlineDirective",
|
|
1640
|
+
"GContentUploadQueueDirective",
|
|
1641
|
+
"GContentWorkflowDirective",
|
|
1642
|
+
"GContextBarDirective",
|
|
1643
|
+
"GContextMenuDirective",
|
|
1644
|
+
"GContextMeterDirective",
|
|
1645
|
+
"GContextualHelpDirective",
|
|
1646
|
+
"GConversationListDirective",
|
|
1647
|
+
"GCookieConsentDirective",
|
|
1648
|
+
"GCopyActionDirective",
|
|
1649
|
+
"GCostRateLimitDirective",
|
|
1650
|
+
"GCouponDirective",
|
|
1651
|
+
"GCrashRecoveryDirective",
|
|
1652
|
+
"GCursorPaginationDirective",
|
|
1653
|
+
"GDashboardDirective",
|
|
1654
|
+
"GDataFilterDirective",
|
|
1655
|
+
"GDataGridDirective",
|
|
1656
|
+
"GDataInspectorDirective",
|
|
1657
|
+
"GDataLegendDirective",
|
|
1658
|
+
"GDataMatrixDirective",
|
|
1659
|
+
"GDataStateDirective",
|
|
1660
|
+
"GDataToolbarDirective",
|
|
1661
|
+
"GDataViewDirective",
|
|
1662
|
+
"GDataViewSwitcherDirective",
|
|
1663
|
+
"GDatePickerDirective",
|
|
1664
|
+
"GDateRangeGroupDirective",
|
|
1665
|
+
"GDateRangePickerCompositionDirective",
|
|
1666
|
+
"GDeepLinkHandlerDirective",
|
|
1667
|
+
"GDefinitionHelpDirective",
|
|
1668
|
+
"GDenseListDirective",
|
|
1669
|
+
"GDescriptionListDirective",
|
|
1670
|
+
"GDesktopActivityBarCompositionDirective",
|
|
1671
|
+
"GDesktopBottomPanelDirective",
|
|
1672
|
+
"GDesktopCommandPaletteDirective",
|
|
1673
|
+
"GDesktopContextMenuDirective",
|
|
1674
|
+
"GDesktopDockPanelDirective",
|
|
1675
|
+
"GDesktopDocumentTabsDirective",
|
|
1676
|
+
"GDesktopDragRegionDirective",
|
|
1677
|
+
"GDesktopInspectorPanelDirective",
|
|
1678
|
+
"GDesktopMenubarCompositionDirective",
|
|
1679
|
+
"GDesktopNativeTitlebarDirective",
|
|
1680
|
+
"GDesktopNotificationCenterDirective",
|
|
1681
|
+
"GDesktopPermissionRequestDirective",
|
|
1682
|
+
"GDesktopShellDirective",
|
|
1683
|
+
"GDesktopSplitPaneDirective",
|
|
1684
|
+
"GDesktopStatusBarDirective",
|
|
1685
|
+
"GDesktopTitlebarDirective",
|
|
1686
|
+
"GDesktopToolbarDirective",
|
|
1687
|
+
"GDesktopWindowControlsCompositionDirective",
|
|
1688
|
+
"GDesktopWindowSwitcherDirective",
|
|
1689
|
+
"GDesktopWorkbenchDirective",
|
|
1690
|
+
"GDesktopWorkspaceCompositionDirective",
|
|
1691
|
+
"GDeviceManagementDirective",
|
|
1692
|
+
"GDialogDirective",
|
|
1693
|
+
"GDiffViewerDirective",
|
|
1694
|
+
"GDividerWithTextDirective",
|
|
1695
|
+
"GDocumentViewerCompositionDirective",
|
|
1696
|
+
"GDocumentViewerDirective",
|
|
1697
|
+
"GDragSortDirective",
|
|
1698
|
+
"GDrawerDirective",
|
|
1699
|
+
"GDrawerNavigationDirective",
|
|
1700
|
+
"GDualListDirective",
|
|
1701
|
+
"GEditableGridDirective",
|
|
1702
|
+
"GEditorToolbarCompositionDirective",
|
|
1703
|
+
"GEmailVerificationDirective",
|
|
1704
|
+
"GEmptyStateDirective",
|
|
1705
|
+
"GEnterpriseSettingsDirective",
|
|
1706
|
+
"GEntityPickerDirective",
|
|
1707
|
+
"GExpandableTableDirective",
|
|
1708
|
+
"GExportPanelDirective",
|
|
1709
|
+
"GFailedUploadDirective",
|
|
1710
|
+
"GFaqDirective",
|
|
1711
|
+
"GFeatureHintDirective",
|
|
1712
|
+
"GFieldDirective",
|
|
1713
|
+
"GFieldsetDirective",
|
|
1714
|
+
"GFileBrowserCompositionDirective",
|
|
1715
|
+
"GFileCardCompositionDirective",
|
|
1716
|
+
"GFileDropDirective",
|
|
1717
|
+
"GFileFieldDirective",
|
|
1718
|
+
"GFileManagerDirective",
|
|
1719
|
+
"GFilePreviewCompositionDirective",
|
|
1720
|
+
"GFilePropertiesDirective",
|
|
1721
|
+
"GFileTreeDirective",
|
|
1722
|
+
"GFilterBarDirective",
|
|
1723
|
+
"GFilterBuilderDirective",
|
|
1724
|
+
"GFilterSummaryDirective",
|
|
1725
|
+
"GFindReplaceDirective",
|
|
1726
|
+
"GFirstTimeSetupDirective",
|
|
1727
|
+
"GFloatingActionBarDirective",
|
|
1728
|
+
"GFolderTreeCompositionDirective",
|
|
1729
|
+
"GFooterBarDirective",
|
|
1730
|
+
"GFormActionsDirective",
|
|
1731
|
+
"GFormBuilderDirective",
|
|
1732
|
+
"GFormDirective",
|
|
1733
|
+
"GFormGridDirective",
|
|
1734
|
+
"GFormProgressDirective",
|
|
1735
|
+
"GFormReviewDirective",
|
|
1736
|
+
"GFormRowDirective",
|
|
1737
|
+
"GFormSectionDirective",
|
|
1738
|
+
"GFullscreenActionDirective",
|
|
1739
|
+
"GGalleryLightboxDirective",
|
|
1740
|
+
"GGanttShellDirective",
|
|
1741
|
+
"GGenerationCardDirective",
|
|
1742
|
+
"GGenerationGalleryDirective",
|
|
1743
|
+
"GGenerationPlaceholderDirective",
|
|
1744
|
+
"GGridSystemDirective",
|
|
1745
|
+
"GGroupBuilderDirective",
|
|
1746
|
+
"GGroupedTableDirective",
|
|
1747
|
+
"GGuidancePairDirective",
|
|
1748
|
+
"GHeatmapDirective",
|
|
1749
|
+
"GHelpCardDirective",
|
|
1750
|
+
"GHelpCenterDirective",
|
|
1751
|
+
"GHelpChecklistDirective",
|
|
1752
|
+
"GHelpFeedbackDirective",
|
|
1753
|
+
"GHelpPanelDirective",
|
|
1754
|
+
"GHelpPopoverDirective",
|
|
1755
|
+
"GHelpTextDirective",
|
|
1756
|
+
"GHelpTopicsDirective",
|
|
1757
|
+
"GHelpTriggerDirective",
|
|
1758
|
+
"GHeroDirective",
|
|
1759
|
+
"GHorizontalFormDirective",
|
|
1760
|
+
"GHotspotDirective",
|
|
1761
|
+
"GIconPickerDirective",
|
|
1762
|
+
"GIdentitySwitcherDirective",
|
|
1763
|
+
"GImageAnnotationCompositionDirective",
|
|
1764
|
+
"GImageCropCompositionDirective",
|
|
1765
|
+
"GImageCropShellDirective",
|
|
1766
|
+
"GInboxDirective",
|
|
1767
|
+
"GInfiniteScrollDirective",
|
|
1768
|
+
"GInlineFormDirective",
|
|
1769
|
+
"GInlineHintDirective",
|
|
1770
|
+
"GInputAffixDirective",
|
|
1771
|
+
"GInputDirective",
|
|
1772
|
+
"GInputGroupDirective",
|
|
1773
|
+
"GInvitationCompositionDirective",
|
|
1774
|
+
"GInvoiceInformationDirective",
|
|
1775
|
+
"GJumpNavigationDirective",
|
|
1776
|
+
"GKanbanDirective",
|
|
1777
|
+
"GKeyHintDirective",
|
|
1778
|
+
"GKeyValueDirective",
|
|
1779
|
+
"GKpiStatDirective",
|
|
1780
|
+
"GListGroupDirective",
|
|
1781
|
+
"GLoadMoreNavigationDirective",
|
|
1782
|
+
"GLocaleNavigationDirective",
|
|
1783
|
+
"GLocalizationGridDirective",
|
|
1784
|
+
"GLockScreenDirective",
|
|
1785
|
+
"GLoginActivityDirective",
|
|
1786
|
+
"GMagicLinkDirective",
|
|
1787
|
+
"GMapShellDirective",
|
|
1788
|
+
"GMarkdownEditorDirective",
|
|
1789
|
+
"GMediaDetailsCompositionDirective",
|
|
1790
|
+
"GMediaGridCompositionDirective",
|
|
1791
|
+
"GMediaLibraryCompositionDirective",
|
|
1792
|
+
"GMediaLibraryDirective",
|
|
1793
|
+
"GMediaListDirective",
|
|
1794
|
+
"GMediaPickerDirective",
|
|
1795
|
+
"GMediaPlayerDirective",
|
|
1796
|
+
"GMegaMenuDirective",
|
|
1797
|
+
"GMentionPickerDirective",
|
|
1798
|
+
"GMentionSlashCommandDirective",
|
|
1799
|
+
"GMenuBarDirective",
|
|
1800
|
+
"GMenuDropdownDirective",
|
|
1801
|
+
"GMessageDirective",
|
|
1802
|
+
"GMetricCardDirective",
|
|
1803
|
+
"GMfaChallengeDirective",
|
|
1804
|
+
"GMiniCartDirective",
|
|
1805
|
+
"GMobileActionSheetDirective",
|
|
1806
|
+
"GMobileAppBarDirective",
|
|
1807
|
+
"GMobileAuthDirective",
|
|
1808
|
+
"GMobileBottomNavigationDirective",
|
|
1809
|
+
"GMobileBottomSheetDirective",
|
|
1810
|
+
"GMobileCardCarouselDirective",
|
|
1811
|
+
"GMobileCategoryDirective",
|
|
1812
|
+
"GMobileCategoryViewDirective",
|
|
1813
|
+
"GMobileCheckoutDirective",
|
|
1814
|
+
"GMobileFabDirective",
|
|
1815
|
+
"GMobileFeedDirective",
|
|
1816
|
+
"GMobileFilterSheetDirective",
|
|
1817
|
+
"GMobileFormDirective",
|
|
1818
|
+
"GMobileFullscreenDialogDirective",
|
|
1819
|
+
"GMobileGestureHintDirective",
|
|
1820
|
+
"GMobileInfiniteLoadDirective",
|
|
1821
|
+
"GMobileKeyboardAvoidanceDirective",
|
|
1822
|
+
"GMobileKeyboardToolbarDirective",
|
|
1823
|
+
"GMobileMediaViewerDirective",
|
|
1824
|
+
"GMobileOfflineBannerDirective",
|
|
1825
|
+
"GMobilePermissionPromptDirective",
|
|
1826
|
+
"GMobilePickerDirective",
|
|
1827
|
+
"GMobilePullRefreshDirective",
|
|
1828
|
+
"GMobilePurchaseBarDirective",
|
|
1829
|
+
"GMobileSafeShellDirective",
|
|
1830
|
+
"GMobileSearchDirective",
|
|
1831
|
+
"GMobileSegmentedControlDirective",
|
|
1832
|
+
"GMobileSelectionModeDirective",
|
|
1833
|
+
"GMobileShellDirective",
|
|
1834
|
+
"GMobileSnackbarDirective",
|
|
1835
|
+
"GMobileStateDirective",
|
|
1836
|
+
"GMobileSwipeActionsDirective",
|
|
1837
|
+
"GMobileSwipeTabsDirective",
|
|
1838
|
+
"GMobileTabBarDirective",
|
|
1839
|
+
"GMobileTopNavigationDirective",
|
|
1840
|
+
"GMobileWheelPickerDirective",
|
|
1841
|
+
"GModelSelectorDirective",
|
|
1842
|
+
"GMoneyGroupDirective",
|
|
1843
|
+
"GMultiAgentBoardDirective",
|
|
1844
|
+
"GMultiWindowPlaceholderDirective",
|
|
1845
|
+
"GNameGroupDirective",
|
|
1846
|
+
"GNativeFilePickerDirective",
|
|
1847
|
+
"GNavbarDirective",
|
|
1848
|
+
"GNavigationRailDirective",
|
|
1849
|
+
"GNoteDirective",
|
|
1850
|
+
"GNotificationCenterDirective",
|
|
1851
|
+
"GOnboardingDirective",
|
|
1852
|
+
"GOrderDetailDirective",
|
|
1853
|
+
"GOrganizationChartDirective",
|
|
1854
|
+
"GOrganizationPickerDirective",
|
|
1855
|
+
"GOtpInputDirective",
|
|
1856
|
+
"GPageHeaderDirective",
|
|
1857
|
+
"GPageLoadingDirective",
|
|
1858
|
+
"GPageStateSystemDirective",
|
|
1859
|
+
"GPaginationDirective",
|
|
1860
|
+
"GPasskeyCompositionDirective",
|
|
1861
|
+
"GPasswordFieldDirective",
|
|
1862
|
+
"GPasswordRecoveryDirective",
|
|
1863
|
+
"GPasswordResetDirective",
|
|
1864
|
+
"GPasswordStrengthDirective",
|
|
1865
|
+
"GPaymentMethodDirective",
|
|
1866
|
+
"GPaymentResultDirective",
|
|
1867
|
+
"GPaymentSheetDirective",
|
|
1868
|
+
"GPdfViewerDirective",
|
|
1869
|
+
"GPermissionMatrixDirective",
|
|
1870
|
+
"GPermissionScopeDirective",
|
|
1871
|
+
"GPhoneGroupDirective",
|
|
1872
|
+
"GPhoneVerificationDirective",
|
|
1873
|
+
"GPickupSelectorDirective",
|
|
1874
|
+
"GPillNavigationDirective",
|
|
1875
|
+
"GPinInputDirective",
|
|
1876
|
+
"GPivotTableDirective",
|
|
1877
|
+
"GPopoverDirective",
|
|
1878
|
+
"GPreviousNextNavigationDirective",
|
|
1879
|
+
"GPriceDisplayDirective",
|
|
1880
|
+
"GPriceQuantityDirective",
|
|
1881
|
+
"GPricingComparisonDirective",
|
|
1882
|
+
"GPricingDirective",
|
|
1883
|
+
"GPrimaryNavigationDirective",
|
|
1884
|
+
"GPrivacyNoticeDirective",
|
|
1885
|
+
"GProductCardDirective",
|
|
1886
|
+
"GProductDetailDirective",
|
|
1887
|
+
"GProfileSetupDirective",
|
|
1888
|
+
"GProgressMeterDirective",
|
|
1889
|
+
"GProgressStatsDirective",
|
|
1890
|
+
"GPromotionListDirective",
|
|
1891
|
+
"GPromptComposerDirective",
|
|
1892
|
+
"GPromptLibraryDirective",
|
|
1893
|
+
"GPromptStarterDirective",
|
|
1894
|
+
"GPullRefreshDirective",
|
|
1895
|
+
"GQrLoginDirective",
|
|
1896
|
+
"GQueryBuilderDirective",
|
|
1897
|
+
"GQuickNavigationDirective",
|
|
1898
|
+
"GRadioGroupDirective",
|
|
1899
|
+
"GRangeColorDirective",
|
|
1900
|
+
"GRangeFieldDirective",
|
|
1901
|
+
"GRankingDirective",
|
|
1902
|
+
"GRatingDirective",
|
|
1903
|
+
"GRecentDocumentsDirective",
|
|
1904
|
+
"GRecordDetailDirective",
|
|
1905
|
+
"GRecoveryCodesDirective",
|
|
1906
|
+
"GRefundStatusDirective",
|
|
1907
|
+
"GRegionLayoutSystemDirective",
|
|
1908
|
+
"GRegistrationCompositionDirective",
|
|
1909
|
+
"GRelationPickerDirective",
|
|
1910
|
+
"GRepeatableFieldDirective",
|
|
1911
|
+
"GReportInvoiceDirective",
|
|
1912
|
+
"GResourcePickerDirective",
|
|
1913
|
+
"GResponsiveTableDirective",
|
|
1914
|
+
"GRevisionCompareCompositionDirective",
|
|
1915
|
+
"GRichEditorDirective",
|
|
1916
|
+
"GRichTextEditorCompositionDirective",
|
|
1917
|
+
"GRichTooltipDirective",
|
|
1918
|
+
"GRowDisclosureDirective",
|
|
1919
|
+
"GRowSelectionDirective",
|
|
1920
|
+
"GSavedFiltersDirective",
|
|
1921
|
+
"GSavedViewsDirective",
|
|
1922
|
+
"GScrollspyNavigationDirective",
|
|
1923
|
+
"GSearchFieldDirective",
|
|
1924
|
+
"GSearchResultsDirective",
|
|
1925
|
+
"GSectionHeaderDirective",
|
|
1926
|
+
"GSecurityAlertDirective",
|
|
1927
|
+
"GSegmentedControlDirective",
|
|
1928
|
+
"GSelectDirective",
|
|
1929
|
+
"GSelectionControlsDirective",
|
|
1930
|
+
"GSelectionSummaryDirective",
|
|
1931
|
+
"GSessionExpiredDirective",
|
|
1932
|
+
"GShippingMethodDirective",
|
|
1933
|
+
"GShortcutListDirective",
|
|
1934
|
+
"GShortcutRecorderDirective",
|
|
1935
|
+
"GSidebarDirective",
|
|
1936
|
+
"GSignInCompositionDirective",
|
|
1937
|
+
"GSingleInstanceNoticeDirective",
|
|
1938
|
+
"GSiteHeaderDirective",
|
|
1939
|
+
"GSkipNavigationDirective",
|
|
1940
|
+
"GSkuSelectorDirective",
|
|
1941
|
+
"GSolutionAdminListDirective",
|
|
1942
|
+
"GSolutionApprovalCenterDirective",
|
|
1943
|
+
"GSolutionArticlePageDirective",
|
|
1944
|
+
"GSolutionBlogIndexDirective",
|
|
1945
|
+
"GSolutionBookingPortalDirective",
|
|
1946
|
+
"GSolutionCommunityPageDirective",
|
|
1947
|
+
"GSolutionContactPageDirective",
|
|
1948
|
+
"GSolutionCorporateHomeDirective",
|
|
1949
|
+
"GSolutionCrmWorkspaceDirective",
|
|
1950
|
+
"GSolutionDashboardOverviewDirective",
|
|
1951
|
+
"GSolutionDocsPortalDirective",
|
|
1952
|
+
"GSolutionEventPortalDirective",
|
|
1953
|
+
"GSolutionFinancePortalDirective",
|
|
1954
|
+
"GSolutionHealthcarePortalDirective",
|
|
1955
|
+
"GSolutionHelpCenterDirective",
|
|
1956
|
+
"GSolutionKnowledgeBaseDirective",
|
|
1957
|
+
"GSolutionLearningPortalDirective",
|
|
1958
|
+
"GSolutionMarketplacePageDirective",
|
|
1959
|
+
"GSolutionNotificationCenterDirective",
|
|
1960
|
+
"GSolutionOnboardingFlowDirective",
|
|
1961
|
+
"GSolutionPersonalHomeDirective",
|
|
1962
|
+
"GSolutionPortfolioPageDirective",
|
|
1963
|
+
"GSolutionPricingPageDirective",
|
|
1964
|
+
"GSolutionProductLandingDirective",
|
|
1965
|
+
"GSolutionProjectWorkspaceDirective",
|
|
1966
|
+
"GSolutionPublicServicePortalDirective",
|
|
1967
|
+
"GSolutionRecordDetailDirective",
|
|
1968
|
+
"GSolutionSearchResultsDirective",
|
|
1969
|
+
"GSolutionSettingsCenterDirective",
|
|
1970
|
+
"GSolutionStatusCenterDirective",
|
|
1971
|
+
"GSolutionSupportCenterDirective",
|
|
1972
|
+
"GSolutionUserCenterDirective",
|
|
1973
|
+
"GSortBuilderDirective",
|
|
1974
|
+
"GSourcesCitationsDirective",
|
|
1975
|
+
"GSparklineDirective",
|
|
1976
|
+
"GSpinnerSkeletonDirective",
|
|
1977
|
+
"GSplitPaneDirective",
|
|
1978
|
+
"GSpotlightDirective",
|
|
1979
|
+
"GSsoCompositionDirective",
|
|
1980
|
+
"GStatListDirective",
|
|
1981
|
+
"GStatusBarDirective",
|
|
1982
|
+
"GStatusSummaryDirective",
|
|
1983
|
+
"GStepperDirective",
|
|
1984
|
+
"GStickyActionsDirective",
|
|
1985
|
+
"GStorageMeterDirective",
|
|
1986
|
+
"GStreamingResponseDirective",
|
|
1987
|
+
"GSubNavigationDirective",
|
|
1988
|
+
"GSubheaderDirective",
|
|
1989
|
+
"GSubscriptionPlanDirective",
|
|
1990
|
+
"GSwitchDirective",
|
|
1991
|
+
"GSwitchRowDirective",
|
|
1992
|
+
"GSyncStatusDirective",
|
|
1993
|
+
"GTableDensityDirective",
|
|
1994
|
+
"GTableDirective",
|
|
1995
|
+
"GTableSortDirective",
|
|
1996
|
+
"GTabsDirective",
|
|
1997
|
+
"GTagPickerDirective",
|
|
1998
|
+
"GTaxSummaryDirective",
|
|
1999
|
+
"GTenantChooserDirective",
|
|
2000
|
+
"GTerminalDirective",
|
|
2001
|
+
"GTextareaDirective",
|
|
2002
|
+
"GThinkingDirective",
|
|
2003
|
+
"GTimePickerDirective",
|
|
2004
|
+
"GTimeRangeGroupDirective",
|
|
2005
|
+
"GTimeRangePickerCompositionDirective",
|
|
2006
|
+
"GTimelineDirective",
|
|
2007
|
+
"GTipDirective",
|
|
2008
|
+
"GToastDirective",
|
|
2009
|
+
"GToolApprovalDirective",
|
|
2010
|
+
"GToolCallDirective",
|
|
2011
|
+
"GToolbarDirective",
|
|
2012
|
+
"GTooltipDirective",
|
|
2013
|
+
"GTourSpotlightDirective",
|
|
2014
|
+
"GTransferListDirective",
|
|
2015
|
+
"GTrayMenuShellDirective",
|
|
2016
|
+
"GTreeDirective",
|
|
2017
|
+
"GTreeNavigationDirective",
|
|
2018
|
+
"GTreeSelectDirective",
|
|
2019
|
+
"GTreeTableDirective",
|
|
2020
|
+
"GTroubleshootingDirective",
|
|
2021
|
+
"GTrustedDeviceDirective",
|
|
2022
|
+
"GUnitFieldDirective",
|
|
2023
|
+
"GUpdateAvailableDirective",
|
|
2024
|
+
"GUpdateProgressDirective",
|
|
2025
|
+
"GUploadProgressCompositionDirective",
|
|
2026
|
+
"GUploadQueueDirective",
|
|
2027
|
+
"GUserPickerDirective",
|
|
2028
|
+
"GUtilityNavigationDirective",
|
|
2029
|
+
"GValidationStateDirective",
|
|
2030
|
+
"GValidationSummaryDirective",
|
|
2031
|
+
"GVersionHistoryCompositionDirective",
|
|
2032
|
+
"GVersionHistoryDirective",
|
|
2033
|
+
"GVerticalTabsDirective",
|
|
2034
|
+
"GVideoPlayerShellDirective",
|
|
2035
|
+
"GVirtualListDirective",
|
|
2036
|
+
"GVisualBuilderDirective",
|
|
2037
|
+
"GVoiceStateDirective",
|
|
2038
|
+
"GWhatsNewDirective",
|
|
2039
|
+
"GWindowLoadingDirective",
|
|
2040
|
+
"GWizardLayoutDirective",
|
|
2041
|
+
"GWizardNavigationDirective",
|
|
2042
|
+
"Gardener",
|
|
2043
|
+
"GardenerRuntimeFactory",
|
|
2044
|
+
"GardenerThemeFactory",
|
|
2045
|
+
"GardenerToastFactory",
|
|
2046
|
+
"behaviorAttributes",
|
|
2047
|
+
"bindElectronWindowControls",
|
|
2048
|
+
"bindTauriWindowControls",
|
|
2049
|
+
"componentByDirectiveName",
|
|
2050
|
+
"componentByExportName",
|
|
2051
|
+
"componentByName",
|
|
2052
|
+
"componentCatalog",
|
|
2053
|
+
"configAttributes",
|
|
2054
|
+
"createElectronWindowService",
|
|
2055
|
+
"createGardenerAngularJS",
|
|
2056
|
+
"createGardenerComponent",
|
|
2057
|
+
"createTauriWindowService",
|
|
2058
|
+
"destroy",
|
|
2059
|
+
"emit",
|
|
2060
|
+
"gardenerBehaviorDirective",
|
|
2061
|
+
"gardenerDirectives",
|
|
2062
|
+
"gardenerProviderDirective",
|
|
2063
|
+
"getInstance",
|
|
2064
|
+
"init",
|
|
2065
|
+
"observe",
|
|
2066
|
+
"register",
|
|
2067
|
+
"themeAttributes",
|
|
2068
|
+
"themeAxes",
|
|
2069
|
+
"toast"
|
|
2070
|
+
],
|
|
2071
|
+
"typeExports": [
|
|
2072
|
+
"GardenerAngularJSComponentExportName",
|
|
2073
|
+
"GardenerAngularJSComponentName",
|
|
2074
|
+
"GardenerAngularJSDirectiveFactory",
|
|
2075
|
+
"GardenerAngularJSDirectiveName",
|
|
2076
|
+
"GardenerAngularJSModule",
|
|
2077
|
+
"GardenerAngularJSOptions",
|
|
2078
|
+
"GardenerAngularJSStatic",
|
|
2079
|
+
"GardenerBehaviorInstance",
|
|
2080
|
+
"GardenerBehaviorName",
|
|
2081
|
+
"GardenerComponentDefinition",
|
|
2082
|
+
"GardenerComponentHandle",
|
|
2083
|
+
"GardenerComponentKind",
|
|
2084
|
+
"GardenerConfigValue",
|
|
2085
|
+
"GardenerElectronBinding",
|
|
2086
|
+
"GardenerElectronBridge",
|
|
2087
|
+
"GardenerEventName",
|
|
2088
|
+
"GardenerPlatform",
|
|
2089
|
+
"GardenerRuntimeService",
|
|
2090
|
+
"GardenerTauriBinding",
|
|
2091
|
+
"GardenerTauriBridge",
|
|
2092
|
+
"GardenerThemeAxis",
|
|
2093
|
+
"GardenerThemeService",
|
|
2094
|
+
"GardenerThemeState",
|
|
2095
|
+
"GardenerValueChangeLocals"
|
|
2096
|
+
],
|
|
2097
|
+
"packageEntrypoints": [
|
|
2098
|
+
".",
|
|
2099
|
+
"./components",
|
|
2100
|
+
"./directives",
|
|
2101
|
+
"./services",
|
|
2102
|
+
"./module",
|
|
2103
|
+
"./adapters",
|
|
2104
|
+
"./tauri",
|
|
2105
|
+
"./electron",
|
|
2106
|
+
"./catalog",
|
|
2107
|
+
"./catalog.json",
|
|
2108
|
+
"./style.css",
|
|
2109
|
+
"./core.css",
|
|
2110
|
+
"./themes.css",
|
|
2111
|
+
"./utilities.css",
|
|
2112
|
+
"./components.css",
|
|
2113
|
+
"./ai.css",
|
|
2114
|
+
"./platform/web.css",
|
|
2115
|
+
"./platform/mobile.css",
|
|
2116
|
+
"./platform/desktop.css",
|
|
2117
|
+
"./platform/tauri.css",
|
|
2118
|
+
"./platform/electron.css",
|
|
2119
|
+
"./component-css/*.css",
|
|
2120
|
+
"./component-css/*",
|
|
2121
|
+
"./bundle.min.js",
|
|
2122
|
+
"./performance",
|
|
2123
|
+
"./schema/public-api",
|
|
2124
|
+
"./schema/compatibility",
|
|
2125
|
+
"./schema/performance",
|
|
2126
|
+
"./package.json"
|
|
2127
|
+
],
|
|
2128
|
+
"services": [
|
|
2129
|
+
"GardenerRuntime",
|
|
2130
|
+
"GardenerTheme",
|
|
2131
|
+
"GardenerToast"
|
|
2132
|
+
],
|
|
2133
|
+
"directives": [
|
|
2134
|
+
"gGardener",
|
|
2135
|
+
"gardenerProvider"
|
|
2136
|
+
],
|
|
2137
|
+
"componentAttributes": [
|
|
2138
|
+
"gardenerVariant",
|
|
2139
|
+
"gardenerState",
|
|
2140
|
+
"gardenerConfig",
|
|
2141
|
+
"gardenerInitialize",
|
|
2142
|
+
"ngModel",
|
|
2143
|
+
"gardenerValueEvent",
|
|
2144
|
+
"gardenerValueKey",
|
|
2145
|
+
"gardenerOnValueChange"
|
|
2146
|
+
],
|
|
2147
|
+
"componentHandleMembers": [
|
|
2148
|
+
"element",
|
|
2149
|
+
"getInstance",
|
|
2150
|
+
"refresh",
|
|
2151
|
+
"destroy"
|
|
2152
|
+
],
|
|
2153
|
+
"themeAxes": [
|
|
2154
|
+
"theme",
|
|
2155
|
+
"mode",
|
|
2156
|
+
"neutral",
|
|
2157
|
+
"typography",
|
|
2158
|
+
"shape",
|
|
2159
|
+
"density",
|
|
2160
|
+
"elevation",
|
|
2161
|
+
"motion",
|
|
2162
|
+
"platform",
|
|
2163
|
+
"os"
|
|
2164
|
+
],
|
|
2165
|
+
"moduleFactory": "createGardenerAngularJS"
|
|
2166
|
+
}
|