@gardenerim/angularjs 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/LICENSE +21 -0
- package/README.md +33 -0
- package/dist/adapters.d.ts +3 -0
- package/dist/adapters.d.ts.map +1 -0
- package/dist/adapters.js +3 -0
- package/dist/adapters.js.map +1 -0
- package/dist/ai.css +1 -0
- package/dist/catalog.json +9022 -0
- package/dist/component-css/ai-compositions.css +1 -0
- package/dist/component-css/ai-extended.css +1 -0
- package/dist/component-css/ai.css +1 -0
- package/dist/component-css/auth-compositions.css +1 -0
- package/dist/component-css/basic.css +1 -0
- package/dist/component-css/catalog.css +1 -0
- package/dist/component-css/commerce-compositions.css +1 -0
- package/dist/component-css/content-compositions.css +1 -0
- package/dist/component-css/data-compositions.css +1 -0
- package/dist/component-css/data.css +1 -0
- package/dist/component-css/desktop-compositions.css +1 -0
- package/dist/component-css/desktop.css +1 -0
- package/dist/component-css/extended.css +1 -0
- package/dist/component-css/feedback.css +1 -0
- package/dist/component-css/form-compositions.css +1 -0
- package/dist/component-css/forms.css +1 -0
- package/dist/component-css/grid.css +1 -0
- package/dist/component-css/help.css +1 -0
- package/dist/component-css/layouts.css +1 -0
- package/dist/component-css/mobile-compositions.css +1 -0
- package/dist/component-css/navigation-compositions.css +1 -0
- package/dist/component-css/navigation.css +1 -0
- package/dist/component-css/page.css +1 -0
- package/dist/component-css/primitives.css +1 -0
- package/dist/component-css/recipes.css +1 -0
- package/dist/component-css/regions.css +1 -0
- package/dist/component-css/selection-compositions.css +1 -0
- package/dist/component-css/solution-compositions.css +1 -0
- package/dist/components.css +1 -0
- package/dist/core.css +1 -0
- package/dist/directives.d.ts +8 -0
- package/dist/directives.d.ts.map +1 -0
- package/dist/directives.js +185 -0
- package/dist/directives.js.map +1 -0
- package/dist/electron.d.ts +5 -0
- package/dist/electron.d.ts.map +1 -0
- package/dist/electron.js +4 -0
- package/dist/electron.js.map +1 -0
- package/dist/gardener-angularjs.min.js +2 -0
- package/dist/gardener-angularjs.min.js.map +7 -0
- package/dist/gardener-angularjs.performance.json +12 -0
- package/dist/generated/catalog.d.ts +7 -0
- package/dist/generated/catalog.d.ts.map +1 -0
- package/dist/generated/catalog.js +12230 -0
- package/dist/generated/catalog.js.map +1 -0
- package/dist/generated/components.d.ts +512 -0
- package/dist/generated/components.d.ts.map +1 -0
- package/dist/generated/components.js +1017 -0
- package/dist/generated/components.js.map +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -0
- package/dist/module.d.ts +4 -0
- package/dist/module.d.ts.map +1 -0
- package/dist/module.js +59 -0
- package/dist/module.js.map +1 -0
- package/dist/platform/desktop.css +1 -0
- package/dist/platform/electron.css +1 -0
- package/dist/platform/mobile.css +1 -0
- package/dist/platform/tauri.css +1 -0
- package/dist/platform/web.css +1 -0
- package/dist/services.d.ts +9 -0
- package/dist/services.d.ts.map +1 -0
- package/dist/services.js +30 -0
- package/dist/services.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/tauri.d.ts +5 -0
- package/dist/tauri.d.ts.map +1 -0
- package/dist/tauri.js +4 -0
- package/dist/tauri.js.map +1 -0
- package/dist/themes.css +1 -0
- package/dist/types.d.ts +65 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/utilities.css +1 -0
- package/docs/API.md +92 -0
- package/docs/components.md +512 -0
- package/docs/security.md +20 -0
- package/metadata/compatibility.json +2745 -0
- package/metadata/compatibility.schema.json +13 -0
- package/metadata/performance.schema.json +9 -0
- package/metadata/public-api.json +2166 -0
- package/metadata/public-api.schema.json +18 -0
- package/package.json +96 -0
|
@@ -0,0 +1,512 @@
|
|
|
1
|
+
# Gardener AngularJS 组件完整目录
|
|
2
|
+
|
|
3
|
+
本目录由 `@gardenerim/css@1.0.0` 元数据自动生成,共 506 个 AngularJS 组件指令,无省略。每项同时支持元素与属性形式,并支持 `gardenerVariant`、`gardenerState`、`gardenerConfig`、`gardenerInitialize`、`ngModel`、`gardenerValueEvent`、`gardenerValueKey`、`gardenerOnValueChange`。
|
|
4
|
+
|
|
5
|
+
| ESM 导出 | 元素 / 指令名 | CSS 组件 | 分类 | 类型 | 根选择器/类 | 行为 |
|
|
6
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
7
|
+
| `GButtonDirective` | `g-button` / `gButton` | `button` | basic | css | `g-btn` | — |
|
|
8
|
+
| `GButtonGroupDirective` | `g-button-group` / `gButtonGroup` | `button-group` | basic | css | `g-btn-group` | — |
|
|
9
|
+
| `GCardDirective` | `g-card` / `gCard` | `card` | basic | css | `g-card` | — |
|
|
10
|
+
| `GBadgeTagChipDirective` | `g-badge-tag-chip` / `gBadgeTagChip` | `badge-tag-chip` | basic | css | `g-badge` | — |
|
|
11
|
+
| `GAvatarDirective` | `g-avatar` / `gAvatar` | `avatar` | basic | css | `g-avatar` | — |
|
|
12
|
+
| `GAlertDirective` | `g-alert` / `gAlert` | `alert` | feedback | css | `g-alert` | — |
|
|
13
|
+
| `GProgressMeterDirective` | `g-progress-meter` / `gProgressMeter` | `progress-meter` | feedback | css | `g-progress` | — |
|
|
14
|
+
| `GSpinnerSkeletonDirective` | `g-spinner-skeleton` / `gSpinnerSkeleton` | `spinner-skeleton` | feedback | css | `g-spinner` | — |
|
|
15
|
+
| `GEmptyStateDirective` | `g-empty-state` / `gEmptyState` | `empty-state` | feedback | css | `g-empty` | — |
|
|
16
|
+
| `GInputDirective` | `g-input` / `gInput` | `input` | form | css | `g-input` | — |
|
|
17
|
+
| `GTextareaDirective` | `g-textarea` / `gTextarea` | `textarea` | form | css | `g-textarea` | — |
|
|
18
|
+
| `GSelectDirective` | `g-select` / `gSelect` | `select` | form | css | `g-select` | — |
|
|
19
|
+
| `GCheckboxRadioDirective` | `g-checkbox-radio` / `gCheckboxRadio` | `checkbox-radio` | form | css | `g-check` | — |
|
|
20
|
+
| `GSwitchDirective` | `g-switch` / `gSwitch` | `switch` | form | css | `g-switch` | — |
|
|
21
|
+
| `GRangeColorDirective` | `g-range-color` / `gRangeColor` | `range-color` | form | css | `g-range` | — |
|
|
22
|
+
| `GFileDropDirective` | `g-file-drop` / `gFileDrop` | `file-drop` | form | interactive | `g-file-drop` | dropzone |
|
|
23
|
+
| `GComboboxDirective` | `g-combobox` / `gCombobox` | `combobox` | form | interactive | `g-combobox` | combobox |
|
|
24
|
+
| `GFormDirective` | `g-form` / `gForm` | `form` | form | css | `g-form` | — |
|
|
25
|
+
| `GFormSectionDirective` | `g-form-section` / `gFormSection` | `form-section` | form | css | `g-form-section` | — |
|
|
26
|
+
| `GFieldDirective` | `g-field` / `gField` | `field` | form | css | `g-field` | — |
|
|
27
|
+
| `GFieldsetDirective` | `g-fieldset` / `gFieldset` | `fieldset` | form | css | `g-fieldset` | — |
|
|
28
|
+
| `GFormRowDirective` | `g-form-row` / `gFormRow` | `form-row` | form | css | `g-form-row` | — |
|
|
29
|
+
| `GFormGridDirective` | `g-form-grid` / `gFormGrid` | `form-grid` | form | css | `g-form-grid` | — |
|
|
30
|
+
| `GHorizontalFormDirective` | `g-horizontal-form` / `gHorizontalForm` | `horizontal-form` | form | css | `g-form-horizontal` | — |
|
|
31
|
+
| `GInlineFormDirective` | `g-inline-form` / `gInlineForm` | `inline-form` | form | css | `g-form-inline` | — |
|
|
32
|
+
| `GCompactFormDirective` | `g-compact-form` / `gCompactForm` | `compact-form` | form | css | `g-form-compact` | — |
|
|
33
|
+
| `GInputGroupDirective` | `g-input-group` / `gInputGroup` | `input-group` | form | css | `g-input-group` | — |
|
|
34
|
+
| `GInputAffixDirective` | `g-input-affix` / `gInputAffix` | `input-affix` | form | css | `g-input-affix` | — |
|
|
35
|
+
| `GSearchFieldDirective` | `g-search-field` / `gSearchField` | `search-field` | form | css | `g-search-field` | — |
|
|
36
|
+
| `GPasswordFieldDirective` | `g-password-field` / `gPasswordField` | `password-field` | form | interactive | `g-password-field` | password-toggle |
|
|
37
|
+
| `GClearableFieldDirective` | `g-clearable-field` / `gClearableField` | `clearable-field` | form | interactive | `g-clearable-field` | clear-input |
|
|
38
|
+
| `GCharacterCounterDirective` | `g-character-counter` / `gCharacterCounter` | `character-counter` | form | interactive | `g-character-field` | character-count |
|
|
39
|
+
| `GValidationStateDirective` | `g-validation-state` / `gValidationState` | `validation-state` | form | css | `g-validation-state` | — |
|
|
40
|
+
| `GCheckboxGroupDirective` | `g-checkbox-group` / `gCheckboxGroup` | `checkbox-group` | form | css | `g-check-group` | — |
|
|
41
|
+
| `GRadioGroupDirective` | `g-radio-group` / `gRadioGroup` | `radio-group` | form | css | `g-radio-group` | — |
|
|
42
|
+
| `GSwitchRowDirective` | `g-switch-row` / `gSwitchRow` | `switch-row` | form | css | `g-switch-row` | — |
|
|
43
|
+
| `GChoiceCardGroupDirective` | `g-choice-card-group` / `gChoiceCardGroup` | `choice-card-group` | form | css | `g-choice-group` | — |
|
|
44
|
+
| `GNameGroupDirective` | `g-name-group` / `gNameGroup` | `name-group` | form | css | `g-name-group` | — |
|
|
45
|
+
| `GAddressGroupDirective` | `g-address-group` / `gAddressGroup` | `address-group` | form | css | `g-address-group` | — |
|
|
46
|
+
| `GPhoneGroupDirective` | `g-phone-group` / `gPhoneGroup` | `phone-group` | form | css | `g-phone-group` | — |
|
|
47
|
+
| `GMoneyGroupDirective` | `g-money-group` / `gMoneyGroup` | `money-group` | form | css | `g-money-group` | — |
|
|
48
|
+
| `GDateRangeGroupDirective` | `g-date-range-group` / `gDateRangeGroup` | `date-range-group` | form | css | `g-date-range-group` | — |
|
|
49
|
+
| `GTimeRangeGroupDirective` | `g-time-range-group` / `gTimeRangeGroup` | `time-range-group` | form | css | `g-time-range-group` | — |
|
|
50
|
+
| `GUnitFieldDirective` | `g-unit-field` / `gUnitField` | `unit-field` | form | css | `g-unit-field` | — |
|
|
51
|
+
| `GRangeFieldDirective` | `g-range-field` / `gRangeField` | `range-field` | form | css | `g-range-field` | — |
|
|
52
|
+
| `GFileFieldDirective` | `g-file-field` / `gFileField` | `file-field` | form | css | `g-file-field` | — |
|
|
53
|
+
| `GRepeatableFieldDirective` | `g-repeatable-field` / `gRepeatableField` | `repeatable-field` | form | interactive | `g-repeatable-field` | repeatable-field |
|
|
54
|
+
| `GConditionalFieldDirective` | `g-conditional-field` / `gConditionalField` | `conditional-field` | form | interactive | `g-conditional-field` | conditional-field |
|
|
55
|
+
| `GFormActionsDirective` | `g-form-actions` / `gFormActions` | `form-actions` | form | css | `g-form-actions` | — |
|
|
56
|
+
| `GAutosaveStatusDirective` | `g-autosave-status` / `gAutosaveStatus` | `autosave-status` | form | css | `g-autosave-status` | — |
|
|
57
|
+
| `GFormProgressDirective` | `g-form-progress` / `gFormProgress` | `form-progress` | form | css | `g-form-progress` | — |
|
|
58
|
+
| `GFormReviewDirective` | `g-form-review` / `gFormReview` | `form-review` | form | css | `g-form-review` | — |
|
|
59
|
+
| `GConsentGroupDirective` | `g-consent-group` / `gConsentGroup` | `consent-group` | form | css | `g-consent-group` | — |
|
|
60
|
+
| `GNavbarDirective` | `g-navbar` / `gNavbar` | `navbar` | navigation | css | `g-navbar` | — |
|
|
61
|
+
| `GSidebarDirective` | `g-sidebar` / `gSidebar` | `sidebar` | navigation | css | `g-sidebar` | — |
|
|
62
|
+
| `GBreadcrumbDirective` | `g-breadcrumb` / `gBreadcrumb` | `breadcrumb` | navigation | css | `g-breadcrumb` | — |
|
|
63
|
+
| `GTabsDirective` | `g-tabs` / `gTabs` | `tabs` | navigation | interactive | `g-tabs` | tabs |
|
|
64
|
+
| `GSegmentedControlDirective` | `g-segmented-control` / `gSegmentedControl` | `segmented-control` | navigation | css | `g-segmented` | — |
|
|
65
|
+
| `GPaginationDirective` | `g-pagination` / `gPagination` | `pagination` | navigation | css | `g-pagination` | — |
|
|
66
|
+
| `GMenuDropdownDirective` | `g-menu-dropdown` / `gMenuDropdown` | `menu-dropdown` | navigation | interactive | `g-dropdown` | dropdown |
|
|
67
|
+
| `GStepperDirective` | `g-stepper` / `gStepper` | `stepper` | navigation | css | `g-stepper` | — |
|
|
68
|
+
| `GCommandPaletteDirective` | `g-command-palette` / `gCommandPalette` | `command-palette` | navigation | interactive | `g-command-palette` | command-palette |
|
|
69
|
+
| `GPrimaryNavigationDirective` | `g-primary-navigation` / `gPrimaryNavigation` | `primary-navigation` | navigation | css | `g-primary-nav` | — |
|
|
70
|
+
| `GUtilityNavigationDirective` | `g-utility-navigation` / `gUtilityNavigation` | `utility-navigation` | navigation | css | `g-utility-nav` | — |
|
|
71
|
+
| `GSubNavigationDirective` | `g-sub-navigation` / `gSubNavigation` | `sub-navigation` | navigation | css | `g-subnav` | — |
|
|
72
|
+
| `GCollapsibleNavigationDirective` | `g-collapsible-navigation` / `gCollapsibleNavigation` | `collapsible-navigation` | navigation | interactive | `g-collapsible-nav` | nav-toggle |
|
|
73
|
+
| `GNavigationRailDirective` | `g-navigation-rail` / `gNavigationRail` | `navigation-rail` | navigation | interactive | `g-nav-rail` | roving-nav |
|
|
74
|
+
| `GActivityBarDirective` | `g-activity-bar` / `gActivityBar` | `activity-bar` | navigation | css | `g-activitybar` | — |
|
|
75
|
+
| `GMenuBarDirective` | `g-menu-bar` / `gMenuBar` | `menu-bar` | navigation | css | `g-menubar` | — |
|
|
76
|
+
| `GContextMenuDirective` | `g-context-menu` / `gContextMenu` | `context-menu` | navigation | interactive | `g-context-menu` | context-menu |
|
|
77
|
+
| `GTreeNavigationDirective` | `g-tree-navigation` / `gTreeNavigation` | `tree-navigation` | navigation | interactive | `g-tree-nav` | tree |
|
|
78
|
+
| `GVerticalTabsDirective` | `g-vertical-tabs` / `gVerticalTabs` | `vertical-tabs` | navigation | interactive | `g-vertical-tabs` | tabs |
|
|
79
|
+
| `GPillNavigationDirective` | `g-pill-navigation` / `gPillNavigation` | `pill-navigation` | navigation | css | `g-pill-nav` | — |
|
|
80
|
+
| `GScrollspyNavigationDirective` | `g-scrollspy-navigation` / `gScrollspyNavigation` | `scrollspy-navigation` | navigation | interactive | `g-scrollspy-nav` | scrollspy |
|
|
81
|
+
| `GCursorPaginationDirective` | `g-cursor-pagination` / `gCursorPagination` | `cursor-pagination` | navigation | css | `g-cursor-pagination` | — |
|
|
82
|
+
| `GLoadMoreNavigationDirective` | `g-load-more-navigation` / `gLoadMoreNavigation` | `load-more-navigation` | navigation | css | `g-load-more-nav` | — |
|
|
83
|
+
| `GWizardNavigationDirective` | `g-wizard-navigation` / `gWizardNavigation` | `wizard-navigation` | navigation | css | `g-wizard-nav` | — |
|
|
84
|
+
| `GBackNavigationDirective` | `g-back-navigation` / `gBackNavigation` | `back-navigation` | navigation | css | `g-back-nav` | — |
|
|
85
|
+
| `GPreviousNextNavigationDirective` | `g-previous-next-navigation` / `gPreviousNextNavigation` | `previous-next-navigation` | navigation | css | `g-prev-next-nav` | — |
|
|
86
|
+
| `GSkipNavigationDirective` | `g-skip-navigation` / `gSkipNavigation` | `skip-navigation` | navigation | css | `g-skip-nav` | — |
|
|
87
|
+
| `GMobileTopNavigationDirective` | `g-mobile-top-navigation` / `gMobileTopNavigation` | `mobile-top-navigation` | navigation | css | `g-mobile-top-nav` | — |
|
|
88
|
+
| `GBottomNavigationDirective` | `g-bottom-navigation` / `gBottomNavigation` | `bottom-navigation` | navigation | css | `g-bottom-nav` | — |
|
|
89
|
+
| `GMobileTabBarDirective` | `g-mobile-tab-bar` / `gMobileTabBar` | `mobile-tab-bar` | navigation | css | `g-mobile-tab-bar` | — |
|
|
90
|
+
| `GDrawerNavigationDirective` | `g-drawer-navigation` / `gDrawerNavigation` | `drawer-navigation` | navigation | css | `g-drawer-nav` | — |
|
|
91
|
+
| `GCommandNavigationDirective` | `g-command-navigation` / `gCommandNavigation` | `command-navigation` | navigation | css | `g-command-nav` | — |
|
|
92
|
+
| `GJumpNavigationDirective` | `g-jump-navigation` / `gJumpNavigation` | `jump-navigation` | navigation | interactive | `g-jump-nav` | jump-nav |
|
|
93
|
+
| `GQuickNavigationDirective` | `g-quick-navigation` / `gQuickNavigation` | `quick-navigation` | navigation | css | `g-quick-nav` | — |
|
|
94
|
+
| `GLocaleNavigationDirective` | `g-locale-navigation` / `gLocaleNavigation` | `locale-navigation` | navigation | css | `g-locale-nav` | — |
|
|
95
|
+
| `GAccountNavigationDirective` | `g-account-navigation` / `gAccountNavigation` | `account-navigation` | navigation | css | `g-account-nav` | — |
|
|
96
|
+
| `GDialogDirective` | `g-dialog` / `gDialog` | `dialog` | overlay | interactive | `g-dialog-backdrop` | dialog |
|
|
97
|
+
| `GDrawerDirective` | `g-drawer` / `gDrawer` | `drawer` | overlay | interactive | `g-drawer-backdrop` | drawer |
|
|
98
|
+
| `GPopoverDirective` | `g-popover` / `gPopover` | `popover` | overlay | interactive | `g-popover` | popover |
|
|
99
|
+
| `GTooltipDirective` | `g-tooltip` / `gTooltip` | `tooltip` | overlay | interactive | `g-tooltip` | tooltip |
|
|
100
|
+
| `GToastDirective` | `g-toast` / `gToast` | `toast` | feedback | interactive | `g-toast` | toast |
|
|
101
|
+
| `GAccordionDirective` | `g-accordion` / `gAccordion` | `accordion` | disclosure | interactive | `g-accordion` | accordion |
|
|
102
|
+
| `GTableDirective` | `g-table` / `gTable` | `table` | data | css | `g-table` | — |
|
|
103
|
+
| `GDataGridDirective` | `g-data-grid` / `gDataGrid` | `data-grid` | data | interactive | `g-data-grid` | data-grid |
|
|
104
|
+
| `GKpiStatDirective` | `g-kpi-stat` / `gKpiStat` | `kpi-stat` | dashboard | css | `g-kpi` | — |
|
|
105
|
+
| `GDescriptionListDirective` | `g-description-list` / `gDescriptionList` | `description-list` | data | css | `g-description-list` | — |
|
|
106
|
+
| `GListGroupDirective` | `g-list-group` / `gListGroup` | `list-group` | data | css | `g-list-group` | — |
|
|
107
|
+
| `GTreeDirective` | `g-tree` / `gTree` | `tree` | data | interactive | `g-tree` | tree |
|
|
108
|
+
| `GTimelineDirective` | `g-timeline` / `gTimeline` | `timeline` | data | css | `g-timeline` | — |
|
|
109
|
+
| `GResponsiveTableDirective` | `g-responsive-table` / `gResponsiveTable` | `responsive-table` | data | css | `g-responsive-table` | — |
|
|
110
|
+
| `GTableSortDirective` | `g-table-sort` / `gTableSort` | `table-sort` | data | interactive | `g-sort-button` | table-sort |
|
|
111
|
+
| `GRowSelectionDirective` | `g-row-selection` / `gRowSelection` | `row-selection` | data | interactive | `g-selection-summary` | row-select |
|
|
112
|
+
| `GRowDisclosureDirective` | `g-row-disclosure` / `gRowDisclosure` | `row-disclosure` | data | interactive | `g-row-disclosure` | row-disclosure |
|
|
113
|
+
| `GColumnToggleDirective` | `g-column-toggle` / `gColumnToggle` | `column-toggle` | data | interactive | `g-column-chooser` | column-toggle |
|
|
114
|
+
| `GDataFilterDirective` | `g-data-filter` / `gDataFilter` | `data-filter` | data | interactive | `g-data-toolbar` | data-filter |
|
|
115
|
+
| `GDataViewDirective` | `g-data-view` / `gDataView` | `data-view` | data | interactive | `g-data-view-switcher` | data-view |
|
|
116
|
+
| `GEditableGridDirective` | `g-editable-grid` / `gEditableGrid` | `editable-grid` | data | interactive | `g-editable-grid` | data-grid |
|
|
117
|
+
| `GTreeTableDirective` | `g-tree-table` / `gTreeTable` | `tree-table` | data | css | `g-tree-table` | — |
|
|
118
|
+
| `GGroupedTableDirective` | `g-grouped-table` / `gGroupedTable` | `grouped-table` | data | css | `g-grouped-table` | — |
|
|
119
|
+
| `GExpandableTableDirective` | `g-expandable-table` / `gExpandableTable` | `expandable-table` | data | css | `g-expandable-table` | — |
|
|
120
|
+
| `GComparisonTableDirective` | `g-comparison-table` / `gComparisonTable` | `comparison-table` | data | css | `g-comparison-table` | — |
|
|
121
|
+
| `GKeyValueDirective` | `g-key-value` / `gKeyValue` | `key-value` | data | css | `g-key-value` | — |
|
|
122
|
+
| `GRecordDetailDirective` | `g-record-detail` / `gRecordDetail` | `record-detail` | data | css | `g-record-detail` | — |
|
|
123
|
+
| `GMediaListDirective` | `g-media-list` / `gMediaList` | `media-list` | data | css | `g-media-list` | — |
|
|
124
|
+
| `GDenseListDirective` | `g-dense-list` / `gDenseList` | `dense-list` | data | css | `g-dense-list` | — |
|
|
125
|
+
| `GAuditLogCompositionDirective` | `g-audit-log-composition` / `gAuditLogComposition` | `audit-log-composition` | data | css | `g-audit-log` | — |
|
|
126
|
+
| `GStatListDirective` | `g-stat-list` / `gStatList` | `stat-list` | data | css | `g-stat-list` | — |
|
|
127
|
+
| `GMetricCardDirective` | `g-metric-card` / `gMetricCard` | `metric-card` | data | css | `g-metric-card` | — |
|
|
128
|
+
| `GSparklineDirective` | `g-sparkline` / `gSparkline` | `sparkline` | data | css | `g-sparkline` | — |
|
|
129
|
+
| `GProgressStatsDirective` | `g-progress-stats` / `gProgressStats` | `progress-stats` | data | css | `g-progress-stats` | — |
|
|
130
|
+
| `GDataLegendDirective` | `g-data-legend` / `gDataLegend` | `data-legend` | data | css | `g-data-legend` | — |
|
|
131
|
+
| `GRankingDirective` | `g-ranking` / `gRanking` | `ranking` | data | css | `g-ranking` | — |
|
|
132
|
+
| `GStatusSummaryDirective` | `g-status-summary` / `gStatusSummary` | `status-summary` | data | css | `g-status-summary` | — |
|
|
133
|
+
| `GDataMatrixDirective` | `g-data-matrix` / `gDataMatrix` | `data-matrix` | data | css | `g-data-matrix` | — |
|
|
134
|
+
| `GHeatmapDirective` | `g-heatmap` / `gHeatmap` | `heatmap` | data | css | `g-heatmap` | — |
|
|
135
|
+
| `GDataToolbarDirective` | `g-data-toolbar` / `gDataToolbar` | `data-toolbar` | data | css | `g-data-toolbar` | — |
|
|
136
|
+
| `GColumnChooserDirective` | `g-column-chooser` / `gColumnChooser` | `column-chooser` | data | css | `g-column-chooser` | — |
|
|
137
|
+
| `GSavedViewsDirective` | `g-saved-views` / `gSavedViews` | `saved-views` | interaction | interactive | `g-saved-views` | saved-choice |
|
|
138
|
+
| `GExportPanelDirective` | `g-export-panel` / `gExportPanel` | `export-panel` | data | css | `g-export-panel` | — |
|
|
139
|
+
| `GDataStateDirective` | `g-data-state` / `gDataState` | `data-state` | data | css | `g-data-state` | — |
|
|
140
|
+
| `GDataViewSwitcherDirective` | `g-data-view-switcher` / `gDataViewSwitcher` | `data-view-switcher` | data | css | `g-data-view-switcher` | — |
|
|
141
|
+
| `GSelectionSummaryDirective` | `g-selection-summary` / `gSelectionSummary` | `selection-summary` | data | css | `g-selection-summary` | — |
|
|
142
|
+
| `GTableDensityDirective` | `g-table-density` / `gTableDensity` | `table-density` | data | css | `g-table-density` | — |
|
|
143
|
+
| `GFilterSummaryDirective` | `g-filter-summary` / `gFilterSummary` | `filter-summary` | data | css | `g-filter-summary` | — |
|
|
144
|
+
| `GSortBuilderDirective` | `g-sort-builder` / `gSortBuilder` | `sort-builder` | interaction | interactive | `g-sort-builder` | builder-list |
|
|
145
|
+
| `GDataInspectorDirective` | `g-data-inspector` / `gDataInspector` | `data-inspector` | data | css | `g-data-inspector` | — |
|
|
146
|
+
| `GSelectionControlsDirective` | `g-selection-controls` / `gSelectionControls` | `selection-controls` | interaction | interactive | `g-selection-control` | row-select |
|
|
147
|
+
| `GBatchToolbarDirective` | `g-batch-toolbar` / `gBatchToolbar` | `batch-toolbar` | interaction | css | `g-batch-toolbar` | — |
|
|
148
|
+
| `GDualListDirective` | `g-dual-list` / `gDualList` | `dual-list` | interaction | interactive | `g-dual-list` | transfer |
|
|
149
|
+
| `GTreeSelectDirective` | `g-tree-select` / `gTreeSelect` | `tree-select` | interaction | interactive | `g-tree-select` | picker |
|
|
150
|
+
| `GCascaderDirective` | `g-cascader` / `gCascader` | `cascader` | interaction | interactive | `g-cascader` | cascader |
|
|
151
|
+
| `GMentionPickerDirective` | `g-mention-picker` / `gMentionPicker` | `mention-picker` | interaction | interactive | `g-mention-picker` | picker |
|
|
152
|
+
| `GUserPickerDirective` | `g-user-picker` / `gUserPicker` | `user-picker` | interaction | interactive | `g-user-picker` | picker |
|
|
153
|
+
| `GOrganizationPickerDirective` | `g-organization-picker` / `gOrganizationPicker` | `organization-picker` | interaction | interactive | `g-organization-picker` | picker |
|
|
154
|
+
| `GResourcePickerDirective` | `g-resource-picker` / `gResourcePicker` | `resource-picker` | interaction | interactive | `g-resource-picker` | picker |
|
|
155
|
+
| `GMediaPickerDirective` | `g-media-picker` / `gMediaPicker` | `media-picker` | interaction | interactive | `g-media-picker` | picker |
|
|
156
|
+
| `GIconPickerDirective` | `g-icon-picker` / `gIconPicker` | `icon-picker` | interaction | interactive | `g-icon-picker` | saved-choice |
|
|
157
|
+
| `GColorPickerCompositionDirective` | `g-color-picker-composition` / `gColorPickerComposition` | `color-picker-composition` | interaction | interactive | `g-color-picker` | saved-choice |
|
|
158
|
+
| `GDateRangePickerCompositionDirective` | `g-date-range-picker-composition` / `gDateRangePickerComposition` | `date-range-picker-composition` | interaction | css | `g-date-range-picker` | — |
|
|
159
|
+
| `GTimeRangePickerCompositionDirective` | `g-time-range-picker-composition` / `gTimeRangePickerComposition` | `time-range-picker-composition` | interaction | css | `g-time-range-picker` | — |
|
|
160
|
+
| `GSavedFiltersDirective` | `g-saved-filters` / `gSavedFilters` | `saved-filters` | interaction | interactive | `g-saved-filters` | saved-choice |
|
|
161
|
+
| `GGroupBuilderDirective` | `g-group-builder` / `gGroupBuilder` | `group-builder` | interaction | interactive | `g-group-builder` | builder-list |
|
|
162
|
+
| `GEntityPickerDirective` | `g-entity-picker` / `gEntityPicker` | `entity-picker` | interaction | interactive | `g-entity-picker` | picker |
|
|
163
|
+
| `GTagPickerDirective` | `g-tag-picker` / `gTagPicker` | `tag-picker` | interaction | interactive | `g-tag-picker` | picker |
|
|
164
|
+
| `GRelationPickerDirective` | `g-relation-picker` / `gRelationPicker` | `relation-picker` | interaction | interactive | `g-relation-picker` | picker |
|
|
165
|
+
| `GBulkConfirmationDirective` | `g-bulk-confirmation` / `gBulkConfirmation` | `bulk-confirmation` | interaction | css | `g-bulk-confirmation` | — |
|
|
166
|
+
| `GBulkProgressDirective` | `g-bulk-progress` / `gBulkProgress` | `bulk-progress` | interaction | css | `g-bulk-progress` | — |
|
|
167
|
+
| `GFilterBarDirective` | `g-filter-bar` / `gFilterBar` | `filter-bar` | dashboard | css | `g-filter-bar` | — |
|
|
168
|
+
| `GCodeBlockDirective` | `g-code-block` / `gCodeBlock` | `code-block` | content | css | `g-code-block` | — |
|
|
169
|
+
| `GTerminalDirective` | `g-terminal` / `gTerminal` | `terminal` | content | css | `g-terminal` | — |
|
|
170
|
+
| `GDiffViewerDirective` | `g-diff-viewer` / `gDiffViewer` | `diff-viewer` | content | css | `g-diff` | — |
|
|
171
|
+
| `GChartContainerDirective` | `g-chart-container` / `gChartContainer` | `chart-container` | dashboard | css | `g-chart` | — |
|
|
172
|
+
| `GGridSystemDirective` | `g-grid-system` / `gGridSystem` | `grid-system` | layout | css | `g-grid-24` | — |
|
|
173
|
+
| `GRegionLayoutSystemDirective` | `g-region-layout-system` / `gRegionLayoutSystem` | `region-layout-system` | layout | css | `g-region-frame` | — |
|
|
174
|
+
| `GClassicLayoutPrimitivesDirective` | `g-classic-layout-primitives` / `gClassicLayoutPrimitives` | `classic-layout-primitives` | layout | css | `g-stack` | — |
|
|
175
|
+
| `GPageHeaderDirective` | `g-page-header` / `gPageHeader` | `page-header` | layout | css | `g-page-header` | — |
|
|
176
|
+
| `GSectionHeaderDirective` | `g-section-header` / `gSectionHeader` | `section-header` | layout | css | `g-section-header` | — |
|
|
177
|
+
| `GSubheaderDirective` | `g-subheader` / `gSubheader` | `subheader` | layout | css | `g-subheader` | — |
|
|
178
|
+
| `GToolbarDirective` | `g-toolbar` / `gToolbar` | `toolbar` | navigation | css | `g-toolbar` | — |
|
|
179
|
+
| `GActionBarDirective` | `g-action-bar` / `gActionBar` | `action-bar` | interaction | css | `g-action-bar` | — |
|
|
180
|
+
| `GStatusBarDirective` | `g-status-bar` / `gStatusBar` | `status-bar` | feedback | css | `g-status-bar` | — |
|
|
181
|
+
| `GCommandBarDirective` | `g-command-bar` / `gCommandBar` | `command-bar` | navigation | css | `g-command-bar` | — |
|
|
182
|
+
| `GContextBarDirective` | `g-context-bar` / `gContextBar` | `context-bar` | feedback | css | `g-context-bar` | — |
|
|
183
|
+
| `GBulkActionBarDirective` | `g-bulk-action-bar` / `gBulkActionBar` | `bulk-action-bar` | interaction | css | `g-bulk-action-bar` | — |
|
|
184
|
+
| `GFooterBarDirective` | `g-footer-bar` / `gFooterBar` | `footer-bar` | layout | css | `g-footer-bar` | — |
|
|
185
|
+
| `GFloatingActionBarDirective` | `g-floating-action-bar` / `gFloatingActionBar` | `floating-action-bar` | interaction | css | `g-floating-action-bar` | — |
|
|
186
|
+
| `GDividerWithTextDirective` | `g-divider-with-text` / `gDividerWithText` | `divider-with-text` | basic | css | `g-divider` | — |
|
|
187
|
+
| `GStickyActionsDirective` | `g-sticky-actions` / `gStickyActions` | `sticky-actions` | interaction | css | `g-sticky-actions` | — |
|
|
188
|
+
| `GPageLoadingDirective` | `g-page-loading` / `gPageLoading` | `page-loading` | feedback | css | `g-page-loading` | — |
|
|
189
|
+
| `GPageStateSystemDirective` | `g-page-state-system` / `gPageStateSystem` | `page-state-system` | feedback | css | `g-page-state` | — |
|
|
190
|
+
| `GTipDirective` | `g-tip` / `gTip` | `tip` | help | css | `g-tip` | — |
|
|
191
|
+
| `GInlineHintDirective` | `g-inline-hint` / `gInlineHint` | `inline-hint` | help | css | `g-inline-hint` | — |
|
|
192
|
+
| `GHelpTextDirective` | `g-help-text` / `gHelpText` | `help-text` | help | css | `g-help-text` | — |
|
|
193
|
+
| `GHelpTriggerDirective` | `g-help-trigger` / `gHelpTrigger` | `help-trigger` | help | css | `g-help-trigger` | — |
|
|
194
|
+
| `GRichTooltipDirective` | `g-rich-tooltip` / `gRichTooltip` | `rich-tooltip` | help | interactive | `g-tooltip-rich` | tooltip |
|
|
195
|
+
| `GHelpPopoverDirective` | `g-help-popover` / `gHelpPopover` | `help-popover` | help | interactive | `g-help-popover` | popover |
|
|
196
|
+
| `GDefinitionHelpDirective` | `g-definition-help` / `gDefinitionHelp` | `definition-help` | help | css | `g-definition` | — |
|
|
197
|
+
| `GCalloutDirective` | `g-callout` / `gCallout` | `callout` | help | css | `g-callout` | — |
|
|
198
|
+
| `GNoteDirective` | `g-note` / `gNote` | `note` | help | css | `g-note` | — |
|
|
199
|
+
| `GGuidancePairDirective` | `g-guidance-pair` / `gGuidancePair` | `guidance-pair` | help | css | `g-guidance-pair` | — |
|
|
200
|
+
| `GKeyHintDirective` | `g-key-hint` / `gKeyHint` | `key-hint` | help | css | `g-key-hint` | — |
|
|
201
|
+
| `GShortcutListDirective` | `g-shortcut-list` / `gShortcutList` | `shortcut-list` | help | css | `g-shortcut-list` | — |
|
|
202
|
+
| `GHelpCardDirective` | `g-help-card` / `gHelpCard` | `help-card` | help | css | `g-help-card` | — |
|
|
203
|
+
| `GHelpPanelDirective` | `g-help-panel` / `gHelpPanel` | `help-panel` | help | css | `g-help-panel` | — |
|
|
204
|
+
| `GHelpCenterDirective` | `g-help-center` / `gHelpCenter` | `help-center` | help | css | `g-help-center` | — |
|
|
205
|
+
| `GHelpTopicsDirective` | `g-help-topics` / `gHelpTopics` | `help-topics` | help | css | `g-help-topics` | — |
|
|
206
|
+
| `GFaqDirective` | `g-faq` / `gFaq` | `faq` | help | interactive | `g-faq` | accordion |
|
|
207
|
+
| `GContextualHelpDirective` | `g-contextual-help` / `gContextualHelp` | `contextual-help` | help | css | `g-contextual-help` | — |
|
|
208
|
+
| `GCoachMarkDirective` | `g-coach-mark` / `gCoachMark` | `coach-mark` | help | css | `g-coach-mark` | — |
|
|
209
|
+
| `GSpotlightDirective` | `g-spotlight` / `gSpotlight` | `spotlight` | help | css | `g-spotlight` | — |
|
|
210
|
+
| `GHotspotDirective` | `g-hotspot` / `gHotspot` | `hotspot` | help | css | `g-hotspot` | — |
|
|
211
|
+
| `GFeatureHintDirective` | `g-feature-hint` / `gFeatureHint` | `feature-hint` | help | css | `g-feature-hint` | — |
|
|
212
|
+
| `GWhatsNewDirective` | `g-whats-new` / `gWhatsNew` | `whats-new` | help | css | `g-whats-new` | — |
|
|
213
|
+
| `GHelpChecklistDirective` | `g-help-checklist` / `gHelpChecklist` | `help-checklist` | help | css | `g-help-checklist` | — |
|
|
214
|
+
| `GTroubleshootingDirective` | `g-troubleshooting` / `gTroubleshooting` | `troubleshooting` | help | css | `g-troubleshooting` | — |
|
|
215
|
+
| `GHelpFeedbackDirective` | `g-help-feedback` / `gHelpFeedback` | `help-feedback` | help | css | `g-help-feedback` | — |
|
|
216
|
+
| `GAppShellDirective` | `g-app-shell` / `gAppShell` | `app-shell` | layout | css | `g-app-shell` | — |
|
|
217
|
+
| `GDashboardDirective` | `g-dashboard` / `gDashboard` | `dashboard` | layout | css | `g-dashboard` | — |
|
|
218
|
+
| `GMobileShellDirective` | `g-mobile-shell` / `gMobileShell` | `mobile-shell` | layout | css | `g-mobile-shell` | — |
|
|
219
|
+
| `GChatDirective` | `g-chat` / `gChat` | `chat` | ai | css | `g-chat` | — |
|
|
220
|
+
| `GMessageDirective` | `g-message` / `gMessage` | `message` | ai | css | `g-message` | — |
|
|
221
|
+
| `GPromptComposerDirective` | `g-prompt-composer` / `gPromptComposer` | `prompt-composer` | ai | interactive | `g-composer` | ai-composer |
|
|
222
|
+
| `GAttachmentDirective` | `g-attachment` / `gAttachment` | `attachment` | ai | css | `g-attachment` | — |
|
|
223
|
+
| `GThinkingDirective` | `g-thinking` / `gThinking` | `thinking` | ai | interactive | `g-thinking` | accordion |
|
|
224
|
+
| `GToolCallDirective` | `g-tool-call` / `gToolCall` | `tool-call` | ai | interactive | `g-tool-call` | accordion |
|
|
225
|
+
| `GToolApprovalDirective` | `g-tool-approval` / `gToolApproval` | `tool-approval` | ai | interactive | `g-approval` | ai-approval |
|
|
226
|
+
| `GAgentStatusDirective` | `g-agent-status` / `gAgentStatus` | `agent-status` | ai | css | `g-agent-status` | — |
|
|
227
|
+
| `GAgentPlanDirective` | `g-agent-plan` / `gAgentPlan` | `agent-plan` | ai | css | `g-plan` | — |
|
|
228
|
+
| `GSourcesCitationsDirective` | `g-sources-citations` / `gSourcesCitations` | `sources-citations` | ai | css | `g-sources` | — |
|
|
229
|
+
| `GArtifactPanelDirective` | `g-artifact-panel` / `gArtifactPanel` | `artifact-panel` | ai | interactive | `g-artifact-panel` | tabs |
|
|
230
|
+
| `GModelSelectorDirective` | `g-model-selector` / `gModelSelector` | `model-selector` | ai | interactive | `g-model-selector` | dropdown |
|
|
231
|
+
| `GContextMeterDirective` | `g-context-meter` / `gContextMeter` | `context-meter` | ai | css | `g-context-meter` | — |
|
|
232
|
+
| `GVoiceStateDirective` | `g-voice-state` / `gVoiceState` | `voice-state` | ai | css | `g-voice-state` | — |
|
|
233
|
+
| `GGenerationPlaceholderDirective` | `g-generation-placeholder` / `gGenerationPlaceholder` | `generation-placeholder` | ai | css | `g-generation-placeholder` | — |
|
|
234
|
+
| `GAiWorkspaceDirective` | `g-ai-workspace` / `gAiWorkspace` | `ai-workspace` | ai | css | `g-ai-shell` | — |
|
|
235
|
+
| `GPromptStarterDirective` | `g-prompt-starter` / `gPromptStarter` | `prompt-starter` | ai | interactive | `g-prompt-starter` | prompt-fill |
|
|
236
|
+
| `GAiCommandMenuDirective` | `g-ai-command-menu` / `gAiCommandMenu` | `ai-command-menu` | ai | interactive | `g-ai-command-menu` | roving-nav |
|
|
237
|
+
| `GStreamingResponseDirective` | `g-streaming-response` / `gStreamingResponse` | `streaming-response` | ai | css | `g-streaming-response` | — |
|
|
238
|
+
| `GMultiAgentBoardDirective` | `g-multi-agent-board` / `gMultiAgentBoard` | `multi-agent-board` | ai | css | `g-agent-board` | — |
|
|
239
|
+
| `GAgentHandoffDirective` | `g-agent-handoff` / `gAgentHandoff` | `agent-handoff` | ai | css | `g-agent-handoff` | — |
|
|
240
|
+
| `GArtifactWorkspaceDirective` | `g-artifact-workspace` / `gArtifactWorkspace` | `artifact-workspace` | ai | css | `g-artifact-layout` | — |
|
|
241
|
+
| `GGenerationGalleryDirective` | `g-generation-gallery` / `gGenerationGallery` | `generation-gallery` | ai | css | `g-generation-grid` | — |
|
|
242
|
+
| `GAiContextManagerDirective` | `g-ai-context-manager` / `gAiContextManager` | `ai-context-manager` | ai | css | `g-ai-context-manager` | — |
|
|
243
|
+
| `GAiUsagePanelDirective` | `g-ai-usage-panel` / `gAiUsagePanel` | `ai-usage-panel` | ai | css | `g-ai-usage-panel` | — |
|
|
244
|
+
| `GAiSafetyNoticeDirective` | `g-ai-safety-notice` / `gAiSafetyNotice` | `ai-safety-notice` | ai | css | `g-ai-safety-notice` | — |
|
|
245
|
+
| `GAiFeedbackDirective` | `g-ai-feedback` / `gAiFeedback` | `ai-feedback` | ai | interactive | `g-ai-feedback` | ai-feedback |
|
|
246
|
+
| `GDatePickerDirective` | `g-date-picker` / `gDatePicker` | `date-picker` | form | css | `g-date-picker` | — |
|
|
247
|
+
| `GTimePickerDirective` | `g-time-picker` / `gTimePicker` | `time-picker` | form | css | `g-time-picker` | — |
|
|
248
|
+
| `GPinInputDirective` | `g-pin-input` / `gPinInput` | `pin-input` | form | css | `g-pin-input` | — |
|
|
249
|
+
| `GRatingDirective` | `g-rating` / `gRating` | `rating` | form | css | `g-rating` | — |
|
|
250
|
+
| `GTransferListDirective` | `g-transfer-list` / `gTransferList` | `transfer-list` | interaction | interactive | `g-transfer` | transfer |
|
|
251
|
+
| `GValidationSummaryDirective` | `g-validation-summary` / `gValidationSummary` | `validation-summary` | form | css | `g-validation-summary` | — |
|
|
252
|
+
| `GMegaMenuDirective` | `g-mega-menu` / `gMegaMenu` | `mega-menu` | navigation | css | `g-mega-menu` | — |
|
|
253
|
+
| `GAnchorNavigationDirective` | `g-anchor-navigation` / `gAnchorNavigation` | `anchor-navigation` | navigation | css | `g-anchor-nav` | — |
|
|
254
|
+
| `GTourSpotlightDirective` | `g-tour-spotlight` / `gTourSpotlight` | `tour-spotlight` | help | interactive | `g-tour` | tour |
|
|
255
|
+
| `GVirtualListDirective` | `g-virtual-list` / `gVirtualList` | `virtual-list` | data | css | `g-virtual-list` | — |
|
|
256
|
+
| `GKanbanDirective` | `g-kanban` / `gKanban` | `kanban` | data | css | `g-kanban` | — |
|
|
257
|
+
| `GGanttShellDirective` | `g-gantt-shell` / `gGanttShell` | `gantt-shell` | data | css | `g-gantt` | — |
|
|
258
|
+
| `GQueryBuilderDirective` | `g-query-builder` / `gQueryBuilder` | `query-builder` | data | css | `g-query-builder` | — |
|
|
259
|
+
| `GCarouselDirective` | `g-carousel` / `gCarousel` | `carousel` | media | interactive | `g-carousel` | carousel |
|
|
260
|
+
| `GGalleryLightboxDirective` | `g-gallery-lightbox` / `gGalleryLightbox` | `gallery-lightbox` | media | css | `g-gallery` | — |
|
|
261
|
+
| `GMediaPlayerDirective` | `g-media-player` / `gMediaPlayer` | `media-player` | media | css | `g-media-player` | — |
|
|
262
|
+
| `GDocumentViewerDirective` | `g-document-viewer` / `gDocumentViewer` | `document-viewer` | media | css | `g-document-viewer` | — |
|
|
263
|
+
| `GSplitPaneDirective` | `g-split-pane` / `gSplitPane` | `split-pane` | interaction | interactive | `g-split-pane` | split-pane |
|
|
264
|
+
| `GDragSortDirective` | `g-drag-sort` / `gDragSort` | `drag-sort` | interaction | css | `g-sortable-item` | — |
|
|
265
|
+
| `GInfiniteScrollDirective` | `g-infinite-scroll` / `gInfiniteScroll` | `infinite-scroll` | interaction | css | `g-infinite-status` | — |
|
|
266
|
+
| `GPullRefreshDirective` | `g-pull-refresh` / `gPullRefresh` | `pull-refresh` | interaction | css | `g-pull-refresh` | — |
|
|
267
|
+
| `GProductCardDirective` | `g-product-card` / `gProductCard` | `product-card` | commerce | css | `g-product-card` | — |
|
|
268
|
+
| `GCartItemDirective` | `g-cart-item` / `gCartItem` | `cart-item` | commerce | css | `g-cart-item` | — |
|
|
269
|
+
| `GPriceQuantityDirective` | `g-price-quantity` / `gPriceQuantity` | `price-quantity` | commerce | css | `g-price` | — |
|
|
270
|
+
| `GConversationListDirective` | `g-conversation-list` / `gConversationList` | `conversation-list` | ai | css | `g-conversation-list` | — |
|
|
271
|
+
| `GPromptLibraryDirective` | `g-prompt-library` / `gPromptLibrary` | `prompt-library` | ai | css | `g-prompt-library` | — |
|
|
272
|
+
| `GMentionSlashCommandDirective` | `g-mention-slash-command` / `gMentionSlashCommand` | `mention-slash-command` | ai | css | `g-mention` | — |
|
|
273
|
+
| `GGenerationCardDirective` | `g-generation-card` / `gGenerationCard` | `generation-card` | ai | css | `g-generation-card` | — |
|
|
274
|
+
| `GFileTreeDirective` | `g-file-tree` / `gFileTree` | `file-tree` | ai | css | `g-file-tree` | — |
|
|
275
|
+
| `GVersionHistoryDirective` | `g-version-history` / `gVersionHistory` | `version-history` | ai | css | `g-version-list` | — |
|
|
276
|
+
| `GPermissionScopeDirective` | `g-permission-scope` / `gPermissionScope` | `permission-scope` | ai | css | `g-permission-scope` | — |
|
|
277
|
+
| `GCostRateLimitDirective` | `g-cost-rate-limit` / `gCostRateLimit` | `cost-rate-limit` | ai | css | `g-cost` | — |
|
|
278
|
+
| `GPrivacyNoticeDirective` | `g-privacy-notice` / `gPrivacyNotice` | `privacy-notice` | ai | css | `g-privacy-notice` | — |
|
|
279
|
+
| `GAuthenticationShellDirective` | `g-authentication-shell` / `gAuthenticationShell` | `authentication-shell` | auth | css | `g-auth-shell` | — |
|
|
280
|
+
| `GMobileCategoryDirective` | `g-mobile-category` / `gMobileCategory` | `mobile-category` | mobile | css | `g-mobile-category` | — |
|
|
281
|
+
| `GCmsShellDirective` | `g-cms-shell` / `gCmsShell` | `cms-shell` | cms | css | `g-cms-shell` | — |
|
|
282
|
+
| `GVisualBuilderDirective` | `g-visual-builder` / `gVisualBuilder` | `visual-builder` | cms | css | `g-cms-canvas` | — |
|
|
283
|
+
| `GRichEditorDirective` | `g-rich-editor` / `gRichEditor` | `rich-editor` | cms | css | `g-editor` | — |
|
|
284
|
+
| `GMediaLibraryDirective` | `g-media-library` / `gMediaLibrary` | `media-library` | cms | css | `g-media-library` | — |
|
|
285
|
+
| `GContentWorkflowDirective` | `g-content-workflow` / `gContentWorkflow` | `content-workflow` | cms | css | `g-workflow` | — |
|
|
286
|
+
| `GLocalizationGridDirective` | `g-localization-grid` / `gLocalizationGrid` | `localization-grid` | cms | css | `g-localization-grid` | — |
|
|
287
|
+
| `GSiteHeaderDirective` | `g-site-header` / `gSiteHeader` | `site-header` | marketing | css | `g-site-header` | — |
|
|
288
|
+
| `GHeroDirective` | `g-hero` / `gHero` | `hero` | marketing | css | `g-hero` | — |
|
|
289
|
+
| `GPricingDirective` | `g-pricing` / `gPricing` | `pricing` | marketing | css | `g-pricing-grid` | — |
|
|
290
|
+
| `GArticleLayoutDirective` | `g-article-layout` / `gArticleLayout` | `article-layout` | content | css | `g-article-shell` | — |
|
|
291
|
+
| `GProductDetailDirective` | `g-product-detail` / `gProductDetail` | `product-detail` | commerce | css | `g-product-detail` | — |
|
|
292
|
+
| `GCheckoutDirective` | `g-checkout` / `gCheckout` | `checkout` | commerce | css | `g-checkout-layout` | — |
|
|
293
|
+
| `GEnterpriseSettingsDirective` | `g-enterprise-settings` / `gEnterpriseSettings` | `enterprise-settings` | enterprise | css | `g-settings-shell` | — |
|
|
294
|
+
| `GPermissionMatrixDirective` | `g-permission-matrix` / `gPermissionMatrix` | `permission-matrix` | enterprise | css | `g-permission-matrix` | — |
|
|
295
|
+
| `GAuditLogDirective` | `g-audit-log` / `gAuditLog` | `audit-log` | enterprise | css | `g-audit-event` | — |
|
|
296
|
+
| `GDesktopShellDirective` | `g-desktop-shell` / `gDesktopShell` | `desktop-shell` | desktop | css | `g-desktop-shell` | — |
|
|
297
|
+
| `GDesktopTitlebarDirective` | `g-desktop-titlebar` / `gDesktopTitlebar` | `desktop-titlebar` | desktop | interactive | `g-titlebar` | — |
|
|
298
|
+
| `GDesktopWorkbenchDirective` | `g-desktop-workbench` / `gDesktopWorkbench` | `desktop-workbench` | desktop | css | `g-workbench` | — |
|
|
299
|
+
| `GOnboardingDirective` | `g-onboarding` / `gOnboarding` | `onboarding` | workflow | css | `g-onboarding` | — |
|
|
300
|
+
| `GWizardLayoutDirective` | `g-wizard-layout` / `gWizardLayout` | `wizard-layout` | workflow | css | `g-wizard-layout` | — |
|
|
301
|
+
| `GNotificationCenterDirective` | `g-notification-center` / `gNotificationCenter` | `notification-center` | communication | css | `g-notification-center` | — |
|
|
302
|
+
| `GInboxDirective` | `g-inbox` / `gInbox` | `inbox` | communication | css | `g-inbox` | — |
|
|
303
|
+
| `GSearchResultsDirective` | `g-search-results` / `gSearchResults` | `search-results` | content | css | `g-search-page` | — |
|
|
304
|
+
| `GCalendarDirective` | `g-calendar` / `gCalendar` | `calendar` | data | css | `g-calendar` | — |
|
|
305
|
+
| `GAgendaDirective` | `g-agenda` / `gAgenda` | `agenda` | data | css | `g-agenda` | — |
|
|
306
|
+
| `GFileManagerDirective` | `g-file-manager` / `gFileManager` | `file-manager` | data | css | `g-file-manager` | — |
|
|
307
|
+
| `GUploadQueueDirective` | `g-upload-queue` / `gUploadQueue` | `upload-queue` | form | css | `g-upload-queue` | — |
|
|
308
|
+
| `GFormBuilderDirective` | `g-form-builder` / `gFormBuilder` | `form-builder` | form | css | `g-form-builder` | — |
|
|
309
|
+
| `GFilterBuilderDirective` | `g-filter-builder` / `gFilterBuilder` | `filter-builder` | data | css | `g-filter-builder` | — |
|
|
310
|
+
| `GPivotTableDirective` | `g-pivot-table` / `gPivotTable` | `pivot-table` | data | css | `g-pivot` | — |
|
|
311
|
+
| `GOrganizationChartDirective` | `g-organization-chart` / `gOrganizationChart` | `organization-chart` | data | css | `g-org-chart` | — |
|
|
312
|
+
| `GMapShellDirective` | `g-map-shell` / `gMapShell` | `map-shell` | data | css | `g-map-shell` | — |
|
|
313
|
+
| `GCommentThreadDirective` | `g-comment-thread` / `gCommentThread` | `comment-thread` | communication | css | `g-comment-thread` | — |
|
|
314
|
+
| `GActivityFeedDirective` | `g-activity-feed` / `gActivityFeed` | `activity-feed` | communication | css | `g-activity-feed` | — |
|
|
315
|
+
| `GReportInvoiceDirective` | `g-report-invoice` / `gReportInvoice` | `report-invoice` | content | css | `g-report` | — |
|
|
316
|
+
| `GCookieConsentDirective` | `g-cookie-consent` / `gCookieConsent` | `cookie-consent` | legal | css | `g-cookie-banner` | — |
|
|
317
|
+
| `GCopyActionDirective` | `g-copy-action` / `gCopyAction` | `copy-action` | interaction | interactive | `[data-g-copy]` | copy |
|
|
318
|
+
| `GFullscreenActionDirective` | `g-fullscreen-action` / `gFullscreenAction` | `fullscreen-action` | interaction | interactive | `[data-g-fullscreen]` | fullscreen |
|
|
319
|
+
| `GBackToTopDirective` | `g-back-to-top` / `gBackToTop` | `back-to-top` | navigation | interactive | `g-back-to-top` | scroll-top |
|
|
320
|
+
| `GImageCropShellDirective` | `g-image-crop-shell` / `gImageCropShell` | `image-crop-shell` | media | css | `g-image-crop` | — |
|
|
321
|
+
| `GContentFileDropDirective` | `g-content-file-drop` / `gContentFileDrop` | `content-file-drop` | content | interactive | `g-file-drop` | dropzone |
|
|
322
|
+
| `GContentFileListDirective` | `g-content-file-list` / `gContentFileList` | `content-file-list` | content | css | `g-file-list` | — |
|
|
323
|
+
| `GContentUploadQueueDirective` | `g-content-upload-queue` / `gContentUploadQueue` | `content-upload-queue` | content | interactive | `g-upload-queue` | upload-manager |
|
|
324
|
+
| `GChunkUploadDirective` | `g-chunk-upload` / `gChunkUpload` | `chunk-upload` | content | css | `g-chunk-upload` | — |
|
|
325
|
+
| `GUploadProgressCompositionDirective` | `g-upload-progress-composition` / `gUploadProgressComposition` | `upload-progress-composition` | content | interactive | `g-upload-progress` | upload-manager |
|
|
326
|
+
| `GFailedUploadDirective` | `g-failed-upload` / `gFailedUpload` | `failed-upload` | content | interactive | `g-failed-upload` | upload-manager |
|
|
327
|
+
| `GFileCardCompositionDirective` | `g-file-card-composition` / `gFileCardComposition` | `file-card-composition` | content | css | `g-file-card` | — |
|
|
328
|
+
| `GFolderTreeCompositionDirective` | `g-folder-tree-composition` / `gFolderTreeComposition` | `folder-tree-composition` | content | css | `g-folder-tree` | — |
|
|
329
|
+
| `GFileBrowserCompositionDirective` | `g-file-browser-composition` / `gFileBrowserComposition` | `file-browser-composition` | content | interactive | `g-file-browser` | file-browser |
|
|
330
|
+
| `GFilePreviewCompositionDirective` | `g-file-preview-composition` / `gFilePreviewComposition` | `file-preview-composition` | content | css | `g-file-preview` | — |
|
|
331
|
+
| `GMediaLibraryCompositionDirective` | `g-media-library-composition` / `gMediaLibraryComposition` | `media-library-composition` | content | interactive | `g-media-library` | file-browser |
|
|
332
|
+
| `GMediaGridCompositionDirective` | `g-media-grid-composition` / `gMediaGridComposition` | `media-grid-composition` | content | css | `g-media-grid` | — |
|
|
333
|
+
| `GMediaDetailsCompositionDirective` | `g-media-details-composition` / `gMediaDetailsComposition` | `media-details-composition` | content | css | `g-media-details` | — |
|
|
334
|
+
| `GImageCropCompositionDirective` | `g-image-crop-composition` / `gImageCropComposition` | `image-crop-composition` | content | css | `g-image-crop` | — |
|
|
335
|
+
| `GImageAnnotationCompositionDirective` | `g-image-annotation-composition` / `gImageAnnotationComposition` | `image-annotation-composition` | content | css | `g-image-annotation` | — |
|
|
336
|
+
| `GDocumentViewerCompositionDirective` | `g-document-viewer-composition` / `gDocumentViewerComposition` | `document-viewer-composition` | content | css | `g-document-viewer` | — |
|
|
337
|
+
| `GPdfViewerDirective` | `g-pdf-viewer` / `gPdfViewer` | `pdf-viewer` | content | css | `g-pdf-viewer` | — |
|
|
338
|
+
| `GVideoPlayerShellDirective` | `g-video-player-shell` / `gVideoPlayerShell` | `video-player-shell` | content | css | `g-video-player` | — |
|
|
339
|
+
| `GAudioPlayerShellDirective` | `g-audio-player-shell` / `gAudioPlayerShell` | `audio-player-shell` | content | css | `g-audio-player` | — |
|
|
340
|
+
| `GCodeEditorShellDirective` | `g-code-editor-shell` / `gCodeEditorShell` | `code-editor-shell` | content | interactive | `g-code-editor` | editor-shell |
|
|
341
|
+
| `GRichTextEditorCompositionDirective` | `g-rich-text-editor-composition` / `gRichTextEditorComposition` | `rich-text-editor-composition` | content | interactive | `g-rich-text-editor` | editor-shell |
|
|
342
|
+
| `GMarkdownEditorDirective` | `g-markdown-editor` / `gMarkdownEditor` | `markdown-editor` | content | interactive | `g-markdown-editor` | editor-shell |
|
|
343
|
+
| `GBlockEditorDirective` | `g-block-editor` / `gBlockEditor` | `block-editor` | content | interactive | `g-block-editor` | editor-shell |
|
|
344
|
+
| `GRevisionCompareCompositionDirective` | `g-revision-compare-composition` / `gRevisionCompareComposition` | `revision-compare-composition` | content | interactive | `g-revision-compare` | revision-compare |
|
|
345
|
+
| `GContentAutosaveIndicatorDirective` | `g-content-autosave-indicator` / `gContentAutosaveIndicator` | `content-autosave-indicator` | content | interactive | `g-autosave-indicator` | autosave |
|
|
346
|
+
| `GContentOutlineDirective` | `g-content-outline` / `gContentOutline` | `content-outline` | content | css | `g-content-outline` | — |
|
|
347
|
+
| `GEditorToolbarCompositionDirective` | `g-editor-toolbar-composition` / `gEditorToolbarComposition` | `editor-toolbar-composition` | content | interactive | `g-editor-toolbar` | editor-shell |
|
|
348
|
+
| `GFindReplaceDirective` | `g-find-replace` / `gFindReplace` | `find-replace` | content | css | `g-find-replace` | — |
|
|
349
|
+
| `GCommentThreadCompositionDirective` | `g-comment-thread-composition` / `gCommentThreadComposition` | `comment-thread-composition` | content | css | `g-comment-thread` | — |
|
|
350
|
+
| `GVersionHistoryCompositionDirective` | `g-version-history-composition` / `gVersionHistoryComposition` | `version-history-composition` | content | css | `g-version-history` | — |
|
|
351
|
+
| `GFilePropertiesDirective` | `g-file-properties` / `gFileProperties` | `file-properties` | content | css | `g-file-properties` | — |
|
|
352
|
+
| `GStorageMeterDirective` | `g-storage-meter` / `gStorageMeter` | `storage-meter` | content | css | `g-storage-meter` | — |
|
|
353
|
+
| `GAuthCenteredDirective` | `g-auth-centered` / `gAuthCentered` | `auth-centered` | auth | css | `g-auth-centered` | — |
|
|
354
|
+
| `GAuthSplitDirective` | `g-auth-split` / `gAuthSplit` | `auth-split` | auth | css | `g-auth-split` | — |
|
|
355
|
+
| `GSignInCompositionDirective` | `g-sign-in-composition` / `gSignInComposition` | `sign-in-composition` | auth | css | `g-sign-in` | — |
|
|
356
|
+
| `GRegistrationCompositionDirective` | `g-registration-composition` / `gRegistrationComposition` | `registration-composition` | auth | css | `g-registration` | — |
|
|
357
|
+
| `GPasswordRecoveryDirective` | `g-password-recovery` / `gPasswordRecovery` | `password-recovery` | auth | css | `g-password-recovery` | — |
|
|
358
|
+
| `GPasswordResetDirective` | `g-password-reset` / `gPasswordReset` | `password-reset` | auth | css | `g-password-reset` | — |
|
|
359
|
+
| `GEmailVerificationDirective` | `g-email-verification` / `gEmailVerification` | `email-verification` | auth | css | `g-email-verification` | — |
|
|
360
|
+
| `GPhoneVerificationDirective` | `g-phone-verification` / `gPhoneVerification` | `phone-verification` | auth | css | `g-phone-verification` | — |
|
|
361
|
+
| `GMfaChallengeDirective` | `g-mfa-challenge` / `gMfaChallenge` | `mfa-challenge` | auth | css | `g-mfa-challenge` | — |
|
|
362
|
+
| `GOtpInputDirective` | `g-otp-input` / `gOtpInput` | `otp-input` | auth | interactive | `g-otp-input` | otp-input |
|
|
363
|
+
| `GPasskeyCompositionDirective` | `g-passkey-composition` / `gPasskeyComposition` | `passkey-composition` | auth | css | `g-passkey` | — |
|
|
364
|
+
| `GSsoCompositionDirective` | `g-sso-composition` / `gSsoComposition` | `sso-composition` | auth | css | `g-sso` | — |
|
|
365
|
+
| `GQrLoginDirective` | `g-qr-login` / `gQrLogin` | `qr-login` | auth | interactive | `g-qr-login` | auth-timer |
|
|
366
|
+
| `GMagicLinkDirective` | `g-magic-link` / `gMagicLink` | `magic-link` | auth | css | `g-magic-link` | — |
|
|
367
|
+
| `GInvitationCompositionDirective` | `g-invitation-composition` / `gInvitationComposition` | `invitation-composition` | auth | css | `g-invitation` | — |
|
|
368
|
+
| `GFirstTimeSetupDirective` | `g-first-time-setup` / `gFirstTimeSetup` | `first-time-setup` | auth | css | `g-first-time-setup` | — |
|
|
369
|
+
| `GLockScreenDirective` | `g-lock-screen` / `gLockScreen` | `lock-screen` | auth | css | `g-lock-screen` | — |
|
|
370
|
+
| `GSessionExpiredDirective` | `g-session-expired` / `gSessionExpired` | `session-expired` | auth | css | `g-session-expired` | — |
|
|
371
|
+
| `GAccountChooserDirective` | `g-account-chooser` / `gAccountChooser` | `account-chooser` | auth | interactive | `g-account-chooser` | saved-choice |
|
|
372
|
+
| `GTenantChooserDirective` | `g-tenant-chooser` / `gTenantChooser` | `tenant-chooser` | auth | interactive | `g-tenant-chooser` | saved-choice |
|
|
373
|
+
| `GIdentitySwitcherDirective` | `g-identity-switcher` / `gIdentitySwitcher` | `identity-switcher` | auth | interactive | `g-identity-switcher` | dropdown |
|
|
374
|
+
| `GProfileSetupDirective` | `g-profile-setup` / `gProfileSetup` | `profile-setup` | auth | css | `g-profile-setup` | — |
|
|
375
|
+
| `GAccountSecurityDirective` | `g-account-security` / `gAccountSecurity` | `account-security` | auth | css | `g-account-security` | — |
|
|
376
|
+
| `GDeviceManagementDirective` | `g-device-management` / `gDeviceManagement` | `device-management` | auth | css | `g-device-management` | — |
|
|
377
|
+
| `GLoginActivityDirective` | `g-login-activity` / `gLoginActivity` | `login-activity` | auth | css | `g-login-activity` | — |
|
|
378
|
+
| `GSecurityAlertDirective` | `g-security-alert` / `gSecurityAlert` | `security-alert` | auth | css | `g-security-alert` | — |
|
|
379
|
+
| `GRecoveryCodesDirective` | `g-recovery-codes` / `gRecoveryCodes` | `recovery-codes` | auth | css | `g-recovery-codes` | — |
|
|
380
|
+
| `GTrustedDeviceDirective` | `g-trusted-device` / `gTrustedDevice` | `trusted-device` | auth | css | `g-trusted-device` | — |
|
|
381
|
+
| `GConnectedAccountsDirective` | `g-connected-accounts` / `gConnectedAccounts` | `connected-accounts` | auth | css | `g-connected-accounts` | — |
|
|
382
|
+
| `GPasswordStrengthDirective` | `g-password-strength` / `gPasswordStrength` | `password-strength` | auth | interactive | `g-password-strength` | password-strength |
|
|
383
|
+
| `GAuthConsentDirective` | `g-auth-consent` / `gAuthConsent` | `auth-consent` | auth | css | `g-auth-consent` | — |
|
|
384
|
+
| `GAuthResultDirective` | `g-auth-result` / `gAuthResult` | `auth-result` | auth | css | `g-auth-result` | — |
|
|
385
|
+
| `GCommerceProductCardDirective` | `g-commerce-product-card` / `gCommerceProductCard` | `commerce-product-card` | commerce | css | `g-commerce-product-card` | — |
|
|
386
|
+
| `GCommerceProductListDirective` | `g-commerce-product-list` / `gCommerceProductList` | `commerce-product-list` | commerce | css | `g-commerce-product-list` | — |
|
|
387
|
+
| `GCommerceProductDetailDirective` | `g-commerce-product-detail` / `gCommerceProductDetail` | `commerce-product-detail` | commerce | css | `g-commerce-product-detail` | — |
|
|
388
|
+
| `GCommerceProductGalleryDirective` | `g-commerce-product-gallery` / `gCommerceProductGallery` | `commerce-product-gallery` | commerce | interactive | `g-commerce-product-gallery` | carousel |
|
|
389
|
+
| `GSkuSelectorDirective` | `g-sku-selector` / `gSkuSelector` | `sku-selector` | commerce | interactive | `g-sku-selector` | sku-selector |
|
|
390
|
+
| `GCommerceQuantityStepperDirective` | `g-commerce-quantity-stepper` / `gCommerceQuantityStepper` | `commerce-quantity-stepper` | commerce | interactive | `g-quantity-stepper` | quantity-stepper |
|
|
391
|
+
| `GPriceDisplayDirective` | `g-price-display` / `gPriceDisplay` | `price-display` | commerce | css | `g-price-display` | — |
|
|
392
|
+
| `GCommerceCartItemDirective` | `g-commerce-cart-item` / `gCommerceCartItem` | `commerce-cart-item` | commerce | css | `g-commerce-cart-item` | — |
|
|
393
|
+
| `GCommerceCartDirective` | `g-commerce-cart` / `gCommerceCart` | `commerce-cart` | commerce | interactive | `g-cart` | cart |
|
|
394
|
+
| `GMiniCartDirective` | `g-mini-cart` / `gMiniCart` | `mini-cart` | commerce | interactive | `g-mini-cart` | dropdown |
|
|
395
|
+
| `GCartSummaryDirective` | `g-cart-summary` / `gCartSummary` | `cart-summary` | commerce | css | `g-cart-summary` | — |
|
|
396
|
+
| `GCommerceCheckoutDirective` | `g-commerce-checkout` / `gCommerceCheckout` | `commerce-checkout` | commerce | css | `g-commerce-checkout` | — |
|
|
397
|
+
| `GCommerceCheckoutStepsDirective` | `g-commerce-checkout-steps` / `gCommerceCheckoutSteps` | `commerce-checkout-steps` | commerce | css | `g-checkout-steps` | — |
|
|
398
|
+
| `GAddressSelectorDirective` | `g-address-selector` / `gAddressSelector` | `address-selector` | commerce | interactive | `g-address-selector` | saved-choice |
|
|
399
|
+
| `GAddressCardDirective` | `g-address-card` / `gAddressCard` | `address-card` | commerce | css | `g-address-card` | — |
|
|
400
|
+
| `GShippingMethodDirective` | `g-shipping-method` / `gShippingMethod` | `shipping-method` | commerce | interactive | `g-shipping-method` | saved-choice |
|
|
401
|
+
| `GPickupSelectorDirective` | `g-pickup-selector` / `gPickupSelector` | `pickup-selector` | commerce | interactive | `g-pickup-selector` | saved-choice |
|
|
402
|
+
| `GCouponDirective` | `g-coupon` / `gCoupon` | `coupon` | commerce | interactive | `g-coupon` | coupon |
|
|
403
|
+
| `GPromotionListDirective` | `g-promotion-list` / `gPromotionList` | `promotion-list` | commerce | css | `g-promotion-list` | — |
|
|
404
|
+
| `GInvoiceInformationDirective` | `g-invoice-information` / `gInvoiceInformation` | `invoice-information` | commerce | css | `g-invoice-information` | — |
|
|
405
|
+
| `GPaymentMethodDirective` | `g-payment-method` / `gPaymentMethod` | `payment-method` | commerce | interactive | `g-payment-method` | saved-choice |
|
|
406
|
+
| `GPaymentSheetDirective` | `g-payment-sheet` / `gPaymentSheet` | `payment-sheet` | commerce | css | `g-payment-sheet` | — |
|
|
407
|
+
| `GPaymentResultDirective` | `g-payment-result` / `gPaymentResult` | `payment-result` | commerce | css | `g-payment-result` | — |
|
|
408
|
+
| `GCommerceOrderSummaryDirective` | `g-commerce-order-summary` / `gCommerceOrderSummary` | `commerce-order-summary` | commerce | css | `g-commerce-order-summary` | — |
|
|
409
|
+
| `GCommerceOrderTimelineDirective` | `g-commerce-order-timeline` / `gCommerceOrderTimeline` | `commerce-order-timeline` | commerce | css | `g-commerce-order-timeline` | — |
|
|
410
|
+
| `GOrderDetailDirective` | `g-order-detail` / `gOrderDetail` | `order-detail` | commerce | css | `g-order-detail` | — |
|
|
411
|
+
| `GSubscriptionPlanDirective` | `g-subscription-plan` / `gSubscriptionPlan` | `subscription-plan` | commerce | css | `g-subscription-plan` | — |
|
|
412
|
+
| `GPricingComparisonDirective` | `g-pricing-comparison` / `gPricingComparison` | `pricing-comparison` | commerce | css | `g-pricing-comparison` | — |
|
|
413
|
+
| `GCommerceUsageMeterDirective` | `g-commerce-usage-meter` / `gCommerceUsageMeter` | `commerce-usage-meter` | commerce | css | `g-commerce-usage-meter` | — |
|
|
414
|
+
| `GBillingHistoryDirective` | `g-billing-history` / `gBillingHistory` | `billing-history` | commerce | css | `g-billing-history` | — |
|
|
415
|
+
| `GRefundStatusDirective` | `g-refund-status` / `gRefundStatus` | `refund-status` | commerce | css | `g-refund-status` | — |
|
|
416
|
+
| `GTaxSummaryDirective` | `g-tax-summary` / `gTaxSummary` | `tax-summary` | commerce | css | `g-tax-summary` | — |
|
|
417
|
+
| `GMobileSafeShellDirective` | `g-mobile-safe-shell` / `gMobileSafeShell` | `mobile-safe-shell` | mobile | css | `g-mobile-safe-shell` | — |
|
|
418
|
+
| `GMobileAppBarDirective` | `g-mobile-app-bar` / `gMobileAppBar` | `mobile-app-bar` | mobile | css | `g-mobile-app-bar` | — |
|
|
419
|
+
| `GMobileBottomNavigationDirective` | `g-mobile-bottom-navigation` / `gMobileBottomNavigation` | `mobile-bottom-navigation` | mobile | css | `g-mobile-bottom-navigation` | — |
|
|
420
|
+
| `GMobileBottomSheetDirective` | `g-mobile-bottom-sheet` / `gMobileBottomSheet` | `mobile-bottom-sheet` | mobile | interactive | `g-mobile-bottom-sheet` | mobile-sheet |
|
|
421
|
+
| `GMobileActionSheetDirective` | `g-mobile-action-sheet` / `gMobileActionSheet` | `mobile-action-sheet` | mobile | interactive | `g-mobile-action-sheet` | mobile-sheet |
|
|
422
|
+
| `GMobilePullRefreshDirective` | `g-mobile-pull-refresh` / `gMobilePullRefresh` | `mobile-pull-refresh` | mobile | interactive | `g-mobile-pull-refresh` | pull-refresh |
|
|
423
|
+
| `GMobileInfiniteLoadDirective` | `g-mobile-infinite-load` / `gMobileInfiniteLoad` | `mobile-infinite-load` | mobile | interactive | `g-mobile-infinite-load` | infinite-load |
|
|
424
|
+
| `GMobileSwipeActionsDirective` | `g-mobile-swipe-actions` / `gMobileSwipeActions` | `mobile-swipe-actions` | mobile | interactive | `g-mobile-swipe-actions` | swipe-actions |
|
|
425
|
+
| `GMobileSwipeTabsDirective` | `g-mobile-swipe-tabs` / `gMobileSwipeTabs` | `mobile-swipe-tabs` | mobile | interactive | `g-mobile-swipe-tabs` | tabs |
|
|
426
|
+
| `GMobileCategoryViewDirective` | `g-mobile-category-view` / `gMobileCategoryView` | `mobile-category-view` | mobile | css | `g-mobile-category-view` | — |
|
|
427
|
+
| `GMobileFilterSheetDirective` | `g-mobile-filter-sheet` / `gMobileFilterSheet` | `mobile-filter-sheet` | mobile | interactive | `g-mobile-filter-sheet` | mobile-sheet |
|
|
428
|
+
| `GMobilePurchaseBarDirective` | `g-mobile-purchase-bar` / `gMobilePurchaseBar` | `mobile-purchase-bar` | mobile | css | `g-mobile-purchase-bar` | — |
|
|
429
|
+
| `GMobileSearchDirective` | `g-mobile-search` / `gMobileSearch` | `mobile-search` | mobile | interactive | `g-mobile-search` | clear-input |
|
|
430
|
+
| `GMobilePickerDirective` | `g-mobile-picker` / `gMobilePicker` | `mobile-picker` | mobile | interactive | `g-mobile-picker` | saved-choice |
|
|
431
|
+
| `GMobileWheelPickerDirective` | `g-mobile-wheel-picker` / `gMobileWheelPicker` | `mobile-wheel-picker` | mobile | interactive | `g-mobile-wheel-picker` | wheel-picker |
|
|
432
|
+
| `GMobileFabDirective` | `g-mobile-fab` / `gMobileFab` | `mobile-fab` | mobile | css | `g-mobile-fab` | — |
|
|
433
|
+
| `GMobileFullscreenDialogDirective` | `g-mobile-fullscreen-dialog` / `gMobileFullscreenDialog` | `mobile-fullscreen-dialog` | mobile | interactive | `g-mobile-fullscreen-dialog` | dialog |
|
|
434
|
+
| `GMobileKeyboardAvoidanceDirective` | `g-mobile-keyboard-avoidance` / `gMobileKeyboardAvoidance` | `mobile-keyboard-avoidance` | mobile | css | `g-mobile-keyboard-avoidance` | — |
|
|
435
|
+
| `GMobileGestureHintDirective` | `g-mobile-gesture-hint` / `gMobileGestureHint` | `mobile-gesture-hint` | mobile | css | `g-mobile-gesture-hint` | — |
|
|
436
|
+
| `GMobileOfflineBannerDirective` | `g-mobile-offline-banner` / `gMobileOfflineBanner` | `mobile-offline-banner` | mobile | css | `g-mobile-offline-banner` | — |
|
|
437
|
+
| `GMobileSegmentedControlDirective` | `g-mobile-segmented-control` / `gMobileSegmentedControl` | `mobile-segmented-control` | mobile | interactive | `g-mobile-segmented-control` | saved-choice |
|
|
438
|
+
| `GMobileFeedDirective` | `g-mobile-feed` / `gMobileFeed` | `mobile-feed` | mobile | css | `g-mobile-feed` | — |
|
|
439
|
+
| `GMobileCardCarouselDirective` | `g-mobile-card-carousel` / `gMobileCardCarousel` | `mobile-card-carousel` | mobile | interactive | `g-mobile-card-carousel` | carousel |
|
|
440
|
+
| `GMobileFormDirective` | `g-mobile-form` / `gMobileForm` | `mobile-form` | mobile | css | `g-mobile-form` | — |
|
|
441
|
+
| `GMobileAuthDirective` | `g-mobile-auth` / `gMobileAuth` | `mobile-auth` | mobile | interactive | `g-mobile-auth` | password-toggle |
|
|
442
|
+
| `GMobileCheckoutDirective` | `g-mobile-checkout` / `gMobileCheckout` | `mobile-checkout` | mobile | css | `g-mobile-checkout` | — |
|
|
443
|
+
| `GMobileMediaViewerDirective` | `g-mobile-media-viewer` / `gMobileMediaViewer` | `mobile-media-viewer` | mobile | interactive | `g-mobile-media-viewer` | dialog |
|
|
444
|
+
| `GMobileKeyboardToolbarDirective` | `g-mobile-keyboard-toolbar` / `gMobileKeyboardToolbar` | `mobile-keyboard-toolbar` | mobile | css | `g-mobile-keyboard-toolbar` | — |
|
|
445
|
+
| `GMobileSelectionModeDirective` | `g-mobile-selection-mode` / `gMobileSelectionMode` | `mobile-selection-mode` | mobile | interactive | `g-mobile-selection-mode` | row-select |
|
|
446
|
+
| `GMobileSnackbarDirective` | `g-mobile-snackbar` / `gMobileSnackbar` | `mobile-snackbar` | mobile | interactive | `g-mobile-snackbar` | toast |
|
|
447
|
+
| `GMobilePermissionPromptDirective` | `g-mobile-permission-prompt` / `gMobilePermissionPrompt` | `mobile-permission-prompt` | mobile | css | `g-mobile-permission-prompt` | — |
|
|
448
|
+
| `GMobileStateDirective` | `g-mobile-state` / `gMobileState` | `mobile-state` | mobile | css | `g-mobile-state` | — |
|
|
449
|
+
| `GDesktopNativeTitlebarDirective` | `g-desktop-native-titlebar` / `gDesktopNativeTitlebar` | `desktop-native-titlebar` | desktop | interactive | `g-native-titlebar` | — |
|
|
450
|
+
| `GDesktopWindowControlsCompositionDirective` | `g-desktop-window-controls-composition` / `gDesktopWindowControlsComposition` | `desktop-window-controls-composition` | desktop | interactive | `g-desktop-window-controls` | — |
|
|
451
|
+
| `GDesktopMenubarCompositionDirective` | `g-desktop-menubar-composition` / `gDesktopMenubarComposition` | `desktop-menubar-composition` | desktop | interactive | `g-desktop-menubar` | roving-nav |
|
|
452
|
+
| `GDesktopActivityBarCompositionDirective` | `g-desktop-activity-bar-composition` / `gDesktopActivityBarComposition` | `desktop-activity-bar-composition` | desktop | interactive | `g-desktop-activity-bar` | roving-nav |
|
|
453
|
+
| `GDesktopDockPanelDirective` | `g-desktop-dock-panel` / `gDesktopDockPanel` | `desktop-dock-panel` | desktop | interactive | `g-desktop-dock-panel` | nav-toggle |
|
|
454
|
+
| `GDesktopSplitPaneDirective` | `g-desktop-split-pane` / `gDesktopSplitPane` | `desktop-split-pane` | desktop | interactive | `g-desktop-split-pane` | split-pane |
|
|
455
|
+
| `GDesktopInspectorPanelDirective` | `g-desktop-inspector-panel` / `gDesktopInspectorPanel` | `desktop-inspector-panel` | desktop | interactive | `g-desktop-inspector-panel` | nav-toggle |
|
|
456
|
+
| `GDesktopStatusBarDirective` | `g-desktop-status-bar` / `gDesktopStatusBar` | `desktop-status-bar` | desktop | css | `g-desktop-status-bar` | — |
|
|
457
|
+
| `GDesktopCommandPaletteDirective` | `g-desktop-command-palette` / `gDesktopCommandPalette` | `desktop-command-palette` | desktop | interactive | `g-desktop-command-palette` | command-palette |
|
|
458
|
+
| `GShortcutRecorderDirective` | `g-shortcut-recorder` / `gShortcutRecorder` | `shortcut-recorder` | desktop | interactive | `g-shortcut-recorder` | shortcut-recorder |
|
|
459
|
+
| `GDesktopContextMenuDirective` | `g-desktop-context-menu` / `gDesktopContextMenu` | `desktop-context-menu` | desktop | interactive | `g-desktop-context-menu` | context-menu |
|
|
460
|
+
| `GDesktopDocumentTabsDirective` | `g-desktop-document-tabs` / `gDesktopDocumentTabs` | `desktop-document-tabs` | desktop | interactive | `g-desktop-document-tabs` | desktop-tabs |
|
|
461
|
+
| `GDesktopDragRegionDirective` | `g-desktop-drag-region` / `gDesktopDragRegion` | `desktop-drag-region` | desktop | interactive | `g-desktop-drag-region` | — |
|
|
462
|
+
| `GWindowLoadingDirective` | `g-window-loading` / `gWindowLoading` | `window-loading` | desktop | css | `g-window-loading` | — |
|
|
463
|
+
| `GUpdateAvailableDirective` | `g-update-available` / `gUpdateAvailable` | `update-available` | desktop | css | `g-update-available` | — |
|
|
464
|
+
| `GDesktopPermissionRequestDirective` | `g-desktop-permission-request` / `gDesktopPermissionRequest` | `desktop-permission-request` | desktop | css | `g-desktop-permission-request` | — |
|
|
465
|
+
| `GNativeFilePickerDirective` | `g-native-file-picker` / `gNativeFilePicker` | `native-file-picker` | desktop | interactive | `g-native-file-picker` | native-file-picker |
|
|
466
|
+
| `GTrayMenuShellDirective` | `g-tray-menu-shell` / `gTrayMenuShell` | `tray-menu-shell` | desktop | interactive | `g-tray-menu` | dropdown |
|
|
467
|
+
| `GMultiWindowPlaceholderDirective` | `g-multi-window-placeholder` / `gMultiWindowPlaceholder` | `multi-window-placeholder` | desktop | css | `g-multi-window-placeholder` | — |
|
|
468
|
+
| `GDesktopWorkspaceCompositionDirective` | `g-desktop-workspace-composition` / `gDesktopWorkspaceComposition` | `desktop-workspace-composition` | desktop | css | `g-desktop-workspace` | — |
|
|
469
|
+
| `GDesktopWindowSwitcherDirective` | `g-desktop-window-switcher` / `gDesktopWindowSwitcher` | `desktop-window-switcher` | desktop | interactive | `g-desktop-window-switcher` | window-switcher |
|
|
470
|
+
| `GRecentDocumentsDirective` | `g-recent-documents` / `gRecentDocuments` | `recent-documents` | desktop | css | `g-recent-documents` | — |
|
|
471
|
+
| `GDesktopToolbarDirective` | `g-desktop-toolbar` / `gDesktopToolbar` | `desktop-toolbar` | desktop | css | `g-desktop-toolbar` | — |
|
|
472
|
+
| `GDesktopBottomPanelDirective` | `g-desktop-bottom-panel` / `gDesktopBottomPanel` | `desktop-bottom-panel` | desktop | interactive | `g-desktop-bottom-panel` | nav-toggle |
|
|
473
|
+
| `GBackgroundTaskCenterDirective` | `g-background-task-center` / `gBackgroundTaskCenter` | `background-task-center` | desktop | css | `g-background-task-center` | — |
|
|
474
|
+
| `GDesktopNotificationCenterDirective` | `g-desktop-notification-center` / `gDesktopNotificationCenter` | `desktop-notification-center` | desktop | css | `g-desktop-notification-center` | — |
|
|
475
|
+
| `GSyncStatusDirective` | `g-sync-status` / `gSyncStatus` | `sync-status` | desktop | css | `g-sync-status` | — |
|
|
476
|
+
| `GUpdateProgressDirective` | `g-update-progress` / `gUpdateProgress` | `update-progress` | desktop | css | `g-update-progress` | — |
|
|
477
|
+
| `GCrashRecoveryDirective` | `g-crash-recovery` / `gCrashRecovery` | `crash-recovery` | desktop | css | `g-crash-recovery` | — |
|
|
478
|
+
| `GSingleInstanceNoticeDirective` | `g-single-instance-notice` / `gSingleInstanceNotice` | `single-instance-notice` | desktop | css | `g-single-instance-notice` | — |
|
|
479
|
+
| `GDeepLinkHandlerDirective` | `g-deep-link-handler` / `gDeepLinkHandler` | `deep-link-handler` | desktop | css | `g-deep-link-handler` | — |
|
|
480
|
+
| `GAboutDialogDirective` | `g-about-dialog` / `gAboutDialog` | `about-dialog` | desktop | interactive | `g-about-dialog` | dialog |
|
|
481
|
+
| `GSolutionProductLandingDirective` | `g-solution-product-landing` / `gSolutionProductLanding` | `solution-product-landing` | solution | css | `g-product-landing` | — |
|
|
482
|
+
| `GSolutionCorporateHomeDirective` | `g-solution-corporate-home` / `gSolutionCorporateHome` | `solution-corporate-home` | solution | css | `g-corporate-home` | — |
|
|
483
|
+
| `GSolutionPersonalHomeDirective` | `g-solution-personal-home` / `gSolutionPersonalHome` | `solution-personal-home` | solution | css | `g-personal-home` | — |
|
|
484
|
+
| `GSolutionPortfolioPageDirective` | `g-solution-portfolio-page` / `gSolutionPortfolioPage` | `solution-portfolio-page` | solution | css | `g-portfolio-page` | — |
|
|
485
|
+
| `GSolutionBlogIndexDirective` | `g-solution-blog-index` / `gSolutionBlogIndex` | `solution-blog-index` | solution | css | `g-blog-index` | — |
|
|
486
|
+
| `GSolutionArticlePageDirective` | `g-solution-article-page` / `gSolutionArticlePage` | `solution-article-page` | solution | css | `g-article-page` | — |
|
|
487
|
+
| `GSolutionDocsPortalDirective` | `g-solution-docs-portal` / `gSolutionDocsPortal` | `solution-docs-portal` | solution | css | `g-docs-portal` | — |
|
|
488
|
+
| `GSolutionHelpCenterDirective` | `g-solution-help-center` / `gSolutionHelpCenter` | `solution-help-center` | solution | css | `g-help-center-page` | — |
|
|
489
|
+
| `GSolutionSearchResultsDirective` | `g-solution-search-results` / `gSolutionSearchResults` | `solution-search-results` | solution | css | `g-search-results-page` | — |
|
|
490
|
+
| `GSolutionContactPageDirective` | `g-solution-contact-page` / `gSolutionContactPage` | `solution-contact-page` | solution | css | `g-contact-page` | — |
|
|
491
|
+
| `GSolutionPricingPageDirective` | `g-solution-pricing-page` / `gSolutionPricingPage` | `solution-pricing-page` | solution | css | `g-pricing-page` | — |
|
|
492
|
+
| `GSolutionDashboardOverviewDirective` | `g-solution-dashboard-overview` / `gSolutionDashboardOverview` | `solution-dashboard-overview` | solution | css | `g-dashboard-overview` | — |
|
|
493
|
+
| `GSolutionAdminListDirective` | `g-solution-admin-list` / `gSolutionAdminList` | `solution-admin-list` | solution | css | `g-admin-list-page` | — |
|
|
494
|
+
| `GSolutionRecordDetailDirective` | `g-solution-record-detail` / `gSolutionRecordDetail` | `solution-record-detail` | solution | css | `g-record-detail-page` | — |
|
|
495
|
+
| `GSolutionSettingsCenterDirective` | `g-solution-settings-center` / `gSolutionSettingsCenter` | `solution-settings-center` | solution | css | `g-settings-center` | — |
|
|
496
|
+
| `GSolutionUserCenterDirective` | `g-solution-user-center` / `gSolutionUserCenter` | `solution-user-center` | solution | css | `g-user-center` | — |
|
|
497
|
+
| `GSolutionNotificationCenterDirective` | `g-solution-notification-center` / `gSolutionNotificationCenter` | `solution-notification-center` | solution | css | `g-notification-center-page` | — |
|
|
498
|
+
| `GSolutionOnboardingFlowDirective` | `g-solution-onboarding-flow` / `gSolutionOnboardingFlow` | `solution-onboarding-flow` | solution | css | `g-onboarding-flow` | — |
|
|
499
|
+
| `GSolutionCrmWorkspaceDirective` | `g-solution-crm-workspace` / `gSolutionCrmWorkspace` | `solution-crm-workspace` | solution | css | `g-crm-workspace` | — |
|
|
500
|
+
| `GSolutionProjectWorkspaceDirective` | `g-solution-project-workspace` / `gSolutionProjectWorkspace` | `solution-project-workspace` | solution | css | `g-project-workspace` | — |
|
|
501
|
+
| `GSolutionSupportCenterDirective` | `g-solution-support-center` / `gSolutionSupportCenter` | `solution-support-center` | solution | css | `g-support-center` | — |
|
|
502
|
+
| `GSolutionApprovalCenterDirective` | `g-solution-approval-center` / `gSolutionApprovalCenter` | `solution-approval-center` | solution | css | `g-approval-center` | — |
|
|
503
|
+
| `GSolutionKnowledgeBaseDirective` | `g-solution-knowledge-base` / `gSolutionKnowledgeBase` | `solution-knowledge-base` | solution | css | `g-knowledge-base` | — |
|
|
504
|
+
| `GSolutionLearningPortalDirective` | `g-solution-learning-portal` / `gSolutionLearningPortal` | `solution-learning-portal` | solution | css | `g-learning-portal` | — |
|
|
505
|
+
| `GSolutionEventPortalDirective` | `g-solution-event-portal` / `gSolutionEventPortal` | `solution-event-portal` | solution | css | `g-event-portal` | — |
|
|
506
|
+
| `GSolutionBookingPortalDirective` | `g-solution-booking-portal` / `gSolutionBookingPortal` | `solution-booking-portal` | solution | css | `g-booking-portal` | — |
|
|
507
|
+
| `GSolutionHealthcarePortalDirective` | `g-solution-healthcare-portal` / `gSolutionHealthcarePortal` | `solution-healthcare-portal` | solution | css | `g-healthcare-portal` | — |
|
|
508
|
+
| `GSolutionFinancePortalDirective` | `g-solution-finance-portal` / `gSolutionFinancePortal` | `solution-finance-portal` | solution | css | `g-finance-portal` | — |
|
|
509
|
+
| `GSolutionPublicServicePortalDirective` | `g-solution-public-service-portal` / `gSolutionPublicServicePortal` | `solution-public-service-portal` | solution | css | `g-public-service-portal` | — |
|
|
510
|
+
| `GSolutionMarketplacePageDirective` | `g-solution-marketplace-page` / `gSolutionMarketplacePage` | `solution-marketplace-page` | solution | css | `g-marketplace-page` | — |
|
|
511
|
+
| `GSolutionCommunityPageDirective` | `g-solution-community-page` / `gSolutionCommunityPage` | `solution-community-page` | solution | css | `g-community-page` | — |
|
|
512
|
+
| `GSolutionStatusCenterDirective` | `g-solution-status-center` / `gSolutionStatusCenter` | `solution-status-center` | solution | css | `g-status-center-page` | — |
|
package/docs/security.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Gardener AngularJS 安全基线
|
|
2
|
+
|
|
3
|
+
## 支持边界
|
|
4
|
+
|
|
5
|
+
`@gardenerim/angularjs` 是 AngularJS 1.8.2–1.8.3 遗留应用适配层。AngularJS 已结束官方支持;截至 1.0.0,本地完整 `npm audit` 会报告 AngularJS 本体的 XSS、SVG 净化绕过和正则拒绝服务公告,且没有可用的上游修复版本。Gardener 将 `angular` 保持为 peer dependency,不会把它打进运行时产物,也不会声称消除这些框架级风险。
|
|
6
|
+
|
|
7
|
+
## 上线要求
|
|
8
|
+
|
|
9
|
+
- 不把不可信 HTML 交给 `$sce.trustAsHtml`、`ng-bind-html` 或直接 DOM 注入;富文本必须经过独立、持续维护的净化器。
|
|
10
|
+
- 对 URL、图片和 SVG 使用严格来源白名单;不允许用户内容决定模板 URL、资源 URL 或可执行协议。
|
|
11
|
+
- 对会进入 AngularJS 解析、复制、URL 校验和正则路径的外部字符串设置长度与结构上限。
|
|
12
|
+
- 部署严格 CSP,避免 `unsafe-eval` 和内联脚本;若遗留代码暂时无法做到,应记录例外并设置迁移期限。
|
|
13
|
+
- Tauri/Electron 桥仅暴露最小能力,校验每个参数,不把 Node、shell 或任意 IPC 直接暴露给渲染进程。
|
|
14
|
+
- 锁定依赖和完整性,持续审计最终应用,而不只审计本适配包;制定迁离 AngularJS 的时间表。
|
|
15
|
+
|
|
16
|
+
## 审计解释
|
|
17
|
+
|
|
18
|
+
`npm audit --omit=dev` 用于确认 Gardener 自有发布负载没有额外生产依赖漏洞。完整 `npm audit` 仍应运行并保留结果;其中 AngularJS 本体的已知公告属于明确接受、隔离或迁移的遗留风险,不能被忽略或标记成已修复。
|
|
19
|
+
|
|
20
|
+
如发现 Gardener 适配层自身的安全问题,报告中应包含受影响版本、最小复现、运行平台以及是否涉及 Tauri/Electron 桥;公开披露前请先给维护者合理的修复窗口。
|