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