@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
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderColor: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
backgroundColor: string;
|
|
5
|
+
textColor: string;
|
|
6
|
+
fontFamily: string;
|
|
7
|
+
fontSize: string;
|
|
8
|
+
toolbarPadding: string;
|
|
9
|
+
actionsGap: string;
|
|
10
|
+
actionBorderColor: string;
|
|
11
|
+
actionRadius: string;
|
|
12
|
+
actionBackgroundColor: string;
|
|
13
|
+
actionTextColor: string;
|
|
14
|
+
actionPadding: string;
|
|
15
|
+
dividerColor: string;
|
|
16
|
+
bodyPadding: string;
|
|
17
|
+
entryGap: string;
|
|
18
|
+
timeFontSize: string;
|
|
19
|
+
timeColor: string;
|
|
20
|
+
promptColor: string;
|
|
21
|
+
entryNeutralColor: string;
|
|
22
|
+
entryInfoColor: string;
|
|
23
|
+
entrySuccessColor: string;
|
|
24
|
+
entryWarnColor: string;
|
|
25
|
+
entryErrorColor: string;
|
|
26
|
+
emptyColor: string;
|
|
27
|
+
disabledOpacity: string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -217,6 +217,68 @@ declare const _default: {
|
|
|
217
217
|
borderColor: string;
|
|
218
218
|
borderRadius: string;
|
|
219
219
|
};
|
|
220
|
+
panel: {
|
|
221
|
+
borderColor: string;
|
|
222
|
+
borderRadius: string;
|
|
223
|
+
backgroundColor: string;
|
|
224
|
+
textColor: string;
|
|
225
|
+
headerPadding: string;
|
|
226
|
+
bodyPadding: string;
|
|
227
|
+
footerPadding: string;
|
|
228
|
+
footerBorderColor: string;
|
|
229
|
+
headerGap: string;
|
|
230
|
+
titleFontSize: string;
|
|
231
|
+
titleFontWeight: string;
|
|
232
|
+
subtitleFontSize: string;
|
|
233
|
+
subtitleColor: string;
|
|
234
|
+
actionsGap: string;
|
|
235
|
+
toggleSize: string;
|
|
236
|
+
toggleRadius: string;
|
|
237
|
+
toggleBorderColor: string;
|
|
238
|
+
toggleBackgroundColor: string;
|
|
239
|
+
toggleTextColor: string;
|
|
240
|
+
toggleHoverBackgroundColor: string;
|
|
241
|
+
disabledOpacity: string;
|
|
242
|
+
small: {
|
|
243
|
+
padding: string;
|
|
244
|
+
titleFontSize: string;
|
|
245
|
+
};
|
|
246
|
+
large: {
|
|
247
|
+
padding: string;
|
|
248
|
+
titleFontSize: string;
|
|
249
|
+
};
|
|
250
|
+
};
|
|
251
|
+
fieldset: {
|
|
252
|
+
borderColor: string;
|
|
253
|
+
borderRadius: string;
|
|
254
|
+
backgroundColor: string;
|
|
255
|
+
textColor: string;
|
|
256
|
+
padding: string;
|
|
257
|
+
legendPadding: string;
|
|
258
|
+
legendFontSize: string;
|
|
259
|
+
legendFontWeight: string;
|
|
260
|
+
legendColor: string;
|
|
261
|
+
contentPadding: string;
|
|
262
|
+
headerGap: string;
|
|
263
|
+
actionsGap: string;
|
|
264
|
+
toggleSize: string;
|
|
265
|
+
toggleRadius: string;
|
|
266
|
+
toggleBorderColor: string;
|
|
267
|
+
toggleBackgroundColor: string;
|
|
268
|
+
toggleTextColor: string;
|
|
269
|
+
toggleHoverBackgroundColor: string;
|
|
270
|
+
disabledOpacity: string;
|
|
271
|
+
};
|
|
272
|
+
toolbar: {
|
|
273
|
+
padding: string;
|
|
274
|
+
densePadding: string;
|
|
275
|
+
borderColor: string;
|
|
276
|
+
borderRadius: string;
|
|
277
|
+
backgroundColor: string;
|
|
278
|
+
textColor: string;
|
|
279
|
+
sectionGap: string;
|
|
280
|
+
controlGap: string;
|
|
281
|
+
};
|
|
220
282
|
chart: {
|
|
221
283
|
borderColor: string;
|
|
222
284
|
borderRadius: string;
|
|
@@ -346,6 +408,23 @@ declare const _default: {
|
|
|
346
408
|
buttonPadding: string;
|
|
347
409
|
};
|
|
348
410
|
};
|
|
411
|
+
inplace: {
|
|
412
|
+
borderColor: string;
|
|
413
|
+
borderRadius: string;
|
|
414
|
+
backgroundColor: string;
|
|
415
|
+
textColor: string;
|
|
416
|
+
padding: string;
|
|
417
|
+
contentPadding: string;
|
|
418
|
+
actionsGap: string;
|
|
419
|
+
buttonPadding: string;
|
|
420
|
+
buttonRadius: string;
|
|
421
|
+
buttonBorderColor: string;
|
|
422
|
+
buttonBackgroundColor: string;
|
|
423
|
+
buttonTextColor: string;
|
|
424
|
+
buttonHoverBackgroundColor: string;
|
|
425
|
+
focusRingShadow: string;
|
|
426
|
+
disabledOpacity: string;
|
|
427
|
+
};
|
|
349
428
|
image: {
|
|
350
429
|
borderColor: string;
|
|
351
430
|
borderRadius: string;
|
|
@@ -363,9 +442,24 @@ declare const _default: {
|
|
|
363
442
|
closeBorderColor: string;
|
|
364
443
|
closeBackgroundColor: string;
|
|
365
444
|
closeTextColor: string;
|
|
445
|
+
toolbarOffset: string;
|
|
446
|
+
toolbarGap: string;
|
|
447
|
+
navOffset: string;
|
|
448
|
+
controlSize: string;
|
|
449
|
+
controlFontSize: string;
|
|
450
|
+
controlBorderColor: string;
|
|
451
|
+
controlBackgroundColor: string;
|
|
452
|
+
controlTextColor: string;
|
|
453
|
+
counterTextColor: string;
|
|
454
|
+
counterFontSize: string;
|
|
366
455
|
focusRingShadow: string;
|
|
367
456
|
disabledOpacity: string;
|
|
368
457
|
};
|
|
458
|
+
icon: {
|
|
459
|
+
size: string;
|
|
460
|
+
color: string;
|
|
461
|
+
spinDuration: string;
|
|
462
|
+
};
|
|
369
463
|
searchInput: {
|
|
370
464
|
gap: string;
|
|
371
465
|
fontSize: string;
|
|
@@ -749,6 +843,90 @@ declare const _default: {
|
|
|
749
843
|
labelPadding: string;
|
|
750
844
|
labelFontSize: string;
|
|
751
845
|
};
|
|
846
|
+
dock: {
|
|
847
|
+
borderColor: string;
|
|
848
|
+
borderRadius: string;
|
|
849
|
+
backgroundColor: string;
|
|
850
|
+
shadow: string;
|
|
851
|
+
padding: string;
|
|
852
|
+
gap: string;
|
|
853
|
+
itemSize: string;
|
|
854
|
+
itemBorderRadius: string;
|
|
855
|
+
itemColor: string;
|
|
856
|
+
itemHoverBackgroundColor: string;
|
|
857
|
+
itemActiveBackgroundColor: string;
|
|
858
|
+
itemActiveColor: string;
|
|
859
|
+
iconSize: string;
|
|
860
|
+
labelFontSize: string;
|
|
861
|
+
disabledOpacity: string;
|
|
862
|
+
};
|
|
863
|
+
galleria: {
|
|
864
|
+
borderColor: string;
|
|
865
|
+
borderRadius: string;
|
|
866
|
+
backgroundColor: string;
|
|
867
|
+
textColor: string;
|
|
868
|
+
padding: string;
|
|
869
|
+
stageGap: string;
|
|
870
|
+
maxHeight: string;
|
|
871
|
+
imageRadius: string;
|
|
872
|
+
imageBackgroundColor: string;
|
|
873
|
+
captionGap: string;
|
|
874
|
+
captionFontSize: string;
|
|
875
|
+
captionColor: string;
|
|
876
|
+
navSize: string;
|
|
877
|
+
navBorderColor: string;
|
|
878
|
+
navBackgroundColor: string;
|
|
879
|
+
navTextColor: string;
|
|
880
|
+
indicatorsGap: string;
|
|
881
|
+
indicatorColor: string;
|
|
882
|
+
indicatorActiveColor: string;
|
|
883
|
+
thumbnailsGap: string;
|
|
884
|
+
thumbnailsItemGap: string;
|
|
885
|
+
thumbnailSize: string;
|
|
886
|
+
thumbnailRadius: string;
|
|
887
|
+
thumbnailBorderColor: string;
|
|
888
|
+
thumbnailActiveBorderColor: string;
|
|
889
|
+
disabledOpacity: string;
|
|
890
|
+
};
|
|
891
|
+
knob: {
|
|
892
|
+
trackColor: string;
|
|
893
|
+
fillColor: string;
|
|
894
|
+
thumbColor: string;
|
|
895
|
+
thumbBorderColor: string;
|
|
896
|
+
valueFontSize: string;
|
|
897
|
+
valueColor: string;
|
|
898
|
+
textColor: string;
|
|
899
|
+
focusRingShadow: string;
|
|
900
|
+
disabledOpacity: string;
|
|
901
|
+
};
|
|
902
|
+
terminal: {
|
|
903
|
+
borderColor: string;
|
|
904
|
+
borderRadius: string;
|
|
905
|
+
backgroundColor: string;
|
|
906
|
+
textColor: string;
|
|
907
|
+
fontFamily: string;
|
|
908
|
+
fontSize: string;
|
|
909
|
+
toolbarPadding: string;
|
|
910
|
+
actionsGap: string;
|
|
911
|
+
actionBorderColor: string;
|
|
912
|
+
actionRadius: string;
|
|
913
|
+
actionBackgroundColor: string;
|
|
914
|
+
actionTextColor: string;
|
|
915
|
+
actionPadding: string;
|
|
916
|
+
dividerColor: string;
|
|
917
|
+
bodyPadding: string;
|
|
918
|
+
entryGap: string;
|
|
919
|
+
timeFontSize: string;
|
|
920
|
+
timeColor: string;
|
|
921
|
+
promptColor: string;
|
|
922
|
+
entryNeutralColor: string;
|
|
923
|
+
entryInfoColor: string;
|
|
924
|
+
entrySuccessColor: string;
|
|
925
|
+
entryWarnColor: string;
|
|
926
|
+
entryErrorColor: string;
|
|
927
|
+
emptyColor: string;
|
|
928
|
+
disabledOpacity: string;
|
|
929
|
+
};
|
|
752
930
|
pageHeader: {
|
|
753
931
|
gap: string;
|
|
754
932
|
contentGap: string;
|
|
@@ -904,6 +1082,33 @@ declare const _default: {
|
|
|
904
1082
|
closeFontSize: string;
|
|
905
1083
|
closeHoverBackgroundColor: string;
|
|
906
1084
|
};
|
|
1085
|
+
sidebar: {
|
|
1086
|
+
width: string;
|
|
1087
|
+
widthSm: string;
|
|
1088
|
+
widthLg: string;
|
|
1089
|
+
height: string;
|
|
1090
|
+
heightSm: string;
|
|
1091
|
+
heightLg: string;
|
|
1092
|
+
padding: string;
|
|
1093
|
+
borderRadius: string;
|
|
1094
|
+
backgroundColor: string;
|
|
1095
|
+
textColor: string;
|
|
1096
|
+
overlayBackgroundColor: string;
|
|
1097
|
+
shadow: string;
|
|
1098
|
+
zIndex: string;
|
|
1099
|
+
headerGap: string;
|
|
1100
|
+
bodyGap: string;
|
|
1101
|
+
footerGap: string;
|
|
1102
|
+
titleFontSize: string;
|
|
1103
|
+
titleLineHeight: string;
|
|
1104
|
+
titleFontWeight: string;
|
|
1105
|
+
closeSize: string;
|
|
1106
|
+
closeRadius: string;
|
|
1107
|
+
closeOffset: string;
|
|
1108
|
+
closeColor: string;
|
|
1109
|
+
closeFontSize: string;
|
|
1110
|
+
closeHoverBackgroundColor: string;
|
|
1111
|
+
};
|
|
907
1112
|
popover: {
|
|
908
1113
|
borderRadius: string;
|
|
909
1114
|
borderColor: string;
|
|
@@ -1062,6 +1267,16 @@ declare const _default: {
|
|
|
1062
1267
|
overlayBackgroundColor: string;
|
|
1063
1268
|
zIndex: string;
|
|
1064
1269
|
};
|
|
1270
|
+
blockui: {
|
|
1271
|
+
zIndex: string;
|
|
1272
|
+
gap: string;
|
|
1273
|
+
textColor: string;
|
|
1274
|
+
labelFontSize: string;
|
|
1275
|
+
labelFontWeight: string;
|
|
1276
|
+
overlayBackgroundColor: string;
|
|
1277
|
+
overlayDimBackgroundColor: string;
|
|
1278
|
+
blurSize: string;
|
|
1279
|
+
};
|
|
1065
1280
|
kanbanBoard: {
|
|
1066
1281
|
gap: string;
|
|
1067
1282
|
columnMinWidth: string;
|
|
@@ -1167,6 +1382,16 @@ declare const _default: {
|
|
|
1167
1382
|
emptyColor: string;
|
|
1168
1383
|
loadingPadding: string;
|
|
1169
1384
|
loadingColor: string;
|
|
1385
|
+
chipGap: string;
|
|
1386
|
+
chipPadding: string;
|
|
1387
|
+
chipRadius: string;
|
|
1388
|
+
chipBackgroundColor: string;
|
|
1389
|
+
chipTextColor: string;
|
|
1390
|
+
chipFontSize: string;
|
|
1391
|
+
groupLabelPadding: string;
|
|
1392
|
+
groupLabelColor: string;
|
|
1393
|
+
groupLabelFontSize: string;
|
|
1394
|
+
groupLabelFontWeight: string;
|
|
1170
1395
|
small: {
|
|
1171
1396
|
padding: string;
|
|
1172
1397
|
fontSize: string;
|
|
@@ -1296,6 +1521,46 @@ declare const _default: {
|
|
|
1296
1521
|
fontSize: string;
|
|
1297
1522
|
};
|
|
1298
1523
|
};
|
|
1524
|
+
picklist: {
|
|
1525
|
+
gap: string;
|
|
1526
|
+
borderColor: string;
|
|
1527
|
+
borderRadius: string;
|
|
1528
|
+
backgroundColor: string;
|
|
1529
|
+
headerColor: string;
|
|
1530
|
+
listPadding: string;
|
|
1531
|
+
listMinHeight: string;
|
|
1532
|
+
itemPadding: string;
|
|
1533
|
+
itemRadius: string;
|
|
1534
|
+
itemHoverBackgroundColor: string;
|
|
1535
|
+
itemSelectedBackgroundColor: string;
|
|
1536
|
+
itemSelectedColor: string;
|
|
1537
|
+
focusRingColor: string;
|
|
1538
|
+
buttonBorderColor: string;
|
|
1539
|
+
buttonRadius: string;
|
|
1540
|
+
buttonBackgroundColor: string;
|
|
1541
|
+
buttonColor: string;
|
|
1542
|
+
disabledOpacity: string;
|
|
1543
|
+
};
|
|
1544
|
+
orderlist: {
|
|
1545
|
+
gap: string;
|
|
1546
|
+
borderColor: string;
|
|
1547
|
+
borderRadius: string;
|
|
1548
|
+
backgroundColor: string;
|
|
1549
|
+
headerColor: string;
|
|
1550
|
+
listPadding: string;
|
|
1551
|
+
listMinHeight: string;
|
|
1552
|
+
itemPadding: string;
|
|
1553
|
+
itemRadius: string;
|
|
1554
|
+
itemHoverBackgroundColor: string;
|
|
1555
|
+
itemSelectedBackgroundColor: string;
|
|
1556
|
+
itemSelectedColor: string;
|
|
1557
|
+
focusRingColor: string;
|
|
1558
|
+
buttonBorderColor: string;
|
|
1559
|
+
buttonRadius: string;
|
|
1560
|
+
buttonBackgroundColor: string;
|
|
1561
|
+
buttonColor: string;
|
|
1562
|
+
disabledOpacity: string;
|
|
1563
|
+
};
|
|
1299
1564
|
taginput: {
|
|
1300
1565
|
minWidth: string;
|
|
1301
1566
|
minHeight: string;
|
|
@@ -2003,6 +2268,45 @@ declare const _default: {
|
|
|
2003
2268
|
textColor: string;
|
|
2004
2269
|
};
|
|
2005
2270
|
};
|
|
2271
|
+
message: {
|
|
2272
|
+
gap: string;
|
|
2273
|
+
padding: string;
|
|
2274
|
+
borderRadius: string;
|
|
2275
|
+
borderColor: string;
|
|
2276
|
+
backgroundColor: string;
|
|
2277
|
+
textColor: string;
|
|
2278
|
+
iconColor: string;
|
|
2279
|
+
fontSize: string;
|
|
2280
|
+
lineHeight: string;
|
|
2281
|
+
bodyGap: string;
|
|
2282
|
+
titleFontSize: string;
|
|
2283
|
+
titleFontWeight: string;
|
|
2284
|
+
actionsGap: string;
|
|
2285
|
+
closeSize: string;
|
|
2286
|
+
closeRadius: string;
|
|
2287
|
+
closeFontSize: string;
|
|
2288
|
+
closeHoverBackgroundColor: string;
|
|
2289
|
+
info: {
|
|
2290
|
+
backgroundColor: string;
|
|
2291
|
+
borderColor: string;
|
|
2292
|
+
textColor: string;
|
|
2293
|
+
};
|
|
2294
|
+
success: {
|
|
2295
|
+
backgroundColor: string;
|
|
2296
|
+
borderColor: string;
|
|
2297
|
+
textColor: string;
|
|
2298
|
+
};
|
|
2299
|
+
warn: {
|
|
2300
|
+
backgroundColor: string;
|
|
2301
|
+
borderColor: string;
|
|
2302
|
+
textColor: string;
|
|
2303
|
+
};
|
|
2304
|
+
danger: {
|
|
2305
|
+
backgroundColor: string;
|
|
2306
|
+
borderColor: string;
|
|
2307
|
+
textColor: string;
|
|
2308
|
+
};
|
|
2309
|
+
};
|
|
2006
2310
|
emptyState: {
|
|
2007
2311
|
gap: string;
|
|
2008
2312
|
bodyGap: string;
|
|
@@ -2307,6 +2611,31 @@ declare const _default: {
|
|
|
2307
2611
|
labelFontSize: string;
|
|
2308
2612
|
};
|
|
2309
2613
|
};
|
|
2614
|
+
scrollpanel: {
|
|
2615
|
+
borderColor: string;
|
|
2616
|
+
borderRadius: string;
|
|
2617
|
+
backgroundColor: string;
|
|
2618
|
+
textColor: string;
|
|
2619
|
+
contentPadding: string;
|
|
2620
|
+
focusRingColor: string;
|
|
2621
|
+
scrollbarSize: string;
|
|
2622
|
+
scrollbarTrackColor: string;
|
|
2623
|
+
scrollbarThumbColor: string;
|
|
2624
|
+
};
|
|
2625
|
+
scrolltop: {
|
|
2626
|
+
size: string;
|
|
2627
|
+
padding: string;
|
|
2628
|
+
gap: string;
|
|
2629
|
+
borderRadius: string;
|
|
2630
|
+
borderColor: string;
|
|
2631
|
+
backgroundColor: string;
|
|
2632
|
+
textColor: string;
|
|
2633
|
+
hoverBackgroundColor: string;
|
|
2634
|
+
focusRingColor: string;
|
|
2635
|
+
iconSize: string;
|
|
2636
|
+
labelFontSize: string;
|
|
2637
|
+
disabledOpacity: string;
|
|
2638
|
+
};
|
|
2310
2639
|
slider: {
|
|
2311
2640
|
width: string;
|
|
2312
2641
|
gap: string;
|
|
@@ -2550,6 +2879,42 @@ declare const _default: {
|
|
|
2550
2879
|
toggleSize: string;
|
|
2551
2880
|
};
|
|
2552
2881
|
};
|
|
2882
|
+
orgchart: {
|
|
2883
|
+
gap: string;
|
|
2884
|
+
childrenMarginTop: string;
|
|
2885
|
+
connectorColor: string;
|
|
2886
|
+
textColor: string;
|
|
2887
|
+
cardMinWidth: string;
|
|
2888
|
+
cardMaxWidth: string;
|
|
2889
|
+
cardGap: string;
|
|
2890
|
+
cardPadding: string;
|
|
2891
|
+
cardBorderColor: string;
|
|
2892
|
+
cardBorderRadius: string;
|
|
2893
|
+
cardBackgroundColor: string;
|
|
2894
|
+
cardTextColor: string;
|
|
2895
|
+
cardHoverBackgroundColor: string;
|
|
2896
|
+
cardSelectedBackgroundColor: string;
|
|
2897
|
+
cardSelectedColor: string;
|
|
2898
|
+
toggleSize: string;
|
|
2899
|
+
toggleRadius: string;
|
|
2900
|
+
toggleBorderColor: string;
|
|
2901
|
+
toggleBackgroundColor: string;
|
|
2902
|
+
toggleTextColor: string;
|
|
2903
|
+
focusRingColor: string;
|
|
2904
|
+
labelFontSize: string;
|
|
2905
|
+
labelFontWeight: string;
|
|
2906
|
+
titleFontSize: string;
|
|
2907
|
+
titleColor: string;
|
|
2908
|
+
disabledOpacity: string;
|
|
2909
|
+
small: {
|
|
2910
|
+
cardPadding: string;
|
|
2911
|
+
labelFontSize: string;
|
|
2912
|
+
};
|
|
2913
|
+
large: {
|
|
2914
|
+
cardPadding: string;
|
|
2915
|
+
labelFontSize: string;
|
|
2916
|
+
};
|
|
2917
|
+
};
|
|
2553
2918
|
treeselect: {
|
|
2554
2919
|
minWidth: string;
|
|
2555
2920
|
fontSize: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codemonster-ru/vueforge",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.93.0",
|
|
4
4
|
"description": "Open source UI components for Vue.js.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Kirill Kolesnikov",
|
|
@@ -60,9 +60,15 @@
|
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"@codemonster-ru/vueiconify": "^0.7.0",
|
|
63
|
+
"chart.js": "^4.0.0",
|
|
63
64
|
"vue": "^3.0.0",
|
|
64
65
|
"vue-router": "^4.4.5"
|
|
65
66
|
},
|
|
67
|
+
"peerDependenciesMeta": {
|
|
68
|
+
"chart.js": {
|
|
69
|
+
"optional": true
|
|
70
|
+
}
|
|
71
|
+
},
|
|
66
72
|
"devDependencies": {
|
|
67
73
|
"@types/node": "^20.14.10",
|
|
68
74
|
"@typescript-eslint/eslint-plugin": "^8.54.0",
|