codexly-ui 0.10.0 → 0.10.2
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/fesm2022/codexly-ui.mjs +51 -4
- package/fesm2022/codexly-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/codexly-ui.d.ts +48 -11
package/package.json
CHANGED
package/types/codexly-ui.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import { Signal, InjectionToken, OnDestroy, ElementRef, AfterViewInit, AfterContentInit, OnInit, Provider, QueryList, TemplateRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { Signal, InjectionToken, OnDestroy, ElementRef, AfterViewInit, AfterContentInit, OnInit, Provider, QueryList, TemplateRef, OnChanges, SimpleChanges, Type, Injector, ComponentRef } from '@angular/core';
|
|
3
3
|
import * as codexly_ui from 'codexly-ui';
|
|
4
4
|
import { ControlValueAccessor, FormControl, FormGroup } from '@angular/forms';
|
|
5
5
|
import * as _angular_cdk_overlay from '@angular/cdk/overlay';
|
|
@@ -116,16 +116,16 @@ declare class ClxButtonComponent {
|
|
|
116
116
|
private readonly _themeSvc;
|
|
117
117
|
readonly variant: _angular_core.InputSignal<ClxButtonVariant>;
|
|
118
118
|
readonly color: _angular_core.InputSignal<ClxColorInput | undefined>;
|
|
119
|
-
readonly size: _angular_core.InputSignal<"
|
|
119
|
+
readonly size: _angular_core.InputSignal<"sm" | "md" | "lg" | "xxs" | "xs" | undefined>;
|
|
120
120
|
readonly shape: _angular_core.InputSignal<ClxShape | undefined>;
|
|
121
121
|
protected readonly _color: _angular_core.Signal<ClxColorInput>;
|
|
122
|
-
protected readonly _size: _angular_core.Signal<"
|
|
122
|
+
protected readonly _size: _angular_core.Signal<"sm" | "md" | "lg" | "xxs" | "xs">;
|
|
123
123
|
protected readonly _shape: _angular_core.Signal<ClxShape>;
|
|
124
124
|
readonly loading: _angular_core.InputSignal<boolean>;
|
|
125
125
|
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
126
126
|
readonly block: _angular_core.InputSignal<boolean>;
|
|
127
127
|
readonly icon: _angular_core.InputSignal<string | undefined>;
|
|
128
|
-
readonly iconPosition: _angular_core.InputSignal<"
|
|
128
|
+
readonly iconPosition: _angular_core.InputSignal<"right" | "left">;
|
|
129
129
|
readonly iconOnly: _angular_core.InputSignal<boolean>;
|
|
130
130
|
readonly badge: _angular_core.InputSignal<string | number | undefined>;
|
|
131
131
|
readonly badgeColor: _angular_core.InputSignal<ClxColorInput>;
|
|
@@ -169,11 +169,11 @@ declare class ClxBadgeComponent {
|
|
|
169
169
|
private readonly _themeSvc;
|
|
170
170
|
readonly variant: _angular_core.InputSignal<ClxBadgeVariant>;
|
|
171
171
|
readonly color: _angular_core.InputSignal<ClxColorInput | undefined>;
|
|
172
|
-
readonly size: _angular_core.InputSignal<"
|
|
172
|
+
readonly size: _angular_core.InputSignal<"sm" | "md" | "xs" | undefined>;
|
|
173
173
|
readonly shape: _angular_core.InputSignal<ClxShape | undefined>;
|
|
174
174
|
readonly positioned: _angular_core.InputSignal<boolean>;
|
|
175
175
|
protected readonly _color: _angular_core.Signal<ClxColorInput>;
|
|
176
|
-
protected readonly _size: _angular_core.Signal<"
|
|
176
|
+
protected readonly _size: _angular_core.Signal<"sm" | "md" | "xs">;
|
|
177
177
|
protected readonly _shape: _angular_core.Signal<ClxShape>;
|
|
178
178
|
protected readonly _hostClass: _angular_core.Signal<string>;
|
|
179
179
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxBadgeComponent, never>;
|
|
@@ -1889,7 +1889,7 @@ declare class ClxMenuComponent implements AfterViewInit {
|
|
|
1889
1889
|
readonly style: _angular_core.InputSignal<ClxNavZoneStyle | undefined>;
|
|
1890
1890
|
protected readonly _resolved: _angular_core.Signal<{
|
|
1891
1891
|
color: codexly_ui.ClxColorInput;
|
|
1892
|
-
size: "
|
|
1892
|
+
size: "sm" | "md" | "xs";
|
|
1893
1893
|
weight: codexly_ui.ClxFontWeight;
|
|
1894
1894
|
}>;
|
|
1895
1895
|
protected readonly _color: _angular_core.Signal<codexly_ui.ClxColorInput>;
|
|
@@ -2378,7 +2378,7 @@ declare class ClxTreeComponent {
|
|
|
2378
2378
|
icon: "xs" | "sm" | "md";
|
|
2379
2379
|
indent: string;
|
|
2380
2380
|
}>;
|
|
2381
|
-
protected readonly _indentPx: _angular_core.Signal<
|
|
2381
|
+
protected readonly _indentPx: _angular_core.Signal<20 | 16 | 24>;
|
|
2382
2382
|
protected readonly _rootClass: _angular_core.Signal<string>;
|
|
2383
2383
|
protected _isExpanded(id: string | number): boolean;
|
|
2384
2384
|
protected _isSelected(id: string | number): boolean;
|
|
@@ -2424,6 +2424,11 @@ declare class ClxPaginationComponent {
|
|
|
2424
2424
|
readonly sizeChange: _angular_core.OutputEmitterRef<ClxPageSizeChangeEvent>;
|
|
2425
2425
|
private readonly _destroyRef;
|
|
2426
2426
|
protected readonly _pageSizeCtrl: FormControl<number | null>;
|
|
2427
|
+
/** True once the user has explicitly picked a pageSize from the select — after that, their
|
|
2428
|
+
* choice is respected even if a later filter shrinks totalItems below it. Until then, a
|
|
2429
|
+
* caller-provided default (e.g. 20) that exceeds a small totalItems is auto-corrected down
|
|
2430
|
+
* to the smallest available option, so the select never opens pre-selected on the largest value. */
|
|
2431
|
+
private _userTouchedPageSize;
|
|
2427
2432
|
constructor();
|
|
2428
2433
|
protected readonly _size: _angular_core.Signal<ClxPaginationSize>;
|
|
2429
2434
|
protected readonly _cfg: _angular_core.Signal<{
|
|
@@ -2588,7 +2593,7 @@ declare class ClxFabComponent {
|
|
|
2588
2593
|
protected readonly _position: _angular_core.Signal<ClxFabPosition>;
|
|
2589
2594
|
protected readonly _triggerClass: _angular_core.Signal<string>;
|
|
2590
2595
|
/** Los botones de la pila de accesos van un paso más pequeños que el trigger. */
|
|
2591
|
-
protected readonly _itemSize: _angular_core.Signal<"
|
|
2596
|
+
protected readonly _itemSize: _angular_core.Signal<"sm" | "xxs" | "xs">;
|
|
2592
2597
|
private readonly _sso;
|
|
2593
2598
|
readonly _scrollStrategy: _angular_cdk_overlay.RepositionScrollStrategy;
|
|
2594
2599
|
readonly _positions: ConnectedPosition[];
|
|
@@ -3315,6 +3320,38 @@ declare class ClxModalService {
|
|
|
3315
3320
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<ClxModalService>;
|
|
3316
3321
|
}
|
|
3317
3322
|
|
|
3323
|
+
interface NativeOverlayRef {
|
|
3324
|
+
backdrop: HTMLElement | null;
|
|
3325
|
+
container: HTMLElement;
|
|
3326
|
+
destroy(): void;
|
|
3327
|
+
}
|
|
3328
|
+
/**
|
|
3329
|
+
* Minimal overlay engine — no CDK, no stacking context wars.
|
|
3330
|
+
* Creates a fixed container div in document.body with explicit z-index.
|
|
3331
|
+
*/
|
|
3332
|
+
declare class ClxNativeOverlayService {
|
|
3333
|
+
private readonly _appRef;
|
|
3334
|
+
private readonly _injector;
|
|
3335
|
+
/** Block body scroll like CDK used to */
|
|
3336
|
+
private _scrollBlocked;
|
|
3337
|
+
private readonly _active;
|
|
3338
|
+
/** Force-closes every currently mounted overlay — no exit animation, immediate DOM removal. */
|
|
3339
|
+
destroyAll(): void;
|
|
3340
|
+
mount<T>(component: Type<T>, injector: Injector, options: {
|
|
3341
|
+
zIndex: number;
|
|
3342
|
+
backdrop?: boolean;
|
|
3343
|
+
backdropClass?: string;
|
|
3344
|
+
containerStyle?: Partial<CSSStyleDeclaration>;
|
|
3345
|
+
}): {
|
|
3346
|
+
compRef: ComponentRef<T>;
|
|
3347
|
+
overlayRef: NativeOverlayRef;
|
|
3348
|
+
};
|
|
3349
|
+
private _blockScroll;
|
|
3350
|
+
private _unblockScroll;
|
|
3351
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxNativeOverlayService, never>;
|
|
3352
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<ClxNativeOverlayService>;
|
|
3353
|
+
}
|
|
3354
|
+
|
|
3318
3355
|
declare class ClxToastService {
|
|
3319
3356
|
private readonly _appRef;
|
|
3320
3357
|
private readonly _injector;
|
|
@@ -3331,5 +3368,5 @@ declare class ClxToastService {
|
|
|
3331
3368
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<ClxToastService>;
|
|
3332
3369
|
}
|
|
3333
3370
|
|
|
3334
|
-
export { CLX_ADDON_BORDER, CLX_ADDON_TEXT, CLX_ALERT_OPTIONS, CLX_ALERT_RESOLVE, CLX_BG_ADDON, CLX_BG_DISABLED, CLX_BG_ICON_WRAP, CLX_BG_SECTION, CLX_BG_SURFACE, CLX_BORDER_DEFAULT, CLX_BORDER_DISABLED, CLX_BORDER_MEDIUM, CLX_COLOR_HEX, CLX_COLOR_HEX_100, CLX_COLOR_MAP, CLX_FONT_CATALOG, CLX_MODAL_ANIM_CONFIG, CLX_MODAL_DATA, CLX_MODAL_REF, CLX_OPTION_DISABLED, CLX_PLACEHOLDER, CLX_RADIO_GROUP, CLX_RADIUS_MAP, CLX_TEXT_BODY, CLX_TEXT_DISABLED, CLX_TEXT_HEADING, CLX_TEXT_HINT, CLX_TEXT_IDLE, CLX_TEXT_INPUT, CLX_TEXT_LABEL, CLX_TEXT_OPTION, CLX_TEXT_SUBTITLE, CLX_TEXT_TITLE, CLX_THEME_CONFIG, CLX_THEME_DEFAULTS, CLX_TOAST_DEFAULTS, ClxAlertComponent, ClxAlertService, ClxAnimateDirective, ClxAnimateGroupDirective, ClxAnimateService, ClxAppLayoutComponent, ClxAvatarComponent, ClxBadgeComponent, ClxBrandComponent, ClxButtonComponent, ClxButtonGroupComponent, ClxCardBodyDirective, ClxCardComponent, ClxCardFooterDirective, ClxCardHeaderActionsDirective, ClxCardHeaderDirective, ClxCarouselComponent, ClxCarouselDirective, ClxCartComponent, ClxCartSummaryDrawer, ClxCellDirective, ClxCheckboxComponent, ClxColorPickerComponent, ClxColumnDefDirective, ClxDateRangePickerComponent, ClxDatepickerComponent, ClxDrawerComponent, ClxDrawerService, ClxEditorComponent, ClxEditorLinkModalComponent, ClxFabComponent, ClxFilterPanelComponent, ClxHeaderCellDirective, ClxIconComponent, ClxInputComponent, ClxListComponent, ClxListItemComponent, ClxMenuComponent, ClxMenuItemComponent, ClxModalComponent, ClxModalService, ClxNavGroupComponent, ClxNumberComponent, ClxPageEmptyComponent, ClxPageHeaderComponent, ClxPageHeaderTitleDirective, ClxPageNotFoundComponent, ClxPageServerErrorComponent, ClxPageUnauthorizedComponent, ClxPaginationComponent, ClxProductComponent, ClxProductDetailComponent, ClxProfileComponent, ClxProgressBarComponent, ClxRadioComponent, ClxRadioGroupComponent, ClxRatingComponent, ClxSelectComponent, ClxSkeletonComponent, ClxSliderComponent, ClxSpinnerComponent, ClxStatCardComponent, ClxStepComponent, ClxStepperComponent, ClxSwitchComponent, ClxTabDirective, ClxTableComponent, ClxTabsComponent, ClxTagComponent, ClxTextareaComponent, ClxThemeService, ClxTimelineComponent, ClxTimelineItemComponent, ClxTimepickerComponent, ClxToastComponent, ClxToastContainerComponent, ClxToastService, ClxTooltipComponent, ClxTooltipDirective, ClxTreeComponent, ClxUploadComponent, ClxWishlistComponent, ClxWizardComponent, TIMEPICKER_SIZE_MAP, parseColorInput, provideCodexlyTheme, resolveColor, resolveContainerRadius, resolveRadius };
|
|
3335
|
-
export type { ClxAlertButtonOptions, ClxAlertOptions, ClxAlertResult, ClxAlertType, ClxAnimateAttentionSeeker, ClxAnimateBackEntrance, ClxAnimateBackExit, ClxAnimateBouncingEntrance, ClxAnimateBouncingExit, ClxAnimateConfig, ClxAnimateDefaults, ClxAnimateEvent, ClxAnimateFadingEntrance, ClxAnimateFadingExit, ClxAnimateFlipper, ClxAnimateLightspeed, ClxAnimateName, ClxAnimateRotatingEntrance, ClxAnimateRotatingExit, ClxAnimateSlidingEntrance, ClxAnimateSlidingExit, ClxAnimateSpecial, ClxAnimateTrigger, ClxAnimateZoomingEntrance, ClxAnimateZoomingExit, ClxAvatarContentType, ClxBadgeVariant, ClxButtonColor, ClxButtonGroupShape, ClxButtonVariant, ClxCardPadding, ClxCardShadow, ClxCardTitleZoneStyle, ClxCardVariant, ClxCarouselAspectRatio, ClxCarouselConfig, ClxCartItem, ClxCartSummaryData, ClxCellContext, ClxCheckboxVariant, ClxColor, ClxColorInput, ClxColorPickerFormat, ClxColorPickerSize, ClxColorResolved, ClxColorTokens, ClxCouponResult, ClxDateRange, ClxDateRangePickerSize, ClxDateRangePickerStatus, ClxDatepickerSize, ClxDatepickerStatus, ClxDrawerButtonOptions, ClxDrawerConfig, ClxDrawerRef, ClxDrawerSize, ClxEditorSize, ClxEditorTool, ClxEditorToolbarGroup, ClxExistingFile, ClxFabItem, ClxFabPosition, ClxFilterChangeEvent, ClxFilterField, ClxFilterFieldType, ClxFilterOption, ClxFilterValue, ClxFilterValues, ClxFontFamily, ClxFontOption, ClxFontWeight, ClxInputSize, ClxInputStatus, ClxInputType, ClxListItem, ClxListItemLabelZoneStyle, ClxListSize, ClxListVariant, ClxModalButtonOptions, ClxModalConfig, ClxModalRef, ClxModalSize, ClxNavZoneStyle, ClxNumberSize, ClxNumberVariant, ClxPageChangeEvent, ClxPageHeaderTextSize, ClxPageHeaderZoneStyle, ClxPageSizeChangeEvent, ClxPaginationSize, ClxProduct, ClxProductDescription, ClxProductDetailData, ClxProductLayout, ClxProductSize, ClxProductSpec, ClxProfileMenuItem, ClxProgressBarSize, ClxProgressBarVariant, ClxRadioVariant, ClxResolvedCardTitleZoneStyle, ClxResolvedListItemLabelZoneStyle, ClxResolvedNavZoneStyle, ClxResolvedPageHeaderZoneStyle, ClxResolvedTimelineTitleZoneStyle, ClxReview, ClxRippleItem, ClxSelectOption, ClxSelectSize, ClxShade, ClxShape, ClxSize, ClxSkeletonVariant, ClxSliderSize, ClxSpecOption, ClxSpecType, ClxSpinnerColor, ClxSpinnerVariant, ClxStatMetric, ClxStepperOrientation, ClxStepperSize, ClxStepperStatus, ClxStepperStep, ClxTabItem, ClxTableColumn, ClxTablePageEvent, ClxTableSelectionEvent, ClxTableSort, ClxTableSortEvent, ClxTagShape, ClxTagSize, ClxTagVariant, ClxTextareaResize, ClxTextareaSize, ClxTextareaStatus, ClxThemeConfig, ClxThemeMode, ClxTimelineLineStyle, ClxTimelineMode, ClxTimelineSize, ClxTimelineTitleZoneStyle, ClxTimepickerSize, ClxTimepickerStatus, ClxToastAction, ClxToastEntry, ClxToastOptions, ClxToastPosition, ClxToastType, ClxTooltipPosition, ClxTooltipSize, ClxTreeExpandEvent, ClxTreeNode, ClxTreeSelectEvent, ClxTreeSize, ClxTreeVariant, ClxTrendDirection, ClxUploadError, ClxUploadItemAction, ClxUploadItemActionResolver, ClxUploadPreviewItem, ClxUploadSize, ClxVariation, ClxWishlistItem, ClxWishlistPageChangeEvent, ClxWizardColor, ClxWizardOrientation, ClxWizardStepStatus, SparkPoint };
|
|
3371
|
+
export { CLX_ADDON_BORDER, CLX_ADDON_TEXT, CLX_ALERT_OPTIONS, CLX_ALERT_RESOLVE, CLX_BG_ADDON, CLX_BG_DISABLED, CLX_BG_ICON_WRAP, CLX_BG_SECTION, CLX_BG_SURFACE, CLX_BORDER_DEFAULT, CLX_BORDER_DISABLED, CLX_BORDER_MEDIUM, CLX_COLOR_HEX, CLX_COLOR_HEX_100, CLX_COLOR_MAP, CLX_FONT_CATALOG, CLX_MODAL_ANIM_CONFIG, CLX_MODAL_DATA, CLX_MODAL_REF, CLX_OPTION_DISABLED, CLX_PLACEHOLDER, CLX_RADIO_GROUP, CLX_RADIUS_MAP, CLX_TEXT_BODY, CLX_TEXT_DISABLED, CLX_TEXT_HEADING, CLX_TEXT_HINT, CLX_TEXT_IDLE, CLX_TEXT_INPUT, CLX_TEXT_LABEL, CLX_TEXT_OPTION, CLX_TEXT_SUBTITLE, CLX_TEXT_TITLE, CLX_THEME_CONFIG, CLX_THEME_DEFAULTS, CLX_TOAST_DEFAULTS, ClxAlertComponent, ClxAlertService, ClxAnimateDirective, ClxAnimateGroupDirective, ClxAnimateService, ClxAppLayoutComponent, ClxAvatarComponent, ClxBadgeComponent, ClxBrandComponent, ClxButtonComponent, ClxButtonGroupComponent, ClxCardBodyDirective, ClxCardComponent, ClxCardFooterDirective, ClxCardHeaderActionsDirective, ClxCardHeaderDirective, ClxCarouselComponent, ClxCarouselDirective, ClxCartComponent, ClxCartSummaryDrawer, ClxCellDirective, ClxCheckboxComponent, ClxColorPickerComponent, ClxColumnDefDirective, ClxDateRangePickerComponent, ClxDatepickerComponent, ClxDrawerComponent, ClxDrawerService, ClxEditorComponent, ClxEditorLinkModalComponent, ClxFabComponent, ClxFilterPanelComponent, ClxHeaderCellDirective, ClxIconComponent, ClxInputComponent, ClxListComponent, ClxListItemComponent, ClxMenuComponent, ClxMenuItemComponent, ClxModalComponent, ClxModalService, ClxNativeOverlayService, ClxNavGroupComponent, ClxNumberComponent, ClxPageEmptyComponent, ClxPageHeaderComponent, ClxPageHeaderTitleDirective, ClxPageNotFoundComponent, ClxPageServerErrorComponent, ClxPageUnauthorizedComponent, ClxPaginationComponent, ClxProductComponent, ClxProductDetailComponent, ClxProfileComponent, ClxProgressBarComponent, ClxRadioComponent, ClxRadioGroupComponent, ClxRatingComponent, ClxSelectComponent, ClxSkeletonComponent, ClxSliderComponent, ClxSpinnerComponent, ClxStatCardComponent, ClxStepComponent, ClxStepperComponent, ClxSwitchComponent, ClxTabDirective, ClxTableComponent, ClxTabsComponent, ClxTagComponent, ClxTextareaComponent, ClxThemeService, ClxTimelineComponent, ClxTimelineItemComponent, ClxTimepickerComponent, ClxToastComponent, ClxToastContainerComponent, ClxToastService, ClxTooltipComponent, ClxTooltipDirective, ClxTreeComponent, ClxUploadComponent, ClxWishlistComponent, ClxWizardComponent, TIMEPICKER_SIZE_MAP, parseColorInput, provideCodexlyTheme, resolveColor, resolveContainerRadius, resolveRadius };
|
|
3372
|
+
export type { ClxAlertButtonOptions, ClxAlertOptions, ClxAlertResult, ClxAlertType, ClxAnimateAttentionSeeker, ClxAnimateBackEntrance, ClxAnimateBackExit, ClxAnimateBouncingEntrance, ClxAnimateBouncingExit, ClxAnimateConfig, ClxAnimateDefaults, ClxAnimateEvent, ClxAnimateFadingEntrance, ClxAnimateFadingExit, ClxAnimateFlipper, ClxAnimateLightspeed, ClxAnimateName, ClxAnimateRotatingEntrance, ClxAnimateRotatingExit, ClxAnimateSlidingEntrance, ClxAnimateSlidingExit, ClxAnimateSpecial, ClxAnimateTrigger, ClxAnimateZoomingEntrance, ClxAnimateZoomingExit, ClxAvatarContentType, ClxBadgeVariant, ClxButtonColor, ClxButtonGroupShape, ClxButtonVariant, ClxCardPadding, ClxCardShadow, ClxCardTitleZoneStyle, ClxCardVariant, ClxCarouselAspectRatio, ClxCarouselConfig, ClxCartItem, ClxCartSummaryData, ClxCellContext, ClxCheckboxVariant, ClxColor, ClxColorInput, ClxColorPickerFormat, ClxColorPickerSize, ClxColorResolved, ClxColorTokens, ClxCouponResult, ClxDateRange, ClxDateRangePickerSize, ClxDateRangePickerStatus, ClxDatepickerSize, ClxDatepickerStatus, ClxDrawerButtonOptions, ClxDrawerConfig, ClxDrawerRef, ClxDrawerSize, ClxEditorSize, ClxEditorTool, ClxEditorToolbarGroup, ClxExistingFile, ClxFabItem, ClxFabPosition, ClxFilterChangeEvent, ClxFilterField, ClxFilterFieldType, ClxFilterOption, ClxFilterValue, ClxFilterValues, ClxFontFamily, ClxFontOption, ClxFontWeight, ClxInputSize, ClxInputStatus, ClxInputType, ClxListItem, ClxListItemLabelZoneStyle, ClxListSize, ClxListVariant, ClxModalButtonOptions, ClxModalConfig, ClxModalRef, ClxModalSize, ClxNavZoneStyle, ClxNumberSize, ClxNumberVariant, ClxPageChangeEvent, ClxPageHeaderTextSize, ClxPageHeaderZoneStyle, ClxPageSizeChangeEvent, ClxPaginationSize, ClxProduct, ClxProductDescription, ClxProductDetailData, ClxProductLayout, ClxProductSize, ClxProductSpec, ClxProfileMenuItem, ClxProgressBarSize, ClxProgressBarVariant, ClxRadioVariant, ClxResolvedCardTitleZoneStyle, ClxResolvedListItemLabelZoneStyle, ClxResolvedNavZoneStyle, ClxResolvedPageHeaderZoneStyle, ClxResolvedTimelineTitleZoneStyle, ClxReview, ClxRippleItem, ClxSelectOption, ClxSelectSize, ClxShade, ClxShape, ClxSize, ClxSkeletonVariant, ClxSliderSize, ClxSpecOption, ClxSpecType, ClxSpinnerColor, ClxSpinnerVariant, ClxStatMetric, ClxStepperOrientation, ClxStepperSize, ClxStepperStatus, ClxStepperStep, ClxTabItem, ClxTableColumn, ClxTablePageEvent, ClxTableSelectionEvent, ClxTableSort, ClxTableSortEvent, ClxTagShape, ClxTagSize, ClxTagVariant, ClxTextareaResize, ClxTextareaSize, ClxTextareaStatus, ClxThemeConfig, ClxThemeMode, ClxTimelineLineStyle, ClxTimelineMode, ClxTimelineSize, ClxTimelineTitleZoneStyle, ClxTimepickerSize, ClxTimepickerStatus, ClxToastAction, ClxToastEntry, ClxToastOptions, ClxToastPosition, ClxToastType, ClxTooltipPosition, ClxTooltipSize, ClxTreeExpandEvent, ClxTreeNode, ClxTreeSelectEvent, ClxTreeSize, ClxTreeVariant, ClxTrendDirection, ClxUploadError, ClxUploadItemAction, ClxUploadItemActionResolver, ClxUploadPreviewItem, ClxUploadSize, ClxVariation, ClxWishlistItem, ClxWishlistPageChangeEvent, ClxWizardColor, ClxWizardOrientation, ClxWizardStepStatus, NativeOverlayRef, SparkPoint };
|