@orangelogic/design-system 2.115.0 → 2.117.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/library/chunks/asset-link-format.QzzboHHE.js +6 -0
- package/library/chunks/asset.CIWxY-Aw.js +469 -0
- package/library/chunks/{color-swatch-group.DjjSIHSV.js → color-swatch-group.BvLicLI4.js} +1 -1
- package/library/chunks/{document-viewer.BIC9iYpZ.js → document-viewer.CKCX8ueu.js} +1118 -1106
- package/library/chunks/{endpoints.CDX5PgQz.js → endpoints.D4h8hp1m.js} +271 -271
- package/library/chunks/{folder-select.8xNjeJfp.js → folder-select.CrWjwQcw.js} +2 -2
- package/library/chunks/{list-editor.7zNWfBuW.js → list-editor.BfpDIsU5.js} +120 -115
- package/library/chunks/{table.BvbReIZh.js → table.GCs54Y2t.js} +725 -628
- package/library/chunks/{transformation.BlQCWMfI.js → transformation.c-RS37zA.js} +1 -1
- package/library/components/asset-link-format.js +3 -3
- package/library/components/atoms.js +2 -2
- package/library/components/audio.js +164 -102
- package/library/components/color-swatch-group.js +2 -2
- package/library/components/cropper.js +1 -1
- package/library/components/document-viewer.js +1 -1
- package/library/components/folder-select.js +2 -2
- package/library/components/list-editor.js +2 -2
- package/library/components/molecules.js +2 -2
- package/library/components/organisms.js +1 -1
- package/library/components/select.js +107 -107
- package/library/components/table.js +1 -1
- package/library/components/types.js +26050 -26258
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/audio/audio.d.ts +32 -5
- package/library/packages/atoms/src/components/table/table-data-loader.d.ts +1 -0
- package/library/packages/atoms/src/components/table/table.d.ts +1 -0
- package/library/packages/hybrid/book-reader/src/react/components/Controller/PageControl.d.ts +2 -1
- package/library/packages/hybrid/book-reader/src/react/hooks/useBreakpoint.d.ts +5 -1
- package/library/packages/molecules/src/asset-data-display/asset-data-display.d.ts +2 -1
- package/library/packages/molecules/src/asset-picker/asset-picker.d.ts +2 -0
- package/library/packages/molecules/src/index.d.ts +0 -1
- package/library/packages/molecules/src/page-outline/page-outline.d.ts +1 -2
- package/library/packages/organisms/src/asset-transformation-dialog/asset-transformation-dialog.d.ts +5 -2
- package/library/packages/organisms/src/content-builder/components/gallery-config/gallery-config.d.ts +0 -1
- package/library/packages/organisms/src/content-builder/components/page-picker/page-picker.d.ts +0 -1
- package/library/packages/organisms/src/content-builder/configs/audio.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs-controller.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/styleController.d.ts +1 -0
- package/library/packages/services/src/api/asset/asset.d.ts +7 -6
- package/library/packages/services/src/api/endpoints.d.ts +2 -3
- package/library/packages/tools/src/fetch-asset/fetch-asset.d.ts +6 -7
- package/library/packages/tools/src/fetch-image/fetch-image.d.ts +6 -11
- package/library/packages/types/src/asset-link-format.d.ts +1 -0
- package/library/packages/types/src/content-builder.d.ts +4 -0
- package/library/react-web-component.d.ts +741 -721
- package/library/utils.js +1 -1
- package/package.json +1 -1
- package/library/chunks/asset-link-format.B0c92pSs.js +0 -6
- package/library/chunks/asset.CtPQLZOf.js +0 -607
- package/library/packages/molecules/src/timeline/timeline.d.ts +0 -71
- package/library/packages/molecules/src/timeline/timeline.styles.d.ts +0 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
import { HTMLAttributes, DetailedHTMLProps } from 'react';
|
|
3
3
|
|
|
4
|
-
import { CxIcon, CxSpinner, CxIconButton, CxAlert, CxAmChart, CxAnimatedImage, CxAnimation, CxPopup, CxMenuItem, CxInput, CxMenu, CxTextarea, CxDropdown, CxButton, CxTooltip, CxResizeObserver, CxLineClamp, CxTag, CxArrayLineClamp, CxTypography, CxAudio, CxAvatar, CxBadge, CxBreadcrumbItem, CxBreadcrumb, CxButtonGroup, CxCard, CxCheckbox, CxVisuallyHidden, CxColorPicker, CxCopyButton, CxDateCalendar, CxDetails, CxDivider, CxDialog, CxDotPagination, CxDotStatus,
|
|
4
|
+
import { CxIcon, CxSpinner, CxIconButton, CxAlert, CxAmChart, CxAnimatedImage, CxAnimation, CxPopup, CxMenuItem, CxInput, CxMenu, CxTextarea, CxDropdown, CxButton, CxTooltip, CxResizeObserver, CxLineClamp, CxTag, CxArrayLineClamp, CxTypography, CxAudio, CxAvatar, CxBadge, CxBreadcrumbItem, CxBreadcrumb, CxButtonGroup, CxCard, CxCheckbox, CxVisuallyHidden, CxColorPicker, CxCopyButton, CxDateCalendar, CxDetails, CxDivider, CxDialog, CxDrawer, CxProgressBar, CxBookReader, CxSkeleton, CxSpace, CxImage, CxDocumentViewer, CxDotPagination, CxDotStatus, CxEChart, CxElementClamp, CxFormatBytes, CxFormatDate, CxFormatNumber, CxFormatTime, CxGrid, CxGridItem, CxHeader, CxHubConnection, CxIframe, CxImageComparer, CxInclude, CxInputGroup, CxMarkdown, CxMenuLabel, CxMenuSection, CxMutationObserver, CxOption, CxSelect, CxPagination, CxProgressRing, CxQrCode, CxRadio, CxRadioButton, CxRadioCard, CxRadioGroup, CxRange, CxRating, CxRelativeTime, CxSplitPanel, CxStep, CxStepper, CxSwitch, CxTab, CxTabPanel, CxTabGroup, CxTable, CxTimecode, CxTreeItem, CxTree, CxVideo, CxSidebarLayout, Cx3DViewer, CxAssetDataDisplay, CxAssetPicker, CxBicolorPicker, CxBorderInputGroup, CxColorSwatch, CxConfirmPopover, CxCornerPositionInputGroup, CxCropper, CxDashboardIframe, CxDataTabGroup, CxDetailsGroup, CxDownloadFormatPicker, CxDynamicSelect, CxEstimatedReadingTime, CxFacetedFilter, CxInputDatePicker, CxFacetDatePicker, CxInputDateRangePicker, CxFacetDateRange, CxFolderSelect, CxGraphView, CxIconPicker, CxListEditor, CxMasonry, CxMentions, CxPaddingInputGroup, CxPageOutline, CxPositionPicker, CxSearchBox, CxShadowInputGroup, CxShareOptionList, CxSidebar, CxSizeInputGroup, CxStatCard, CxStepperWizard, CxStorybook, CxTypeface, CxAssetFormatPicker, CxAssetLinkFormat, CxAssetTransformationDialog, CxBentoGrid, CxCarousel, CxChatbot, CxClusterManagement, CxColorSwatchGroup, CxComment, CxFontKit, CxColumn, CxLightbox, CxGallery, CxColumnGroup, CxText, CxTimeline, CxSpecialCharactersDialog, CxContentBuilder, CxDashboardFilter, CxDashboardTable, CxDownloader, CxFileOnDemand, CxFindAndReplace, CxMultiSelect, CxRteCodeBlockToolbar, CxRichTextCodeBlock, CxTemplateSwitcher, CxTextToSpeech, CxVideoChaptersManager, CxVideoEditor, CxTemplateManager, CxChartPlanBuilder } from './apps/cortex/src/types';
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
export type CxMarkdownRendererObject = any;
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
export type CxMentionsAutocompleteItem = { id: string; label: string; name: string; suffixContent: string; suffixIcon: string; suffixTooltip: string; suffixType: 'badge'; title: string; type: string; };
|
|
39
39
|
export type CxShareOptionListShareOptionListItem = { disabled: boolean; icon: string; id: string; name: string; tooltip: string; };
|
|
40
40
|
export type CxStepperWizardStepData = { color: string; description: string; icon: string; iconVariant: 'outlined' | 'filled' | 'fa'; id: string; name: string; readonly: boolean; state: 'Done' | 'Active' | 'None' | 'Disabled'; };
|
|
41
|
-
export type
|
|
42
|
-
export type CxTimelineTransformation = { key: 'Crop' | 'Metadata' | 'Proxy' | 'Quality' | 'Resize' | 'Rotate'; value: { disabledSize: boolean; focusMode: string; height: number; isFocusModeAuto: boolean; keepMetadata: boolean; mode: string; quality: number; rotation: number; unit: '%' | 'px'; width: number; x: number; y: number; }; };
|
|
43
|
-
export type CxAssetLinkFormatAsset = { allowATSLink: boolean; docSubType: string; docType: 'Album' | 'Audio' | 'Image' | 'Multimedia' | 'ProjectDocument' | 'Story' | 'Video' | 'Widget'; extension: string; height: string; id: string; identifier: string; imageUrl: string; name: string; originalUrl: string; scrubUrl: string; size: string; tags: string; width: string; };
|
|
41
|
+
export type CxAssetLinkFormatAsset = { allowATSLink: boolean; docSubType: string; docType: 'Album' | 'Audio' | 'Audio segment' | 'Image' | 'Multimedia' | 'ProjectDocument' | 'Story' | 'Video' | 'Widget'; extension: string; height: string; id: string; identifier: string; imageUrl: string; name: string; originalUrl: string; scrubUrl: string; size: string; tags: string; width: string; };
|
|
44
42
|
export type CxAssetLinkFormatCropMode = { auto: boolean; disabledSize: boolean; label: string; value: string; };
|
|
45
43
|
export type CxAssetLinkFormatFocusMode = { auto: boolean; label: string; value: string; };
|
|
46
44
|
export type CxAssetLinkFormatProxy = { cdnName: string; extension: string; formatHeight: number; formatWidth: number; height: number; id: string; permanentLink: string; proxyLabel: string; proxyName: string; width: number; };
|
|
47
45
|
export type CxAssetLinkFormatTransformation = { key: 'Crop' | 'Metadata' | 'Proxy' | 'Quality' | 'Resize' | 'Rotate'; value: { disabledSize: boolean; focusMode: string; height: number; isFocusModeAuto: boolean; keepMetadata: boolean; mode: string; quality: number; rotation: number; unit: '%' | 'px'; width: number; x: number; y: number; }; };
|
|
48
|
-
export type CxBentoGridGalleryItem = { additions: string[]; alt: string; cardType: 'asset' | 'folder' | 'link' | 'page' | 'space'; className: string; details: string; docType: '' | 'Album' | 'Audio' | 'Image' | 'Multimedia' | 'ProjectDocument' | 'Story' | 'Video' | 'Widget'; filler: boolean; header: string; id: string; isClone: boolean; name: string; objectFit: 'contain' | 'cover' | 'fill' | 'none' | 'scale-down'; openInNewTab: boolean; pageId: string; rawId: string; size: string; src: string; url: string; };
|
|
49
|
-
export type CxCarouselGalleryItem = { additions: string[]; alt: string; cardType: 'asset' | 'folder' | 'link' | 'page' | 'space'; className: string; details: string; docType: '' | 'Album' | 'Audio' | 'Image' | 'Multimedia' | 'ProjectDocument' | 'Story' | 'Video' | 'Widget'; filler: boolean; header: string; id: string; isClone: boolean; name: string; objectFit: 'contain' | 'cover' | 'fill' | 'none' | 'scale-down'; openInNewTab: boolean; pageId: string; rawId: string; size: string; src: string; url: string; };
|
|
46
|
+
export type CxBentoGridGalleryItem = { additions: string[]; alt: string; cardType: 'asset' | 'folder' | 'link' | 'page' | 'space'; className: string; details: string; docType: '' | 'Album' | 'Audio' | 'Audio segment' | 'Image' | 'Multimedia' | 'ProjectDocument' | 'Story' | 'Video' | 'Widget'; filler: boolean; header: string; id: string; isClone: boolean; name: string; objectFit: 'contain' | 'cover' | 'fill' | 'none' | 'scale-down'; openInNewTab: boolean; pageId: string; rawId: string; size: string; src: string; url: string; };
|
|
47
|
+
export type CxCarouselGalleryItem = { additions: string[]; alt: string; cardType: 'asset' | 'folder' | 'link' | 'page' | 'space'; className: string; details: string; docType: '' | 'Album' | 'Audio' | 'Audio segment' | 'Image' | 'Multimedia' | 'ProjectDocument' | 'Story' | 'Video' | 'Widget'; filler: boolean; header: string; id: string; isClone: boolean; name: string; objectFit: 'contain' | 'cover' | 'fill' | 'none' | 'scale-down'; openInNewTab: boolean; pageId: string; rawId: string; size: string; src: string; url: string; };
|
|
50
48
|
export type CxChatbotChatbotEvent = { event: string; excludedFromPurposes: string[]; label: string; };
|
|
51
49
|
export type CxColorSwatchGroupColorSwatchData = { cmyk: string; color: string; hex: string; id: string; name: string; palette: string; pms: string; rgb: string; };
|
|
52
50
|
export type CxGalleryGalleryRecord = { id: string; objectFit: 'contain' | 'cover' | 'fill' | 'none' | 'scale-down'; rawId: string; src: string; };
|
|
53
51
|
export type CxGalleryTransformation = { key: 'Crop' | 'Metadata' | 'Proxy' | 'Quality' | 'Resize' | 'Rotate'; value: { disabledSize: boolean; focusMode: string; height: number; isFocusModeAuto: boolean; keepMetadata: boolean; mode: string; quality: number; rotation: number; unit: '%' | 'px'; width: number; x: number; y: number; }; };
|
|
52
|
+
export type CxTimelineTimelineItem = { id: string; label: string; objectFit: 'contain' | 'cover' | 'fill' | 'none' | 'scale-down'; recordId: string; thumbnail: string; };
|
|
53
|
+
export type CxTimelineTransformation = { key: 'Crop' | 'Metadata' | 'Proxy' | 'Quality' | 'Resize' | 'Rotate'; value: { disabledSize: boolean; focusMode: string; height: number; isFocusModeAuto: boolean; keepMetadata: boolean; mode: string; quality: number; rotation: number; unit: '%' | 'px'; width: number; x: number; y: number; }; };
|
|
54
54
|
export type CxContentBuilderDevice = { canvasWidth: string; height: string; id: string; maxWidth: string; name: string; };
|
|
55
55
|
export type CxDashboardFilterDashboardFilterControl = { controlId: string; controlType: string; id: string; label: string; maxOptionsVisible: number; optionColumnMapping: CxDashboardFilterPartial; options: CxDashboardFilterDashboardFilterOption[] | dictionary[]; placeholder: string; type: string; };
|
|
56
56
|
export type CxDashboardFilterPartial = any;
|
|
@@ -1455,13 +1455,21 @@
|
|
|
1455
1455
|
*/
|
|
1456
1456
|
autoplay?: boolean;
|
|
1457
1457
|
/**
|
|
1458
|
-
* When true, playback loops back to the beginning when it ends.
|
|
1458
|
+
* When true, playback loops back to the beginning (or in-point) when it ends.
|
|
1459
1459
|
*/
|
|
1460
1460
|
loop?: boolean;
|
|
1461
1461
|
/**
|
|
1462
1462
|
* URL of a server-rendered waveform PNG. The image is analyzed via canvas pixel sampling and rendered as a themeable SVG. Wave color and background are CSS-controllable via `--waves-color` and `--background-color`.
|
|
1463
1463
|
*/
|
|
1464
1464
|
waveformSrc?: string;
|
|
1465
|
+
/**
|
|
1466
|
+
* Playback start position in seconds. The UI time counter starts from 0 relative to this point. `cx-time-update` emits `time` relative to this value.
|
|
1467
|
+
*/
|
|
1468
|
+
inPoint?: number;
|
|
1469
|
+
/**
|
|
1470
|
+
* Playback stop position in seconds. 0 means play to the end of the file.
|
|
1471
|
+
*/
|
|
1472
|
+
outPoint?: number;
|
|
1465
1473
|
/**
|
|
1466
1474
|
* The width of the image.
|
|
1467
1475
|
*/
|
|
@@ -2196,66 +2204,42 @@
|
|
|
2196
2204
|
preRender?: boolean;
|
|
2197
2205
|
}
|
|
2198
2206
|
/**
|
|
2199
|
-
*
|
|
2207
|
+
* Drawers slide in from a container to expose additional options and information.
|
|
2200
2208
|
*/
|
|
2201
|
-
interface
|
|
2209
|
+
interface CxDrawerAttributes extends HTMLAttributes<CxDrawer> {
|
|
2202
2210
|
|
|
2203
2211
|
/**
|
|
2204
|
-
*
|
|
2205
|
-
*/
|
|
2206
|
-
activeIndex?: number;
|
|
2207
|
-
/**
|
|
2208
|
-
* The total number of items.
|
|
2209
|
-
*/
|
|
2210
|
-
totalItemsCount?: number;
|
|
2211
|
-
/**
|
|
2212
|
-
* Total show items at a time.
|
|
2213
|
-
*/
|
|
2214
|
-
visibleItemsCount?: number;
|
|
2215
|
-
/**
|
|
2216
|
-
* The step number of dots.
|
|
2217
|
-
*/
|
|
2218
|
-
step?: number;
|
|
2219
|
-
/**
|
|
2220
|
-
* The number of center dots.
|
|
2221
|
-
*/
|
|
2222
|
-
centerDots?: number;
|
|
2223
|
-
/**
|
|
2224
|
-
* The number of front dots.
|
|
2225
|
-
*/
|
|
2226
|
-
frontDots?: number;
|
|
2227
|
-
/**
|
|
2228
|
-
* The number of back dots.
|
|
2212
|
+
* Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can use the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.
|
|
2229
2213
|
*/
|
|
2230
|
-
|
|
2214
|
+
open?: boolean;
|
|
2231
2215
|
/**
|
|
2232
|
-
*
|
|
2216
|
+
* The drawer's label as displayed in the header. You should always include a relevant label even when using `no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.
|
|
2233
2217
|
*/
|
|
2234
|
-
|
|
2218
|
+
label?: string;
|
|
2235
2219
|
/**
|
|
2236
|
-
*
|
|
2220
|
+
* The direction from which the drawer will open.
|
|
2237
2221
|
*/
|
|
2238
|
-
|
|
2222
|
+
placement?: 'top' | 'bottom' | 'start' | 'end';
|
|
2239
2223
|
/**
|
|
2240
|
-
*
|
|
2224
|
+
* By default, the drawer slides out of its containing block (usually the viewport). To make the drawer slide out of its parent element, set this attribute and add `position: relative` to the parent.
|
|
2241
2225
|
*/
|
|
2242
|
-
|
|
2226
|
+
contained?: boolean;
|
|
2243
2227
|
/**
|
|
2244
|
-
*
|
|
2228
|
+
* When combined with `contained`, allows the drawer panel to overflow the parent's width boundary. Useful when the parent container has height but no explicit width — the drawer panel will still appear by overflowing visually outside the zero-width container.
|
|
2245
2229
|
*/
|
|
2246
|
-
|
|
2230
|
+
ignoreParentWidth?: boolean;
|
|
2247
2231
|
/**
|
|
2248
|
-
*
|
|
2232
|
+
* Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.
|
|
2249
2233
|
*/
|
|
2250
|
-
|
|
2234
|
+
noHeader?: boolean;
|
|
2251
2235
|
/**
|
|
2252
|
-
*
|
|
2236
|
+
* The drawer variant to use. The `persistent` variant will disable the overlay and prevent closing the drawer by clicking outside or pressing escape.
|
|
2253
2237
|
*/
|
|
2254
|
-
|
|
2238
|
+
variant?: 'overlay' | 'persistent';
|
|
2255
2239
|
/**
|
|
2256
2240
|
*
|
|
2257
2241
|
*/
|
|
2258
|
-
|
|
2242
|
+
noCloseButton?: boolean;
|
|
2259
2243
|
/**
|
|
2260
2244
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2261
2245
|
*/
|
|
@@ -2274,26 +2258,26 @@
|
|
|
2274
2258
|
preRender?: boolean;
|
|
2275
2259
|
}
|
|
2276
2260
|
/**
|
|
2277
|
-
*
|
|
2261
|
+
* Progress bars are used to show the status of an ongoing operation.
|
|
2278
2262
|
*/
|
|
2279
|
-
interface
|
|
2263
|
+
interface CxProgressBarAttributes extends HTMLAttributes<CxProgressBar> {
|
|
2280
2264
|
|
|
2281
2265
|
/**
|
|
2282
|
-
* The
|
|
2266
|
+
* The current progress as a percentage, 0 to 100.
|
|
2283
2267
|
*/
|
|
2284
|
-
|
|
2268
|
+
value?: number;
|
|
2285
2269
|
/**
|
|
2286
|
-
*
|
|
2270
|
+
* When true, percentage is ignored, the label is hidden, and the progress bar is drawn in an indeterminate state.
|
|
2287
2271
|
*/
|
|
2288
|
-
|
|
2272
|
+
indeterminate?: boolean;
|
|
2289
2273
|
/**
|
|
2290
|
-
*
|
|
2274
|
+
* The title of the progress bar.
|
|
2291
2275
|
*/
|
|
2292
|
-
|
|
2276
|
+
label?: string;
|
|
2293
2277
|
/**
|
|
2294
|
-
*
|
|
2278
|
+
* When true, the percentage is drawn.
|
|
2295
2279
|
*/
|
|
2296
|
-
|
|
2280
|
+
showProgress?: string;
|
|
2297
2281
|
/**
|
|
2298
2282
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2299
2283
|
*/
|
|
@@ -2312,42 +2296,66 @@
|
|
|
2312
2296
|
preRender?: boolean;
|
|
2313
2297
|
}
|
|
2314
2298
|
/**
|
|
2315
|
-
*
|
|
2299
|
+
* Full-featured PDF and image book reader.
|
|
2316
2300
|
*/
|
|
2317
|
-
interface
|
|
2301
|
+
interface CxBookReaderAttributes extends HTMLAttributes<CxBookReader> {
|
|
2318
2302
|
|
|
2319
2303
|
/**
|
|
2320
|
-
*
|
|
2304
|
+
* Book ID used to fetch page data.
|
|
2321
2305
|
*/
|
|
2322
|
-
|
|
2306
|
+
bookId?: string;
|
|
2323
2307
|
/**
|
|
2324
|
-
*
|
|
2308
|
+
* URL of the PDF or image source.
|
|
2325
2309
|
*/
|
|
2326
|
-
|
|
2310
|
+
sourceUrl?: string;
|
|
2327
2311
|
/**
|
|
2328
|
-
*
|
|
2312
|
+
* Initial page number to display.
|
|
2329
2313
|
*/
|
|
2330
|
-
|
|
2314
|
+
pageNumber?: number;
|
|
2331
2315
|
/**
|
|
2332
|
-
*
|
|
2316
|
+
* Whether to show a cover page initially.
|
|
2333
2317
|
*/
|
|
2334
|
-
|
|
2318
|
+
showCover?: boolean;
|
|
2335
2319
|
/**
|
|
2336
|
-
*
|
|
2320
|
+
* Total number of pages (PDF mode).
|
|
2337
2321
|
*/
|
|
2338
|
-
|
|
2322
|
+
totalPages?: number;
|
|
2339
2323
|
/**
|
|
2340
|
-
*
|
|
2324
|
+
* Reader mode.
|
|
2341
2325
|
*/
|
|
2342
|
-
|
|
2326
|
+
bookReaderMode?: 'Image' | 'Pdf';
|
|
2343
2327
|
/**
|
|
2344
|
-
*
|
|
2328
|
+
* Background color for the book container.
|
|
2345
2329
|
*/
|
|
2346
|
-
|
|
2330
|
+
bookBackground?: string;
|
|
2347
2331
|
/**
|
|
2348
|
-
*
|
|
2332
|
+
* View mode for the layout.
|
|
2349
2333
|
*/
|
|
2350
|
-
|
|
2334
|
+
viewMode?: 'FourPage' | 'OnePage' | 'TwoPage';
|
|
2335
|
+
/**
|
|
2336
|
+
* Whether the asset is in cold storage.
|
|
2337
|
+
*/
|
|
2338
|
+
isInColdStorage?: boolean;
|
|
2339
|
+
/**
|
|
2340
|
+
* Display name for the book (used in cold storage view).
|
|
2341
|
+
*/
|
|
2342
|
+
bookName?: string;
|
|
2343
|
+
/**
|
|
2344
|
+
* PDF range chunk size in bytes.
|
|
2345
|
+
*/
|
|
2346
|
+
rangeChunkSize?: number;
|
|
2347
|
+
/**
|
|
2348
|
+
* Session ID used for entity ID resolution.
|
|
2349
|
+
*/
|
|
2350
|
+
sessionId?: string;
|
|
2351
|
+
/**
|
|
2352
|
+
* When true, shows the "Get link to this asset" item in the context menu.
|
|
2353
|
+
*/
|
|
2354
|
+
enableContextMenuGetLink?: boolean;
|
|
2355
|
+
/**
|
|
2356
|
+
* URL for the PDF.js worker file. The Cortex host must set this to the server-side worker URL in production. Defaults to the Vite-resolved bundle path, which works in local dev and the docs app.
|
|
2357
|
+
*/
|
|
2358
|
+
pdfWorkerUrl?: string;
|
|
2351
2359
|
/**
|
|
2352
2360
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2353
2361
|
*/
|
|
@@ -2366,22 +2374,14 @@
|
|
|
2366
2374
|
preRender?: boolean;
|
|
2367
2375
|
}
|
|
2368
2376
|
/**
|
|
2369
|
-
*
|
|
2377
|
+
* Skeletons are used to provide a visual representation of where content will eventually be drawn.
|
|
2370
2378
|
*/
|
|
2371
|
-
interface
|
|
2379
|
+
interface CxSkeletonAttributes extends HTMLAttributes<CxSkeleton> {
|
|
2372
2380
|
|
|
2373
2381
|
/**
|
|
2374
|
-
*
|
|
2375
|
-
*/
|
|
2376
|
-
data?: dictionary[];
|
|
2377
|
-
/**
|
|
2378
|
-
*
|
|
2379
|
-
*/
|
|
2380
|
-
spec?: { aliases: dictionary; downloadName: string; type: 'xy'; x: string | number; y: string | number; } | { aliases: dictionary; downloadName: string; type: 'stacked-bar'; x: string; } | { aliases: dictionary; downloadName: string; type: 'treemap'; };
|
|
2381
|
-
/**
|
|
2382
|
-
*
|
|
2382
|
+
* Determines which effect the skeleton will use.
|
|
2383
2383
|
*/
|
|
2384
|
-
|
|
2384
|
+
effect?: 'pulse' | 'none' | 'sheen';
|
|
2385
2385
|
/**
|
|
2386
2386
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2387
2387
|
*/
|
|
@@ -2400,46 +2400,34 @@
|
|
|
2400
2400
|
preRender?: boolean;
|
|
2401
2401
|
}
|
|
2402
2402
|
/**
|
|
2403
|
-
*
|
|
2403
|
+
* SpacingContainer allows for flexible layout spacing between child elements, vertically or horizontally, with varying sizes.
|
|
2404
2404
|
*/
|
|
2405
|
-
interface
|
|
2405
|
+
interface CxSpaceAttributes extends HTMLAttributes<CxSpace> {
|
|
2406
2406
|
|
|
2407
2407
|
/**
|
|
2408
|
-
*
|
|
2409
|
-
*/
|
|
2410
|
-
open?: boolean;
|
|
2411
|
-
/**
|
|
2412
|
-
* Disables the details so it can't be toggled.
|
|
2413
|
-
*/
|
|
2414
|
-
disabled?: boolean;
|
|
2415
|
-
/**
|
|
2416
|
-
* The number of elements to show before clamping.
|
|
2417
|
-
*/
|
|
2418
|
-
elements?: number;
|
|
2419
|
-
/**
|
|
2420
|
-
* The root element to use for the intersection observer.
|
|
2408
|
+
* When set, and in vertical orientation, the child elements will stretch to fill the width of the container.
|
|
2421
2409
|
*/
|
|
2422
|
-
|
|
2410
|
+
block?: boolean;
|
|
2423
2411
|
/**
|
|
2424
|
-
*
|
|
2412
|
+
* The direction of the spacing container. This will determine if the child elements are spaced vertically or horizontally.
|
|
2425
2413
|
*/
|
|
2426
|
-
|
|
2414
|
+
direction?: 'horizontal' | 'vertical';
|
|
2427
2415
|
/**
|
|
2428
|
-
*
|
|
2416
|
+
* The spacing between child elements
|
|
2429
2417
|
*/
|
|
2430
|
-
|
|
2418
|
+
spacing?: 'small' | 'large' | 'medium' | 'x-small' | 'x-large' | '3x-small' | '2x-small' | '2x-large' | '3x-large' | '4x-large';
|
|
2431
2419
|
/**
|
|
2432
|
-
* The
|
|
2420
|
+
* The wrap behavior of the container.
|
|
2433
2421
|
*/
|
|
2434
|
-
|
|
2422
|
+
wrap?: 'wrap' | 'nowrap' | 'wrap-reverse';
|
|
2435
2423
|
/**
|
|
2436
|
-
*
|
|
2424
|
+
* Proxy for justify-content CSS property.
|
|
2437
2425
|
*/
|
|
2438
|
-
|
|
2426
|
+
justifyContent?: 'normal' | 'right' | 'left' | 'center' | 'start' | 'end' | 'flex-start' | 'flex-end' | 'space-between' | 'space-around' | 'space-evenly' | 'stretch';
|
|
2439
2427
|
/**
|
|
2440
|
-
*
|
|
2428
|
+
* Proxy for align-items CSS property.
|
|
2441
2429
|
*/
|
|
2442
|
-
|
|
2430
|
+
alignItems?: 'normal' | 'center' | 'start' | 'end' | 'flex-start' | 'flex-end' | 'stretch' | 'baseline';
|
|
2443
2431
|
/**
|
|
2444
2432
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2445
2433
|
*/
|
|
@@ -2458,60 +2446,512 @@
|
|
|
2458
2446
|
preRender?: boolean;
|
|
2459
2447
|
}
|
|
2460
2448
|
/**
|
|
2461
|
-
*
|
|
2449
|
+
* Images are wrappers for img elements with built-in lazy loading, skeleton, and fallback support. The cx-image component is a simple way to display images in your application.
|
|
2462
2450
|
*/
|
|
2463
|
-
interface
|
|
2451
|
+
interface CxImageAttributes extends HTMLAttributes<CxImage> {
|
|
2464
2452
|
|
|
2465
2453
|
/**
|
|
2466
|
-
* The
|
|
2454
|
+
* The path to the image to load.
|
|
2467
2455
|
*/
|
|
2468
|
-
|
|
2456
|
+
src?: string;
|
|
2469
2457
|
/**
|
|
2470
|
-
* The
|
|
2458
|
+
* The path to the placeholder image to be shown if src is not available.
|
|
2471
2459
|
*/
|
|
2472
|
-
|
|
2460
|
+
placeholder?: string;
|
|
2473
2461
|
/**
|
|
2474
|
-
*
|
|
2462
|
+
* A description of the image used by assistive devices.
|
|
2475
2463
|
*/
|
|
2476
|
-
|
|
2464
|
+
alt?: string;
|
|
2477
2465
|
/**
|
|
2478
|
-
*
|
|
2466
|
+
* The object-fit property of the image.
|
|
2479
2467
|
*/
|
|
2480
|
-
|
|
2468
|
+
objectFit?: 'contain' | 'cover' | 'fill' | 'none' | 'scale-down';
|
|
2481
2469
|
/**
|
|
2482
|
-
*
|
|
2470
|
+
* Should the skeleton be shown when the image is loading.
|
|
2483
2471
|
*/
|
|
2484
|
-
|
|
2472
|
+
skeleton?: boolean;
|
|
2485
2473
|
/**
|
|
2486
|
-
*
|
|
2474
|
+
* Should show the fallback image when the image fails to load.
|
|
2487
2475
|
*/
|
|
2488
|
-
|
|
2476
|
+
fallback?: boolean;
|
|
2489
2477
|
/**
|
|
2490
|
-
*
|
|
2478
|
+
* Determines if the image should be zoom-able.
|
|
2491
2479
|
*/
|
|
2492
|
-
|
|
2493
|
-
}
|
|
2494
|
-
/**
|
|
2495
|
-
* Formats a date/time using the specified locale and options.
|
|
2496
|
-
*/
|
|
2497
|
-
interface CxFormatDateAttributes extends HTMLAttributes<CxFormatDate> {
|
|
2498
|
-
|
|
2480
|
+
canZoom?: boolean;
|
|
2499
2481
|
/**
|
|
2500
|
-
*
|
|
2482
|
+
* Indicates whether the image is currently loading. Useful for displaying a loading spinner when the image source is expected but not yet available.
|
|
2501
2483
|
*/
|
|
2502
|
-
|
|
2484
|
+
loading?: boolean;
|
|
2503
2485
|
/**
|
|
2504
|
-
*
|
|
2486
|
+
* Indicates whether the image takes the full width of the parent container.
|
|
2505
2487
|
*/
|
|
2506
|
-
|
|
2488
|
+
block?: boolean;
|
|
2507
2489
|
/**
|
|
2508
|
-
* The
|
|
2490
|
+
* The loading attribute of the image.
|
|
2509
2491
|
*/
|
|
2510
|
-
|
|
2492
|
+
htmlLoading?: 'eager' | 'lazy';
|
|
2511
2493
|
/**
|
|
2512
|
-
* The
|
|
2494
|
+
* The type of click handler to use. - automatic: The click handler is automatically handled by the image. - manual: The click handler is manually handled by the parent element.
|
|
2513
2495
|
*/
|
|
2514
|
-
|
|
2496
|
+
clickHandlerType?: 'automatic' | 'manual';
|
|
2497
|
+
/**
|
|
2498
|
+
* When true, automatically retries loading the image on error before showing the fallback.
|
|
2499
|
+
*/
|
|
2500
|
+
retryOnError?: boolean;
|
|
2501
|
+
/**
|
|
2502
|
+
* Maximum number of retry attempts when `retry-on-error` is enabled.
|
|
2503
|
+
*/
|
|
2504
|
+
maxRetries?: number;
|
|
2505
|
+
/**
|
|
2506
|
+
* The width of the image.
|
|
2507
|
+
*/
|
|
2508
|
+
width?: string;
|
|
2509
|
+
/**
|
|
2510
|
+
* The height of the image.
|
|
2511
|
+
*/
|
|
2512
|
+
height?: string;
|
|
2513
|
+
/**
|
|
2514
|
+
* Make the image resizable
|
|
2515
|
+
*/
|
|
2516
|
+
resizable?: boolean;
|
|
2517
|
+
/**
|
|
2518
|
+
* The height mode of the image.
|
|
2519
|
+
*/
|
|
2520
|
+
heightMode?: 'auto' | 'fixed';
|
|
2521
|
+
/**
|
|
2522
|
+
* Restricts resizing to a single axis. Use {@link ResizeDirection}.
|
|
2523
|
+
*/
|
|
2524
|
+
resizeDirection?: 'both' | 'horizontal' | 'vertical';
|
|
2525
|
+
/**
|
|
2526
|
+
* Whether the image should be resized without a limit
|
|
2527
|
+
*/
|
|
2528
|
+
noLimit?: boolean;
|
|
2529
|
+
/**
|
|
2530
|
+
* Whether the gallery item has an event (excluding zoom).
|
|
2531
|
+
*/
|
|
2532
|
+
hasEvent?: boolean;
|
|
2533
|
+
/**
|
|
2534
|
+
* Specifies the easing function to use when highlighting the element.
|
|
2535
|
+
*/
|
|
2536
|
+
easing?: 'cubic' | 'expo' | 'linear' | 'quad-in' | 'quad-in-out' | 'quad-out';
|
|
2537
|
+
/**
|
|
2538
|
+
* Whether the gallery item highlights its border on hover.
|
|
2539
|
+
*/
|
|
2540
|
+
highlightBorder?: boolean;
|
|
2541
|
+
/**
|
|
2542
|
+
* Whether the gallery item highlights its color overlay on hover.
|
|
2543
|
+
*/
|
|
2544
|
+
highlightColorOverlay?: boolean;
|
|
2545
|
+
/**
|
|
2546
|
+
* Whether the gallery item highlights its drop shadow on hover.
|
|
2547
|
+
*/
|
|
2548
|
+
highlightDropShadow?: boolean;
|
|
2549
|
+
/**
|
|
2550
|
+
* Whether the gallery item highlights its background on hover.
|
|
2551
|
+
*/
|
|
2552
|
+
highlightBackground?: boolean;
|
|
2553
|
+
/**
|
|
2554
|
+
* Whether the gallery item highlights its opacity on hover.
|
|
2555
|
+
*/
|
|
2556
|
+
highlightOpacity?: boolean;
|
|
2557
|
+
/**
|
|
2558
|
+
* The effect of the gallery item.
|
|
2559
|
+
*/
|
|
2560
|
+
effect?: 'jump' | 'none' | 'text-reveal' | 'zoom';
|
|
2561
|
+
/**
|
|
2562
|
+
* The style of the text reveal effect.
|
|
2563
|
+
*/
|
|
2564
|
+
textRevealStyle?: 'fade' | 'slide';
|
|
2565
|
+
/**
|
|
2566
|
+
* The style of the zoom effect.
|
|
2567
|
+
*/
|
|
2568
|
+
zoomStyle?: 'pop-out' | 'within-borders';
|
|
2569
|
+
/**
|
|
2570
|
+
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2571
|
+
*/
|
|
2572
|
+
dir?: string;
|
|
2573
|
+
/**
|
|
2574
|
+
* eslint-disable-next-line lit/no-native-attributes
|
|
2575
|
+
*/
|
|
2576
|
+
lang?: string;
|
|
2577
|
+
/**
|
|
2578
|
+
*
|
|
2579
|
+
*/
|
|
2580
|
+
theme?: 'light' | 'dark';
|
|
2581
|
+
/**
|
|
2582
|
+
*
|
|
2583
|
+
*/
|
|
2584
|
+
preRender?: boolean;
|
|
2585
|
+
}
|
|
2586
|
+
/**
|
|
2587
|
+
* Displays a selected file's source image or PDF document in a content-builder block. PPTX files are rendered via a server-side preview URL built from the `identifier` property.
|
|
2588
|
+
*/
|
|
2589
|
+
interface CxDocumentViewerAttributes extends HTMLAttributes<CxDocumentViewer> {
|
|
2590
|
+
|
|
2591
|
+
/**
|
|
2592
|
+
* The source URL of the document image to display.
|
|
2593
|
+
*/
|
|
2594
|
+
src?: string;
|
|
2595
|
+
/**
|
|
2596
|
+
* The name/alt text for the document image.
|
|
2597
|
+
*/
|
|
2598
|
+
name?: string;
|
|
2599
|
+
/**
|
|
2600
|
+
* A representative image URL for the document, used in asset pickers.
|
|
2601
|
+
*/
|
|
2602
|
+
representative?: string;
|
|
2603
|
+
/**
|
|
2604
|
+
* The file extension of the document (e.g. "pdf", "docx"). Used to determine if direct rendering is supported.
|
|
2605
|
+
*/
|
|
2606
|
+
extension?: string;
|
|
2607
|
+
/**
|
|
2608
|
+
* The asset identifier used to build the preview URL for formats that require it (e.g. PPTX).
|
|
2609
|
+
*/
|
|
2610
|
+
identifier?: string;
|
|
2611
|
+
/**
|
|
2612
|
+
* The width of the image.
|
|
2613
|
+
*/
|
|
2614
|
+
width?: string;
|
|
2615
|
+
/**
|
|
2616
|
+
* The height of the image.
|
|
2617
|
+
*/
|
|
2618
|
+
height?: string;
|
|
2619
|
+
/**
|
|
2620
|
+
* Make the image resizable
|
|
2621
|
+
*/
|
|
2622
|
+
resizable?: boolean;
|
|
2623
|
+
/**
|
|
2624
|
+
* The height mode of the image.
|
|
2625
|
+
*/
|
|
2626
|
+
heightMode?: 'auto' | 'fixed';
|
|
2627
|
+
/**
|
|
2628
|
+
* Restricts resizing to a single axis. Use {@link ResizeDirection}.
|
|
2629
|
+
*/
|
|
2630
|
+
resizeDirection?: 'both' | 'horizontal' | 'vertical';
|
|
2631
|
+
/**
|
|
2632
|
+
* Whether the image should be resized without a limit
|
|
2633
|
+
*/
|
|
2634
|
+
noLimit?: boolean;
|
|
2635
|
+
/**
|
|
2636
|
+
* Whether the gallery item has an event (excluding zoom).
|
|
2637
|
+
*/
|
|
2638
|
+
hasEvent?: boolean;
|
|
2639
|
+
/**
|
|
2640
|
+
* Specifies the easing function to use when highlighting the element.
|
|
2641
|
+
*/
|
|
2642
|
+
easing?: 'cubic' | 'expo' | 'linear' | 'quad-in' | 'quad-in-out' | 'quad-out';
|
|
2643
|
+
/**
|
|
2644
|
+
* Whether the gallery item highlights its border on hover.
|
|
2645
|
+
*/
|
|
2646
|
+
highlightBorder?: boolean;
|
|
2647
|
+
/**
|
|
2648
|
+
* Whether the gallery item highlights its color overlay on hover.
|
|
2649
|
+
*/
|
|
2650
|
+
highlightColorOverlay?: boolean;
|
|
2651
|
+
/**
|
|
2652
|
+
* Whether the gallery item highlights its drop shadow on hover.
|
|
2653
|
+
*/
|
|
2654
|
+
highlightDropShadow?: boolean;
|
|
2655
|
+
/**
|
|
2656
|
+
* Whether the gallery item highlights its background on hover.
|
|
2657
|
+
*/
|
|
2658
|
+
highlightBackground?: boolean;
|
|
2659
|
+
/**
|
|
2660
|
+
* Whether the gallery item highlights its opacity on hover.
|
|
2661
|
+
*/
|
|
2662
|
+
highlightOpacity?: boolean;
|
|
2663
|
+
/**
|
|
2664
|
+
* The effect of the gallery item.
|
|
2665
|
+
*/
|
|
2666
|
+
effect?: 'jump' | 'none' | 'text-reveal' | 'zoom';
|
|
2667
|
+
/**
|
|
2668
|
+
* The style of the text reveal effect.
|
|
2669
|
+
*/
|
|
2670
|
+
textRevealStyle?: 'fade' | 'slide';
|
|
2671
|
+
/**
|
|
2672
|
+
* The style of the zoom effect.
|
|
2673
|
+
*/
|
|
2674
|
+
zoomStyle?: 'pop-out' | 'within-borders';
|
|
2675
|
+
/**
|
|
2676
|
+
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2677
|
+
*/
|
|
2678
|
+
dir?: string;
|
|
2679
|
+
/**
|
|
2680
|
+
* eslint-disable-next-line lit/no-native-attributes
|
|
2681
|
+
*/
|
|
2682
|
+
lang?: string;
|
|
2683
|
+
/**
|
|
2684
|
+
*
|
|
2685
|
+
*/
|
|
2686
|
+
theme?: 'light' | 'dark';
|
|
2687
|
+
/**
|
|
2688
|
+
*
|
|
2689
|
+
*/
|
|
2690
|
+
preRender?: boolean;
|
|
2691
|
+
}
|
|
2692
|
+
/**
|
|
2693
|
+
* CxDotPagination - A pagination component with dots and ellipsis support for large counts
|
|
2694
|
+
*/
|
|
2695
|
+
interface CxDotPaginationAttributes extends HTMLAttributes<CxDotPagination> {
|
|
2696
|
+
|
|
2697
|
+
/**
|
|
2698
|
+
* The active dot index.
|
|
2699
|
+
*/
|
|
2700
|
+
activeIndex?: number;
|
|
2701
|
+
/**
|
|
2702
|
+
* The total number of items.
|
|
2703
|
+
*/
|
|
2704
|
+
totalItemsCount?: number;
|
|
2705
|
+
/**
|
|
2706
|
+
* Total show items at a time.
|
|
2707
|
+
*/
|
|
2708
|
+
visibleItemsCount?: number;
|
|
2709
|
+
/**
|
|
2710
|
+
* The step number of dots.
|
|
2711
|
+
*/
|
|
2712
|
+
step?: number;
|
|
2713
|
+
/**
|
|
2714
|
+
* The number of center dots.
|
|
2715
|
+
*/
|
|
2716
|
+
centerDots?: number;
|
|
2717
|
+
/**
|
|
2718
|
+
* The number of front dots.
|
|
2719
|
+
*/
|
|
2720
|
+
frontDots?: number;
|
|
2721
|
+
/**
|
|
2722
|
+
* The number of back dots.
|
|
2723
|
+
*/
|
|
2724
|
+
backDots?: number;
|
|
2725
|
+
/**
|
|
2726
|
+
* Whether the dot pagination is looped.
|
|
2727
|
+
*/
|
|
2728
|
+
loop?: boolean;
|
|
2729
|
+
/**
|
|
2730
|
+
* Specifies the orientation in which the dot pagination will lay out.
|
|
2731
|
+
*/
|
|
2732
|
+
orientation?: 'horizontal' | 'vertical';
|
|
2733
|
+
/**
|
|
2734
|
+
* Whether the carousel is transition or scrolling, dot pagination is show loading and disabled.
|
|
2735
|
+
*/
|
|
2736
|
+
transitioning?: boolean;
|
|
2737
|
+
/**
|
|
2738
|
+
* The tooltip placement.
|
|
2739
|
+
*/
|
|
2740
|
+
tooltipPlacement?: 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end';
|
|
2741
|
+
/**
|
|
2742
|
+
* Tooltip description. Will overwrite the default page number description.
|
|
2743
|
+
*/
|
|
2744
|
+
tooltipDescription?: string;
|
|
2745
|
+
/**
|
|
2746
|
+
*
|
|
2747
|
+
*/
|
|
2748
|
+
description?: string;
|
|
2749
|
+
/**
|
|
2750
|
+
*
|
|
2751
|
+
*/
|
|
2752
|
+
controlIds?: string[];
|
|
2753
|
+
/**
|
|
2754
|
+
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2755
|
+
*/
|
|
2756
|
+
dir?: string;
|
|
2757
|
+
/**
|
|
2758
|
+
* eslint-disable-next-line lit/no-native-attributes
|
|
2759
|
+
*/
|
|
2760
|
+
lang?: string;
|
|
2761
|
+
/**
|
|
2762
|
+
*
|
|
2763
|
+
*/
|
|
2764
|
+
theme?: 'light' | 'dark';
|
|
2765
|
+
/**
|
|
2766
|
+
*
|
|
2767
|
+
*/
|
|
2768
|
+
preRender?: boolean;
|
|
2769
|
+
}
|
|
2770
|
+
/**
|
|
2771
|
+
* Dot Status displays a small colored indicator representing a status.
|
|
2772
|
+
*/
|
|
2773
|
+
interface CxDotStatusAttributes extends HTMLAttributes<CxDotStatus> {
|
|
2774
|
+
|
|
2775
|
+
/**
|
|
2776
|
+
* The semantic status the dot represents.
|
|
2777
|
+
*/
|
|
2778
|
+
status?: 'busy' | 'error' | 'idle' | 'success';
|
|
2779
|
+
/**
|
|
2780
|
+
* The diameter of the dot.
|
|
2781
|
+
*/
|
|
2782
|
+
size?: 'large' | 'medium' | 'small';
|
|
2783
|
+
/**
|
|
2784
|
+
* Enables a pulsing ring animation to draw attention.
|
|
2785
|
+
*/
|
|
2786
|
+
pulse?: boolean;
|
|
2787
|
+
/**
|
|
2788
|
+
* Accessible label announced by screen readers. Defaults to the current `status` value when not provided.
|
|
2789
|
+
*/
|
|
2790
|
+
label?: string;
|
|
2791
|
+
/**
|
|
2792
|
+
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2793
|
+
*/
|
|
2794
|
+
dir?: string;
|
|
2795
|
+
/**
|
|
2796
|
+
* eslint-disable-next-line lit/no-native-attributes
|
|
2797
|
+
*/
|
|
2798
|
+
lang?: string;
|
|
2799
|
+
/**
|
|
2800
|
+
*
|
|
2801
|
+
*/
|
|
2802
|
+
theme?: 'light' | 'dark';
|
|
2803
|
+
/**
|
|
2804
|
+
*
|
|
2805
|
+
*/
|
|
2806
|
+
preRender?: boolean;
|
|
2807
|
+
}
|
|
2808
|
+
/**
|
|
2809
|
+
* CxEChart
|
|
2810
|
+
*/
|
|
2811
|
+
interface CxEChartAttributes extends HTMLAttributes<CxEChart> {
|
|
2812
|
+
|
|
2813
|
+
/**
|
|
2814
|
+
*
|
|
2815
|
+
*/
|
|
2816
|
+
data?: dictionary[];
|
|
2817
|
+
/**
|
|
2818
|
+
*
|
|
2819
|
+
*/
|
|
2820
|
+
spec?: { aliases: dictionary; downloadName: string; type: 'xy'; x: string | number; y: string | number; } | { aliases: dictionary; downloadName: string; type: 'stacked-bar'; x: string; } | { aliases: dictionary; downloadName: string; type: 'treemap'; };
|
|
2821
|
+
/**
|
|
2822
|
+
*
|
|
2823
|
+
*/
|
|
2824
|
+
loading?: boolean;
|
|
2825
|
+
/**
|
|
2826
|
+
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2827
|
+
*/
|
|
2828
|
+
dir?: string;
|
|
2829
|
+
/**
|
|
2830
|
+
* eslint-disable-next-line lit/no-native-attributes
|
|
2831
|
+
*/
|
|
2832
|
+
lang?: string;
|
|
2833
|
+
/**
|
|
2834
|
+
*
|
|
2835
|
+
*/
|
|
2836
|
+
theme?: 'light' | 'dark';
|
|
2837
|
+
/**
|
|
2838
|
+
*
|
|
2839
|
+
*/
|
|
2840
|
+
preRender?: boolean;
|
|
2841
|
+
}
|
|
2842
|
+
/**
|
|
2843
|
+
* A component that allows you to clamp the number of elements shown in a container, with a button to toggle
|
|
2844
|
+
*/
|
|
2845
|
+
interface CxElementClampAttributes extends HTMLAttributes<CxElementClamp> {
|
|
2846
|
+
|
|
2847
|
+
/**
|
|
2848
|
+
* Indicates whether or not the details is open. You can toggle this attribute to show and hide the details, or you can use the `show()` and `hide()` methods and this attribute will reflect the details' open state.
|
|
2849
|
+
*/
|
|
2850
|
+
open?: boolean;
|
|
2851
|
+
/**
|
|
2852
|
+
* Disables the details so it can't be toggled.
|
|
2853
|
+
*/
|
|
2854
|
+
disabled?: boolean;
|
|
2855
|
+
/**
|
|
2856
|
+
* The number of elements to show before clamping.
|
|
2857
|
+
*/
|
|
2858
|
+
elements?: number;
|
|
2859
|
+
/**
|
|
2860
|
+
* The root element to use for the intersection observer.
|
|
2861
|
+
*/
|
|
2862
|
+
root?: string;
|
|
2863
|
+
/**
|
|
2864
|
+
* Whether to animate the opening and closing of the details.
|
|
2865
|
+
*/
|
|
2866
|
+
animation?: boolean;
|
|
2867
|
+
/**
|
|
2868
|
+
* Whether to show the show more button.
|
|
2869
|
+
*/
|
|
2870
|
+
showMore?: boolean;
|
|
2871
|
+
/**
|
|
2872
|
+
* The text to show on the show more button.
|
|
2873
|
+
*/
|
|
2874
|
+
showMoreText?: string;
|
|
2875
|
+
/**
|
|
2876
|
+
* The text to show on the show less button.
|
|
2877
|
+
*/
|
|
2878
|
+
showLessText?: string;
|
|
2879
|
+
/**
|
|
2880
|
+
* The event to listen to for rerendering the component
|
|
2881
|
+
*/
|
|
2882
|
+
rerenderEvent?: string;
|
|
2883
|
+
/**
|
|
2884
|
+
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2885
|
+
*/
|
|
2886
|
+
dir?: string;
|
|
2887
|
+
/**
|
|
2888
|
+
* eslint-disable-next-line lit/no-native-attributes
|
|
2889
|
+
*/
|
|
2890
|
+
lang?: string;
|
|
2891
|
+
/**
|
|
2892
|
+
*
|
|
2893
|
+
*/
|
|
2894
|
+
theme?: 'light' | 'dark';
|
|
2895
|
+
/**
|
|
2896
|
+
*
|
|
2897
|
+
*/
|
|
2898
|
+
preRender?: boolean;
|
|
2899
|
+
}
|
|
2900
|
+
/**
|
|
2901
|
+
* Formats a number as a human readable bytes value.
|
|
2902
|
+
*/
|
|
2903
|
+
interface CxFormatBytesAttributes extends HTMLAttributes<CxFormatBytes> {
|
|
2904
|
+
|
|
2905
|
+
/**
|
|
2906
|
+
* The number to format in bytes.
|
|
2907
|
+
*/
|
|
2908
|
+
value?: number;
|
|
2909
|
+
/**
|
|
2910
|
+
* The type of unit to display.
|
|
2911
|
+
*/
|
|
2912
|
+
unit?: 'byte' | 'bit';
|
|
2913
|
+
/**
|
|
2914
|
+
* Determines how to display the result, e.g. "100 bytes", "100 b", or "100b".
|
|
2915
|
+
*/
|
|
2916
|
+
display?: 'long' | 'short' | 'narrow';
|
|
2917
|
+
/**
|
|
2918
|
+
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2919
|
+
*/
|
|
2920
|
+
dir?: string;
|
|
2921
|
+
/**
|
|
2922
|
+
* eslint-disable-next-line lit/no-native-attributes
|
|
2923
|
+
*/
|
|
2924
|
+
lang?: string;
|
|
2925
|
+
/**
|
|
2926
|
+
*
|
|
2927
|
+
*/
|
|
2928
|
+
theme?: 'light' | 'dark';
|
|
2929
|
+
/**
|
|
2930
|
+
*
|
|
2931
|
+
*/
|
|
2932
|
+
preRender?: boolean;
|
|
2933
|
+
}
|
|
2934
|
+
/**
|
|
2935
|
+
* Formats a date/time using the specified locale and options.
|
|
2936
|
+
*/
|
|
2937
|
+
interface CxFormatDateAttributes extends HTMLAttributes<CxFormatDate> {
|
|
2938
|
+
|
|
2939
|
+
/**
|
|
2940
|
+
* The date/time to format. If not set, the current date and time will be used. When passing a string, it's strongly recommended to use the ISO 8601 format to ensure timezones are handled correctly. To convert a date to this format in JavaScript, use [`date.toISOString()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString).
|
|
2941
|
+
*/
|
|
2942
|
+
date?: string;
|
|
2943
|
+
/**
|
|
2944
|
+
* The format for displaying the weekday.
|
|
2945
|
+
*/
|
|
2946
|
+
weekday?: 'long' | 'short' | 'narrow';
|
|
2947
|
+
/**
|
|
2948
|
+
* The format for displaying the era.
|
|
2949
|
+
*/
|
|
2950
|
+
era?: 'long' | 'short' | 'narrow';
|
|
2951
|
+
/**
|
|
2952
|
+
* The format for displaying the year.
|
|
2953
|
+
*/
|
|
2954
|
+
year?: 'numeric' | '2-digit';
|
|
2515
2955
|
/**
|
|
2516
2956
|
* The format for displaying the month.
|
|
2517
2957
|
*/
|
|
@@ -2891,223 +3331,13 @@
|
|
|
2891
3331
|
*/
|
|
2892
3332
|
referrerPolicy?: string;
|
|
2893
3333
|
/**
|
|
2894
|
-
* Whether to allow fullscreen mode
|
|
2895
|
-
*/
|
|
2896
|
-
canFullscreen?: boolean;
|
|
2897
|
-
/**
|
|
2898
|
-
* Whether the iframe is currently loading content
|
|
2899
|
-
*/
|
|
2900
|
-
loading?: boolean;
|
|
2901
|
-
/**
|
|
2902
|
-
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2903
|
-
*/
|
|
2904
|
-
dir?: string;
|
|
2905
|
-
/**
|
|
2906
|
-
* eslint-disable-next-line lit/no-native-attributes
|
|
2907
|
-
*/
|
|
2908
|
-
lang?: string;
|
|
2909
|
-
/**
|
|
2910
|
-
*
|
|
2911
|
-
*/
|
|
2912
|
-
theme?: 'light' | 'dark';
|
|
2913
|
-
/**
|
|
2914
|
-
*
|
|
2915
|
-
*/
|
|
2916
|
-
preRender?: boolean;
|
|
2917
|
-
}
|
|
2918
|
-
/**
|
|
2919
|
-
* Skeletons are used to provide a visual representation of where content will eventually be drawn.
|
|
2920
|
-
*/
|
|
2921
|
-
interface CxSkeletonAttributes extends HTMLAttributes<CxSkeleton> {
|
|
2922
|
-
|
|
2923
|
-
/**
|
|
2924
|
-
* Determines which effect the skeleton will use.
|
|
2925
|
-
*/
|
|
2926
|
-
effect?: 'pulse' | 'none' | 'sheen';
|
|
2927
|
-
/**
|
|
2928
|
-
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2929
|
-
*/
|
|
2930
|
-
dir?: string;
|
|
2931
|
-
/**
|
|
2932
|
-
* eslint-disable-next-line lit/no-native-attributes
|
|
2933
|
-
*/
|
|
2934
|
-
lang?: string;
|
|
2935
|
-
/**
|
|
2936
|
-
*
|
|
2937
|
-
*/
|
|
2938
|
-
theme?: 'light' | 'dark';
|
|
2939
|
-
/**
|
|
2940
|
-
*
|
|
2941
|
-
*/
|
|
2942
|
-
preRender?: boolean;
|
|
2943
|
-
}
|
|
2944
|
-
/**
|
|
2945
|
-
* SpacingContainer allows for flexible layout spacing between child elements, vertically or horizontally, with varying sizes.
|
|
2946
|
-
*/
|
|
2947
|
-
interface CxSpaceAttributes extends HTMLAttributes<CxSpace> {
|
|
2948
|
-
|
|
2949
|
-
/**
|
|
2950
|
-
* When set, and in vertical orientation, the child elements will stretch to fill the width of the container.
|
|
2951
|
-
*/
|
|
2952
|
-
block?: boolean;
|
|
2953
|
-
/**
|
|
2954
|
-
* The direction of the spacing container. This will determine if the child elements are spaced vertically or horizontally.
|
|
2955
|
-
*/
|
|
2956
|
-
direction?: 'horizontal' | 'vertical';
|
|
2957
|
-
/**
|
|
2958
|
-
* The spacing between child elements
|
|
2959
|
-
*/
|
|
2960
|
-
spacing?: 'small' | 'large' | 'medium' | 'x-small' | 'x-large' | '3x-small' | '2x-small' | '2x-large' | '3x-large' | '4x-large';
|
|
2961
|
-
/**
|
|
2962
|
-
* The wrap behavior of the container.
|
|
2963
|
-
*/
|
|
2964
|
-
wrap?: 'wrap' | 'nowrap' | 'wrap-reverse';
|
|
2965
|
-
/**
|
|
2966
|
-
* Proxy for justify-content CSS property.
|
|
2967
|
-
*/
|
|
2968
|
-
justifyContent?: 'normal' | 'right' | 'left' | 'center' | 'start' | 'end' | 'flex-start' | 'flex-end' | 'space-between' | 'space-around' | 'space-evenly' | 'stretch';
|
|
2969
|
-
/**
|
|
2970
|
-
* Proxy for align-items CSS property.
|
|
2971
|
-
*/
|
|
2972
|
-
alignItems?: 'normal' | 'center' | 'start' | 'end' | 'flex-start' | 'flex-end' | 'stretch' | 'baseline';
|
|
2973
|
-
/**
|
|
2974
|
-
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2975
|
-
*/
|
|
2976
|
-
dir?: string;
|
|
2977
|
-
/**
|
|
2978
|
-
* eslint-disable-next-line lit/no-native-attributes
|
|
2979
|
-
*/
|
|
2980
|
-
lang?: string;
|
|
2981
|
-
/**
|
|
2982
|
-
*
|
|
2983
|
-
*/
|
|
2984
|
-
theme?: 'light' | 'dark';
|
|
2985
|
-
/**
|
|
2986
|
-
*
|
|
2987
|
-
*/
|
|
2988
|
-
preRender?: boolean;
|
|
2989
|
-
}
|
|
2990
|
-
/**
|
|
2991
|
-
* Images are wrappers for img elements with built-in lazy loading, skeleton, and fallback support. The cx-image component is a simple way to display images in your application.
|
|
2992
|
-
*/
|
|
2993
|
-
interface CxImageAttributes extends HTMLAttributes<CxImage> {
|
|
2994
|
-
|
|
2995
|
-
/**
|
|
2996
|
-
* The path to the image to load.
|
|
2997
|
-
*/
|
|
2998
|
-
src?: string;
|
|
2999
|
-
/**
|
|
3000
|
-
* The path to the placeholder image to be shown if src is not available.
|
|
3001
|
-
*/
|
|
3002
|
-
placeholder?: string;
|
|
3003
|
-
/**
|
|
3004
|
-
* A description of the image used by assistive devices.
|
|
3005
|
-
*/
|
|
3006
|
-
alt?: string;
|
|
3007
|
-
/**
|
|
3008
|
-
* The object-fit property of the image.
|
|
3009
|
-
*/
|
|
3010
|
-
objectFit?: 'contain' | 'cover' | 'fill' | 'none' | 'scale-down';
|
|
3011
|
-
/**
|
|
3012
|
-
* Should the skeleton be shown when the image is loading.
|
|
3013
|
-
*/
|
|
3014
|
-
skeleton?: boolean;
|
|
3015
|
-
/**
|
|
3016
|
-
* Should show the fallback image when the image fails to load.
|
|
3017
|
-
*/
|
|
3018
|
-
fallback?: boolean;
|
|
3019
|
-
/**
|
|
3020
|
-
* Determines if the image should be zoom-able.
|
|
3021
|
-
*/
|
|
3022
|
-
canZoom?: boolean;
|
|
3023
|
-
/**
|
|
3024
|
-
* Indicates whether the image is currently loading. Useful for displaying a loading spinner when the image source is expected but not yet available.
|
|
3025
|
-
*/
|
|
3026
|
-
loading?: boolean;
|
|
3027
|
-
/**
|
|
3028
|
-
* Indicates whether the image takes the full width of the parent container.
|
|
3029
|
-
*/
|
|
3030
|
-
block?: boolean;
|
|
3031
|
-
/**
|
|
3032
|
-
* The loading attribute of the image.
|
|
3033
|
-
*/
|
|
3034
|
-
htmlLoading?: 'eager' | 'lazy';
|
|
3035
|
-
/**
|
|
3036
|
-
* The type of click handler to use. - automatic: The click handler is automatically handled by the image. - manual: The click handler is manually handled by the parent element.
|
|
3037
|
-
*/
|
|
3038
|
-
clickHandlerType?: 'automatic' | 'manual';
|
|
3039
|
-
/**
|
|
3040
|
-
* When true, automatically retries loading the image on error before showing the fallback.
|
|
3041
|
-
*/
|
|
3042
|
-
retryOnError?: boolean;
|
|
3043
|
-
/**
|
|
3044
|
-
* Maximum number of retry attempts when `retry-on-error` is enabled.
|
|
3045
|
-
*/
|
|
3046
|
-
maxRetries?: number;
|
|
3047
|
-
/**
|
|
3048
|
-
* The width of the image.
|
|
3049
|
-
*/
|
|
3050
|
-
width?: string;
|
|
3051
|
-
/**
|
|
3052
|
-
* The height of the image.
|
|
3053
|
-
*/
|
|
3054
|
-
height?: string;
|
|
3055
|
-
/**
|
|
3056
|
-
* Make the image resizable
|
|
3057
|
-
*/
|
|
3058
|
-
resizable?: boolean;
|
|
3059
|
-
/**
|
|
3060
|
-
* The height mode of the image.
|
|
3061
|
-
*/
|
|
3062
|
-
heightMode?: 'auto' | 'fixed';
|
|
3063
|
-
/**
|
|
3064
|
-
* Restricts resizing to a single axis. Use {@link ResizeDirection}.
|
|
3065
|
-
*/
|
|
3066
|
-
resizeDirection?: 'both' | 'horizontal' | 'vertical';
|
|
3067
|
-
/**
|
|
3068
|
-
* Whether the image should be resized without a limit
|
|
3069
|
-
*/
|
|
3070
|
-
noLimit?: boolean;
|
|
3071
|
-
/**
|
|
3072
|
-
* Whether the gallery item has an event (excluding zoom).
|
|
3073
|
-
*/
|
|
3074
|
-
hasEvent?: boolean;
|
|
3075
|
-
/**
|
|
3076
|
-
* Specifies the easing function to use when highlighting the element.
|
|
3077
|
-
*/
|
|
3078
|
-
easing?: 'cubic' | 'expo' | 'linear' | 'quad-in' | 'quad-in-out' | 'quad-out';
|
|
3079
|
-
/**
|
|
3080
|
-
* Whether the gallery item highlights its border on hover.
|
|
3081
|
-
*/
|
|
3082
|
-
highlightBorder?: boolean;
|
|
3083
|
-
/**
|
|
3084
|
-
* Whether the gallery item highlights its color overlay on hover.
|
|
3085
|
-
*/
|
|
3086
|
-
highlightColorOverlay?: boolean;
|
|
3087
|
-
/**
|
|
3088
|
-
* Whether the gallery item highlights its drop shadow on hover.
|
|
3089
|
-
*/
|
|
3090
|
-
highlightDropShadow?: boolean;
|
|
3091
|
-
/**
|
|
3092
|
-
* Whether the gallery item highlights its background on hover.
|
|
3093
|
-
*/
|
|
3094
|
-
highlightBackground?: boolean;
|
|
3095
|
-
/**
|
|
3096
|
-
* Whether the gallery item highlights its opacity on hover.
|
|
3097
|
-
*/
|
|
3098
|
-
highlightOpacity?: boolean;
|
|
3099
|
-
/**
|
|
3100
|
-
* The effect of the gallery item.
|
|
3101
|
-
*/
|
|
3102
|
-
effect?: 'jump' | 'none' | 'text-reveal' | 'zoom';
|
|
3103
|
-
/**
|
|
3104
|
-
* The style of the text reveal effect.
|
|
3334
|
+
* Whether to allow fullscreen mode
|
|
3105
3335
|
*/
|
|
3106
|
-
|
|
3336
|
+
canFullscreen?: boolean;
|
|
3107
3337
|
/**
|
|
3108
|
-
*
|
|
3338
|
+
* Whether the iframe is currently loading content
|
|
3109
3339
|
*/
|
|
3110
|
-
|
|
3340
|
+
loading?: boolean;
|
|
3111
3341
|
/**
|
|
3112
3342
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
3113
3343
|
*/
|
|
@@ -3615,44 +3845,6 @@
|
|
|
3615
3845
|
/**
|
|
3616
3846
|
*
|
|
3617
3847
|
*/
|
|
3618
|
-
preRender?: boolean;
|
|
3619
|
-
}
|
|
3620
|
-
/**
|
|
3621
|
-
* Progress bars are used to show the status of an ongoing operation.
|
|
3622
|
-
*/
|
|
3623
|
-
interface CxProgressBarAttributes extends HTMLAttributes<CxProgressBar> {
|
|
3624
|
-
|
|
3625
|
-
/**
|
|
3626
|
-
* The current progress as a percentage, 0 to 100.
|
|
3627
|
-
*/
|
|
3628
|
-
value?: number;
|
|
3629
|
-
/**
|
|
3630
|
-
* When true, percentage is ignored, the label is hidden, and the progress bar is drawn in an indeterminate state.
|
|
3631
|
-
*/
|
|
3632
|
-
indeterminate?: boolean;
|
|
3633
|
-
/**
|
|
3634
|
-
* The title of the progress bar.
|
|
3635
|
-
*/
|
|
3636
|
-
label?: string;
|
|
3637
|
-
/**
|
|
3638
|
-
* When true, the percentage is drawn.
|
|
3639
|
-
*/
|
|
3640
|
-
showProgress?: string;
|
|
3641
|
-
/**
|
|
3642
|
-
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
3643
|
-
*/
|
|
3644
|
-
dir?: string;
|
|
3645
|
-
/**
|
|
3646
|
-
* eslint-disable-next-line lit/no-native-attributes
|
|
3647
|
-
*/
|
|
3648
|
-
lang?: string;
|
|
3649
|
-
/**
|
|
3650
|
-
*
|
|
3651
|
-
*/
|
|
3652
|
-
theme?: 'light' | 'dark';
|
|
3653
|
-
/**
|
|
3654
|
-
*
|
|
3655
|
-
*/
|
|
3656
3848
|
preRender?: boolean;
|
|
3657
3849
|
}
|
|
3658
3850
|
/**
|
|
@@ -5489,6 +5681,10 @@
|
|
|
5489
5681
|
/**
|
|
5490
5682
|
*
|
|
5491
5683
|
*/
|
|
5684
|
+
isSiteBuilder?: boolean;
|
|
5685
|
+
/**
|
|
5686
|
+
*
|
|
5687
|
+
*/
|
|
5492
5688
|
recordId?: string;
|
|
5493
5689
|
/**
|
|
5494
5690
|
*
|
|
@@ -5560,6 +5756,10 @@
|
|
|
5560
5756
|
* An optional record ID used to fetch a clean preview image, bypassing any stored URL that may have transformations applied.
|
|
5561
5757
|
*/
|
|
5562
5758
|
recordId?: string;
|
|
5759
|
+
/**
|
|
5760
|
+
* When true, uses the Site Builder search endpoint for asset fetching.
|
|
5761
|
+
*/
|
|
5762
|
+
isSiteBuilder?: boolean;
|
|
5563
5763
|
/**
|
|
5564
5764
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
5565
5765
|
*/
|
|
@@ -6513,241 +6713,35 @@
|
|
|
6513
6713
|
/**
|
|
6514
6714
|
* The to date in `YYYY-MM-DD`.
|
|
6515
6715
|
*/
|
|
6516
|
-
toDate?: string;
|
|
6517
|
-
/**
|
|
6518
|
-
* The from time in 24-hour `HH:mm:ss`.
|
|
6519
|
-
*/
|
|
6520
|
-
fromTime?: string;
|
|
6521
|
-
/**
|
|
6522
|
-
* The to time in 24-hour `HH:mm:ss`.
|
|
6523
|
-
*/
|
|
6524
|
-
toTime?: string;
|
|
6525
|
-
/**
|
|
6526
|
-
* Shows the hour/minute/second selects on both pickers.
|
|
6527
|
-
*/
|
|
6528
|
-
showTime?: boolean;
|
|
6529
|
-
/**
|
|
6530
|
-
* Shows the preset selector (Today, Last 7 days, …).
|
|
6531
|
-
*/
|
|
6532
|
-
showPreset?: boolean;
|
|
6533
|
-
/**
|
|
6534
|
-
* Selected preset key. Controlled so clearing resets the inner picker's preset.
|
|
6535
|
-
*/
|
|
6536
|
-
preset?: string;
|
|
6537
|
-
/**
|
|
6538
|
-
* Minimum selectable date in `YYYY-MM-DD`.
|
|
6539
|
-
*/
|
|
6540
|
-
min?: string;
|
|
6541
|
-
/**
|
|
6542
|
-
* Maximum selectable date in `YYYY-MM-DD`.
|
|
6543
|
-
*/
|
|
6544
|
-
max?: string;
|
|
6545
|
-
/**
|
|
6546
|
-
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
6547
|
-
*/
|
|
6548
|
-
dir?: string;
|
|
6549
|
-
/**
|
|
6550
|
-
* eslint-disable-next-line lit/no-native-attributes
|
|
6551
|
-
*/
|
|
6552
|
-
lang?: string;
|
|
6553
|
-
/**
|
|
6554
|
-
*
|
|
6555
|
-
*/
|
|
6556
|
-
theme?: 'light' | 'dark';
|
|
6557
|
-
/**
|
|
6558
|
-
*
|
|
6559
|
-
*/
|
|
6560
|
-
preRender?: boolean;
|
|
6561
|
-
}
|
|
6562
|
-
/**
|
|
6563
|
-
*
|
|
6564
|
-
*/
|
|
6565
|
-
interface CxFolderSelectAttributes extends HTMLAttributes<CxFolderSelect> {
|
|
6566
|
-
|
|
6567
|
-
/**
|
|
6568
|
-
*
|
|
6569
|
-
*/
|
|
6570
|
-
minQueryLength?: number;
|
|
6571
|
-
/**
|
|
6572
|
-
*
|
|
6573
|
-
*/
|
|
6574
|
-
selection?: 'single' | 'multiple';
|
|
6575
|
-
/**
|
|
6576
|
-
*
|
|
6577
|
-
*/
|
|
6578
|
-
variant?: 'input' | 'select';
|
|
6579
|
-
/**
|
|
6580
|
-
*
|
|
6581
|
-
*/
|
|
6582
|
-
value?: string;
|
|
6583
|
-
/**
|
|
6584
|
-
*
|
|
6585
|
-
*/
|
|
6586
|
-
name?: string;
|
|
6587
|
-
/**
|
|
6588
|
-
*
|
|
6589
|
-
*/
|
|
6590
|
-
selectedLabel?: string;
|
|
6591
|
-
/**
|
|
6592
|
-
*
|
|
6593
|
-
*/
|
|
6594
|
-
baseUrl?: string;
|
|
6595
|
-
/**
|
|
6596
|
-
*
|
|
6597
|
-
*/
|
|
6598
|
-
open?: boolean;
|
|
6599
|
-
/**
|
|
6600
|
-
*
|
|
6601
|
-
*/
|
|
6602
|
-
token?: string;
|
|
6603
|
-
/**
|
|
6604
|
-
*
|
|
6605
|
-
*/
|
|
6606
|
-
bearerToken?: string;
|
|
6607
|
-
/**
|
|
6608
|
-
*
|
|
6609
|
-
*/
|
|
6610
|
-
seeThru?: boolean;
|
|
6611
|
-
/**
|
|
6612
|
-
*
|
|
6613
|
-
*/
|
|
6614
|
-
required?: boolean;
|
|
6615
|
-
/**
|
|
6616
|
-
*
|
|
6617
|
-
*/
|
|
6618
|
-
form?: string;
|
|
6619
|
-
/**
|
|
6620
|
-
*
|
|
6621
|
-
*/
|
|
6622
|
-
excludeVirtualFolders?: boolean;
|
|
6623
|
-
/**
|
|
6624
|
-
*
|
|
6625
|
-
*/
|
|
6626
|
-
extraFolderId?: string;
|
|
6627
|
-
/**
|
|
6628
|
-
*
|
|
6629
|
-
*/
|
|
6630
|
-
extraFolderTitle?: string;
|
|
6631
|
-
/**
|
|
6632
|
-
*
|
|
6633
|
-
*/
|
|
6634
|
-
extraFolderIcon?: string;
|
|
6635
|
-
/**
|
|
6636
|
-
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
6637
|
-
*/
|
|
6638
|
-
dir?: string;
|
|
6639
|
-
/**
|
|
6640
|
-
* eslint-disable-next-line lit/no-native-attributes
|
|
6641
|
-
*/
|
|
6642
|
-
lang?: string;
|
|
6643
|
-
/**
|
|
6644
|
-
*
|
|
6645
|
-
*/
|
|
6646
|
-
theme?: 'light' | 'dark';
|
|
6647
|
-
/**
|
|
6648
|
-
*
|
|
6649
|
-
*/
|
|
6650
|
-
preRender?: boolean;
|
|
6651
|
-
}
|
|
6652
|
-
/**
|
|
6653
|
-
*
|
|
6654
|
-
*/
|
|
6655
|
-
interface CxGraphViewAttributes extends HTMLAttributes<CxGraphView> {
|
|
6656
|
-
|
|
6657
|
-
/**
|
|
6658
|
-
*
|
|
6659
|
-
*/
|
|
6660
|
-
data?: CxGraphViewWorkflow;
|
|
6661
|
-
/**
|
|
6662
|
-
*
|
|
6663
|
-
*/
|
|
6664
|
-
readonly?: boolean;
|
|
6665
|
-
/**
|
|
6666
|
-
*
|
|
6667
|
-
*/
|
|
6668
|
-
hideControls?: boolean;
|
|
6669
|
-
/**
|
|
6670
|
-
*
|
|
6671
|
-
*/
|
|
6672
|
-
renderDelay?: number;
|
|
6673
|
-
/**
|
|
6674
|
-
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
6675
|
-
*/
|
|
6676
|
-
dir?: string;
|
|
6677
|
-
/**
|
|
6678
|
-
* eslint-disable-next-line lit/no-native-attributes
|
|
6679
|
-
*/
|
|
6680
|
-
lang?: string;
|
|
6681
|
-
/**
|
|
6682
|
-
*
|
|
6683
|
-
*/
|
|
6684
|
-
theme?: 'light' | 'dark';
|
|
6685
|
-
/**
|
|
6686
|
-
*
|
|
6687
|
-
*/
|
|
6688
|
-
preRender?: boolean;
|
|
6689
|
-
}
|
|
6690
|
-
/**
|
|
6691
|
-
* Full-featured PDF and image book reader.
|
|
6692
|
-
*/
|
|
6693
|
-
interface CxBookReaderAttributes extends HTMLAttributes<CxBookReader> {
|
|
6694
|
-
|
|
6695
|
-
/**
|
|
6696
|
-
* Book ID used to fetch page data.
|
|
6697
|
-
*/
|
|
6698
|
-
bookId?: string;
|
|
6699
|
-
/**
|
|
6700
|
-
* URL of the PDF or image source.
|
|
6701
|
-
*/
|
|
6702
|
-
sourceUrl?: string;
|
|
6703
|
-
/**
|
|
6704
|
-
* Initial page number to display.
|
|
6705
|
-
*/
|
|
6706
|
-
pageNumber?: number;
|
|
6707
|
-
/**
|
|
6708
|
-
* Whether to show a cover page initially.
|
|
6709
|
-
*/
|
|
6710
|
-
showCover?: boolean;
|
|
6711
|
-
/**
|
|
6712
|
-
* Total number of pages (PDF mode).
|
|
6713
|
-
*/
|
|
6714
|
-
totalPages?: number;
|
|
6715
|
-
/**
|
|
6716
|
-
* Reader mode.
|
|
6717
|
-
*/
|
|
6718
|
-
bookReaderMode?: 'Image' | 'Pdf';
|
|
6719
|
-
/**
|
|
6720
|
-
* Background color for the book container.
|
|
6721
|
-
*/
|
|
6722
|
-
bookBackground?: string;
|
|
6716
|
+
toDate?: string;
|
|
6723
6717
|
/**
|
|
6724
|
-
*
|
|
6718
|
+
* The from time in 24-hour `HH:mm:ss`.
|
|
6725
6719
|
*/
|
|
6726
|
-
|
|
6720
|
+
fromTime?: string;
|
|
6727
6721
|
/**
|
|
6728
|
-
*
|
|
6722
|
+
* The to time in 24-hour `HH:mm:ss`.
|
|
6729
6723
|
*/
|
|
6730
|
-
|
|
6724
|
+
toTime?: string;
|
|
6731
6725
|
/**
|
|
6732
|
-
*
|
|
6726
|
+
* Shows the hour/minute/second selects on both pickers.
|
|
6733
6727
|
*/
|
|
6734
|
-
|
|
6728
|
+
showTime?: boolean;
|
|
6735
6729
|
/**
|
|
6736
|
-
*
|
|
6730
|
+
* Shows the preset selector (Today, Last 7 days, …).
|
|
6737
6731
|
*/
|
|
6738
|
-
|
|
6732
|
+
showPreset?: boolean;
|
|
6739
6733
|
/**
|
|
6740
|
-
*
|
|
6734
|
+
* Selected preset key. Controlled so clearing resets the inner picker's preset.
|
|
6741
6735
|
*/
|
|
6742
|
-
|
|
6736
|
+
preset?: string;
|
|
6743
6737
|
/**
|
|
6744
|
-
*
|
|
6738
|
+
* Minimum selectable date in `YYYY-MM-DD`.
|
|
6745
6739
|
*/
|
|
6746
|
-
|
|
6740
|
+
min?: string;
|
|
6747
6741
|
/**
|
|
6748
|
-
*
|
|
6742
|
+
* Maximum selectable date in `YYYY-MM-DD`.
|
|
6749
6743
|
*/
|
|
6750
|
-
|
|
6744
|
+
max?: string;
|
|
6751
6745
|
/**
|
|
6752
6746
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
6753
6747
|
*/
|
|
@@ -6766,94 +6760,116 @@
|
|
|
6766
6760
|
preRender?: boolean;
|
|
6767
6761
|
}
|
|
6768
6762
|
/**
|
|
6769
|
-
*
|
|
6763
|
+
*
|
|
6770
6764
|
*/
|
|
6771
|
-
interface
|
|
6765
|
+
interface CxFolderSelectAttributes extends HTMLAttributes<CxFolderSelect> {
|
|
6772
6766
|
|
|
6773
6767
|
/**
|
|
6774
|
-
*
|
|
6768
|
+
*
|
|
6775
6769
|
*/
|
|
6776
|
-
|
|
6770
|
+
minQueryLength?: number;
|
|
6777
6771
|
/**
|
|
6778
|
-
*
|
|
6772
|
+
*
|
|
6773
|
+
*/
|
|
6774
|
+
selection?: 'single' | 'multiple';
|
|
6775
|
+
/**
|
|
6776
|
+
*
|
|
6777
|
+
*/
|
|
6778
|
+
variant?: 'input' | 'select';
|
|
6779
|
+
/**
|
|
6780
|
+
*
|
|
6781
|
+
*/
|
|
6782
|
+
value?: string;
|
|
6783
|
+
/**
|
|
6784
|
+
*
|
|
6779
6785
|
*/
|
|
6780
6786
|
name?: string;
|
|
6781
6787
|
/**
|
|
6782
|
-
*
|
|
6788
|
+
*
|
|
6783
6789
|
*/
|
|
6784
|
-
|
|
6790
|
+
selectedLabel?: string;
|
|
6785
6791
|
/**
|
|
6786
|
-
*
|
|
6792
|
+
*
|
|
6787
6793
|
*/
|
|
6788
|
-
|
|
6794
|
+
baseUrl?: string;
|
|
6789
6795
|
/**
|
|
6790
|
-
*
|
|
6796
|
+
*
|
|
6791
6797
|
*/
|
|
6792
|
-
|
|
6798
|
+
open?: boolean;
|
|
6793
6799
|
/**
|
|
6794
|
-
*
|
|
6800
|
+
*
|
|
6795
6801
|
*/
|
|
6796
|
-
|
|
6802
|
+
token?: string;
|
|
6797
6803
|
/**
|
|
6798
|
-
*
|
|
6804
|
+
*
|
|
6799
6805
|
*/
|
|
6800
|
-
|
|
6806
|
+
bearerToken?: string;
|
|
6801
6807
|
/**
|
|
6802
|
-
*
|
|
6808
|
+
*
|
|
6803
6809
|
*/
|
|
6804
|
-
|
|
6810
|
+
seeThru?: boolean;
|
|
6805
6811
|
/**
|
|
6806
|
-
*
|
|
6812
|
+
*
|
|
6807
6813
|
*/
|
|
6808
|
-
|
|
6814
|
+
required?: boolean;
|
|
6809
6815
|
/**
|
|
6810
|
-
*
|
|
6816
|
+
*
|
|
6811
6817
|
*/
|
|
6812
|
-
|
|
6818
|
+
form?: string;
|
|
6813
6819
|
/**
|
|
6814
|
-
*
|
|
6820
|
+
*
|
|
6815
6821
|
*/
|
|
6816
|
-
|
|
6822
|
+
excludeVirtualFolders?: boolean;
|
|
6817
6823
|
/**
|
|
6818
|
-
*
|
|
6824
|
+
*
|
|
6819
6825
|
*/
|
|
6820
|
-
|
|
6826
|
+
extraFolderId?: string;
|
|
6821
6827
|
/**
|
|
6822
|
-
*
|
|
6828
|
+
*
|
|
6823
6829
|
*/
|
|
6824
|
-
|
|
6830
|
+
extraFolderTitle?: string;
|
|
6825
6831
|
/**
|
|
6826
|
-
*
|
|
6832
|
+
*
|
|
6827
6833
|
*/
|
|
6828
|
-
|
|
6834
|
+
extraFolderIcon?: string;
|
|
6829
6835
|
/**
|
|
6830
|
-
*
|
|
6836
|
+
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
6831
6837
|
*/
|
|
6832
|
-
|
|
6838
|
+
dir?: string;
|
|
6833
6839
|
/**
|
|
6834
|
-
*
|
|
6840
|
+
* eslint-disable-next-line lit/no-native-attributes
|
|
6835
6841
|
*/
|
|
6836
|
-
|
|
6842
|
+
lang?: string;
|
|
6837
6843
|
/**
|
|
6838
|
-
*
|
|
6844
|
+
*
|
|
6839
6845
|
*/
|
|
6840
|
-
|
|
6846
|
+
theme?: 'light' | 'dark';
|
|
6841
6847
|
/**
|
|
6842
|
-
*
|
|
6848
|
+
*
|
|
6843
6849
|
*/
|
|
6844
|
-
|
|
6850
|
+
preRender?: boolean;
|
|
6851
|
+
}
|
|
6852
|
+
/**
|
|
6853
|
+
*
|
|
6854
|
+
*/
|
|
6855
|
+
interface CxGraphViewAttributes extends HTMLAttributes<CxGraphView> {
|
|
6856
|
+
|
|
6845
6857
|
/**
|
|
6846
|
-
*
|
|
6858
|
+
*
|
|
6847
6859
|
*/
|
|
6848
|
-
|
|
6860
|
+
data?: CxGraphViewWorkflow;
|
|
6849
6861
|
/**
|
|
6850
|
-
*
|
|
6862
|
+
*
|
|
6851
6863
|
*/
|
|
6852
|
-
|
|
6864
|
+
readonly?: boolean;
|
|
6853
6865
|
/**
|
|
6854
|
-
*
|
|
6866
|
+
*
|
|
6855
6867
|
*/
|
|
6856
|
-
|
|
6868
|
+
hideControls?: boolean;
|
|
6869
|
+
/**
|
|
6870
|
+
*
|
|
6871
|
+
*/
|
|
6872
|
+
renderDelay?: number;
|
|
6857
6873
|
/**
|
|
6858
6874
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
6859
6875
|
*/
|
|
@@ -7543,64 +7559,6 @@
|
|
|
7543
7559
|
/**
|
|
7544
7560
|
*
|
|
7545
7561
|
*/
|
|
7546
|
-
preRender?: boolean;
|
|
7547
|
-
}
|
|
7548
|
-
/**
|
|
7549
|
-
* CxTimeline
|
|
7550
|
-
*/
|
|
7551
|
-
interface CxTimelineAttributes extends HTMLAttributes<CxTimeline> {
|
|
7552
|
-
|
|
7553
|
-
/**
|
|
7554
|
-
*
|
|
7555
|
-
*/
|
|
7556
|
-
data?: CxTimelineTimelineItem[];
|
|
7557
|
-
/**
|
|
7558
|
-
* Whether to show navigation arrows
|
|
7559
|
-
*/
|
|
7560
|
-
navigationArrows?: boolean;
|
|
7561
|
-
/**
|
|
7562
|
-
* Whether to show thumbnails
|
|
7563
|
-
*/
|
|
7564
|
-
showThumbnails?: boolean;
|
|
7565
|
-
/**
|
|
7566
|
-
* The number of tabs per page. This applies when overflow variant is pagination.
|
|
7567
|
-
*/
|
|
7568
|
-
tabsPerPage?: number;
|
|
7569
|
-
/**
|
|
7570
|
-
* Whether to show multi-language.
|
|
7571
|
-
*/
|
|
7572
|
-
multiLanguage?: boolean;
|
|
7573
|
-
/**
|
|
7574
|
-
* The minimum width of the tab.
|
|
7575
|
-
*/
|
|
7576
|
-
minTabWidth?: number;
|
|
7577
|
-
/**
|
|
7578
|
-
* Asset transformation proxy format key.
|
|
7579
|
-
*/
|
|
7580
|
-
format?: string;
|
|
7581
|
-
/**
|
|
7582
|
-
* Asset transformations applied to the image.
|
|
7583
|
-
*/
|
|
7584
|
-
transformations?: CxTimelineTransformation[];
|
|
7585
|
-
/**
|
|
7586
|
-
*
|
|
7587
|
-
*/
|
|
7588
|
-
siteBuilderToken?: string;
|
|
7589
|
-
/**
|
|
7590
|
-
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
7591
|
-
*/
|
|
7592
|
-
dir?: string;
|
|
7593
|
-
/**
|
|
7594
|
-
* eslint-disable-next-line lit/no-native-attributes
|
|
7595
|
-
*/
|
|
7596
|
-
lang?: string;
|
|
7597
|
-
/**
|
|
7598
|
-
*
|
|
7599
|
-
*/
|
|
7600
|
-
theme?: 'light' | 'dark';
|
|
7601
|
-
/**
|
|
7602
|
-
*
|
|
7603
|
-
*/
|
|
7604
7562
|
preRender?: boolean;
|
|
7605
7563
|
}
|
|
7606
7564
|
/**
|
|
@@ -7866,6 +7824,10 @@
|
|
|
7866
7824
|
* Show a Reset button inside cx-asset-link-format that clears all transformations.
|
|
7867
7825
|
*/
|
|
7868
7826
|
canReset?: boolean;
|
|
7827
|
+
/**
|
|
7828
|
+
* When true, uses the Site Builder search endpoint for asset fetching.
|
|
7829
|
+
*/
|
|
7830
|
+
isSiteBuilder?: boolean;
|
|
7869
7831
|
/**
|
|
7870
7832
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
7871
7833
|
*/
|
|
@@ -8826,6 +8788,64 @@
|
|
|
8826
8788
|
*/
|
|
8827
8789
|
interface CxTextAttributes extends HTMLAttributes<CxText> {
|
|
8828
8790
|
|
|
8791
|
+
/**
|
|
8792
|
+
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
8793
|
+
*/
|
|
8794
|
+
dir?: string;
|
|
8795
|
+
/**
|
|
8796
|
+
* eslint-disable-next-line lit/no-native-attributes
|
|
8797
|
+
*/
|
|
8798
|
+
lang?: string;
|
|
8799
|
+
/**
|
|
8800
|
+
*
|
|
8801
|
+
*/
|
|
8802
|
+
theme?: 'light' | 'dark';
|
|
8803
|
+
/**
|
|
8804
|
+
*
|
|
8805
|
+
*/
|
|
8806
|
+
preRender?: boolean;
|
|
8807
|
+
}
|
|
8808
|
+
/**
|
|
8809
|
+
* CxTimeline
|
|
8810
|
+
*/
|
|
8811
|
+
interface CxTimelineAttributes extends HTMLAttributes<CxTimeline> {
|
|
8812
|
+
|
|
8813
|
+
/**
|
|
8814
|
+
*
|
|
8815
|
+
*/
|
|
8816
|
+
data?: CxTimelineTimelineItem[];
|
|
8817
|
+
/**
|
|
8818
|
+
* Whether to show navigation arrows
|
|
8819
|
+
*/
|
|
8820
|
+
navigationArrows?: boolean;
|
|
8821
|
+
/**
|
|
8822
|
+
* Whether to show thumbnails
|
|
8823
|
+
*/
|
|
8824
|
+
showThumbnails?: boolean;
|
|
8825
|
+
/**
|
|
8826
|
+
* The number of tabs per page. This applies when overflow variant is pagination.
|
|
8827
|
+
*/
|
|
8828
|
+
tabsPerPage?: number;
|
|
8829
|
+
/**
|
|
8830
|
+
* Whether to show multi-language.
|
|
8831
|
+
*/
|
|
8832
|
+
multiLanguage?: boolean;
|
|
8833
|
+
/**
|
|
8834
|
+
* The minimum width of the tab.
|
|
8835
|
+
*/
|
|
8836
|
+
minTabWidth?: number;
|
|
8837
|
+
/**
|
|
8838
|
+
* Asset transformation proxy format key.
|
|
8839
|
+
*/
|
|
8840
|
+
format?: string;
|
|
8841
|
+
/**
|
|
8842
|
+
* Asset transformations applied to the image.
|
|
8843
|
+
*/
|
|
8844
|
+
transformations?: CxTimelineTransformation[];
|
|
8845
|
+
/**
|
|
8846
|
+
*
|
|
8847
|
+
*/
|
|
8848
|
+
siteBuilderToken?: string;
|
|
8829
8849
|
/**
|
|
8830
8850
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
8831
8851
|
*/
|
|
@@ -9611,18 +9631,18 @@
|
|
|
9611
9631
|
*/
|
|
9612
9632
|
preRender?: boolean;
|
|
9613
9633
|
}
|
|
9614
|
-
export type CxIconProps = DetailedHTMLProps<CxIconAttributes, CxIcon> & {class?: string};export type CxSpinnerProps = DetailedHTMLProps<CxSpinnerAttributes, CxSpinner> & {class?: string};export type CxIconButtonProps = DetailedHTMLProps<CxIconButtonAttributes, CxIconButton> & {class?: string};export type CxAlertProps = DetailedHTMLProps<CxAlertAttributes, CxAlert> & {class?: string};export type CxAmChartProps = DetailedHTMLProps<CxAmChartAttributes, CxAmChart> & {class?: string};export type CxAnimatedImageProps = DetailedHTMLProps<CxAnimatedImageAttributes, CxAnimatedImage> & {class?: string};export type CxAnimationProps = DetailedHTMLProps<CxAnimationAttributes, CxAnimation> & {class?: string};export type CxPopupProps = DetailedHTMLProps<CxPopupAttributes, CxPopup> & {class?: string};export type CxMenuItemProps = DetailedHTMLProps<CxMenuItemAttributes, CxMenuItem> & {class?: string};export type CxInputProps = DetailedHTMLProps<CxInputAttributes, CxInput> & {class?: string};export type CxMenuProps = DetailedHTMLProps<CxMenuAttributes, CxMenu> & {class?: string};export type CxTextareaProps = DetailedHTMLProps<CxTextareaAttributes, CxTextarea> & {class?: string};export type CxDropdownProps = DetailedHTMLProps<CxDropdownAttributes, CxDropdown> & {class?: string};export type CxButtonProps = DetailedHTMLProps<CxButtonAttributes, CxButton> & {class?: string};export type CxTooltipProps = DetailedHTMLProps<CxTooltipAttributes, CxTooltip> & {class?: string};export type CxResizeObserverProps = DetailedHTMLProps<CxResizeObserverAttributes, CxResizeObserver> & {class?: string};export type CxLineClampProps = DetailedHTMLProps<CxLineClampAttributes, CxLineClamp> & {class?: string};export type CxTagProps = DetailedHTMLProps<CxTagAttributes, CxTag> & {class?: string};export type CxArrayLineClampProps = DetailedHTMLProps<CxArrayLineClampAttributes, CxArrayLineClamp> & {class?: string};export type CxTypographyProps = DetailedHTMLProps<CxTypographyAttributes, CxTypography> & {class?: string};export type CxAudioProps = DetailedHTMLProps<CxAudioAttributes, CxAudio> & {class?: string};export type CxAvatarProps = DetailedHTMLProps<CxAvatarAttributes, CxAvatar> & {class?: string};export type CxBadgeProps = DetailedHTMLProps<CxBadgeAttributes, CxBadge> & {class?: string};export type CxBreadcrumbItemProps = DetailedHTMLProps<CxBreadcrumbItemAttributes, CxBreadcrumbItem> & {class?: string};export type CxBreadcrumbProps = DetailedHTMLProps<CxBreadcrumbAttributes, CxBreadcrumb> & {class?: string};export type CxButtonGroupProps = DetailedHTMLProps<CxButtonGroupAttributes, CxButtonGroup> & {class?: string};export type CxCardProps = DetailedHTMLProps<CxCardAttributes, CxCard> & {class?: string};export type CxCheckboxProps = DetailedHTMLProps<CxCheckboxAttributes, CxCheckbox> & {class?: string};export type CxVisuallyHiddenProps = DetailedHTMLProps<CxVisuallyHiddenAttributes, CxVisuallyHidden> & {class?: string};export type CxColorPickerProps = DetailedHTMLProps<CxColorPickerAttributes, CxColorPicker> & {class?: string};export type CxCopyButtonProps = DetailedHTMLProps<CxCopyButtonAttributes, CxCopyButton> & {class?: string};export type CxDateCalendarProps = DetailedHTMLProps<CxDateCalendarAttributes, CxDateCalendar> & {class?: string};export type CxDetailsProps = DetailedHTMLProps<CxDetailsAttributes, CxDetails> & {class?: string};export type CxDividerProps = DetailedHTMLProps<CxDividerAttributes, CxDivider> & {class?: string};export type CxDialogProps = DetailedHTMLProps<CxDialogAttributes, CxDialog> & {class?: string};export type CxDotPaginationProps = DetailedHTMLProps<CxDotPaginationAttributes, CxDotPagination> & {class?: string};export type CxDotStatusProps = DetailedHTMLProps<CxDotStatusAttributes, CxDotStatus> & {class?: string};export type CxDrawerProps = DetailedHTMLProps<CxDrawerAttributes, CxDrawer> & {class?: string};export type CxEChartProps = DetailedHTMLProps<CxEChartAttributes, CxEChart> & {class?: string};export type CxElementClampProps = DetailedHTMLProps<CxElementClampAttributes, CxElementClamp> & {class?: string};export type CxFormatBytesProps = DetailedHTMLProps<CxFormatBytesAttributes, CxFormatBytes> & {class?: string};export type CxFormatDateProps = DetailedHTMLProps<CxFormatDateAttributes, CxFormatDate> & {class?: string};export type CxFormatNumberProps = DetailedHTMLProps<CxFormatNumberAttributes, CxFormatNumber> & {class?: string};export type CxFormatTimeProps = DetailedHTMLProps<CxFormatTimeAttributes, CxFormatTime> & {class?: string};export type CxGridProps = DetailedHTMLProps<CxGridAttributes, CxGrid> & {class?: string};export type CxGridItemProps = DetailedHTMLProps<CxGridItemAttributes, CxGridItem> & {class?: string};export type CxHeaderProps = DetailedHTMLProps<CxHeaderAttributes, CxHeader> & {class?: string};export type CxHubConnectionProps = DetailedHTMLProps<CxHubConnectionAttributes, CxHubConnection> & {class?: string};export type CxIframeProps = DetailedHTMLProps<CxIframeAttributes, CxIframe> & {class?: string};export type CxSkeletonProps = DetailedHTMLProps<CxSkeletonAttributes, CxSkeleton> & {class?: string};export type CxSpaceProps = DetailedHTMLProps<CxSpaceAttributes, CxSpace> & {class?: string};export type CxImageProps = DetailedHTMLProps<CxImageAttributes, CxImage> & {class?: string};export type CxImageComparerProps = DetailedHTMLProps<CxImageComparerAttributes, CxImageComparer> & {class?: string};export type CxIncludeProps = DetailedHTMLProps<CxIncludeAttributes, CxInclude> & {class?: string};export type CxInputGroupProps = DetailedHTMLProps<CxInputGroupAttributes, CxInputGroup> & {class?: string};export type CxMarkdownProps = DetailedHTMLProps<CxMarkdownAttributes, CxMarkdown> & {class?: string};export type CxMenuLabelProps = DetailedHTMLProps<CxMenuLabelAttributes, CxMenuLabel> & {class?: string};export type CxMenuSectionProps = DetailedHTMLProps<CxMenuSectionAttributes, CxMenuSection> & {class?: string};export type CxMutationObserverProps = DetailedHTMLProps<CxMutationObserverAttributes, CxMutationObserver> & {class?: string};export type CxOptionProps = DetailedHTMLProps<CxOptionAttributes, CxOption> & {class?: string};export type CxSelectProps = DetailedHTMLProps<CxSelectAttributes, CxSelect> & {class?: string};export type CxPaginationProps = DetailedHTMLProps<CxPaginationAttributes, CxPagination> & {class?: string};export type CxProgressBarProps = DetailedHTMLProps<CxProgressBarAttributes, CxProgressBar> & {class?: string};export type CxProgressRingProps = DetailedHTMLProps<CxProgressRingAttributes, CxProgressRing> & {class?: string};export type CxQrCodeProps = DetailedHTMLProps<CxQrCodeAttributes, CxQrCode> & {class?: string};export type CxRadioProps = DetailedHTMLProps<CxRadioAttributes, CxRadio> & {class?: string};export type CxRadioButtonProps = DetailedHTMLProps<CxRadioButtonAttributes, CxRadioButton> & {class?: string};export type CxRadioCardProps = DetailedHTMLProps<CxRadioCardAttributes, CxRadioCard> & {class?: string};export type CxRadioGroupProps = DetailedHTMLProps<CxRadioGroupAttributes, CxRadioGroup> & {class?: string};export type CxRangeProps = DetailedHTMLProps<CxRangeAttributes, CxRange> & {class?: string};export type CxRatingProps = DetailedHTMLProps<CxRatingAttributes, CxRating> & {class?: string};export type CxRelativeTimeProps = DetailedHTMLProps<CxRelativeTimeAttributes, CxRelativeTime> & {class?: string};export type CxSplitPanelProps = DetailedHTMLProps<CxSplitPanelAttributes, CxSplitPanel> & {class?: string};export type CxStepProps = DetailedHTMLProps<CxStepAttributes, CxStep> & {class?: string};export type CxStepperProps = DetailedHTMLProps<CxStepperAttributes, CxStepper> & {class?: string};export type CxSwitchProps = DetailedHTMLProps<CxSwitchAttributes, CxSwitch> & {class?: string};export type CxTabProps = DetailedHTMLProps<CxTabAttributes, CxTab> & {class?: string};export type CxTabPanelProps = DetailedHTMLProps<CxTabPanelAttributes, CxTabPanel> & {class?: string};export type CxTabGroupProps = DetailedHTMLProps<CxTabGroupAttributes, CxTabGroup> & {class?: string};export type CxTableProps = DetailedHTMLProps<CxTableAttributes, CxTable> & {class?: string};export type CxTimecodeProps = DetailedHTMLProps<CxTimecodeAttributes, CxTimecode> & {class?: string};export type CxTreeItemProps = DetailedHTMLProps<CxTreeItemAttributes, CxTreeItem> & {class?: string};export type CxTreeProps = DetailedHTMLProps<CxTreeAttributes, CxTree> & {class?: string};export type CxVideoProps = DetailedHTMLProps<CxVideoAttributes, CxVideo> & {class?: string};export type CxSidebarLayoutProps = DetailedHTMLProps<CxSidebarLayoutAttributes, CxSidebarLayout> & {class?: string};export type Cx3DViewerProps = DetailedHTMLProps<Cx3DViewerAttributes, Cx3DViewer> & {class?: string};export type CxAssetDataDisplayProps = DetailedHTMLProps<CxAssetDataDisplayAttributes, CxAssetDataDisplay> & {class?: string};export type CxAssetPickerProps = DetailedHTMLProps<CxAssetPickerAttributes, CxAssetPicker> & {class?: string};export type CxBicolorPickerProps = DetailedHTMLProps<CxBicolorPickerAttributes, CxBicolorPicker> & {class?: string};export type CxBorderInputGroupProps = DetailedHTMLProps<CxBorderInputGroupAttributes, CxBorderInputGroup> & {class?: string};export type CxColorSwatchProps = DetailedHTMLProps<CxColorSwatchAttributes, CxColorSwatch> & {class?: string};export type CxConfirmPopoverProps = DetailedHTMLProps<CxConfirmPopoverAttributes, CxConfirmPopover> & {class?: string};export type CxCornerPositionInputGroupProps = DetailedHTMLProps<CxCornerPositionInputGroupAttributes, CxCornerPositionInputGroup> & {class?: string};export type CxCropperProps = DetailedHTMLProps<CxCropperAttributes, CxCropper> & {class?: string};export type CxDashboardIframeProps = DetailedHTMLProps<CxDashboardIframeAttributes, CxDashboardIframe> & {class?: string};export type CxDataTabGroupProps = DetailedHTMLProps<CxDataTabGroupAttributes, CxDataTabGroup> & {class?: string};export type CxDetailsGroupProps = DetailedHTMLProps<CxDetailsGroupAttributes, CxDetailsGroup> & {class?: string};export type CxDownloadFormatPickerProps = DetailedHTMLProps<CxDownloadFormatPickerAttributes, CxDownloadFormatPicker> & {class?: string};export type CxDynamicSelectProps = DetailedHTMLProps<CxDynamicSelectAttributes, CxDynamicSelect> & {class?: string};export type CxEstimatedReadingTimeProps = DetailedHTMLProps<CxEstimatedReadingTimeAttributes, CxEstimatedReadingTime> & {class?: string};export type CxFacetedFilterProps = DetailedHTMLProps<CxFacetedFilterAttributes, CxFacetedFilter> & {class?: string};export type CxInputDatePickerProps = DetailedHTMLProps<CxInputDatePickerAttributes, CxInputDatePicker> & {class?: string};export type CxFacetDatePickerProps = DetailedHTMLProps<CxFacetDatePickerAttributes, CxFacetDatePicker> & {class?: string};export type CxInputDateRangePickerProps = DetailedHTMLProps<CxInputDateRangePickerAttributes, CxInputDateRangePicker> & {class?: string};export type CxFacetDateRangeProps = DetailedHTMLProps<CxFacetDateRangeAttributes, CxFacetDateRange> & {class?: string};export type CxFolderSelectProps = DetailedHTMLProps<CxFolderSelectAttributes, CxFolderSelect> & {class?: string};export type CxGraphViewProps = DetailedHTMLProps<CxGraphViewAttributes, CxGraphView> & {class?: string};export type CxBookReaderProps = DetailedHTMLProps<CxBookReaderAttributes, CxBookReader> & {class?: string};export type CxDocumentViewerProps = DetailedHTMLProps<CxDocumentViewerAttributes, CxDocumentViewer> & {class?: string};export type CxIconPickerProps = DetailedHTMLProps<CxIconPickerAttributes, CxIconPicker> & {class?: string};export type CxListEditorProps = DetailedHTMLProps<CxListEditorAttributes, CxListEditor> & {class?: string};export type CxMasonryProps = DetailedHTMLProps<CxMasonryAttributes, CxMasonry> & {class?: string};export type CxMentionsProps = DetailedHTMLProps<CxMentionsAttributes, CxMentions> & {class?: string};export type CxPaddingInputGroupProps = DetailedHTMLProps<CxPaddingInputGroupAttributes, CxPaddingInputGroup> & {class?: string};export type CxPageOutlineProps = DetailedHTMLProps<CxPageOutlineAttributes, CxPageOutline> & {class?: string};export type CxPositionPickerProps = DetailedHTMLProps<CxPositionPickerAttributes, CxPositionPicker> & {class?: string};export type CxSearchBoxProps = DetailedHTMLProps<CxSearchBoxAttributes, CxSearchBox> & {class?: string};export type CxShadowInputGroupProps = DetailedHTMLProps<CxShadowInputGroupAttributes, CxShadowInputGroup> & {class?: string};export type CxShareOptionListProps = DetailedHTMLProps<CxShareOptionListAttributes, CxShareOptionList> & {class?: string};export type CxSidebarProps = DetailedHTMLProps<CxSidebarAttributes, CxSidebar> & {class?: string};export type CxSizeInputGroupProps = DetailedHTMLProps<CxSizeInputGroupAttributes, CxSizeInputGroup> & {class?: string};export type CxStatCardProps = DetailedHTMLProps<CxStatCardAttributes, CxStatCard> & {class?: string};export type CxStepperWizardProps = DetailedHTMLProps<CxStepperWizardAttributes, CxStepperWizard> & {class?: string};export type CxStorybookProps = DetailedHTMLProps<CxStorybookAttributes, CxStorybook> & {class?: string};export type CxTimelineProps = DetailedHTMLProps<CxTimelineAttributes, CxTimeline> & {class?: string};export type CxTypefaceProps = DetailedHTMLProps<CxTypefaceAttributes, CxTypeface> & {class?: string};export type CxAssetFormatPickerProps = DetailedHTMLProps<CxAssetFormatPickerAttributes, CxAssetFormatPicker> & {class?: string};export type CxAssetLinkFormatProps = DetailedHTMLProps<CxAssetLinkFormatAttributes, CxAssetLinkFormat> & {class?: string};export type CxAssetTransformationDialogProps = DetailedHTMLProps<CxAssetTransformationDialogAttributes, CxAssetTransformationDialog> & {class?: string};export type CxBentoGridProps = DetailedHTMLProps<CxBentoGridAttributes, CxBentoGrid> & {class?: string};export type CxCarouselProps = DetailedHTMLProps<CxCarouselAttributes, CxCarousel> & {class?: string};export type CxChatbotProps = DetailedHTMLProps<CxChatbotAttributes, CxChatbot> & {class?: string};export type CxClusterManagementProps = DetailedHTMLProps<CxClusterManagementAttributes, CxClusterManagement> & {class?: string};export type CxColorSwatchGroupProps = DetailedHTMLProps<CxColorSwatchGroupAttributes, CxColorSwatchGroup> & {class?: string};export type CxCommentProps = DetailedHTMLProps<CxCommentAttributes, CxComment> & {class?: string};export type CxFontKitProps = DetailedHTMLProps<CxFontKitAttributes, CxFontKit> & {class?: string};export type CxColumnProps = DetailedHTMLProps<CxColumnAttributes, CxColumn> & {class?: string};export type CxLightboxProps = DetailedHTMLProps<CxLightboxAttributes, CxLightbox> & {class?: string};export type CxGalleryProps = DetailedHTMLProps<CxGalleryAttributes, CxGallery> & {class?: string};export type CxColumnGroupProps = DetailedHTMLProps<CxColumnGroupAttributes, CxColumnGroup> & {class?: string};export type CxTextProps = DetailedHTMLProps<CxTextAttributes, CxText> & {class?: string};export type CxSpecialCharactersDialogProps = DetailedHTMLProps<CxSpecialCharactersDialogAttributes, CxSpecialCharactersDialog> & {class?: string};export type CxContentBuilderProps = DetailedHTMLProps<CxContentBuilderAttributes, CxContentBuilder> & {class?: string};export type CxDashboardFilterProps = DetailedHTMLProps<CxDashboardFilterAttributes, CxDashboardFilter> & {class?: string};export type CxDashboardTableProps = DetailedHTMLProps<CxDashboardTableAttributes, CxDashboardTable> & {class?: string};export type CxDownloaderProps = DetailedHTMLProps<CxDownloaderAttributes, CxDownloader> & {class?: string};export type CxFileOnDemandProps = DetailedHTMLProps<CxFileOnDemandAttributes, CxFileOnDemand> & {class?: string};export type CxFindAndReplaceProps = DetailedHTMLProps<CxFindAndReplaceAttributes, CxFindAndReplace> & {class?: string};export type CxMultiSelectProps = DetailedHTMLProps<CxMultiSelectAttributes, CxMultiSelect> & {class?: string};export type CxRteCodeBlockToolbarProps = DetailedHTMLProps<CxRteCodeBlockToolbarAttributes, CxRteCodeBlockToolbar> & {class?: string};export type CxRichTextCodeBlockProps = DetailedHTMLProps<CxRichTextCodeBlockAttributes, CxRichTextCodeBlock> & {class?: string};export type CxTemplateSwitcherProps = DetailedHTMLProps<CxTemplateSwitcherAttributes, CxTemplateSwitcher> & {class?: string};export type CxTextToSpeechProps = DetailedHTMLProps<CxTextToSpeechAttributes, CxTextToSpeech> & {class?: string};export type CxVideoChaptersManagerProps = DetailedHTMLProps<CxVideoChaptersManagerAttributes, CxVideoChaptersManager> & {class?: string};export type CxVideoEditorProps = DetailedHTMLProps<CxVideoEditorAttributes, CxVideoEditor> & {class?: string};export type CxTemplateManagerProps = DetailedHTMLProps<CxTemplateManagerAttributes, CxTemplateManager> & {class?: string};export type CxChartPlanBuilderProps = DetailedHTMLProps<CxChartPlanBuilderAttributes, CxChartPlanBuilder> & {class?: string};
|
|
9634
|
+
export type CxIconProps = DetailedHTMLProps<CxIconAttributes, CxIcon> & {class?: string};export type CxSpinnerProps = DetailedHTMLProps<CxSpinnerAttributes, CxSpinner> & {class?: string};export type CxIconButtonProps = DetailedHTMLProps<CxIconButtonAttributes, CxIconButton> & {class?: string};export type CxAlertProps = DetailedHTMLProps<CxAlertAttributes, CxAlert> & {class?: string};export type CxAmChartProps = DetailedHTMLProps<CxAmChartAttributes, CxAmChart> & {class?: string};export type CxAnimatedImageProps = DetailedHTMLProps<CxAnimatedImageAttributes, CxAnimatedImage> & {class?: string};export type CxAnimationProps = DetailedHTMLProps<CxAnimationAttributes, CxAnimation> & {class?: string};export type CxPopupProps = DetailedHTMLProps<CxPopupAttributes, CxPopup> & {class?: string};export type CxMenuItemProps = DetailedHTMLProps<CxMenuItemAttributes, CxMenuItem> & {class?: string};export type CxInputProps = DetailedHTMLProps<CxInputAttributes, CxInput> & {class?: string};export type CxMenuProps = DetailedHTMLProps<CxMenuAttributes, CxMenu> & {class?: string};export type CxTextareaProps = DetailedHTMLProps<CxTextareaAttributes, CxTextarea> & {class?: string};export type CxDropdownProps = DetailedHTMLProps<CxDropdownAttributes, CxDropdown> & {class?: string};export type CxButtonProps = DetailedHTMLProps<CxButtonAttributes, CxButton> & {class?: string};export type CxTooltipProps = DetailedHTMLProps<CxTooltipAttributes, CxTooltip> & {class?: string};export type CxResizeObserverProps = DetailedHTMLProps<CxResizeObserverAttributes, CxResizeObserver> & {class?: string};export type CxLineClampProps = DetailedHTMLProps<CxLineClampAttributes, CxLineClamp> & {class?: string};export type CxTagProps = DetailedHTMLProps<CxTagAttributes, CxTag> & {class?: string};export type CxArrayLineClampProps = DetailedHTMLProps<CxArrayLineClampAttributes, CxArrayLineClamp> & {class?: string};export type CxTypographyProps = DetailedHTMLProps<CxTypographyAttributes, CxTypography> & {class?: string};export type CxAudioProps = DetailedHTMLProps<CxAudioAttributes, CxAudio> & {class?: string};export type CxAvatarProps = DetailedHTMLProps<CxAvatarAttributes, CxAvatar> & {class?: string};export type CxBadgeProps = DetailedHTMLProps<CxBadgeAttributes, CxBadge> & {class?: string};export type CxBreadcrumbItemProps = DetailedHTMLProps<CxBreadcrumbItemAttributes, CxBreadcrumbItem> & {class?: string};export type CxBreadcrumbProps = DetailedHTMLProps<CxBreadcrumbAttributes, CxBreadcrumb> & {class?: string};export type CxButtonGroupProps = DetailedHTMLProps<CxButtonGroupAttributes, CxButtonGroup> & {class?: string};export type CxCardProps = DetailedHTMLProps<CxCardAttributes, CxCard> & {class?: string};export type CxCheckboxProps = DetailedHTMLProps<CxCheckboxAttributes, CxCheckbox> & {class?: string};export type CxVisuallyHiddenProps = DetailedHTMLProps<CxVisuallyHiddenAttributes, CxVisuallyHidden> & {class?: string};export type CxColorPickerProps = DetailedHTMLProps<CxColorPickerAttributes, CxColorPicker> & {class?: string};export type CxCopyButtonProps = DetailedHTMLProps<CxCopyButtonAttributes, CxCopyButton> & {class?: string};export type CxDateCalendarProps = DetailedHTMLProps<CxDateCalendarAttributes, CxDateCalendar> & {class?: string};export type CxDetailsProps = DetailedHTMLProps<CxDetailsAttributes, CxDetails> & {class?: string};export type CxDividerProps = DetailedHTMLProps<CxDividerAttributes, CxDivider> & {class?: string};export type CxDialogProps = DetailedHTMLProps<CxDialogAttributes, CxDialog> & {class?: string};export type CxDrawerProps = DetailedHTMLProps<CxDrawerAttributes, CxDrawer> & {class?: string};export type CxProgressBarProps = DetailedHTMLProps<CxProgressBarAttributes, CxProgressBar> & {class?: string};export type CxBookReaderProps = DetailedHTMLProps<CxBookReaderAttributes, CxBookReader> & {class?: string};export type CxSkeletonProps = DetailedHTMLProps<CxSkeletonAttributes, CxSkeleton> & {class?: string};export type CxSpaceProps = DetailedHTMLProps<CxSpaceAttributes, CxSpace> & {class?: string};export type CxImageProps = DetailedHTMLProps<CxImageAttributes, CxImage> & {class?: string};export type CxDocumentViewerProps = DetailedHTMLProps<CxDocumentViewerAttributes, CxDocumentViewer> & {class?: string};export type CxDotPaginationProps = DetailedHTMLProps<CxDotPaginationAttributes, CxDotPagination> & {class?: string};export type CxDotStatusProps = DetailedHTMLProps<CxDotStatusAttributes, CxDotStatus> & {class?: string};export type CxEChartProps = DetailedHTMLProps<CxEChartAttributes, CxEChart> & {class?: string};export type CxElementClampProps = DetailedHTMLProps<CxElementClampAttributes, CxElementClamp> & {class?: string};export type CxFormatBytesProps = DetailedHTMLProps<CxFormatBytesAttributes, CxFormatBytes> & {class?: string};export type CxFormatDateProps = DetailedHTMLProps<CxFormatDateAttributes, CxFormatDate> & {class?: string};export type CxFormatNumberProps = DetailedHTMLProps<CxFormatNumberAttributes, CxFormatNumber> & {class?: string};export type CxFormatTimeProps = DetailedHTMLProps<CxFormatTimeAttributes, CxFormatTime> & {class?: string};export type CxGridProps = DetailedHTMLProps<CxGridAttributes, CxGrid> & {class?: string};export type CxGridItemProps = DetailedHTMLProps<CxGridItemAttributes, CxGridItem> & {class?: string};export type CxHeaderProps = DetailedHTMLProps<CxHeaderAttributes, CxHeader> & {class?: string};export type CxHubConnectionProps = DetailedHTMLProps<CxHubConnectionAttributes, CxHubConnection> & {class?: string};export type CxIframeProps = DetailedHTMLProps<CxIframeAttributes, CxIframe> & {class?: string};export type CxImageComparerProps = DetailedHTMLProps<CxImageComparerAttributes, CxImageComparer> & {class?: string};export type CxIncludeProps = DetailedHTMLProps<CxIncludeAttributes, CxInclude> & {class?: string};export type CxInputGroupProps = DetailedHTMLProps<CxInputGroupAttributes, CxInputGroup> & {class?: string};export type CxMarkdownProps = DetailedHTMLProps<CxMarkdownAttributes, CxMarkdown> & {class?: string};export type CxMenuLabelProps = DetailedHTMLProps<CxMenuLabelAttributes, CxMenuLabel> & {class?: string};export type CxMenuSectionProps = DetailedHTMLProps<CxMenuSectionAttributes, CxMenuSection> & {class?: string};export type CxMutationObserverProps = DetailedHTMLProps<CxMutationObserverAttributes, CxMutationObserver> & {class?: string};export type CxOptionProps = DetailedHTMLProps<CxOptionAttributes, CxOption> & {class?: string};export type CxSelectProps = DetailedHTMLProps<CxSelectAttributes, CxSelect> & {class?: string};export type CxPaginationProps = DetailedHTMLProps<CxPaginationAttributes, CxPagination> & {class?: string};export type CxProgressRingProps = DetailedHTMLProps<CxProgressRingAttributes, CxProgressRing> & {class?: string};export type CxQrCodeProps = DetailedHTMLProps<CxQrCodeAttributes, CxQrCode> & {class?: string};export type CxRadioProps = DetailedHTMLProps<CxRadioAttributes, CxRadio> & {class?: string};export type CxRadioButtonProps = DetailedHTMLProps<CxRadioButtonAttributes, CxRadioButton> & {class?: string};export type CxRadioCardProps = DetailedHTMLProps<CxRadioCardAttributes, CxRadioCard> & {class?: string};export type CxRadioGroupProps = DetailedHTMLProps<CxRadioGroupAttributes, CxRadioGroup> & {class?: string};export type CxRangeProps = DetailedHTMLProps<CxRangeAttributes, CxRange> & {class?: string};export type CxRatingProps = DetailedHTMLProps<CxRatingAttributes, CxRating> & {class?: string};export type CxRelativeTimeProps = DetailedHTMLProps<CxRelativeTimeAttributes, CxRelativeTime> & {class?: string};export type CxSplitPanelProps = DetailedHTMLProps<CxSplitPanelAttributes, CxSplitPanel> & {class?: string};export type CxStepProps = DetailedHTMLProps<CxStepAttributes, CxStep> & {class?: string};export type CxStepperProps = DetailedHTMLProps<CxStepperAttributes, CxStepper> & {class?: string};export type CxSwitchProps = DetailedHTMLProps<CxSwitchAttributes, CxSwitch> & {class?: string};export type CxTabProps = DetailedHTMLProps<CxTabAttributes, CxTab> & {class?: string};export type CxTabPanelProps = DetailedHTMLProps<CxTabPanelAttributes, CxTabPanel> & {class?: string};export type CxTabGroupProps = DetailedHTMLProps<CxTabGroupAttributes, CxTabGroup> & {class?: string};export type CxTableProps = DetailedHTMLProps<CxTableAttributes, CxTable> & {class?: string};export type CxTimecodeProps = DetailedHTMLProps<CxTimecodeAttributes, CxTimecode> & {class?: string};export type CxTreeItemProps = DetailedHTMLProps<CxTreeItemAttributes, CxTreeItem> & {class?: string};export type CxTreeProps = DetailedHTMLProps<CxTreeAttributes, CxTree> & {class?: string};export type CxVideoProps = DetailedHTMLProps<CxVideoAttributes, CxVideo> & {class?: string};export type CxSidebarLayoutProps = DetailedHTMLProps<CxSidebarLayoutAttributes, CxSidebarLayout> & {class?: string};export type Cx3DViewerProps = DetailedHTMLProps<Cx3DViewerAttributes, Cx3DViewer> & {class?: string};export type CxAssetDataDisplayProps = DetailedHTMLProps<CxAssetDataDisplayAttributes, CxAssetDataDisplay> & {class?: string};export type CxAssetPickerProps = DetailedHTMLProps<CxAssetPickerAttributes, CxAssetPicker> & {class?: string};export type CxBicolorPickerProps = DetailedHTMLProps<CxBicolorPickerAttributes, CxBicolorPicker> & {class?: string};export type CxBorderInputGroupProps = DetailedHTMLProps<CxBorderInputGroupAttributes, CxBorderInputGroup> & {class?: string};export type CxColorSwatchProps = DetailedHTMLProps<CxColorSwatchAttributes, CxColorSwatch> & {class?: string};export type CxConfirmPopoverProps = DetailedHTMLProps<CxConfirmPopoverAttributes, CxConfirmPopover> & {class?: string};export type CxCornerPositionInputGroupProps = DetailedHTMLProps<CxCornerPositionInputGroupAttributes, CxCornerPositionInputGroup> & {class?: string};export type CxCropperProps = DetailedHTMLProps<CxCropperAttributes, CxCropper> & {class?: string};export type CxDashboardIframeProps = DetailedHTMLProps<CxDashboardIframeAttributes, CxDashboardIframe> & {class?: string};export type CxDataTabGroupProps = DetailedHTMLProps<CxDataTabGroupAttributes, CxDataTabGroup> & {class?: string};export type CxDetailsGroupProps = DetailedHTMLProps<CxDetailsGroupAttributes, CxDetailsGroup> & {class?: string};export type CxDownloadFormatPickerProps = DetailedHTMLProps<CxDownloadFormatPickerAttributes, CxDownloadFormatPicker> & {class?: string};export type CxDynamicSelectProps = DetailedHTMLProps<CxDynamicSelectAttributes, CxDynamicSelect> & {class?: string};export type CxEstimatedReadingTimeProps = DetailedHTMLProps<CxEstimatedReadingTimeAttributes, CxEstimatedReadingTime> & {class?: string};export type CxFacetedFilterProps = DetailedHTMLProps<CxFacetedFilterAttributes, CxFacetedFilter> & {class?: string};export type CxInputDatePickerProps = DetailedHTMLProps<CxInputDatePickerAttributes, CxInputDatePicker> & {class?: string};export type CxFacetDatePickerProps = DetailedHTMLProps<CxFacetDatePickerAttributes, CxFacetDatePicker> & {class?: string};export type CxInputDateRangePickerProps = DetailedHTMLProps<CxInputDateRangePickerAttributes, CxInputDateRangePicker> & {class?: string};export type CxFacetDateRangeProps = DetailedHTMLProps<CxFacetDateRangeAttributes, CxFacetDateRange> & {class?: string};export type CxFolderSelectProps = DetailedHTMLProps<CxFolderSelectAttributes, CxFolderSelect> & {class?: string};export type CxGraphViewProps = DetailedHTMLProps<CxGraphViewAttributes, CxGraphView> & {class?: string};export type CxIconPickerProps = DetailedHTMLProps<CxIconPickerAttributes, CxIconPicker> & {class?: string};export type CxListEditorProps = DetailedHTMLProps<CxListEditorAttributes, CxListEditor> & {class?: string};export type CxMasonryProps = DetailedHTMLProps<CxMasonryAttributes, CxMasonry> & {class?: string};export type CxMentionsProps = DetailedHTMLProps<CxMentionsAttributes, CxMentions> & {class?: string};export type CxPaddingInputGroupProps = DetailedHTMLProps<CxPaddingInputGroupAttributes, CxPaddingInputGroup> & {class?: string};export type CxPageOutlineProps = DetailedHTMLProps<CxPageOutlineAttributes, CxPageOutline> & {class?: string};export type CxPositionPickerProps = DetailedHTMLProps<CxPositionPickerAttributes, CxPositionPicker> & {class?: string};export type CxSearchBoxProps = DetailedHTMLProps<CxSearchBoxAttributes, CxSearchBox> & {class?: string};export type CxShadowInputGroupProps = DetailedHTMLProps<CxShadowInputGroupAttributes, CxShadowInputGroup> & {class?: string};export type CxShareOptionListProps = DetailedHTMLProps<CxShareOptionListAttributes, CxShareOptionList> & {class?: string};export type CxSidebarProps = DetailedHTMLProps<CxSidebarAttributes, CxSidebar> & {class?: string};export type CxSizeInputGroupProps = DetailedHTMLProps<CxSizeInputGroupAttributes, CxSizeInputGroup> & {class?: string};export type CxStatCardProps = DetailedHTMLProps<CxStatCardAttributes, CxStatCard> & {class?: string};export type CxStepperWizardProps = DetailedHTMLProps<CxStepperWizardAttributes, CxStepperWizard> & {class?: string};export type CxStorybookProps = DetailedHTMLProps<CxStorybookAttributes, CxStorybook> & {class?: string};export type CxTypefaceProps = DetailedHTMLProps<CxTypefaceAttributes, CxTypeface> & {class?: string};export type CxAssetFormatPickerProps = DetailedHTMLProps<CxAssetFormatPickerAttributes, CxAssetFormatPicker> & {class?: string};export type CxAssetLinkFormatProps = DetailedHTMLProps<CxAssetLinkFormatAttributes, CxAssetLinkFormat> & {class?: string};export type CxAssetTransformationDialogProps = DetailedHTMLProps<CxAssetTransformationDialogAttributes, CxAssetTransformationDialog> & {class?: string};export type CxBentoGridProps = DetailedHTMLProps<CxBentoGridAttributes, CxBentoGrid> & {class?: string};export type CxCarouselProps = DetailedHTMLProps<CxCarouselAttributes, CxCarousel> & {class?: string};export type CxChatbotProps = DetailedHTMLProps<CxChatbotAttributes, CxChatbot> & {class?: string};export type CxClusterManagementProps = DetailedHTMLProps<CxClusterManagementAttributes, CxClusterManagement> & {class?: string};export type CxColorSwatchGroupProps = DetailedHTMLProps<CxColorSwatchGroupAttributes, CxColorSwatchGroup> & {class?: string};export type CxCommentProps = DetailedHTMLProps<CxCommentAttributes, CxComment> & {class?: string};export type CxFontKitProps = DetailedHTMLProps<CxFontKitAttributes, CxFontKit> & {class?: string};export type CxColumnProps = DetailedHTMLProps<CxColumnAttributes, CxColumn> & {class?: string};export type CxLightboxProps = DetailedHTMLProps<CxLightboxAttributes, CxLightbox> & {class?: string};export type CxGalleryProps = DetailedHTMLProps<CxGalleryAttributes, CxGallery> & {class?: string};export type CxColumnGroupProps = DetailedHTMLProps<CxColumnGroupAttributes, CxColumnGroup> & {class?: string};export type CxTextProps = DetailedHTMLProps<CxTextAttributes, CxText> & {class?: string};export type CxTimelineProps = DetailedHTMLProps<CxTimelineAttributes, CxTimeline> & {class?: string};export type CxSpecialCharactersDialogProps = DetailedHTMLProps<CxSpecialCharactersDialogAttributes, CxSpecialCharactersDialog> & {class?: string};export type CxContentBuilderProps = DetailedHTMLProps<CxContentBuilderAttributes, CxContentBuilder> & {class?: string};export type CxDashboardFilterProps = DetailedHTMLProps<CxDashboardFilterAttributes, CxDashboardFilter> & {class?: string};export type CxDashboardTableProps = DetailedHTMLProps<CxDashboardTableAttributes, CxDashboardTable> & {class?: string};export type CxDownloaderProps = DetailedHTMLProps<CxDownloaderAttributes, CxDownloader> & {class?: string};export type CxFileOnDemandProps = DetailedHTMLProps<CxFileOnDemandAttributes, CxFileOnDemand> & {class?: string};export type CxFindAndReplaceProps = DetailedHTMLProps<CxFindAndReplaceAttributes, CxFindAndReplace> & {class?: string};export type CxMultiSelectProps = DetailedHTMLProps<CxMultiSelectAttributes, CxMultiSelect> & {class?: string};export type CxRteCodeBlockToolbarProps = DetailedHTMLProps<CxRteCodeBlockToolbarAttributes, CxRteCodeBlockToolbar> & {class?: string};export type CxRichTextCodeBlockProps = DetailedHTMLProps<CxRichTextCodeBlockAttributes, CxRichTextCodeBlock> & {class?: string};export type CxTemplateSwitcherProps = DetailedHTMLProps<CxTemplateSwitcherAttributes, CxTemplateSwitcher> & {class?: string};export type CxTextToSpeechProps = DetailedHTMLProps<CxTextToSpeechAttributes, CxTextToSpeech> & {class?: string};export type CxVideoChaptersManagerProps = DetailedHTMLProps<CxVideoChaptersManagerAttributes, CxVideoChaptersManager> & {class?: string};export type CxVideoEditorProps = DetailedHTMLProps<CxVideoEditorAttributes, CxVideoEditor> & {class?: string};export type CxTemplateManagerProps = DetailedHTMLProps<CxTemplateManagerAttributes, CxTemplateManager> & {class?: string};export type CxChartPlanBuilderProps = DetailedHTMLProps<CxChartPlanBuilderAttributes, CxChartPlanBuilder> & {class?: string};
|
|
9615
9635
|
declare global {
|
|
9616
9636
|
namespace JSX {
|
|
9617
9637
|
interface IntrinsicElements {
|
|
9618
|
-
['cx-icon']: CxIconProps;['cx-spinner']: CxSpinnerProps;['cx-icon-button']: CxIconButtonProps;['cx-alert']: CxAlertProps;['cx-am-chart']: CxAmChartProps;['cx-animated-image']: CxAnimatedImageProps;['cx-animation']: CxAnimationProps;['cx-popup']: CxPopupProps;['cx-menu-item']: CxMenuItemProps;['cx-input']: CxInputProps;['cx-menu']: CxMenuProps;['cx-textarea']: CxTextareaProps;['cx-dropdown']: CxDropdownProps;['cx-button']: CxButtonProps;['cx-tooltip']: CxTooltipProps;['cx-resize-observer']: CxResizeObserverProps;['cx-line-clamp']: CxLineClampProps;['cx-tag']: CxTagProps;['cx-array-line-clamp']: CxArrayLineClampProps;['cx-typography']: CxTypographyProps;['cx-audio']: CxAudioProps;['cx-avatar']: CxAvatarProps;['cx-badge']: CxBadgeProps;['cx-breadcrumb-item']: CxBreadcrumbItemProps;['cx-breadcrumb']: CxBreadcrumbProps;['cx-button-group']: CxButtonGroupProps;['cx-card']: CxCardProps;['cx-checkbox']: CxCheckboxProps;['cx-visually-hidden']: CxVisuallyHiddenProps;['cx-color-picker']: CxColorPickerProps;['cx-copy-button']: CxCopyButtonProps;['cx-date-calendar']: CxDateCalendarProps;['cx-details']: CxDetailsProps;['cx-divider']: CxDividerProps;['cx-dialog']: CxDialogProps;['cx-
|
|
9638
|
+
['cx-icon']: CxIconProps;['cx-spinner']: CxSpinnerProps;['cx-icon-button']: CxIconButtonProps;['cx-alert']: CxAlertProps;['cx-am-chart']: CxAmChartProps;['cx-animated-image']: CxAnimatedImageProps;['cx-animation']: CxAnimationProps;['cx-popup']: CxPopupProps;['cx-menu-item']: CxMenuItemProps;['cx-input']: CxInputProps;['cx-menu']: CxMenuProps;['cx-textarea']: CxTextareaProps;['cx-dropdown']: CxDropdownProps;['cx-button']: CxButtonProps;['cx-tooltip']: CxTooltipProps;['cx-resize-observer']: CxResizeObserverProps;['cx-line-clamp']: CxLineClampProps;['cx-tag']: CxTagProps;['cx-array-line-clamp']: CxArrayLineClampProps;['cx-typography']: CxTypographyProps;['cx-audio']: CxAudioProps;['cx-avatar']: CxAvatarProps;['cx-badge']: CxBadgeProps;['cx-breadcrumb-item']: CxBreadcrumbItemProps;['cx-breadcrumb']: CxBreadcrumbProps;['cx-button-group']: CxButtonGroupProps;['cx-card']: CxCardProps;['cx-checkbox']: CxCheckboxProps;['cx-visually-hidden']: CxVisuallyHiddenProps;['cx-color-picker']: CxColorPickerProps;['cx-copy-button']: CxCopyButtonProps;['cx-date-calendar']: CxDateCalendarProps;['cx-details']: CxDetailsProps;['cx-divider']: CxDividerProps;['cx-dialog']: CxDialogProps;['cx-drawer']: CxDrawerProps;['cx-progress-bar']: CxProgressBarProps;['cx-book-reader']: CxBookReaderProps;['cx-skeleton']: CxSkeletonProps;['cx-space']: CxSpaceProps;['cx-image']: CxImageProps;['cx-document-viewer']: CxDocumentViewerProps;['cx-dot-pagination']: CxDotPaginationProps;['cx-dot-status']: CxDotStatusProps;['cx-e-chart']: CxEChartProps;['cx-element-clamp']: CxElementClampProps;['cx-format-bytes']: CxFormatBytesProps;['cx-format-date']: CxFormatDateProps;['cx-format-number']: CxFormatNumberProps;['cx-format-time']: CxFormatTimeProps;['cx-grid']: CxGridProps;['cx-grid-item']: CxGridItemProps;['cx-header']: CxHeaderProps;['cx-hub-connection']: CxHubConnectionProps;['cx-iframe']: CxIframeProps;['cx-image-comparer']: CxImageComparerProps;['cx-include']: CxIncludeProps;['cx-input-group']: CxInputGroupProps;['cx-markdown']: CxMarkdownProps;['cx-menu-label']: CxMenuLabelProps;['cx-menu-section']: CxMenuSectionProps;['cx-mutation-observer']: CxMutationObserverProps;['cx-option']: CxOptionProps;['cx-select']: CxSelectProps;['cx-pagination']: CxPaginationProps;['cx-progress-ring']: CxProgressRingProps;['cx-qr-code']: CxQrCodeProps;['cx-radio']: CxRadioProps;['cx-radio-button']: CxRadioButtonProps;['cx-radio-card']: CxRadioCardProps;['cx-radio-group']: CxRadioGroupProps;['cx-range']: CxRangeProps;['cx-rating']: CxRatingProps;['cx-relative-time']: CxRelativeTimeProps;['cx-split-panel']: CxSplitPanelProps;['cx-step']: CxStepProps;['cx-stepper']: CxStepperProps;['cx-switch']: CxSwitchProps;['cx-tab']: CxTabProps;['cx-tab-panel']: CxTabPanelProps;['cx-tab-group']: CxTabGroupProps;['cx-table']: CxTableProps;['cx-timecode']: CxTimecodeProps;['cx-tree-item']: CxTreeItemProps;['cx-tree']: CxTreeProps;['cx-video']: CxVideoProps;['cx-sidebar-layout']: CxSidebarLayoutProps;['cx-3d-viewer']: Cx3DViewerProps;['cx-asset-data-display']: CxAssetDataDisplayProps;['cx-asset-picker']: CxAssetPickerProps;['cx-bicolor-picker']: CxBicolorPickerProps;['cx-border-input-group']: CxBorderInputGroupProps;['cx-color-swatch']: CxColorSwatchProps;['cx-confirm-popover']: CxConfirmPopoverProps;['cx-corner-position-input-group']: CxCornerPositionInputGroupProps;['cx-cropper']: CxCropperProps;['cx-dashboard-iframe']: CxDashboardIframeProps;['cx-data-tab-group']: CxDataTabGroupProps;['cx-details-group']: CxDetailsGroupProps;['cx-download-format-picker']: CxDownloadFormatPickerProps;['cx-dynamic-select']: CxDynamicSelectProps;['cx-estimated-reading-time']: CxEstimatedReadingTimeProps;['cx-faceted-filter']: CxFacetedFilterProps;['cx-input-date-picker']: CxInputDatePickerProps;['cx-facet-date-picker']: CxFacetDatePickerProps;['cx-input-date-range-picker']: CxInputDateRangePickerProps;['cx-facet-date-range']: CxFacetDateRangeProps;['cx-folder-select']: CxFolderSelectProps;['cx-graph-view']: CxGraphViewProps;['cx-icon-picker']: CxIconPickerProps;['cx-list-editor']: CxListEditorProps;['cx-masonry']: CxMasonryProps;['cx-mentions']: CxMentionsProps;['cx-padding-input-group']: CxPaddingInputGroupProps;['cx-page-outline']: CxPageOutlineProps;['cx-position-picker']: CxPositionPickerProps;['cx-search-box']: CxSearchBoxProps;['cx-shadow-input-group']: CxShadowInputGroupProps;['cx-share-option-list']: CxShareOptionListProps;['cx-sidebar']: CxSidebarProps;['cx-size-input-group']: CxSizeInputGroupProps;['cx-stat-card']: CxStatCardProps;['cx-stepper-wizard']: CxStepperWizardProps;['cx-storybook']: CxStorybookProps;['cx-typeface']: CxTypefaceProps;['cx-asset-format-picker']: CxAssetFormatPickerProps;['cx-asset-link-format']: CxAssetLinkFormatProps;['cx-asset-transformation-dialog']: CxAssetTransformationDialogProps;['cx-bento-grid']: CxBentoGridProps;['cx-carousel']: CxCarouselProps;['cx-chatbot']: CxChatbotProps;['cx-cluster-management']: CxClusterManagementProps;['cx-color-swatch-group']: CxColorSwatchGroupProps;['cx-comment']: CxCommentProps;['cx-font-kit']: CxFontKitProps;['cx-column']: CxColumnProps;['cx-lightbox']: CxLightboxProps;['cx-gallery']: CxGalleryProps;['cx-column-group']: CxColumnGroupProps;['cx-text']: CxTextProps;['cx-timeline']: CxTimelineProps;['cx-special-characters-dialog']: CxSpecialCharactersDialogProps;['cx-content-builder']: CxContentBuilderProps;['cx-dashboard-filter']: CxDashboardFilterProps;['cx-dashboard-table']: CxDashboardTableProps;['cx-downloader']: CxDownloaderProps;['cx-file-on-demand']: CxFileOnDemandProps;['cx-find-and-replace']: CxFindAndReplaceProps;['cx-multi-select']: CxMultiSelectProps;['cx-rte-code-block-toolbar']: CxRteCodeBlockToolbarProps;['cx-rich-text-code-block']: CxRichTextCodeBlockProps;['cx-template-switcher']: CxTemplateSwitcherProps;['cx-text-to-speech']: CxTextToSpeechProps;['cx-video-chapters-manager']: CxVideoChaptersManagerProps;['cx-video-editor']: CxVideoEditorProps;['cx-template-manager']: CxTemplateManagerProps;['cx-chart-plan-builder']: CxChartPlanBuilderProps;
|
|
9619
9639
|
}
|
|
9620
9640
|
}
|
|
9621
9641
|
};
|
|
9622
9642
|
declare module "react" {
|
|
9623
9643
|
namespace JSX {
|
|
9624
9644
|
interface IntrinsicElements {
|
|
9625
|
-
['cx-icon']: CxIconProps;['cx-spinner']: CxSpinnerProps;['cx-icon-button']: CxIconButtonProps;['cx-alert']: CxAlertProps;['cx-am-chart']: CxAmChartProps;['cx-animated-image']: CxAnimatedImageProps;['cx-animation']: CxAnimationProps;['cx-popup']: CxPopupProps;['cx-menu-item']: CxMenuItemProps;['cx-input']: CxInputProps;['cx-menu']: CxMenuProps;['cx-textarea']: CxTextareaProps;['cx-dropdown']: CxDropdownProps;['cx-button']: CxButtonProps;['cx-tooltip']: CxTooltipProps;['cx-resize-observer']: CxResizeObserverProps;['cx-line-clamp']: CxLineClampProps;['cx-tag']: CxTagProps;['cx-array-line-clamp']: CxArrayLineClampProps;['cx-typography']: CxTypographyProps;['cx-audio']: CxAudioProps;['cx-avatar']: CxAvatarProps;['cx-badge']: CxBadgeProps;['cx-breadcrumb-item']: CxBreadcrumbItemProps;['cx-breadcrumb']: CxBreadcrumbProps;['cx-button-group']: CxButtonGroupProps;['cx-card']: CxCardProps;['cx-checkbox']: CxCheckboxProps;['cx-visually-hidden']: CxVisuallyHiddenProps;['cx-color-picker']: CxColorPickerProps;['cx-copy-button']: CxCopyButtonProps;['cx-date-calendar']: CxDateCalendarProps;['cx-details']: CxDetailsProps;['cx-divider']: CxDividerProps;['cx-dialog']: CxDialogProps;['cx-
|
|
9645
|
+
['cx-icon']: CxIconProps;['cx-spinner']: CxSpinnerProps;['cx-icon-button']: CxIconButtonProps;['cx-alert']: CxAlertProps;['cx-am-chart']: CxAmChartProps;['cx-animated-image']: CxAnimatedImageProps;['cx-animation']: CxAnimationProps;['cx-popup']: CxPopupProps;['cx-menu-item']: CxMenuItemProps;['cx-input']: CxInputProps;['cx-menu']: CxMenuProps;['cx-textarea']: CxTextareaProps;['cx-dropdown']: CxDropdownProps;['cx-button']: CxButtonProps;['cx-tooltip']: CxTooltipProps;['cx-resize-observer']: CxResizeObserverProps;['cx-line-clamp']: CxLineClampProps;['cx-tag']: CxTagProps;['cx-array-line-clamp']: CxArrayLineClampProps;['cx-typography']: CxTypographyProps;['cx-audio']: CxAudioProps;['cx-avatar']: CxAvatarProps;['cx-badge']: CxBadgeProps;['cx-breadcrumb-item']: CxBreadcrumbItemProps;['cx-breadcrumb']: CxBreadcrumbProps;['cx-button-group']: CxButtonGroupProps;['cx-card']: CxCardProps;['cx-checkbox']: CxCheckboxProps;['cx-visually-hidden']: CxVisuallyHiddenProps;['cx-color-picker']: CxColorPickerProps;['cx-copy-button']: CxCopyButtonProps;['cx-date-calendar']: CxDateCalendarProps;['cx-details']: CxDetailsProps;['cx-divider']: CxDividerProps;['cx-dialog']: CxDialogProps;['cx-drawer']: CxDrawerProps;['cx-progress-bar']: CxProgressBarProps;['cx-book-reader']: CxBookReaderProps;['cx-skeleton']: CxSkeletonProps;['cx-space']: CxSpaceProps;['cx-image']: CxImageProps;['cx-document-viewer']: CxDocumentViewerProps;['cx-dot-pagination']: CxDotPaginationProps;['cx-dot-status']: CxDotStatusProps;['cx-e-chart']: CxEChartProps;['cx-element-clamp']: CxElementClampProps;['cx-format-bytes']: CxFormatBytesProps;['cx-format-date']: CxFormatDateProps;['cx-format-number']: CxFormatNumberProps;['cx-format-time']: CxFormatTimeProps;['cx-grid']: CxGridProps;['cx-grid-item']: CxGridItemProps;['cx-header']: CxHeaderProps;['cx-hub-connection']: CxHubConnectionProps;['cx-iframe']: CxIframeProps;['cx-image-comparer']: CxImageComparerProps;['cx-include']: CxIncludeProps;['cx-input-group']: CxInputGroupProps;['cx-markdown']: CxMarkdownProps;['cx-menu-label']: CxMenuLabelProps;['cx-menu-section']: CxMenuSectionProps;['cx-mutation-observer']: CxMutationObserverProps;['cx-option']: CxOptionProps;['cx-select']: CxSelectProps;['cx-pagination']: CxPaginationProps;['cx-progress-ring']: CxProgressRingProps;['cx-qr-code']: CxQrCodeProps;['cx-radio']: CxRadioProps;['cx-radio-button']: CxRadioButtonProps;['cx-radio-card']: CxRadioCardProps;['cx-radio-group']: CxRadioGroupProps;['cx-range']: CxRangeProps;['cx-rating']: CxRatingProps;['cx-relative-time']: CxRelativeTimeProps;['cx-split-panel']: CxSplitPanelProps;['cx-step']: CxStepProps;['cx-stepper']: CxStepperProps;['cx-switch']: CxSwitchProps;['cx-tab']: CxTabProps;['cx-tab-panel']: CxTabPanelProps;['cx-tab-group']: CxTabGroupProps;['cx-table']: CxTableProps;['cx-timecode']: CxTimecodeProps;['cx-tree-item']: CxTreeItemProps;['cx-tree']: CxTreeProps;['cx-video']: CxVideoProps;['cx-sidebar-layout']: CxSidebarLayoutProps;['cx-3d-viewer']: Cx3DViewerProps;['cx-asset-data-display']: CxAssetDataDisplayProps;['cx-asset-picker']: CxAssetPickerProps;['cx-bicolor-picker']: CxBicolorPickerProps;['cx-border-input-group']: CxBorderInputGroupProps;['cx-color-swatch']: CxColorSwatchProps;['cx-confirm-popover']: CxConfirmPopoverProps;['cx-corner-position-input-group']: CxCornerPositionInputGroupProps;['cx-cropper']: CxCropperProps;['cx-dashboard-iframe']: CxDashboardIframeProps;['cx-data-tab-group']: CxDataTabGroupProps;['cx-details-group']: CxDetailsGroupProps;['cx-download-format-picker']: CxDownloadFormatPickerProps;['cx-dynamic-select']: CxDynamicSelectProps;['cx-estimated-reading-time']: CxEstimatedReadingTimeProps;['cx-faceted-filter']: CxFacetedFilterProps;['cx-input-date-picker']: CxInputDatePickerProps;['cx-facet-date-picker']: CxFacetDatePickerProps;['cx-input-date-range-picker']: CxInputDateRangePickerProps;['cx-facet-date-range']: CxFacetDateRangeProps;['cx-folder-select']: CxFolderSelectProps;['cx-graph-view']: CxGraphViewProps;['cx-icon-picker']: CxIconPickerProps;['cx-list-editor']: CxListEditorProps;['cx-masonry']: CxMasonryProps;['cx-mentions']: CxMentionsProps;['cx-padding-input-group']: CxPaddingInputGroupProps;['cx-page-outline']: CxPageOutlineProps;['cx-position-picker']: CxPositionPickerProps;['cx-search-box']: CxSearchBoxProps;['cx-shadow-input-group']: CxShadowInputGroupProps;['cx-share-option-list']: CxShareOptionListProps;['cx-sidebar']: CxSidebarProps;['cx-size-input-group']: CxSizeInputGroupProps;['cx-stat-card']: CxStatCardProps;['cx-stepper-wizard']: CxStepperWizardProps;['cx-storybook']: CxStorybookProps;['cx-typeface']: CxTypefaceProps;['cx-asset-format-picker']: CxAssetFormatPickerProps;['cx-asset-link-format']: CxAssetLinkFormatProps;['cx-asset-transformation-dialog']: CxAssetTransformationDialogProps;['cx-bento-grid']: CxBentoGridProps;['cx-carousel']: CxCarouselProps;['cx-chatbot']: CxChatbotProps;['cx-cluster-management']: CxClusterManagementProps;['cx-color-swatch-group']: CxColorSwatchGroupProps;['cx-comment']: CxCommentProps;['cx-font-kit']: CxFontKitProps;['cx-column']: CxColumnProps;['cx-lightbox']: CxLightboxProps;['cx-gallery']: CxGalleryProps;['cx-column-group']: CxColumnGroupProps;['cx-text']: CxTextProps;['cx-timeline']: CxTimelineProps;['cx-special-characters-dialog']: CxSpecialCharactersDialogProps;['cx-content-builder']: CxContentBuilderProps;['cx-dashboard-filter']: CxDashboardFilterProps;['cx-dashboard-table']: CxDashboardTableProps;['cx-downloader']: CxDownloaderProps;['cx-file-on-demand']: CxFileOnDemandProps;['cx-find-and-replace']: CxFindAndReplaceProps;['cx-multi-select']: CxMultiSelectProps;['cx-rte-code-block-toolbar']: CxRteCodeBlockToolbarProps;['cx-rich-text-code-block']: CxRichTextCodeBlockProps;['cx-template-switcher']: CxTemplateSwitcherProps;['cx-text-to-speech']: CxTextToSpeechProps;['cx-video-chapters-manager']: CxVideoChaptersManagerProps;['cx-video-editor']: CxVideoEditorProps;['cx-template-manager']: CxTemplateManagerProps;['cx-chart-plan-builder']: CxChartPlanBuilderProps;
|
|
9626
9646
|
}
|
|
9627
9647
|
}
|
|
9628
9648
|
};
|