@codemonster-ru/vueforge 0.93.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 +47 -0
- package/dist/index.ts.mjs +14767 -10149
- package/dist/index.ts.umd.js +17 -14
- 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__/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__/dynamic-dialog.test.d.ts +1 -0
- package/dist/package/components/__tests__/file-manager.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__/json-viewer.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__/meter-group.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__/permission-matrix.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__/tab-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/tiered-menu.test.d.ts +1 -0
- 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/bottom-sheet.vue.d.ts +57 -0
- 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/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 +1 -1
- 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/comment-thread.vue.d.ts +72 -0
- package/dist/package/components/confirm-dialog.vue.d.ts +1 -1
- package/dist/package/components/confirm-popup.vue.d.ts +383 -0
- package/dist/package/components/context-menu.vue.d.ts +1 -1
- 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 +6 -6
- package/dist/package/components/data-view.vue.d.ts +1 -1
- package/dist/package/components/date-range-picker.vue.d.ts +1 -1
- package/dist/package/components/datepicker.vue.d.ts +1 -1
- package/dist/package/components/datetimepicker.vue.d.ts +1 -1
- package/dist/package/components/diff-viewer.vue.d.ts +45 -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/dynamic-dialog.vue.d.ts +35 -0
- package/dist/package/components/file-manager.vue.d.ts +89 -0
- package/dist/package/components/infinite-scroll.vue.d.ts +72 -0
- package/dist/package/components/inline-message.vue.d.ts +40 -0
- package/dist/package/components/json-viewer.vue.d.ts +57 -0
- package/dist/package/components/kpi-stat-card.vue.d.ts +46 -0
- package/dist/package/components/member-picker.vue.d.ts +89 -0
- package/dist/package/components/meter-group.vue.d.ts +46 -0
- 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/permission-matrix.vue.d.ts +48 -0
- package/dist/package/components/popover.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/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-top.vue.d.ts +1 -1
- package/dist/package/components/sidebar.vue.d.ts +4 -4
- package/dist/package/components/split-button.vue.d.ts +7 -7
- package/dist/package/components/tab-menu.vue.d.ts +33 -0
- package/dist/package/components/terminal.vue.d.ts +2 -2
- package/dist/package/components/tiered-menu.vue.d.ts +34 -0
- package/dist/package/components/toast.vue.d.ts +1 -1
- package/dist/package/components/tooltip.vue.d.ts +1 -1
- package/dist/package/components/tour.vue.d.ts +1 -1
- package/dist/package/components/tree-select.vue.d.ts +1 -1
- package/dist/package/components/tree-table.vue.d.ts +2 -2
- package/dist/package/components/tree.vue.d.ts +2 -1
- package/dist/package/config/theme-core.d.ts +654 -0
- 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/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/file-manager.d.ts +55 -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/json-viewer.d.ts +33 -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/overlay-badge.d.ts +33 -0
- package/dist/package/themes/default/components/permission-matrix.d.ts +29 -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/tab-menu.d.ts +14 -0
- package/dist/package/themes/default/index.d.ts +717 -0
- package/package.json +1 -1
|
@@ -822,6 +822,251 @@ export type FileUploadTokens = {
|
|
|
822
822
|
buttonPadding?: string;
|
|
823
823
|
};
|
|
824
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
|
+
};
|
|
825
1070
|
export type LinkTokens = {
|
|
826
1071
|
hoverColor?: string;
|
|
827
1072
|
activeColor?: string;
|
|
@@ -973,6 +1218,16 @@ export type ConfirmDialogTokens = {
|
|
|
973
1218
|
messageLineHeight?: string;
|
|
974
1219
|
actionsGap?: string;
|
|
975
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
|
+
};
|
|
976
1231
|
export type DrawerTokens = {
|
|
977
1232
|
width?: string;
|
|
978
1233
|
widthSm?: string;
|
|
@@ -2283,6 +2538,219 @@ export type TimelineTokens = {
|
|
|
2283
2538
|
descriptionFontSize?: string;
|
|
2284
2539
|
};
|
|
2285
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
|
+
};
|
|
2286
2754
|
export type DataTableTokens = {
|
|
2287
2755
|
borderColor?: string;
|
|
2288
2756
|
borderRadius?: string;
|
|
@@ -2514,6 +2982,52 @@ export type AlertTokens = {
|
|
|
2514
2982
|
textColor?: string;
|
|
2515
2983
|
};
|
|
2516
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
|
+
};
|
|
2517
3031
|
export type EmptyStateTokens = {
|
|
2518
3032
|
gap?: string;
|
|
2519
3033
|
bodyGap?: string;
|
|
@@ -2666,6 +3180,120 @@ export type FilterChipsTokens = {
|
|
|
2666
3180
|
chipPadding?: string;
|
|
2667
3181
|
};
|
|
2668
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
|
+
};
|
|
2669
3297
|
export type AvatarTokens = {
|
|
2670
3298
|
size?: string;
|
|
2671
3299
|
fontSize?: string;
|
|
@@ -2742,11 +3370,14 @@ export type ThemeComponentTokens = {
|
|
|
2742
3370
|
divider?: DividerTokens;
|
|
2743
3371
|
pageHeader?: PageHeaderTokens;
|
|
2744
3372
|
menu?: MenuTokens;
|
|
3373
|
+
tieredMenu?: MenuTokens;
|
|
2745
3374
|
menubar?: MenuBarTokens;
|
|
2746
3375
|
megamenu?: MegaMenuTokens;
|
|
2747
3376
|
panelmenu?: PanelMenuTokens;
|
|
2748
3377
|
modal?: ModalTokens;
|
|
3378
|
+
dynamicDialog?: ModalTokens;
|
|
2749
3379
|
confirmDialog?: ConfirmDialogTokens;
|
|
3380
|
+
confirmPopup?: ConfirmPopupTokens;
|
|
2750
3381
|
drawer?: DrawerTokens;
|
|
2751
3382
|
sidebar?: DrawerTokens;
|
|
2752
3383
|
popover?: PopoverTokens;
|
|
@@ -2772,6 +3403,7 @@ export type ThemeComponentTokens = {
|
|
|
2772
3403
|
pagination?: PaginationTokens;
|
|
2773
3404
|
switch?: SwitchTokens;
|
|
2774
3405
|
segmentedControl?: SegmentedControlTokens;
|
|
3406
|
+
tabMenu?: TabMenuTokens;
|
|
2775
3407
|
tooltip?: TooltipTokens;
|
|
2776
3408
|
tour?: TourTokens;
|
|
2777
3409
|
skeleton?: SkeletonTokens;
|
|
@@ -2782,6 +3414,14 @@ export type ThemeComponentTokens = {
|
|
|
2782
3414
|
stepper?: StepperTokens;
|
|
2783
3415
|
wizard?: WizardTokens;
|
|
2784
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;
|
|
2785
3425
|
datatable?: DataTableTokens;
|
|
2786
3426
|
treetable?: TreeTableTokens;
|
|
2787
3427
|
dataview?: DataViewTokens;
|
|
@@ -2790,15 +3430,29 @@ export type ThemeComponentTokens = {
|
|
|
2790
3430
|
toast?: ToastTokens;
|
|
2791
3431
|
alert?: AlertTokens;
|
|
2792
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;
|
|
2793
3441
|
emptyState?: EmptyStateTokens;
|
|
2794
3442
|
badge?: BadgeTokens;
|
|
2795
3443
|
chip?: ChipTokens;
|
|
2796
3444
|
filterChips?: FilterChipsTokens;
|
|
3445
|
+
advancedFilterPanel?: AdvancedFilterPanelTokens;
|
|
3446
|
+
queryBuilder?: QueryBuilderTokens;
|
|
3447
|
+
savedViewsManager?: SavedViewsManagerTokens;
|
|
3448
|
+
dataTableToolbar?: DataTableToolbarTokens;
|
|
3449
|
+
bulkActionBar?: BulkActionBarTokens;
|
|
2797
3450
|
avatar?: AvatarTokens;
|
|
2798
3451
|
rating?: RatingTokens;
|
|
2799
3452
|
tree?: TreeTokens;
|
|
2800
3453
|
orgchart?: OrgChartTokens;
|
|
2801
3454
|
treeselect?: TreeSelectTokens;
|
|
3455
|
+
cascadeSelect?: TreeSelectTokens;
|
|
2802
3456
|
virtualScroller?: VirtualScrollerTokens;
|
|
2803
3457
|
[key: string]: unknown;
|
|
2804
3458
|
};
|