@codemonster-ru/vueforge 0.92.0 → 0.93.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 +19 -0
- package/dist/index.ts.mjs +11090 -7758
- package/dist/index.ts.umd.js +16 -13
- package/dist/package/components/__tests__/block-ui.test.d.ts +1 -0
- package/dist/package/components/__tests__/dock.test.d.ts +1 -0
- package/dist/package/components/__tests__/fieldset.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__/inplace.test.d.ts +1 -0
- package/dist/package/components/__tests__/knob.test.d.ts +1 -0
- package/dist/package/components/__tests__/message.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__/panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/pick-list.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__/terminal.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/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/breadcrumbs.vue.d.ts +1 -1
- 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/chart.vue.d.ts +8 -0
- package/dist/package/components/checkbox.vue.d.ts +3 -3
- package/dist/package/components/chip.vue.d.ts +2 -2
- 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/confirm-dialog.vue.d.ts +7 -7
- package/dist/package/components/context-menu.vue.d.ts +1 -1
- package/dist/package/components/data-table.vue.d.ts +47 -2
- package/dist/package/components/data-view.vue.d.ts +2 -2
- package/dist/package/components/date-range-picker.vue.d.ts +3 -3
- package/dist/package/components/datepicker.vue.d.ts +2 -2
- package/dist/package/components/datetimepicker.vue.d.ts +2 -2
- 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 +1 -1
- package/dist/package/components/dropdown.vue.d.ts +1 -1
- 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-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/inline-edit.vue.d.ts +3 -3
- 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/kanban-board.vue.d.ts +1 -1
- package/dist/package/components/knob.vue.d.ts +39 -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/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/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/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/pick-list.vue.d.ts +57 -0
- package/dist/package/components/progress.vue.d.ts +1 -1
- 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/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 +9 -9
- 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/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/timeline.vue.d.ts +1 -1
- package/dist/package/components/timepicker.vue.d.ts +3 -3
- package/dist/package/components/toolbar.vue.d.ts +40 -0
- package/dist/package/components/tour.vue.d.ts +2 -2
- package/dist/package/components/tree-select.vue.d.ts +2 -2
- package/dist/package/components/tree-table.vue.d.ts +33 -5
- package/dist/package/components/tree.vue.d.ts +3 -3
- 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 +316 -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/dock.d.ts +18 -0
- package/dist/package/themes/default/components/fieldset.d.ts +22 -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/inplace.d.ts +18 -0
- package/dist/package/themes/default/components/knob.d.ts +12 -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/panel.d.ts +32 -0
- package/dist/package/themes/default/components/picklist.d.ts +21 -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/terminal.d.ts +29 -0
- package/dist/package/themes/default/components/toolbar.d.ts +11 -0
- package/dist/package/themes/default/index.d.ts +365 -0
- 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;
|
|
373
|
+
focusRingShadow?: string;
|
|
374
|
+
disabledOpacity?: string;
|
|
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;
|
|
209
434
|
focusRingShadow?: string;
|
|
210
435
|
disabledOpacity?: string;
|
|
211
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;
|
|
@@ -1002,6 +1255,16 @@ export type AutocompleteTokens = {
|
|
|
1002
1255
|
emptyColor?: string;
|
|
1003
1256
|
loadingPadding?: string;
|
|
1004
1257
|
loadingColor?: string;
|
|
1258
|
+
chipGap?: string;
|
|
1259
|
+
chipPadding?: string;
|
|
1260
|
+
chipRadius?: string;
|
|
1261
|
+
chipBackgroundColor?: string;
|
|
1262
|
+
chipTextColor?: string;
|
|
1263
|
+
chipFontSize?: string;
|
|
1264
|
+
groupLabelPadding?: string;
|
|
1265
|
+
groupLabelColor?: string;
|
|
1266
|
+
groupLabelFontSize?: string;
|
|
1267
|
+
groupLabelFontWeight?: string;
|
|
1005
1268
|
small?: {
|
|
1006
1269
|
padding?: string;
|
|
1007
1270
|
fontSize?: string;
|
|
@@ -1734,6 +1997,42 @@ export type TreeTokens = {
|
|
|
1734
1997
|
toggleSize?: string;
|
|
1735
1998
|
};
|
|
1736
1999
|
};
|
|
2000
|
+
export type OrgChartTokens = {
|
|
2001
|
+
gap?: string;
|
|
2002
|
+
childrenMarginTop?: string;
|
|
2003
|
+
connectorColor?: string;
|
|
2004
|
+
textColor?: string;
|
|
2005
|
+
cardMinWidth?: string;
|
|
2006
|
+
cardMaxWidth?: string;
|
|
2007
|
+
cardGap?: string;
|
|
2008
|
+
cardPadding?: string;
|
|
2009
|
+
cardBorderColor?: string;
|
|
2010
|
+
cardBorderRadius?: string;
|
|
2011
|
+
cardBackgroundColor?: string;
|
|
2012
|
+
cardTextColor?: string;
|
|
2013
|
+
cardHoverBackgroundColor?: string;
|
|
2014
|
+
cardSelectedBackgroundColor?: string;
|
|
2015
|
+
cardSelectedColor?: string;
|
|
2016
|
+
toggleSize?: string;
|
|
2017
|
+
toggleRadius?: string;
|
|
2018
|
+
toggleBorderColor?: string;
|
|
2019
|
+
toggleBackgroundColor?: string;
|
|
2020
|
+
toggleTextColor?: string;
|
|
2021
|
+
focusRingColor?: string;
|
|
2022
|
+
labelFontSize?: string;
|
|
2023
|
+
labelFontWeight?: string;
|
|
2024
|
+
titleFontSize?: string;
|
|
2025
|
+
titleColor?: string;
|
|
2026
|
+
disabledOpacity?: string;
|
|
2027
|
+
small?: {
|
|
2028
|
+
cardPadding?: string;
|
|
2029
|
+
labelFontSize?: string;
|
|
2030
|
+
};
|
|
2031
|
+
large?: {
|
|
2032
|
+
cardPadding?: string;
|
|
2033
|
+
labelFontSize?: string;
|
|
2034
|
+
};
|
|
2035
|
+
};
|
|
1737
2036
|
export type TreeSelectTokens = {
|
|
1738
2037
|
minWidth?: string;
|
|
1739
2038
|
fontSize?: string;
|
|
@@ -2398,6 +2697,14 @@ export type ThemeComponentTokens = {
|
|
|
2398
2697
|
button?: ButtonTokens;
|
|
2399
2698
|
buttonGroup?: ButtonGroupTokens;
|
|
2400
2699
|
card?: CardTokens;
|
|
2700
|
+
panel?: PanelTokens;
|
|
2701
|
+
fieldset?: FieldsetTokens;
|
|
2702
|
+
toolbar?: ToolbarTokens;
|
|
2703
|
+
blockui?: BlockUiTokens;
|
|
2704
|
+
scrollpanel?: ScrollPanelTokens;
|
|
2705
|
+
scrolltop?: ScrollTopTokens;
|
|
2706
|
+
picklist?: PickListTokens;
|
|
2707
|
+
orderlist?: OrderListTokens;
|
|
2401
2708
|
chart?: ChartTokens;
|
|
2402
2709
|
container?: ContainerTokens;
|
|
2403
2710
|
section?: SectionTokens;
|
|
@@ -2411,7 +2718,13 @@ export type ThemeComponentTokens = {
|
|
|
2411
2718
|
input?: InputTokens;
|
|
2412
2719
|
inputGroup?: InputGroupTokens;
|
|
2413
2720
|
inlineEdit?: InlineEditTokens;
|
|
2721
|
+
inplace?: InplaceTokens;
|
|
2414
2722
|
image?: ImageTokens;
|
|
2723
|
+
icon?: IconTokens;
|
|
2724
|
+
dock?: DockTokens;
|
|
2725
|
+
galleria?: GalleriaTokens;
|
|
2726
|
+
knob?: KnobTokens;
|
|
2727
|
+
terminal?: TerminalTokens;
|
|
2415
2728
|
searchInput?: SearchInputTokens;
|
|
2416
2729
|
mentionInput?: MentionInputTokens;
|
|
2417
2730
|
passwordInput?: PasswordInputTokens;
|
|
@@ -2435,6 +2748,7 @@ export type ThemeComponentTokens = {
|
|
|
2435
2748
|
modal?: ModalTokens;
|
|
2436
2749
|
confirmDialog?: ConfirmDialogTokens;
|
|
2437
2750
|
drawer?: DrawerTokens;
|
|
2751
|
+
sidebar?: DrawerTokens;
|
|
2438
2752
|
popover?: PopoverTokens;
|
|
2439
2753
|
overlaypanel?: PopoverTokens;
|
|
2440
2754
|
dropdown?: DropdownTokens;
|
|
@@ -2475,6 +2789,7 @@ export type ThemeComponentTokens = {
|
|
|
2475
2789
|
speeddial?: SpeedDialTokens;
|
|
2476
2790
|
toast?: ToastTokens;
|
|
2477
2791
|
alert?: AlertTokens;
|
|
2792
|
+
message?: AlertTokens;
|
|
2478
2793
|
emptyState?: EmptyStateTokens;
|
|
2479
2794
|
badge?: BadgeTokens;
|
|
2480
2795
|
chip?: ChipTokens;
|
|
@@ -2482,6 +2797,7 @@ export type ThemeComponentTokens = {
|
|
|
2482
2797
|
avatar?: AvatarTokens;
|
|
2483
2798
|
rating?: RatingTokens;
|
|
2484
2799
|
tree?: TreeTokens;
|
|
2800
|
+
orgchart?: OrgChartTokens;
|
|
2485
2801
|
treeselect?: TreeSelectTokens;
|
|
2486
2802
|
virtualScroller?: VirtualScrollerTokens;
|
|
2487
2803
|
[key: string]: unknown;
|
|
@@ -29,6 +29,16 @@ declare const _default: {
|
|
|
29
29
|
emptyColor: string;
|
|
30
30
|
loadingPadding: string;
|
|
31
31
|
loadingColor: string;
|
|
32
|
+
chipGap: string;
|
|
33
|
+
chipPadding: string;
|
|
34
|
+
chipRadius: string;
|
|
35
|
+
chipBackgroundColor: string;
|
|
36
|
+
chipTextColor: string;
|
|
37
|
+
chipFontSize: string;
|
|
38
|
+
groupLabelPadding: string;
|
|
39
|
+
groupLabelColor: string;
|
|
40
|
+
groupLabelFontSize: string;
|
|
41
|
+
groupLabelFontWeight: string;
|
|
32
42
|
small: {
|
|
33
43
|
padding: string;
|
|
34
44
|
fontSize: string;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderColor: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
backgroundColor: string;
|
|
5
|
+
shadow: string;
|
|
6
|
+
padding: string;
|
|
7
|
+
gap: string;
|
|
8
|
+
itemSize: string;
|
|
9
|
+
itemBorderRadius: string;
|
|
10
|
+
itemColor: string;
|
|
11
|
+
itemHoverBackgroundColor: string;
|
|
12
|
+
itemActiveBackgroundColor: string;
|
|
13
|
+
itemActiveColor: string;
|
|
14
|
+
iconSize: string;
|
|
15
|
+
labelFontSize: string;
|
|
16
|
+
disabledOpacity: string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderColor: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
backgroundColor: string;
|
|
5
|
+
textColor: string;
|
|
6
|
+
padding: string;
|
|
7
|
+
legendPadding: string;
|
|
8
|
+
legendFontSize: string;
|
|
9
|
+
legendFontWeight: string;
|
|
10
|
+
legendColor: string;
|
|
11
|
+
contentPadding: string;
|
|
12
|
+
headerGap: string;
|
|
13
|
+
actionsGap: string;
|
|
14
|
+
toggleSize: string;
|
|
15
|
+
toggleRadius: string;
|
|
16
|
+
toggleBorderColor: string;
|
|
17
|
+
toggleBackgroundColor: string;
|
|
18
|
+
toggleTextColor: string;
|
|
19
|
+
toggleHoverBackgroundColor: string;
|
|
20
|
+
disabledOpacity: string;
|
|
21
|
+
};
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderColor: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
backgroundColor: string;
|
|
5
|
+
textColor: string;
|
|
6
|
+
padding: string;
|
|
7
|
+
stageGap: string;
|
|
8
|
+
maxHeight: string;
|
|
9
|
+
imageRadius: string;
|
|
10
|
+
imageBackgroundColor: string;
|
|
11
|
+
captionGap: string;
|
|
12
|
+
captionFontSize: string;
|
|
13
|
+
captionColor: string;
|
|
14
|
+
navSize: string;
|
|
15
|
+
navBorderColor: string;
|
|
16
|
+
navBackgroundColor: string;
|
|
17
|
+
navTextColor: string;
|
|
18
|
+
indicatorsGap: string;
|
|
19
|
+
indicatorColor: string;
|
|
20
|
+
indicatorActiveColor: string;
|
|
21
|
+
thumbnailsGap: string;
|
|
22
|
+
thumbnailsItemGap: string;
|
|
23
|
+
thumbnailSize: string;
|
|
24
|
+
thumbnailRadius: string;
|
|
25
|
+
thumbnailBorderColor: string;
|
|
26
|
+
thumbnailActiveBorderColor: string;
|
|
27
|
+
disabledOpacity: string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -15,6 +15,16 @@ declare const _default: {
|
|
|
15
15
|
closeBorderColor: string;
|
|
16
16
|
closeBackgroundColor: string;
|
|
17
17
|
closeTextColor: string;
|
|
18
|
+
toolbarOffset: string;
|
|
19
|
+
toolbarGap: string;
|
|
20
|
+
navOffset: string;
|
|
21
|
+
controlSize: string;
|
|
22
|
+
controlFontSize: string;
|
|
23
|
+
controlBorderColor: string;
|
|
24
|
+
controlBackgroundColor: string;
|
|
25
|
+
controlTextColor: string;
|
|
26
|
+
counterTextColor: string;
|
|
27
|
+
counterFontSize: string;
|
|
18
28
|
focusRingShadow: string;
|
|
19
29
|
disabledOpacity: string;
|
|
20
30
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderColor: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
backgroundColor: string;
|
|
5
|
+
textColor: string;
|
|
6
|
+
padding: string;
|
|
7
|
+
contentPadding: string;
|
|
8
|
+
actionsGap: string;
|
|
9
|
+
buttonPadding: string;
|
|
10
|
+
buttonRadius: string;
|
|
11
|
+
buttonBorderColor: string;
|
|
12
|
+
buttonBackgroundColor: string;
|
|
13
|
+
buttonTextColor: string;
|
|
14
|
+
buttonHoverBackgroundColor: string;
|
|
15
|
+
focusRingShadow: string;
|
|
16
|
+
disabledOpacity: string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
trackColor: string;
|
|
3
|
+
fillColor: string;
|
|
4
|
+
thumbColor: string;
|
|
5
|
+
thumbBorderColor: string;
|
|
6
|
+
valueFontSize: string;
|
|
7
|
+
valueColor: string;
|
|
8
|
+
textColor: string;
|
|
9
|
+
focusRingShadow: string;
|
|
10
|
+
disabledOpacity: string;
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
gap: string;
|
|
3
|
+
borderColor: string;
|
|
4
|
+
borderRadius: string;
|
|
5
|
+
backgroundColor: string;
|
|
6
|
+
headerColor: string;
|
|
7
|
+
listPadding: string;
|
|
8
|
+
listMinHeight: string;
|
|
9
|
+
itemPadding: string;
|
|
10
|
+
itemRadius: string;
|
|
11
|
+
itemHoverBackgroundColor: string;
|
|
12
|
+
itemSelectedBackgroundColor: string;
|
|
13
|
+
itemSelectedColor: string;
|
|
14
|
+
focusRingColor: string;
|
|
15
|
+
buttonBorderColor: string;
|
|
16
|
+
buttonRadius: string;
|
|
17
|
+
buttonBackgroundColor: string;
|
|
18
|
+
buttonColor: string;
|
|
19
|
+
disabledOpacity: string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
gap: string;
|
|
3
|
+
childrenMarginTop: string;
|
|
4
|
+
connectorColor: string;
|
|
5
|
+
textColor: string;
|
|
6
|
+
cardMinWidth: string;
|
|
7
|
+
cardMaxWidth: string;
|
|
8
|
+
cardGap: string;
|
|
9
|
+
cardPadding: string;
|
|
10
|
+
cardBorderColor: string;
|
|
11
|
+
cardBorderRadius: string;
|
|
12
|
+
cardBackgroundColor: string;
|
|
13
|
+
cardTextColor: string;
|
|
14
|
+
cardHoverBackgroundColor: string;
|
|
15
|
+
cardSelectedBackgroundColor: string;
|
|
16
|
+
cardSelectedColor: string;
|
|
17
|
+
toggleSize: string;
|
|
18
|
+
toggleRadius: string;
|
|
19
|
+
toggleBorderColor: string;
|
|
20
|
+
toggleBackgroundColor: string;
|
|
21
|
+
toggleTextColor: string;
|
|
22
|
+
focusRingColor: string;
|
|
23
|
+
labelFontSize: string;
|
|
24
|
+
labelFontWeight: string;
|
|
25
|
+
titleFontSize: string;
|
|
26
|
+
titleColor: string;
|
|
27
|
+
disabledOpacity: string;
|
|
28
|
+
small: {
|
|
29
|
+
cardPadding: string;
|
|
30
|
+
labelFontSize: string;
|
|
31
|
+
};
|
|
32
|
+
large: {
|
|
33
|
+
cardPadding: string;
|
|
34
|
+
labelFontSize: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderColor: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
backgroundColor: string;
|
|
5
|
+
textColor: string;
|
|
6
|
+
headerPadding: string;
|
|
7
|
+
bodyPadding: string;
|
|
8
|
+
footerPadding: string;
|
|
9
|
+
footerBorderColor: string;
|
|
10
|
+
headerGap: string;
|
|
11
|
+
titleFontSize: string;
|
|
12
|
+
titleFontWeight: string;
|
|
13
|
+
subtitleFontSize: string;
|
|
14
|
+
subtitleColor: string;
|
|
15
|
+
actionsGap: string;
|
|
16
|
+
toggleSize: string;
|
|
17
|
+
toggleRadius: string;
|
|
18
|
+
toggleBorderColor: string;
|
|
19
|
+
toggleBackgroundColor: string;
|
|
20
|
+
toggleTextColor: string;
|
|
21
|
+
toggleHoverBackgroundColor: string;
|
|
22
|
+
disabledOpacity: string;
|
|
23
|
+
small: {
|
|
24
|
+
padding: string;
|
|
25
|
+
titleFontSize: string;
|
|
26
|
+
};
|
|
27
|
+
large: {
|
|
28
|
+
padding: string;
|
|
29
|
+
titleFontSize: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
gap: string;
|
|
3
|
+
borderColor: string;
|
|
4
|
+
borderRadius: string;
|
|
5
|
+
backgroundColor: string;
|
|
6
|
+
headerColor: string;
|
|
7
|
+
listPadding: string;
|
|
8
|
+
listMinHeight: string;
|
|
9
|
+
itemPadding: string;
|
|
10
|
+
itemRadius: string;
|
|
11
|
+
itemHoverBackgroundColor: string;
|
|
12
|
+
itemSelectedBackgroundColor: string;
|
|
13
|
+
itemSelectedColor: string;
|
|
14
|
+
focusRingColor: string;
|
|
15
|
+
buttonBorderColor: string;
|
|
16
|
+
buttonRadius: string;
|
|
17
|
+
buttonBackgroundColor: string;
|
|
18
|
+
buttonColor: string;
|
|
19
|
+
disabledOpacity: string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderColor: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
backgroundColor: string;
|
|
5
|
+
textColor: string;
|
|
6
|
+
contentPadding: string;
|
|
7
|
+
focusRingColor: string;
|
|
8
|
+
scrollbarSize: string;
|
|
9
|
+
scrollbarTrackColor: string;
|
|
10
|
+
scrollbarThumbColor: string;
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
size: string;
|
|
3
|
+
padding: string;
|
|
4
|
+
gap: string;
|
|
5
|
+
borderRadius: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
backgroundColor: string;
|
|
8
|
+
textColor: string;
|
|
9
|
+
hoverBackgroundColor: string;
|
|
10
|
+
focusRingColor: string;
|
|
11
|
+
iconSize: string;
|
|
12
|
+
labelFontSize: string;
|
|
13
|
+
disabledOpacity: string;
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|