@orangelogic/design-system 2.47.0 → 2.48.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/amazon_s3.BB3xCgkt.js +36 -0
- package/library/chunks/{button.DrU92LJQ.js → button.DQ1SyxmK.js} +2 -2
- package/library/chunks/{color-swatch-group.D25TleOW.js → color-swatch-group.DN7t4a6b.js} +4 -4
- package/library/chunks/{color-swatch.C2-EzrL8.js → color-swatch.CyN0Rfwc.js} +2 -2
- package/library/chunks/{confirm-popover.DZEKwSER.js → confirm-popover.CFrckJqd.js} +3 -3
- package/library/chunks/{cropper.3qRm5dEe.js → cropper.CfSeVI5y.js} +1 -1
- package/library/chunks/{dialog.DJooAubs.js → dialog.B1-k8d10.js} +2 -2
- package/library/chunks/{dot-pagination.BAYd2LHU.js → dot-pagination.Ci2f-RDI.js} +1 -1
- package/library/chunks/{file-on-demand.Da51rS_0.js → file-on-demand.DKBPqNSf.js} +10 -10
- package/library/chunks/{folder-select.XvnsKaxl.js → folder-select.BY9NfYq8.js} +5 -5
- package/library/chunks/{header.CS8blIMq.js → header.55H9vN7t.js} +1 -1
- package/library/chunks/{i18n.D33BKrRs.js → i18n.CXUGdxzx.js} +1 -0
- package/library/chunks/{iframe.Ad6DPhUL.js → iframe.BYMxR3Sc.js} +1 -1
- package/library/chunks/{image.B0y0mQS7.js → image.qBD2O7kA.js} +2 -2
- package/library/chunks/{list-editor.Cp7uimYS.js → list-editor.BT8jyXOn.js} +6 -6
- package/library/chunks/{number.eX2EGPvy.js → number.CjNxU7Xs.js} +26 -16
- package/library/chunks/{option.C4nNbxye.js → option.DrGgLWa5.js} +1 -1
- package/library/chunks/orangelogic.B9VE3Ocx.js +22 -0
- package/library/chunks/parse.Cu5nBDTb.js +28 -0
- package/library/chunks/{popup.DSpLrBM-.js → popup.dmeEbJcf.js} +5 -5
- package/library/chunks/{select.q95lVGWn.js → select.Bc4UXmFy.js} +3 -3
- package/library/chunks/{tab-group.BBZDkdIX.js → tab-group.BHNXl1XO.js} +601 -581
- package/library/chunks/{table.Bz0thu3_.js → table.CNDxXSQ-.js} +1100 -1078
- package/library/chunks/{timecode.BOz71Ho5.js → timecode.DYwU2oVN.js} +18 -16
- package/library/chunks/{tree.Dqx2HC5u.js → tree.CwqbM4ad.js} +1 -1
- package/library/components/alert.js +1 -1
- package/library/components/asset-link-format.js +6 -6
- package/library/components/atoms.js +120 -118
- package/library/components/border-input-group.js +1 -1
- package/library/components/breadcrumb.js +1 -1
- package/library/components/button.js +2 -2
- package/library/components/color-picker.js +3 -3
- package/library/components/color-swatch-group.js +5 -5
- package/library/components/color-swatch.js +3 -3
- package/library/components/confirm-popover.js +4 -4
- package/library/components/copy-button.js +1 -1
- package/library/components/corner-position-input-group.js +3 -3
- package/library/components/cropper.js +1 -1
- package/library/components/details.js +1 -1
- package/library/components/dialog.js +3 -3
- package/library/components/divider.js +37 -16
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +1 -1
- package/library/components/dropdown.js +2 -2
- package/library/components/dynamic-select.js +5 -5
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +11 -11
- package/library/components/folder-select.js +4 -4
- package/library/components/format-bytes.js +1 -1
- package/library/components/format-date.js +1 -1
- package/library/components/format-number.js +1 -1
- package/library/components/format-time.d.ts +3 -0
- package/library/components/format-time.js +223 -0
- package/library/components/header.js +2 -2
- package/library/components/icon-button.js +1 -1
- package/library/components/icon.js +3 -1
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +3 -3
- package/library/components/input.js +1 -1
- package/library/components/line-clamp.js +2 -2
- package/library/components/list-editor.js +6 -6
- package/library/components/masonry.js +1 -1
- package/library/components/menu-item.js +2 -2
- package/library/components/menu.js +1 -1
- package/library/components/molecules.js +5 -5
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/padding-input-group.js +38 -62
- package/library/components/pagination.js +4 -4
- package/library/components/popup.js +2 -2
- package/library/components/position-picker.js +1 -1
- package/library/components/progress-bar.js +1 -1
- package/library/components/progress-ring.js +1 -1
- package/library/components/range.js +2 -2
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +4 -4
- package/library/components/share-option-list.js +1 -1
- package/library/components/size-input-group.js +2 -2
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/tab-group.js +5 -4
- package/library/components/tab.js +3 -2
- package/library/components/table.js +56 -55
- package/library/components/tag.js +1 -1
- package/library/components/timecode.js +1 -1
- package/library/components/tooltip.js +2 -2
- package/library/components/tree-item.js +2 -2
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +1 -1
- package/library/components/types.js +624 -619
- package/library/components/video.js +2 -2
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/divider/divider.d.ts +6 -0
- package/library/packages/atoms/src/components/format-time/format-time.d.ts +40 -0
- package/library/packages/atoms/src/components/format-time/format-time.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/icon/custom-icons/amazon_s3.d.ts +4 -0
- package/library/packages/atoms/src/components/icon/custom-icons/orangelogic.d.ts +4 -0
- package/library/packages/atoms/src/components/tab-group/tab-group.d.ts +3 -1
- package/library/packages/atoms/src/components/table/table.d.ts +6 -3
- package/library/packages/atoms/src/components/table/tabulator-tables/core/RowManager.d.ts +14 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/core/Tabulator.d.ts +0 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Page/Page.d.ts +6 -0
- package/library/packages/atoms/src/index.d.ts +1 -0
- package/library/packages/events/src/events.d.ts +0 -1
- package/library/packages/molecules/src/timeline/timeline.d.ts +4 -2
- package/library/packages/organisms/src/content-builder/configs/timeline.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs-controller.d.ts +2 -0
- package/library/packages/types/src/table.d.ts +0 -7
- package/library/packages/types/src/time.d.ts +44 -0
- package/library/packages/utils/src/custom-element/i18n.d.ts +1 -0
- package/library/packages/utils/src/number/number.d.ts +1 -0
- package/library/packages/utils/src/time/index.d.ts +1 -0
- package/library/packages/utils/src/time/time.d.ts +11 -0
- package/library/react-web-component.d.ts +62 -4
- package/package.json +1 -1
- package/library/packages/events/src/cx-tab-group-pagination-change.d.ts +0 -8
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { a as Ab, c as ps, g as kn } from "../chunks/_commonjsHelpers.ByX85dGu.js";
|
|
2
|
-
import { r as Tb, C as Eb, R as wb } from "../chunks/image.
|
|
2
|
+
import { r as Tb, C as Eb, R as wb } from "../chunks/image.qBD2O7kA.js";
|
|
3
3
|
import Sb from "./resize-observer.js";
|
|
4
4
|
import { c as Cb } from "../chunks/component.styles.DtouHn2g.js";
|
|
5
5
|
import { b as Mb } from "../chunks/browser.Va59Ix3P.js";
|
|
6
6
|
import { i as Db, n as ki, x as Kc, c as Pb } from "../chunks/custom-element.fmLrnDZr.js";
|
|
7
|
-
import { L as Lb } from "../chunks/i18n.
|
|
7
|
+
import { L as Lb } from "../chunks/i18n.CXUGdxzx.js";
|
|
8
8
|
import { w as Bn } from "../chunks/watch.BCJD77bD.js";
|
|
9
9
|
import { r as Fn } from "../chunks/state.Dt9F_SuS.js";
|
|
10
10
|
import { e as ao } from "../chunks/query.BBf1UFkC.js";
|
package/library/package.json
CHANGED
|
@@ -5,6 +5,8 @@ import { CSSResultGroup } from 'lit';
|
|
|
5
5
|
* @summary Dividers are used to visually separate or group elements.
|
|
6
6
|
*
|
|
7
7
|
* @cssproperty --color - The color of the divider.
|
|
8
|
+
* @cssproperty --label-color - The color of the label.
|
|
9
|
+
* @cssproperty --label-font-size - The font size of the label.
|
|
8
10
|
* @cssproperty --width - The width of the divider.
|
|
9
11
|
* @cssproperty --spacing - The spacing of the divider.
|
|
10
12
|
* @cssproperty --border-style - The style of the divider.
|
|
@@ -15,6 +17,9 @@ export default class CxDivider extends CortexElement {
|
|
|
15
17
|
static readonly styles: CSSResultGroup;
|
|
16
18
|
/** Draws the divider in a vertical orientation. */
|
|
17
19
|
vertical: boolean;
|
|
20
|
+
/** Label above the divider. If not filled, the label will not be rendered.
|
|
21
|
+
* This attribute is only available for the horizontal orientation. */
|
|
22
|
+
label: string;
|
|
18
23
|
/**
|
|
19
24
|
* Applies component's padding over the spacing custom property.
|
|
20
25
|
*/
|
|
@@ -24,6 +29,7 @@ export default class CxDivider extends CortexElement {
|
|
|
24
29
|
* Applies the direction of the divider
|
|
25
30
|
*/
|
|
26
31
|
handleVerticalChange(): void;
|
|
32
|
+
render(): import('lit').TemplateResult<1> | undefined;
|
|
27
33
|
}
|
|
28
34
|
declare global {
|
|
29
35
|
interface HTMLElementTagNameMap {
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { default as CortexElement } from '../../../../base/src/cortex-element.ts';
|
|
2
|
+
import { DisplayStyle, FormatTimeInputUnit, UnitsFormat } from '../../../../types/src/time';
|
|
3
|
+
import { CSSResultGroup } from 'lit';
|
|
4
|
+
|
|
5
|
+
export declare function fromDurationAttribute(value: string | null): number | null;
|
|
6
|
+
export declare function toDurationAttribute(value: number | null): string | null;
|
|
7
|
+
/**
|
|
8
|
+
* @summary Formats a duration in milliseconds or seconds.
|
|
9
|
+
* @description Does not compute time from dates, only formats a given millisecond duration.
|
|
10
|
+
|
|
11
|
+
* @cssproperty --cx-format-time-color - Controls the text color of the formatted output.
|
|
12
|
+
* @cssproperty --cx-format-time-font-size - Controls the font size of the formatted output.
|
|
13
|
+
* @cssproperty --cx-format-time-font-weight - Controls the font weight of the formatted output.
|
|
14
|
+
*/
|
|
15
|
+
export default class CxFormatTime extends CortexElement {
|
|
16
|
+
static readonly styles: CSSResultGroup;
|
|
17
|
+
static readonly dependencies: {};
|
|
18
|
+
private readonly localize;
|
|
19
|
+
/** Duration value. When null/undefined/empty, placeholder is shown. */
|
|
20
|
+
duration: number | null;
|
|
21
|
+
/** Text shown when duration is null or undefined. */
|
|
22
|
+
placeholder: string;
|
|
23
|
+
/** Which units to include. Default "d-h-m" (days, hours, minutes). */
|
|
24
|
+
unitsFormat: UnitsFormat;
|
|
25
|
+
/** Locale used to format the duration output. Defaults "en" */
|
|
26
|
+
locale: string;
|
|
27
|
+
/** Display style used to format the duration output. Defaults to "long". */
|
|
28
|
+
displayStyle: DisplayStyle;
|
|
29
|
+
/** Input unit: "ms" (default) or "s". Value is converted to ms internally. */
|
|
30
|
+
inputUnit: FormatTimeInputUnit;
|
|
31
|
+
formattedDuration: string;
|
|
32
|
+
updateFormattedDuration(): void;
|
|
33
|
+
private normalizeDurationToMilliseconds;
|
|
34
|
+
render(): import('lit').TemplateResult<1>;
|
|
35
|
+
}
|
|
36
|
+
declare global {
|
|
37
|
+
interface HTMLElementTagNameMap {
|
|
38
|
+
'cx-format-time': CxFormatTime;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -77,6 +77,7 @@ export default class CxTabGroup extends CortexElement {
|
|
|
77
77
|
paginationCount: number;
|
|
78
78
|
activePaginationIndex: number;
|
|
79
79
|
tabWidth: number;
|
|
80
|
+
clampedTabsPerPage: number;
|
|
80
81
|
/** The placement of the tabs. */
|
|
81
82
|
placement: TabGroupPlacement;
|
|
82
83
|
/**
|
|
@@ -104,6 +105,8 @@ export default class CxTabGroup extends CortexElement {
|
|
|
104
105
|
* The number of tabs per page. This applies when overflow variant is pagination.
|
|
105
106
|
*/
|
|
106
107
|
tabsPerPage: number;
|
|
108
|
+
/** The minimum width of the tab. */
|
|
109
|
+
minTabWidth: number;
|
|
107
110
|
/** Minimum clamp width - The minimum width of the tab not to be clamped */
|
|
108
111
|
private static readonly MIN_CLAMP_WIDTH;
|
|
109
112
|
connectedCallback(): void;
|
|
@@ -177,7 +180,6 @@ export default class CxTabGroup extends CortexElement {
|
|
|
177
180
|
handleAbsoluteHeightChange(): void;
|
|
178
181
|
handleTabAlignmentChange(): void;
|
|
179
182
|
handleTabsPerPageChange(): Promise<void>;
|
|
180
|
-
handleActivePaginationIndexChange(): void;
|
|
181
183
|
/**
|
|
182
184
|
* Setup ResizeObserver for all panels when keepHiddenHeight is enabled
|
|
183
185
|
*/
|
|
@@ -2,6 +2,7 @@ import { default as CxCheckbox } from '../checkbox/checkbox.ts';
|
|
|
2
2
|
import { default as CxIconButton } from '../icon-button/icon-button.ts';
|
|
3
3
|
import { default as CxLineClamp } from '../line-clamp/line-clamp.ts';
|
|
4
4
|
import { default as CxSpace } from '../space/space.ts';
|
|
5
|
+
import { default as CxSpinner } from '../spinner/spinner.ts';
|
|
5
6
|
import { default as CxTag } from '../tag/tag.ts';
|
|
6
7
|
import { default as CortexElement } from '../../../../base/src/cortex-element.ts';
|
|
7
8
|
import { PaginationCounter } from '../../../../types/src/pagination';
|
|
@@ -16,9 +17,9 @@ import { RowComponent, TabulatorFull as Tabulator } from './tabulator-tables';
|
|
|
16
17
|
* @csspart table - The table element.
|
|
17
18
|
*
|
|
18
19
|
* @cssproperty [--width=100%] - The width of the table.
|
|
19
|
-
* @cssproperty [--height=
|
|
20
|
-
* @cssproperty [--min-height=200px] - The minimum height of the table.
|
|
21
|
-
* @cssproperty [--max-height=
|
|
20
|
+
* @cssproperty [--table-height=auto] - The height of the table. By setting a height on the table, the Virtual DOM is enabled and the render speed is improved.
|
|
21
|
+
* @cssproperty [--table-min-height=200px] - The minimum height of the table.
|
|
22
|
+
* @cssproperty [--table-max-height=auto] - The maximum height of the table.
|
|
22
23
|
* @cssproperty [--color=var(--cx-color-neutral-700)] - The color of the table.
|
|
23
24
|
* @cssproperty [--background-color=var(--cx-color-neutral-400)] - The background color of the table.
|
|
24
25
|
* @cssproperty [--border-width=var(--cx-input-border-width)] - The width of the table border.
|
|
@@ -62,6 +63,7 @@ export default class CxTable extends CortexElement {
|
|
|
62
63
|
'cx-icon-button': typeof CxIconButton;
|
|
63
64
|
'cx-line-clamp': typeof CxLineClamp;
|
|
64
65
|
'cx-space': typeof CxSpace;
|
|
66
|
+
'cx-spinner': typeof CxSpinner;
|
|
65
67
|
'cx-table-row-actions': typeof CxTableRowActions;
|
|
66
68
|
'cx-table-toolbar': typeof CxTableToolbar;
|
|
67
69
|
'cx-tag': typeof CxTag;
|
|
@@ -612,6 +614,7 @@ export default class CxTable extends CortexElement {
|
|
|
612
614
|
handleUseOverlayScrollbarChange(): void;
|
|
613
615
|
constructor();
|
|
614
616
|
runFirstUpdated(): void;
|
|
617
|
+
connectedCallback(): void;
|
|
615
618
|
disconnectedCallback(): void;
|
|
616
619
|
private initOverlayScrollbars;
|
|
617
620
|
private readonly checkHorizontalOverflow;
|
|
@@ -28,7 +28,12 @@ export default class RowManager extends CoreFeature implements IRowManager {
|
|
|
28
28
|
placeholderContents: HTMLElement | null;
|
|
29
29
|
firstRender: boolean;
|
|
30
30
|
renderMode?: RenderMode;
|
|
31
|
-
|
|
31
|
+
/**
|
|
32
|
+
* True when table has an explicit height (--table-height is set to a non-auto value (e.g. 100%, 500px));
|
|
33
|
+
* false when height is variable (--table-height is "auto" or unset).
|
|
34
|
+
* Computed on each read so it stays correct if --table-height is changed dynamically (e.g. via JS or CSS class).
|
|
35
|
+
*/
|
|
36
|
+
get fixedHeight(): boolean;
|
|
32
37
|
rows: IRow[];
|
|
33
38
|
activeRowsPipeline: IRow[][];
|
|
34
39
|
activeRows: IRow[];
|
|
@@ -132,6 +137,14 @@ export default class RowManager extends CoreFeature implements IRowManager {
|
|
|
132
137
|
_positionPlaceholder(): void;
|
|
133
138
|
styleRow(row: IRow, index: number): void;
|
|
134
139
|
normalizeHeight(force?: boolean): void;
|
|
140
|
+
/**
|
|
141
|
+
* Detect whether the table has a fixed (explicit) height.
|
|
142
|
+
* We read the CSS custom property --table-height (used by the table's height: var(--table-height)), since
|
|
143
|
+
* getComputedStyle(el).height is always the resolved pixel value, never "auto".
|
|
144
|
+
* fixedHeight = true: --table-height is set to a non-auto value (e.g. 100%, 500px). Not content-driven.
|
|
145
|
+
* fixedHeight = false: --table-height is "auto" or unset — content-driven (variable) height.
|
|
146
|
+
*/
|
|
147
|
+
private detectFixedHeight;
|
|
135
148
|
adjustTableSize(): boolean;
|
|
136
149
|
reinitialize(): void;
|
|
137
150
|
blockRedraw(): void;
|
|
@@ -41,6 +41,12 @@ export default class Page extends Module implements IPage {
|
|
|
41
41
|
createElements(): void;
|
|
42
42
|
generatePageSizeSelectList(): void;
|
|
43
43
|
initializePageCounter(): void;
|
|
44
|
+
/**
|
|
45
|
+
* Pagination is mounted on `table.toolbar` (outside Tabulator's root element).
|
|
46
|
+
* Tabulator.destroy() only clears the table element, so we must detach on destroy
|
|
47
|
+
* or a full re-init (e.g. paginationSizeSelector change) leaves duplicate cx-pagination nodes.
|
|
48
|
+
*/
|
|
49
|
+
cleanup(): void;
|
|
44
50
|
initializePaginator(): void;
|
|
45
51
|
initializeProgressive(mode: 'scroll' | 'load'): void;
|
|
46
52
|
trackChanges(): void;
|
|
@@ -22,6 +22,7 @@ export { default as CxElementClamp } from './components/element-clamp/element-cl
|
|
|
22
22
|
export { default as CxFormatBytes } from './components/format-bytes/format-bytes';
|
|
23
23
|
export { default as CxFormatDate } from './components/format-date/format-date';
|
|
24
24
|
export { default as CxFormatNumber } from './components/format-number/format-number';
|
|
25
|
+
export { default as CxFormatTime } from './components/format-time/format-time';
|
|
25
26
|
export { default as CxGrid } from './components/grid/grid';
|
|
26
27
|
export { default as CxGridItem } from './components/grid-item/grid-item';
|
|
27
28
|
export { default as CxHeader } from './components/header/header';
|
|
@@ -114,7 +114,6 @@ export * from './cx-show';
|
|
|
114
114
|
export * from './cx-slide-change';
|
|
115
115
|
export * from './cx-start';
|
|
116
116
|
export * from './cx-swatch-add';
|
|
117
|
-
export * from './cx-tab-group-pagination-change';
|
|
118
117
|
export * from './cx-tab-hide';
|
|
119
118
|
export * from './cx-tab-show';
|
|
120
119
|
export * from './cx-table-advanced-search-click';
|
|
@@ -34,10 +34,12 @@ export default class CxTimeline extends CortexElement {
|
|
|
34
34
|
* The number of tabs per page. This applies when overflow variant is pagination.
|
|
35
35
|
*/
|
|
36
36
|
tabsPerPage: number;
|
|
37
|
-
|
|
37
|
+
/**
|
|
38
|
+
* The minimum width of the tab.
|
|
39
|
+
*/
|
|
40
|
+
minTabWidth: number;
|
|
38
41
|
private handlePreviousClick;
|
|
39
42
|
private handleNextClick;
|
|
40
|
-
private handlePaginationChange;
|
|
41
43
|
render(): import('lit').TemplateResult<1>;
|
|
42
44
|
}
|
|
43
45
|
declare global {
|
|
@@ -202,6 +202,7 @@ export default class ConfigsController {
|
|
|
202
202
|
'data-constraints': boolean;
|
|
203
203
|
}>[] | import('../../../types/src/content-builder').PropertyConfig<{
|
|
204
204
|
data: string;
|
|
205
|
+
'min-tab-width': string;
|
|
205
206
|
'navigation-arrows': boolean;
|
|
206
207
|
'show-thumbnails': boolean;
|
|
207
208
|
'tabs-per-page': number;
|
|
@@ -377,6 +378,7 @@ export default class ConfigsController {
|
|
|
377
378
|
'data-constraints': boolean;
|
|
378
379
|
} | {
|
|
379
380
|
data: string;
|
|
381
|
+
'min-tab-width': string;
|
|
380
382
|
'navigation-arrows': boolean;
|
|
381
383
|
'show-thumbnails': boolean;
|
|
382
384
|
'tabs-per-page': number;
|
|
@@ -105,7 +105,6 @@ export interface ITabulator extends IModuleBinder {
|
|
|
105
105
|
moveColumn(from: string, to: string, after?: boolean): void;
|
|
106
106
|
scrollToColumn(field: ColumnLookup, position?: ScrollToColumnPosition, ifVisible?: boolean): Promise<void>;
|
|
107
107
|
redraw(force?: boolean): void;
|
|
108
|
-
setHeight(height: string | number): void;
|
|
109
108
|
on(key: string, callback: (...args: any[]) => any): void;
|
|
110
109
|
off(key: string, callback?: (...args: any[]) => any): void;
|
|
111
110
|
dispatchEvent(...args: any[]): any;
|
|
@@ -1651,12 +1650,6 @@ export interface OptionsColumns {
|
|
|
1651
1650
|
resizableColumnFit?: boolean;
|
|
1652
1651
|
}
|
|
1653
1652
|
export interface OptionsGeneral {
|
|
1654
|
-
/** Sets the height of the containing element, can be set to any valid height css value. If set to false (the default), the height of the table will resize to fit the table data. */
|
|
1655
|
-
height?: string | number | false;
|
|
1656
|
-
/** Can be set to any valid CSS value. By setting this you can allow your table to expand to fit the data, but not overflow its parent element. When there are too many rows to fit in the available space, the vertical scroll bar will be shown. This has the added benefit of improving load times on larger tables */
|
|
1657
|
-
maxHeight?: string | number | boolean;
|
|
1658
|
-
/** With a variable table height you can set the minimum height of the table either defined in the min-height CSS property for the element or set it using the minHeight option in the table constructor, this can be set to any valid CSS value. */
|
|
1659
|
-
minHeight?: string | number | boolean;
|
|
1660
1653
|
renderVertical?: RenderMode;
|
|
1661
1654
|
renderHorizontal?: RenderMode;
|
|
1662
1655
|
rowHeight?: number;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export declare enum FormatTimeInputUnit {
|
|
2
|
+
Millisecond = "ms",
|
|
3
|
+
Second = "s"
|
|
4
|
+
}
|
|
5
|
+
export declare enum FormatTimeDurationField {
|
|
6
|
+
Days = "days",
|
|
7
|
+
Hours = "hours",
|
|
8
|
+
Minutes = "minutes",
|
|
9
|
+
Seconds = "seconds"
|
|
10
|
+
}
|
|
11
|
+
export declare enum UnitsFormat {
|
|
12
|
+
Day = "d",
|
|
13
|
+
DayHour = "d-h",
|
|
14
|
+
DayHourMinute = "d-h-m",
|
|
15
|
+
DayHourMinuteSecond = "d-h-m-s",
|
|
16
|
+
Hour = "h",
|
|
17
|
+
HourMinute = "h-m",
|
|
18
|
+
HourMinuteSecond = "h-m-s",
|
|
19
|
+
Minute = "m",
|
|
20
|
+
MinuteSecond = "m-s",
|
|
21
|
+
Second = "s"
|
|
22
|
+
}
|
|
23
|
+
export declare enum DisplayStyle {
|
|
24
|
+
Digital = "digital",
|
|
25
|
+
Long = "long",
|
|
26
|
+
Narrow = "narrow",
|
|
27
|
+
Short = "short"
|
|
28
|
+
}
|
|
29
|
+
export declare enum Locale {
|
|
30
|
+
English = "en"
|
|
31
|
+
}
|
|
32
|
+
export type DurationParts = Partial<Record<FormatTimeDurationField, number>>;
|
|
33
|
+
export interface UnitConfig {
|
|
34
|
+
key: FormatTimeDurationField;
|
|
35
|
+
longPlural: string;
|
|
36
|
+
longSingular: string;
|
|
37
|
+
narrow: string;
|
|
38
|
+
short: string;
|
|
39
|
+
}
|
|
40
|
+
export declare const UNITS_CONFIG: UnitConfig[];
|
|
41
|
+
export declare const SECOND_IN_MS = 1000;
|
|
42
|
+
export declare const MINUTE_IN_MS: number;
|
|
43
|
+
export declare const HOUR_IN_MS: number;
|
|
44
|
+
export declare const DAY_IN_MS: number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './time';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DisplayStyle, DurationParts, FormatTimeDurationField, UnitsFormat } from '../../../types/src/time';
|
|
2
|
+
|
|
3
|
+
export declare function formatWithIntlDurationFormat(durationParts: Partial<Record<FormatTimeDurationField.Days | FormatTimeDurationField.Hours | FormatTimeDurationField.Minutes | FormatTimeDurationField.Seconds, number>>, style: DisplayStyle, locale?: string): string;
|
|
4
|
+
export declare function getDurationPartsByUnitsFormat(durationInMs: number, unitsFormat: UnitsFormat): Partial<{
|
|
5
|
+
days: number;
|
|
6
|
+
hours: number;
|
|
7
|
+
minutes: number;
|
|
8
|
+
seconds: number;
|
|
9
|
+
}>;
|
|
10
|
+
export declare function clearZeroDurationParts(durationParts: DurationParts): DurationParts;
|
|
11
|
+
export declare function formatDurationPartsManually(durationParts: DurationParts, style: DisplayStyle): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
import { HTMLAttributes, DetailedHTMLProps } from 'react';
|
|
3
3
|
|
|
4
|
-
import { CxIcon, CxSpinner, CxIconButton, CxAlert, CxAnimatedImage, CxAnimation, CxAvatar, CxBadge, CxBreadcrumbItem, CxBreadcrumb, CxPopup, CxMenuItem, CxInput, CxMenu, CxTextarea, CxDropdown, CxButton, CxButtonGroup, CxCard, CxCheckbox, CxVisuallyHidden, CxColorPicker, CxTooltip, CxCopyButton, CxDetails, CxDivider, CxDialog, CxDotPagination, CxDotStatus, CxDrawer, CxElementClamp, CxFormatBytes, CxFormatDate, CxFormatNumber, CxGrid, CxGridItem, CxHeader, CxHubConnection, CxIframe, CxResizeObserver, CxSkeleton, CxSpace, CxImage, CxImageComparer, CxInclude, CxInputGroup, CxLineClamp, CxMarkdown, CxMenuLabel, CxMenuSection, CxMutationObserver, CxOption, CxTypography, CxTag, CxSelect, CxPagination, CxProgressBar, 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, CxFolderSelect, CxGraphView, CxIconPicker, CxListEditor, CxMasonry, CxPaddingInputGroup, CxPageOutline, CxPositionPicker, CxSearchBox, CxShadowInputGroup, CxShareOptionList, CxSidebar, CxSizeInputGroup, CxStepperWizard, CxStorybook, CxTimeline, CxTypeface, CxAssetLinkFormat, CxBentoGrid, CxCarousel, CxChatbot, CxClusterManagement, CxColorSwatchGroup, CxComment, CxFontKit, CxGallery, CxColumn, CxColumnGroup, CxText, CxRteCodeBlockToolbar, CxContentBuilder, CxDownloader, CxFileOnDemand, CxMultiSelect, CxTemplateSwitcher, CxTextToSpeech, CxVideoChaptersManager, CxVideoEditor, CxTemplateManager } from './apps/cortex/src/types';
|
|
4
|
+
import { CxIcon, CxSpinner, CxIconButton, CxAlert, CxAnimatedImage, CxAnimation, CxAvatar, CxBadge, CxBreadcrumbItem, CxBreadcrumb, CxPopup, CxMenuItem, CxInput, CxMenu, CxTextarea, CxDropdown, CxButton, CxButtonGroup, CxCard, CxCheckbox, CxVisuallyHidden, CxColorPicker, CxTooltip, CxCopyButton, CxDetails, CxDivider, CxDialog, CxDotPagination, CxDotStatus, CxDrawer, CxElementClamp, CxFormatBytes, CxFormatDate, CxFormatNumber, CxFormatTime, CxGrid, CxGridItem, CxHeader, CxHubConnection, CxIframe, CxResizeObserver, CxSkeleton, CxSpace, CxImage, CxImageComparer, CxInclude, CxInputGroup, CxLineClamp, CxMarkdown, CxMenuLabel, CxMenuSection, CxMutationObserver, CxOption, CxTypography, CxTag, CxSelect, CxPagination, CxProgressBar, 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, CxFolderSelect, CxGraphView, CxIconPicker, CxListEditor, CxMasonry, CxPaddingInputGroup, CxPageOutline, CxPositionPicker, CxSearchBox, CxShadowInputGroup, CxShareOptionList, CxSidebar, CxSizeInputGroup, CxStepperWizard, CxStorybook, CxTimeline, CxTypeface, CxAssetLinkFormat, CxBentoGrid, CxCarousel, CxChatbot, CxClusterManagement, CxColorSwatchGroup, CxComment, CxFontKit, CxGallery, CxColumn, CxColumnGroup, CxText, CxRteCodeBlockToolbar, CxContentBuilder, CxDownloader, CxFileOnDemand, CxMultiSelect, CxTemplateSwitcher, CxTextToSpeech, CxVideoChaptersManager, CxVideoEditor, CxTemplateManager } from './apps/cortex/src/types';
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
export type CxMarkdownRendererObject = any;
|
|
@@ -1702,6 +1702,10 @@
|
|
|
1702
1702
|
* Draws the divider in a vertical orientation.
|
|
1703
1703
|
*/
|
|
1704
1704
|
vertical?: boolean;
|
|
1705
|
+
/**
|
|
1706
|
+
* Label above the divider. If not filled, the label will not be rendered. This attribute is only available for the horizontal orientation.
|
|
1707
|
+
*/
|
|
1708
|
+
label?: string;
|
|
1705
1709
|
/**
|
|
1706
1710
|
* Applies component's padding over the spacing custom property.
|
|
1707
1711
|
*/
|
|
@@ -2165,6 +2169,52 @@
|
|
|
2165
2169
|
/**
|
|
2166
2170
|
*
|
|
2167
2171
|
*/
|
|
2172
|
+
preRender?: boolean;
|
|
2173
|
+
}
|
|
2174
|
+
/**
|
|
2175
|
+
* Formats a duration in milliseconds or seconds.
|
|
2176
|
+
*/
|
|
2177
|
+
interface CxFormatTimeAttributes extends HTMLAttributes<CxFormatTime> {
|
|
2178
|
+
|
|
2179
|
+
/**
|
|
2180
|
+
* Duration value. When null/undefined/empty, placeholder is shown.
|
|
2181
|
+
*/
|
|
2182
|
+
duration?: number;
|
|
2183
|
+
/**
|
|
2184
|
+
* Text shown when duration is null or undefined.
|
|
2185
|
+
*/
|
|
2186
|
+
placeholder?: string;
|
|
2187
|
+
/**
|
|
2188
|
+
* Which units to include. Default "d-h-m" (days, hours, minutes).
|
|
2189
|
+
*/
|
|
2190
|
+
unitsFormat?: 'd' | 'd-h' | 'd-h-m' | 'd-h-m-s' | 'h' | 'h-m' | 'h-m-s' | 'm' | 'm-s' | 's';
|
|
2191
|
+
/**
|
|
2192
|
+
* Locale used to format the duration output. Defaults "en"
|
|
2193
|
+
*/
|
|
2194
|
+
locale?: string;
|
|
2195
|
+
/**
|
|
2196
|
+
* Display style used to format the duration output. Defaults to "long".
|
|
2197
|
+
*/
|
|
2198
|
+
displayStyle?: 'digital' | 'long' | 'narrow' | 'short';
|
|
2199
|
+
/**
|
|
2200
|
+
* Input unit: "ms" (default) or "s". Value is converted to ms internally.
|
|
2201
|
+
*/
|
|
2202
|
+
inputUnit?: 'ms' | 's';
|
|
2203
|
+
/**
|
|
2204
|
+
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
2205
|
+
*/
|
|
2206
|
+
dir?: string;
|
|
2207
|
+
/**
|
|
2208
|
+
* eslint-disable-next-line lit/no-native-attributes
|
|
2209
|
+
*/
|
|
2210
|
+
lang?: string;
|
|
2211
|
+
/**
|
|
2212
|
+
*
|
|
2213
|
+
*/
|
|
2214
|
+
theme?: 'light' | 'dark';
|
|
2215
|
+
/**
|
|
2216
|
+
*
|
|
2217
|
+
*/
|
|
2168
2218
|
preRender?: boolean;
|
|
2169
2219
|
}
|
|
2170
2220
|
/**
|
|
@@ -4112,6 +4162,10 @@
|
|
|
4112
4162
|
* The number of tabs per page. This applies when overflow variant is pagination.
|
|
4113
4163
|
*/
|
|
4114
4164
|
tabsPerPage?: number;
|
|
4165
|
+
/**
|
|
4166
|
+
* The minimum width of the tab.
|
|
4167
|
+
*/
|
|
4168
|
+
minTabWidth?: number;
|
|
4115
4169
|
/**
|
|
4116
4170
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
4117
4171
|
*/
|
|
@@ -6396,6 +6450,10 @@
|
|
|
6396
6450
|
* The number of tabs per page. This applies when overflow variant is pagination.
|
|
6397
6451
|
*/
|
|
6398
6452
|
tabsPerPage?: number;
|
|
6453
|
+
/**
|
|
6454
|
+
* The minimum width of the tab.
|
|
6455
|
+
*/
|
|
6456
|
+
minTabWidth?: number;
|
|
6399
6457
|
/**
|
|
6400
6458
|
* Make localization attributes reactive eslint-disable-next-line lit/no-native-attributes
|
|
6401
6459
|
*/
|
|
@@ -7935,18 +7993,18 @@
|
|
|
7935
7993
|
*/
|
|
7936
7994
|
preRender?: boolean;
|
|
7937
7995
|
}
|
|
7938
|
-
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 CxAnimatedImageProps = DetailedHTMLProps<CxAnimatedImageAttributes, CxAnimatedImage> & {class?: string};export type CxAnimationProps = DetailedHTMLProps<CxAnimationAttributes, CxAnimation> & {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 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 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 CxTooltipProps = DetailedHTMLProps<CxTooltipAttributes, CxTooltip> & {class?: string};export type CxCopyButtonProps = DetailedHTMLProps<CxCopyButtonAttributes, CxCopyButton> & {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 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 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 CxResizeObserverProps = DetailedHTMLProps<CxResizeObserverAttributes, CxResizeObserver> & {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 CxLineClampProps = DetailedHTMLProps<CxLineClampAttributes, CxLineClamp> & {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 CxTypographyProps = DetailedHTMLProps<CxTypographyAttributes, CxTypography> & {class?: string};export type CxTagProps = DetailedHTMLProps<CxTagAttributes, CxTag> & {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 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 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 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 CxAssetLinkFormatProps = DetailedHTMLProps<CxAssetLinkFormatAttributes, CxAssetLinkFormat> & {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 CxGalleryProps = DetailedHTMLProps<CxGalleryAttributes, CxGallery> & {class?: string};export type CxColumnProps = DetailedHTMLProps<CxColumnAttributes, CxColumn> & {class?: string};export type CxColumnGroupProps = DetailedHTMLProps<CxColumnGroupAttributes, CxColumnGroup> & {class?: string};export type CxTextProps = DetailedHTMLProps<CxTextAttributes, CxText> & {class?: string};export type CxRteCodeBlockToolbarProps = DetailedHTMLProps<CxRteCodeBlockToolbarAttributes, CxRteCodeBlockToolbar> & {class?: string};export type CxContentBuilderProps = DetailedHTMLProps<CxContentBuilderAttributes, CxContentBuilder> & {class?: string};export type CxDownloaderProps = DetailedHTMLProps<CxDownloaderAttributes, CxDownloader> & {class?: string};export type CxFileOnDemandProps = DetailedHTMLProps<CxFileOnDemandAttributes, CxFileOnDemand> & {class?: string};export type CxMultiSelectProps = DetailedHTMLProps<CxMultiSelectAttributes, CxMultiSelect> & {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};
|
|
7996
|
+
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 CxAnimatedImageProps = DetailedHTMLProps<CxAnimatedImageAttributes, CxAnimatedImage> & {class?: string};export type CxAnimationProps = DetailedHTMLProps<CxAnimationAttributes, CxAnimation> & {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 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 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 CxTooltipProps = DetailedHTMLProps<CxTooltipAttributes, CxTooltip> & {class?: string};export type CxCopyButtonProps = DetailedHTMLProps<CxCopyButtonAttributes, CxCopyButton> & {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 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 CxResizeObserverProps = DetailedHTMLProps<CxResizeObserverAttributes, CxResizeObserver> & {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 CxLineClampProps = DetailedHTMLProps<CxLineClampAttributes, CxLineClamp> & {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 CxTypographyProps = DetailedHTMLProps<CxTypographyAttributes, CxTypography> & {class?: string};export type CxTagProps = DetailedHTMLProps<CxTagAttributes, CxTag> & {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 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 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 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 CxAssetLinkFormatProps = DetailedHTMLProps<CxAssetLinkFormatAttributes, CxAssetLinkFormat> & {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 CxGalleryProps = DetailedHTMLProps<CxGalleryAttributes, CxGallery> & {class?: string};export type CxColumnProps = DetailedHTMLProps<CxColumnAttributes, CxColumn> & {class?: string};export type CxColumnGroupProps = DetailedHTMLProps<CxColumnGroupAttributes, CxColumnGroup> & {class?: string};export type CxTextProps = DetailedHTMLProps<CxTextAttributes, CxText> & {class?: string};export type CxRteCodeBlockToolbarProps = DetailedHTMLProps<CxRteCodeBlockToolbarAttributes, CxRteCodeBlockToolbar> & {class?: string};export type CxContentBuilderProps = DetailedHTMLProps<CxContentBuilderAttributes, CxContentBuilder> & {class?: string};export type CxDownloaderProps = DetailedHTMLProps<CxDownloaderAttributes, CxDownloader> & {class?: string};export type CxFileOnDemandProps = DetailedHTMLProps<CxFileOnDemandAttributes, CxFileOnDemand> & {class?: string};export type CxMultiSelectProps = DetailedHTMLProps<CxMultiSelectAttributes, CxMultiSelect> & {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};
|
|
7939
7997
|
declare global {
|
|
7940
7998
|
namespace JSX {
|
|
7941
7999
|
interface IntrinsicElements {
|
|
7942
|
-
['cx-icon']: CxIconProps;['cx-spinner']: CxSpinnerProps;['cx-icon-button']: CxIconButtonProps;['cx-alert']: CxAlertProps;['cx-animated-image']: CxAnimatedImageProps;['cx-animation']: CxAnimationProps;['cx-avatar']: CxAvatarProps;['cx-badge']: CxBadgeProps;['cx-breadcrumb-item']: CxBreadcrumbItemProps;['cx-breadcrumb']: CxBreadcrumbProps;['cx-popup']: CxPopupProps;['cx-menu-item']: CxMenuItemProps;['cx-input']: CxInputProps;['cx-menu']: CxMenuProps;['cx-textarea']: CxTextareaProps;['cx-dropdown']: CxDropdownProps;['cx-button']: CxButtonProps;['cx-button-group']: CxButtonGroupProps;['cx-card']: CxCardProps;['cx-checkbox']: CxCheckboxProps;['cx-visually-hidden']: CxVisuallyHiddenProps;['cx-color-picker']: CxColorPickerProps;['cx-tooltip']: CxTooltipProps;['cx-copy-button']: CxCopyButtonProps;['cx-details']: CxDetailsProps;['cx-divider']: CxDividerProps;['cx-dialog']: CxDialogProps;['cx-dot-pagination']: CxDotPaginationProps;['cx-dot-status']: CxDotStatusProps;['cx-drawer']: CxDrawerProps;['cx-element-clamp']: CxElementClampProps;['cx-format-bytes']: CxFormatBytesProps;['cx-format-date']: CxFormatDateProps;['cx-format-number']: CxFormatNumberProps;['cx-grid']: CxGridProps;['cx-grid-item']: CxGridItemProps;['cx-header']: CxHeaderProps;['cx-hub-connection']: CxHubConnectionProps;['cx-iframe']: CxIframeProps;['cx-resize-observer']: CxResizeObserverProps;['cx-skeleton']: CxSkeletonProps;['cx-space']: CxSpaceProps;['cx-image']: CxImageProps;['cx-image-comparer']: CxImageComparerProps;['cx-include']: CxIncludeProps;['cx-input-group']: CxInputGroupProps;['cx-line-clamp']: CxLineClampProps;['cx-markdown']: CxMarkdownProps;['cx-menu-label']: CxMenuLabelProps;['cx-menu-section']: CxMenuSectionProps;['cx-mutation-observer']: CxMutationObserverProps;['cx-option']: CxOptionProps;['cx-typography']: CxTypographyProps;['cx-tag']: CxTagProps;['cx-select']: CxSelectProps;['cx-pagination']: CxPaginationProps;['cx-progress-bar']: CxProgressBarProps;['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-folder-select']: CxFolderSelectProps;['cx-graph-view']: CxGraphViewProps;['cx-icon-picker']: CxIconPickerProps;['cx-list-editor']: CxListEditorProps;['cx-masonry']: CxMasonryProps;['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-stepper-wizard']: CxStepperWizardProps;['cx-storybook']: CxStorybookProps;['cx-timeline']: CxTimelineProps;['cx-typeface']: CxTypefaceProps;['cx-asset-link-format']: CxAssetLinkFormatProps;['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-gallery']: CxGalleryProps;['cx-column']: CxColumnProps;['cx-column-group']: CxColumnGroupProps;['cx-text']: CxTextProps;['cx-rte-code-block-toolbar']: CxRteCodeBlockToolbarProps;['cx-content-builder']: CxContentBuilderProps;['cx-downloader']: CxDownloaderProps;['cx-file-on-demand']: CxFileOnDemandProps;['cx-multi-select']: CxMultiSelectProps;['cx-template-switcher']: CxTemplateSwitcherProps;['cx-text-to-speech']: CxTextToSpeechProps;['cx-video-chapters-manager']: CxVideoChaptersManagerProps;['cx-video-editor']: CxVideoEditorProps;['cx-template-manager']: CxTemplateManagerProps;
|
|
8000
|
+
['cx-icon']: CxIconProps;['cx-spinner']: CxSpinnerProps;['cx-icon-button']: CxIconButtonProps;['cx-alert']: CxAlertProps;['cx-animated-image']: CxAnimatedImageProps;['cx-animation']: CxAnimationProps;['cx-avatar']: CxAvatarProps;['cx-badge']: CxBadgeProps;['cx-breadcrumb-item']: CxBreadcrumbItemProps;['cx-breadcrumb']: CxBreadcrumbProps;['cx-popup']: CxPopupProps;['cx-menu-item']: CxMenuItemProps;['cx-input']: CxInputProps;['cx-menu']: CxMenuProps;['cx-textarea']: CxTextareaProps;['cx-dropdown']: CxDropdownProps;['cx-button']: CxButtonProps;['cx-button-group']: CxButtonGroupProps;['cx-card']: CxCardProps;['cx-checkbox']: CxCheckboxProps;['cx-visually-hidden']: CxVisuallyHiddenProps;['cx-color-picker']: CxColorPickerProps;['cx-tooltip']: CxTooltipProps;['cx-copy-button']: CxCopyButtonProps;['cx-details']: CxDetailsProps;['cx-divider']: CxDividerProps;['cx-dialog']: CxDialogProps;['cx-dot-pagination']: CxDotPaginationProps;['cx-dot-status']: CxDotStatusProps;['cx-drawer']: CxDrawerProps;['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-resize-observer']: CxResizeObserverProps;['cx-skeleton']: CxSkeletonProps;['cx-space']: CxSpaceProps;['cx-image']: CxImageProps;['cx-image-comparer']: CxImageComparerProps;['cx-include']: CxIncludeProps;['cx-input-group']: CxInputGroupProps;['cx-line-clamp']: CxLineClampProps;['cx-markdown']: CxMarkdownProps;['cx-menu-label']: CxMenuLabelProps;['cx-menu-section']: CxMenuSectionProps;['cx-mutation-observer']: CxMutationObserverProps;['cx-option']: CxOptionProps;['cx-typography']: CxTypographyProps;['cx-tag']: CxTagProps;['cx-select']: CxSelectProps;['cx-pagination']: CxPaginationProps;['cx-progress-bar']: CxProgressBarProps;['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-folder-select']: CxFolderSelectProps;['cx-graph-view']: CxGraphViewProps;['cx-icon-picker']: CxIconPickerProps;['cx-list-editor']: CxListEditorProps;['cx-masonry']: CxMasonryProps;['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-stepper-wizard']: CxStepperWizardProps;['cx-storybook']: CxStorybookProps;['cx-timeline']: CxTimelineProps;['cx-typeface']: CxTypefaceProps;['cx-asset-link-format']: CxAssetLinkFormatProps;['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-gallery']: CxGalleryProps;['cx-column']: CxColumnProps;['cx-column-group']: CxColumnGroupProps;['cx-text']: CxTextProps;['cx-rte-code-block-toolbar']: CxRteCodeBlockToolbarProps;['cx-content-builder']: CxContentBuilderProps;['cx-downloader']: CxDownloaderProps;['cx-file-on-demand']: CxFileOnDemandProps;['cx-multi-select']: CxMultiSelectProps;['cx-template-switcher']: CxTemplateSwitcherProps;['cx-text-to-speech']: CxTextToSpeechProps;['cx-video-chapters-manager']: CxVideoChaptersManagerProps;['cx-video-editor']: CxVideoEditorProps;['cx-template-manager']: CxTemplateManagerProps;
|
|
7943
8001
|
}
|
|
7944
8002
|
}
|
|
7945
8003
|
};
|
|
7946
8004
|
declare module "react" {
|
|
7947
8005
|
namespace JSX {
|
|
7948
8006
|
interface IntrinsicElements {
|
|
7949
|
-
['cx-icon']: CxIconProps;['cx-spinner']: CxSpinnerProps;['cx-icon-button']: CxIconButtonProps;['cx-alert']: CxAlertProps;['cx-animated-image']: CxAnimatedImageProps;['cx-animation']: CxAnimationProps;['cx-avatar']: CxAvatarProps;['cx-badge']: CxBadgeProps;['cx-breadcrumb-item']: CxBreadcrumbItemProps;['cx-breadcrumb']: CxBreadcrumbProps;['cx-popup']: CxPopupProps;['cx-menu-item']: CxMenuItemProps;['cx-input']: CxInputProps;['cx-menu']: CxMenuProps;['cx-textarea']: CxTextareaProps;['cx-dropdown']: CxDropdownProps;['cx-button']: CxButtonProps;['cx-button-group']: CxButtonGroupProps;['cx-card']: CxCardProps;['cx-checkbox']: CxCheckboxProps;['cx-visually-hidden']: CxVisuallyHiddenProps;['cx-color-picker']: CxColorPickerProps;['cx-tooltip']: CxTooltipProps;['cx-copy-button']: CxCopyButtonProps;['cx-details']: CxDetailsProps;['cx-divider']: CxDividerProps;['cx-dialog']: CxDialogProps;['cx-dot-pagination']: CxDotPaginationProps;['cx-dot-status']: CxDotStatusProps;['cx-drawer']: CxDrawerProps;['cx-element-clamp']: CxElementClampProps;['cx-format-bytes']: CxFormatBytesProps;['cx-format-date']: CxFormatDateProps;['cx-format-number']: CxFormatNumberProps;['cx-grid']: CxGridProps;['cx-grid-item']: CxGridItemProps;['cx-header']: CxHeaderProps;['cx-hub-connection']: CxHubConnectionProps;['cx-iframe']: CxIframeProps;['cx-resize-observer']: CxResizeObserverProps;['cx-skeleton']: CxSkeletonProps;['cx-space']: CxSpaceProps;['cx-image']: CxImageProps;['cx-image-comparer']: CxImageComparerProps;['cx-include']: CxIncludeProps;['cx-input-group']: CxInputGroupProps;['cx-line-clamp']: CxLineClampProps;['cx-markdown']: CxMarkdownProps;['cx-menu-label']: CxMenuLabelProps;['cx-menu-section']: CxMenuSectionProps;['cx-mutation-observer']: CxMutationObserverProps;['cx-option']: CxOptionProps;['cx-typography']: CxTypographyProps;['cx-tag']: CxTagProps;['cx-select']: CxSelectProps;['cx-pagination']: CxPaginationProps;['cx-progress-bar']: CxProgressBarProps;['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-folder-select']: CxFolderSelectProps;['cx-graph-view']: CxGraphViewProps;['cx-icon-picker']: CxIconPickerProps;['cx-list-editor']: CxListEditorProps;['cx-masonry']: CxMasonryProps;['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-stepper-wizard']: CxStepperWizardProps;['cx-storybook']: CxStorybookProps;['cx-timeline']: CxTimelineProps;['cx-typeface']: CxTypefaceProps;['cx-asset-link-format']: CxAssetLinkFormatProps;['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-gallery']: CxGalleryProps;['cx-column']: CxColumnProps;['cx-column-group']: CxColumnGroupProps;['cx-text']: CxTextProps;['cx-rte-code-block-toolbar']: CxRteCodeBlockToolbarProps;['cx-content-builder']: CxContentBuilderProps;['cx-downloader']: CxDownloaderProps;['cx-file-on-demand']: CxFileOnDemandProps;['cx-multi-select']: CxMultiSelectProps;['cx-template-switcher']: CxTemplateSwitcherProps;['cx-text-to-speech']: CxTextToSpeechProps;['cx-video-chapters-manager']: CxVideoChaptersManagerProps;['cx-video-editor']: CxVideoEditorProps;['cx-template-manager']: CxTemplateManagerProps;
|
|
8007
|
+
['cx-icon']: CxIconProps;['cx-spinner']: CxSpinnerProps;['cx-icon-button']: CxIconButtonProps;['cx-alert']: CxAlertProps;['cx-animated-image']: CxAnimatedImageProps;['cx-animation']: CxAnimationProps;['cx-avatar']: CxAvatarProps;['cx-badge']: CxBadgeProps;['cx-breadcrumb-item']: CxBreadcrumbItemProps;['cx-breadcrumb']: CxBreadcrumbProps;['cx-popup']: CxPopupProps;['cx-menu-item']: CxMenuItemProps;['cx-input']: CxInputProps;['cx-menu']: CxMenuProps;['cx-textarea']: CxTextareaProps;['cx-dropdown']: CxDropdownProps;['cx-button']: CxButtonProps;['cx-button-group']: CxButtonGroupProps;['cx-card']: CxCardProps;['cx-checkbox']: CxCheckboxProps;['cx-visually-hidden']: CxVisuallyHiddenProps;['cx-color-picker']: CxColorPickerProps;['cx-tooltip']: CxTooltipProps;['cx-copy-button']: CxCopyButtonProps;['cx-details']: CxDetailsProps;['cx-divider']: CxDividerProps;['cx-dialog']: CxDialogProps;['cx-dot-pagination']: CxDotPaginationProps;['cx-dot-status']: CxDotStatusProps;['cx-drawer']: CxDrawerProps;['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-resize-observer']: CxResizeObserverProps;['cx-skeleton']: CxSkeletonProps;['cx-space']: CxSpaceProps;['cx-image']: CxImageProps;['cx-image-comparer']: CxImageComparerProps;['cx-include']: CxIncludeProps;['cx-input-group']: CxInputGroupProps;['cx-line-clamp']: CxLineClampProps;['cx-markdown']: CxMarkdownProps;['cx-menu-label']: CxMenuLabelProps;['cx-menu-section']: CxMenuSectionProps;['cx-mutation-observer']: CxMutationObserverProps;['cx-option']: CxOptionProps;['cx-typography']: CxTypographyProps;['cx-tag']: CxTagProps;['cx-select']: CxSelectProps;['cx-pagination']: CxPaginationProps;['cx-progress-bar']: CxProgressBarProps;['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-folder-select']: CxFolderSelectProps;['cx-graph-view']: CxGraphViewProps;['cx-icon-picker']: CxIconPickerProps;['cx-list-editor']: CxListEditorProps;['cx-masonry']: CxMasonryProps;['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-stepper-wizard']: CxStepperWizardProps;['cx-storybook']: CxStorybookProps;['cx-timeline']: CxTimelineProps;['cx-typeface']: CxTypefaceProps;['cx-asset-link-format']: CxAssetLinkFormatProps;['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-gallery']: CxGalleryProps;['cx-column']: CxColumnProps;['cx-column-group']: CxColumnGroupProps;['cx-text']: CxTextProps;['cx-rte-code-block-toolbar']: CxRteCodeBlockToolbarProps;['cx-content-builder']: CxContentBuilderProps;['cx-downloader']: CxDownloaderProps;['cx-file-on-demand']: CxFileOnDemandProps;['cx-multi-select']: CxMultiSelectProps;['cx-template-switcher']: CxTemplateSwitcherProps;['cx-text-to-speech']: CxTextToSpeechProps;['cx-video-chapters-manager']: CxVideoChaptersManagerProps;['cx-video-editor']: CxVideoEditorProps;['cx-template-manager']: CxTemplateManagerProps;
|
|
7950
8008
|
}
|
|
7951
8009
|
}
|
|
7952
8010
|
};
|