@codemonster-ru/vueforge 0.92.0 → 0.94.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/dist/index.css +1 -1
- package/dist/index.d.ts +66 -0
- package/dist/index.ts.mjs +16733 -8783
- package/dist/index.ts.umd.js +19 -13
- package/dist/package/components/__tests__/activity-feed.test.d.ts +1 -0
- package/dist/package/components/__tests__/advanced-filter-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/audit-log-viewer.test.d.ts +1 -0
- package/dist/package/components/__tests__/block-ui.test.d.ts +1 -0
- package/dist/package/components/__tests__/bottom-sheet.test.d.ts +1 -0
- package/dist/package/components/__tests__/bulk-action-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/cascade-select.test.d.ts +1 -0
- package/dist/package/components/__tests__/code-editor.test.d.ts +1 -0
- package/dist/package/components/__tests__/comment-thread.test.d.ts +1 -0
- package/dist/package/components/__tests__/confirm-popup.test.d.ts +1 -0
- package/dist/package/components/__tests__/data-table-toolbar.test.d.ts +1 -0
- package/dist/package/components/__tests__/diff-viewer.test.d.ts +1 -0
- package/dist/package/components/__tests__/dock.test.d.ts +1 -0
- package/dist/package/components/__tests__/dynamic-dialog.test.d.ts +1 -0
- package/dist/package/components/__tests__/fieldset.test.d.ts +1 -0
- package/dist/package/components/__tests__/file-manager.test.d.ts +1 -0
- package/dist/package/components/__tests__/galleria.test.d.ts +1 -0
- package/dist/package/components/__tests__/headless-parity.test.d.ts +1 -0
- package/dist/package/components/__tests__/icon.test.d.ts +1 -0
- package/dist/package/components/__tests__/infinite-scroll.test.d.ts +1 -0
- package/dist/package/components/__tests__/inline-message.test.d.ts +1 -0
- package/dist/package/components/__tests__/inplace.test.d.ts +1 -0
- package/dist/package/components/__tests__/json-viewer.test.d.ts +1 -0
- package/dist/package/components/__tests__/knob.test.d.ts +1 -0
- package/dist/package/components/__tests__/kpi-stat-card.test.d.ts +1 -0
- package/dist/package/components/__tests__/member-picker.test.d.ts +1 -0
- package/dist/package/components/__tests__/message.test.d.ts +1 -0
- package/dist/package/components/__tests__/meter-group.test.d.ts +1 -0
- package/dist/package/components/__tests__/order-list.test.d.ts +1 -0
- package/dist/package/components/__tests__/org-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/overlay-badge.directive.test.d.ts +1 -0
- package/dist/package/components/__tests__/overlay-badge.test.d.ts +1 -0
- package/dist/package/components/__tests__/panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/permission-matrix.test.d.ts +1 -0
- package/dist/package/components/__tests__/pick-list.test.d.ts +1 -0
- package/dist/package/components/__tests__/query-builder.test.d.ts +1 -0
- package/dist/package/components/__tests__/saved-views-manager.test.d.ts +1 -0
- package/dist/package/components/__tests__/scheduler.test.d.ts +1 -0
- package/dist/package/components/__tests__/scroll-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/scroll-top.test.d.ts +1 -0
- package/dist/package/components/__tests__/sidebar.test.d.ts +1 -0
- package/dist/package/components/__tests__/tab-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/terminal.test.d.ts +1 -0
- package/dist/package/components/__tests__/tiered-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/toolbar.test.d.ts +1 -0
- package/dist/package/components/accordion.vue.d.ts +2 -2
- package/dist/package/components/activity-feed.vue.d.ts +77 -0
- package/dist/package/components/advanced-filter-panel-types.d.ts +30 -0
- package/dist/package/components/advanced-filter-panel.vue.d.ts +45 -0
- package/dist/package/components/audit-log-viewer.vue.d.ts +70 -0
- package/dist/package/components/autocomplete.vue.d.ts +37 -7
- package/dist/package/components/badge.vue.d.ts +1 -1
- package/dist/package/components/block-ui.vue.d.ts +45 -0
- package/dist/package/components/bottom-sheet.vue.d.ts +57 -0
- package/dist/package/components/breadcrumbs.vue.d.ts +1 -1
- package/dist/package/components/bulk-action-bar-types.d.ts +11 -0
- package/dist/package/components/bulk-action-bar.vue.d.ts +36 -0
- package/dist/package/components/button-group.vue.d.ts +1 -1
- package/dist/package/components/button.vue.d.ts +1 -1
- package/dist/package/components/calendar.vue.d.ts +2 -2
- package/dist/package/components/carousel.vue.d.ts +2 -2
- package/dist/package/components/cascade-select-types.d.ts +8 -0
- package/dist/package/components/cascade-select.vue.d.ts +96 -0
- package/dist/package/components/chart.vue.d.ts +9 -1
- package/dist/package/components/checkbox.vue.d.ts +3 -3
- package/dist/package/components/chip.vue.d.ts +2 -2
- package/dist/package/components/code-editor-adapter.d.ts +56 -0
- package/dist/package/components/code-editor.vue.d.ts +85 -0
- package/dist/package/components/color-picker.vue.d.ts +2 -2
- package/dist/package/components/combobox.vue.d.ts +2 -2
- package/dist/package/components/command-palette.vue.d.ts +2 -2
- package/dist/package/components/comment-thread.vue.d.ts +72 -0
- package/dist/package/components/confirm-dialog.vue.d.ts +8 -8
- package/dist/package/components/confirm-popup.vue.d.ts +383 -0
- package/dist/package/components/context-menu.vue.d.ts +2 -2
- package/dist/package/components/data-table-toolbar-types.d.ts +6 -0
- package/dist/package/components/data-table-toolbar.vue.d.ts +62 -0
- package/dist/package/components/data-table.vue.d.ts +53 -8
- package/dist/package/components/data-view.vue.d.ts +3 -3
- package/dist/package/components/date-range-picker.vue.d.ts +4 -4
- package/dist/package/components/datepicker.vue.d.ts +3 -3
- package/dist/package/components/datetimepicker.vue.d.ts +3 -3
- package/dist/package/components/diff-viewer.vue.d.ts +45 -0
- package/dist/package/components/divider.vue.d.ts +1 -1
- package/dist/package/components/dock.vue.d.ts +256 -0
- package/dist/package/components/drawer.vue.d.ts +2 -2
- package/dist/package/components/dropdown.vue.d.ts +2 -2
- package/dist/package/components/dynamic-dialog.vue.d.ts +35 -0
- package/dist/package/components/empty-state.vue.d.ts +1 -1
- package/dist/package/components/fieldset.vue.d.ts +45 -0
- package/dist/package/components/file-manager.vue.d.ts +89 -0
- package/dist/package/components/file-upload.vue.d.ts +42 -2
- package/dist/package/components/filter-chips.vue.d.ts +2 -2
- package/dist/package/components/form-field.vue.d.ts +1 -1
- package/dist/package/components/form.vue.d.ts +1 -1
- package/dist/package/components/galleria.vue.d.ts +60 -0
- package/dist/package/components/icon.vue.d.ts +22 -0
- package/dist/package/components/image.vue.d.ts +49 -2
- package/dist/package/components/infinite-scroll.vue.d.ts +72 -0
- package/dist/package/components/inline-edit.vue.d.ts +3 -3
- package/dist/package/components/inline-message.vue.d.ts +40 -0
- package/dist/package/components/inline.vue.d.ts +1 -1
- package/dist/package/components/inplace.vue.d.ts +64 -0
- package/dist/package/components/input-group.vue.d.ts +1 -1
- package/dist/package/components/input.vue.d.ts +3 -3
- package/dist/package/components/json-viewer.vue.d.ts +57 -0
- package/dist/package/components/kanban-board.vue.d.ts +1 -1
- package/dist/package/components/knob.vue.d.ts +39 -0
- package/dist/package/components/kpi-stat-card.vue.d.ts +46 -0
- package/dist/package/components/link.vue.d.ts +1 -1
- package/dist/package/components/listbox.vue.d.ts +2 -2
- package/dist/package/components/masked-input.vue.d.ts +3 -3
- package/dist/package/components/mega-menu.vue.d.ts +17 -3
- package/dist/package/components/member-picker.vue.d.ts +89 -0
- package/dist/package/components/mention-input.vue.d.ts +3 -3
- package/dist/package/components/menu-bar.vue.d.ts +1 -1
- package/dist/package/components/message.vue.d.ts +42 -0
- package/dist/package/components/meter-group.vue.d.ts +46 -0
- package/dist/package/components/modal.vue.d.ts +1 -1
- package/dist/package/components/multi-select.vue.d.ts +2 -2
- package/dist/package/components/notification-center.vue.d.ts +2 -2
- package/dist/package/components/number-input.vue.d.ts +4 -4
- package/dist/package/components/order-list.vue.d.ts +43 -0
- package/dist/package/components/org-chart-node.vue.d.ts +40 -0
- package/dist/package/components/org-chart.vue.d.ts +72 -0
- package/dist/package/components/otp-input.vue.d.ts +3 -3
- package/dist/package/components/overlay-badge-utils.d.ts +23 -0
- package/dist/package/components/overlay-badge.vue.d.ts +39 -0
- package/dist/package/components/overlay-panel.vue.d.ts +6 -6
- package/dist/package/components/page-header.vue.d.ts +2 -2
- package/dist/package/components/pagination.vue.d.ts +3 -3
- package/dist/package/components/panel-menu.vue.d.ts +10 -1
- package/dist/package/components/panel.vue.d.ts +53 -0
- package/dist/package/components/password-input.vue.d.ts +3 -3
- package/dist/package/components/permission-matrix.vue.d.ts +48 -0
- package/dist/package/components/pick-list.vue.d.ts +57 -0
- package/dist/package/components/popover.vue.d.ts +1 -1
- package/dist/package/components/progress.vue.d.ts +1 -1
- package/dist/package/components/query-builder-group.vue.d.ts +37 -0
- package/dist/package/components/query-builder-types.d.ts +28 -0
- package/dist/package/components/query-builder.vue.d.ts +40 -0
- package/dist/package/components/radio-group.vue.d.ts +1 -1
- package/dist/package/components/rating.vue.d.ts +1 -1
- package/dist/package/components/rich-text-editor.vue.d.ts +10 -3
- package/dist/package/components/saved-views-manager-types.d.ts +8 -0
- package/dist/package/components/saved-views-manager.vue.d.ts +58 -0
- package/dist/package/components/scheduler.vue.d.ts +59 -0
- package/dist/package/components/scroll-panel.vue.d.ts +42 -0
- package/dist/package/components/scroll-top.vue.d.ts +52 -0
- package/dist/package/components/search-input.vue.d.ts +3 -3
- package/dist/package/components/segmented-control.vue.d.ts +2 -2
- package/dist/package/components/select.vue.d.ts +20 -2
- package/dist/package/components/sidebar.vue.d.ts +76 -0
- package/dist/package/components/slider.vue.d.ts +3 -3
- package/dist/package/components/speed-dial.vue.d.ts +3 -3
- package/dist/package/components/spinner.vue.d.ts +1 -1
- package/dist/package/components/split-button.vue.d.ts +14 -14
- package/dist/package/components/splitter.vue.d.ts +4 -0
- package/dist/package/components/stack.vue.d.ts +1 -1
- package/dist/package/components/stepper.vue.d.ts +1 -1
- package/dist/package/components/switch.vue.d.ts +2 -2
- package/dist/package/components/tab-menu.vue.d.ts +33 -0
- package/dist/package/components/tabs.vue.d.ts +1 -1
- package/dist/package/components/tag-input.vue.d.ts +2 -2
- package/dist/package/components/terminal.vue.d.ts +88 -0
- package/dist/package/components/textarea.vue.d.ts +3 -3
- package/dist/package/components/tiered-menu.vue.d.ts +34 -0
- package/dist/package/components/timeline.vue.d.ts +1 -1
- package/dist/package/components/timepicker.vue.d.ts +3 -3
- package/dist/package/components/toast.vue.d.ts +1 -1
- package/dist/package/components/toolbar.vue.d.ts +40 -0
- package/dist/package/components/tooltip.vue.d.ts +1 -1
- package/dist/package/components/tour.vue.d.ts +3 -3
- package/dist/package/components/tree-select.vue.d.ts +3 -3
- package/dist/package/components/tree-table.vue.d.ts +35 -7
- package/dist/package/components/tree.vue.d.ts +5 -4
- package/dist/package/components/virtual-scroller.vue.d.ts +2 -2
- package/dist/package/components/wizard.vue.d.ts +1 -1
- package/dist/package/config/theme-core.d.ts +974 -4
- package/dist/package/directives/overlay-badge.d.ts +3 -0
- package/dist/package/services/__tests__/dynamic-dialog-service.test.d.ts +1 -0
- package/dist/package/services/dynamic-dialog-service.d.ts +41 -0
- package/dist/package/themes/default/components/activity-feed.d.ts +35 -0
- package/dist/package/themes/default/components/advanced-filter-panel.d.ts +19 -0
- package/dist/package/themes/default/components/audit-log-viewer.d.ts +20 -0
- package/dist/package/themes/default/components/autocomplete.d.ts +10 -0
- package/dist/package/themes/default/components/block-ui.d.ts +11 -0
- package/dist/package/themes/default/components/bottom-sheet.d.ts +32 -0
- package/dist/package/themes/default/components/bulk-action-bar.d.ts +19 -0
- package/dist/package/themes/default/components/code-editor.d.ts +27 -0
- package/dist/package/themes/default/components/comment-thread.d.ts +24 -0
- package/dist/package/themes/default/components/confirm-popup.d.ts +11 -0
- package/dist/package/themes/default/components/data-table-toolbar.d.ts +21 -0
- package/dist/package/themes/default/components/diff-viewer.d.ts +34 -0
- package/dist/package/themes/default/components/dock.d.ts +18 -0
- package/dist/package/themes/default/components/fieldset.d.ts +22 -0
- package/dist/package/themes/default/components/file-manager.d.ts +55 -0
- package/dist/package/themes/default/components/galleria.d.ts +29 -0
- package/dist/package/themes/default/components/icon.d.ts +6 -0
- package/dist/package/themes/default/components/image.d.ts +10 -0
- package/dist/package/themes/default/components/infinite-scroll.d.ts +23 -0
- package/dist/package/themes/default/components/inline-message.d.ts +47 -0
- package/dist/package/themes/default/components/inplace.d.ts +18 -0
- package/dist/package/themes/default/components/json-viewer.d.ts +33 -0
- package/dist/package/themes/default/components/knob.d.ts +12 -0
- package/dist/package/themes/default/components/kpi-stat-card.d.ts +24 -0
- package/dist/package/themes/default/components/member-picker.d.ts +34 -0
- package/dist/package/themes/default/components/meter-group.d.ts +22 -0
- package/dist/package/themes/default/components/orderlist.d.ts +21 -0
- package/dist/package/themes/default/components/orgchart.d.ts +37 -0
- package/dist/package/themes/default/components/overlay-badge.d.ts +33 -0
- package/dist/package/themes/default/components/panel.d.ts +32 -0
- package/dist/package/themes/default/components/permission-matrix.d.ts +29 -0
- package/dist/package/themes/default/components/picklist.d.ts +21 -0
- package/dist/package/themes/default/components/query-builder.d.ts +26 -0
- package/dist/package/themes/default/components/saved-views-manager.d.ts +21 -0
- package/dist/package/themes/default/components/scheduler.d.ts +48 -0
- package/dist/package/themes/default/components/scrollpanel.d.ts +12 -0
- package/dist/package/themes/default/components/scrolltop.d.ts +15 -0
- package/dist/package/themes/default/components/tab-menu.d.ts +14 -0
- package/dist/package/themes/default/components/terminal.d.ts +29 -0
- package/dist/package/themes/default/components/toolbar.d.ts +11 -0
- package/dist/package/themes/default/index.d.ts +1110 -28
- package/package.json +7 -1
|
@@ -32,6 +32,143 @@ export type CardTokens = {
|
|
|
32
32
|
borderColor?: string;
|
|
33
33
|
borderRadius?: string;
|
|
34
34
|
};
|
|
35
|
+
export type PanelTokens = {
|
|
36
|
+
borderColor?: string;
|
|
37
|
+
borderRadius?: string;
|
|
38
|
+
backgroundColor?: string;
|
|
39
|
+
textColor?: string;
|
|
40
|
+
headerPadding?: string;
|
|
41
|
+
bodyPadding?: string;
|
|
42
|
+
footerPadding?: string;
|
|
43
|
+
footerBorderColor?: string;
|
|
44
|
+
headerGap?: string;
|
|
45
|
+
titleFontSize?: string;
|
|
46
|
+
titleFontWeight?: string;
|
|
47
|
+
subtitleFontSize?: string;
|
|
48
|
+
subtitleColor?: string;
|
|
49
|
+
actionsGap?: string;
|
|
50
|
+
toggleSize?: string;
|
|
51
|
+
toggleRadius?: string;
|
|
52
|
+
toggleBorderColor?: string;
|
|
53
|
+
toggleBackgroundColor?: string;
|
|
54
|
+
toggleTextColor?: string;
|
|
55
|
+
toggleHoverBackgroundColor?: string;
|
|
56
|
+
disabledOpacity?: string;
|
|
57
|
+
small?: {
|
|
58
|
+
padding?: string;
|
|
59
|
+
titleFontSize?: string;
|
|
60
|
+
};
|
|
61
|
+
large?: {
|
|
62
|
+
padding?: string;
|
|
63
|
+
titleFontSize?: string;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
export type FieldsetTokens = {
|
|
67
|
+
borderColor?: string;
|
|
68
|
+
borderRadius?: string;
|
|
69
|
+
backgroundColor?: string;
|
|
70
|
+
textColor?: string;
|
|
71
|
+
padding?: string;
|
|
72
|
+
legendPadding?: string;
|
|
73
|
+
legendFontSize?: string;
|
|
74
|
+
legendFontWeight?: string;
|
|
75
|
+
legendColor?: string;
|
|
76
|
+
contentPadding?: string;
|
|
77
|
+
headerGap?: string;
|
|
78
|
+
actionsGap?: string;
|
|
79
|
+
toggleSize?: string;
|
|
80
|
+
toggleRadius?: string;
|
|
81
|
+
toggleBorderColor?: string;
|
|
82
|
+
toggleBackgroundColor?: string;
|
|
83
|
+
toggleTextColor?: string;
|
|
84
|
+
toggleHoverBackgroundColor?: string;
|
|
85
|
+
disabledOpacity?: string;
|
|
86
|
+
};
|
|
87
|
+
export type ToolbarTokens = {
|
|
88
|
+
padding?: string;
|
|
89
|
+
densePadding?: string;
|
|
90
|
+
borderColor?: string;
|
|
91
|
+
borderRadius?: string;
|
|
92
|
+
backgroundColor?: string;
|
|
93
|
+
textColor?: string;
|
|
94
|
+
sectionGap?: string;
|
|
95
|
+
controlGap?: string;
|
|
96
|
+
};
|
|
97
|
+
export type BlockUiTokens = {
|
|
98
|
+
zIndex?: string;
|
|
99
|
+
gap?: string;
|
|
100
|
+
textColor?: string;
|
|
101
|
+
labelFontSize?: string;
|
|
102
|
+
labelFontWeight?: string;
|
|
103
|
+
overlayBackgroundColor?: string;
|
|
104
|
+
overlayDimBackgroundColor?: string;
|
|
105
|
+
blurSize?: string;
|
|
106
|
+
};
|
|
107
|
+
export type ScrollPanelTokens = {
|
|
108
|
+
borderColor?: string;
|
|
109
|
+
borderRadius?: string;
|
|
110
|
+
backgroundColor?: string;
|
|
111
|
+
textColor?: string;
|
|
112
|
+
contentPadding?: string;
|
|
113
|
+
focusRingColor?: string;
|
|
114
|
+
scrollbarSize?: string;
|
|
115
|
+
scrollbarTrackColor?: string;
|
|
116
|
+
scrollbarThumbColor?: string;
|
|
117
|
+
};
|
|
118
|
+
export type ScrollTopTokens = {
|
|
119
|
+
size?: string;
|
|
120
|
+
padding?: string;
|
|
121
|
+
gap?: string;
|
|
122
|
+
borderRadius?: string;
|
|
123
|
+
borderColor?: string;
|
|
124
|
+
backgroundColor?: string;
|
|
125
|
+
textColor?: string;
|
|
126
|
+
hoverBackgroundColor?: string;
|
|
127
|
+
focusRingColor?: string;
|
|
128
|
+
iconSize?: string;
|
|
129
|
+
labelFontSize?: string;
|
|
130
|
+
disabledOpacity?: string;
|
|
131
|
+
};
|
|
132
|
+
export type PickListTokens = {
|
|
133
|
+
gap?: string;
|
|
134
|
+
borderColor?: string;
|
|
135
|
+
borderRadius?: string;
|
|
136
|
+
backgroundColor?: string;
|
|
137
|
+
headerColor?: string;
|
|
138
|
+
listPadding?: string;
|
|
139
|
+
listMinHeight?: string;
|
|
140
|
+
itemPadding?: string;
|
|
141
|
+
itemRadius?: string;
|
|
142
|
+
itemHoverBackgroundColor?: string;
|
|
143
|
+
itemSelectedBackgroundColor?: string;
|
|
144
|
+
itemSelectedColor?: string;
|
|
145
|
+
focusRingColor?: string;
|
|
146
|
+
buttonBorderColor?: string;
|
|
147
|
+
buttonRadius?: string;
|
|
148
|
+
buttonBackgroundColor?: string;
|
|
149
|
+
buttonColor?: string;
|
|
150
|
+
disabledOpacity?: string;
|
|
151
|
+
};
|
|
152
|
+
export type OrderListTokens = {
|
|
153
|
+
gap?: string;
|
|
154
|
+
borderColor?: string;
|
|
155
|
+
borderRadius?: string;
|
|
156
|
+
backgroundColor?: string;
|
|
157
|
+
headerColor?: string;
|
|
158
|
+
listPadding?: string;
|
|
159
|
+
listMinHeight?: string;
|
|
160
|
+
itemPadding?: string;
|
|
161
|
+
itemRadius?: string;
|
|
162
|
+
itemHoverBackgroundColor?: string;
|
|
163
|
+
itemSelectedBackgroundColor?: string;
|
|
164
|
+
itemSelectedColor?: string;
|
|
165
|
+
focusRingColor?: string;
|
|
166
|
+
buttonBorderColor?: string;
|
|
167
|
+
buttonRadius?: string;
|
|
168
|
+
buttonBackgroundColor?: string;
|
|
169
|
+
buttonColor?: string;
|
|
170
|
+
disabledOpacity?: string;
|
|
171
|
+
};
|
|
35
172
|
export type ChartTokens = {
|
|
36
173
|
borderColor?: string;
|
|
37
174
|
borderRadius?: string;
|
|
@@ -189,6 +326,23 @@ export type InlineEditTokens = {
|
|
|
189
326
|
buttonPadding?: string;
|
|
190
327
|
};
|
|
191
328
|
};
|
|
329
|
+
export type InplaceTokens = {
|
|
330
|
+
borderColor?: string;
|
|
331
|
+
borderRadius?: string;
|
|
332
|
+
backgroundColor?: string;
|
|
333
|
+
textColor?: string;
|
|
334
|
+
padding?: string;
|
|
335
|
+
contentPadding?: string;
|
|
336
|
+
actionsGap?: string;
|
|
337
|
+
buttonPadding?: string;
|
|
338
|
+
buttonRadius?: string;
|
|
339
|
+
buttonBorderColor?: string;
|
|
340
|
+
buttonBackgroundColor?: string;
|
|
341
|
+
buttonTextColor?: string;
|
|
342
|
+
buttonHoverBackgroundColor?: string;
|
|
343
|
+
focusRingShadow?: string;
|
|
344
|
+
disabledOpacity?: string;
|
|
345
|
+
};
|
|
192
346
|
export type ImageTokens = {
|
|
193
347
|
borderColor?: string;
|
|
194
348
|
borderRadius?: string;
|
|
@@ -206,9 +360,108 @@ export type ImageTokens = {
|
|
|
206
360
|
closeBorderColor?: string;
|
|
207
361
|
closeBackgroundColor?: string;
|
|
208
362
|
closeTextColor?: string;
|
|
363
|
+
toolbarOffset?: string;
|
|
364
|
+
toolbarGap?: string;
|
|
365
|
+
navOffset?: string;
|
|
366
|
+
controlSize?: string;
|
|
367
|
+
controlFontSize?: string;
|
|
368
|
+
controlBorderColor?: string;
|
|
369
|
+
controlBackgroundColor?: string;
|
|
370
|
+
controlTextColor?: string;
|
|
371
|
+
counterTextColor?: string;
|
|
372
|
+
counterFontSize?: string;
|
|
209
373
|
focusRingShadow?: string;
|
|
210
374
|
disabledOpacity?: string;
|
|
211
375
|
};
|
|
376
|
+
export type IconTokens = {
|
|
377
|
+
size?: string;
|
|
378
|
+
color?: string;
|
|
379
|
+
spinDuration?: string;
|
|
380
|
+
};
|
|
381
|
+
export type DockTokens = {
|
|
382
|
+
borderColor?: string;
|
|
383
|
+
borderRadius?: string;
|
|
384
|
+
backgroundColor?: string;
|
|
385
|
+
shadow?: string;
|
|
386
|
+
padding?: string;
|
|
387
|
+
gap?: string;
|
|
388
|
+
itemSize?: string;
|
|
389
|
+
itemBorderRadius?: string;
|
|
390
|
+
itemColor?: string;
|
|
391
|
+
itemHoverBackgroundColor?: string;
|
|
392
|
+
itemActiveBackgroundColor?: string;
|
|
393
|
+
itemActiveColor?: string;
|
|
394
|
+
iconSize?: string;
|
|
395
|
+
labelFontSize?: string;
|
|
396
|
+
disabledOpacity?: string;
|
|
397
|
+
};
|
|
398
|
+
export type GalleriaTokens = {
|
|
399
|
+
borderColor?: string;
|
|
400
|
+
borderRadius?: string;
|
|
401
|
+
backgroundColor?: string;
|
|
402
|
+
textColor?: string;
|
|
403
|
+
padding?: string;
|
|
404
|
+
stageGap?: string;
|
|
405
|
+
maxHeight?: string;
|
|
406
|
+
imageRadius?: string;
|
|
407
|
+
imageBackgroundColor?: string;
|
|
408
|
+
captionGap?: string;
|
|
409
|
+
captionFontSize?: string;
|
|
410
|
+
captionColor?: string;
|
|
411
|
+
navSize?: string;
|
|
412
|
+
navBorderColor?: string;
|
|
413
|
+
navBackgroundColor?: string;
|
|
414
|
+
navTextColor?: string;
|
|
415
|
+
indicatorsGap?: string;
|
|
416
|
+
indicatorColor?: string;
|
|
417
|
+
indicatorActiveColor?: string;
|
|
418
|
+
thumbnailsGap?: string;
|
|
419
|
+
thumbnailsItemGap?: string;
|
|
420
|
+
thumbnailSize?: string;
|
|
421
|
+
thumbnailRadius?: string;
|
|
422
|
+
thumbnailBorderColor?: string;
|
|
423
|
+
thumbnailActiveBorderColor?: string;
|
|
424
|
+
disabledOpacity?: string;
|
|
425
|
+
};
|
|
426
|
+
export type KnobTokens = {
|
|
427
|
+
trackColor?: string;
|
|
428
|
+
fillColor?: string;
|
|
429
|
+
thumbColor?: string;
|
|
430
|
+
thumbBorderColor?: string;
|
|
431
|
+
valueFontSize?: string;
|
|
432
|
+
valueColor?: string;
|
|
433
|
+
textColor?: string;
|
|
434
|
+
focusRingShadow?: string;
|
|
435
|
+
disabledOpacity?: string;
|
|
436
|
+
};
|
|
437
|
+
export type TerminalTokens = {
|
|
438
|
+
borderColor?: string;
|
|
439
|
+
borderRadius?: string;
|
|
440
|
+
backgroundColor?: string;
|
|
441
|
+
textColor?: string;
|
|
442
|
+
fontFamily?: string;
|
|
443
|
+
fontSize?: string;
|
|
444
|
+
toolbarPadding?: string;
|
|
445
|
+
actionsGap?: string;
|
|
446
|
+
actionBorderColor?: string;
|
|
447
|
+
actionRadius?: string;
|
|
448
|
+
actionBackgroundColor?: string;
|
|
449
|
+
actionTextColor?: string;
|
|
450
|
+
actionPadding?: string;
|
|
451
|
+
dividerColor?: string;
|
|
452
|
+
bodyPadding?: string;
|
|
453
|
+
entryGap?: string;
|
|
454
|
+
timeFontSize?: string;
|
|
455
|
+
timeColor?: string;
|
|
456
|
+
promptColor?: string;
|
|
457
|
+
entryNeutralColor?: string;
|
|
458
|
+
entryInfoColor?: string;
|
|
459
|
+
entrySuccessColor?: string;
|
|
460
|
+
entryWarnColor?: string;
|
|
461
|
+
entryErrorColor?: string;
|
|
462
|
+
emptyColor?: string;
|
|
463
|
+
disabledOpacity?: string;
|
|
464
|
+
};
|
|
212
465
|
export type SearchInputTokens = {
|
|
213
466
|
gap?: string;
|
|
214
467
|
fontSize?: string;
|
|
@@ -569,6 +822,251 @@ export type FileUploadTokens = {
|
|
|
569
822
|
buttonPadding?: string;
|
|
570
823
|
};
|
|
571
824
|
};
|
|
825
|
+
export type FileManagerTokens = {
|
|
826
|
+
gap?: string;
|
|
827
|
+
toolbarGap?: string;
|
|
828
|
+
toolbarControlsGap?: string;
|
|
829
|
+
viewGap?: string;
|
|
830
|
+
controlBorderColor?: string;
|
|
831
|
+
controlBorderRadius?: string;
|
|
832
|
+
controlBackgroundColor?: string;
|
|
833
|
+
controlTextColor?: string;
|
|
834
|
+
controlFontSize?: string;
|
|
835
|
+
controlPadding?: string;
|
|
836
|
+
controlActiveBackgroundColor?: string;
|
|
837
|
+
controlActiveBorderColor?: string;
|
|
838
|
+
controlActiveTextColor?: string;
|
|
839
|
+
listGap?: string;
|
|
840
|
+
gridGap?: string;
|
|
841
|
+
gridMinWidth?: string;
|
|
842
|
+
itemGap?: string;
|
|
843
|
+
itemPadding?: string;
|
|
844
|
+
itemBorderColor?: string;
|
|
845
|
+
itemBorderRadius?: string;
|
|
846
|
+
itemBackgroundColor?: string;
|
|
847
|
+
itemTextColor?: string;
|
|
848
|
+
itemSelectedBorderColor?: string;
|
|
849
|
+
itemSelectedBackgroundColor?: string;
|
|
850
|
+
thumbSize?: string;
|
|
851
|
+
thumbRadius?: string;
|
|
852
|
+
thumbBorderColor?: string;
|
|
853
|
+
thumbBackgroundColor?: string;
|
|
854
|
+
thumbFontSize?: string;
|
|
855
|
+
thumbTextColor?: string;
|
|
856
|
+
nameFontSize?: string;
|
|
857
|
+
nameFontWeight?: string;
|
|
858
|
+
detailsGap?: string;
|
|
859
|
+
detailsFontSize?: string;
|
|
860
|
+
detailsColor?: string;
|
|
861
|
+
statePadding?: string;
|
|
862
|
+
stateBorderColor?: string;
|
|
863
|
+
stateBorderRadius?: string;
|
|
864
|
+
stateColor?: string;
|
|
865
|
+
previewZIndex?: string;
|
|
866
|
+
previewPadding?: string;
|
|
867
|
+
previewOverlayBackgroundColor?: string;
|
|
868
|
+
previewMaxWidth?: string;
|
|
869
|
+
previewMaxHeight?: string;
|
|
870
|
+
previewGap?: string;
|
|
871
|
+
previewBorderColor?: string;
|
|
872
|
+
previewBorderRadius?: string;
|
|
873
|
+
previewBackgroundColor?: string;
|
|
874
|
+
previewTextColor?: string;
|
|
875
|
+
previewDialogPadding?: string;
|
|
876
|
+
previewImageRadius?: string;
|
|
877
|
+
disabledOpacity?: string;
|
|
878
|
+
};
|
|
879
|
+
export type JsonViewerTokens = {
|
|
880
|
+
gap?: string;
|
|
881
|
+
borderColor?: string;
|
|
882
|
+
borderRadius?: string;
|
|
883
|
+
backgroundColor?: string;
|
|
884
|
+
textColor?: string;
|
|
885
|
+
padding?: string;
|
|
886
|
+
fontFamily?: string;
|
|
887
|
+
fontSize?: string;
|
|
888
|
+
lineHeight?: string;
|
|
889
|
+
indentSize?: string;
|
|
890
|
+
toolbarGap?: string;
|
|
891
|
+
toolbarGroupGap?: string;
|
|
892
|
+
controlBorderColor?: string;
|
|
893
|
+
controlBorderRadius?: string;
|
|
894
|
+
controlBackgroundColor?: string;
|
|
895
|
+
controlTextColor?: string;
|
|
896
|
+
controlFontSize?: string;
|
|
897
|
+
controlPadding?: string;
|
|
898
|
+
toggleSize?: string;
|
|
899
|
+
rowGap?: string;
|
|
900
|
+
rowMinHeight?: string;
|
|
901
|
+
cellGap?: string;
|
|
902
|
+
keyColor?: string;
|
|
903
|
+
punctuationColor?: string;
|
|
904
|
+
metaColor?: string;
|
|
905
|
+
stringColor?: string;
|
|
906
|
+
numberColor?: string;
|
|
907
|
+
booleanColor?: string;
|
|
908
|
+
nullColor?: string;
|
|
909
|
+
emptyColor?: string;
|
|
910
|
+
};
|
|
911
|
+
export type DiffViewerTokens = {
|
|
912
|
+
gap?: string;
|
|
913
|
+
borderColor?: string;
|
|
914
|
+
borderRadius?: string;
|
|
915
|
+
backgroundColor?: string;
|
|
916
|
+
textColor?: string;
|
|
917
|
+
padding?: string;
|
|
918
|
+
fontFamily?: string;
|
|
919
|
+
fontSize?: string;
|
|
920
|
+
lineHeight?: string;
|
|
921
|
+
toolbarGap?: string;
|
|
922
|
+
toolbarGroupGap?: string;
|
|
923
|
+
controlBorderColor?: string;
|
|
924
|
+
controlBorderRadius?: string;
|
|
925
|
+
controlBackgroundColor?: string;
|
|
926
|
+
controlTextColor?: string;
|
|
927
|
+
controlFontSize?: string;
|
|
928
|
+
controlPadding?: string;
|
|
929
|
+
controlActiveBackgroundColor?: string;
|
|
930
|
+
controlActiveBorderColor?: string;
|
|
931
|
+
controlActiveTextColor?: string;
|
|
932
|
+
dividerColor?: string;
|
|
933
|
+
cellPadding?: string;
|
|
934
|
+
rowGap?: string;
|
|
935
|
+
cellGap?: string;
|
|
936
|
+
rowBorderRadius?: string;
|
|
937
|
+
lineColor?: string;
|
|
938
|
+
markerColor?: string;
|
|
939
|
+
addedBackgroundColor?: string;
|
|
940
|
+
removedBackgroundColor?: string;
|
|
941
|
+
changedBackgroundColor?: string;
|
|
942
|
+
emptyColor?: string;
|
|
943
|
+
};
|
|
944
|
+
export type CodeEditorTokens = {
|
|
945
|
+
gap?: string;
|
|
946
|
+
borderColor?: string;
|
|
947
|
+
borderRadius?: string;
|
|
948
|
+
backgroundColor?: string;
|
|
949
|
+
textColor?: string;
|
|
950
|
+
padding?: string;
|
|
951
|
+
headerGap?: string;
|
|
952
|
+
metaFontSize?: string;
|
|
953
|
+
metaColor?: string;
|
|
954
|
+
surfaceBorderColor?: string;
|
|
955
|
+
surfaceBorderRadius?: string;
|
|
956
|
+
surfaceBackgroundColor?: string;
|
|
957
|
+
minHeight?: string;
|
|
958
|
+
stateMinHeight?: string;
|
|
959
|
+
stateColor?: string;
|
|
960
|
+
stateFontSize?: string;
|
|
961
|
+
darkBorderColor?: string;
|
|
962
|
+
darkBackgroundColor?: string;
|
|
963
|
+
darkTextColor?: string;
|
|
964
|
+
darkSurfaceBorderColor?: string;
|
|
965
|
+
darkSurfaceBackgroundColor?: string;
|
|
966
|
+
darkMetaColor?: string;
|
|
967
|
+
darkStateColor?: string;
|
|
968
|
+
disabledOpacity?: string;
|
|
969
|
+
};
|
|
970
|
+
export type SchedulerTokens = {
|
|
971
|
+
gap?: string;
|
|
972
|
+
borderColor?: string;
|
|
973
|
+
borderRadius?: string;
|
|
974
|
+
backgroundColor?: string;
|
|
975
|
+
textColor?: string;
|
|
976
|
+
padding?: string;
|
|
977
|
+
titleFontSize?: string;
|
|
978
|
+
titleFontWeight?: string;
|
|
979
|
+
subtitleFontSize?: string;
|
|
980
|
+
subtitleColor?: string;
|
|
981
|
+
resourceWidth?: string;
|
|
982
|
+
minTimelineWidth?: string;
|
|
983
|
+
minGridWidth?: string;
|
|
984
|
+
gridGap?: string;
|
|
985
|
+
headBackgroundColor?: string;
|
|
986
|
+
headBorderRadius?: string;
|
|
987
|
+
headPadding?: string;
|
|
988
|
+
headFontSize?: string;
|
|
989
|
+
headFontWeight?: string;
|
|
990
|
+
dividerColor?: string;
|
|
991
|
+
slotMinWidth?: string;
|
|
992
|
+
slotLabelFontSize?: string;
|
|
993
|
+
slotLabelColor?: string;
|
|
994
|
+
rowBorderRadius?: string;
|
|
995
|
+
resourcePadding?: string;
|
|
996
|
+
resourceBackgroundColor?: string;
|
|
997
|
+
resourceFontSize?: string;
|
|
998
|
+
resourceFontWeight?: string;
|
|
999
|
+
resourceMetaFontSize?: string;
|
|
1000
|
+
resourceMetaColor?: string;
|
|
1001
|
+
trackBackgroundColor?: string;
|
|
1002
|
+
trackPadding?: string;
|
|
1003
|
+
trackGap?: string;
|
|
1004
|
+
slotHeight?: string;
|
|
1005
|
+
slotHoverBackgroundColor?: string;
|
|
1006
|
+
eventHeight?: string;
|
|
1007
|
+
eventBackgroundColor?: string;
|
|
1008
|
+
eventTextColor?: string;
|
|
1009
|
+
eventBorderColor?: string;
|
|
1010
|
+
eventBorderRadius?: string;
|
|
1011
|
+
eventPadding?: string;
|
|
1012
|
+
eventFontSize?: string;
|
|
1013
|
+
eventTitleFontWeight?: string;
|
|
1014
|
+
eventTimeFontSize?: string;
|
|
1015
|
+
eventSelectedOutlineColor?: string;
|
|
1016
|
+
};
|
|
1017
|
+
export type BottomSheetTokens = {
|
|
1018
|
+
zIndex?: string;
|
|
1019
|
+
maxWidth?: string;
|
|
1020
|
+
maxHeight?: string;
|
|
1021
|
+
minHeightSm?: string;
|
|
1022
|
+
minHeight?: string;
|
|
1023
|
+
minHeightLg?: string;
|
|
1024
|
+
borderRadius?: string;
|
|
1025
|
+
backgroundColor?: string;
|
|
1026
|
+
textColor?: string;
|
|
1027
|
+
overlayBackgroundColor?: string;
|
|
1028
|
+
shadow?: string;
|
|
1029
|
+
safeAreaBottom?: string;
|
|
1030
|
+
handleWidth?: string;
|
|
1031
|
+
handleHeight?: string;
|
|
1032
|
+
handleColor?: string;
|
|
1033
|
+
handleMargin?: string;
|
|
1034
|
+
headerGap?: string;
|
|
1035
|
+
headerPadding?: string;
|
|
1036
|
+
titleFontSize?: string;
|
|
1037
|
+
titleLineHeight?: string;
|
|
1038
|
+
titleFontWeight?: string;
|
|
1039
|
+
closeSize?: string;
|
|
1040
|
+
closeRadius?: string;
|
|
1041
|
+
closeColor?: string;
|
|
1042
|
+
closeFontSize?: string;
|
|
1043
|
+
closeHoverBackgroundColor?: string;
|
|
1044
|
+
bodyPadding?: string;
|
|
1045
|
+
footerPadding?: string;
|
|
1046
|
+
footerGap?: string;
|
|
1047
|
+
};
|
|
1048
|
+
export type InfiniteScrollTokens = {
|
|
1049
|
+
gap?: string;
|
|
1050
|
+
sentinelMinHeight?: string;
|
|
1051
|
+
sentinelPadding?: string;
|
|
1052
|
+
textColor?: string;
|
|
1053
|
+
fontSize?: string;
|
|
1054
|
+
loadingColor?: string;
|
|
1055
|
+
errorColor?: string;
|
|
1056
|
+
endColor?: string;
|
|
1057
|
+
disabledOpacity?: string;
|
|
1058
|
+
hintWidth?: string;
|
|
1059
|
+
hintHeight?: string;
|
|
1060
|
+
hintColor?: string;
|
|
1061
|
+
retryBorderColor?: string;
|
|
1062
|
+
retryRadius?: string;
|
|
1063
|
+
retryBackgroundColor?: string;
|
|
1064
|
+
retryTextColor?: string;
|
|
1065
|
+
retryPadding?: string;
|
|
1066
|
+
retryFontSize?: string;
|
|
1067
|
+
retryHoverBackgroundColor?: string;
|
|
1068
|
+
focusRingColor?: string;
|
|
1069
|
+
};
|
|
572
1070
|
export type LinkTokens = {
|
|
573
1071
|
hoverColor?: string;
|
|
574
1072
|
activeColor?: string;
|
|
@@ -720,6 +1218,16 @@ export type ConfirmDialogTokens = {
|
|
|
720
1218
|
messageLineHeight?: string;
|
|
721
1219
|
actionsGap?: string;
|
|
722
1220
|
};
|
|
1221
|
+
export type ConfirmPopupTokens = {
|
|
1222
|
+
bodyGap?: string;
|
|
1223
|
+
titleFontSize?: string;
|
|
1224
|
+
titleFontWeight?: string;
|
|
1225
|
+
titleColor?: string;
|
|
1226
|
+
messageColor?: string;
|
|
1227
|
+
messageFontSize?: string;
|
|
1228
|
+
messageLineHeight?: string;
|
|
1229
|
+
actionsGap?: string;
|
|
1230
|
+
};
|
|
723
1231
|
export type DrawerTokens = {
|
|
724
1232
|
width?: string;
|
|
725
1233
|
widthSm?: string;
|
|
@@ -1002,6 +1510,16 @@ export type AutocompleteTokens = {
|
|
|
1002
1510
|
emptyColor?: string;
|
|
1003
1511
|
loadingPadding?: string;
|
|
1004
1512
|
loadingColor?: string;
|
|
1513
|
+
chipGap?: string;
|
|
1514
|
+
chipPadding?: string;
|
|
1515
|
+
chipRadius?: string;
|
|
1516
|
+
chipBackgroundColor?: string;
|
|
1517
|
+
chipTextColor?: string;
|
|
1518
|
+
chipFontSize?: string;
|
|
1519
|
+
groupLabelPadding?: string;
|
|
1520
|
+
groupLabelColor?: string;
|
|
1521
|
+
groupLabelFontSize?: string;
|
|
1522
|
+
groupLabelFontWeight?: string;
|
|
1005
1523
|
small?: {
|
|
1006
1524
|
padding?: string;
|
|
1007
1525
|
fontSize?: string;
|
|
@@ -1728,10 +2246,46 @@ export type TreeTokens = {
|
|
|
1728
2246
|
toggleSize?: string;
|
|
1729
2247
|
};
|
|
1730
2248
|
large?: {
|
|
1731
|
-
rowPadding?: string;
|
|
1732
|
-
rowPaddingInline?: string;
|
|
1733
|
-
rowFontSize?: string;
|
|
1734
|
-
toggleSize?: string;
|
|
2249
|
+
rowPadding?: string;
|
|
2250
|
+
rowPaddingInline?: string;
|
|
2251
|
+
rowFontSize?: string;
|
|
2252
|
+
toggleSize?: string;
|
|
2253
|
+
};
|
|
2254
|
+
};
|
|
2255
|
+
export type OrgChartTokens = {
|
|
2256
|
+
gap?: string;
|
|
2257
|
+
childrenMarginTop?: string;
|
|
2258
|
+
connectorColor?: string;
|
|
2259
|
+
textColor?: string;
|
|
2260
|
+
cardMinWidth?: string;
|
|
2261
|
+
cardMaxWidth?: string;
|
|
2262
|
+
cardGap?: string;
|
|
2263
|
+
cardPadding?: string;
|
|
2264
|
+
cardBorderColor?: string;
|
|
2265
|
+
cardBorderRadius?: string;
|
|
2266
|
+
cardBackgroundColor?: string;
|
|
2267
|
+
cardTextColor?: string;
|
|
2268
|
+
cardHoverBackgroundColor?: string;
|
|
2269
|
+
cardSelectedBackgroundColor?: string;
|
|
2270
|
+
cardSelectedColor?: string;
|
|
2271
|
+
toggleSize?: string;
|
|
2272
|
+
toggleRadius?: string;
|
|
2273
|
+
toggleBorderColor?: string;
|
|
2274
|
+
toggleBackgroundColor?: string;
|
|
2275
|
+
toggleTextColor?: string;
|
|
2276
|
+
focusRingColor?: string;
|
|
2277
|
+
labelFontSize?: string;
|
|
2278
|
+
labelFontWeight?: string;
|
|
2279
|
+
titleFontSize?: string;
|
|
2280
|
+
titleColor?: string;
|
|
2281
|
+
disabledOpacity?: string;
|
|
2282
|
+
small?: {
|
|
2283
|
+
cardPadding?: string;
|
|
2284
|
+
labelFontSize?: string;
|
|
2285
|
+
};
|
|
2286
|
+
large?: {
|
|
2287
|
+
cardPadding?: string;
|
|
2288
|
+
labelFontSize?: string;
|
|
1735
2289
|
};
|
|
1736
2290
|
};
|
|
1737
2291
|
export type TreeSelectTokens = {
|
|
@@ -1984,6 +2538,219 @@ export type TimelineTokens = {
|
|
|
1984
2538
|
descriptionFontSize?: string;
|
|
1985
2539
|
};
|
|
1986
2540
|
};
|
|
2541
|
+
export type ActivityFeedTokens = {
|
|
2542
|
+
gap?: string;
|
|
2543
|
+
groupGap?: string;
|
|
2544
|
+
groupTitleFontSize?: string;
|
|
2545
|
+
groupTitleColor?: string;
|
|
2546
|
+
groupTitleFontWeight?: string;
|
|
2547
|
+
itemGap?: string;
|
|
2548
|
+
itemPadding?: string;
|
|
2549
|
+
itemBorderColor?: string;
|
|
2550
|
+
itemBorderRadius?: string;
|
|
2551
|
+
itemBackgroundColor?: string;
|
|
2552
|
+
contentGap?: string;
|
|
2553
|
+
avatarSize?: string;
|
|
2554
|
+
avatarFontSize?: string;
|
|
2555
|
+
avatarBackgroundColor?: string;
|
|
2556
|
+
avatarTextColor?: string;
|
|
2557
|
+
titleFontSize?: string;
|
|
2558
|
+
titleColor?: string;
|
|
2559
|
+
titleFontWeight?: string;
|
|
2560
|
+
descriptionFontSize?: string;
|
|
2561
|
+
descriptionColor?: string;
|
|
2562
|
+
metaGap?: string;
|
|
2563
|
+
metaFontSize?: string;
|
|
2564
|
+
metaColor?: string;
|
|
2565
|
+
actorFontWeight?: string;
|
|
2566
|
+
actionColor?: string;
|
|
2567
|
+
actionFontSize?: string;
|
|
2568
|
+
infoBorderColor?: string;
|
|
2569
|
+
successBorderColor?: string;
|
|
2570
|
+
warnBorderColor?: string;
|
|
2571
|
+
dangerBorderColor?: string;
|
|
2572
|
+
emptyPadding?: string;
|
|
2573
|
+
emptyColor?: string;
|
|
2574
|
+
};
|
|
2575
|
+
export type AuditLogViewerTokens = {
|
|
2576
|
+
borderColor?: string;
|
|
2577
|
+
borderRadius?: string;
|
|
2578
|
+
backgroundColor?: string;
|
|
2579
|
+
textColor?: string;
|
|
2580
|
+
dividerColor?: string;
|
|
2581
|
+
headerBackgroundColor?: string;
|
|
2582
|
+
fontSize?: string;
|
|
2583
|
+
cellPadding?: string;
|
|
2584
|
+
eventFontWeight?: string;
|
|
2585
|
+
metaColor?: string;
|
|
2586
|
+
metaFontSize?: string;
|
|
2587
|
+
actionColor?: string;
|
|
2588
|
+
actionFontSize?: string;
|
|
2589
|
+
detailsGap?: string;
|
|
2590
|
+
sectionTitleFontSize?: string;
|
|
2591
|
+
monoFontFamily?: string;
|
|
2592
|
+
monoFontSize?: string;
|
|
2593
|
+
};
|
|
2594
|
+
export type CommentThreadTokens = {
|
|
2595
|
+
gap?: string;
|
|
2596
|
+
itemGap?: string;
|
|
2597
|
+
indentSize?: string;
|
|
2598
|
+
borderColor?: string;
|
|
2599
|
+
borderRadius?: string;
|
|
2600
|
+
backgroundColor?: string;
|
|
2601
|
+
padding?: string;
|
|
2602
|
+
resolvedBackgroundColor?: string;
|
|
2603
|
+
resolvedBorderColor?: string;
|
|
2604
|
+
metaGap?: string;
|
|
2605
|
+
authorFontWeight?: string;
|
|
2606
|
+
metaColor?: string;
|
|
2607
|
+
metaFontSize?: string;
|
|
2608
|
+
actionsGap?: string;
|
|
2609
|
+
actionColor?: string;
|
|
2610
|
+
actionFontSize?: string;
|
|
2611
|
+
replyMinHeight?: string;
|
|
2612
|
+
replyBorderColor?: string;
|
|
2613
|
+
replyBorderRadius?: string;
|
|
2614
|
+
replyBackgroundColor?: string;
|
|
2615
|
+
disabledOpacity?: string;
|
|
2616
|
+
};
|
|
2617
|
+
export type MemberPickerTokens = {
|
|
2618
|
+
controlMinHeight?: string;
|
|
2619
|
+
borderColor?: string;
|
|
2620
|
+
borderRadius?: string;
|
|
2621
|
+
backgroundColor?: string;
|
|
2622
|
+
textColor?: string;
|
|
2623
|
+
padding?: string;
|
|
2624
|
+
gap?: string;
|
|
2625
|
+
focusBorderColor?: string;
|
|
2626
|
+
focusRingShadow?: string;
|
|
2627
|
+
disabledOpacity?: string;
|
|
2628
|
+
chipGap?: string;
|
|
2629
|
+
chipBackgroundColor?: string;
|
|
2630
|
+
chipBorderColor?: string;
|
|
2631
|
+
chipBorderRadius?: string;
|
|
2632
|
+
chipFontSize?: string;
|
|
2633
|
+
chipRemoveFontSize?: string;
|
|
2634
|
+
zIndex?: string;
|
|
2635
|
+
panelBorderColor?: string;
|
|
2636
|
+
panelBorderRadius?: string;
|
|
2637
|
+
panelBackgroundColor?: string;
|
|
2638
|
+
panelShadow?: string;
|
|
2639
|
+
panelMaxHeight?: string;
|
|
2640
|
+
optionPadding?: string;
|
|
2641
|
+
optionGap?: string;
|
|
2642
|
+
optionHighlightBackgroundColor?: string;
|
|
2643
|
+
optionSelectedBackgroundColor?: string;
|
|
2644
|
+
optionTitleFontSize?: string;
|
|
2645
|
+
optionTitleFontWeight?: string;
|
|
2646
|
+
optionMetaFontSize?: string;
|
|
2647
|
+
optionMetaColor?: string;
|
|
2648
|
+
statePadding?: string;
|
|
2649
|
+
};
|
|
2650
|
+
export type PermissionMatrixTokens = {
|
|
2651
|
+
borderColor?: string;
|
|
2652
|
+
borderRadius?: string;
|
|
2653
|
+
backgroundColor?: string;
|
|
2654
|
+
textColor?: string;
|
|
2655
|
+
dividerColor?: string;
|
|
2656
|
+
headerBackgroundColor?: string;
|
|
2657
|
+
stickyBackgroundColor?: string;
|
|
2658
|
+
cellPadding?: string;
|
|
2659
|
+
labelFontSize?: string;
|
|
2660
|
+
labelFontWeight?: string;
|
|
2661
|
+
descriptionFontSize?: string;
|
|
2662
|
+
descriptionColor?: string;
|
|
2663
|
+
toggleMinWidth?: string;
|
|
2664
|
+
toggleBorderColor?: string;
|
|
2665
|
+
toggleBorderRadius?: string;
|
|
2666
|
+
togglePadding?: string;
|
|
2667
|
+
toggleBackgroundColor?: string;
|
|
2668
|
+
toggleTextColor?: string;
|
|
2669
|
+
toggleFontSize?: string;
|
|
2670
|
+
allowBorderColor?: string;
|
|
2671
|
+
allowBackgroundColor?: string;
|
|
2672
|
+
allowTextColor?: string;
|
|
2673
|
+
denyBorderColor?: string;
|
|
2674
|
+
denyBackgroundColor?: string;
|
|
2675
|
+
denyTextColor?: string;
|
|
2676
|
+
disabledOpacity?: string;
|
|
2677
|
+
};
|
|
2678
|
+
export type KpiStatCardTokens = {
|
|
2679
|
+
borderColor?: string;
|
|
2680
|
+
borderRadius?: string;
|
|
2681
|
+
backgroundColor?: string;
|
|
2682
|
+
textColor?: string;
|
|
2683
|
+
padding?: string;
|
|
2684
|
+
gap?: string;
|
|
2685
|
+
headerGap?: string;
|
|
2686
|
+
titleFontSize?: string;
|
|
2687
|
+
titleFontWeight?: string;
|
|
2688
|
+
subtitleFontSize?: string;
|
|
2689
|
+
subtitleColor?: string;
|
|
2690
|
+
valueGap?: string;
|
|
2691
|
+
valueFontSize?: string;
|
|
2692
|
+
valueFontWeight?: string;
|
|
2693
|
+
trendGap?: string;
|
|
2694
|
+
trendFontSize?: string;
|
|
2695
|
+
trendColor?: string;
|
|
2696
|
+
upColor?: string;
|
|
2697
|
+
downColor?: string;
|
|
2698
|
+
captionFontSize?: string;
|
|
2699
|
+
captionColor?: string;
|
|
2700
|
+
};
|
|
2701
|
+
export type MeterGroupTokens = {
|
|
2702
|
+
gap?: string;
|
|
2703
|
+
itemGap?: string;
|
|
2704
|
+
itemBorderColor?: string;
|
|
2705
|
+
itemBorderRadius?: string;
|
|
2706
|
+
itemBackgroundColor?: string;
|
|
2707
|
+
itemPadding?: string;
|
|
2708
|
+
headerGap?: string;
|
|
2709
|
+
labelFontSize?: string;
|
|
2710
|
+
labelFontWeight?: string;
|
|
2711
|
+
valueFontSize?: string;
|
|
2712
|
+
valueColor?: string;
|
|
2713
|
+
trackHeight?: string;
|
|
2714
|
+
trackBorderRadius?: string;
|
|
2715
|
+
trackBackgroundColor?: string;
|
|
2716
|
+
barColor?: string;
|
|
2717
|
+
warnBarColor?: string;
|
|
2718
|
+
dangerBarColor?: string;
|
|
2719
|
+
descriptionFontSize?: string;
|
|
2720
|
+
descriptionColor?: string;
|
|
2721
|
+
};
|
|
2722
|
+
export type OverlayBadgeTokens = {
|
|
2723
|
+
minSize?: string;
|
|
2724
|
+
dotSize?: string;
|
|
2725
|
+
paddingX?: string;
|
|
2726
|
+
borderRadius?: string;
|
|
2727
|
+
borderColor?: string;
|
|
2728
|
+
backgroundColor?: string;
|
|
2729
|
+
textColor?: string;
|
|
2730
|
+
fontSize?: string;
|
|
2731
|
+
fontWeight?: string;
|
|
2732
|
+
lineHeight?: string;
|
|
2733
|
+
zIndex?: string;
|
|
2734
|
+
topOffset?: string;
|
|
2735
|
+
rightOffset?: string;
|
|
2736
|
+
bottomOffset?: string;
|
|
2737
|
+
leftOffset?: string;
|
|
2738
|
+
neutralBackgroundColor?: string;
|
|
2739
|
+
neutralTextColor?: string;
|
|
2740
|
+
neutralBorderColor?: string;
|
|
2741
|
+
infoBackgroundColor?: string;
|
|
2742
|
+
infoTextColor?: string;
|
|
2743
|
+
infoBorderColor?: string;
|
|
2744
|
+
successBackgroundColor?: string;
|
|
2745
|
+
successTextColor?: string;
|
|
2746
|
+
successBorderColor?: string;
|
|
2747
|
+
warnBackgroundColor?: string;
|
|
2748
|
+
warnTextColor?: string;
|
|
2749
|
+
warnBorderColor?: string;
|
|
2750
|
+
dangerBackgroundColor?: string;
|
|
2751
|
+
dangerTextColor?: string;
|
|
2752
|
+
dangerBorderColor?: string;
|
|
2753
|
+
};
|
|
1987
2754
|
export type DataTableTokens = {
|
|
1988
2755
|
borderColor?: string;
|
|
1989
2756
|
borderRadius?: string;
|
|
@@ -2215,6 +2982,52 @@ export type AlertTokens = {
|
|
|
2215
2982
|
textColor?: string;
|
|
2216
2983
|
};
|
|
2217
2984
|
};
|
|
2985
|
+
export type InlineMessageTokens = {
|
|
2986
|
+
gap?: string;
|
|
2987
|
+
paddingX?: string;
|
|
2988
|
+
paddingY?: string;
|
|
2989
|
+
borderRadius?: string;
|
|
2990
|
+
borderColor?: string;
|
|
2991
|
+
backgroundColor?: string;
|
|
2992
|
+
textColor?: string;
|
|
2993
|
+
iconColor?: string;
|
|
2994
|
+
iconSize?: string;
|
|
2995
|
+
fontSize?: string;
|
|
2996
|
+
lineHeight?: string;
|
|
2997
|
+
bodyGap?: string;
|
|
2998
|
+
titleFontSize?: string;
|
|
2999
|
+
titleFontWeight?: string;
|
|
3000
|
+
info?: {
|
|
3001
|
+
backgroundColor?: string;
|
|
3002
|
+
borderColor?: string;
|
|
3003
|
+
textColor?: string;
|
|
3004
|
+
};
|
|
3005
|
+
success?: {
|
|
3006
|
+
backgroundColor?: string;
|
|
3007
|
+
borderColor?: string;
|
|
3008
|
+
textColor?: string;
|
|
3009
|
+
};
|
|
3010
|
+
warn?: {
|
|
3011
|
+
backgroundColor?: string;
|
|
3012
|
+
borderColor?: string;
|
|
3013
|
+
textColor?: string;
|
|
3014
|
+
};
|
|
3015
|
+
danger?: {
|
|
3016
|
+
backgroundColor?: string;
|
|
3017
|
+
borderColor?: string;
|
|
3018
|
+
textColor?: string;
|
|
3019
|
+
};
|
|
3020
|
+
small?: {
|
|
3021
|
+
fontSize?: string;
|
|
3022
|
+
paddingX?: string;
|
|
3023
|
+
paddingY?: string;
|
|
3024
|
+
};
|
|
3025
|
+
large?: {
|
|
3026
|
+
fontSize?: string;
|
|
3027
|
+
paddingX?: string;
|
|
3028
|
+
paddingY?: string;
|
|
3029
|
+
};
|
|
3030
|
+
};
|
|
2218
3031
|
export type EmptyStateTokens = {
|
|
2219
3032
|
gap?: string;
|
|
2220
3033
|
bodyGap?: string;
|
|
@@ -2367,6 +3180,120 @@ export type FilterChipsTokens = {
|
|
|
2367
3180
|
chipPadding?: string;
|
|
2368
3181
|
};
|
|
2369
3182
|
};
|
|
3183
|
+
export type QueryBuilderTokens = {
|
|
3184
|
+
fontSize?: string;
|
|
3185
|
+
padding?: string;
|
|
3186
|
+
borderColor?: string;
|
|
3187
|
+
borderRadius?: string;
|
|
3188
|
+
backgroundColor?: string;
|
|
3189
|
+
textColor?: string;
|
|
3190
|
+
secondaryTextColor?: string;
|
|
3191
|
+
rowGap?: string;
|
|
3192
|
+
nestedOffset?: string;
|
|
3193
|
+
groupGap?: string;
|
|
3194
|
+
groupPadding?: string;
|
|
3195
|
+
groupBorderRadius?: string;
|
|
3196
|
+
groupBorderColor?: string;
|
|
3197
|
+
groupBackgroundColor?: string;
|
|
3198
|
+
controlHeight?: string;
|
|
3199
|
+
controlBorderRadius?: string;
|
|
3200
|
+
controlBorderColor?: string;
|
|
3201
|
+
controlBackgroundColor?: string;
|
|
3202
|
+
controlFocusBorderColor?: string;
|
|
3203
|
+
controlFocusRing?: string;
|
|
3204
|
+
dangerTextColor?: string;
|
|
3205
|
+
dangerBorderColor?: string;
|
|
3206
|
+
disabledOpacity?: string;
|
|
3207
|
+
};
|
|
3208
|
+
export type AdvancedFilterPanelTokens = {
|
|
3209
|
+
gap?: string;
|
|
3210
|
+
padding?: string;
|
|
3211
|
+
borderColor?: string;
|
|
3212
|
+
borderRadius?: string;
|
|
3213
|
+
backgroundColor?: string;
|
|
3214
|
+
textColor?: string;
|
|
3215
|
+
secondaryTextColor?: string;
|
|
3216
|
+
rowGap?: string;
|
|
3217
|
+
labelFontSize?: string;
|
|
3218
|
+
controlHeight?: string;
|
|
3219
|
+
controlBorderColor?: string;
|
|
3220
|
+
controlBorderRadius?: string;
|
|
3221
|
+
controlBackgroundColor?: string;
|
|
3222
|
+
focusBorderColor?: string;
|
|
3223
|
+
focusRing?: string;
|
|
3224
|
+
disabledOpacity?: string;
|
|
3225
|
+
};
|
|
3226
|
+
export type SavedViewsManagerTokens = {
|
|
3227
|
+
gap?: string;
|
|
3228
|
+
padding?: string;
|
|
3229
|
+
borderColor?: string;
|
|
3230
|
+
borderRadius?: string;
|
|
3231
|
+
backgroundColor?: string;
|
|
3232
|
+
textColor?: string;
|
|
3233
|
+
secondaryTextColor?: string;
|
|
3234
|
+
rowGap?: string;
|
|
3235
|
+
labelFontSize?: string;
|
|
3236
|
+
controlHeight?: string;
|
|
3237
|
+
controlBorderColor?: string;
|
|
3238
|
+
controlBorderRadius?: string;
|
|
3239
|
+
controlBackgroundColor?: string;
|
|
3240
|
+
focusBorderColor?: string;
|
|
3241
|
+
focusRing?: string;
|
|
3242
|
+
dangerTextColor?: string;
|
|
3243
|
+
dangerBorderColor?: string;
|
|
3244
|
+
disabledOpacity?: string;
|
|
3245
|
+
};
|
|
3246
|
+
export type DataTableToolbarTokens = {
|
|
3247
|
+
gap?: string;
|
|
3248
|
+
padding?: string;
|
|
3249
|
+
borderColor?: string;
|
|
3250
|
+
borderRadius?: string;
|
|
3251
|
+
backgroundColor?: string;
|
|
3252
|
+
textColor?: string;
|
|
3253
|
+
secondaryTextColor?: string;
|
|
3254
|
+
rowGap?: string;
|
|
3255
|
+
labelFontSize?: string;
|
|
3256
|
+
controlHeight?: string;
|
|
3257
|
+
controlBorderColor?: string;
|
|
3258
|
+
controlBorderRadius?: string;
|
|
3259
|
+
controlBackgroundColor?: string;
|
|
3260
|
+
badgeBackgroundColor?: string;
|
|
3261
|
+
badgeTextColor?: string;
|
|
3262
|
+
focusBorderColor?: string;
|
|
3263
|
+
focusRing?: string;
|
|
3264
|
+
disabledOpacity?: string;
|
|
3265
|
+
};
|
|
3266
|
+
export type BulkActionBarTokens = {
|
|
3267
|
+
gap?: string;
|
|
3268
|
+
padding?: string;
|
|
3269
|
+
borderColor?: string;
|
|
3270
|
+
borderRadius?: string;
|
|
3271
|
+
backgroundColor?: string;
|
|
3272
|
+
textColor?: string;
|
|
3273
|
+
secondaryTextColor?: string;
|
|
3274
|
+
rowGap?: string;
|
|
3275
|
+
controlHeight?: string;
|
|
3276
|
+
controlBorderColor?: string;
|
|
3277
|
+
controlBorderRadius?: string;
|
|
3278
|
+
controlBackgroundColor?: string;
|
|
3279
|
+
secondaryBorderColor?: string;
|
|
3280
|
+
focusBorderColor?: string;
|
|
3281
|
+
focusRing?: string;
|
|
3282
|
+
disabledOpacity?: string;
|
|
3283
|
+
};
|
|
3284
|
+
export type TabMenuTokens = {
|
|
3285
|
+
gap?: string;
|
|
3286
|
+
borderWidth?: string;
|
|
3287
|
+
borderColor?: string;
|
|
3288
|
+
tabPadding?: string;
|
|
3289
|
+
tabBorderRadius?: string;
|
|
3290
|
+
tabTextColor?: string;
|
|
3291
|
+
tabHoverTextColor?: string;
|
|
3292
|
+
tabHoverBackgroundColor?: string;
|
|
3293
|
+
tabActiveTextColor?: string;
|
|
3294
|
+
tabActiveBorderColor?: string;
|
|
3295
|
+
disabledOpacity?: string;
|
|
3296
|
+
};
|
|
2370
3297
|
export type AvatarTokens = {
|
|
2371
3298
|
size?: string;
|
|
2372
3299
|
fontSize?: string;
|
|
@@ -2398,6 +3325,14 @@ export type ThemeComponentTokens = {
|
|
|
2398
3325
|
button?: ButtonTokens;
|
|
2399
3326
|
buttonGroup?: ButtonGroupTokens;
|
|
2400
3327
|
card?: CardTokens;
|
|
3328
|
+
panel?: PanelTokens;
|
|
3329
|
+
fieldset?: FieldsetTokens;
|
|
3330
|
+
toolbar?: ToolbarTokens;
|
|
3331
|
+
blockui?: BlockUiTokens;
|
|
3332
|
+
scrollpanel?: ScrollPanelTokens;
|
|
3333
|
+
scrolltop?: ScrollTopTokens;
|
|
3334
|
+
picklist?: PickListTokens;
|
|
3335
|
+
orderlist?: OrderListTokens;
|
|
2401
3336
|
chart?: ChartTokens;
|
|
2402
3337
|
container?: ContainerTokens;
|
|
2403
3338
|
section?: SectionTokens;
|
|
@@ -2411,7 +3346,13 @@ export type ThemeComponentTokens = {
|
|
|
2411
3346
|
input?: InputTokens;
|
|
2412
3347
|
inputGroup?: InputGroupTokens;
|
|
2413
3348
|
inlineEdit?: InlineEditTokens;
|
|
3349
|
+
inplace?: InplaceTokens;
|
|
2414
3350
|
image?: ImageTokens;
|
|
3351
|
+
icon?: IconTokens;
|
|
3352
|
+
dock?: DockTokens;
|
|
3353
|
+
galleria?: GalleriaTokens;
|
|
3354
|
+
knob?: KnobTokens;
|
|
3355
|
+
terminal?: TerminalTokens;
|
|
2415
3356
|
searchInput?: SearchInputTokens;
|
|
2416
3357
|
mentionInput?: MentionInputTokens;
|
|
2417
3358
|
passwordInput?: PasswordInputTokens;
|
|
@@ -2429,12 +3370,16 @@ export type ThemeComponentTokens = {
|
|
|
2429
3370
|
divider?: DividerTokens;
|
|
2430
3371
|
pageHeader?: PageHeaderTokens;
|
|
2431
3372
|
menu?: MenuTokens;
|
|
3373
|
+
tieredMenu?: MenuTokens;
|
|
2432
3374
|
menubar?: MenuBarTokens;
|
|
2433
3375
|
megamenu?: MegaMenuTokens;
|
|
2434
3376
|
panelmenu?: PanelMenuTokens;
|
|
2435
3377
|
modal?: ModalTokens;
|
|
3378
|
+
dynamicDialog?: ModalTokens;
|
|
2436
3379
|
confirmDialog?: ConfirmDialogTokens;
|
|
3380
|
+
confirmPopup?: ConfirmPopupTokens;
|
|
2437
3381
|
drawer?: DrawerTokens;
|
|
3382
|
+
sidebar?: DrawerTokens;
|
|
2438
3383
|
popover?: PopoverTokens;
|
|
2439
3384
|
overlaypanel?: PopoverTokens;
|
|
2440
3385
|
dropdown?: DropdownTokens;
|
|
@@ -2458,6 +3403,7 @@ export type ThemeComponentTokens = {
|
|
|
2458
3403
|
pagination?: PaginationTokens;
|
|
2459
3404
|
switch?: SwitchTokens;
|
|
2460
3405
|
segmentedControl?: SegmentedControlTokens;
|
|
3406
|
+
tabMenu?: TabMenuTokens;
|
|
2461
3407
|
tooltip?: TooltipTokens;
|
|
2462
3408
|
tour?: TourTokens;
|
|
2463
3409
|
skeleton?: SkeletonTokens;
|
|
@@ -2468,6 +3414,14 @@ export type ThemeComponentTokens = {
|
|
|
2468
3414
|
stepper?: StepperTokens;
|
|
2469
3415
|
wizard?: WizardTokens;
|
|
2470
3416
|
timeline?: TimelineTokens;
|
|
3417
|
+
activityFeed?: ActivityFeedTokens;
|
|
3418
|
+
auditLogViewer?: AuditLogViewerTokens;
|
|
3419
|
+
commentThread?: CommentThreadTokens;
|
|
3420
|
+
memberPicker?: MemberPickerTokens;
|
|
3421
|
+
permissionMatrix?: PermissionMatrixTokens;
|
|
3422
|
+
kpiStatCard?: KpiStatCardTokens;
|
|
3423
|
+
meterGroup?: MeterGroupTokens;
|
|
3424
|
+
overlayBadge?: OverlayBadgeTokens;
|
|
2471
3425
|
datatable?: DataTableTokens;
|
|
2472
3426
|
treetable?: TreeTableTokens;
|
|
2473
3427
|
dataview?: DataViewTokens;
|
|
@@ -2475,14 +3429,30 @@ export type ThemeComponentTokens = {
|
|
|
2475
3429
|
speeddial?: SpeedDialTokens;
|
|
2476
3430
|
toast?: ToastTokens;
|
|
2477
3431
|
alert?: AlertTokens;
|
|
3432
|
+
message?: AlertTokens;
|
|
3433
|
+
inlineMessage?: InlineMessageTokens;
|
|
3434
|
+
fileManager?: FileManagerTokens;
|
|
3435
|
+
jsonViewer?: JsonViewerTokens;
|
|
3436
|
+
diffViewer?: DiffViewerTokens;
|
|
3437
|
+
codeEditor?: CodeEditorTokens;
|
|
3438
|
+
scheduler?: SchedulerTokens;
|
|
3439
|
+
bottomSheet?: BottomSheetTokens;
|
|
3440
|
+
infiniteScroll?: InfiniteScrollTokens;
|
|
2478
3441
|
emptyState?: EmptyStateTokens;
|
|
2479
3442
|
badge?: BadgeTokens;
|
|
2480
3443
|
chip?: ChipTokens;
|
|
2481
3444
|
filterChips?: FilterChipsTokens;
|
|
3445
|
+
advancedFilterPanel?: AdvancedFilterPanelTokens;
|
|
3446
|
+
queryBuilder?: QueryBuilderTokens;
|
|
3447
|
+
savedViewsManager?: SavedViewsManagerTokens;
|
|
3448
|
+
dataTableToolbar?: DataTableToolbarTokens;
|
|
3449
|
+
bulkActionBar?: BulkActionBarTokens;
|
|
2482
3450
|
avatar?: AvatarTokens;
|
|
2483
3451
|
rating?: RatingTokens;
|
|
2484
3452
|
tree?: TreeTokens;
|
|
3453
|
+
orgchart?: OrgChartTokens;
|
|
2485
3454
|
treeselect?: TreeSelectTokens;
|
|
3455
|
+
cascadeSelect?: TreeSelectTokens;
|
|
2486
3456
|
virtualScroller?: VirtualScrollerTokens;
|
|
2487
3457
|
[key: string]: unknown;
|
|
2488
3458
|
};
|