@gardenerim/angularjs 1.0.0 → 2.1.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 +16 -1
- package/LICENSE +1 -1
- package/README.md +11 -5
- package/dist/catalog.json +71 -31
- package/dist/directives.d.ts +6 -6
- package/dist/directives.d.ts.map +1 -1
- package/dist/directives.js +6 -6
- package/dist/directives.js.map +1 -1
- package/dist/electron.d.ts +3 -3
- package/dist/electron.d.ts.map +1 -1
- package/dist/electron.js.map +1 -1
- package/dist/gardener-angularjs.min.js +1 -1
- package/dist/gardener-angularjs.min.js.map +3 -3
- package/dist/gardener-angularjs.performance.json +4 -4
- package/dist/generated/catalog.d.ts +6 -6
- package/dist/generated/catalog.d.ts.map +1 -1
- package/dist/generated/catalog.js +60 -30
- package/dist/generated/catalog.js.map +1 -1
- package/dist/generated/components.d.ts +511 -511
- package/dist/generated/components.d.ts.map +1 -1
- package/dist/generated/components.js +509 -509
- package/dist/generated/components.js.map +1 -1
- package/dist/generated/contracts.d.ts +2544 -0
- package/dist/generated/contracts.d.ts.map +1 -0
- package/dist/generated/contracts.js +2 -0
- package/dist/generated/contracts.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/module.d.ts +3 -3
- package/dist/module.d.ts.map +1 -1
- package/dist/module.js +15 -14
- package/dist/module.js.map +1 -1
- package/dist/services.d.ts +5 -5
- package/dist/services.d.ts.map +1 -1
- package/dist/services.js +7 -5
- package/dist/services.js.map +1 -1
- package/dist/tauri.d.ts +3 -3
- package/dist/tauri.d.ts.map +1 -1
- package/dist/tauri.js.map +1 -1
- package/dist/types.d.ts +29 -27
- package/dist/types.d.ts.map +1 -1
- package/docs/API.md +11 -11
- package/docs/components.md +12 -12
- package/docs/security.md +4 -4
- package/metadata/compatibility.json +55 -41
- package/metadata/compatibility.schema.json +1 -1
- package/metadata/performance.schema.json +1 -1
- package/metadata/public-api.json +51 -43
- package/metadata/public-api.schema.json +4 -4
- package/package.json +93 -22
|
@@ -1,512 +1,512 @@
|
|
|
1
|
-
/** Generated AngularJS bindings for all
|
|
2
|
-
import {
|
|
3
|
-
export const GButtonDirective = /* @__PURE__ */
|
|
4
|
-
export const GButtonGroupDirective = /* @__PURE__ */
|
|
5
|
-
export const GCardDirective = /* @__PURE__ */
|
|
6
|
-
export const GBadgeTagChipDirective = /* @__PURE__ */
|
|
7
|
-
export const GAvatarDirective = /* @__PURE__ */
|
|
8
|
-
export const GAlertDirective = /* @__PURE__ */
|
|
9
|
-
export const GProgressMeterDirective = /* @__PURE__ */
|
|
10
|
-
export const GSpinnerSkeletonDirective = /* @__PURE__ */
|
|
11
|
-
export const GEmptyStateDirective = /* @__PURE__ */
|
|
12
|
-
export const GInputDirective = /* @__PURE__ */
|
|
13
|
-
export const GTextareaDirective = /* @__PURE__ */
|
|
14
|
-
export const GSelectDirective = /* @__PURE__ */
|
|
15
|
-
export const GCheckboxRadioDirective = /* @__PURE__ */
|
|
16
|
-
export const GSwitchDirective = /* @__PURE__ */
|
|
17
|
-
export const GRangeColorDirective = /* @__PURE__ */
|
|
18
|
-
export const GFileDropDirective = /* @__PURE__ */
|
|
19
|
-
export const GComboboxDirective = /* @__PURE__ */
|
|
20
|
-
export const GFormDirective = /* @__PURE__ */
|
|
21
|
-
export const GFormSectionDirective = /* @__PURE__ */
|
|
22
|
-
export const GFieldDirective = /* @__PURE__ */
|
|
23
|
-
export const GFieldsetDirective = /* @__PURE__ */
|
|
24
|
-
export const GFormRowDirective = /* @__PURE__ */
|
|
25
|
-
export const GFormGridDirective = /* @__PURE__ */
|
|
26
|
-
export const GHorizontalFormDirective = /* @__PURE__ */
|
|
27
|
-
export const GInlineFormDirective = /* @__PURE__ */
|
|
28
|
-
export const GCompactFormDirective = /* @__PURE__ */
|
|
29
|
-
export const GInputGroupDirective = /* @__PURE__ */
|
|
30
|
-
export const GInputAffixDirective = /* @__PURE__ */
|
|
31
|
-
export const GSearchFieldDirective = /* @__PURE__ */
|
|
32
|
-
export const GPasswordFieldDirective = /* @__PURE__ */
|
|
33
|
-
export const GClearableFieldDirective = /* @__PURE__ */
|
|
34
|
-
export const GCharacterCounterDirective = /* @__PURE__ */
|
|
35
|
-
export const GValidationStateDirective = /* @__PURE__ */
|
|
36
|
-
export const GCheckboxGroupDirective = /* @__PURE__ */
|
|
37
|
-
export const GRadioGroupDirective = /* @__PURE__ */
|
|
38
|
-
export const GSwitchRowDirective = /* @__PURE__ */
|
|
39
|
-
export const GChoiceCardGroupDirective = /* @__PURE__ */
|
|
40
|
-
export const GNameGroupDirective = /* @__PURE__ */
|
|
41
|
-
export const GAddressGroupDirective = /* @__PURE__ */
|
|
42
|
-
export const GPhoneGroupDirective = /* @__PURE__ */
|
|
43
|
-
export const GMoneyGroupDirective = /* @__PURE__ */
|
|
44
|
-
export const GDateRangeGroupDirective = /* @__PURE__ */
|
|
45
|
-
export const GTimeRangeGroupDirective = /* @__PURE__ */
|
|
46
|
-
export const GUnitFieldDirective = /* @__PURE__ */
|
|
47
|
-
export const GRangeFieldDirective = /* @__PURE__ */
|
|
48
|
-
export const GFileFieldDirective = /* @__PURE__ */
|
|
49
|
-
export const GRepeatableFieldDirective = /* @__PURE__ */
|
|
50
|
-
export const GConditionalFieldDirective = /* @__PURE__ */
|
|
51
|
-
export const GFormActionsDirective = /* @__PURE__ */
|
|
52
|
-
export const GAutosaveStatusDirective = /* @__PURE__ */
|
|
53
|
-
export const GFormProgressDirective = /* @__PURE__ */
|
|
54
|
-
export const GFormReviewDirective = /* @__PURE__ */
|
|
55
|
-
export const GConsentGroupDirective = /* @__PURE__ */
|
|
56
|
-
export const GNavbarDirective = /* @__PURE__ */
|
|
57
|
-
export const GSidebarDirective = /* @__PURE__ */
|
|
58
|
-
export const GBreadcrumbDirective = /* @__PURE__ */
|
|
59
|
-
export const GTabsDirective = /* @__PURE__ */
|
|
60
|
-
export const GSegmentedControlDirective = /* @__PURE__ */
|
|
61
|
-
export const GPaginationDirective = /* @__PURE__ */
|
|
62
|
-
export const GMenuDropdownDirective = /* @__PURE__ */
|
|
63
|
-
export const GStepperDirective = /* @__PURE__ */
|
|
64
|
-
export const GCommandPaletteDirective = /* @__PURE__ */
|
|
65
|
-
export const GPrimaryNavigationDirective = /* @__PURE__ */
|
|
66
|
-
export const GUtilityNavigationDirective = /* @__PURE__ */
|
|
67
|
-
export const GSubNavigationDirective = /* @__PURE__ */
|
|
68
|
-
export const GCollapsibleNavigationDirective = /* @__PURE__ */
|
|
69
|
-
export const GNavigationRailDirective = /* @__PURE__ */
|
|
70
|
-
export const GActivityBarDirective = /* @__PURE__ */
|
|
71
|
-
export const GMenuBarDirective = /* @__PURE__ */
|
|
72
|
-
export const GContextMenuDirective = /* @__PURE__ */
|
|
73
|
-
export const GTreeNavigationDirective = /* @__PURE__ */
|
|
74
|
-
export const GVerticalTabsDirective = /* @__PURE__ */
|
|
75
|
-
export const GPillNavigationDirective = /* @__PURE__ */
|
|
76
|
-
export const GScrollspyNavigationDirective = /* @__PURE__ */
|
|
77
|
-
export const GCursorPaginationDirective = /* @__PURE__ */
|
|
78
|
-
export const GLoadMoreNavigationDirective = /* @__PURE__ */
|
|
79
|
-
export const GWizardNavigationDirective = /* @__PURE__ */
|
|
80
|
-
export const GBackNavigationDirective = /* @__PURE__ */
|
|
81
|
-
export const GPreviousNextNavigationDirective = /* @__PURE__ */
|
|
82
|
-
export const GSkipNavigationDirective = /* @__PURE__ */
|
|
83
|
-
export const GMobileTopNavigationDirective = /* @__PURE__ */
|
|
84
|
-
export const GBottomNavigationDirective = /* @__PURE__ */
|
|
85
|
-
export const GMobileTabBarDirective = /* @__PURE__ */
|
|
86
|
-
export const GDrawerNavigationDirective = /* @__PURE__ */
|
|
87
|
-
export const GCommandNavigationDirective = /* @__PURE__ */
|
|
88
|
-
export const GJumpNavigationDirective = /* @__PURE__ */
|
|
89
|
-
export const GQuickNavigationDirective = /* @__PURE__ */
|
|
90
|
-
export const GLocaleNavigationDirective = /* @__PURE__ */
|
|
91
|
-
export const GAccountNavigationDirective = /* @__PURE__ */
|
|
92
|
-
export const GDialogDirective = /* @__PURE__ */
|
|
93
|
-
export const GDrawerDirective = /* @__PURE__ */
|
|
94
|
-
export const GPopoverDirective = /* @__PURE__ */
|
|
95
|
-
export const GTooltipDirective = /* @__PURE__ */
|
|
96
|
-
export const GToastDirective = /* @__PURE__ */
|
|
97
|
-
export const GAccordionDirective = /* @__PURE__ */
|
|
98
|
-
export const GTableDirective = /* @__PURE__ */
|
|
99
|
-
export const GDataGridDirective = /* @__PURE__ */
|
|
100
|
-
export const GKpiStatDirective = /* @__PURE__ */
|
|
101
|
-
export const GDescriptionListDirective = /* @__PURE__ */
|
|
102
|
-
export const GListGroupDirective = /* @__PURE__ */
|
|
103
|
-
export const GTreeDirective = /* @__PURE__ */
|
|
104
|
-
export const GTimelineDirective = /* @__PURE__ */
|
|
105
|
-
export const GResponsiveTableDirective = /* @__PURE__ */
|
|
106
|
-
export const GTableSortDirective = /* @__PURE__ */
|
|
107
|
-
export const GRowSelectionDirective = /* @__PURE__ */
|
|
108
|
-
export const GRowDisclosureDirective = /* @__PURE__ */
|
|
109
|
-
export const GColumnToggleDirective = /* @__PURE__ */
|
|
110
|
-
export const GDataFilterDirective = /* @__PURE__ */
|
|
111
|
-
export const GDataViewDirective = /* @__PURE__ */
|
|
112
|
-
export const GEditableGridDirective = /* @__PURE__ */
|
|
113
|
-
export const GTreeTableDirective = /* @__PURE__ */
|
|
114
|
-
export const GGroupedTableDirective = /* @__PURE__ */
|
|
115
|
-
export const GExpandableTableDirective = /* @__PURE__ */
|
|
116
|
-
export const GComparisonTableDirective = /* @__PURE__ */
|
|
117
|
-
export const GKeyValueDirective = /* @__PURE__ */
|
|
118
|
-
export const GRecordDetailDirective = /* @__PURE__ */
|
|
119
|
-
export const GMediaListDirective = /* @__PURE__ */
|
|
120
|
-
export const GDenseListDirective = /* @__PURE__ */
|
|
121
|
-
export const GAuditLogCompositionDirective = /* @__PURE__ */
|
|
122
|
-
export const GStatListDirective = /* @__PURE__ */
|
|
123
|
-
export const GMetricCardDirective = /* @__PURE__ */
|
|
124
|
-
export const GSparklineDirective = /* @__PURE__ */
|
|
125
|
-
export const GProgressStatsDirective = /* @__PURE__ */
|
|
126
|
-
export const GDataLegendDirective = /* @__PURE__ */
|
|
127
|
-
export const GRankingDirective = /* @__PURE__ */
|
|
128
|
-
export const GStatusSummaryDirective = /* @__PURE__ */
|
|
129
|
-
export const GDataMatrixDirective = /* @__PURE__ */
|
|
130
|
-
export const GHeatmapDirective = /* @__PURE__ */
|
|
131
|
-
export const GDataToolbarDirective = /* @__PURE__ */
|
|
132
|
-
export const GColumnChooserDirective = /* @__PURE__ */
|
|
133
|
-
export const GSavedViewsDirective = /* @__PURE__ */
|
|
134
|
-
export const GExportPanelDirective = /* @__PURE__ */
|
|
135
|
-
export const GDataStateDirective = /* @__PURE__ */
|
|
136
|
-
export const GDataViewSwitcherDirective = /* @__PURE__ */
|
|
137
|
-
export const GSelectionSummaryDirective = /* @__PURE__ */
|
|
138
|
-
export const GTableDensityDirective = /* @__PURE__ */
|
|
139
|
-
export const GFilterSummaryDirective = /* @__PURE__ */
|
|
140
|
-
export const GSortBuilderDirective = /* @__PURE__ */
|
|
141
|
-
export const GDataInspectorDirective = /* @__PURE__ */
|
|
142
|
-
export const GSelectionControlsDirective = /* @__PURE__ */
|
|
143
|
-
export const GBatchToolbarDirective = /* @__PURE__ */
|
|
144
|
-
export const GDualListDirective = /* @__PURE__ */
|
|
145
|
-
export const GTreeSelectDirective = /* @__PURE__ */
|
|
146
|
-
export const GCascaderDirective = /* @__PURE__ */
|
|
147
|
-
export const GMentionPickerDirective = /* @__PURE__ */
|
|
148
|
-
export const GUserPickerDirective = /* @__PURE__ */
|
|
149
|
-
export const GOrganizationPickerDirective = /* @__PURE__ */
|
|
150
|
-
export const GResourcePickerDirective = /* @__PURE__ */
|
|
151
|
-
export const GMediaPickerDirective = /* @__PURE__ */
|
|
152
|
-
export const GIconPickerDirective = /* @__PURE__ */
|
|
153
|
-
export const GColorPickerCompositionDirective = /* @__PURE__ */
|
|
154
|
-
export const GDateRangePickerCompositionDirective = /* @__PURE__ */
|
|
155
|
-
export const GTimeRangePickerCompositionDirective = /* @__PURE__ */
|
|
156
|
-
export const GSavedFiltersDirective = /* @__PURE__ */
|
|
157
|
-
export const GGroupBuilderDirective = /* @__PURE__ */
|
|
158
|
-
export const GEntityPickerDirective = /* @__PURE__ */
|
|
159
|
-
export const GTagPickerDirective = /* @__PURE__ */
|
|
160
|
-
export const GRelationPickerDirective = /* @__PURE__ */
|
|
161
|
-
export const GBulkConfirmationDirective = /* @__PURE__ */
|
|
162
|
-
export const GBulkProgressDirective = /* @__PURE__ */
|
|
163
|
-
export const GFilterBarDirective = /* @__PURE__ */
|
|
164
|
-
export const GCodeBlockDirective = /* @__PURE__ */
|
|
165
|
-
export const GTerminalDirective = /* @__PURE__ */
|
|
166
|
-
export const GDiffViewerDirective = /* @__PURE__ */
|
|
167
|
-
export const GChartContainerDirective = /* @__PURE__ */
|
|
168
|
-
export const GGridSystemDirective = /* @__PURE__ */
|
|
169
|
-
export const GRegionLayoutSystemDirective = /* @__PURE__ */
|
|
170
|
-
export const GClassicLayoutPrimitivesDirective = /* @__PURE__ */
|
|
171
|
-
export const GPageHeaderDirective = /* @__PURE__ */
|
|
172
|
-
export const GSectionHeaderDirective = /* @__PURE__ */
|
|
173
|
-
export const GSubheaderDirective = /* @__PURE__ */
|
|
174
|
-
export const GToolbarDirective = /* @__PURE__ */
|
|
175
|
-
export const GActionBarDirective = /* @__PURE__ */
|
|
176
|
-
export const GStatusBarDirective = /* @__PURE__ */
|
|
177
|
-
export const GCommandBarDirective = /* @__PURE__ */
|
|
178
|
-
export const GContextBarDirective = /* @__PURE__ */
|
|
179
|
-
export const GBulkActionBarDirective = /* @__PURE__ */
|
|
180
|
-
export const GFooterBarDirective = /* @__PURE__ */
|
|
181
|
-
export const GFloatingActionBarDirective = /* @__PURE__ */
|
|
182
|
-
export const GDividerWithTextDirective = /* @__PURE__ */
|
|
183
|
-
export const GStickyActionsDirective = /* @__PURE__ */
|
|
184
|
-
export const GPageLoadingDirective = /* @__PURE__ */
|
|
185
|
-
export const GPageStateSystemDirective = /* @__PURE__ */
|
|
186
|
-
export const GTipDirective = /* @__PURE__ */
|
|
187
|
-
export const GInlineHintDirective = /* @__PURE__ */
|
|
188
|
-
export const GHelpTextDirective = /* @__PURE__ */
|
|
189
|
-
export const GHelpTriggerDirective = /* @__PURE__ */
|
|
190
|
-
export const GRichTooltipDirective = /* @__PURE__ */
|
|
191
|
-
export const GHelpPopoverDirective = /* @__PURE__ */
|
|
192
|
-
export const GDefinitionHelpDirective = /* @__PURE__ */
|
|
193
|
-
export const GCalloutDirective = /* @__PURE__ */
|
|
194
|
-
export const GNoteDirective = /* @__PURE__ */
|
|
195
|
-
export const GGuidancePairDirective = /* @__PURE__ */
|
|
196
|
-
export const GKeyHintDirective = /* @__PURE__ */
|
|
197
|
-
export const GShortcutListDirective = /* @__PURE__ */
|
|
198
|
-
export const GHelpCardDirective = /* @__PURE__ */
|
|
199
|
-
export const GHelpPanelDirective = /* @__PURE__ */
|
|
200
|
-
export const GHelpCenterDirective = /* @__PURE__ */
|
|
201
|
-
export const GHelpTopicsDirective = /* @__PURE__ */
|
|
202
|
-
export const GFaqDirective = /* @__PURE__ */
|
|
203
|
-
export const GContextualHelpDirective = /* @__PURE__ */
|
|
204
|
-
export const GCoachMarkDirective = /* @__PURE__ */
|
|
205
|
-
export const GSpotlightDirective = /* @__PURE__ */
|
|
206
|
-
export const GHotspotDirective = /* @__PURE__ */
|
|
207
|
-
export const GFeatureHintDirective = /* @__PURE__ */
|
|
208
|
-
export const GWhatsNewDirective = /* @__PURE__ */
|
|
209
|
-
export const GHelpChecklistDirective = /* @__PURE__ */
|
|
210
|
-
export const GTroubleshootingDirective = /* @__PURE__ */
|
|
211
|
-
export const GHelpFeedbackDirective = /* @__PURE__ */
|
|
212
|
-
export const GAppShellDirective = /* @__PURE__ */
|
|
213
|
-
export const GDashboardDirective = /* @__PURE__ */
|
|
214
|
-
export const GMobileShellDirective = /* @__PURE__ */
|
|
215
|
-
export const GChatDirective = /* @__PURE__ */
|
|
216
|
-
export const GMessageDirective = /* @__PURE__ */
|
|
217
|
-
export const GPromptComposerDirective = /* @__PURE__ */
|
|
218
|
-
export const GAttachmentDirective = /* @__PURE__ */
|
|
219
|
-
export const GThinkingDirective = /* @__PURE__ */
|
|
220
|
-
export const GToolCallDirective = /* @__PURE__ */
|
|
221
|
-
export const GToolApprovalDirective = /* @__PURE__ */
|
|
222
|
-
export const GAgentStatusDirective = /* @__PURE__ */
|
|
223
|
-
export const GAgentPlanDirective = /* @__PURE__ */
|
|
224
|
-
export const GSourcesCitationsDirective = /* @__PURE__ */
|
|
225
|
-
export const GArtifactPanelDirective = /* @__PURE__ */
|
|
226
|
-
export const GModelSelectorDirective = /* @__PURE__ */
|
|
227
|
-
export const GContextMeterDirective = /* @__PURE__ */
|
|
228
|
-
export const GVoiceStateDirective = /* @__PURE__ */
|
|
229
|
-
export const GGenerationPlaceholderDirective = /* @__PURE__ */
|
|
230
|
-
export const GAiWorkspaceDirective = /* @__PURE__ */
|
|
231
|
-
export const GPromptStarterDirective = /* @__PURE__ */
|
|
232
|
-
export const GAiCommandMenuDirective = /* @__PURE__ */
|
|
233
|
-
export const GStreamingResponseDirective = /* @__PURE__ */
|
|
234
|
-
export const GMultiAgentBoardDirective = /* @__PURE__ */
|
|
235
|
-
export const GAgentHandoffDirective = /* @__PURE__ */
|
|
236
|
-
export const GArtifactWorkspaceDirective = /* @__PURE__ */
|
|
237
|
-
export const GGenerationGalleryDirective = /* @__PURE__ */
|
|
238
|
-
export const GAiContextManagerDirective = /* @__PURE__ */
|
|
239
|
-
export const GAiUsagePanelDirective = /* @__PURE__ */
|
|
240
|
-
export const GAiSafetyNoticeDirective = /* @__PURE__ */
|
|
241
|
-
export const GAiFeedbackDirective = /* @__PURE__ */
|
|
242
|
-
export const GDatePickerDirective = /* @__PURE__ */
|
|
243
|
-
export const GTimePickerDirective = /* @__PURE__ */
|
|
244
|
-
export const GPinInputDirective = /* @__PURE__ */
|
|
245
|
-
export const GRatingDirective = /* @__PURE__ */
|
|
246
|
-
export const GTransferListDirective = /* @__PURE__ */
|
|
247
|
-
export const GValidationSummaryDirective = /* @__PURE__ */
|
|
248
|
-
export const GMegaMenuDirective = /* @__PURE__ */
|
|
249
|
-
export const GAnchorNavigationDirective = /* @__PURE__ */
|
|
250
|
-
export const GTourSpotlightDirective = /* @__PURE__ */
|
|
251
|
-
export const GVirtualListDirective = /* @__PURE__ */
|
|
252
|
-
export const GKanbanDirective = /* @__PURE__ */
|
|
253
|
-
export const GGanttShellDirective = /* @__PURE__ */
|
|
254
|
-
export const GQueryBuilderDirective = /* @__PURE__ */
|
|
255
|
-
export const GCarouselDirective = /* @__PURE__ */
|
|
256
|
-
export const GGalleryLightboxDirective = /* @__PURE__ */
|
|
257
|
-
export const GMediaPlayerDirective = /* @__PURE__ */
|
|
258
|
-
export const GDocumentViewerDirective = /* @__PURE__ */
|
|
259
|
-
export const GSplitPaneDirective = /* @__PURE__ */
|
|
260
|
-
export const GDragSortDirective = /* @__PURE__ */
|
|
261
|
-
export const GInfiniteScrollDirective = /* @__PURE__ */
|
|
262
|
-
export const GPullRefreshDirective = /* @__PURE__ */
|
|
263
|
-
export const GProductCardDirective = /* @__PURE__ */
|
|
264
|
-
export const GCartItemDirective = /* @__PURE__ */
|
|
265
|
-
export const GPriceQuantityDirective = /* @__PURE__ */
|
|
266
|
-
export const GConversationListDirective = /* @__PURE__ */
|
|
267
|
-
export const GPromptLibraryDirective = /* @__PURE__ */
|
|
268
|
-
export const GMentionSlashCommandDirective = /* @__PURE__ */
|
|
269
|
-
export const GGenerationCardDirective = /* @__PURE__ */
|
|
270
|
-
export const GFileTreeDirective = /* @__PURE__ */
|
|
271
|
-
export const GVersionHistoryDirective = /* @__PURE__ */
|
|
272
|
-
export const GPermissionScopeDirective = /* @__PURE__ */
|
|
273
|
-
export const GCostRateLimitDirective = /* @__PURE__ */
|
|
274
|
-
export const GPrivacyNoticeDirective = /* @__PURE__ */
|
|
275
|
-
export const GAuthenticationShellDirective = /* @__PURE__ */
|
|
276
|
-
export const GMobileCategoryDirective = /* @__PURE__ */
|
|
277
|
-
export const GCmsShellDirective = /* @__PURE__ */
|
|
278
|
-
export const GVisualBuilderDirective = /* @__PURE__ */
|
|
279
|
-
export const GRichEditorDirective = /* @__PURE__ */
|
|
280
|
-
export const GMediaLibraryDirective = /* @__PURE__ */
|
|
281
|
-
export const GContentWorkflowDirective = /* @__PURE__ */
|
|
282
|
-
export const GLocalizationGridDirective = /* @__PURE__ */
|
|
283
|
-
export const GSiteHeaderDirective = /* @__PURE__ */
|
|
284
|
-
export const GHeroDirective = /* @__PURE__ */
|
|
285
|
-
export const GPricingDirective = /* @__PURE__ */
|
|
286
|
-
export const GArticleLayoutDirective = /* @__PURE__ */
|
|
287
|
-
export const GProductDetailDirective = /* @__PURE__ */
|
|
288
|
-
export const GCheckoutDirective = /* @__PURE__ */
|
|
289
|
-
export const GEnterpriseSettingsDirective = /* @__PURE__ */
|
|
290
|
-
export const GPermissionMatrixDirective = /* @__PURE__ */
|
|
291
|
-
export const GAuditLogDirective = /* @__PURE__ */
|
|
292
|
-
export const GDesktopShellDirective = /* @__PURE__ */
|
|
293
|
-
export const GDesktopTitlebarDirective = /* @__PURE__ */
|
|
294
|
-
export const GDesktopWorkbenchDirective = /* @__PURE__ */
|
|
295
|
-
export const GOnboardingDirective = /* @__PURE__ */
|
|
296
|
-
export const GWizardLayoutDirective = /* @__PURE__ */
|
|
297
|
-
export const GNotificationCenterDirective = /* @__PURE__ */
|
|
298
|
-
export const GInboxDirective = /* @__PURE__ */
|
|
299
|
-
export const GSearchResultsDirective = /* @__PURE__ */
|
|
300
|
-
export const GCalendarDirective = /* @__PURE__ */
|
|
301
|
-
export const GAgendaDirective = /* @__PURE__ */
|
|
302
|
-
export const GFileManagerDirective = /* @__PURE__ */
|
|
303
|
-
export const GUploadQueueDirective = /* @__PURE__ */
|
|
304
|
-
export const GFormBuilderDirective = /* @__PURE__ */
|
|
305
|
-
export const GFilterBuilderDirective = /* @__PURE__ */
|
|
306
|
-
export const GPivotTableDirective = /* @__PURE__ */
|
|
307
|
-
export const GOrganizationChartDirective = /* @__PURE__ */
|
|
308
|
-
export const GMapShellDirective = /* @__PURE__ */
|
|
309
|
-
export const GCommentThreadDirective = /* @__PURE__ */
|
|
310
|
-
export const GActivityFeedDirective = /* @__PURE__ */
|
|
311
|
-
export const GReportInvoiceDirective = /* @__PURE__ */
|
|
312
|
-
export const GCookieConsentDirective = /* @__PURE__ */
|
|
313
|
-
export const GCopyActionDirective = /* @__PURE__ */
|
|
314
|
-
export const GFullscreenActionDirective = /* @__PURE__ */
|
|
315
|
-
export const GBackToTopDirective = /* @__PURE__ */
|
|
316
|
-
export const GImageCropShellDirective = /* @__PURE__ */
|
|
317
|
-
export const GContentFileDropDirective = /* @__PURE__ */
|
|
318
|
-
export const GContentFileListDirective = /* @__PURE__ */
|
|
319
|
-
export const GContentUploadQueueDirective = /* @__PURE__ */
|
|
320
|
-
export const GChunkUploadDirective = /* @__PURE__ */
|
|
321
|
-
export const GUploadProgressCompositionDirective = /* @__PURE__ */
|
|
322
|
-
export const GFailedUploadDirective = /* @__PURE__ */
|
|
323
|
-
export const GFileCardCompositionDirective = /* @__PURE__ */
|
|
324
|
-
export const GFolderTreeCompositionDirective = /* @__PURE__ */
|
|
325
|
-
export const GFileBrowserCompositionDirective = /* @__PURE__ */
|
|
326
|
-
export const GFilePreviewCompositionDirective = /* @__PURE__ */
|
|
327
|
-
export const GMediaLibraryCompositionDirective = /* @__PURE__ */
|
|
328
|
-
export const GMediaGridCompositionDirective = /* @__PURE__ */
|
|
329
|
-
export const GMediaDetailsCompositionDirective = /* @__PURE__ */
|
|
330
|
-
export const GImageCropCompositionDirective = /* @__PURE__ */
|
|
331
|
-
export const GImageAnnotationCompositionDirective = /* @__PURE__ */
|
|
332
|
-
export const GDocumentViewerCompositionDirective = /* @__PURE__ */
|
|
333
|
-
export const GPdfViewerDirective = /* @__PURE__ */
|
|
334
|
-
export const GVideoPlayerShellDirective = /* @__PURE__ */
|
|
335
|
-
export const GAudioPlayerShellDirective = /* @__PURE__ */
|
|
336
|
-
export const GCodeEditorShellDirective = /* @__PURE__ */
|
|
337
|
-
export const GRichTextEditorCompositionDirective = /* @__PURE__ */
|
|
338
|
-
export const GMarkdownEditorDirective = /* @__PURE__ */
|
|
339
|
-
export const GBlockEditorDirective = /* @__PURE__ */
|
|
340
|
-
export const GRevisionCompareCompositionDirective = /* @__PURE__ */
|
|
341
|
-
export const GContentAutosaveIndicatorDirective = /* @__PURE__ */
|
|
342
|
-
export const GContentOutlineDirective = /* @__PURE__ */
|
|
343
|
-
export const GEditorToolbarCompositionDirective = /* @__PURE__ */
|
|
344
|
-
export const GFindReplaceDirective = /* @__PURE__ */
|
|
345
|
-
export const GCommentThreadCompositionDirective = /* @__PURE__ */
|
|
346
|
-
export const GVersionHistoryCompositionDirective = /* @__PURE__ */
|
|
347
|
-
export const GFilePropertiesDirective = /* @__PURE__ */
|
|
348
|
-
export const GStorageMeterDirective = /* @__PURE__ */
|
|
349
|
-
export const GAuthCenteredDirective = /* @__PURE__ */
|
|
350
|
-
export const GAuthSplitDirective = /* @__PURE__ */
|
|
351
|
-
export const GSignInCompositionDirective = /* @__PURE__ */
|
|
352
|
-
export const GRegistrationCompositionDirective = /* @__PURE__ */
|
|
353
|
-
export const GPasswordRecoveryDirective = /* @__PURE__ */
|
|
354
|
-
export const GPasswordResetDirective = /* @__PURE__ */
|
|
355
|
-
export const GEmailVerificationDirective = /* @__PURE__ */
|
|
356
|
-
export const GPhoneVerificationDirective = /* @__PURE__ */
|
|
357
|
-
export const GMfaChallengeDirective = /* @__PURE__ */
|
|
358
|
-
export const GOtpInputDirective = /* @__PURE__ */
|
|
359
|
-
export const GPasskeyCompositionDirective = /* @__PURE__ */
|
|
360
|
-
export const GSsoCompositionDirective = /* @__PURE__ */
|
|
361
|
-
export const GQrLoginDirective = /* @__PURE__ */
|
|
362
|
-
export const GMagicLinkDirective = /* @__PURE__ */
|
|
363
|
-
export const GInvitationCompositionDirective = /* @__PURE__ */
|
|
364
|
-
export const GFirstTimeSetupDirective = /* @__PURE__ */
|
|
365
|
-
export const GLockScreenDirective = /* @__PURE__ */
|
|
366
|
-
export const GSessionExpiredDirective = /* @__PURE__ */
|
|
367
|
-
export const GAccountChooserDirective = /* @__PURE__ */
|
|
368
|
-
export const GTenantChooserDirective = /* @__PURE__ */
|
|
369
|
-
export const GIdentitySwitcherDirective = /* @__PURE__ */
|
|
370
|
-
export const GProfileSetupDirective = /* @__PURE__ */
|
|
371
|
-
export const GAccountSecurityDirective = /* @__PURE__ */
|
|
372
|
-
export const GDeviceManagementDirective = /* @__PURE__ */
|
|
373
|
-
export const GLoginActivityDirective = /* @__PURE__ */
|
|
374
|
-
export const GSecurityAlertDirective = /* @__PURE__ */
|
|
375
|
-
export const GRecoveryCodesDirective = /* @__PURE__ */
|
|
376
|
-
export const GTrustedDeviceDirective = /* @__PURE__ */
|
|
377
|
-
export const GConnectedAccountsDirective = /* @__PURE__ */
|
|
378
|
-
export const GPasswordStrengthDirective = /* @__PURE__ */
|
|
379
|
-
export const GAuthConsentDirective = /* @__PURE__ */
|
|
380
|
-
export const GAuthResultDirective = /* @__PURE__ */
|
|
381
|
-
export const GCommerceProductCardDirective = /* @__PURE__ */
|
|
382
|
-
export const GCommerceProductListDirective = /* @__PURE__ */
|
|
383
|
-
export const GCommerceProductDetailDirective = /* @__PURE__ */
|
|
384
|
-
export const GCommerceProductGalleryDirective = /* @__PURE__ */
|
|
385
|
-
export const GSkuSelectorDirective = /* @__PURE__ */
|
|
386
|
-
export const GCommerceQuantityStepperDirective = /* @__PURE__ */
|
|
387
|
-
export const GPriceDisplayDirective = /* @__PURE__ */
|
|
388
|
-
export const GCommerceCartItemDirective = /* @__PURE__ */
|
|
389
|
-
export const GCommerceCartDirective = /* @__PURE__ */
|
|
390
|
-
export const GMiniCartDirective = /* @__PURE__ */
|
|
391
|
-
export const GCartSummaryDirective = /* @__PURE__ */
|
|
392
|
-
export const GCommerceCheckoutDirective = /* @__PURE__ */
|
|
393
|
-
export const GCommerceCheckoutStepsDirective = /* @__PURE__ */
|
|
394
|
-
export const GAddressSelectorDirective = /* @__PURE__ */
|
|
395
|
-
export const GAddressCardDirective = /* @__PURE__ */
|
|
396
|
-
export const GShippingMethodDirective = /* @__PURE__ */
|
|
397
|
-
export const GPickupSelectorDirective = /* @__PURE__ */
|
|
398
|
-
export const GCouponDirective = /* @__PURE__ */
|
|
399
|
-
export const GPromotionListDirective = /* @__PURE__ */
|
|
400
|
-
export const GInvoiceInformationDirective = /* @__PURE__ */
|
|
401
|
-
export const GPaymentMethodDirective = /* @__PURE__ */
|
|
402
|
-
export const GPaymentSheetDirective = /* @__PURE__ */
|
|
403
|
-
export const GPaymentResultDirective = /* @__PURE__ */
|
|
404
|
-
export const GCommerceOrderSummaryDirective = /* @__PURE__ */
|
|
405
|
-
export const GCommerceOrderTimelineDirective = /* @__PURE__ */
|
|
406
|
-
export const GOrderDetailDirective = /* @__PURE__ */
|
|
407
|
-
export const GSubscriptionPlanDirective = /* @__PURE__ */
|
|
408
|
-
export const GPricingComparisonDirective = /* @__PURE__ */
|
|
409
|
-
export const GCommerceUsageMeterDirective = /* @__PURE__ */
|
|
410
|
-
export const GBillingHistoryDirective = /* @__PURE__ */
|
|
411
|
-
export const GRefundStatusDirective = /* @__PURE__ */
|
|
412
|
-
export const GTaxSummaryDirective = /* @__PURE__ */
|
|
413
|
-
export const GMobileSafeShellDirective = /* @__PURE__ */
|
|
414
|
-
export const GMobileAppBarDirective = /* @__PURE__ */
|
|
415
|
-
export const GMobileBottomNavigationDirective = /* @__PURE__ */
|
|
416
|
-
export const GMobileBottomSheetDirective = /* @__PURE__ */
|
|
417
|
-
export const GMobileActionSheetDirective = /* @__PURE__ */
|
|
418
|
-
export const GMobilePullRefreshDirective = /* @__PURE__ */
|
|
419
|
-
export const GMobileInfiniteLoadDirective = /* @__PURE__ */
|
|
420
|
-
export const GMobileSwipeActionsDirective = /* @__PURE__ */
|
|
421
|
-
export const GMobileSwipeTabsDirective = /* @__PURE__ */
|
|
422
|
-
export const GMobileCategoryViewDirective = /* @__PURE__ */
|
|
423
|
-
export const GMobileFilterSheetDirective = /* @__PURE__ */
|
|
424
|
-
export const GMobilePurchaseBarDirective = /* @__PURE__ */
|
|
425
|
-
export const GMobileSearchDirective = /* @__PURE__ */
|
|
426
|
-
export const GMobilePickerDirective = /* @__PURE__ */
|
|
427
|
-
export const GMobileWheelPickerDirective = /* @__PURE__ */
|
|
428
|
-
export const GMobileFabDirective = /* @__PURE__ */
|
|
429
|
-
export const GMobileFullscreenDialogDirective = /* @__PURE__ */
|
|
430
|
-
export const GMobileKeyboardAvoidanceDirective = /* @__PURE__ */
|
|
431
|
-
export const GMobileGestureHintDirective = /* @__PURE__ */
|
|
432
|
-
export const GMobileOfflineBannerDirective = /* @__PURE__ */
|
|
433
|
-
export const GMobileSegmentedControlDirective = /* @__PURE__ */
|
|
434
|
-
export const GMobileFeedDirective = /* @__PURE__ */
|
|
435
|
-
export const GMobileCardCarouselDirective = /* @__PURE__ */
|
|
436
|
-
export const GMobileFormDirective = /* @__PURE__ */
|
|
437
|
-
export const GMobileAuthDirective = /* @__PURE__ */
|
|
438
|
-
export const GMobileCheckoutDirective = /* @__PURE__ */
|
|
439
|
-
export const GMobileMediaViewerDirective = /* @__PURE__ */
|
|
440
|
-
export const GMobileKeyboardToolbarDirective = /* @__PURE__ */
|
|
441
|
-
export const GMobileSelectionModeDirective = /* @__PURE__ */
|
|
442
|
-
export const GMobileSnackbarDirective = /* @__PURE__ */
|
|
443
|
-
export const GMobilePermissionPromptDirective = /* @__PURE__ */
|
|
444
|
-
export const GMobileStateDirective = /* @__PURE__ */
|
|
445
|
-
export const GDesktopNativeTitlebarDirective = /* @__PURE__ */
|
|
446
|
-
export const GDesktopWindowControlsCompositionDirective = /* @__PURE__ */
|
|
447
|
-
export const GDesktopMenubarCompositionDirective = /* @__PURE__ */
|
|
448
|
-
export const GDesktopActivityBarCompositionDirective = /* @__PURE__ */
|
|
449
|
-
export const GDesktopDockPanelDirective = /* @__PURE__ */
|
|
450
|
-
export const GDesktopSplitPaneDirective = /* @__PURE__ */
|
|
451
|
-
export const GDesktopInspectorPanelDirective = /* @__PURE__ */
|
|
452
|
-
export const GDesktopStatusBarDirective = /* @__PURE__ */
|
|
453
|
-
export const GDesktopCommandPaletteDirective = /* @__PURE__ */
|
|
454
|
-
export const GShortcutRecorderDirective = /* @__PURE__ */
|
|
455
|
-
export const GDesktopContextMenuDirective = /* @__PURE__ */
|
|
456
|
-
export const GDesktopDocumentTabsDirective = /* @__PURE__ */
|
|
457
|
-
export const GDesktopDragRegionDirective = /* @__PURE__ */
|
|
458
|
-
export const GWindowLoadingDirective = /* @__PURE__ */
|
|
459
|
-
export const GUpdateAvailableDirective = /* @__PURE__ */
|
|
460
|
-
export const GDesktopPermissionRequestDirective = /* @__PURE__ */
|
|
461
|
-
export const GNativeFilePickerDirective = /* @__PURE__ */
|
|
462
|
-
export const GTrayMenuShellDirective = /* @__PURE__ */
|
|
463
|
-
export const GMultiWindowPlaceholderDirective = /* @__PURE__ */
|
|
464
|
-
export const GDesktopWorkspaceCompositionDirective = /* @__PURE__ */
|
|
465
|
-
export const GDesktopWindowSwitcherDirective = /* @__PURE__ */
|
|
466
|
-
export const GRecentDocumentsDirective = /* @__PURE__ */
|
|
467
|
-
export const GDesktopToolbarDirective = /* @__PURE__ */
|
|
468
|
-
export const GDesktopBottomPanelDirective = /* @__PURE__ */
|
|
469
|
-
export const GBackgroundTaskCenterDirective = /* @__PURE__ */
|
|
470
|
-
export const GDesktopNotificationCenterDirective = /* @__PURE__ */
|
|
471
|
-
export const GSyncStatusDirective = /* @__PURE__ */
|
|
472
|
-
export const GUpdateProgressDirective = /* @__PURE__ */
|
|
473
|
-
export const GCrashRecoveryDirective = /* @__PURE__ */
|
|
474
|
-
export const GSingleInstanceNoticeDirective = /* @__PURE__ */
|
|
475
|
-
export const GDeepLinkHandlerDirective = /* @__PURE__ */
|
|
476
|
-
export const GAboutDialogDirective = /* @__PURE__ */
|
|
477
|
-
export const GSolutionProductLandingDirective = /* @__PURE__ */
|
|
478
|
-
export const GSolutionCorporateHomeDirective = /* @__PURE__ */
|
|
479
|
-
export const GSolutionPersonalHomeDirective = /* @__PURE__ */
|
|
480
|
-
export const GSolutionPortfolioPageDirective = /* @__PURE__ */
|
|
481
|
-
export const GSolutionBlogIndexDirective = /* @__PURE__ */
|
|
482
|
-
export const GSolutionArticlePageDirective = /* @__PURE__ */
|
|
483
|
-
export const GSolutionDocsPortalDirective = /* @__PURE__ */
|
|
484
|
-
export const GSolutionHelpCenterDirective = /* @__PURE__ */
|
|
485
|
-
export const GSolutionSearchResultsDirective = /* @__PURE__ */
|
|
486
|
-
export const GSolutionContactPageDirective = /* @__PURE__ */
|
|
487
|
-
export const GSolutionPricingPageDirective = /* @__PURE__ */
|
|
488
|
-
export const GSolutionDashboardOverviewDirective = /* @__PURE__ */
|
|
489
|
-
export const GSolutionAdminListDirective = /* @__PURE__ */
|
|
490
|
-
export const GSolutionRecordDetailDirective = /* @__PURE__ */
|
|
491
|
-
export const GSolutionSettingsCenterDirective = /* @__PURE__ */
|
|
492
|
-
export const GSolutionUserCenterDirective = /* @__PURE__ */
|
|
493
|
-
export const GSolutionNotificationCenterDirective = /* @__PURE__ */
|
|
494
|
-
export const GSolutionOnboardingFlowDirective = /* @__PURE__ */
|
|
495
|
-
export const GSolutionCrmWorkspaceDirective = /* @__PURE__ */
|
|
496
|
-
export const GSolutionProjectWorkspaceDirective = /* @__PURE__ */
|
|
497
|
-
export const GSolutionSupportCenterDirective = /* @__PURE__ */
|
|
498
|
-
export const GSolutionApprovalCenterDirective = /* @__PURE__ */
|
|
499
|
-
export const GSolutionKnowledgeBaseDirective = /* @__PURE__ */
|
|
500
|
-
export const GSolutionLearningPortalDirective = /* @__PURE__ */
|
|
501
|
-
export const GSolutionEventPortalDirective = /* @__PURE__ */
|
|
502
|
-
export const GSolutionBookingPortalDirective = /* @__PURE__ */
|
|
503
|
-
export const GSolutionHealthcarePortalDirective = /* @__PURE__ */
|
|
504
|
-
export const GSolutionFinancePortalDirective = /* @__PURE__ */
|
|
505
|
-
export const GSolutionPublicServicePortalDirective = /* @__PURE__ */
|
|
506
|
-
export const GSolutionMarketplacePageDirective = /* @__PURE__ */
|
|
507
|
-
export const GSolutionCommunityPageDirective = /* @__PURE__ */
|
|
508
|
-
export const GSolutionStatusCenterDirective = /* @__PURE__ */
|
|
509
|
-
export const
|
|
1
|
+
/** Generated AngularJS bindings for all Gardenerim components. */
|
|
2
|
+
import { createGardenerimComponent } from "../directives.js";
|
|
3
|
+
export const GButtonDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "button", "exportName": "GButtonDirective", "directiveName": "gButton", "elementName": "g-button", "category": "basic", "type": "css", "selector": ".g-btn", "className": "g-btn", "tag": "button", "variants": ["primary", "outline", "ghost", "danger", "link", "sm", "lg", "icon", "block", "loading"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
4
|
+
export const GButtonGroupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "button-group", "exportName": "GButtonGroupDirective", "directiveName": "gButtonGroup", "elementName": "g-button-group", "category": "basic", "type": "css", "selector": ".g-btn-group", "className": "g-btn-group", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
5
|
+
export const GCardDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "card", "exportName": "GCardDirective", "directiveName": "gCard", "elementName": "g-card", "category": "basic", "type": "css", "selector": ".g-card", "className": "g-card", "tag": "div", "variants": [], "states": [], "parts": ["g-card-header", "g-card-body", "g-card-footer", "g-card-title", "g-card-subtitle"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
6
|
+
export const GBadgeTagChipDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "badge-tag-chip", "exportName": "GBadgeTagChipDirective", "directiveName": "gBadgeTagChip", "elementName": "g-badge-tag-chip", "category": "basic", "type": "css", "selector": ".g-badge", "className": "g-badge", "tag": "div", "variants": [], "states": ["selected", "success", "warning", "danger", "info"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
7
|
+
export const GAvatarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "avatar", "exportName": "GAvatarDirective", "directiveName": "gAvatar", "elementName": "g-avatar", "category": "basic", "type": "css", "selector": ".g-avatar", "className": "g-avatar", "tag": "div", "variants": ["sm", "lg", "xl", "group"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
8
|
+
export const GAlertDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "alert", "exportName": "GAlertDirective", "directiveName": "gAlert", "elementName": "g-alert", "category": "feedback", "type": "css", "selector": ".g-alert", "className": "g-alert", "tag": "div", "variants": [], "states": ["success", "warning", "danger", "info"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
9
|
+
export const GProgressMeterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "progress-meter", "exportName": "GProgressMeterDirective", "directiveName": "gProgressMeter", "elementName": "g-progress-meter", "category": "feedback", "type": "css", "selector": ".g-progress", "className": "g-progress", "tag": "div", "variants": [], "states": ["determinate", "indeterminate"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
10
|
+
export const GSpinnerSkeletonDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "spinner-skeleton", "exportName": "GSpinnerSkeletonDirective", "directiveName": "gSpinnerSkeleton", "elementName": "g-spinner-skeleton", "category": "feedback", "type": "css", "selector": ".g-spinner", "className": "g-spinner", "tag": "div", "variants": [], "states": ["loading"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
11
|
+
export const GEmptyStateDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "empty-state", "exportName": "GEmptyStateDirective", "directiveName": "gEmptyState", "elementName": "g-empty-state", "category": "feedback", "type": "css", "selector": ".g-empty", "className": "g-empty", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
12
|
+
export const GInputDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "input", "exportName": "GInputDirective", "directiveName": "gInput", "elementName": "g-input", "category": "form", "type": "css", "selector": ".g-input", "className": "g-input", "tag": "input", "variants": [], "states": ["default", "hover", "focus", "disabled", "invalid"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
13
|
+
export const GTextareaDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "textarea", "exportName": "GTextareaDirective", "directiveName": "gTextarea", "elementName": "g-textarea", "category": "form", "type": "css", "selector": ".g-textarea", "className": "g-textarea", "tag": "textarea", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
14
|
+
export const GSelectDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "select", "exportName": "GSelectDirective", "directiveName": "gSelect", "elementName": "g-select", "category": "form", "type": "css", "selector": ".g-select", "className": "g-select", "tag": "select", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
15
|
+
export const GCheckboxRadioDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "checkbox-radio", "exportName": "GCheckboxRadioDirective", "directiveName": "gCheckboxRadio", "elementName": "g-checkbox-radio", "category": "form", "type": "css", "selector": ".g-check", "className": "g-check", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
16
|
+
export const GSwitchDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "switch", "exportName": "GSwitchDirective", "directiveName": "gSwitch", "elementName": "g-switch", "category": "form", "type": "css", "selector": ".g-switch", "className": "g-switch", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
17
|
+
export const GRangeColorDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "range-color", "exportName": "GRangeColorDirective", "directiveName": "gRangeColor", "elementName": "g-range-color", "category": "form", "type": "css", "selector": ".g-range", "className": "g-range", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
18
|
+
export const GFileDropDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "file-drop", "exportName": "GFileDropDirective", "directiveName": "gFileDrop", "elementName": "g-file-drop", "category": "form", "type": "interactive", "selector": "[data-g-dropzone]", "cssSelector": ".g-file-drop", "className": "g-file-drop", "tag": "div", "variants": [], "states": ["default", "dragging", "uploading", "error"], "parts": [], "behaviors": ["dropzone"], "platforms": ["web", "mobile", "desktop"] });
|
|
19
|
+
export const GComboboxDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "combobox", "exportName": "GComboboxDirective", "directiveName": "gCombobox", "elementName": "g-combobox", "category": "form", "type": "interactive", "selector": "[data-g-combobox]", "className": "g-combobox", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["combobox"], "platforms": ["web", "mobile", "desktop"] });
|
|
20
|
+
export const GFormDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "form", "exportName": "GFormDirective", "directiveName": "gForm", "elementName": "g-form", "category": "form", "type": "css", "selector": ".g-form", "className": "g-form", "tag": "form", "variants": ["default", "bordered"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
21
|
+
export const GFormSectionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "form-section", "exportName": "GFormSectionDirective", "directiveName": "gFormSection", "elementName": "g-form-section", "category": "form", "type": "css", "selector": ".g-form-section", "className": "g-form-section", "tag": "div", "variants": [], "states": [], "parts": ["g-form-section-header", "g-form-section-title", "g-form-section-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
22
|
+
export const GFieldDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "field", "exportName": "GFieldDirective", "directiveName": "gField", "elementName": "g-field", "category": "form", "type": "css", "selector": ".g-field", "className": "g-field", "tag": "div", "variants": [], "states": [], "parts": ["g-field-header", "g-field-meta", "g-field-required", "g-field-optional"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
23
|
+
export const GFieldsetDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "fieldset", "exportName": "GFieldsetDirective", "directiveName": "gFieldset", "elementName": "g-fieldset", "category": "form", "type": "css", "selector": ".g-fieldset", "className": "g-fieldset", "tag": "div", "variants": [], "states": [], "parts": ["g-fieldset-legend", "g-fieldset-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
24
|
+
export const GFormRowDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "form-row", "exportName": "GFormRowDirective", "directiveName": "gFormRow", "elementName": "g-form-row", "category": "form", "type": "css", "selector": ".g-form-row", "className": "g-form-row", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
25
|
+
export const GFormGridDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "form-grid", "exportName": "GFormGridDirective", "directiveName": "gFormGrid", "elementName": "g-form-grid", "category": "form", "type": "css", "selector": ".g-form-grid", "className": "g-form-grid", "tag": "div", "variants": ["two", "three", "four", "full-span"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
26
|
+
export const GHorizontalFormDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "horizontal-form", "exportName": "GHorizontalFormDirective", "directiveName": "gHorizontalForm", "elementName": "g-horizontal-form", "category": "form", "type": "css", "selector": ".g-form-horizontal", "className": "g-form-horizontal", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
27
|
+
export const GInlineFormDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "inline-form", "exportName": "GInlineFormDirective", "directiveName": "gInlineForm", "elementName": "g-inline-form", "category": "form", "type": "css", "selector": ".g-form-inline", "className": "g-form-inline", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
28
|
+
export const GCompactFormDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "compact-form", "exportName": "GCompactFormDirective", "directiveName": "gCompactForm", "elementName": "g-compact-form", "category": "form", "type": "css", "selector": ".g-form-compact", "className": "g-form-compact", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
29
|
+
export const GInputGroupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "input-group", "exportName": "GInputGroupDirective", "directiveName": "gInputGroup", "elementName": "g-input-group", "category": "form", "type": "css", "selector": ".g-input-group", "className": "g-input-group", "tag": "div", "variants": [], "states": [], "parts": ["g-input-addon"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
30
|
+
export const GInputAffixDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "input-affix", "exportName": "GInputAffixDirective", "directiveName": "gInputAffix", "elementName": "g-input-affix", "category": "form", "type": "css", "selector": ".g-input-affix", "className": "g-input-affix", "tag": "div", "variants": [], "states": [], "parts": ["g-input-affix-start", "g-input-affix-end"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
31
|
+
export const GSearchFieldDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "search-field", "exportName": "GSearchFieldDirective", "directiveName": "gSearchField", "elementName": "g-search-field", "category": "form", "type": "css", "selector": ".g-search-field", "className": "g-search-field", "tag": "div", "variants": [], "states": [], "parts": ["g-search-field-icon", "g-search-field-action"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
32
|
+
export const GPasswordFieldDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "password-field", "exportName": "GPasswordFieldDirective", "directiveName": "gPasswordField", "elementName": "g-password-field", "category": "form", "type": "interactive", "selector": "[data-g-password-toggle]", "cssSelector": ".g-password-field", "className": "g-password-field", "tag": "div", "variants": [], "states": [], "parts": ["g-password-field-action"], "behaviors": ["password-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
33
|
+
export const GClearableFieldDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "clearable-field", "exportName": "GClearableFieldDirective", "directiveName": "gClearableField", "elementName": "g-clearable-field", "category": "form", "type": "interactive", "selector": "[data-g-clear-input]", "cssSelector": ".g-clearable-field", "className": "g-clearable-field", "tag": "div", "variants": [], "states": [], "parts": ["g-clearable-field-action"], "behaviors": ["clear-input"], "platforms": ["web", "mobile", "desktop"] });
|
|
34
|
+
export const GCharacterCounterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "character-counter", "exportName": "GCharacterCounterDirective", "directiveName": "gCharacterCounter", "elementName": "g-character-counter", "category": "form", "type": "interactive", "selector": "[data-g-character-count]", "cssSelector": ".g-character-field", "className": "g-character-field", "tag": "div", "variants": [], "states": ["default", "near-limit", "over-limit"], "parts": ["g-character-count"], "behaviors": ["character-count"], "platforms": ["web", "mobile", "desktop"] });
|
|
35
|
+
export const GValidationStateDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "validation-state", "exportName": "GValidationStateDirective", "directiveName": "gValidationState", "elementName": "g-validation-state", "category": "form", "type": "css", "selector": ".g-validation-state", "className": "g-validation-state", "tag": "div", "variants": [], "states": ["success", "warning", "danger", "error"], "parts": ["g-validation-message"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
36
|
+
export const GCheckboxGroupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "checkbox-group", "exportName": "GCheckboxGroupDirective", "directiveName": "gCheckboxGroup", "elementName": "g-checkbox-group", "category": "form", "type": "css", "selector": ".g-check-group", "className": "g-check-group", "tag": "div", "variants": ["stacked", "inline"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
37
|
+
export const GRadioGroupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "radio-group", "exportName": "GRadioGroupDirective", "directiveName": "gRadioGroup", "elementName": "g-radio-group", "category": "form", "type": "css", "selector": ".g-radio-group", "className": "g-radio-group", "tag": "div", "variants": ["stacked", "inline"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
38
|
+
export const GSwitchRowDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "switch-row", "exportName": "GSwitchRowDirective", "directiveName": "gSwitchRow", "elementName": "g-switch-row", "category": "form", "type": "css", "selector": ".g-switch-row", "className": "g-switch-row", "tag": "div", "variants": [], "states": [], "parts": ["g-switch-row-content", "g-switch-row-title", "g-switch-row-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
39
|
+
export const GChoiceCardGroupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "choice-card-group", "exportName": "GChoiceCardGroupDirective", "directiveName": "gChoiceCardGroup", "elementName": "g-choice-card-group", "category": "form", "type": "css", "selector": ".g-choice-group", "className": "g-choice-group", "tag": "div", "variants": [], "states": [], "parts": ["g-choice-card", "g-choice-card-title", "g-choice-card-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
40
|
+
export const GNameGroupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "name-group", "exportName": "GNameGroupDirective", "directiveName": "gNameGroup", "elementName": "g-name-group", "category": "form", "type": "css", "selector": ".g-name-group", "className": "g-name-group", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
41
|
+
export const GAddressGroupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "address-group", "exportName": "GAddressGroupDirective", "directiveName": "gAddressGroup", "elementName": "g-address-group", "category": "form", "type": "css", "selector": ".g-address-group", "className": "g-address-group", "tag": "div", "variants": [], "states": [], "parts": ["g-address-line", "g-address-city", "g-address-region", "g-address-postal"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
42
|
+
export const GPhoneGroupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "phone-group", "exportName": "GPhoneGroupDirective", "directiveName": "gPhoneGroup", "elementName": "g-phone-group", "category": "form", "type": "css", "selector": ".g-phone-group", "className": "g-phone-group", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
43
|
+
export const GMoneyGroupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "money-group", "exportName": "GMoneyGroupDirective", "directiveName": "gMoneyGroup", "elementName": "g-money-group", "category": "form", "type": "css", "selector": ".g-money-group", "className": "g-money-group", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
44
|
+
export const GDateRangeGroupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "date-range-group", "exportName": "GDateRangeGroupDirective", "directiveName": "gDateRangeGroup", "elementName": "g-date-range-group", "category": "form", "type": "css", "selector": ".g-date-range-group", "className": "g-date-range-group", "tag": "div", "variants": [], "states": [], "parts": ["g-range-separator"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
45
|
+
export const GTimeRangeGroupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "time-range-group", "exportName": "GTimeRangeGroupDirective", "directiveName": "gTimeRangeGroup", "elementName": "g-time-range-group", "category": "form", "type": "css", "selector": ".g-time-range-group", "className": "g-time-range-group", "tag": "div", "variants": [], "states": [], "parts": ["g-range-separator"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
46
|
+
export const GUnitFieldDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "unit-field", "exportName": "GUnitFieldDirective", "directiveName": "gUnitField", "elementName": "g-unit-field", "category": "form", "type": "css", "selector": ".g-unit-field", "className": "g-unit-field", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
47
|
+
export const GRangeFieldDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "range-field", "exportName": "GRangeFieldDirective", "directiveName": "gRangeField", "elementName": "g-range-field", "category": "form", "type": "interactive", "selector": "[data-g-field-sync].g-range-field", "cssSelector": ".g-range-field", "className": "g-range-field", "tag": "div", "variants": [], "states": [], "parts": ["g-range-field-output"], "behaviors": ["field-sync"], "platforms": ["web", "mobile", "desktop"] });
|
|
48
|
+
export const GFileFieldDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "file-field", "exportName": "GFileFieldDirective", "directiveName": "gFileField", "elementName": "g-file-field", "category": "form", "type": "interactive", "selector": "[data-g-field-sync].g-file-field", "cssSelector": ".g-file-field", "className": "g-file-field", "tag": "div", "variants": [], "states": [], "parts": ["g-file-field-control", "g-file-field-name"], "behaviors": ["field-sync"], "platforms": ["web", "mobile", "desktop"] });
|
|
49
|
+
export const GRepeatableFieldDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "repeatable-field", "exportName": "GRepeatableFieldDirective", "directiveName": "gRepeatableField", "elementName": "g-repeatable-field", "category": "form", "type": "interactive", "selector": "[data-g-repeatable-field]", "cssSelector": ".g-repeatable-field", "className": "g-repeatable-field", "tag": "div", "variants": [], "states": [], "parts": ["g-repeatable-list", "g-repeatable-item", "g-repeatable-content", "g-repeatable-actions"], "behaviors": ["repeatable-field"], "platforms": ["web", "mobile", "desktop"] });
|
|
50
|
+
export const GConditionalFieldDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "conditional-field", "exportName": "GConditionalFieldDirective", "directiveName": "gConditionalField", "elementName": "g-conditional-field", "category": "form", "type": "interactive", "selector": "[data-g-conditional-field]", "cssSelector": ".g-conditional-field", "className": "g-conditional-field", "tag": "div", "variants": [], "states": ["visible", "hidden"], "parts": [], "behaviors": ["conditional-field"], "platforms": ["web", "mobile", "desktop"] });
|
|
51
|
+
export const GFormActionsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "form-actions", "exportName": "GFormActionsDirective", "directiveName": "gFormActions", "elementName": "g-form-actions", "category": "form", "type": "css", "selector": ".g-form-actions", "className": "g-form-actions", "tag": "div", "variants": ["end", "start", "between", "sticky"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
52
|
+
export const GAutosaveStatusDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "autosave-status", "exportName": "GAutosaveStatusDirective", "directiveName": "gAutosaveStatus", "elementName": "g-autosave-status", "category": "form", "type": "css", "selector": ".g-autosave-status", "className": "g-autosave-status", "tag": "div", "variants": [], "states": ["idle", "saving", "saved", "error"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
53
|
+
export const GFormProgressDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "form-progress", "exportName": "GFormProgressDirective", "directiveName": "gFormProgress", "elementName": "g-form-progress", "category": "form", "type": "css", "selector": ".g-form-progress", "className": "g-form-progress", "tag": "div", "variants": [], "states": [], "parts": ["g-form-progress-meta", "g-form-progress-track", "g-form-progress-value"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
54
|
+
export const GFormReviewDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "form-review", "exportName": "GFormReviewDirective", "directiveName": "gFormReview", "elementName": "g-form-review", "category": "form", "type": "css", "selector": ".g-form-review", "className": "g-form-review", "tag": "div", "variants": [], "states": [], "parts": ["g-form-review-row", "g-form-review-label", "g-form-review-value"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
55
|
+
export const GConsentGroupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "consent-group", "exportName": "GConsentGroupDirective", "directiveName": "gConsentGroup", "elementName": "g-consent-group", "category": "form", "type": "css", "selector": ".g-consent-group", "className": "g-consent-group", "tag": "div", "variants": [], "states": [], "parts": ["g-consent-group-title", "g-consent-group-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
56
|
+
export const GNavbarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "navbar", "exportName": "GNavbarDirective", "directiveName": "gNavbar", "elementName": "g-navbar", "category": "navigation", "type": "css", "selector": ".g-navbar", "className": "g-navbar", "tag": "nav", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
57
|
+
export const GSidebarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "sidebar", "exportName": "GSidebarDirective", "directiveName": "gSidebar", "elementName": "g-sidebar", "category": "navigation", "type": "css", "selector": ".g-sidebar", "className": "g-sidebar", "tag": "aside", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
58
|
+
export const GBreadcrumbDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "breadcrumb", "exportName": "GBreadcrumbDirective", "directiveName": "gBreadcrumb", "elementName": "g-breadcrumb", "category": "navigation", "type": "css", "selector": ".g-breadcrumb", "className": "g-breadcrumb", "tag": "nav", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
59
|
+
export const GTabsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tabs", "exportName": "GTabsDirective", "directiveName": "gTabs", "elementName": "g-tabs", "category": "navigation", "type": "interactive", "selector": "[data-g-tabs]", "className": "g-tabs", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["tabs"], "platforms": ["web", "mobile", "desktop"] });
|
|
60
|
+
export const GSegmentedControlDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "segmented-control", "exportName": "GSegmentedControlDirective", "directiveName": "gSegmentedControl", "elementName": "g-segmented-control", "category": "navigation", "type": "css", "selector": ".g-segmented", "className": "g-segmented", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
61
|
+
export const GPaginationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "pagination", "exportName": "GPaginationDirective", "directiveName": "gPagination", "elementName": "g-pagination", "category": "navigation", "type": "css", "selector": ".g-pagination", "className": "g-pagination", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
62
|
+
export const GMenuDropdownDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "menu-dropdown", "exportName": "GMenuDropdownDirective", "directiveName": "gMenuDropdown", "elementName": "g-menu-dropdown", "category": "navigation", "type": "interactive", "selector": "[data-g-dropdown]", "cssSelector": ".g-dropdown", "className": "g-dropdown", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["dropdown"], "platforms": ["web", "mobile", "desktop"] });
|
|
63
|
+
export const GStepperDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "stepper", "exportName": "GStepperDirective", "directiveName": "gStepper", "elementName": "g-stepper", "category": "navigation", "type": "css", "selector": ".g-stepper", "className": "g-stepper", "tag": "div", "variants": [], "states": ["pending", "active", "complete", "error"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
64
|
+
export const GCommandPaletteDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "command-palette", "exportName": "GCommandPaletteDirective", "directiveName": "gCommandPalette", "elementName": "g-command-palette", "category": "navigation", "type": "interactive", "selector": "[data-g-command-palette]", "cssSelector": ".g-command-palette", "className": "g-command-palette", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["command-palette"], "platforms": ["web", "mobile", "desktop"] });
|
|
65
|
+
export const GPrimaryNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "primary-navigation", "exportName": "GPrimaryNavigationDirective", "directiveName": "gPrimaryNavigation", "elementName": "g-primary-navigation", "category": "navigation", "type": "css", "selector": ".g-primary-nav", "className": "g-primary-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-primary-nav-link"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
66
|
+
export const GUtilityNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "utility-navigation", "exportName": "GUtilityNavigationDirective", "directiveName": "gUtilityNavigation", "elementName": "g-utility-navigation", "category": "navigation", "type": "css", "selector": ".g-utility-nav", "className": "g-utility-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-utility-nav-link"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
67
|
+
export const GSubNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "sub-navigation", "exportName": "GSubNavigationDirective", "directiveName": "gSubNavigation", "elementName": "g-sub-navigation", "category": "navigation", "type": "css", "selector": ".g-subnav", "className": "g-subnav", "tag": "div", "variants": [], "states": [], "parts": ["g-subnav-link"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
68
|
+
export const GCollapsibleNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "collapsible-navigation", "exportName": "GCollapsibleNavigationDirective", "directiveName": "gCollapsibleNavigation", "elementName": "g-collapsible-navigation", "category": "navigation", "type": "interactive", "selector": "[data-g-nav-toggle]", "cssSelector": ".g-collapsible-nav", "className": "g-collapsible-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-collapsible-nav-header", "g-collapsible-nav-body"], "behaviors": ["nav-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
69
|
+
export const GNavigationRailDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "navigation-rail", "exportName": "GNavigationRailDirective", "directiveName": "gNavigationRail", "elementName": "g-navigation-rail", "category": "navigation", "type": "interactive", "selector": "[data-g-roving-nav]", "cssSelector": ".g-nav-rail", "className": "g-nav-rail", "tag": "div", "variants": [], "states": [], "parts": ["g-nav-rail-item"], "behaviors": ["roving-nav"], "platforms": ["web", "mobile", "desktop"] });
|
|
70
|
+
export const GActivityBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "activity-bar", "exportName": "GActivityBarDirective", "directiveName": "gActivityBar", "elementName": "g-activity-bar", "category": "navigation", "type": "css", "selector": ".g-activitybar", "className": "g-activitybar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["desktop", "tauri", "electron"] });
|
|
71
|
+
export const GMenuBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "menu-bar", "exportName": "GMenuBarDirective", "directiveName": "gMenuBar", "elementName": "g-menu-bar", "category": "navigation", "type": "css", "selector": ".g-menubar", "className": "g-menubar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["desktop", "tauri", "electron"] });
|
|
72
|
+
export const GContextMenuDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "context-menu", "exportName": "GContextMenuDirective", "directiveName": "gContextMenu", "elementName": "g-context-menu", "category": "navigation", "type": "interactive", "selector": "[data-g-context-menu]", "cssSelector": ".g-context-menu", "className": "g-context-menu", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["context-menu"], "platforms": ["web", "mobile", "desktop"] });
|
|
73
|
+
export const GTreeNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tree-navigation", "exportName": "GTreeNavigationDirective", "directiveName": "gTreeNavigation", "elementName": "g-tree-navigation", "category": "navigation", "type": "interactive", "selector": "[data-g-tree].g-tree-nav", "cssSelector": ".g-tree-nav", "className": "g-tree-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-tree-nav-group", "g-tree-nav-row", "g-tree-nav-toggle"], "behaviors": ["tree"], "platforms": ["web", "mobile", "desktop"] });
|
|
74
|
+
export const GVerticalTabsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "vertical-tabs", "exportName": "GVerticalTabsDirective", "directiveName": "gVerticalTabs", "elementName": "g-vertical-tabs", "category": "navigation", "type": "interactive", "selector": "[data-g-tabs].g-vertical-tabs", "cssSelector": ".g-vertical-tabs", "className": "g-vertical-tabs", "tag": "div", "variants": [], "states": [], "parts": ["g-vertical-tab-list", "g-vertical-tab", "g-vertical-tab-panel"], "behaviors": ["tabs"], "platforms": ["web", "mobile", "desktop"] });
|
|
75
|
+
export const GPillNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "pill-navigation", "exportName": "GPillNavigationDirective", "directiveName": "gPillNavigation", "elementName": "g-pill-navigation", "category": "navigation", "type": "css", "selector": ".g-pill-nav", "className": "g-pill-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-pill-nav-link"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
76
|
+
export const GScrollspyNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "scrollspy-navigation", "exportName": "GScrollspyNavigationDirective", "directiveName": "gScrollspyNavigation", "elementName": "g-scrollspy-navigation", "category": "navigation", "type": "interactive", "selector": "[data-g-scrollspy]", "cssSelector": ".g-scrollspy-nav", "className": "g-scrollspy-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-scrollspy-link"], "behaviors": ["scrollspy"], "platforms": ["web", "mobile", "desktop"] });
|
|
77
|
+
export const GCursorPaginationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "cursor-pagination", "exportName": "GCursorPaginationDirective", "directiveName": "gCursorPagination", "elementName": "g-cursor-pagination", "category": "navigation", "type": "css", "selector": ".g-cursor-pagination", "className": "g-cursor-pagination", "tag": "div", "variants": [], "states": [], "parts": ["g-cursor-pagination-info", "g-cursor-pagination-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
78
|
+
export const GLoadMoreNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "load-more-navigation", "exportName": "GLoadMoreNavigationDirective", "directiveName": "gLoadMoreNavigation", "elementName": "g-load-more-navigation", "category": "navigation", "type": "css", "selector": ".g-load-more-nav", "className": "g-load-more-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-load-more-status"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
79
|
+
export const GWizardNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "wizard-navigation", "exportName": "GWizardNavigationDirective", "directiveName": "gWizardNavigation", "elementName": "g-wizard-navigation", "category": "navigation", "type": "css", "selector": ".g-wizard-nav", "className": "g-wizard-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-wizard-nav-steps", "g-wizard-nav-step", "g-wizard-nav-label", "g-wizard-nav-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
80
|
+
export const GBackNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "back-navigation", "exportName": "GBackNavigationDirective", "directiveName": "gBackNavigation", "elementName": "g-back-navigation", "category": "navigation", "type": "css", "selector": ".g-back-nav", "className": "g-back-nav", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
81
|
+
export const GPreviousNextNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "previous-next-navigation", "exportName": "GPreviousNextNavigationDirective", "directiveName": "gPreviousNextNavigation", "elementName": "g-previous-next-navigation", "category": "navigation", "type": "css", "selector": ".g-prev-next-nav", "className": "g-prev-next-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-prev-next-link", "g-prev-next-direction"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
82
|
+
export const GSkipNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "skip-navigation", "exportName": "GSkipNavigationDirective", "directiveName": "gSkipNavigation", "elementName": "g-skip-navigation", "category": "navigation", "type": "css", "selector": ".g-skip-nav", "className": "g-skip-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-skip-nav-link"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
83
|
+
export const GMobileTopNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-top-navigation", "exportName": "GMobileTopNavigationDirective", "directiveName": "gMobileTopNavigation", "elementName": "g-mobile-top-navigation", "category": "navigation", "type": "css", "selector": ".g-mobile-top-nav", "className": "g-mobile-top-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-top-nav-title"], "behaviors": [], "platforms": ["mobile"] });
|
|
84
|
+
export const GBottomNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "bottom-navigation", "exportName": "GBottomNavigationDirective", "directiveName": "gBottomNavigation", "elementName": "g-bottom-navigation", "category": "navigation", "type": "css", "selector": ".g-bottom-nav", "className": "g-bottom-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-bottom-nav-item"], "behaviors": [], "platforms": ["mobile"] });
|
|
85
|
+
export const GMobileTabBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-tab-bar", "exportName": "GMobileTabBarDirective", "directiveName": "gMobileTabBar", "elementName": "g-mobile-tab-bar", "category": "navigation", "type": "css", "selector": ".g-mobile-tab-bar", "className": "g-mobile-tab-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-tab-item"], "behaviors": [], "platforms": ["mobile"] });
|
|
86
|
+
export const GDrawerNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "drawer-navigation", "exportName": "GDrawerNavigationDirective", "directiveName": "gDrawerNavigation", "elementName": "g-drawer-navigation", "category": "navigation", "type": "css", "selector": ".g-drawer-nav", "className": "g-drawer-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-drawer-nav-header", "g-drawer-nav-body", "g-drawer-nav-footer"], "behaviors": [], "platforms": ["mobile", "desktop"] });
|
|
87
|
+
export const GCommandNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "command-navigation", "exportName": "GCommandNavigationDirective", "directiveName": "gCommandNavigation", "elementName": "g-command-navigation", "category": "navigation", "type": "css", "selector": ".g-command-nav", "className": "g-command-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-command-nav-item", "g-command-nav-key"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
88
|
+
export const GJumpNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "jump-navigation", "exportName": "GJumpNavigationDirective", "directiveName": "gJumpNavigation", "elementName": "g-jump-navigation", "category": "navigation", "type": "interactive", "selector": "[data-g-jump-nav]", "cssSelector": ".g-jump-nav", "className": "g-jump-nav", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["jump-nav"], "platforms": ["web", "mobile", "desktop"] });
|
|
89
|
+
export const GQuickNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "quick-navigation", "exportName": "GQuickNavigationDirective", "directiveName": "gQuickNavigation", "elementName": "g-quick-navigation", "category": "navigation", "type": "css", "selector": ".g-quick-nav", "className": "g-quick-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-quick-nav-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
90
|
+
export const GLocaleNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "locale-navigation", "exportName": "GLocaleNavigationDirective", "directiveName": "gLocaleNavigation", "elementName": "g-locale-navigation", "category": "navigation", "type": "css", "selector": ".g-locale-nav", "className": "g-locale-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-locale-nav-trigger", "g-locale-nav-menu"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
91
|
+
export const GAccountNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "account-navigation", "exportName": "GAccountNavigationDirective", "directiveName": "gAccountNavigation", "elementName": "g-account-navigation", "category": "navigation", "type": "css", "selector": ".g-account-nav", "className": "g-account-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-account-nav-trigger", "g-account-nav-menu"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
92
|
+
export const GDialogDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "dialog", "exportName": "GDialogDirective", "directiveName": "gDialog", "elementName": "g-dialog", "category": "overlay", "type": "interactive", "selector": "[data-g-dialog]", "className": "g-dialog-backdrop", "tag": "div", "variants": [], "states": ["closed", "open"], "parts": [], "behaviors": ["dialog"], "platforms": ["web", "mobile", "desktop"] });
|
|
93
|
+
export const GDrawerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "drawer", "exportName": "GDrawerDirective", "directiveName": "gDrawer", "elementName": "g-drawer", "category": "overlay", "type": "interactive", "selector": "[data-g-drawer]", "className": "g-drawer-backdrop", "tag": "div", "variants": [], "states": ["closed", "open"], "parts": [], "behaviors": ["drawer"], "platforms": ["web", "mobile", "desktop"] });
|
|
94
|
+
export const GPopoverDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "popover", "exportName": "GPopoverDirective", "directiveName": "gPopover", "elementName": "g-popover", "category": "overlay", "type": "interactive", "selector": "[data-g-popover]", "className": "g-popover", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["popover"], "platforms": ["web", "mobile", "desktop"] });
|
|
95
|
+
export const GTooltipDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tooltip", "exportName": "GTooltipDirective", "directiveName": "gTooltip", "elementName": "g-tooltip", "category": "overlay", "type": "interactive", "selector": "[data-g-tooltip]", "cssSelector": ".g-tooltip", "className": "g-tooltip", "tag": "div", "variants": ["top", "bottom", "start", "end", "start-aligned", "centered", "end-aligned"], "states": [], "parts": [], "behaviors": ["tooltip"], "platforms": ["web", "mobile", "desktop"] });
|
|
96
|
+
export const GToastDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "toast", "exportName": "GToastDirective", "directiveName": "gToast", "elementName": "g-toast", "category": "feedback", "type": "interactive", "selector": "[data-g-toast]", "className": "g-toast", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["toast"], "platforms": ["web", "mobile", "desktop"] });
|
|
97
|
+
export const GAccordionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "accordion", "exportName": "GAccordionDirective", "directiveName": "gAccordion", "elementName": "g-accordion", "category": "disclosure", "type": "interactive", "selector": "[data-g-accordion]", "className": "g-accordion", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["accordion"], "platforms": ["web", "mobile", "desktop"] });
|
|
98
|
+
export const GTableDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "table", "exportName": "GTableDirective", "directiveName": "gTable", "elementName": "g-table", "category": "data", "type": "css", "selector": ".g-table", "className": "g-table", "tag": "table", "variants": ["striped", "hover", "compact"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
99
|
+
export const GDataGridDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "data-grid", "exportName": "GDataGridDirective", "directiveName": "gDataGrid", "elementName": "g-data-grid", "category": "data", "type": "interactive", "selector": "[data-g-data-grid]", "className": "g-data-grid", "tag": "div", "variants": [], "states": ["loading", "empty", "error"], "parts": [], "behaviors": ["data-grid"], "platforms": ["web", "mobile", "desktop"] });
|
|
100
|
+
export const GKpiStatDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "kpi-stat", "exportName": "GKpiStatDirective", "directiveName": "gKpiStat", "elementName": "g-kpi-stat", "category": "dashboard", "type": "css", "selector": ".g-kpi", "className": "g-kpi", "tag": "div", "variants": [], "states": ["up", "down", "neutral"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
101
|
+
export const GDescriptionListDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "description-list", "exportName": "GDescriptionListDirective", "directiveName": "gDescriptionList", "elementName": "g-description-list", "category": "data", "type": "css", "selector": ".g-description-list", "className": "g-description-list", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
102
|
+
export const GListGroupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "list-group", "exportName": "GListGroupDirective", "directiveName": "gListGroup", "elementName": "g-list-group", "category": "data", "type": "css", "selector": ".g-list-group", "className": "g-list-group", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
103
|
+
export const GTreeDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tree", "exportName": "GTreeDirective", "directiveName": "gTree", "elementName": "g-tree", "category": "data", "type": "interactive", "selector": "[data-g-tree]", "className": "g-tree", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["tree"], "platforms": ["web", "mobile", "desktop"] });
|
|
104
|
+
export const GTimelineDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "timeline", "exportName": "GTimelineDirective", "directiveName": "gTimeline", "elementName": "g-timeline", "category": "data", "type": "css", "selector": ".g-timeline", "className": "g-timeline", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
105
|
+
export const GResponsiveTableDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "responsive-table", "exportName": "GResponsiveTableDirective", "directiveName": "gResponsiveTable", "elementName": "g-responsive-table", "category": "data", "type": "interactive", "selector": "[data-g-table-scroll].g-responsive-table", "cssSelector": ".g-responsive-table", "className": "g-responsive-table", "tag": "div", "variants": ["scroll", "stacked", "sticky-columns"], "states": [], "parts": ["g-table-caption", "g-table-row", "g-table-cell-primary", "g-table-cell-secondary", "g-table-cell-sticky-start", "g-table-cell-sticky-end", "g-table-checkbox"], "behaviors": ["table-scroll"], "platforms": ["web", "mobile", "desktop"] });
|
|
106
|
+
export const GTableSortDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "table-sort", "exportName": "GTableSortDirective", "directiveName": "gTableSort", "elementName": "g-table-sort", "category": "data", "type": "interactive", "selector": "[data-g-table-sort]", "cssSelector": ".g-sort-button", "className": "g-sort-button", "tag": "div", "variants": [], "states": [], "parts": ["g-table-sort-indicator"], "behaviors": ["table-sort"], "platforms": ["web", "mobile", "desktop"] });
|
|
107
|
+
export const GRowSelectionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "row-selection", "exportName": "GRowSelectionDirective", "directiveName": "gRowSelection", "elementName": "g-row-selection", "category": "data", "type": "interactive", "selector": "[data-g-row-select]", "cssSelector": ".g-selection-summary", "className": "g-selection-summary", "tag": "div", "variants": [], "states": ["none", "partial", "all"], "parts": [], "behaviors": ["row-select"], "platforms": ["web", "mobile", "desktop"] });
|
|
108
|
+
export const GRowDisclosureDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "row-disclosure", "exportName": "GRowDisclosureDirective", "directiveName": "gRowDisclosure", "elementName": "g-row-disclosure", "category": "data", "type": "interactive", "selector": "[data-g-row-disclosure]", "cssSelector": ".g-row-disclosure", "className": "g-row-disclosure", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["row-disclosure"], "platforms": ["web", "mobile", "desktop"] });
|
|
109
|
+
export const GColumnToggleDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "column-toggle", "exportName": "GColumnToggleDirective", "directiveName": "gColumnToggle", "elementName": "g-column-toggle", "category": "data", "type": "interactive", "selector": "[data-g-column-toggle]", "cssSelector": ".g-column-chooser", "className": "g-column-chooser", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["column-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
110
|
+
export const GDataFilterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "data-filter", "exportName": "GDataFilterDirective", "directiveName": "gDataFilter", "elementName": "g-data-filter", "category": "data", "type": "interactive", "selector": "[data-g-data-filter]", "cssSelector": ".g-data-toolbar", "className": "g-data-toolbar", "tag": "div", "variants": [], "states": ["results", "empty"], "parts": [], "behaviors": ["data-filter"], "platforms": ["web", "mobile", "desktop"] });
|
|
111
|
+
export const GDataViewDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "data-view", "exportName": "GDataViewDirective", "directiveName": "gDataView", "elementName": "g-data-view", "category": "data", "type": "interactive", "selector": "[data-g-data-view]", "cssSelector": ".g-data-view-switcher", "className": "g-data-view-switcher", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["data-view"], "platforms": ["web", "mobile", "desktop"] });
|
|
112
|
+
export const GEditableGridDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "editable-grid", "exportName": "GEditableGridDirective", "directiveName": "gEditableGrid", "elementName": "g-editable-grid", "category": "data", "type": "interactive", "selector": "[data-g-data-grid].g-editable-grid", "cssSelector": ".g-editable-grid", "className": "g-editable-grid", "tag": "div", "variants": [], "states": ["default", "editing", "invalid"], "parts": ["g-editable-grid-row", "g-editable-grid-cell"], "behaviors": ["data-grid"], "platforms": ["web", "mobile", "desktop"] });
|
|
113
|
+
export const GTreeTableDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tree-table", "exportName": "GTreeTableDirective", "directiveName": "gTreeTable", "elementName": "g-tree-table", "category": "data", "type": "css", "selector": ".g-tree-table", "className": "g-tree-table", "tag": "div", "variants": [], "states": [], "parts": ["g-tree-table-row", "g-tree-table-toggle"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
114
|
+
export const GGroupedTableDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "grouped-table", "exportName": "GGroupedTableDirective", "directiveName": "gGroupedTable", "elementName": "g-grouped-table", "category": "data", "type": "css", "selector": ".g-grouped-table", "className": "g-grouped-table", "tag": "div", "variants": [], "states": [], "parts": ["g-table-group-row", "g-table-group-title"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
115
|
+
export const GExpandableTableDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "expandable-table", "exportName": "GExpandableTableDirective", "directiveName": "gExpandableTable", "elementName": "g-expandable-table", "category": "data", "type": "css", "selector": ".g-expandable-table", "className": "g-expandable-table", "tag": "div", "variants": [], "states": [], "parts": ["g-expandable-table-detail", "g-table-detail-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
116
|
+
export const GComparisonTableDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "comparison-table", "exportName": "GComparisonTableDirective", "directiveName": "gComparisonTable", "elementName": "g-comparison-table", "category": "data", "type": "css", "selector": ".g-comparison-table", "className": "g-comparison-table", "tag": "div", "variants": [], "states": ["highlighted"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
117
|
+
export const GKeyValueDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "key-value", "exportName": "GKeyValueDirective", "directiveName": "gKeyValue", "elementName": "g-key-value", "category": "data", "type": "css", "selector": ".g-key-value", "className": "g-key-value", "tag": "div", "variants": [], "states": [], "parts": ["g-key-value-row", "g-key-value-key", "g-key-value-value", "g-key-value-action"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
118
|
+
export const GRecordDetailDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "record-detail", "exportName": "GRecordDetailDirective", "directiveName": "gRecordDetail", "elementName": "g-record-detail", "category": "data", "type": "css", "selector": ".g-record-detail", "className": "g-record-detail", "tag": "div", "variants": [], "states": [], "parts": ["g-record-detail-header", "g-record-detail-main", "g-record-detail-title", "g-record-detail-sections", "g-record-detail-section"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
119
|
+
export const GMediaListDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "media-list", "exportName": "GMediaListDirective", "directiveName": "gMediaList", "elementName": "g-media-list", "category": "data", "type": "css", "selector": ".g-media-list", "className": "g-media-list", "tag": "div", "variants": [], "states": [], "parts": ["g-media-list-item", "g-media-list-media", "g-media-list-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
120
|
+
export const GDenseListDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "dense-list", "exportName": "GDenseListDirective", "directiveName": "gDenseList", "elementName": "g-dense-list", "category": "data", "type": "css", "selector": ".g-dense-list", "className": "g-dense-list", "tag": "div", "variants": [], "states": [], "parts": ["g-dense-list-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
121
|
+
export const GAuditLogCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "audit-log-composition", "exportName": "GAuditLogCompositionDirective", "directiveName": "gAuditLogComposition", "elementName": "g-audit-log-composition", "category": "data", "type": "css", "selector": ".g-audit-log", "className": "g-audit-log", "tag": "div", "variants": [], "states": [], "parts": ["g-audit-log-date", "g-audit-event"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
122
|
+
export const GStatListDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "stat-list", "exportName": "GStatListDirective", "directiveName": "gStatList", "elementName": "g-stat-list", "category": "data", "type": "css", "selector": ".g-stat-list", "className": "g-stat-list", "tag": "div", "variants": [], "states": [], "parts": ["g-stat", "g-stat-value", "g-stat-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
123
|
+
export const GMetricCardDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "metric-card", "exportName": "GMetricCardDirective", "directiveName": "gMetricCard", "elementName": "g-metric-card", "category": "data", "type": "css", "selector": ".g-metric-card", "className": "g-metric-card", "tag": "div", "variants": [], "states": [], "parts": ["g-metric-card-main", "g-metric-card-label", "g-metric-card-value", "g-metric-card-trend"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
124
|
+
export const GSparklineDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "sparkline", "exportName": "GSparklineDirective", "directiveName": "gSparkline", "elementName": "g-sparkline", "category": "data", "type": "css", "selector": ".g-sparkline", "className": "g-sparkline", "tag": "div", "variants": [], "states": [], "parts": ["g-sparkline-bar", "g-sparkline-svg"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
125
|
+
export const GProgressStatsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "progress-stats", "exportName": "GProgressStatsDirective", "directiveName": "gProgressStats", "elementName": "g-progress-stats", "category": "data", "type": "css", "selector": ".g-progress-stats", "className": "g-progress-stats", "tag": "div", "variants": [], "states": [], "parts": ["g-progress-stat", "g-progress-stat-label", "g-progress-stat-track", "g-progress-stat-value", "g-progress-stat-number"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
126
|
+
export const GDataLegendDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "data-legend", "exportName": "GDataLegendDirective", "directiveName": "gDataLegend", "elementName": "g-data-legend", "category": "data", "type": "css", "selector": ".g-data-legend", "className": "g-data-legend", "tag": "div", "variants": [], "states": [], "parts": ["g-data-legend-item", "g-data-legend-swatch"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
127
|
+
export const GRankingDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "ranking", "exportName": "GRankingDirective", "directiveName": "gRanking", "elementName": "g-ranking", "category": "data", "type": "css", "selector": ".g-ranking", "className": "g-ranking", "tag": "div", "variants": [], "states": [], "parts": ["g-ranking-item", "g-ranking-value"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
128
|
+
export const GStatusSummaryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "status-summary", "exportName": "GStatusSummaryDirective", "directiveName": "gStatusSummary", "elementName": "g-status-summary", "category": "data", "type": "css", "selector": ".g-status-summary", "className": "g-status-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-status-summary-item", "g-status-summary-value", "g-status-summary-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
129
|
+
export const GDataMatrixDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "data-matrix", "exportName": "GDataMatrixDirective", "directiveName": "gDataMatrix", "elementName": "g-data-matrix", "category": "data", "type": "css", "selector": ".g-data-matrix", "className": "g-data-matrix", "tag": "div", "variants": [], "states": [], "parts": ["g-data-matrix-grid", "g-data-matrix-cell"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
130
|
+
export const GHeatmapDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "heatmap", "exportName": "GHeatmapDirective", "directiveName": "gHeatmap", "elementName": "g-heatmap", "category": "data", "type": "css", "selector": ".g-heatmap", "className": "g-heatmap", "tag": "div", "variants": [], "states": [], "parts": ["g-heatmap-cell"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
131
|
+
export const GDataToolbarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "data-toolbar", "exportName": "GDataToolbarDirective", "directiveName": "gDataToolbar", "elementName": "g-data-toolbar", "category": "data", "type": "css", "selector": ".g-data-toolbar", "className": "g-data-toolbar", "tag": "div", "variants": [], "states": [], "parts": ["g-data-toolbar-start", "g-data-toolbar-center", "g-data-toolbar-end", "g-data-toolbar-result"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
132
|
+
export const GColumnChooserDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "column-chooser", "exportName": "GColumnChooserDirective", "directiveName": "gColumnChooser", "elementName": "g-column-chooser", "category": "data", "type": "css", "selector": ".g-column-chooser", "className": "g-column-chooser", "tag": "div", "variants": [], "states": [], "parts": ["g-column-chooser-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
133
|
+
export const GSavedViewsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "saved-views", "exportName": "GSavedViewsDirective", "directiveName": "gSavedViews", "elementName": "g-saved-views", "category": "interaction", "type": "interactive", "selector": "[data-g-saved-choice].g-saved-views", "cssSelector": ".g-saved-views", "className": "g-saved-views", "tag": "div", "variants": [], "states": [], "parts": ["g-saved-view"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
134
|
+
export const GExportPanelDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "export-panel", "exportName": "GExportPanelDirective", "directiveName": "gExportPanel", "elementName": "g-export-panel", "category": "data", "type": "css", "selector": ".g-export-panel", "className": "g-export-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-export-panel-header", "g-export-options", "g-export-option"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
135
|
+
export const GDataStateDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "data-state", "exportName": "GDataStateDirective", "directiveName": "gDataState", "elementName": "g-data-state", "category": "data", "type": "css", "selector": ".g-data-state", "className": "g-data-state", "tag": "div", "variants": [], "states": ["loading", "empty", "error", "offline"], "parts": ["g-data-state-visual", "g-data-state-title", "g-data-state-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
136
|
+
export const GDataViewSwitcherDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "data-view-switcher", "exportName": "GDataViewSwitcherDirective", "directiveName": "gDataViewSwitcher", "elementName": "g-data-view-switcher", "category": "data", "type": "css", "selector": ".g-data-view-switcher", "className": "g-data-view-switcher", "tag": "div", "variants": [], "states": [], "parts": ["g-data-view-button"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
137
|
+
export const GSelectionSummaryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "selection-summary", "exportName": "GSelectionSummaryDirective", "directiveName": "gSelectionSummary", "elementName": "g-selection-summary", "category": "data", "type": "css", "selector": ".g-selection-summary", "className": "g-selection-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-selection-summary-count", "g-selection-summary-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
138
|
+
export const GTableDensityDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "table-density", "exportName": "GTableDensityDirective", "directiveName": "gTableDensity", "elementName": "g-table-density", "category": "data", "type": "interactive", "selector": "[data-g-table-density].g-table-density", "cssSelector": ".g-table-density", "className": "g-table-density", "tag": "div", "variants": [], "states": [], "parts": ["g-table-density-button"], "behaviors": ["table-density"], "platforms": ["web", "mobile", "desktop"] });
|
|
139
|
+
export const GFilterSummaryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "filter-summary", "exportName": "GFilterSummaryDirective", "directiveName": "gFilterSummary", "elementName": "g-filter-summary", "category": "data", "type": "interactive", "selector": "[data-g-filter-summary].g-filter-summary", "cssSelector": ".g-filter-summary", "className": "g-filter-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-filter-summary-label", "g-filter-summary-chip", "g-filter-summary-clear"], "behaviors": ["filter-summary"], "platforms": ["web", "mobile", "desktop"] });
|
|
140
|
+
export const GSortBuilderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "sort-builder", "exportName": "GSortBuilderDirective", "directiveName": "gSortBuilder", "elementName": "g-sort-builder", "category": "interaction", "type": "interactive", "selector": "[data-g-builder-list].g-sort-builder", "cssSelector": ".g-sort-builder", "className": "g-sort-builder", "tag": "div", "variants": [], "states": [], "parts": ["g-sort-rule", "g-sort-rule-handle"], "behaviors": ["builder-list"], "platforms": ["web", "mobile", "desktop"] });
|
|
141
|
+
export const GDataInspectorDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "data-inspector", "exportName": "GDataInspectorDirective", "directiveName": "gDataInspector", "elementName": "g-data-inspector", "category": "data", "type": "css", "selector": ".g-data-inspector", "className": "g-data-inspector", "tag": "div", "variants": [], "states": [], "parts": ["g-data-inspector-header", "g-data-inspector-body", "g-data-inspector-footer"], "behaviors": [], "platforms": ["web", "desktop", "tauri", "electron"] });
|
|
142
|
+
export const GSelectionControlsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "selection-controls", "exportName": "GSelectionControlsDirective", "directiveName": "gSelectionControls", "elementName": "g-selection-controls", "category": "interaction", "type": "interactive", "selector": "[data-g-row-select].g-selection-scope", "cssSelector": ".g-selection-control", "className": "g-selection-control", "tag": "div", "variants": [], "states": ["none", "partial", "all"], "parts": ["g-select-all-control", "g-invert-selection-control", "g-range-selection-control", "g-selection-scope-header", "g-selection-scope-list", "g-selection-item"], "behaviors": ["row-select"], "platforms": ["web", "mobile", "desktop"] });
|
|
143
|
+
export const GBatchToolbarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "batch-toolbar", "exportName": "GBatchToolbarDirective", "directiveName": "gBatchToolbar", "elementName": "g-batch-toolbar", "category": "interaction", "type": "css", "selector": ".g-batch-toolbar", "className": "g-batch-toolbar", "tag": "div", "variants": [], "states": [], "parts": ["g-batch-toolbar-summary", "g-batch-toolbar-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
144
|
+
export const GDualListDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "dual-list", "exportName": "GDualListDirective", "directiveName": "gDualList", "elementName": "g-dual-list", "category": "interaction", "type": "interactive", "selector": "[data-g-transfer].g-dual-list", "cssSelector": ".g-dual-list", "className": "g-dual-list", "tag": "div", "variants": [], "states": [], "parts": ["g-dual-list-pane", "g-dual-list-list"], "behaviors": ["transfer"], "platforms": ["web", "mobile", "desktop"] });
|
|
145
|
+
export const GTreeSelectDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tree-select", "exportName": "GTreeSelectDirective", "directiveName": "gTreeSelect", "elementName": "g-tree-select", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-tree-select", "cssSelector": ".g-tree-select", "className": "g-tree-select", "tag": "div", "variants": [], "states": [], "parts": ["g-picker-control", "g-picker-panel", "g-picker-option"], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
146
|
+
export const GCascaderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "cascader", "exportName": "GCascaderDirective", "directiveName": "gCascader", "elementName": "g-cascader", "category": "interaction", "type": "interactive", "selector": "[data-g-cascader]", "cssSelector": ".g-cascader", "className": "g-cascader", "tag": "div", "variants": [], "states": [], "parts": ["g-cascader-path", "g-cascader-columns", "g-cascader-column", "g-cascader-option"], "behaviors": ["cascader"], "platforms": ["web", "mobile", "desktop"] });
|
|
147
|
+
export const GMentionPickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mention-picker", "exportName": "GMentionPickerDirective", "directiveName": "gMentionPicker", "elementName": "g-mention-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-mention-picker", "cssSelector": ".g-mention-picker", "className": "g-mention-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-picker-avatar", "g-picker-option"], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
148
|
+
export const GUserPickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "user-picker", "exportName": "GUserPickerDirective", "directiveName": "gUserPicker", "elementName": "g-user-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-user-picker", "cssSelector": ".g-user-picker", "className": "g-user-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-picker-avatar", "g-picker-option"], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
149
|
+
export const GOrganizationPickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "organization-picker", "exportName": "GOrganizationPickerDirective", "directiveName": "gOrganizationPicker", "elementName": "g-organization-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-organization-picker", "cssSelector": ".g-organization-picker", "className": "g-organization-picker", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
150
|
+
export const GResourcePickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "resource-picker", "exportName": "GResourcePickerDirective", "directiveName": "gResourcePicker", "elementName": "g-resource-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-resource-picker", "cssSelector": ".g-resource-picker", "className": "g-resource-picker", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
151
|
+
export const GMediaPickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "media-picker", "exportName": "GMediaPickerDirective", "directiveName": "gMediaPicker", "elementName": "g-media-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-media-picker", "cssSelector": ".g-media-picker", "className": "g-media-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-media-picker-thumb"], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
152
|
+
export const GIconPickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "icon-picker", "exportName": "GIconPickerDirective", "directiveName": "gIconPicker", "elementName": "g-icon-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-saved-choice].g-icon-picker", "cssSelector": ".g-icon-picker", "className": "g-icon-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-icon-picker-grid", "g-icon-picker-item"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
153
|
+
export const GColorPickerCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "color-picker-composition", "exportName": "GColorPickerCompositionDirective", "directiveName": "gColorPickerComposition", "elementName": "g-color-picker-composition", "category": "interaction", "type": "interactive", "selector": "[data-g-saved-choice].g-color-picker", "cssSelector": ".g-color-picker", "className": "g-color-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-color-picker-current", "g-color-picker-preview", "g-color-picker-swatches", "g-color-swatch"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
154
|
+
export const GDateRangePickerCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "date-range-picker-composition", "exportName": "GDateRangePickerCompositionDirective", "directiveName": "gDateRangePickerComposition", "elementName": "g-date-range-picker-composition", "category": "interaction", "type": "interactive", "selector": "[data-g-range-picker].g-date-range-picker", "cssSelector": ".g-date-range-picker", "className": "g-date-range-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-range-picker-fields", "g-range-picker-presets", "g-range-picker-calendar", "g-range-picker-actions"], "behaviors": ["range-picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
155
|
+
export const GTimeRangePickerCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "time-range-picker-composition", "exportName": "GTimeRangePickerCompositionDirective", "directiveName": "gTimeRangePickerComposition", "elementName": "g-time-range-picker-composition", "category": "interaction", "type": "interactive", "selector": "[data-g-range-picker].g-time-range-picker", "cssSelector": ".g-time-range-picker", "className": "g-time-range-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-range-picker-fields", "g-range-picker-presets", "g-range-picker-actions"], "behaviors": ["range-picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
156
|
+
export const GSavedFiltersDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "saved-filters", "exportName": "GSavedFiltersDirective", "directiveName": "gSavedFilters", "elementName": "g-saved-filters", "category": "interaction", "type": "interactive", "selector": "[data-g-saved-choice].g-saved-filters", "cssSelector": ".g-saved-filters", "className": "g-saved-filters", "tag": "div", "variants": [], "states": [], "parts": ["g-saved-filter", "g-saved-choice-meta"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
157
|
+
export const GGroupBuilderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "group-builder", "exportName": "GGroupBuilderDirective", "directiveName": "gGroupBuilder", "elementName": "g-group-builder", "category": "interaction", "type": "interactive", "selector": "[data-g-builder-list].g-group-builder", "cssSelector": ".g-group-builder", "className": "g-group-builder", "tag": "div", "variants": [], "states": [], "parts": ["g-group-rule", "g-group-rule-handle"], "behaviors": ["builder-list"], "platforms": ["web", "mobile", "desktop"] });
|
|
158
|
+
export const GEntityPickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "entity-picker", "exportName": "GEntityPickerDirective", "directiveName": "gEntityPicker", "elementName": "g-entity-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-entity-picker", "cssSelector": ".g-entity-picker", "className": "g-entity-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-picker-control", "g-picker-value", "g-picker-panel", "g-picker-results", "g-picker-option", "g-picker-summary"], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
159
|
+
export const GTagPickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tag-picker", "exportName": "GTagPickerDirective", "directiveName": "gTagPicker", "elementName": "g-tag-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-tag-picker", "cssSelector": ".g-tag-picker", "className": "g-tag-picker", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
160
|
+
export const GRelationPickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "relation-picker", "exportName": "GRelationPickerDirective", "directiveName": "gRelationPicker", "elementName": "g-relation-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-relation-picker", "cssSelector": ".g-relation-picker", "className": "g-relation-picker", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
161
|
+
export const GBulkConfirmationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "bulk-confirmation", "exportName": "GBulkConfirmationDirective", "directiveName": "gBulkConfirmation", "elementName": "g-bulk-confirmation", "category": "interaction", "type": "css", "selector": ".g-bulk-confirmation", "className": "g-bulk-confirmation", "tag": "div", "variants": [], "states": [], "parts": ["g-bulk-confirmation-title", "g-bulk-confirmation-summary", "g-bulk-confirmation-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
162
|
+
export const GBulkProgressDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "bulk-progress", "exportName": "GBulkProgressDirective", "directiveName": "gBulkProgress", "elementName": "g-bulk-progress", "category": "interaction", "type": "css", "selector": ".g-bulk-progress", "className": "g-bulk-progress", "tag": "div", "variants": [], "states": [], "parts": ["g-bulk-progress-header", "g-bulk-progress-list", "g-bulk-progress-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
163
|
+
export const GFilterBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "filter-bar", "exportName": "GFilterBarDirective", "directiveName": "gFilterBar", "elementName": "g-filter-bar", "category": "dashboard", "type": "css", "selector": ".g-filter-bar", "className": "g-filter-bar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
164
|
+
export const GCodeBlockDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "code-block", "exportName": "GCodeBlockDirective", "directiveName": "gCodeBlock", "elementName": "g-code-block", "category": "content", "type": "css", "selector": ".g-code-block", "className": "g-code-block", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
165
|
+
export const GTerminalDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "terminal", "exportName": "GTerminalDirective", "directiveName": "gTerminal", "elementName": "g-terminal", "category": "content", "type": "css", "selector": ".g-terminal", "className": "g-terminal", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
166
|
+
export const GDiffViewerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "diff-viewer", "exportName": "GDiffViewerDirective", "directiveName": "gDiffViewer", "elementName": "g-diff-viewer", "category": "content", "type": "css", "selector": ".g-diff", "className": "g-diff", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
167
|
+
export const GChartContainerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "chart-container", "exportName": "GChartContainerDirective", "directiveName": "gChartContainer", "elementName": "g-chart-container", "category": "dashboard", "type": "css", "selector": ".g-chart", "className": "g-chart", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
168
|
+
export const GGridSystemDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "grid-system", "exportName": "GGridSystemDirective", "directiveName": "gGridSystem", "elementName": "g-grid-system", "category": "layout", "type": "css", "selector": ".g-grid-24", "className": "g-grid-24", "tag": "div", "variants": ["24-column", "12-column", "responsive", "container-query", "subgrid", "rtl", "print"], "states": [], "parts": ["g-row", "g-grid-12", "g-col", "g-col-auto", "g-col-fill", "g-col-fill-from-*", "g-col-full"], "behaviors": [], "platforms": ["web", "mobile", "tablet", "desktop", "print"] });
|
|
169
|
+
export const GRegionLayoutSystemDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "region-layout-system", "exportName": "GRegionLayoutSystemDirective", "directiveName": "gRegionLayoutSystem", "elementName": "g-region-layout-system", "category": "layout", "type": "css", "selector": ".g-region-frame", "className": "g-region-frame", "tag": "div", "variants": ["top-main-bottom", "start-main-end", "five-region", "holy-grail", "sidebar-shell", "double-sidebar", "master-detail", "list-detail-inspector", "sticky-footer", "fixed-header", "fixed-sidebar", "sticky-aside", "dock", "split-view", "fullscreen-workspace", "mobile-layout"], "states": [], "parts": ["g-region-top", "g-region-start", "g-region-main", "g-region-end", "g-region-bottom", "g-master", "g-detail", "g-region-list", "g-region-inspector", "g-dock-top", "g-dock-start", "g-dock-main", "g-dock-end", "g-dock-bottom", "g-workspace-toolbar", "g-workspace-main", "g-workspace-status"], "behaviors": [], "platforms": ["web", "mobile", "tablet", "desktop", "tauri", "electron", "print"] });
|
|
170
|
+
export const GClassicLayoutPrimitivesDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "classic-layout-primitives", "exportName": "GClassicLayoutPrimitivesDirective", "directiveName": "gClassicLayoutPrimitives", "elementName": "g-classic-layout-primitives", "category": "layout", "type": "css", "selector": ".g-stack", "className": "g-stack", "tag": "div", "variants": ["stack", "cluster", "center", "sidebar", "switcher", "cover", "reel", "frame", "media-object", "grid-auto-fit", "grid-auto-fill", "bleed", "repel", "imposter", "overlay", "masonry", "bento", "aspect-ratio", "scroll-area", "scroll-snap", "safe-area", "sticky-region"], "states": [], "parts": ["g-media-object-media", "g-media-object-body", "g-media-object-action", "g-cover-center", "g-overlay-base", "g-overlay-layer", "g-scroll-snap-item"], "behaviors": [], "platforms": ["web", "mobile", "tablet", "desktop", "tauri", "electron", "print"] });
|
|
171
|
+
export const GPageHeaderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "page-header", "exportName": "GPageHeaderDirective", "directiveName": "gPageHeader", "elementName": "g-page-header", "category": "layout", "type": "css", "selector": ".g-page-header", "className": "g-page-header", "tag": "div", "variants": ["compact", "centered", "sticky"], "states": [], "parts": ["g-page-header-main", "g-page-header-eyebrow", "g-page-header-title", "g-page-header-description", "g-page-header-meta", "g-page-header-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
172
|
+
export const GSectionHeaderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "section-header", "exportName": "GSectionHeaderDirective", "directiveName": "gSectionHeader", "elementName": "g-section-header", "category": "layout", "type": "css", "selector": ".g-section-header", "className": "g-section-header", "tag": "div", "variants": ["default", "borderless"], "states": [], "parts": ["g-section-header-main", "g-section-header-title", "g-section-header-description", "g-section-header-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
173
|
+
export const GSubheaderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "subheader", "exportName": "GSubheaderDirective", "directiveName": "gSubheader", "elementName": "g-subheader", "category": "layout", "type": "css", "selector": ".g-subheader", "className": "g-subheader", "tag": "div", "variants": [], "states": [], "parts": ["g-subheader-title", "g-subheader-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
174
|
+
export const GToolbarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "toolbar", "exportName": "GToolbarDirective", "directiveName": "gToolbar", "elementName": "g-toolbar", "category": "navigation", "type": "css", "selector": ".g-toolbar", "className": "g-toolbar", "tag": "div", "variants": ["compact", "sticky", "scrollable"], "states": [], "parts": ["g-toolbar-start", "g-toolbar-center", "g-toolbar-end", "g-toolbar-title", "g-toolbar-separator"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
175
|
+
export const GActionBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "action-bar", "exportName": "GActionBarDirective", "directiveName": "gActionBar", "elementName": "g-action-bar", "category": "interaction", "type": "css", "selector": ".g-action-bar", "className": "g-action-bar", "tag": "div", "variants": ["default", "surface"], "states": [], "parts": ["g-action-bar-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
176
|
+
export const GStatusBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "status-bar", "exportName": "GStatusBarDirective", "directiveName": "gStatusBar", "elementName": "g-status-bar", "category": "feedback", "type": "css", "selector": ".g-status-bar", "className": "g-status-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-status-bar-section", "g-status-bar-text"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
177
|
+
export const GCommandBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "command-bar", "exportName": "GCommandBarDirective", "directiveName": "gCommandBar", "elementName": "g-command-bar", "category": "navigation", "type": "css", "selector": ".g-command-bar", "className": "g-command-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-command-bar-group", "g-command-bar-item", "g-command-bar-shortcut"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
178
|
+
export const GContextBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "context-bar", "exportName": "GContextBarDirective", "directiveName": "gContextBar", "elementName": "g-context-bar", "category": "feedback", "type": "css", "selector": ".g-context-bar", "className": "g-context-bar", "tag": "div", "variants": [], "states": ["info", "success", "warning", "danger"], "parts": ["g-context-bar-content", "g-context-bar-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
179
|
+
export const GBulkActionBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "bulk-action-bar", "exportName": "GBulkActionBarDirective", "directiveName": "gBulkActionBar", "elementName": "g-bulk-action-bar", "category": "interaction", "type": "css", "selector": ".g-bulk-action-bar", "className": "g-bulk-action-bar", "tag": "div", "variants": [], "states": ["active", "empty"], "parts": ["g-bulk-action-count", "g-bulk-action-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
180
|
+
export const GFooterBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "footer-bar", "exportName": "GFooterBarDirective", "directiveName": "gFooterBar", "elementName": "g-footer-bar", "category": "layout", "type": "css", "selector": ".g-footer-bar", "className": "g-footer-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-footer-bar-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
181
|
+
export const GFloatingActionBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "floating-action-bar", "exportName": "GFloatingActionBarDirective", "directiveName": "gFloatingActionBar", "elementName": "g-floating-action-bar", "category": "interaction", "type": "css", "selector": ".g-floating-action-bar", "className": "g-floating-action-bar", "tag": "div", "variants": ["center", "end", "contained"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
182
|
+
export const GDividerWithTextDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "divider-with-text", "exportName": "GDividerWithTextDirective", "directiveName": "gDividerWithText", "elementName": "g-divider-with-text", "category": "basic", "type": "css", "selector": ".g-divider", "className": "g-divider", "tag": "div", "variants": ["center", "start", "end", "vertical"], "states": [], "parts": ["g-divider-text"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
183
|
+
export const GStickyActionsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "sticky-actions", "exportName": "GStickyActionsDirective", "directiveName": "gStickyActions", "elementName": "g-sticky-actions", "category": "interaction", "type": "css", "selector": ".g-sticky-actions", "className": "g-sticky-actions", "tag": "div", "variants": [], "states": [], "parts": ["g-sticky-actions-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
184
|
+
export const GPageLoadingDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "page-loading", "exportName": "GPageLoadingDirective", "directiveName": "gPageLoading", "elementName": "g-page-loading", "category": "feedback", "type": "css", "selector": ".g-page-loading", "className": "g-page-loading", "tag": "div", "variants": ["contained", "full", "overlay"], "states": [], "parts": ["g-page-loading-content", "g-page-loading-title", "g-page-loading-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
185
|
+
export const GPageStateSystemDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "page-state-system", "exportName": "GPageStateSystemDirective", "directiveName": "gPageStateSystem", "elementName": "g-page-state-system", "category": "feedback", "type": "css", "selector": ".g-page-state", "className": "g-page-state", "tag": "div", "variants": ["empty", "error", "403", "404", "500", "offline", "maintenance"], "states": [], "parts": ["g-page-state-content", "g-page-state-visual", "g-page-state-code", "g-page-state-title", "g-page-state-description", "g-page-state-details", "g-page-state-actions", "g-page-state-help"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
186
|
+
export const GTipDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tip", "exportName": "GTipDirective", "directiveName": "gTip", "elementName": "g-tip", "category": "help", "type": "css", "selector": ".g-tip", "className": "g-tip", "tag": "div", "variants": [], "states": ["default", "info", "success", "warning", "danger"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
187
|
+
export const GInlineHintDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "inline-hint", "exportName": "GInlineHintDirective", "directiveName": "gInlineHint", "elementName": "g-inline-hint", "category": "help", "type": "css", "selector": ".g-inline-hint", "className": "g-inline-hint", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
188
|
+
export const GHelpTextDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "help-text", "exportName": "GHelpTextDirective", "directiveName": "gHelpText", "elementName": "g-help-text", "category": "help", "type": "css", "selector": ".g-help-text", "className": "g-help-text", "tag": "div", "variants": [], "states": ["default", "success", "warning", "danger"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
189
|
+
export const GHelpTriggerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "help-trigger", "exportName": "GHelpTriggerDirective", "directiveName": "gHelpTrigger", "elementName": "g-help-trigger", "category": "help", "type": "css", "selector": ".g-help-trigger", "className": "g-help-trigger", "tag": "div", "variants": [], "states": ["default", "hover", "focus-visible"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
190
|
+
export const GRichTooltipDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "rich-tooltip", "exportName": "GRichTooltipDirective", "directiveName": "gRichTooltip", "elementName": "g-rich-tooltip", "category": "help", "type": "interactive", "selector": ".g-tooltip-rich", "className": "g-tooltip-rich", "tag": "div", "variants": [], "states": [], "parts": ["g-tooltip-title", "g-tooltip-description"], "behaviors": ["tooltip"], "platforms": ["web", "mobile", "desktop"] });
|
|
191
|
+
export const GHelpPopoverDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "help-popover", "exportName": "GHelpPopoverDirective", "directiveName": "gHelpPopover", "elementName": "g-help-popover", "category": "help", "type": "interactive", "selector": ".g-help-popover", "className": "g-help-popover", "tag": "div", "variants": [], "states": [], "parts": ["g-help-popover-header", "g-help-popover-title", "g-help-popover-body", "g-help-popover-actions"], "behaviors": ["popover"], "platforms": ["web", "mobile", "desktop"] });
|
|
192
|
+
export const GDefinitionHelpDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "definition-help", "exportName": "GDefinitionHelpDirective", "directiveName": "gDefinitionHelp", "elementName": "g-definition-help", "category": "help", "type": "css", "selector": ".g-definition", "className": "g-definition", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
193
|
+
export const GCalloutDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "callout", "exportName": "GCalloutDirective", "directiveName": "gCallout", "elementName": "g-callout", "category": "help", "type": "css", "selector": ".g-callout", "className": "g-callout", "tag": "div", "variants": [], "states": ["neutral", "info", "success", "warning", "danger"], "parts": ["g-callout-icon", "g-callout-title", "g-callout-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
194
|
+
export const GNoteDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "note", "exportName": "GNoteDirective", "directiveName": "gNote", "elementName": "g-note", "category": "help", "type": "css", "selector": ".g-note", "className": "g-note", "tag": "div", "variants": [], "states": [], "parts": ["g-note-label", "g-note-title", "g-note-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
195
|
+
export const GGuidancePairDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "guidance-pair", "exportName": "GGuidancePairDirective", "directiveName": "gGuidancePair", "elementName": "g-guidance-pair", "category": "help", "type": "css", "selector": ".g-guidance-pair", "className": "g-guidance-pair", "tag": "div", "variants": [], "states": [], "parts": ["g-guidance-do", "g-guidance-dont", "g-guidance-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
196
|
+
export const GKeyHintDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "key-hint", "exportName": "GKeyHintDirective", "directiveName": "gKeyHint", "elementName": "g-key-hint", "category": "help", "type": "css", "selector": ".g-key-hint", "className": "g-key-hint", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
197
|
+
export const GShortcutListDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "shortcut-list", "exportName": "GShortcutListDirective", "directiveName": "gShortcutList", "elementName": "g-shortcut-list", "category": "help", "type": "css", "selector": ".g-shortcut-list", "className": "g-shortcut-list", "tag": "div", "variants": [], "states": [], "parts": ["g-shortcut-item", "g-shortcut-keys"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
198
|
+
export const GHelpCardDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "help-card", "exportName": "GHelpCardDirective", "directiveName": "gHelpCard", "elementName": "g-help-card", "category": "help", "type": "css", "selector": ".g-help-card", "className": "g-help-card", "tag": "div", "variants": [], "states": [], "parts": ["g-help-card-icon", "g-help-card-title", "g-help-card-description", "g-help-card-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
199
|
+
export const GHelpPanelDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "help-panel", "exportName": "GHelpPanelDirective", "directiveName": "gHelpPanel", "elementName": "g-help-panel", "category": "help", "type": "css", "selector": ".g-help-panel", "className": "g-help-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-help-panel-header", "g-help-panel-title", "g-help-panel-body", "g-help-panel-footer"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
200
|
+
export const GHelpCenterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "help-center", "exportName": "GHelpCenterDirective", "directiveName": "gHelpCenter", "elementName": "g-help-center", "category": "help", "type": "css", "selector": ".g-help-center", "className": "g-help-center", "tag": "div", "variants": [], "states": [], "parts": ["g-help-center-header", "g-help-center-title", "g-help-center-description", "g-help-search"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
201
|
+
export const GHelpTopicsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "help-topics", "exportName": "GHelpTopicsDirective", "directiveName": "gHelpTopics", "elementName": "g-help-topics", "category": "help", "type": "css", "selector": ".g-help-topics", "className": "g-help-topics", "tag": "div", "variants": [], "states": [], "parts": ["g-help-topic", "g-help-topic-title", "g-help-topic-meta"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
202
|
+
export const GFaqDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "faq", "exportName": "GFaqDirective", "directiveName": "gFaq", "elementName": "g-faq", "category": "help", "type": "interactive", "selector": ".g-faq", "className": "g-faq", "tag": "div", "variants": [], "states": [], "parts": ["g-faq-item", "g-faq-question", "g-faq-answer"], "behaviors": ["accordion"], "platforms": ["web", "mobile", "desktop"] });
|
|
203
|
+
export const GContextualHelpDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "contextual-help", "exportName": "GContextualHelpDirective", "directiveName": "gContextualHelp", "elementName": "g-contextual-help", "category": "help", "type": "css", "selector": ".g-contextual-help", "className": "g-contextual-help", "tag": "div", "variants": [], "states": [], "parts": ["g-contextual-help-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
204
|
+
export const GCoachMarkDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "coach-mark", "exportName": "GCoachMarkDirective", "directiveName": "gCoachMark", "elementName": "g-coach-mark", "category": "help", "type": "css", "selector": ".g-coach-mark", "className": "g-coach-mark", "tag": "div", "variants": [], "states": [], "parts": ["g-coach-mark-title", "g-coach-mark-description", "g-coach-mark-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
205
|
+
export const GSpotlightDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "spotlight", "exportName": "GSpotlightDirective", "directiveName": "gSpotlight", "elementName": "g-spotlight", "category": "help", "type": "css", "selector": ".g-spotlight", "className": "g-spotlight", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
206
|
+
export const GHotspotDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "hotspot", "exportName": "GHotspotDirective", "directiveName": "gHotspot", "elementName": "g-hotspot", "category": "help", "type": "css", "selector": ".g-hotspot", "className": "g-hotspot", "tag": "div", "variants": [], "states": [], "parts": ["g-hotspot-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
207
|
+
export const GFeatureHintDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "feature-hint", "exportName": "GFeatureHintDirective", "directiveName": "gFeatureHint", "elementName": "g-feature-hint", "category": "help", "type": "css", "selector": ".g-feature-hint", "className": "g-feature-hint", "tag": "div", "variants": [], "states": [], "parts": ["g-feature-hint-badge", "g-feature-hint-title", "g-feature-hint-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
208
|
+
export const GWhatsNewDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "whats-new", "exportName": "GWhatsNewDirective", "directiveName": "gWhatsNew", "elementName": "g-whats-new", "category": "help", "type": "css", "selector": ".g-whats-new", "className": "g-whats-new", "tag": "div", "variants": [], "states": [], "parts": ["g-whats-new-item", "g-whats-new-marker", "g-whats-new-title", "g-whats-new-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
209
|
+
export const GHelpChecklistDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "help-checklist", "exportName": "GHelpChecklistDirective", "directiveName": "gHelpChecklist", "elementName": "g-help-checklist", "category": "help", "type": "css", "selector": ".g-help-checklist", "className": "g-help-checklist", "tag": "div", "variants": [], "states": ["pending", "complete"], "parts": ["g-help-checklist-item", "g-help-checklist-marker"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
210
|
+
export const GTroubleshootingDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "troubleshooting", "exportName": "GTroubleshootingDirective", "directiveName": "gTroubleshooting", "elementName": "g-troubleshooting", "category": "help", "type": "css", "selector": ".g-troubleshooting", "className": "g-troubleshooting", "tag": "div", "variants": [], "states": [], "parts": ["g-troubleshooting-step", "g-troubleshooting-number", "g-troubleshooting-title", "g-troubleshooting-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
211
|
+
export const GHelpFeedbackDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "help-feedback", "exportName": "GHelpFeedbackDirective", "directiveName": "gHelpFeedback", "elementName": "g-help-feedback", "category": "help", "type": "interactive", "selector": "[data-g-saved-choice].g-help-feedback", "cssSelector": ".g-help-feedback", "className": "g-help-feedback", "tag": "div", "variants": [], "states": [], "parts": ["g-help-feedback-actions"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
212
|
+
export const GAppShellDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "app-shell", "exportName": "GAppShellDirective", "directiveName": "gAppShell", "elementName": "g-app-shell", "category": "layout", "type": "css", "selector": ".g-app-shell", "className": "g-app-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["desktop", "tablet", "mobile"] });
|
|
213
|
+
export const GDashboardDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "dashboard", "exportName": "GDashboardDirective", "directiveName": "gDashboard", "elementName": "g-dashboard", "category": "layout", "type": "css", "selector": ".g-dashboard", "className": "g-dashboard", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
214
|
+
export const GMobileShellDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-shell", "exportName": "GMobileShellDirective", "directiveName": "gMobileShell", "elementName": "g-mobile-shell", "category": "layout", "type": "css", "selector": ".g-mobile-shell", "className": "g-mobile-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
215
|
+
export const GChatDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "chat", "exportName": "GChatDirective", "directiveName": "gChat", "elementName": "g-chat", "category": "ai", "type": "css", "selector": ".g-chat", "className": "g-chat", "tag": "div", "variants": [], "states": ["empty", "loading", "streaming", "complete", "error"], "parts": ["g-chat-list", "g-ai-empty-chat"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
216
|
+
export const GMessageDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "message", "exportName": "GMessageDirective", "directiveName": "gMessage", "elementName": "g-message", "category": "ai", "type": "css", "selector": ".g-message", "className": "g-message", "tag": "div", "variants": ["user", "assistant", "system"], "states": [], "parts": ["g-message-avatar", "g-message-content", "g-message-meta", "g-message-author", "g-message-body", "g-message-actions", "g-message-branch", "g-message-feedback"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
217
|
+
export const GPromptComposerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "prompt-composer", "exportName": "GPromptComposerDirective", "directiveName": "gPromptComposer", "elementName": "g-prompt-composer", "category": "ai", "type": "interactive", "selector": "[data-g-ai-composer].g-composer", "cssSelector": ".g-composer", "className": "g-composer", "tag": "div", "variants": [], "states": [], "parts": ["g-composer-input", "g-composer-toolbar", "g-composer-tools", "g-composer-actions", "g-composer-status"], "behaviors": ["ai-composer"], "platforms": ["web", "mobile", "desktop"] });
|
|
218
|
+
export const GAttachmentDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "attachment", "exportName": "GAttachmentDirective", "directiveName": "gAttachment", "elementName": "g-attachment", "category": "ai", "type": "css", "selector": ".g-attachment", "className": "g-attachment", "tag": "div", "variants": [], "states": ["uploading", "ready", "error"], "parts": ["g-attachment-list", "g-attachment-preview", "g-attachment-name", "g-attachment-meta"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
219
|
+
export const GThinkingDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "thinking", "exportName": "GThinkingDirective", "directiveName": "gThinking", "elementName": "g-thinking", "category": "ai", "type": "interactive", "selector": "[data-g-accordion].g-thinking", "cssSelector": ".g-thinking", "className": "g-thinking", "tag": "div", "variants": [], "states": ["collapsed", "expanded", "streaming"], "parts": ["g-thinking-trigger", "g-thinking-content"], "behaviors": ["accordion"], "platforms": ["web", "mobile", "desktop"] });
|
|
220
|
+
export const GToolCallDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tool-call", "exportName": "GToolCallDirective", "directiveName": "gToolCall", "elementName": "g-tool-call", "category": "ai", "type": "interactive", "selector": "[data-g-accordion].g-tool-call", "cssSelector": ".g-tool-call", "className": "g-tool-call", "tag": "div", "variants": [], "states": ["queued", "running", "success", "error", "stopped"], "parts": ["g-tool-call-header", "g-tool-call-name", "g-tool-call-status", "g-tool-call-body", "g-tool-call-progress"], "behaviors": ["accordion"], "platforms": ["web", "mobile", "desktop"] });
|
|
221
|
+
export const GToolApprovalDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tool-approval", "exportName": "GToolApprovalDirective", "directiveName": "gToolApproval", "elementName": "g-tool-approval", "category": "ai", "type": "interactive", "selector": "[data-g-ai-approval].g-approval", "cssSelector": ".g-approval", "className": "g-approval", "tag": "div", "variants": [], "states": ["pending", "approved", "rejected", "cancelled", "expired"], "parts": ["g-approval-title", "g-approval-description", "g-approval-scope", "g-approval-actions"], "behaviors": ["ai-approval"], "platforms": ["web", "mobile", "desktop"] });
|
|
222
|
+
export const GAgentStatusDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "agent-status", "exportName": "GAgentStatusDirective", "directiveName": "gAgentStatus", "elementName": "g-agent-status", "category": "ai", "type": "css", "selector": ".g-agent-status", "className": "g-agent-status", "tag": "div", "variants": [], "states": ["idle", "working", "waiting", "blocked", "complete", "failed"], "parts": ["g-agent-status-main", "g-agent-status-title", "g-agent-status-detail"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
223
|
+
export const GAgentPlanDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "agent-plan", "exportName": "GAgentPlanDirective", "directiveName": "gAgentPlan", "elementName": "g-agent-plan", "category": "ai", "type": "css", "selector": ".g-plan", "className": "g-plan", "tag": "div", "variants": [], "states": ["pending", "active", "complete", "failed"], "parts": ["g-plan-header", "g-plan-list", "g-plan-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
224
|
+
export const GSourcesCitationsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "sources-citations", "exportName": "GSourcesCitationsDirective", "directiveName": "gSourcesCitations", "elementName": "g-sources-citations", "category": "ai", "type": "css", "selector": ".g-sources", "className": "g-sources", "tag": "div", "variants": [], "states": [], "parts": ["g-source-list", "g-source", "g-citation"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
225
|
+
export const GArtifactPanelDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "artifact-panel", "exportName": "GArtifactPanelDirective", "directiveName": "gArtifactPanel", "elementName": "g-artifact-panel", "category": "ai", "type": "interactive", "selector": "[data-g-tabs].g-artifact-panel", "cssSelector": ".g-artifact-panel", "className": "g-artifact-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-artifact-toolbar", "g-artifact-tabs", "g-artifact-tab", "g-artifact-content", "g-artifact-status"], "behaviors": ["tabs"], "platforms": ["desktop", "tablet", "mobile"] });
|
|
226
|
+
export const GModelSelectorDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "model-selector", "exportName": "GModelSelectorDirective", "directiveName": "gModelSelector", "elementName": "g-model-selector", "category": "ai", "type": "interactive", "selector": "[data-g-dropdown].g-model-selector", "cssSelector": ".g-model-selector", "className": "g-model-selector", "tag": "div", "variants": [], "states": [], "parts": ["g-model-selector-trigger", "g-model-selector-menu", "g-model-option"], "behaviors": ["dropdown"], "platforms": ["web", "mobile", "desktop"] });
|
|
227
|
+
export const GContextMeterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "context-meter", "exportName": "GContextMeterDirective", "directiveName": "gContextMeter", "elementName": "g-context-meter", "category": "ai", "type": "css", "selector": ".g-context-meter", "className": "g-context-meter", "tag": "div", "variants": [], "states": [], "parts": ["g-context-meter-bar", "g-context-meter-value"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
228
|
+
export const GVoiceStateDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "voice-state", "exportName": "GVoiceStateDirective", "directiveName": "gVoiceState", "elementName": "g-voice-state", "category": "ai", "type": "css", "selector": ".g-voice-state", "className": "g-voice-state", "tag": "div", "variants": [], "states": ["idle", "listening", "processing", "speaking", "error"], "parts": ["g-voice-bar", "g-voice-state-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
229
|
+
export const GGenerationPlaceholderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "generation-placeholder", "exportName": "GGenerationPlaceholderDirective", "directiveName": "gGenerationPlaceholder", "elementName": "g-generation-placeholder", "category": "ai", "type": "css", "selector": ".g-generation-placeholder", "className": "g-generation-placeholder", "tag": "div", "variants": [], "states": ["queued", "generating", "partial", "complete", "failed"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
230
|
+
export const GAiWorkspaceDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "ai-workspace", "exportName": "GAiWorkspaceDirective", "directiveName": "gAiWorkspace", "elementName": "g-ai-workspace", "category": "ai", "type": "css", "selector": ".g-ai-shell", "className": "g-ai-shell", "tag": "div", "variants": [], "states": [], "parts": ["g-ai-sidebar", "g-ai-sidebar-header", "g-ai-sidebar-footer", "g-ai-main", "g-ai-header"], "behaviors": [], "platforms": ["desktop", "tablet", "mobile"] });
|
|
231
|
+
export const GPromptStarterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "prompt-starter", "exportName": "GPromptStarterDirective", "directiveName": "gPromptStarter", "elementName": "g-prompt-starter", "category": "ai", "type": "interactive", "selector": "[data-g-prompt-fill].g-prompt-starter", "cssSelector": ".g-prompt-starter", "className": "g-prompt-starter", "tag": "div", "variants": [], "states": [], "parts": ["g-prompt-starter-header", "g-prompt-suggestions", "g-prompt-suggestion"], "behaviors": ["prompt-fill"], "platforms": ["web", "mobile", "desktop"] });
|
|
232
|
+
export const GAiCommandMenuDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "ai-command-menu", "exportName": "GAiCommandMenuDirective", "directiveName": "gAiCommandMenu", "elementName": "g-ai-command-menu", "category": "ai", "type": "interactive", "selector": "[data-g-roving-nav].g-ai-command-menu", "cssSelector": ".g-ai-command-menu", "className": "g-ai-command-menu", "tag": "div", "variants": [], "states": [], "parts": ["g-ai-command-group", "g-ai-command-label", "g-ai-command-item", "g-mention", "g-slash-command"], "behaviors": ["roving-nav"], "platforms": ["web", "mobile", "desktop"] });
|
|
233
|
+
export const GStreamingResponseDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "streaming-response", "exportName": "GStreamingResponseDirective", "directiveName": "gStreamingResponse", "elementName": "g-streaming-response", "category": "ai", "type": "css", "selector": ".g-streaming-response", "className": "g-streaming-response", "tag": "div", "variants": [], "states": ["streaming", "paused", "stopped", "complete", "error"], "parts": ["g-streaming-response-header", "g-streaming-response-body", "g-streaming-response-actions", "g-stream-cursor"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
234
|
+
export const GMultiAgentBoardDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "multi-agent-board", "exportName": "GMultiAgentBoardDirective", "directiveName": "gMultiAgentBoard", "elementName": "g-multi-agent-board", "category": "ai", "type": "css", "selector": ".g-agent-board", "className": "g-agent-board", "tag": "div", "variants": [], "states": [], "parts": ["g-agent-card", "g-agent-card-header", "g-agent-card-main", "g-agent-card-task"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
235
|
+
export const GAgentHandoffDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "agent-handoff", "exportName": "GAgentHandoffDirective", "directiveName": "gAgentHandoff", "elementName": "g-agent-handoff", "category": "ai", "type": "css", "selector": ".g-agent-handoff", "className": "g-agent-handoff", "tag": "div", "variants": [], "states": ["proposed", "accepted", "declined", "complete"], "parts": ["g-agent-handoff-main", "g-agent-handoff-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
236
|
+
export const GArtifactWorkspaceDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "artifact-workspace", "exportName": "GArtifactWorkspaceDirective", "directiveName": "gArtifactWorkspace", "elementName": "g-artifact-workspace", "category": "ai", "type": "css", "selector": ".g-artifact-layout", "className": "g-artifact-layout", "tag": "div", "variants": [], "states": [], "parts": ["g-artifact-panel", "g-preview-frame"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
237
|
+
export const GGenerationGalleryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "generation-gallery", "exportName": "GGenerationGalleryDirective", "directiveName": "gGenerationGallery", "elementName": "g-generation-gallery", "category": "ai", "type": "css", "selector": ".g-generation-grid", "className": "g-generation-grid", "tag": "div", "variants": [], "states": ["queued", "generating", "partial", "complete", "failed"], "parts": ["g-generation-card"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
238
|
+
export const GAiContextManagerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "ai-context-manager", "exportName": "GAiContextManagerDirective", "directiveName": "gAiContextManager", "elementName": "g-ai-context-manager", "category": "ai", "type": "css", "selector": ".g-ai-context-manager", "className": "g-ai-context-manager", "tag": "div", "variants": [], "states": [], "parts": ["g-ai-context-header", "g-ai-memory-list", "g-ai-memory-item", "g-ai-memory-main", "g-ai-context-sources", "g-context-meter"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
239
|
+
export const GAiUsagePanelDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "ai-usage-panel", "exportName": "GAiUsagePanelDirective", "directiveName": "gAiUsagePanel", "elementName": "g-ai-usage-panel", "category": "ai", "type": "css", "selector": ".g-ai-usage-panel", "className": "g-ai-usage-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-ai-usage-header", "g-ai-usage-grid", "g-ai-usage-metric", "g-ai-limit-status", "g-cost", "g-limit"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
240
|
+
export const GAiSafetyNoticeDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "ai-safety-notice", "exportName": "GAiSafetyNoticeDirective", "directiveName": "gAiSafetyNotice", "elementName": "g-ai-safety-notice", "category": "ai", "type": "css", "selector": ".g-ai-safety-notice", "className": "g-ai-safety-notice", "tag": "div", "variants": [], "states": ["info", "warning", "blocked", "review-required"], "parts": ["g-ai-safety-icon", "g-ai-safety-main", "g-ai-safety-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
241
|
+
export const GAiFeedbackDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "ai-feedback", "exportName": "GAiFeedbackDirective", "directiveName": "gAiFeedback", "elementName": "g-ai-feedback", "category": "ai", "type": "interactive", "selector": "[data-g-ai-feedback].g-ai-feedback", "cssSelector": ".g-ai-feedback", "className": "g-ai-feedback", "tag": "div", "variants": [], "states": [], "parts": ["g-ai-feedback-question", "g-ai-feedback-options", "g-ai-feedback-option", "g-ai-feedback-detail"], "behaviors": ["ai-feedback"], "platforms": ["web", "mobile", "desktop"] });
|
|
242
|
+
export const GDatePickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "date-picker", "exportName": "GDatePickerDirective", "directiveName": "gDatePicker", "elementName": "g-date-picker", "category": "form", "type": "css", "selector": ".g-date-picker", "className": "g-date-picker", "tag": "div", "variants": [], "states": ["single", "range", "disabled"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
243
|
+
export const GTimePickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "time-picker", "exportName": "GTimePickerDirective", "directiveName": "gTimePicker", "elementName": "g-time-picker", "category": "form", "type": "css", "selector": ".g-time-picker", "className": "g-time-picker", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
244
|
+
export const GPinInputDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "pin-input", "exportName": "GPinInputDirective", "directiveName": "gPinInput", "elementName": "g-pin-input", "category": "form", "type": "css", "selector": ".g-pin-input", "className": "g-pin-input", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
245
|
+
export const GRatingDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "rating", "exportName": "GRatingDirective", "directiveName": "gRating", "elementName": "g-rating", "category": "form", "type": "css", "selector": ".g-rating", "className": "g-rating", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
246
|
+
export const GTransferListDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "transfer-list", "exportName": "GTransferListDirective", "directiveName": "gTransferList", "elementName": "g-transfer-list", "category": "interaction", "type": "interactive", "selector": "[data-g-transfer]", "cssSelector": ".g-transfer", "className": "g-transfer", "tag": "div", "variants": [], "states": [], "parts": ["g-transfer-pane", "g-transfer-header", "g-transfer-list", "g-transfer-option", "g-transfer-actions"], "behaviors": ["transfer"], "platforms": ["web", "mobile", "desktop"] });
|
|
247
|
+
export const GValidationSummaryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "validation-summary", "exportName": "GValidationSummaryDirective", "directiveName": "gValidationSummary", "elementName": "g-validation-summary", "category": "form", "type": "css", "selector": ".g-validation-summary", "className": "g-validation-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-validation-summary-title", "g-validation-summary-list"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
248
|
+
export const GMegaMenuDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mega-menu", "exportName": "GMegaMenuDirective", "directiveName": "gMegaMenu", "elementName": "g-mega-menu", "category": "navigation", "type": "css", "selector": ".g-mega-menu", "className": "g-mega-menu", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
249
|
+
export const GAnchorNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "anchor-navigation", "exportName": "GAnchorNavigationDirective", "directiveName": "gAnchorNavigation", "elementName": "g-anchor-navigation", "category": "navigation", "type": "css", "selector": ".g-anchor-nav", "className": "g-anchor-nav", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
250
|
+
export const GTourSpotlightDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tour-spotlight", "exportName": "GTourSpotlightDirective", "directiveName": "gTourSpotlight", "elementName": "g-tour-spotlight", "category": "help", "type": "interactive", "selector": "[data-g-tour]", "cssSelector": ".g-tour", "className": "g-tour", "tag": "div", "variants": [], "states": [], "parts": ["g-tour-step", "g-tour-header", "g-tour-title", "g-tour-description", "g-tour-progress", "g-tour-actions", "g-spotlight"], "behaviors": ["tour"], "platforms": ["web", "mobile", "desktop"] });
|
|
251
|
+
export const GVirtualListDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "virtual-list", "exportName": "GVirtualListDirective", "directiveName": "gVirtualList", "elementName": "g-virtual-list", "category": "data", "type": "css", "selector": ".g-virtual-list", "className": "g-virtual-list", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
252
|
+
export const GKanbanDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "kanban", "exportName": "GKanbanDirective", "directiveName": "gKanban", "elementName": "g-kanban", "category": "data", "type": "css", "selector": ".g-kanban", "className": "g-kanban", "tag": "div", "variants": [], "states": ["default", "dragging", "drop-target"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
253
|
+
export const GGanttShellDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "gantt-shell", "exportName": "GGanttShellDirective", "directiveName": "gGanttShell", "elementName": "g-gantt-shell", "category": "data", "type": "css", "selector": ".g-gantt", "className": "g-gantt", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
254
|
+
export const GQueryBuilderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "query-builder", "exportName": "GQueryBuilderDirective", "directiveName": "gQueryBuilder", "elementName": "g-query-builder", "category": "data", "type": "css", "selector": ".g-query-builder", "className": "g-query-builder", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
255
|
+
export const GCarouselDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "carousel", "exportName": "GCarouselDirective", "directiveName": "gCarousel", "elementName": "g-carousel", "category": "media", "type": "interactive", "selector": "[data-g-carousel]", "className": "g-carousel", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["carousel"], "platforms": ["web", "mobile", "desktop"] });
|
|
256
|
+
export const GGalleryLightboxDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "gallery-lightbox", "exportName": "GGalleryLightboxDirective", "directiveName": "gGalleryLightbox", "elementName": "g-gallery-lightbox", "category": "media", "type": "css", "selector": ".g-gallery", "className": "g-gallery", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
257
|
+
export const GMediaPlayerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "media-player", "exportName": "GMediaPlayerDirective", "directiveName": "gMediaPlayer", "elementName": "g-media-player", "category": "media", "type": "css", "selector": ".g-media-player", "className": "g-media-player", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
258
|
+
export const GDocumentViewerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "document-viewer", "exportName": "GDocumentViewerDirective", "directiveName": "gDocumentViewer", "elementName": "g-document-viewer", "category": "media", "type": "css", "selector": ".g-document-viewer", "className": "g-document-viewer", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
259
|
+
export const GSplitPaneDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "split-pane", "exportName": "GSplitPaneDirective", "directiveName": "gSplitPane", "elementName": "g-split-pane", "category": "interaction", "type": "interactive", "selector": "[data-g-split-pane]", "className": "g-split-pane", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["split-pane"], "platforms": ["web", "mobile", "desktop"] });
|
|
260
|
+
export const GDragSortDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "drag-sort", "exportName": "GDragSortDirective", "directiveName": "gDragSort", "elementName": "g-drag-sort", "category": "interaction", "type": "css", "selector": ".g-sortable-item", "className": "g-sortable-item", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
261
|
+
export const GInfiniteScrollDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "infinite-scroll", "exportName": "GInfiniteScrollDirective", "directiveName": "gInfiniteScroll", "elementName": "g-infinite-scroll", "category": "interaction", "type": "css", "selector": ".g-infinite-status", "className": "g-infinite-status", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
262
|
+
export const GPullRefreshDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "pull-refresh", "exportName": "GPullRefreshDirective", "directiveName": "gPullRefresh", "elementName": "g-pull-refresh", "category": "interaction", "type": "css", "selector": ".g-pull-refresh", "className": "g-pull-refresh", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
263
|
+
export const GProductCardDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "product-card", "exportName": "GProductCardDirective", "directiveName": "gProductCard", "elementName": "g-product-card", "category": "commerce", "type": "css", "selector": ".g-product-card", "className": "g-product-card", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
264
|
+
export const GCartItemDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "cart-item", "exportName": "GCartItemDirective", "directiveName": "gCartItem", "elementName": "g-cart-item", "category": "commerce", "type": "css", "selector": ".g-cart-item", "className": "g-cart-item", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
265
|
+
export const GPriceQuantityDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "price-quantity", "exportName": "GPriceQuantityDirective", "directiveName": "gPriceQuantity", "elementName": "g-price-quantity", "category": "commerce", "type": "css", "selector": ".g-price", "className": "g-price", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
266
|
+
export const GConversationListDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "conversation-list", "exportName": "GConversationListDirective", "directiveName": "gConversationList", "elementName": "g-conversation-list", "category": "ai", "type": "css", "selector": ".g-conversation-list", "className": "g-conversation-list", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
267
|
+
export const GPromptLibraryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "prompt-library", "exportName": "GPromptLibraryDirective", "directiveName": "gPromptLibrary", "elementName": "g-prompt-library", "category": "ai", "type": "css", "selector": ".g-prompt-library", "className": "g-prompt-library", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
268
|
+
export const GMentionSlashCommandDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mention-slash-command", "exportName": "GMentionSlashCommandDirective", "directiveName": "gMentionSlashCommand", "elementName": "g-mention-slash-command", "category": "ai", "type": "css", "selector": ".g-mention", "className": "g-mention", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
269
|
+
export const GGenerationCardDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "generation-card", "exportName": "GGenerationCardDirective", "directiveName": "gGenerationCard", "elementName": "g-generation-card", "category": "ai", "type": "css", "selector": ".g-generation-card", "className": "g-generation-card", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
270
|
+
export const GFileTreeDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "file-tree", "exportName": "GFileTreeDirective", "directiveName": "gFileTree", "elementName": "g-file-tree", "category": "ai", "type": "css", "selector": ".g-file-tree", "className": "g-file-tree", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
271
|
+
export const GVersionHistoryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "version-history", "exportName": "GVersionHistoryDirective", "directiveName": "gVersionHistory", "elementName": "g-version-history", "category": "ai", "type": "css", "selector": ".g-version-list", "className": "g-version-list", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
272
|
+
export const GPermissionScopeDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "permission-scope", "exportName": "GPermissionScopeDirective", "directiveName": "gPermissionScope", "elementName": "g-permission-scope", "category": "ai", "type": "css", "selector": ".g-permission-scope", "className": "g-permission-scope", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
273
|
+
export const GCostRateLimitDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "cost-rate-limit", "exportName": "GCostRateLimitDirective", "directiveName": "gCostRateLimit", "elementName": "g-cost-rate-limit", "category": "ai", "type": "css", "selector": ".g-cost", "className": "g-cost", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
274
|
+
export const GPrivacyNoticeDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "privacy-notice", "exportName": "GPrivacyNoticeDirective", "directiveName": "gPrivacyNotice", "elementName": "g-privacy-notice", "category": "ai", "type": "css", "selector": ".g-privacy-notice", "className": "g-privacy-notice", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
275
|
+
export const GAuthenticationShellDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "authentication-shell", "exportName": "GAuthenticationShellDirective", "directiveName": "gAuthenticationShell", "elementName": "g-authentication-shell", "category": "auth", "type": "css", "selector": ".g-auth-shell", "className": "g-auth-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
276
|
+
export const GMobileCategoryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-category", "exportName": "GMobileCategoryDirective", "directiveName": "gMobileCategory", "elementName": "g-mobile-category", "category": "mobile", "type": "css", "selector": ".g-mobile-category", "className": "g-mobile-category", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
277
|
+
export const GCmsShellDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "cms-shell", "exportName": "GCmsShellDirective", "directiveName": "gCmsShell", "elementName": "g-cms-shell", "category": "cms", "type": "css", "selector": ".g-cms-shell", "className": "g-cms-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
278
|
+
export const GVisualBuilderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "visual-builder", "exportName": "GVisualBuilderDirective", "directiveName": "gVisualBuilder", "elementName": "g-visual-builder", "category": "cms", "type": "css", "selector": ".g-cms-canvas", "className": "g-cms-canvas", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
279
|
+
export const GRichEditorDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "rich-editor", "exportName": "GRichEditorDirective", "directiveName": "gRichEditor", "elementName": "g-rich-editor", "category": "cms", "type": "css", "selector": ".g-editor", "className": "g-editor", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
280
|
+
export const GMediaLibraryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "media-library", "exportName": "GMediaLibraryDirective", "directiveName": "gMediaLibrary", "elementName": "g-media-library", "category": "cms", "type": "css", "selector": ".g-media-library", "className": "g-media-library", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
281
|
+
export const GContentWorkflowDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "content-workflow", "exportName": "GContentWorkflowDirective", "directiveName": "gContentWorkflow", "elementName": "g-content-workflow", "category": "cms", "type": "css", "selector": ".g-workflow", "className": "g-workflow", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
282
|
+
export const GLocalizationGridDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "localization-grid", "exportName": "GLocalizationGridDirective", "directiveName": "gLocalizationGrid", "elementName": "g-localization-grid", "category": "cms", "type": "css", "selector": ".g-localization-grid", "className": "g-localization-grid", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
283
|
+
export const GSiteHeaderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "site-header", "exportName": "GSiteHeaderDirective", "directiveName": "gSiteHeader", "elementName": "g-site-header", "category": "marketing", "type": "css", "selector": ".g-site-header", "className": "g-site-header", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
284
|
+
export const GHeroDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "hero", "exportName": "GHeroDirective", "directiveName": "gHero", "elementName": "g-hero", "category": "marketing", "type": "css", "selector": ".g-hero", "className": "g-hero", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
285
|
+
export const GPricingDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "pricing", "exportName": "GPricingDirective", "directiveName": "gPricing", "elementName": "g-pricing", "category": "marketing", "type": "css", "selector": ".g-pricing-grid", "className": "g-pricing-grid", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
286
|
+
export const GArticleLayoutDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "article-layout", "exportName": "GArticleLayoutDirective", "directiveName": "gArticleLayout", "elementName": "g-article-layout", "category": "content", "type": "css", "selector": ".g-article-shell", "className": "g-article-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
287
|
+
export const GProductDetailDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "product-detail", "exportName": "GProductDetailDirective", "directiveName": "gProductDetail", "elementName": "g-product-detail", "category": "commerce", "type": "css", "selector": ".g-product-detail", "className": "g-product-detail", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
288
|
+
export const GCheckoutDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "checkout", "exportName": "GCheckoutDirective", "directiveName": "gCheckout", "elementName": "g-checkout", "category": "commerce", "type": "css", "selector": ".g-checkout-layout", "className": "g-checkout-layout", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
289
|
+
export const GEnterpriseSettingsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "enterprise-settings", "exportName": "GEnterpriseSettingsDirective", "directiveName": "gEnterpriseSettings", "elementName": "g-enterprise-settings", "category": "enterprise", "type": "css", "selector": ".g-settings-shell", "className": "g-settings-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
290
|
+
export const GPermissionMatrixDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "permission-matrix", "exportName": "GPermissionMatrixDirective", "directiveName": "gPermissionMatrix", "elementName": "g-permission-matrix", "category": "enterprise", "type": "css", "selector": ".g-permission-matrix", "className": "g-permission-matrix", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
291
|
+
export const GAuditLogDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "audit-log", "exportName": "GAuditLogDirective", "directiveName": "gAuditLog", "elementName": "g-audit-log", "category": "enterprise", "type": "css", "selector": ".g-audit-event", "className": "g-audit-event", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
292
|
+
export const GDesktopShellDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-shell", "exportName": "GDesktopShellDirective", "directiveName": "gDesktopShell", "elementName": "g-desktop-shell", "category": "desktop", "type": "css", "selector": ".g-desktop-shell", "className": "g-desktop-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["desktop", "tauri", "electron"] });
|
|
293
|
+
export const GDesktopTitlebarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-titlebar", "exportName": "GDesktopTitlebarDirective", "directiveName": "gDesktopTitlebar", "elementName": "g-desktop-titlebar", "category": "desktop", "type": "interactive", "selector": ".g-titlebar", "className": "g-titlebar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["tauri", "electron"] });
|
|
294
|
+
export const GDesktopWorkbenchDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-workbench", "exportName": "GDesktopWorkbenchDirective", "directiveName": "gDesktopWorkbench", "elementName": "g-desktop-workbench", "category": "desktop", "type": "css", "selector": ".g-workbench", "className": "g-workbench", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["desktop", "tauri", "electron"] });
|
|
295
|
+
export const GOnboardingDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "onboarding", "exportName": "GOnboardingDirective", "directiveName": "gOnboarding", "elementName": "g-onboarding", "category": "workflow", "type": "css", "selector": ".g-onboarding", "className": "g-onboarding", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
296
|
+
export const GWizardLayoutDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "wizard-layout", "exportName": "GWizardLayoutDirective", "directiveName": "gWizardLayout", "elementName": "g-wizard-layout", "category": "workflow", "type": "css", "selector": ".g-wizard-layout", "className": "g-wizard-layout", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
297
|
+
export const GNotificationCenterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "notification-center", "exportName": "GNotificationCenterDirective", "directiveName": "gNotificationCenter", "elementName": "g-notification-center", "category": "communication", "type": "css", "selector": ".g-notification-center", "className": "g-notification-center", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
298
|
+
export const GInboxDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "inbox", "exportName": "GInboxDirective", "directiveName": "gInbox", "elementName": "g-inbox", "category": "communication", "type": "css", "selector": ".g-inbox", "className": "g-inbox", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
299
|
+
export const GSearchResultsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "search-results", "exportName": "GSearchResultsDirective", "directiveName": "gSearchResults", "elementName": "g-search-results", "category": "content", "type": "css", "selector": ".g-search-page", "className": "g-search-page", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
300
|
+
export const GCalendarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "calendar", "exportName": "GCalendarDirective", "directiveName": "gCalendar", "elementName": "g-calendar", "category": "data", "type": "css", "selector": ".g-calendar", "className": "g-calendar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
301
|
+
export const GAgendaDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "agenda", "exportName": "GAgendaDirective", "directiveName": "gAgenda", "elementName": "g-agenda", "category": "data", "type": "css", "selector": ".g-agenda", "className": "g-agenda", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
302
|
+
export const GFileManagerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "file-manager", "exportName": "GFileManagerDirective", "directiveName": "gFileManager", "elementName": "g-file-manager", "category": "data", "type": "css", "selector": ".g-file-manager", "className": "g-file-manager", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
303
|
+
export const GUploadQueueDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "upload-queue", "exportName": "GUploadQueueDirective", "directiveName": "gUploadQueue", "elementName": "g-upload-queue", "category": "form", "type": "css", "selector": ".g-upload-queue", "className": "g-upload-queue", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
304
|
+
export const GFormBuilderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "form-builder", "exportName": "GFormBuilderDirective", "directiveName": "gFormBuilder", "elementName": "g-form-builder", "category": "form", "type": "css", "selector": ".g-form-builder", "className": "g-form-builder", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
305
|
+
export const GFilterBuilderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "filter-builder", "exportName": "GFilterBuilderDirective", "directiveName": "gFilterBuilder", "elementName": "g-filter-builder", "category": "data", "type": "css", "selector": ".g-filter-builder", "className": "g-filter-builder", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
306
|
+
export const GPivotTableDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "pivot-table", "exportName": "GPivotTableDirective", "directiveName": "gPivotTable", "elementName": "g-pivot-table", "category": "data", "type": "css", "selector": ".g-pivot", "className": "g-pivot", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
307
|
+
export const GOrganizationChartDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "organization-chart", "exportName": "GOrganizationChartDirective", "directiveName": "gOrganizationChart", "elementName": "g-organization-chart", "category": "data", "type": "css", "selector": ".g-org-chart", "className": "g-org-chart", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
308
|
+
export const GMapShellDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "map-shell", "exportName": "GMapShellDirective", "directiveName": "gMapShell", "elementName": "g-map-shell", "category": "data", "type": "css", "selector": ".g-map-shell", "className": "g-map-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
309
|
+
export const GCommentThreadDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "comment-thread", "exportName": "GCommentThreadDirective", "directiveName": "gCommentThread", "elementName": "g-comment-thread", "category": "communication", "type": "css", "selector": ".g-comment-thread", "className": "g-comment-thread", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
310
|
+
export const GActivityFeedDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "activity-feed", "exportName": "GActivityFeedDirective", "directiveName": "gActivityFeed", "elementName": "g-activity-feed", "category": "communication", "type": "css", "selector": ".g-activity-feed", "className": "g-activity-feed", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
311
|
+
export const GReportInvoiceDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "report-invoice", "exportName": "GReportInvoiceDirective", "directiveName": "gReportInvoice", "elementName": "g-report-invoice", "category": "content", "type": "css", "selector": ".g-report", "className": "g-report", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
312
|
+
export const GCookieConsentDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "cookie-consent", "exportName": "GCookieConsentDirective", "directiveName": "gCookieConsent", "elementName": "g-cookie-consent", "category": "legal", "type": "css", "selector": ".g-cookie-banner", "className": "g-cookie-banner", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
313
|
+
export const GCopyActionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "copy-action", "exportName": "GCopyActionDirective", "directiveName": "gCopyAction", "elementName": "g-copy-action", "category": "interaction", "type": "interactive", "selector": "[data-g-copy]", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["copy"], "platforms": ["web", "mobile", "desktop"] });
|
|
314
|
+
export const GFullscreenActionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "fullscreen-action", "exportName": "GFullscreenActionDirective", "directiveName": "gFullscreenAction", "elementName": "g-fullscreen-action", "category": "interaction", "type": "interactive", "selector": "[data-g-fullscreen]", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["fullscreen"], "platforms": ["web", "mobile", "desktop"] });
|
|
315
|
+
export const GBackToTopDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "back-to-top", "exportName": "GBackToTopDirective", "directiveName": "gBackToTop", "elementName": "g-back-to-top", "category": "navigation", "type": "interactive", "selector": "[data-g-scroll-top]", "cssSelector": ".g-back-to-top", "className": "g-back-to-top", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["scroll-top"], "platforms": ["web", "mobile", "desktop"] });
|
|
316
|
+
export const GImageCropShellDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "image-crop-shell", "exportName": "GImageCropShellDirective", "directiveName": "gImageCropShell", "elementName": "g-image-crop-shell", "category": "media", "type": "css", "selector": ".g-image-crop", "className": "g-image-crop", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
317
|
+
export const GContentFileDropDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "content-file-drop", "exportName": "GContentFileDropDirective", "directiveName": "gContentFileDrop", "elementName": "g-content-file-drop", "category": "content", "type": "interactive", "selector": "[data-g-dropzone].g-file-drop", "cssSelector": ".g-file-drop", "className": "g-file-drop", "tag": "div", "variants": [], "states": ["default", "dragging", "disabled"], "parts": ["g-file-drop-icon", "g-file-drop-title", "g-file-drop-rules"], "behaviors": ["dropzone"], "platforms": ["web", "mobile", "desktop"] });
|
|
318
|
+
export const GContentFileListDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "content-file-list", "exportName": "GContentFileListDirective", "directiveName": "gContentFileList", "elementName": "g-content-file-list", "category": "content", "type": "css", "selector": ".g-file-list", "className": "g-file-list", "tag": "div", "variants": [], "states": [], "parts": ["g-file-list-header", "g-file-row", "g-file-icon", "g-file-main", "g-file-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
319
|
+
export const GContentUploadQueueDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "content-upload-queue", "exportName": "GContentUploadQueueDirective", "directiveName": "gContentUploadQueue", "elementName": "g-content-upload-queue", "category": "content", "type": "interactive", "selector": "[data-g-upload-manager].g-upload-queue", "cssSelector": ".g-upload-queue", "className": "g-upload-queue", "tag": "div", "variants": [], "states": [], "parts": ["g-upload-queue-header", "g-upload-summary", "g-upload-item", "g-upload-actions"], "behaviors": ["upload-manager"], "platforms": ["web", "mobile", "desktop"] });
|
|
320
|
+
export const GChunkUploadDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "chunk-upload", "exportName": "GChunkUploadDirective", "directiveName": "gChunkUpload", "elementName": "g-chunk-upload", "category": "content", "type": "css", "selector": ".g-chunk-upload", "className": "g-chunk-upload", "tag": "div", "variants": [], "states": ["queued", "uploading", "paused", "success", "error"], "parts": ["g-chunk-map", "g-chunk"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
321
|
+
export const GUploadProgressCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "upload-progress-composition", "exportName": "GUploadProgressCompositionDirective", "directiveName": "gUploadProgressComposition", "elementName": "g-upload-progress-composition", "category": "content", "type": "interactive", "selector": "[data-g-upload-manager] .g-upload-progress", "cssSelector": ".g-upload-progress", "className": "g-upload-progress", "tag": "div", "variants": [], "states": [], "parts": ["g-upload-progress-bar", "g-upload-status"], "behaviors": ["upload-manager"], "platforms": ["web", "mobile", "desktop"] });
|
|
322
|
+
export const GFailedUploadDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "failed-upload", "exportName": "GFailedUploadDirective", "directiveName": "gFailedUpload", "elementName": "g-failed-upload", "category": "content", "type": "interactive", "selector": "[data-g-upload-manager] .g-failed-upload", "cssSelector": ".g-failed-upload", "className": "g-failed-upload", "tag": "div", "variants": [], "states": ["error", "retrying"], "parts": [], "behaviors": ["upload-manager"], "platforms": ["web", "mobile", "desktop"] });
|
|
323
|
+
export const GFileCardCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "file-card-composition", "exportName": "GFileCardCompositionDirective", "directiveName": "gFileCardComposition", "elementName": "g-file-card-composition", "category": "content", "type": "css", "selector": ".g-file-card", "className": "g-file-card", "tag": "div", "variants": [], "states": [], "parts": ["g-file-card-preview", "g-file-card-body", "g-file-card-footer", "g-file-card-grid"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
324
|
+
export const GFolderTreeCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "folder-tree-composition", "exportName": "GFolderTreeCompositionDirective", "directiveName": "gFolderTreeComposition", "elementName": "g-folder-tree-composition", "category": "content", "type": "css", "selector": ".g-folder-tree", "className": "g-folder-tree", "tag": "div", "variants": [], "states": [], "parts": ["g-folder-tree-item", "g-folder-tree-count"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
325
|
+
export const GFileBrowserCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "file-browser-composition", "exportName": "GFileBrowserCompositionDirective", "directiveName": "gFileBrowserComposition", "elementName": "g-file-browser-composition", "category": "content", "type": "interactive", "selector": "[data-g-file-browser].g-file-browser", "cssSelector": ".g-file-browser", "className": "g-file-browser", "tag": "div", "variants": [], "states": [], "parts": ["g-file-browser-header", "g-file-browser-tree", "g-file-browser-main", "g-file-browser-status"], "behaviors": ["file-browser"], "platforms": ["web", "mobile", "desktop"] });
|
|
326
|
+
export const GFilePreviewCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "file-preview-composition", "exportName": "GFilePreviewCompositionDirective", "directiveName": "gFilePreviewComposition", "elementName": "g-file-preview-composition", "category": "content", "type": "css", "selector": ".g-file-preview", "className": "g-file-preview", "tag": "div", "variants": [], "states": [], "parts": ["g-file-preview-toolbar", "g-file-preview-stage", "g-file-preview-meta"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
327
|
+
export const GMediaLibraryCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "media-library-composition", "exportName": "GMediaLibraryCompositionDirective", "directiveName": "gMediaLibraryComposition", "elementName": "g-media-library-composition", "category": "content", "type": "interactive", "selector": "[data-g-file-browser].g-media-library", "cssSelector": ".g-media-library", "className": "g-media-library", "tag": "div", "variants": [], "states": [], "parts": ["g-media-library-main", "g-media-library-header", "g-media-details"], "behaviors": ["file-browser"], "platforms": ["web", "mobile", "desktop"] });
|
|
328
|
+
export const GMediaGridCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "media-grid-composition", "exportName": "GMediaGridCompositionDirective", "directiveName": "gMediaGridComposition", "elementName": "g-media-grid-composition", "category": "content", "type": "css", "selector": ".g-media-grid", "className": "g-media-grid", "tag": "div", "variants": [], "states": [], "parts": ["g-media-item", "g-media-thumb", "g-media-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
329
|
+
export const GMediaDetailsCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "media-details-composition", "exportName": "GMediaDetailsCompositionDirective", "directiveName": "gMediaDetailsComposition", "elementName": "g-media-details-composition", "category": "content", "type": "css", "selector": ".g-media-details", "className": "g-media-details", "tag": "div", "variants": [], "states": [], "parts": ["g-media-details-preview"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
330
|
+
export const GImageCropCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "image-crop-composition", "exportName": "GImageCropCompositionDirective", "directiveName": "gImageCropComposition", "elementName": "g-image-crop-composition", "category": "content", "type": "css", "selector": ".g-image-crop.g-content-image-crop", "className": "g-image-crop", "tag": "div", "variants": [], "states": [], "parts": ["g-image-tools", "g-image-stage", "g-crop-frame", "g-image-inspector"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
331
|
+
export const GImageAnnotationCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "image-annotation-composition", "exportName": "GImageAnnotationCompositionDirective", "directiveName": "gImageAnnotationComposition", "elementName": "g-image-annotation-composition", "category": "content", "type": "css", "selector": ".g-image-annotation", "className": "g-image-annotation", "tag": "div", "variants": [], "states": [], "parts": ["g-image-tools", "g-image-stage", "g-annotation-pin", "g-image-inspector"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
332
|
+
export const GDocumentViewerCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "document-viewer-composition", "exportName": "GDocumentViewerCompositionDirective", "directiveName": "gDocumentViewerComposition", "elementName": "g-document-viewer-composition", "category": "content", "type": "css", "selector": ".g-document-viewer.g-content-document-viewer", "className": "g-document-viewer", "tag": "div", "variants": [], "states": [], "parts": ["g-viewer-toolbar", "g-viewer-thumbnails", "g-viewer-thumbnail", "g-viewer-page", "g-document-page", "g-viewer-status"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
333
|
+
export const GPdfViewerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "pdf-viewer", "exportName": "GPdfViewerDirective", "directiveName": "gPdfViewer", "elementName": "g-pdf-viewer", "category": "content", "type": "css", "selector": ".g-pdf-viewer", "className": "g-pdf-viewer", "tag": "div", "variants": [], "states": [], "parts": ["g-viewer-toolbar", "g-viewer-thumbnails", "g-viewer-page", "g-viewer-status"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
334
|
+
export const GVideoPlayerShellDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "video-player-shell", "exportName": "GVideoPlayerShellDirective", "directiveName": "gVideoPlayerShell", "elementName": "g-video-player-shell", "category": "content", "type": "interactive", "selector": "[data-g-media-player].g-video-player", "cssSelector": ".g-video-player", "className": "g-video-player", "tag": "div", "variants": [], "states": [], "parts": ["g-video-stage", "g-media-controls", "g-media-timeline", "g-media-time"], "behaviors": ["media-player"], "platforms": ["web", "mobile", "desktop"] });
|
|
335
|
+
export const GAudioPlayerShellDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "audio-player-shell", "exportName": "GAudioPlayerShellDirective", "directiveName": "gAudioPlayerShell", "elementName": "g-audio-player-shell", "category": "content", "type": "interactive", "selector": "[data-g-media-player].g-audio-player", "cssSelector": ".g-audio-player", "className": "g-audio-player", "tag": "div", "variants": [], "states": [], "parts": ["g-audio-art", "g-media-controls", "g-media-timeline", "g-media-time"], "behaviors": ["media-player"], "platforms": ["web", "mobile", "desktop"] });
|
|
336
|
+
export const GCodeEditorShellDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "code-editor-shell", "exportName": "GCodeEditorShellDirective", "directiveName": "gCodeEditorShell", "elementName": "g-code-editor-shell", "category": "content", "type": "interactive", "selector": "[data-g-editor-shell].g-code-editor", "cssSelector": ".g-code-editor", "className": "g-code-editor", "tag": "div", "variants": [], "states": [], "parts": ["g-code-editor-body", "g-code-gutter", "g-code-content", "g-editor-status"], "behaviors": ["editor-shell"], "platforms": ["web", "mobile", "desktop"] });
|
|
337
|
+
export const GRichTextEditorCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "rich-text-editor-composition", "exportName": "GRichTextEditorCompositionDirective", "directiveName": "gRichTextEditorComposition", "elementName": "g-rich-text-editor-composition", "category": "content", "type": "interactive", "selector": "[data-g-editor-shell].g-rich-text-editor", "cssSelector": ".g-rich-text-editor", "className": "g-rich-text-editor", "tag": "div", "variants": [], "states": [], "parts": ["g-editor-toolbar", "g-editor-surface", "g-editor-status"], "behaviors": ["editor-shell"], "platforms": ["web", "mobile", "desktop"] });
|
|
338
|
+
export const GMarkdownEditorDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "markdown-editor", "exportName": "GMarkdownEditorDirective", "directiveName": "gMarkdownEditor", "elementName": "g-markdown-editor", "category": "content", "type": "interactive", "selector": "[data-g-editor-shell].g-markdown-editor", "cssSelector": ".g-markdown-editor", "className": "g-markdown-editor", "tag": "div", "variants": [], "states": [], "parts": ["g-markdown-source", "g-markdown-preview", "g-editor-status"], "behaviors": ["editor-shell"], "platforms": ["web", "mobile", "desktop"] });
|
|
339
|
+
export const GBlockEditorDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "block-editor", "exportName": "GBlockEditorDirective", "directiveName": "gBlockEditor", "elementName": "g-block-editor", "category": "content", "type": "interactive", "selector": "[data-g-editor-shell].g-block-editor", "cssSelector": ".g-block-editor", "className": "g-block-editor", "tag": "div", "variants": [], "states": [], "parts": ["g-block", "g-block-handle", "g-block-content"], "behaviors": ["editor-shell"], "platforms": ["web", "mobile", "desktop"] });
|
|
340
|
+
export const GRevisionCompareCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "revision-compare-composition", "exportName": "GRevisionCompareCompositionDirective", "directiveName": "gRevisionCompareComposition", "elementName": "g-revision-compare-composition", "category": "content", "type": "interactive", "selector": "[data-g-revision-compare].g-revision-compare", "cssSelector": ".g-revision-compare", "className": "g-revision-compare", "tag": "div", "variants": [], "states": [], "parts": ["g-revision-toolbar", "g-revision-panels", "g-revision-panel", "g-diff", "g-diff-line"], "behaviors": ["revision-compare"], "platforms": ["web", "mobile", "desktop"] });
|
|
341
|
+
export const GContentAutosaveIndicatorDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "content-autosave-indicator", "exportName": "GContentAutosaveIndicatorDirective", "directiveName": "gContentAutosaveIndicator", "elementName": "g-content-autosave-indicator", "category": "content", "type": "interactive", "selector": "[data-g-autosave].g-autosave-indicator", "cssSelector": ".g-autosave-indicator", "className": "g-autosave-indicator", "tag": "div", "variants": [], "states": ["dirty", "saving", "saved", "error"], "parts": ["g-autosave-dot"], "behaviors": ["autosave"], "platforms": ["web", "mobile", "desktop"] });
|
|
342
|
+
export const GContentOutlineDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "content-outline", "exportName": "GContentOutlineDirective", "directiveName": "gContentOutline", "elementName": "g-content-outline", "category": "content", "type": "css", "selector": ".g-content-outline", "className": "g-content-outline", "tag": "div", "variants": [], "states": [], "parts": ["g-content-outline-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
343
|
+
export const GEditorToolbarCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "editor-toolbar-composition", "exportName": "GEditorToolbarCompositionDirective", "directiveName": "gEditorToolbarComposition", "elementName": "g-editor-toolbar-composition", "category": "content", "type": "interactive", "selector": "[data-g-editor-shell] .g-editor-toolbar", "cssSelector": ".g-editor-toolbar", "className": "g-editor-toolbar", "tag": "div", "variants": [], "states": [], "parts": ["g-editor-toolbar-group", "g-editor-tool"], "behaviors": ["editor-shell"], "platforms": ["web", "mobile", "desktop"] });
|
|
344
|
+
export const GFindReplaceDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "find-replace", "exportName": "GFindReplaceDirective", "directiveName": "gFindReplace", "elementName": "g-find-replace", "category": "content", "type": "css", "selector": ".g-find-replace", "className": "g-find-replace", "tag": "div", "variants": [], "states": [], "parts": ["g-find-replace-row"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
345
|
+
export const GCommentThreadCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "comment-thread-composition", "exportName": "GCommentThreadCompositionDirective", "directiveName": "gCommentThreadComposition", "elementName": "g-comment-thread-composition", "category": "content", "type": "css", "selector": ".g-comment-thread.g-content-comment-thread", "className": "g-comment-thread", "tag": "div", "variants": [], "states": [], "parts": ["g-comment", "g-comment-avatar", "g-comment-body", "g-comment-meta"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
346
|
+
export const GVersionHistoryCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "version-history-composition", "exportName": "GVersionHistoryCompositionDirective", "directiveName": "gVersionHistoryComposition", "elementName": "g-version-history-composition", "category": "content", "type": "css", "selector": ".g-version-history", "className": "g-version-history", "tag": "div", "variants": [], "states": [], "parts": ["g-version-item", "g-version-dot"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
347
|
+
export const GFilePropertiesDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "file-properties", "exportName": "GFilePropertiesDirective", "directiveName": "gFileProperties", "elementName": "g-file-properties", "category": "content", "type": "css", "selector": ".g-file-properties", "className": "g-file-properties", "tag": "div", "variants": [], "states": [], "parts": ["g-file-property"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
348
|
+
export const GStorageMeterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "storage-meter", "exportName": "GStorageMeterDirective", "directiveName": "gStorageMeter", "elementName": "g-storage-meter", "category": "content", "type": "css", "selector": ".g-storage-meter", "className": "g-storage-meter", "tag": "div", "variants": [], "states": [], "parts": ["g-storage-header", "g-storage-track", "g-storage-value", "g-storage-legend"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
349
|
+
export const GAuthCenteredDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "auth-centered", "exportName": "GAuthCenteredDirective", "directiveName": "gAuthCentered", "elementName": "g-auth-centered", "category": "auth", "type": "css", "selector": ".g-auth-centered", "className": "g-auth-centered", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-container", "g-auth-panel", "g-auth-brand-row", "g-auth-header", "g-auth-form", "g-auth-footer"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
350
|
+
export const GAuthSplitDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "auth-split", "exportName": "GAuthSplitDirective", "directiveName": "gAuthSplit", "elementName": "g-auth-split", "category": "auth", "type": "css", "selector": ".g-auth-split", "className": "g-auth-split", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-split-aside", "g-auth-split-main", "g-auth-container", "g-auth-panel"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
351
|
+
export const GSignInCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "sign-in-composition", "exportName": "GSignInCompositionDirective", "directiveName": "gSignInComposition", "elementName": "g-sign-in-composition", "category": "auth", "type": "css", "selector": ".g-sign-in", "className": "g-sign-in", "tag": "div", "variants": [], "states": [], "parts": ["g-sign-in-options", "g-auth-provider-list", "g-auth-divider"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
352
|
+
export const GRegistrationCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "registration-composition", "exportName": "GRegistrationCompositionDirective", "directiveName": "gRegistrationComposition", "elementName": "g-registration-composition", "category": "auth", "type": "css", "selector": ".g-registration", "className": "g-registration", "tag": "div", "variants": [], "states": [], "parts": ["g-registration-terms", "g-password-strength"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
353
|
+
export const GPasswordRecoveryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "password-recovery", "exportName": "GPasswordRecoveryDirective", "directiveName": "gPasswordRecovery", "elementName": "g-password-recovery", "category": "auth", "type": "css", "selector": ".g-password-recovery", "className": "g-password-recovery", "tag": "div", "variants": [], "states": [], "parts": ["g-password-recovery-methods", "g-auth-method"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
354
|
+
export const GPasswordResetDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "password-reset", "exportName": "GPasswordResetDirective", "directiveName": "gPasswordReset", "elementName": "g-password-reset", "category": "auth", "type": "css", "selector": ".g-password-reset", "className": "g-password-reset", "tag": "div", "variants": [], "states": [], "parts": ["g-password-strength", "g-password-rules"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
355
|
+
export const GEmailVerificationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "email-verification", "exportName": "GEmailVerificationDirective", "directiveName": "gEmailVerification", "elementName": "g-email-verification", "category": "auth", "type": "css", "selector": ".g-email-verification", "className": "g-email-verification", "tag": "div", "variants": [], "states": [], "parts": ["g-verification-icon", "g-verification-address", "g-auth-timer"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
356
|
+
export const GPhoneVerificationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "phone-verification", "exportName": "GPhoneVerificationDirective", "directiveName": "gPhoneVerification", "elementName": "g-phone-verification", "category": "auth", "type": "css", "selector": ".g-phone-verification", "className": "g-phone-verification", "tag": "div", "variants": [], "states": [], "parts": ["g-verification-icon", "g-verification-address", "g-otp-input"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
357
|
+
export const GMfaChallengeDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mfa-challenge", "exportName": "GMfaChallengeDirective", "directiveName": "gMfaChallenge", "elementName": "g-mfa-challenge", "category": "auth", "type": "css", "selector": ".g-mfa-challenge", "className": "g-mfa-challenge", "tag": "div", "variants": [], "states": [], "parts": ["g-mfa-methods", "g-otp-input", "g-trusted-device"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
358
|
+
export const GOtpInputDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "otp-input", "exportName": "GOtpInputDirective", "directiveName": "gOtpInput", "elementName": "g-otp-input", "category": "auth", "type": "interactive", "selector": "[data-g-otp-input].g-otp-input", "cssSelector": ".g-otp-input", "className": "g-otp-input", "tag": "div", "variants": [], "states": ["complete", "invalid"], "parts": ["g-otp-cell"], "behaviors": ["otp-input"], "platforms": ["web", "mobile", "desktop"] });
|
|
359
|
+
export const GPasskeyCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "passkey-composition", "exportName": "GPasskeyCompositionDirective", "directiveName": "gPasskeyComposition", "elementName": "g-passkey-composition", "category": "auth", "type": "css", "selector": ".g-passkey", "className": "g-passkey", "tag": "div", "variants": [], "states": [], "parts": ["g-passkey-graphic", "g-passkey-device"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
360
|
+
export const GSsoCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "sso-composition", "exportName": "GSsoCompositionDirective", "directiveName": "gSsoComposition", "elementName": "g-sso-composition", "category": "auth", "type": "css", "selector": ".g-sso", "className": "g-sso", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-provider-list", "g-auth-provider", "g-auth-provider-icon"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
361
|
+
export const GQrLoginDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "qr-login", "exportName": "GQrLoginDirective", "directiveName": "gQrLogin", "elementName": "g-qr-login", "category": "auth", "type": "interactive", "selector": "[data-g-auth-timer].g-qr-login", "cssSelector": ".g-qr-login", "className": "g-qr-login", "tag": "div", "variants": [], "states": [], "parts": ["g-qr-login-layout", "g-qr-code", "g-auth-timer"], "behaviors": ["auth-timer"], "platforms": ["web", "mobile", "desktop"] });
|
|
362
|
+
export const GMagicLinkDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "magic-link", "exportName": "GMagicLinkDirective", "directiveName": "gMagicLink", "elementName": "g-magic-link", "category": "auth", "type": "css", "selector": ".g-magic-link", "className": "g-magic-link", "tag": "div", "variants": [], "states": [], "parts": ["g-verification-icon", "g-verification-address"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
363
|
+
export const GInvitationCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "invitation-composition", "exportName": "GInvitationCompositionDirective", "directiveName": "gInvitationComposition", "elementName": "g-invitation-composition", "category": "auth", "type": "css", "selector": ".g-invitation", "className": "g-invitation", "tag": "div", "variants": [], "states": [], "parts": ["g-invitation-details", "g-invitation-row", "g-invitation-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
364
|
+
export const GFirstTimeSetupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "first-time-setup", "exportName": "GFirstTimeSetupDirective", "directiveName": "gFirstTimeSetup", "elementName": "g-first-time-setup", "category": "auth", "type": "css", "selector": ".g-first-time-setup", "className": "g-first-time-setup", "tag": "div", "variants": [], "states": [], "parts": ["g-profile-setup", "g-password-strength"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
365
|
+
export const GLockScreenDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "lock-screen", "exportName": "GLockScreenDirective", "directiveName": "gLockScreen", "elementName": "g-lock-screen", "category": "auth", "type": "css", "selector": ".g-lock-screen", "className": "g-lock-screen", "tag": "div", "variants": [], "states": [], "parts": ["g-lock-screen-panel", "g-lock-screen-time", "g-auth-user"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
366
|
+
export const GSessionExpiredDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "session-expired", "exportName": "GSessionExpiredDirective", "directiveName": "gSessionExpired", "elementName": "g-session-expired", "category": "auth", "type": "css", "selector": ".g-session-expired", "className": "g-session-expired", "tag": "div", "variants": [], "states": [], "parts": ["g-session-expired-panel", "g-auth-notice"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
367
|
+
export const GAccountChooserDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "account-chooser", "exportName": "GAccountChooserDirective", "directiveName": "gAccountChooser", "elementName": "g-account-chooser", "category": "auth", "type": "interactive", "selector": "[data-g-saved-choice].g-account-chooser", "cssSelector": ".g-account-chooser", "className": "g-account-chooser", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-choice-list", "g-auth-choice", "g-auth-avatar"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
368
|
+
export const GTenantChooserDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tenant-chooser", "exportName": "GTenantChooserDirective", "directiveName": "gTenantChooser", "elementName": "g-tenant-chooser", "category": "auth", "type": "interactive", "selector": "[data-g-saved-choice].g-tenant-chooser", "cssSelector": ".g-tenant-chooser", "className": "g-tenant-chooser", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-choice-list", "g-auth-choice"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
369
|
+
export const GIdentitySwitcherDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "identity-switcher", "exportName": "GIdentitySwitcherDirective", "directiveName": "gIdentitySwitcher", "elementName": "g-identity-switcher", "category": "auth", "type": "interactive", "selector": "[data-g-dropdown].g-identity-switcher", "cssSelector": ".g-identity-switcher", "className": "g-identity-switcher", "tag": "div", "variants": [], "states": [], "parts": ["g-identity-switcher-trigger", "g-identity-switcher-menu", "g-auth-choice"], "behaviors": ["dropdown"], "platforms": ["web", "mobile", "desktop"] });
|
|
370
|
+
export const GProfileSetupDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "profile-setup", "exportName": "GProfileSetupDirective", "directiveName": "gProfileSetup", "elementName": "g-profile-setup", "category": "auth", "type": "css", "selector": ".g-profile-setup", "className": "g-profile-setup", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-avatar", "g-auth-form", "g-auth-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
371
|
+
export const GAccountSecurityDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "account-security", "exportName": "GAccountSecurityDirective", "directiveName": "gAccountSecurity", "elementName": "g-account-security", "category": "auth", "type": "css", "selector": ".g-account-security", "className": "g-account-security", "tag": "div", "variants": [], "states": [], "parts": ["g-security-section", "g-security-section-header"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
372
|
+
export const GDeviceManagementDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "device-management", "exportName": "GDeviceManagementDirective", "directiveName": "gDeviceManagement", "elementName": "g-device-management", "category": "auth", "type": "css", "selector": ".g-device-management", "className": "g-device-management", "tag": "div", "variants": [], "states": [], "parts": ["g-device-item", "g-device-icon", "g-device-main", "g-device-current"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
373
|
+
export const GLoginActivityDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "login-activity", "exportName": "GLoginActivityDirective", "directiveName": "gLoginActivity", "elementName": "g-login-activity", "category": "auth", "type": "css", "selector": ".g-login-activity", "className": "g-login-activity", "tag": "div", "variants": [], "states": [], "parts": ["g-login-event", "g-login-event-icon", "g-login-event-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
374
|
+
export const GSecurityAlertDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "security-alert", "exportName": "GSecurityAlertDirective", "directiveName": "gSecurityAlert", "elementName": "g-security-alert", "category": "auth", "type": "css", "selector": ".g-security-alert", "className": "g-security-alert", "tag": "div", "variants": [], "states": [], "parts": ["g-security-alert-icon", "g-security-alert-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
375
|
+
export const GRecoveryCodesDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "recovery-codes", "exportName": "GRecoveryCodesDirective", "directiveName": "gRecoveryCodes", "elementName": "g-recovery-codes", "category": "auth", "type": "css", "selector": ".g-recovery-codes", "className": "g-recovery-codes", "tag": "div", "variants": [], "states": [], "parts": ["g-recovery-code-grid", "g-recovery-code"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
376
|
+
export const GTrustedDeviceDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "trusted-device", "exportName": "GTrustedDeviceDirective", "directiveName": "gTrustedDevice", "elementName": "g-trusted-device", "category": "auth", "type": "css", "selector": ".g-trusted-device", "className": "g-trusted-device", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
377
|
+
export const GConnectedAccountsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "connected-accounts", "exportName": "GConnectedAccountsDirective", "directiveName": "gConnectedAccounts", "elementName": "g-connected-accounts", "category": "auth", "type": "css", "selector": ".g-connected-accounts", "className": "g-connected-accounts", "tag": "div", "variants": [], "states": [], "parts": ["g-connected-account", "g-connected-account-icon", "g-connected-account-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
378
|
+
export const GPasswordStrengthDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "password-strength", "exportName": "GPasswordStrengthDirective", "directiveName": "gPasswordStrength", "elementName": "g-password-strength", "category": "auth", "type": "interactive", "selector": "[data-g-password-strength].g-password-strength", "cssSelector": ".g-password-strength", "className": "g-password-strength", "tag": "div", "variants": [], "states": [], "parts": ["g-password-strength-header", "g-password-strength-meter", "g-password-strength-value", "g-password-rules", "g-password-rule"], "behaviors": ["password-strength"], "platforms": ["web", "mobile", "desktop"] });
|
|
379
|
+
export const GAuthConsentDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "auth-consent", "exportName": "GAuthConsentDirective", "directiveName": "gAuthConsent", "elementName": "g-auth-consent", "category": "auth", "type": "css", "selector": ".g-auth-consent", "className": "g-auth-consent", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-consent-scopes", "g-auth-consent-scope"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
380
|
+
export const GAuthResultDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "auth-result", "exportName": "GAuthResultDirective", "directiveName": "gAuthResult", "elementName": "g-auth-result", "category": "auth", "type": "css", "selector": ".g-auth-result", "className": "g-auth-result", "tag": "div", "variants": [], "states": ["success", "error", "pending"], "parts": ["g-auth-result-icon", "g-auth-status"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
381
|
+
export const GCommerceProductCardDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-product-card", "exportName": "GCommerceProductCardDirective", "directiveName": "gCommerceProductCard", "elementName": "g-commerce-product-card", "category": "commerce", "type": "css", "selector": ".g-commerce-product-card", "className": "g-commerce-product-card", "tag": "div", "variants": [], "states": [], "parts": ["g-product-media", "g-product-card-badge", "g-product-card-body", "g-product-card-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
382
|
+
export const GCommerceProductListDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-product-list", "exportName": "GCommerceProductListDirective", "directiveName": "gCommerceProductList", "elementName": "g-commerce-product-list", "category": "commerce", "type": "css", "selector": ".g-commerce-product-list", "className": "g-commerce-product-list", "tag": "div", "variants": [], "states": [], "parts": ["g-product-list-item", "g-product-list-media", "g-product-list-main", "g-product-list-action"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
383
|
+
export const GCommerceProductDetailDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-product-detail", "exportName": "GCommerceProductDetailDirective", "directiveName": "gCommerceProductDetail", "elementName": "g-commerce-product-detail", "category": "commerce", "type": "css", "selector": ".g-commerce-product-detail", "className": "g-commerce-product-detail", "tag": "div", "variants": [], "states": [], "parts": ["g-product-detail-summary", "g-product-detail-title", "g-product-vendor", "g-product-sku"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
384
|
+
export const GCommerceProductGalleryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-product-gallery", "exportName": "GCommerceProductGalleryDirective", "directiveName": "gCommerceProductGallery", "elementName": "g-commerce-product-gallery", "category": "commerce", "type": "interactive", "selector": "[data-g-carousel].g-commerce-product-gallery", "cssSelector": ".g-commerce-product-gallery", "className": "g-commerce-product-gallery", "tag": "div", "variants": [], "states": [], "parts": ["g-product-gallery-thumbs", "g-product-gallery-thumb", "g-product-gallery-stage"], "behaviors": ["carousel"], "platforms": ["web", "mobile", "desktop"] });
|
|
385
|
+
export const GSkuSelectorDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "sku-selector", "exportName": "GSkuSelectorDirective", "directiveName": "gSkuSelector", "elementName": "g-sku-selector", "category": "commerce", "type": "interactive", "selector": "[data-g-sku-selector].g-sku-selector", "cssSelector": ".g-sku-selector", "className": "g-sku-selector", "tag": "div", "variants": [], "states": ["incomplete", "complete", "disabled"], "parts": ["g-sku-group", "g-sku-options", "g-sku-option", "g-sku-selection"], "behaviors": ["sku-selector"], "platforms": ["web", "mobile", "desktop"] });
|
|
386
|
+
export const GCommerceQuantityStepperDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-quantity-stepper", "exportName": "GCommerceQuantityStepperDirective", "directiveName": "gCommerceQuantityStepper", "elementName": "g-commerce-quantity-stepper", "category": "commerce", "type": "interactive", "selector": "[data-g-quantity-stepper].g-quantity-stepper", "cssSelector": ".g-quantity-stepper", "className": "g-quantity-stepper", "tag": "div", "variants": [], "states": [], "parts": ["g-quantity-button", "g-quantity-input"], "behaviors": ["quantity-stepper"], "platforms": ["web", "mobile", "desktop"] });
|
|
387
|
+
export const GPriceDisplayDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "price-display", "exportName": "GPriceDisplayDirective", "directiveName": "gPriceDisplay", "elementName": "g-price-display", "category": "commerce", "type": "css", "selector": ".g-price-display", "className": "g-price-display", "tag": "div", "variants": [], "states": [], "parts": ["g-price-current", "g-price-original", "g-price-discount", "g-price-note"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
388
|
+
export const GCommerceCartItemDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-cart-item", "exportName": "GCommerceCartItemDirective", "directiveName": "gCommerceCartItem", "elementName": "g-commerce-cart-item", "category": "commerce", "type": "css", "selector": ".g-commerce-cart-item", "className": "g-commerce-cart-item", "tag": "div", "variants": [], "states": [], "parts": ["g-cart-item-media", "g-cart-item-main", "g-cart-item-side", "g-cart-item-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
389
|
+
export const GCommerceCartDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-cart", "exportName": "GCommerceCartDirective", "directiveName": "gCommerceCart", "elementName": "g-commerce-cart", "category": "commerce", "type": "interactive", "selector": "[data-g-cart].g-cart", "cssSelector": ".g-cart", "className": "g-cart", "tag": "div", "variants": [], "states": ["default", "empty"], "parts": ["g-commerce-cart-item", "g-cart-empty"], "behaviors": ["cart"], "platforms": ["web", "mobile", "desktop"] });
|
|
390
|
+
export const GMiniCartDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mini-cart", "exportName": "GMiniCartDirective", "directiveName": "gMiniCart", "elementName": "g-mini-cart", "category": "commerce", "type": "interactive", "selector": "[data-g-dropdown].g-mini-cart", "cssSelector": ".g-mini-cart", "className": "g-mini-cart", "tag": "div", "variants": [], "states": [], "parts": ["g-mini-cart-list", "g-mini-cart-item", "g-mini-cart-footer"], "behaviors": ["dropdown"], "platforms": ["web", "mobile", "desktop"] });
|
|
391
|
+
export const GCartSummaryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "cart-summary", "exportName": "GCartSummaryDirective", "directiveName": "gCartSummary", "elementName": "g-cart-summary", "category": "commerce", "type": "css", "selector": ".g-cart-summary", "className": "g-cart-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-cart-summary-row", "g-cart-summary-total"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
392
|
+
export const GCommerceCheckoutDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-checkout", "exportName": "GCommerceCheckoutDirective", "directiveName": "gCommerceCheckout", "elementName": "g-commerce-checkout", "category": "commerce", "type": "css", "selector": ".g-commerce-checkout", "className": "g-commerce-checkout", "tag": "div", "variants": [], "states": [], "parts": ["g-checkout-main", "g-checkout-section", "g-checkout-sidebar", "g-checkout-mobile-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
393
|
+
export const GCommerceCheckoutStepsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-checkout-steps", "exportName": "GCommerceCheckoutStepsDirective", "directiveName": "gCommerceCheckoutSteps", "elementName": "g-commerce-checkout-steps", "category": "commerce", "type": "css", "selector": ".g-checkout-steps", "className": "g-checkout-steps", "tag": "div", "variants": [], "states": [], "parts": ["g-checkout-step", "g-checkout-step-marker"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
394
|
+
export const GAddressSelectorDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "address-selector", "exportName": "GAddressSelectorDirective", "directiveName": "gAddressSelector", "elementName": "g-address-selector", "category": "commerce", "type": "interactive", "selector": "[data-g-saved-choice].g-address-selector", "cssSelector": ".g-address-selector", "className": "g-address-selector", "tag": "div", "variants": [], "states": [], "parts": ["g-address-card", "g-address-main", "g-address-meta"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
395
|
+
export const GAddressCardDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "address-card", "exportName": "GAddressCardDirective", "directiveName": "gAddressCard", "elementName": "g-address-card", "category": "commerce", "type": "css", "selector": ".g-address-card", "className": "g-address-card", "tag": "div", "variants": [], "states": [], "parts": ["g-address-main", "g-address-meta"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
396
|
+
export const GShippingMethodDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "shipping-method", "exportName": "GShippingMethodDirective", "directiveName": "gShippingMethod", "elementName": "g-shipping-method", "category": "commerce", "type": "interactive", "selector": "[data-g-saved-choice].g-shipping-method", "cssSelector": ".g-shipping-method", "className": "g-shipping-method", "tag": "div", "variants": [], "states": [], "parts": ["g-shipping-option", "g-shipping-main", "g-shipping-price"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
397
|
+
export const GPickupSelectorDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "pickup-selector", "exportName": "GPickupSelectorDirective", "directiveName": "gPickupSelector", "elementName": "g-pickup-selector", "category": "commerce", "type": "interactive", "selector": "[data-g-saved-choice].g-pickup-selector", "cssSelector": ".g-pickup-selector", "className": "g-pickup-selector", "tag": "div", "variants": [], "states": [], "parts": ["g-pickup-option", "g-pickup-main", "g-pickup-meta"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
398
|
+
export const GCouponDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "coupon", "exportName": "GCouponDirective", "directiveName": "gCoupon", "elementName": "g-coupon", "category": "commerce", "type": "interactive", "selector": "[data-g-coupon].g-coupon", "cssSelector": ".g-coupon", "className": "g-coupon", "tag": "div", "variants": [], "states": ["idle", "applied", "invalid"], "parts": ["g-coupon-row", "g-coupon-status"], "behaviors": ["coupon"], "platforms": ["web", "mobile", "desktop"] });
|
|
399
|
+
export const GPromotionListDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "promotion-list", "exportName": "GPromotionListDirective", "directiveName": "gPromotionList", "elementName": "g-promotion-list", "category": "commerce", "type": "css", "selector": ".g-promotion-list", "className": "g-promotion-list", "tag": "div", "variants": [], "states": [], "parts": ["g-promotion-item", "g-promotion-code"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
400
|
+
export const GInvoiceInformationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "invoice-information", "exportName": "GInvoiceInformationDirective", "directiveName": "gInvoiceInformation", "elementName": "g-invoice-information", "category": "commerce", "type": "css", "selector": ".g-invoice-information", "className": "g-invoice-information", "tag": "div", "variants": [], "states": [], "parts": ["g-invoice-type", "g-invoice-fields"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
401
|
+
export const GPaymentMethodDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "payment-method", "exportName": "GPaymentMethodDirective", "directiveName": "gPaymentMethod", "elementName": "g-payment-method", "category": "commerce", "type": "interactive", "selector": "[data-g-saved-choice].g-payment-method", "cssSelector": ".g-payment-method", "className": "g-payment-method", "tag": "div", "variants": [], "states": [], "parts": ["g-payment-option", "g-payment-brand", "g-payment-main"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
402
|
+
export const GPaymentSheetDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "payment-sheet", "exportName": "GPaymentSheetDirective", "directiveName": "gPaymentSheet", "elementName": "g-payment-sheet", "category": "commerce", "type": "css", "selector": ".g-payment-sheet", "className": "g-payment-sheet", "tag": "div", "variants": [], "states": [], "parts": ["g-payment-sheet-total"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
403
|
+
export const GPaymentResultDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "payment-result", "exportName": "GPaymentResultDirective", "directiveName": "gPaymentResult", "elementName": "g-payment-result", "category": "commerce", "type": "css", "selector": ".g-payment-result", "className": "g-payment-result", "tag": "div", "variants": [], "states": ["success", "error", "pending"], "parts": ["g-payment-result-icon", "g-payment-result-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
404
|
+
export const GCommerceOrderSummaryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-order-summary", "exportName": "GCommerceOrderSummaryDirective", "directiveName": "gCommerceOrderSummary", "elementName": "g-commerce-order-summary", "category": "commerce", "type": "css", "selector": ".g-commerce-order-summary", "className": "g-commerce-order-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-order-summary-row", "g-order-summary-total"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
405
|
+
export const GCommerceOrderTimelineDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-order-timeline", "exportName": "GCommerceOrderTimelineDirective", "directiveName": "gCommerceOrderTimeline", "elementName": "g-commerce-order-timeline", "category": "commerce", "type": "css", "selector": ".g-commerce-order-timeline", "className": "g-commerce-order-timeline", "tag": "div", "variants": [], "states": [], "parts": ["g-order-timeline-item", "g-order-timeline-dot", "g-order-timeline-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
406
|
+
export const GOrderDetailDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "order-detail", "exportName": "GOrderDetailDirective", "directiveName": "gOrderDetail", "elementName": "g-order-detail", "category": "commerce", "type": "css", "selector": ".g-order-detail", "className": "g-order-detail", "tag": "div", "variants": [], "states": [], "parts": ["g-order-detail-header", "g-order-detail-section"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
407
|
+
export const GSubscriptionPlanDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "subscription-plan", "exportName": "GSubscriptionPlanDirective", "directiveName": "gSubscriptionPlan", "elementName": "g-subscription-plan", "category": "commerce", "type": "css", "selector": ".g-subscription-plan", "className": "g-subscription-plan", "tag": "div", "variants": [], "states": [], "parts": ["g-plan-price", "g-plan-price-value", "g-plan-features"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
408
|
+
export const GPricingComparisonDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "pricing-comparison", "exportName": "GPricingComparisonDirective", "directiveName": "gPricingComparison", "elementName": "g-pricing-comparison", "category": "commerce", "type": "css", "selector": ".g-pricing-comparison", "className": "g-pricing-comparison", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
409
|
+
export const GCommerceUsageMeterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-usage-meter", "exportName": "GCommerceUsageMeterDirective", "directiveName": "gCommerceUsageMeter", "elementName": "g-commerce-usage-meter", "category": "commerce", "type": "css", "selector": ".g-commerce-usage-meter", "className": "g-commerce-usage-meter", "tag": "div", "variants": [], "states": ["default", "warning", "danger"], "parts": ["g-usage-meter-header", "g-usage-meter-track", "g-usage-meter-value"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
410
|
+
export const GBillingHistoryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "billing-history", "exportName": "GBillingHistoryDirective", "directiveName": "gBillingHistory", "elementName": "g-billing-history", "category": "commerce", "type": "css", "selector": ".g-billing-history", "className": "g-billing-history", "tag": "div", "variants": [], "states": [], "parts": ["g-billing-history-header", "g-billing-history-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
411
|
+
export const GRefundStatusDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "refund-status", "exportName": "GRefundStatusDirective", "directiveName": "gRefundStatus", "elementName": "g-refund-status", "category": "commerce", "type": "css", "selector": ".g-refund-status", "className": "g-refund-status", "tag": "div", "variants": [], "states": [], "parts": ["g-refund-status-header", "g-refund-status-progress", "g-refund-status-step"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
412
|
+
export const GTaxSummaryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tax-summary", "exportName": "GTaxSummaryDirective", "directiveName": "gTaxSummary", "elementName": "g-tax-summary", "category": "commerce", "type": "css", "selector": ".g-tax-summary", "className": "g-tax-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-tax-summary-row"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
413
|
+
export const GMobileSafeShellDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-safe-shell", "exportName": "GMobileSafeShellDirective", "directiveName": "gMobileSafeShell", "elementName": "g-mobile-safe-shell", "category": "mobile", "type": "css", "selector": ".g-mobile-safe-shell", "className": "g-mobile-safe-shell", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-safe-content"], "behaviors": [], "platforms": ["mobile", "pwa", "desktop-webview"] });
|
|
414
|
+
export const GMobileAppBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-app-bar", "exportName": "GMobileAppBarDirective", "directiveName": "gMobileAppBar", "elementName": "g-mobile-app-bar", "category": "mobile", "type": "css", "selector": ".g-mobile-app-bar", "className": "g-mobile-app-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-app-bar-start", "g-mobile-app-bar-title", "g-mobile-app-bar-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
415
|
+
export const GMobileBottomNavigationDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-bottom-navigation", "exportName": "GMobileBottomNavigationDirective", "directiveName": "gMobileBottomNavigation", "elementName": "g-mobile-bottom-navigation", "category": "mobile", "type": "css", "selector": ".g-mobile-bottom-navigation", "className": "g-mobile-bottom-navigation", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-bottom-navigation-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
416
|
+
export const GMobileBottomSheetDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-bottom-sheet", "exportName": "GMobileBottomSheetDirective", "directiveName": "gMobileBottomSheet", "elementName": "g-mobile-bottom-sheet", "category": "mobile", "type": "interactive", "selector": "[data-g-mobile-sheet].g-mobile-bottom-sheet", "cssSelector": ".g-mobile-bottom-sheet", "className": "g-mobile-bottom-sheet", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-sheet-panel", "g-mobile-sheet-handle", "g-mobile-sheet-header", "g-mobile-sheet-footer"], "behaviors": ["mobile-sheet"], "platforms": ["web", "mobile", "desktop"] });
|
|
417
|
+
export const GMobileActionSheetDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-action-sheet", "exportName": "GMobileActionSheetDirective", "directiveName": "gMobileActionSheet", "elementName": "g-mobile-action-sheet", "category": "mobile", "type": "interactive", "selector": "[data-g-mobile-sheet].g-mobile-action-sheet", "cssSelector": ".g-mobile-action-sheet", "className": "g-mobile-action-sheet", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-action-list", "g-mobile-action-item"], "behaviors": ["mobile-sheet"], "platforms": ["web", "mobile", "desktop"] });
|
|
418
|
+
export const GMobilePullRefreshDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-pull-refresh", "exportName": "GMobilePullRefreshDirective", "directiveName": "gMobilePullRefresh", "elementName": "g-mobile-pull-refresh", "category": "mobile", "type": "interactive", "selector": "[data-g-pull-refresh].g-mobile-pull-refresh", "cssSelector": ".g-mobile-pull-refresh", "className": "g-mobile-pull-refresh", "tag": "div", "variants": [], "states": ["pulling", "refreshing"], "parts": ["g-mobile-pull-refresh-indicator", "g-mobile-pull-refresh-content"], "behaviors": ["pull-refresh"], "platforms": ["web", "mobile", "desktop"] });
|
|
419
|
+
export const GMobileInfiniteLoadDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-infinite-load", "exportName": "GMobileInfiniteLoadDirective", "directiveName": "gMobileInfiniteLoad", "elementName": "g-mobile-infinite-load", "category": "mobile", "type": "interactive", "selector": "[data-g-infinite-load].g-mobile-infinite-load", "cssSelector": ".g-mobile-infinite-load", "className": "g-mobile-infinite-load", "tag": "div", "variants": [], "states": ["loading", "done"], "parts": [], "behaviors": ["infinite-load"], "platforms": ["web", "mobile", "desktop"] });
|
|
420
|
+
export const GMobileSwipeActionsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-swipe-actions", "exportName": "GMobileSwipeActionsDirective", "directiveName": "gMobileSwipeActions", "elementName": "g-mobile-swipe-actions", "category": "mobile", "type": "interactive", "selector": "[data-g-swipe-actions].g-mobile-swipe-actions", "cssSelector": ".g-mobile-swipe-actions", "className": "g-mobile-swipe-actions", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-swipe-actions-track", "g-mobile-swipe-actions-main", "g-mobile-swipe-actions-buttons", "g-mobile-swipe-action"], "behaviors": ["swipe-actions"], "platforms": ["web", "mobile", "desktop"] });
|
|
421
|
+
export const GMobileSwipeTabsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-swipe-tabs", "exportName": "GMobileSwipeTabsDirective", "directiveName": "gMobileSwipeTabs", "elementName": "g-mobile-swipe-tabs", "category": "mobile", "type": "interactive", "selector": "[data-g-tabs].g-mobile-swipe-tabs", "cssSelector": ".g-mobile-swipe-tabs", "className": "g-mobile-swipe-tabs", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-swipe-tab"], "behaviors": ["tabs"], "platforms": ["web", "mobile", "desktop"] });
|
|
422
|
+
export const GMobileCategoryViewDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-category-view", "exportName": "GMobileCategoryViewDirective", "directiveName": "gMobileCategoryView", "elementName": "g-mobile-category-view", "category": "mobile", "type": "css", "selector": ".g-mobile-category-view", "className": "g-mobile-category-view", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-category-rail", "g-mobile-category-link", "g-mobile-category-content", "g-mobile-category-grid", "g-mobile-category-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
423
|
+
export const GMobileFilterSheetDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-filter-sheet", "exportName": "GMobileFilterSheetDirective", "directiveName": "gMobileFilterSheet", "elementName": "g-mobile-filter-sheet", "category": "mobile", "type": "interactive", "selector": "[data-g-mobile-sheet].g-mobile-filter-sheet", "cssSelector": ".g-mobile-filter-sheet", "className": "g-mobile-filter-sheet", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-sheet-panel", "g-mobile-sheet-footer"], "behaviors": ["mobile-sheet"], "platforms": ["web", "mobile", "desktop"] });
|
|
424
|
+
export const GMobilePurchaseBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-purchase-bar", "exportName": "GMobilePurchaseBarDirective", "directiveName": "gMobilePurchaseBar", "elementName": "g-mobile-purchase-bar", "category": "mobile", "type": "css", "selector": ".g-mobile-purchase-bar", "className": "g-mobile-purchase-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-purchase-main", "g-mobile-purchase-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
425
|
+
export const GMobileSearchDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-search", "exportName": "GMobileSearchDirective", "directiveName": "gMobileSearch", "elementName": "g-mobile-search", "category": "mobile", "type": "interactive", "selector": "[data-g-clear-input].g-mobile-search", "cssSelector": ".g-mobile-search", "className": "g-mobile-search", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-search-field", "g-mobile-search-icon"], "behaviors": ["clear-input"], "platforms": ["web", "mobile", "desktop"] });
|
|
426
|
+
export const GMobilePickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-picker", "exportName": "GMobilePickerDirective", "directiveName": "gMobilePicker", "elementName": "g-mobile-picker", "category": "mobile", "type": "interactive", "selector": "[data-g-saved-choice].g-mobile-picker", "cssSelector": ".g-mobile-picker", "className": "g-mobile-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-picker-grid", "g-mobile-picker-option"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
427
|
+
export const GMobileWheelPickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-wheel-picker", "exportName": "GMobileWheelPickerDirective", "directiveName": "gMobileWheelPicker", "elementName": "g-mobile-wheel-picker", "category": "mobile", "type": "interactive", "selector": "[data-g-wheel-picker].g-mobile-wheel-picker", "cssSelector": ".g-mobile-wheel-picker", "className": "g-mobile-wheel-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-wheel-column", "g-mobile-wheel-option"], "behaviors": ["wheel-picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
428
|
+
export const GMobileFabDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-fab", "exportName": "GMobileFabDirective", "directiveName": "gMobileFab", "elementName": "g-mobile-fab", "category": "mobile", "type": "css", "selector": ".g-mobile-fab", "className": "g-mobile-fab", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
429
|
+
export const GMobileFullscreenDialogDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-fullscreen-dialog", "exportName": "GMobileFullscreenDialogDirective", "directiveName": "gMobileFullscreenDialog", "elementName": "g-mobile-fullscreen-dialog", "category": "mobile", "type": "interactive", "selector": "[data-g-dialog].g-mobile-fullscreen-dialog", "cssSelector": ".g-mobile-fullscreen-dialog", "className": "g-mobile-fullscreen-dialog", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["dialog"], "platforms": ["web", "mobile", "desktop"] });
|
|
430
|
+
export const GMobileKeyboardAvoidanceDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-keyboard-avoidance", "exportName": "GMobileKeyboardAvoidanceDirective", "directiveName": "gMobileKeyboardAvoidance", "elementName": "g-mobile-keyboard-avoidance", "category": "mobile", "type": "css", "selector": ".g-mobile-keyboard-avoidance", "className": "g-mobile-keyboard-avoidance", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
431
|
+
export const GMobileGestureHintDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-gesture-hint", "exportName": "GMobileGestureHintDirective", "directiveName": "gMobileGestureHint", "elementName": "g-mobile-gesture-hint", "category": "mobile", "type": "css", "selector": ".g-mobile-gesture-hint", "className": "g-mobile-gesture-hint", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-gesture-hint-line"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
432
|
+
export const GMobileOfflineBannerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-offline-banner", "exportName": "GMobileOfflineBannerDirective", "directiveName": "gMobileOfflineBanner", "elementName": "g-mobile-offline-banner", "category": "mobile", "type": "css", "selector": ".g-mobile-offline-banner", "className": "g-mobile-offline-banner", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
433
|
+
export const GMobileSegmentedControlDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-segmented-control", "exportName": "GMobileSegmentedControlDirective", "directiveName": "gMobileSegmentedControl", "elementName": "g-mobile-segmented-control", "category": "mobile", "type": "interactive", "selector": "[data-g-saved-choice].g-mobile-segmented-control", "cssSelector": ".g-mobile-segmented-control", "className": "g-mobile-segmented-control", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-segmented-item"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
434
|
+
export const GMobileFeedDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-feed", "exportName": "GMobileFeedDirective", "directiveName": "gMobileFeed", "elementName": "g-mobile-feed", "category": "mobile", "type": "css", "selector": ".g-mobile-feed", "className": "g-mobile-feed", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-feed-item", "g-mobile-feed-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
435
|
+
export const GMobileCardCarouselDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-card-carousel", "exportName": "GMobileCardCarouselDirective", "directiveName": "gMobileCardCarousel", "elementName": "g-mobile-card-carousel", "category": "mobile", "type": "interactive", "selector": "[data-g-carousel].g-mobile-card-carousel", "cssSelector": ".g-mobile-card-carousel", "className": "g-mobile-card-carousel", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["carousel"], "platforms": ["web", "mobile", "desktop"] });
|
|
436
|
+
export const GMobileFormDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-form", "exportName": "GMobileFormDirective", "directiveName": "gMobileForm", "elementName": "g-mobile-form", "category": "mobile", "type": "css", "selector": ".g-mobile-form", "className": "g-mobile-form", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-form-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
437
|
+
export const GMobileAuthDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-auth", "exportName": "GMobileAuthDirective", "directiveName": "gMobileAuth", "elementName": "g-mobile-auth", "category": "mobile", "type": "interactive", "selector": "[data-g-password-toggle].g-mobile-auth", "cssSelector": ".g-mobile-auth", "className": "g-mobile-auth", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-auth-actions"], "behaviors": ["password-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
438
|
+
export const GMobileCheckoutDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-checkout", "exportName": "GMobileCheckoutDirective", "directiveName": "gMobileCheckout", "elementName": "g-mobile-checkout", "category": "mobile", "type": "css", "selector": ".g-mobile-checkout", "className": "g-mobile-checkout", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-checkout-actions", "g-mobile-checkout-summary"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
439
|
+
export const GMobileMediaViewerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-media-viewer", "exportName": "GMobileMediaViewerDirective", "directiveName": "gMobileMediaViewer", "elementName": "g-mobile-media-viewer", "category": "mobile", "type": "interactive", "selector": "[data-g-dialog].g-mobile-media-viewer", "cssSelector": ".g-mobile-media-viewer", "className": "g-mobile-media-viewer", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-media-viewer-stage", "g-mobile-media-viewer-tools"], "behaviors": ["dialog"], "platforms": ["web", "mobile", "desktop"] });
|
|
440
|
+
export const GMobileKeyboardToolbarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-keyboard-toolbar", "exportName": "GMobileKeyboardToolbarDirective", "directiveName": "gMobileKeyboardToolbar", "elementName": "g-mobile-keyboard-toolbar", "category": "mobile", "type": "css", "selector": ".g-mobile-keyboard-toolbar", "className": "g-mobile-keyboard-toolbar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
441
|
+
export const GMobileSelectionModeDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-selection-mode", "exportName": "GMobileSelectionModeDirective", "directiveName": "gMobileSelectionMode", "elementName": "g-mobile-selection-mode", "category": "mobile", "type": "interactive", "selector": "[data-g-row-select].g-mobile-selection-mode", "cssSelector": ".g-mobile-selection-mode", "className": "g-mobile-selection-mode", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-selection-main", "g-mobile-selection-actions"], "behaviors": ["row-select"], "platforms": ["web", "mobile", "desktop"] });
|
|
442
|
+
export const GMobileSnackbarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-snackbar", "exportName": "GMobileSnackbarDirective", "directiveName": "gMobileSnackbar", "elementName": "g-mobile-snackbar", "category": "mobile", "type": "interactive", "selector": "[data-g-toast].g-mobile-snackbar", "cssSelector": ".g-mobile-snackbar", "className": "g-mobile-snackbar", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-snackbar-main"], "behaviors": ["toast"], "platforms": ["web", "mobile", "desktop"] });
|
|
443
|
+
export const GMobilePermissionPromptDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-permission-prompt", "exportName": "GMobilePermissionPromptDirective", "directiveName": "gMobilePermissionPrompt", "elementName": "g-mobile-permission-prompt", "category": "mobile", "type": "css", "selector": ".g-mobile-permission-prompt", "className": "g-mobile-permission-prompt", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-permission-icon", "g-mobile-permission-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
444
|
+
export const GMobileStateDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-state", "exportName": "GMobileStateDirective", "directiveName": "gMobileState", "elementName": "g-mobile-state", "category": "mobile", "type": "css", "selector": ".g-mobile-state", "className": "g-mobile-state", "tag": "div", "variants": [], "states": ["empty", "error", "offline", "success"], "parts": ["g-mobile-state-icon", "g-mobile-state-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
445
|
+
export const GDesktopNativeTitlebarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-native-titlebar", "exportName": "GDesktopNativeTitlebarDirective", "directiveName": "gDesktopNativeTitlebar", "elementName": "g-desktop-native-titlebar", "category": "desktop", "type": "interactive", "selector": ".g-native-titlebar", "className": "g-native-titlebar", "tag": "div", "variants": [], "states": [], "parts": ["g-native-titlebar-start", "g-native-titlebar-title", "g-native-titlebar-end"], "behaviors": [], "platforms": ["tauri", "electron"] });
|
|
446
|
+
export const GDesktopWindowControlsCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-window-controls-composition", "exportName": "GDesktopWindowControlsCompositionDirective", "directiveName": "gDesktopWindowControlsComposition", "elementName": "g-desktop-window-controls-composition", "category": "desktop", "type": "interactive", "selector": ".g-desktop-window-controls", "className": "g-desktop-window-controls", "tag": "div", "variants": [], "states": ["minimize", "maximize", "restore", "close"], "parts": ["g-desktop-window-button"], "behaviors": [], "platforms": ["tauri", "electron"] });
|
|
447
|
+
export const GDesktopMenubarCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-menubar-composition", "exportName": "GDesktopMenubarCompositionDirective", "directiveName": "gDesktopMenubarComposition", "elementName": "g-desktop-menubar-composition", "category": "desktop", "type": "interactive", "selector": "[data-g-roving-nav].g-desktop-menubar", "cssSelector": ".g-desktop-menubar", "className": "g-desktop-menubar", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-menubar-item"], "behaviors": ["roving-nav"], "platforms": ["web", "mobile", "desktop"] });
|
|
448
|
+
export const GDesktopActivityBarCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-activity-bar-composition", "exportName": "GDesktopActivityBarCompositionDirective", "directiveName": "gDesktopActivityBarComposition", "elementName": "g-desktop-activity-bar-composition", "category": "desktop", "type": "interactive", "selector": "[data-g-roving-nav].g-desktop-activity-bar", "cssSelector": ".g-desktop-activity-bar", "className": "g-desktop-activity-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-activity-item"], "behaviors": ["roving-nav"], "platforms": ["web", "mobile", "desktop"] });
|
|
449
|
+
export const GDesktopDockPanelDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-dock-panel", "exportName": "GDesktopDockPanelDirective", "directiveName": "gDesktopDockPanel", "elementName": "g-desktop-dock-panel", "category": "desktop", "type": "interactive", "selector": ".g-desktop-dock-panel", "className": "g-desktop-dock-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-panel-header", "g-desktop-panel-body"], "behaviors": ["nav-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
450
|
+
export const GDesktopSplitPaneDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-split-pane", "exportName": "GDesktopSplitPaneDirective", "directiveName": "gDesktopSplitPane", "elementName": "g-desktop-split-pane", "category": "desktop", "type": "interactive", "selector": "[data-g-split-pane].g-desktop-split-pane", "cssSelector": ".g-desktop-split-pane", "className": "g-desktop-split-pane", "tag": "div", "variants": [], "states": [], "parts": ["g-split-panel", "g-split-handle"], "behaviors": ["split-pane"], "platforms": ["web", "mobile", "desktop"] });
|
|
451
|
+
export const GDesktopInspectorPanelDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-inspector-panel", "exportName": "GDesktopInspectorPanelDirective", "directiveName": "gDesktopInspectorPanel", "elementName": "g-desktop-inspector-panel", "category": "desktop", "type": "interactive", "selector": ".g-desktop-inspector-panel", "className": "g-desktop-inspector-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-panel-header", "g-desktop-panel-body"], "behaviors": ["nav-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
452
|
+
export const GDesktopStatusBarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-status-bar", "exportName": "GDesktopStatusBarDirective", "directiveName": "gDesktopStatusBar", "elementName": "g-desktop-status-bar", "category": "desktop", "type": "css", "selector": ".g-desktop-status-bar", "className": "g-desktop-status-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-status-group", "g-desktop-status-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
453
|
+
export const GDesktopCommandPaletteDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-command-palette", "exportName": "GDesktopCommandPaletteDirective", "directiveName": "gDesktopCommandPalette", "elementName": "g-desktop-command-palette", "category": "desktop", "type": "interactive", "selector": "[data-g-command-palette].g-desktop-command-palette", "cssSelector": ".g-desktop-command-palette", "className": "g-desktop-command-palette", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["command-palette"], "platforms": ["web", "mobile", "desktop"] });
|
|
454
|
+
export const GShortcutRecorderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "shortcut-recorder", "exportName": "GShortcutRecorderDirective", "directiveName": "gShortcutRecorder", "elementName": "g-shortcut-recorder", "category": "desktop", "type": "interactive", "selector": "[data-g-shortcut-recorder].g-shortcut-recorder", "cssSelector": ".g-shortcut-recorder", "className": "g-shortcut-recorder", "tag": "div", "variants": [], "states": [], "parts": ["g-shortcut-recorder-control", "g-shortcut-recorder-keys", "g-shortcut-recorder-status"], "behaviors": ["shortcut-recorder"], "platforms": ["web", "mobile", "desktop"] });
|
|
455
|
+
export const GDesktopContextMenuDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-context-menu", "exportName": "GDesktopContextMenuDirective", "directiveName": "gDesktopContextMenu", "elementName": "g-desktop-context-menu", "category": "desktop", "type": "interactive", "selector": "[data-g-context-menu] .g-desktop-context-menu", "cssSelector": ".g-desktop-context-menu", "className": "g-desktop-context-menu", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-menu-item", "g-desktop-menu-separator"], "behaviors": ["context-menu"], "platforms": ["web", "mobile", "desktop"] });
|
|
456
|
+
export const GDesktopDocumentTabsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-document-tabs", "exportName": "GDesktopDocumentTabsDirective", "directiveName": "gDesktopDocumentTabs", "elementName": "g-desktop-document-tabs", "category": "desktop", "type": "interactive", "selector": "[data-g-desktop-tabs].g-desktop-document-tabs", "cssSelector": ".g-desktop-document-tabs", "className": "g-desktop-document-tabs", "tag": "div", "variants": [], "states": ["active", "dirty", "pinned"], "parts": ["g-desktop-document-tab", "g-desktop-document-tab-close"], "behaviors": ["desktop-tabs"], "platforms": ["web", "mobile", "desktop"] });
|
|
457
|
+
export const GDesktopDragRegionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-drag-region", "exportName": "GDesktopDragRegionDirective", "directiveName": "gDesktopDragRegion", "elementName": "g-desktop-drag-region", "category": "desktop", "type": "interactive", "selector": ".g-desktop-drag-region", "className": "g-desktop-drag-region", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-no-drag"], "behaviors": [], "platforms": ["tauri", "electron"] });
|
|
458
|
+
export const GWindowLoadingDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "window-loading", "exportName": "GWindowLoadingDirective", "directiveName": "gWindowLoading", "elementName": "g-window-loading", "category": "desktop", "type": "css", "selector": ".g-window-loading", "className": "g-window-loading", "tag": "div", "variants": [], "states": [], "parts": ["g-window-loading-icon", "g-window-loading-progress"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
459
|
+
export const GUpdateAvailableDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "update-available", "exportName": "GUpdateAvailableDirective", "directiveName": "gUpdateAvailable", "elementName": "g-update-available", "category": "desktop", "type": "css", "selector": ".g-update-available", "className": "g-update-available", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-notice-main", "g-desktop-notice-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
460
|
+
export const GDesktopPermissionRequestDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-permission-request", "exportName": "GDesktopPermissionRequestDirective", "directiveName": "gDesktopPermissionRequest", "elementName": "g-desktop-permission-request", "category": "desktop", "type": "css", "selector": ".g-desktop-permission-request", "className": "g-desktop-permission-request", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-notice-icon", "g-desktop-notice-main", "g-desktop-notice-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
461
|
+
export const GNativeFilePickerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "native-file-picker", "exportName": "GNativeFilePickerDirective", "directiveName": "gNativeFilePicker", "elementName": "g-native-file-picker", "category": "desktop", "type": "interactive", "selector": "[data-g-native-file-picker].g-native-file-picker", "cssSelector": ".g-native-file-picker", "className": "g-native-file-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-native-file-picker-value"], "behaviors": ["native-file-picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
462
|
+
export const GTrayMenuShellDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "tray-menu-shell", "exportName": "GTrayMenuShellDirective", "directiveName": "gTrayMenuShell", "elementName": "g-tray-menu-shell", "category": "desktop", "type": "interactive", "selector": "[data-g-dropdown] .g-tray-menu", "cssSelector": ".g-tray-menu", "className": "g-tray-menu", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["dropdown"], "platforms": ["web", "mobile", "desktop"] });
|
|
463
|
+
export const GMultiWindowPlaceholderDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "multi-window-placeholder", "exportName": "GMultiWindowPlaceholderDirective", "directiveName": "gMultiWindowPlaceholder", "elementName": "g-multi-window-placeholder", "category": "desktop", "type": "css", "selector": ".g-multi-window-placeholder", "className": "g-multi-window-placeholder", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-state-icon", "g-desktop-state-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
464
|
+
export const GDesktopWorkspaceCompositionDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-workspace-composition", "exportName": "GDesktopWorkspaceCompositionDirective", "directiveName": "gDesktopWorkspaceComposition", "elementName": "g-desktop-workspace-composition", "category": "desktop", "type": "css", "selector": ".g-desktop-workspace", "className": "g-desktop-workspace", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-workspace-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
465
|
+
export const GDesktopWindowSwitcherDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-window-switcher", "exportName": "GDesktopWindowSwitcherDirective", "directiveName": "gDesktopWindowSwitcher", "elementName": "g-desktop-window-switcher", "category": "desktop", "type": "interactive", "selector": "[data-g-window-switcher].g-desktop-window-switcher", "cssSelector": ".g-desktop-window-switcher", "className": "g-desktop-window-switcher", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-window-switcher-panel", "g-desktop-window-list", "g-desktop-window-item", "g-desktop-window-main"], "behaviors": ["window-switcher"], "platforms": ["web", "mobile", "desktop"] });
|
|
466
|
+
export const GRecentDocumentsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "recent-documents", "exportName": "GRecentDocumentsDirective", "directiveName": "gRecentDocuments", "elementName": "g-recent-documents", "category": "desktop", "type": "css", "selector": ".g-recent-documents", "className": "g-recent-documents", "tag": "div", "variants": [], "states": [], "parts": ["g-recent-document", "g-recent-document-main", "g-recent-document-path"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
467
|
+
export const GDesktopToolbarDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-toolbar", "exportName": "GDesktopToolbarDirective", "directiveName": "gDesktopToolbar", "elementName": "g-desktop-toolbar", "category": "desktop", "type": "css", "selector": ".g-desktop-toolbar", "className": "g-desktop-toolbar", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-toolbar-group", "g-desktop-toolbar-separator"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
468
|
+
export const GDesktopBottomPanelDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-bottom-panel", "exportName": "GDesktopBottomPanelDirective", "directiveName": "gDesktopBottomPanel", "elementName": "g-desktop-bottom-panel", "category": "desktop", "type": "interactive", "selector": ".g-desktop-bottom-panel", "className": "g-desktop-bottom-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-panel-header", "g-desktop-panel-body"], "behaviors": ["nav-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
469
|
+
export const GBackgroundTaskCenterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "background-task-center", "exportName": "GBackgroundTaskCenterDirective", "directiveName": "gBackgroundTaskCenter", "elementName": "g-background-task-center", "category": "desktop", "type": "css", "selector": ".g-background-task-center", "className": "g-background-task-center", "tag": "div", "variants": [], "states": [], "parts": ["g-background-task", "g-background-task-main", "g-background-task-progress"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
470
|
+
export const GDesktopNotificationCenterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-notification-center", "exportName": "GDesktopNotificationCenterDirective", "directiveName": "gDesktopNotificationCenter", "elementName": "g-desktop-notification-center", "category": "desktop", "type": "css", "selector": ".g-desktop-notification-center", "className": "g-desktop-notification-center", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-notification", "g-desktop-notification-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
471
|
+
export const GSyncStatusDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "sync-status", "exportName": "GSyncStatusDirective", "directiveName": "gSyncStatus", "elementName": "g-sync-status", "category": "desktop", "type": "css", "selector": ".g-sync-status", "className": "g-sync-status", "tag": "div", "variants": [], "states": ["syncing", "synced", "offline", "error"], "parts": ["g-sync-status-dot"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
472
|
+
export const GUpdateProgressDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "update-progress", "exportName": "GUpdateProgressDirective", "directiveName": "gUpdateProgress", "elementName": "g-update-progress", "category": "desktop", "type": "css", "selector": ".g-update-progress", "className": "g-update-progress", "tag": "div", "variants": [], "states": [], "parts": ["g-update-progress-header", "g-update-progress-track", "g-update-progress-value"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
473
|
+
export const GCrashRecoveryDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "crash-recovery", "exportName": "GCrashRecoveryDirective", "directiveName": "gCrashRecovery", "elementName": "g-crash-recovery", "category": "desktop", "type": "css", "selector": ".g-crash-recovery", "className": "g-crash-recovery", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-state-icon", "g-desktop-state-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
474
|
+
export const GSingleInstanceNoticeDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "single-instance-notice", "exportName": "GSingleInstanceNoticeDirective", "directiveName": "gSingleInstanceNotice", "elementName": "g-single-instance-notice", "category": "desktop", "type": "css", "selector": ".g-single-instance-notice", "className": "g-single-instance-notice", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-notice-main", "g-desktop-notice-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
475
|
+
export const GDeepLinkHandlerDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "deep-link-handler", "exportName": "GDeepLinkHandlerDirective", "directiveName": "gDeepLinkHandler", "elementName": "g-deep-link-handler", "category": "desktop", "type": "css", "selector": ".g-deep-link-handler", "className": "g-deep-link-handler", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-notice-main", "g-desktop-notice-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
476
|
+
export const GAboutDialogDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "about-dialog", "exportName": "GAboutDialogDirective", "directiveName": "gAboutDialog", "elementName": "g-about-dialog", "category": "desktop", "type": "interactive", "selector": "[data-g-dialog].g-about-dialog", "cssSelector": ".g-about-dialog", "className": "g-about-dialog", "tag": "div", "variants": [], "states": [], "parts": ["g-about-dialog-icon"], "behaviors": ["dialog"], "platforms": ["web", "mobile", "desktop"] });
|
|
477
|
+
export const GSolutionProductLandingDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-product-landing", "exportName": "GSolutionProductLandingDirective", "directiveName": "gSolutionProductLanding", "elementName": "g-solution-product-landing", "category": "solution", "type": "css", "selector": ".g-product-landing", "className": "g-product-landing", "tag": "div", "variants": [], "states": [], "parts": ["g-solution-container", "g-landing-hero", "g-landing-copy", "g-landing-title", "g-landing-visual", "g-landing-proof", "g-solution-section"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
478
|
+
export const GSolutionCorporateHomeDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-corporate-home", "exportName": "GSolutionCorporateHomeDirective", "directiveName": "gSolutionCorporateHome", "elementName": "g-solution-corporate-home", "category": "solution", "type": "css", "selector": ".g-corporate-home", "className": "g-corporate-home", "tag": "div", "variants": [], "states": [], "parts": ["g-solution-container", "g-corporate-hero", "g-corporate-copy", "g-corporate-title", "g-corporate-visual", "g-corporate-trust", "g-solution-section"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
479
|
+
export const GSolutionPersonalHomeDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-personal-home", "exportName": "GSolutionPersonalHomeDirective", "directiveName": "gSolutionPersonalHome", "elementName": "g-solution-personal-home", "category": "solution", "type": "css", "selector": ".g-personal-home", "className": "g-personal-home", "tag": "div", "variants": [], "states": [], "parts": ["g-solution-container", "g-personal-intro", "g-personal-copy", "g-personal-title", "g-personal-portrait", "g-personal-links", "g-personal-timeline"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
480
|
+
export const GSolutionPortfolioPageDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-portfolio-page", "exportName": "GSolutionPortfolioPageDirective", "directiveName": "gSolutionPortfolioPage", "elementName": "g-solution-portfolio-page", "category": "solution", "type": "css", "selector": ".g-portfolio-page", "className": "g-portfolio-page", "tag": "div", "variants": [], "states": [], "parts": ["g-portfolio-hero", "g-portfolio-copy", "g-portfolio-title", "g-portfolio-featured", "g-portfolio-grid", "g-portfolio-project", "g-portfolio-project-media", "g-portfolio-project-body"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
481
|
+
export const GSolutionBlogIndexDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-blog-index", "exportName": "GSolutionBlogIndexDirective", "directiveName": "gSolutionBlogIndex", "elementName": "g-solution-blog-index", "category": "solution", "type": "css", "selector": ".g-blog-index", "className": "g-blog-index", "tag": "div", "variants": [], "states": [], "parts": ["g-blog-index-header", "g-blog-categories", "g-blog-grid-page", "g-blog-entry", "g-blog-entry-media", "g-blog-entry-body"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
482
|
+
export const GSolutionArticlePageDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-article-page", "exportName": "GSolutionArticlePageDirective", "directiveName": "gSolutionArticlePage", "elementName": "g-solution-article-page", "category": "solution", "type": "css", "selector": ".g-article-page", "className": "g-article-page", "tag": "div", "variants": [], "states": [], "parts": ["g-article-page-layout", "g-article-page-body", "g-article-page-toc", "g-article-page-meta"], "behaviors": [], "platforms": ["web", "mobile", "print"] });
|
|
483
|
+
export const GSolutionDocsPortalDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-docs-portal", "exportName": "GSolutionDocsPortalDirective", "directiveName": "gSolutionDocsPortal", "elementName": "g-solution-docs-portal", "category": "solution", "type": "css", "selector": ".g-docs-portal", "className": "g-docs-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-docs-layout", "g-docs-sidebar", "g-docs-main", "g-docs-toc"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
484
|
+
export const GSolutionHelpCenterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-help-center", "exportName": "GSolutionHelpCenterDirective", "directiveName": "gSolutionHelpCenter", "elementName": "g-solution-help-center", "category": "solution", "type": "css", "selector": ".g-help-center-page", "className": "g-help-center-page", "tag": "div", "variants": [], "states": [], "parts": ["g-help-center-hero", "g-help-center-search", "g-help-center-layout", "g-help-center-sidebar", "g-help-center-main", "g-help-center-aside"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
485
|
+
export const GSolutionSearchResultsDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-search-results", "exportName": "GSolutionSearchResultsDirective", "directiveName": "gSolutionSearchResults", "elementName": "g-solution-search-results", "category": "solution", "type": "css", "selector": ".g-search-results-page", "className": "g-search-results-page", "tag": "div", "variants": [], "states": [], "parts": ["g-search-results-layout", "g-search-filters", "g-search-results-list", "g-search-result"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
486
|
+
export const GSolutionContactPageDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-contact-page", "exportName": "GSolutionContactPageDirective", "directiveName": "gSolutionContactPage", "elementName": "g-solution-contact-page", "category": "solution", "type": "css", "selector": ".g-contact-page", "className": "g-contact-page", "tag": "div", "variants": [], "states": [], "parts": ["g-contact-layout", "g-contact-details", "g-contact-form"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
487
|
+
export const GSolutionPricingPageDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-pricing-page", "exportName": "GSolutionPricingPageDirective", "directiveName": "gSolutionPricingPage", "elementName": "g-solution-pricing-page", "category": "solution", "type": "css", "selector": ".g-pricing-page", "className": "g-pricing-page", "tag": "div", "variants": [], "states": [], "parts": ["g-pricing-page-header", "g-pricing-page-grid", "g-pricing-page-card"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
488
|
+
export const GSolutionDashboardOverviewDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-dashboard-overview", "exportName": "GSolutionDashboardOverviewDirective", "directiveName": "gSolutionDashboardOverview", "elementName": "g-solution-dashboard-overview", "category": "solution", "type": "css", "selector": ".g-dashboard-overview", "className": "g-dashboard-overview", "tag": "div", "variants": [], "states": [], "parts": ["g-dashboard-overview-header", "g-solution-header", "g-dashboard-metrics", "g-dashboard-layout", "g-dashboard-panel", "g-solution-stat"], "behaviors": [], "platforms": ["web", "desktop", "tablet"] });
|
|
489
|
+
export const GSolutionAdminListDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-admin-list", "exportName": "GSolutionAdminListDirective", "directiveName": "gSolutionAdminList", "elementName": "g-solution-admin-list", "category": "solution", "type": "css", "selector": ".g-admin-list-page", "className": "g-admin-list-page", "tag": "div", "variants": [], "states": [], "parts": ["g-admin-list-header", "g-admin-list-content", "g-admin-list-filters", "g-solution-toolbar"], "behaviors": [], "platforms": ["web", "desktop", "tablet"] });
|
|
490
|
+
export const GSolutionRecordDetailDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-record-detail", "exportName": "GSolutionRecordDetailDirective", "directiveName": "gSolutionRecordDetail", "elementName": "g-solution-record-detail", "category": "solution", "type": "css", "selector": ".g-record-detail-page", "className": "g-record-detail-page", "tag": "div", "variants": [], "states": [], "parts": ["g-record-detail-header", "g-record-detail-layout", "g-record-detail-main", "g-record-detail-aside", "g-record-detail-section"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
491
|
+
export const GSolutionSettingsCenterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-settings-center", "exportName": "GSolutionSettingsCenterDirective", "directiveName": "gSolutionSettingsCenter", "elementName": "g-solution-settings-center", "category": "solution", "type": "css", "selector": ".g-settings-center", "className": "g-settings-center", "tag": "div", "variants": [], "states": [], "parts": ["g-settings-center-header", "g-settings-center-layout", "g-settings-center-nav", "g-settings-center-content", "g-settings-center-section"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
492
|
+
export const GSolutionUserCenterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-user-center", "exportName": "GSolutionUserCenterDirective", "directiveName": "gSolutionUserCenter", "elementName": "g-solution-user-center", "category": "solution", "type": "css", "selector": ".g-user-center", "className": "g-user-center", "tag": "div", "variants": [], "states": [], "parts": ["g-user-center-header", "g-user-center-layout", "g-user-center-nav", "g-user-center-content", "g-user-center-section"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
493
|
+
export const GSolutionNotificationCenterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-notification-center", "exportName": "GSolutionNotificationCenterDirective", "directiveName": "gSolutionNotificationCenter", "elementName": "g-solution-notification-center", "category": "solution", "type": "css", "selector": ".g-notification-center-page", "className": "g-notification-center-page", "tag": "div", "variants": [], "states": [], "parts": ["g-notification-center-header", "g-notification-groups", "g-notification-group", "g-notification-row"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
494
|
+
export const GSolutionOnboardingFlowDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-onboarding-flow", "exportName": "GSolutionOnboardingFlowDirective", "directiveName": "gSolutionOnboardingFlow", "elementName": "g-solution-onboarding-flow", "category": "solution", "type": "css", "selector": ".g-onboarding-flow", "className": "g-onboarding-flow", "tag": "div", "variants": [], "states": [], "parts": ["g-onboarding-aside", "g-onboarding-main", "g-onboarding-step", "g-onboarding-progress", "g-onboarding-progress-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
495
|
+
export const GSolutionCrmWorkspaceDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-crm-workspace", "exportName": "GSolutionCrmWorkspaceDirective", "directiveName": "gSolutionCrmWorkspace", "elementName": "g-solution-crm-workspace", "category": "solution", "type": "css", "selector": ".g-crm-workspace", "className": "g-crm-workspace", "tag": "div", "variants": [], "states": [], "parts": ["g-crm-header", "g-crm-layout", "g-crm-nav", "g-crm-main", "g-crm-inspector", "g-crm-pipeline", "g-crm-stage"], "behaviors": [], "platforms": ["web", "desktop", "tauri", "electron"] });
|
|
496
|
+
export const GSolutionProjectWorkspaceDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-project-workspace", "exportName": "GSolutionProjectWorkspaceDirective", "directiveName": "gSolutionProjectWorkspace", "elementName": "g-solution-project-workspace", "category": "solution", "type": "css", "selector": ".g-project-workspace", "className": "g-project-workspace", "tag": "div", "variants": [], "states": [], "parts": ["g-project-header", "g-project-layout", "g-project-nav", "g-project-main", "g-project-inspector", "g-project-board", "g-project-column"], "behaviors": [], "platforms": ["web", "desktop", "tauri", "electron"] });
|
|
497
|
+
export const GSolutionSupportCenterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-support-center", "exportName": "GSolutionSupportCenterDirective", "directiveName": "gSolutionSupportCenter", "elementName": "g-solution-support-center", "category": "solution", "type": "css", "selector": ".g-support-center", "className": "g-support-center", "tag": "div", "variants": [], "states": [], "parts": ["g-support-header", "g-support-layout", "g-support-nav", "g-support-main", "g-support-inspector", "g-support-thread", "g-support-messages", "g-support-reply"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
498
|
+
export const GSolutionApprovalCenterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-approval-center", "exportName": "GSolutionApprovalCenterDirective", "directiveName": "gSolutionApprovalCenter", "elementName": "g-solution-approval-center", "category": "solution", "type": "css", "selector": ".g-approval-center", "className": "g-approval-center", "tag": "div", "variants": [], "states": [], "parts": ["g-approval-header", "g-approval-layout", "g-approval-nav", "g-approval-main", "g-approval-inspector", "g-approval-queue", "g-approval-column"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
499
|
+
export const GSolutionKnowledgeBaseDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-knowledge-base", "exportName": "GSolutionKnowledgeBaseDirective", "directiveName": "gSolutionKnowledgeBase", "elementName": "g-solution-knowledge-base", "category": "solution", "type": "css", "selector": ".g-knowledge-base", "className": "g-knowledge-base", "tag": "div", "variants": [], "states": [], "parts": ["g-knowledge-hero", "g-knowledge-search", "g-knowledge-layout", "g-knowledge-sidebar", "g-knowledge-main", "g-knowledge-aside"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
500
|
+
export const GSolutionLearningPortalDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-learning-portal", "exportName": "GSolutionLearningPortalDirective", "directiveName": "gSolutionLearningPortal", "elementName": "g-solution-learning-portal", "category": "solution", "type": "css", "selector": ".g-learning-portal", "className": "g-learning-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-learning-layout", "g-learning-sidebar", "g-learning-main", "g-course-grid", "g-course-card", "g-course-card-body"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
501
|
+
export const GSolutionEventPortalDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-event-portal", "exportName": "GSolutionEventPortalDirective", "directiveName": "gSolutionEventPortal", "elementName": "g-solution-event-portal", "category": "solution", "type": "css", "selector": ".g-event-portal", "className": "g-event-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-event-hero", "g-event-grid", "g-event-card", "g-event-card-body"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
502
|
+
export const GSolutionBookingPortalDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-booking-portal", "exportName": "GSolutionBookingPortalDirective", "directiveName": "gSolutionBookingPortal", "elementName": "g-solution-booking-portal", "category": "solution", "type": "css", "selector": ".g-booking-portal", "className": "g-booking-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-booking-layout", "g-booking-results", "g-booking-summary"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
503
|
+
export const GSolutionHealthcarePortalDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-healthcare-portal", "exportName": "GSolutionHealthcarePortalDirective", "directiveName": "gSolutionHealthcarePortal", "elementName": "g-solution-healthcare-portal", "category": "solution", "type": "css", "selector": ".g-healthcare-portal", "className": "g-healthcare-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-healthcare-layout", "g-industry-portal-nav", "g-industry-portal-main", "g-healthcare-summary", "g-healthcare-record", "g-industry-alert"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
504
|
+
export const GSolutionFinancePortalDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-finance-portal", "exportName": "GSolutionFinancePortalDirective", "directiveName": "gSolutionFinancePortal", "elementName": "g-solution-finance-portal", "category": "solution", "type": "css", "selector": ".g-finance-portal", "className": "g-finance-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-finance-layout", "g-industry-portal-nav", "g-industry-portal-main", "g-finance-summary", "g-finance-account", "g-industry-alert"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
505
|
+
export const GSolutionPublicServicePortalDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-public-service-portal", "exportName": "GSolutionPublicServicePortalDirective", "directiveName": "gSolutionPublicServicePortal", "elementName": "g-solution-public-service-portal", "category": "solution", "type": "css", "selector": ".g-public-service-portal", "className": "g-public-service-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-public-service-layout", "g-industry-portal-nav", "g-industry-portal-main", "g-public-service-summary", "g-public-service-item", "g-industry-alert"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
506
|
+
export const GSolutionMarketplacePageDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-marketplace-page", "exportName": "GSolutionMarketplacePageDirective", "directiveName": "gSolutionMarketplacePage", "elementName": "g-solution-marketplace-page", "category": "solution", "type": "css", "selector": ".g-marketplace-page", "className": "g-marketplace-page", "tag": "div", "variants": [], "states": [], "parts": ["g-marketplace-hero", "g-marketplace-layout", "g-marketplace-filters", "g-marketplace-grid", "g-marketplace-card", "g-marketplace-card-body"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
507
|
+
export const GSolutionCommunityPageDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-community-page", "exportName": "GSolutionCommunityPageDirective", "directiveName": "gSolutionCommunityPage", "elementName": "g-solution-community-page", "category": "solution", "type": "css", "selector": ".g-community-page", "className": "g-community-page", "tag": "div", "variants": [], "states": [], "parts": ["g-community-hero", "g-community-layout", "g-community-feed", "g-community-sidebar", "g-community-post", "g-community-grid", "g-community-card"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
508
|
+
export const GSolutionStatusCenterDirective = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-status-center", "exportName": "GSolutionStatusCenterDirective", "directiveName": "gSolutionStatusCenter", "elementName": "g-solution-status-center", "category": "solution", "type": "css", "selector": ".g-status-center-page", "className": "g-status-center-page", "tag": "div", "variants": [], "states": [], "parts": ["g-status-center-header", "g-status-overall", "g-status-services", "g-status-service", "g-status-history", "g-status-incident"], "behaviors": [], "platforms": ["web", "mobile", "print"] });
|
|
509
|
+
export const gardenerimDirectives = {
|
|
510
510
|
gButton: GButtonDirective,
|
|
511
511
|
gButtonGroup: GButtonGroupDirective,
|
|
512
512
|
gCard: GCardDirective,
|