@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
|
@@ -976,6 +976,27 @@ declare const _default: {
|
|
|
976
976
|
marginLeft: string;
|
|
977
977
|
};
|
|
978
978
|
};
|
|
979
|
+
tieredMenu: {
|
|
980
|
+
iconGap: string;
|
|
981
|
+
submenuOffset: string;
|
|
982
|
+
separatorThickness: string;
|
|
983
|
+
separatorHeight: string;
|
|
984
|
+
separatorColor: string;
|
|
985
|
+
link: {
|
|
986
|
+
hoverColor: string;
|
|
987
|
+
activeColor: string;
|
|
988
|
+
};
|
|
989
|
+
parent: {
|
|
990
|
+
hoverColor: string;
|
|
991
|
+
activeColor: string;
|
|
992
|
+
};
|
|
993
|
+
item: {
|
|
994
|
+
marginTop: string;
|
|
995
|
+
marginRight: string;
|
|
996
|
+
marginBottom: string;
|
|
997
|
+
marginLeft: string;
|
|
998
|
+
};
|
|
999
|
+
};
|
|
979
1000
|
menubar: {
|
|
980
1001
|
borderColor: string;
|
|
981
1002
|
borderRadius: string;
|
|
@@ -1048,6 +1069,34 @@ declare const _default: {
|
|
|
1048
1069
|
closeFontSize: string;
|
|
1049
1070
|
closeHoverBackgroundColor: string;
|
|
1050
1071
|
};
|
|
1072
|
+
dynamicDialog: {
|
|
1073
|
+
width: string;
|
|
1074
|
+
maxWidth: string;
|
|
1075
|
+
maxHeight: string;
|
|
1076
|
+
widthSm: string;
|
|
1077
|
+
maxWidthSm: string;
|
|
1078
|
+
widthLg: string;
|
|
1079
|
+
maxWidthLg: string;
|
|
1080
|
+
padding: string;
|
|
1081
|
+
borderRadius: string;
|
|
1082
|
+
backgroundColor: string;
|
|
1083
|
+
textColor: string;
|
|
1084
|
+
overlayBackgroundColor: string;
|
|
1085
|
+
shadow: string;
|
|
1086
|
+
zIndex: string;
|
|
1087
|
+
headerGap: string;
|
|
1088
|
+
bodyGap: string;
|
|
1089
|
+
footerGap: string;
|
|
1090
|
+
titleFontSize: string;
|
|
1091
|
+
titleLineHeight: string;
|
|
1092
|
+
titleFontWeight: string;
|
|
1093
|
+
closeSize: string;
|
|
1094
|
+
closeRadius: string;
|
|
1095
|
+
closeOffset: string;
|
|
1096
|
+
closeColor: string;
|
|
1097
|
+
closeFontSize: string;
|
|
1098
|
+
closeHoverBackgroundColor: string;
|
|
1099
|
+
};
|
|
1051
1100
|
confirmDialog: {
|
|
1052
1101
|
maxWidth: string;
|
|
1053
1102
|
messageColor: string;
|
|
@@ -1055,6 +1104,16 @@ declare const _default: {
|
|
|
1055
1104
|
messageLineHeight: string;
|
|
1056
1105
|
actionsGap: string;
|
|
1057
1106
|
};
|
|
1107
|
+
confirmPopup: {
|
|
1108
|
+
bodyGap: string;
|
|
1109
|
+
titleFontSize: string;
|
|
1110
|
+
titleFontWeight: string;
|
|
1111
|
+
titleColor: string;
|
|
1112
|
+
messageColor: string;
|
|
1113
|
+
messageFontSize: string;
|
|
1114
|
+
messageLineHeight: string;
|
|
1115
|
+
actionsGap: string;
|
|
1116
|
+
};
|
|
1058
1117
|
drawer: {
|
|
1059
1118
|
width: string;
|
|
1060
1119
|
widthSm: string;
|
|
@@ -1617,6 +1676,46 @@ declare const _default: {
|
|
|
1617
1676
|
chipFontSize: string;
|
|
1618
1677
|
};
|
|
1619
1678
|
};
|
|
1679
|
+
cascadeSelect: {
|
|
1680
|
+
minWidth: string;
|
|
1681
|
+
fontSize: string;
|
|
1682
|
+
controlGap: string;
|
|
1683
|
+
chevronSize: string;
|
|
1684
|
+
padding: string;
|
|
1685
|
+
borderRadius: string;
|
|
1686
|
+
borderColor: string;
|
|
1687
|
+
backgroundColor: string;
|
|
1688
|
+
textColor: string;
|
|
1689
|
+
placeholderColor: string;
|
|
1690
|
+
focusBorderColor: string;
|
|
1691
|
+
hoverBorderColor: string;
|
|
1692
|
+
disabledOpacity: string;
|
|
1693
|
+
panelBackgroundColor: string;
|
|
1694
|
+
panelBorderColor: string;
|
|
1695
|
+
panelPadding: string;
|
|
1696
|
+
panelMaxHeight: string;
|
|
1697
|
+
panelRadiusOffset: string;
|
|
1698
|
+
panelShadow: string;
|
|
1699
|
+
focusRingShadow: string;
|
|
1700
|
+
searchPadding: string;
|
|
1701
|
+
searchBorderColor: string;
|
|
1702
|
+
searchBorderRadius: string;
|
|
1703
|
+
emptyPadding: string;
|
|
1704
|
+
emptyColor: string;
|
|
1705
|
+
loadingPadding: string;
|
|
1706
|
+
loadingColor: string;
|
|
1707
|
+
clearSize: string;
|
|
1708
|
+
clearRadius: string;
|
|
1709
|
+
clearHoverBackgroundColor: string;
|
|
1710
|
+
small: {
|
|
1711
|
+
padding: string;
|
|
1712
|
+
fontSize: string;
|
|
1713
|
+
};
|
|
1714
|
+
large: {
|
|
1715
|
+
padding: string;
|
|
1716
|
+
fontSize: string;
|
|
1717
|
+
};
|
|
1718
|
+
};
|
|
1620
1719
|
datepicker: {
|
|
1621
1720
|
minWidth: string;
|
|
1622
1721
|
fontSize: string;
|
|
@@ -1973,6 +2072,19 @@ declare const _default: {
|
|
|
1973
2072
|
panelTextColor: string;
|
|
1974
2073
|
disabledOpacity: string;
|
|
1975
2074
|
};
|
|
2075
|
+
tabMenu: {
|
|
2076
|
+
gap: string;
|
|
2077
|
+
borderWidth: string;
|
|
2078
|
+
borderColor: string;
|
|
2079
|
+
tabPadding: string;
|
|
2080
|
+
tabBorderRadius: string;
|
|
2081
|
+
tabTextColor: string;
|
|
2082
|
+
tabHoverTextColor: string;
|
|
2083
|
+
tabHoverBackgroundColor: string;
|
|
2084
|
+
tabActiveTextColor: string;
|
|
2085
|
+
tabActiveBorderColor: string;
|
|
2086
|
+
disabledOpacity: string;
|
|
2087
|
+
};
|
|
1976
2088
|
accordion: {
|
|
1977
2089
|
gap: string;
|
|
1978
2090
|
borderRadius: string;
|
|
@@ -2548,6 +2660,107 @@ declare const _default: {
|
|
|
2548
2660
|
chipPadding: string;
|
|
2549
2661
|
};
|
|
2550
2662
|
};
|
|
2663
|
+
advancedFilterPanel: {
|
|
2664
|
+
gap: string;
|
|
2665
|
+
padding: string;
|
|
2666
|
+
borderColor: string;
|
|
2667
|
+
borderRadius: string;
|
|
2668
|
+
backgroundColor: string;
|
|
2669
|
+
textColor: string;
|
|
2670
|
+
secondaryTextColor: string;
|
|
2671
|
+
rowGap: string;
|
|
2672
|
+
labelFontSize: string;
|
|
2673
|
+
controlHeight: string;
|
|
2674
|
+
controlBorderColor: string;
|
|
2675
|
+
controlBorderRadius: string;
|
|
2676
|
+
controlBackgroundColor: string;
|
|
2677
|
+
focusBorderColor: string;
|
|
2678
|
+
focusRing: string;
|
|
2679
|
+
disabledOpacity: string;
|
|
2680
|
+
};
|
|
2681
|
+
queryBuilder: {
|
|
2682
|
+
fontSize: string;
|
|
2683
|
+
padding: string;
|
|
2684
|
+
borderColor: string;
|
|
2685
|
+
borderRadius: string;
|
|
2686
|
+
backgroundColor: string;
|
|
2687
|
+
textColor: string;
|
|
2688
|
+
secondaryTextColor: string;
|
|
2689
|
+
rowGap: string;
|
|
2690
|
+
nestedOffset: string;
|
|
2691
|
+
groupGap: string;
|
|
2692
|
+
groupPadding: string;
|
|
2693
|
+
groupBorderRadius: string;
|
|
2694
|
+
groupBorderColor: string;
|
|
2695
|
+
groupBackgroundColor: string;
|
|
2696
|
+
controlHeight: string;
|
|
2697
|
+
controlBorderRadius: string;
|
|
2698
|
+
controlBorderColor: string;
|
|
2699
|
+
controlBackgroundColor: string;
|
|
2700
|
+
controlFocusBorderColor: string;
|
|
2701
|
+
controlFocusRing: string;
|
|
2702
|
+
dangerTextColor: string;
|
|
2703
|
+
dangerBorderColor: string;
|
|
2704
|
+
disabledOpacity: string;
|
|
2705
|
+
};
|
|
2706
|
+
savedViewsManager: {
|
|
2707
|
+
gap: string;
|
|
2708
|
+
padding: string;
|
|
2709
|
+
borderColor: string;
|
|
2710
|
+
borderRadius: string;
|
|
2711
|
+
backgroundColor: string;
|
|
2712
|
+
textColor: string;
|
|
2713
|
+
secondaryTextColor: string;
|
|
2714
|
+
rowGap: string;
|
|
2715
|
+
labelFontSize: string;
|
|
2716
|
+
controlHeight: string;
|
|
2717
|
+
controlBorderColor: string;
|
|
2718
|
+
controlBorderRadius: string;
|
|
2719
|
+
controlBackgroundColor: string;
|
|
2720
|
+
focusBorderColor: string;
|
|
2721
|
+
focusRing: string;
|
|
2722
|
+
dangerTextColor: string;
|
|
2723
|
+
dangerBorderColor: string;
|
|
2724
|
+
disabledOpacity: string;
|
|
2725
|
+
};
|
|
2726
|
+
dataTableToolbar: {
|
|
2727
|
+
gap: string;
|
|
2728
|
+
padding: string;
|
|
2729
|
+
borderColor: string;
|
|
2730
|
+
borderRadius: string;
|
|
2731
|
+
backgroundColor: string;
|
|
2732
|
+
textColor: string;
|
|
2733
|
+
secondaryTextColor: string;
|
|
2734
|
+
rowGap: string;
|
|
2735
|
+
labelFontSize: string;
|
|
2736
|
+
controlHeight: string;
|
|
2737
|
+
controlBorderColor: string;
|
|
2738
|
+
controlBorderRadius: string;
|
|
2739
|
+
controlBackgroundColor: string;
|
|
2740
|
+
badgeBackgroundColor: string;
|
|
2741
|
+
badgeTextColor: string;
|
|
2742
|
+
focusBorderColor: string;
|
|
2743
|
+
focusRing: string;
|
|
2744
|
+
disabledOpacity: string;
|
|
2745
|
+
};
|
|
2746
|
+
bulkActionBar: {
|
|
2747
|
+
gap: string;
|
|
2748
|
+
padding: string;
|
|
2749
|
+
borderColor: string;
|
|
2750
|
+
borderRadius: string;
|
|
2751
|
+
backgroundColor: string;
|
|
2752
|
+
textColor: string;
|
|
2753
|
+
secondaryTextColor: string;
|
|
2754
|
+
rowGap: string;
|
|
2755
|
+
controlHeight: string;
|
|
2756
|
+
controlBorderColor: string;
|
|
2757
|
+
controlBorderRadius: string;
|
|
2758
|
+
controlBackgroundColor: string;
|
|
2759
|
+
secondaryBorderColor: string;
|
|
2760
|
+
focusBorderColor: string;
|
|
2761
|
+
focusRing: string;
|
|
2762
|
+
disabledOpacity: string;
|
|
2763
|
+
};
|
|
2551
2764
|
avatar: {
|
|
2552
2765
|
size: string;
|
|
2553
2766
|
fontSize: string;
|
|
@@ -2828,6 +3041,510 @@ declare const _default: {
|
|
|
2828
3041
|
descriptionFontSize: string;
|
|
2829
3042
|
};
|
|
2830
3043
|
};
|
|
3044
|
+
activityFeed: {
|
|
3045
|
+
gap: string;
|
|
3046
|
+
groupGap: string;
|
|
3047
|
+
groupTitleFontSize: string;
|
|
3048
|
+
groupTitleColor: string;
|
|
3049
|
+
groupTitleFontWeight: string;
|
|
3050
|
+
itemGap: string;
|
|
3051
|
+
itemPadding: string;
|
|
3052
|
+
itemBorderColor: string;
|
|
3053
|
+
itemBorderRadius: string;
|
|
3054
|
+
itemBackgroundColor: string;
|
|
3055
|
+
contentGap: string;
|
|
3056
|
+
avatarSize: string;
|
|
3057
|
+
avatarFontSize: string;
|
|
3058
|
+
avatarBackgroundColor: string;
|
|
3059
|
+
avatarTextColor: string;
|
|
3060
|
+
titleFontSize: string;
|
|
3061
|
+
titleColor: string;
|
|
3062
|
+
titleFontWeight: string;
|
|
3063
|
+
descriptionFontSize: string;
|
|
3064
|
+
descriptionColor: string;
|
|
3065
|
+
metaGap: string;
|
|
3066
|
+
metaFontSize: string;
|
|
3067
|
+
metaColor: string;
|
|
3068
|
+
actorFontWeight: string;
|
|
3069
|
+
actionColor: string;
|
|
3070
|
+
actionFontSize: string;
|
|
3071
|
+
infoBorderColor: string;
|
|
3072
|
+
successBorderColor: string;
|
|
3073
|
+
warnBorderColor: string;
|
|
3074
|
+
dangerBorderColor: string;
|
|
3075
|
+
emptyPadding: string;
|
|
3076
|
+
emptyColor: string;
|
|
3077
|
+
};
|
|
3078
|
+
auditLogViewer: {
|
|
3079
|
+
borderColor: string;
|
|
3080
|
+
borderRadius: string;
|
|
3081
|
+
backgroundColor: string;
|
|
3082
|
+
textColor: string;
|
|
3083
|
+
dividerColor: string;
|
|
3084
|
+
headerBackgroundColor: string;
|
|
3085
|
+
fontSize: string;
|
|
3086
|
+
cellPadding: string;
|
|
3087
|
+
eventFontWeight: string;
|
|
3088
|
+
metaColor: string;
|
|
3089
|
+
metaFontSize: string;
|
|
3090
|
+
actionColor: string;
|
|
3091
|
+
actionFontSize: string;
|
|
3092
|
+
detailsGap: string;
|
|
3093
|
+
sectionTitleFontSize: string;
|
|
3094
|
+
monoFontFamily: string;
|
|
3095
|
+
monoFontSize: string;
|
|
3096
|
+
};
|
|
3097
|
+
commentThread: {
|
|
3098
|
+
gap: string;
|
|
3099
|
+
itemGap: string;
|
|
3100
|
+
indentSize: string;
|
|
3101
|
+
borderColor: string;
|
|
3102
|
+
borderRadius: string;
|
|
3103
|
+
backgroundColor: string;
|
|
3104
|
+
padding: string;
|
|
3105
|
+
resolvedBackgroundColor: string;
|
|
3106
|
+
resolvedBorderColor: string;
|
|
3107
|
+
metaGap: string;
|
|
3108
|
+
authorFontWeight: string;
|
|
3109
|
+
metaColor: string;
|
|
3110
|
+
metaFontSize: string;
|
|
3111
|
+
actionsGap: string;
|
|
3112
|
+
actionColor: string;
|
|
3113
|
+
actionFontSize: string;
|
|
3114
|
+
replyMinHeight: string;
|
|
3115
|
+
replyBorderColor: string;
|
|
3116
|
+
replyBorderRadius: string;
|
|
3117
|
+
replyBackgroundColor: string;
|
|
3118
|
+
disabledOpacity: string;
|
|
3119
|
+
};
|
|
3120
|
+
memberPicker: {
|
|
3121
|
+
controlMinHeight: string;
|
|
3122
|
+
borderColor: string;
|
|
3123
|
+
borderRadius: string;
|
|
3124
|
+
backgroundColor: string;
|
|
3125
|
+
textColor: string;
|
|
3126
|
+
padding: string;
|
|
3127
|
+
gap: string;
|
|
3128
|
+
focusBorderColor: string;
|
|
3129
|
+
focusRingShadow: string;
|
|
3130
|
+
disabledOpacity: string;
|
|
3131
|
+
chipGap: string;
|
|
3132
|
+
chipBackgroundColor: string;
|
|
3133
|
+
chipBorderColor: string;
|
|
3134
|
+
chipBorderRadius: string;
|
|
3135
|
+
chipFontSize: string;
|
|
3136
|
+
chipRemoveFontSize: string;
|
|
3137
|
+
zIndex: string;
|
|
3138
|
+
panelBorderColor: string;
|
|
3139
|
+
panelBorderRadius: string;
|
|
3140
|
+
panelBackgroundColor: string;
|
|
3141
|
+
panelShadow: string;
|
|
3142
|
+
panelMaxHeight: string;
|
|
3143
|
+
optionPadding: string;
|
|
3144
|
+
optionGap: string;
|
|
3145
|
+
optionHighlightBackgroundColor: string;
|
|
3146
|
+
optionSelectedBackgroundColor: string;
|
|
3147
|
+
optionTitleFontSize: string;
|
|
3148
|
+
optionTitleFontWeight: string;
|
|
3149
|
+
optionMetaFontSize: string;
|
|
3150
|
+
optionMetaColor: string;
|
|
3151
|
+
statePadding: string;
|
|
3152
|
+
};
|
|
3153
|
+
permissionMatrix: {
|
|
3154
|
+
borderColor: string;
|
|
3155
|
+
borderRadius: string;
|
|
3156
|
+
backgroundColor: string;
|
|
3157
|
+
textColor: string;
|
|
3158
|
+
dividerColor: string;
|
|
3159
|
+
headerBackgroundColor: string;
|
|
3160
|
+
stickyBackgroundColor: string;
|
|
3161
|
+
cellPadding: string;
|
|
3162
|
+
labelFontSize: string;
|
|
3163
|
+
labelFontWeight: string;
|
|
3164
|
+
descriptionFontSize: string;
|
|
3165
|
+
descriptionColor: string;
|
|
3166
|
+
toggleMinWidth: string;
|
|
3167
|
+
toggleBorderColor: string;
|
|
3168
|
+
toggleBorderRadius: string;
|
|
3169
|
+
togglePadding: string;
|
|
3170
|
+
toggleBackgroundColor: string;
|
|
3171
|
+
toggleTextColor: string;
|
|
3172
|
+
toggleFontSize: string;
|
|
3173
|
+
allowBorderColor: string;
|
|
3174
|
+
allowBackgroundColor: string;
|
|
3175
|
+
allowTextColor: string;
|
|
3176
|
+
denyBorderColor: string;
|
|
3177
|
+
denyBackgroundColor: string;
|
|
3178
|
+
denyTextColor: string;
|
|
3179
|
+
disabledOpacity: string;
|
|
3180
|
+
};
|
|
3181
|
+
kpiStatCard: {
|
|
3182
|
+
borderColor: string;
|
|
3183
|
+
borderRadius: string;
|
|
3184
|
+
backgroundColor: string;
|
|
3185
|
+
textColor: string;
|
|
3186
|
+
padding: string;
|
|
3187
|
+
gap: string;
|
|
3188
|
+
headerGap: string;
|
|
3189
|
+
titleFontSize: string;
|
|
3190
|
+
titleFontWeight: string;
|
|
3191
|
+
subtitleFontSize: string;
|
|
3192
|
+
subtitleColor: string;
|
|
3193
|
+
valueGap: string;
|
|
3194
|
+
valueFontSize: string;
|
|
3195
|
+
valueFontWeight: string;
|
|
3196
|
+
trendGap: string;
|
|
3197
|
+
trendFontSize: string;
|
|
3198
|
+
trendColor: string;
|
|
3199
|
+
upColor: string;
|
|
3200
|
+
downColor: string;
|
|
3201
|
+
captionFontSize: string;
|
|
3202
|
+
captionColor: string;
|
|
3203
|
+
};
|
|
3204
|
+
meterGroup: {
|
|
3205
|
+
gap: string;
|
|
3206
|
+
itemGap: string;
|
|
3207
|
+
itemBorderColor: string;
|
|
3208
|
+
itemBorderRadius: string;
|
|
3209
|
+
itemBackgroundColor: string;
|
|
3210
|
+
itemPadding: string;
|
|
3211
|
+
headerGap: string;
|
|
3212
|
+
labelFontSize: string;
|
|
3213
|
+
labelFontWeight: string;
|
|
3214
|
+
valueFontSize: string;
|
|
3215
|
+
valueColor: string;
|
|
3216
|
+
trackHeight: string;
|
|
3217
|
+
trackBorderRadius: string;
|
|
3218
|
+
trackBackgroundColor: string;
|
|
3219
|
+
barColor: string;
|
|
3220
|
+
warnBarColor: string;
|
|
3221
|
+
dangerBarColor: string;
|
|
3222
|
+
descriptionFontSize: string;
|
|
3223
|
+
descriptionColor: string;
|
|
3224
|
+
};
|
|
3225
|
+
inlineMessage: {
|
|
3226
|
+
gap: string;
|
|
3227
|
+
paddingX: string;
|
|
3228
|
+
paddingY: string;
|
|
3229
|
+
borderRadius: string;
|
|
3230
|
+
borderColor: string;
|
|
3231
|
+
backgroundColor: string;
|
|
3232
|
+
textColor: string;
|
|
3233
|
+
iconColor: string;
|
|
3234
|
+
iconSize: string;
|
|
3235
|
+
fontSize: string;
|
|
3236
|
+
lineHeight: string;
|
|
3237
|
+
bodyGap: string;
|
|
3238
|
+
titleFontSize: string;
|
|
3239
|
+
titleFontWeight: string;
|
|
3240
|
+
info: {
|
|
3241
|
+
backgroundColor: string;
|
|
3242
|
+
borderColor: string;
|
|
3243
|
+
textColor: string;
|
|
3244
|
+
};
|
|
3245
|
+
success: {
|
|
3246
|
+
backgroundColor: string;
|
|
3247
|
+
borderColor: string;
|
|
3248
|
+
textColor: string;
|
|
3249
|
+
};
|
|
3250
|
+
warn: {
|
|
3251
|
+
backgroundColor: string;
|
|
3252
|
+
borderColor: string;
|
|
3253
|
+
textColor: string;
|
|
3254
|
+
};
|
|
3255
|
+
danger: {
|
|
3256
|
+
backgroundColor: string;
|
|
3257
|
+
borderColor: string;
|
|
3258
|
+
textColor: string;
|
|
3259
|
+
};
|
|
3260
|
+
small: {
|
|
3261
|
+
fontSize: string;
|
|
3262
|
+
paddingX: string;
|
|
3263
|
+
paddingY: string;
|
|
3264
|
+
};
|
|
3265
|
+
large: {
|
|
3266
|
+
fontSize: string;
|
|
3267
|
+
paddingX: string;
|
|
3268
|
+
paddingY: string;
|
|
3269
|
+
};
|
|
3270
|
+
};
|
|
3271
|
+
overlayBadge: {
|
|
3272
|
+
minSize: string;
|
|
3273
|
+
dotSize: string;
|
|
3274
|
+
paddingX: string;
|
|
3275
|
+
borderRadius: string;
|
|
3276
|
+
borderColor: string;
|
|
3277
|
+
backgroundColor: string;
|
|
3278
|
+
textColor: string;
|
|
3279
|
+
fontSize: string;
|
|
3280
|
+
fontWeight: string;
|
|
3281
|
+
lineHeight: string;
|
|
3282
|
+
zIndex: string;
|
|
3283
|
+
topOffset: string;
|
|
3284
|
+
rightOffset: string;
|
|
3285
|
+
bottomOffset: string;
|
|
3286
|
+
leftOffset: string;
|
|
3287
|
+
neutralBackgroundColor: string;
|
|
3288
|
+
neutralTextColor: string;
|
|
3289
|
+
neutralBorderColor: string;
|
|
3290
|
+
infoBackgroundColor: string;
|
|
3291
|
+
infoTextColor: string;
|
|
3292
|
+
infoBorderColor: string;
|
|
3293
|
+
successBackgroundColor: string;
|
|
3294
|
+
successTextColor: string;
|
|
3295
|
+
successBorderColor: string;
|
|
3296
|
+
warnBackgroundColor: string;
|
|
3297
|
+
warnTextColor: string;
|
|
3298
|
+
warnBorderColor: string;
|
|
3299
|
+
dangerBackgroundColor: string;
|
|
3300
|
+
dangerTextColor: string;
|
|
3301
|
+
dangerBorderColor: string;
|
|
3302
|
+
};
|
|
3303
|
+
fileManager: {
|
|
3304
|
+
gap: string;
|
|
3305
|
+
toolbarGap: string;
|
|
3306
|
+
toolbarControlsGap: string;
|
|
3307
|
+
viewGap: string;
|
|
3308
|
+
controlBorderColor: string;
|
|
3309
|
+
controlBorderRadius: string;
|
|
3310
|
+
controlBackgroundColor: string;
|
|
3311
|
+
controlTextColor: string;
|
|
3312
|
+
controlFontSize: string;
|
|
3313
|
+
controlPadding: string;
|
|
3314
|
+
controlActiveBackgroundColor: string;
|
|
3315
|
+
controlActiveBorderColor: string;
|
|
3316
|
+
controlActiveTextColor: string;
|
|
3317
|
+
listGap: string;
|
|
3318
|
+
gridGap: string;
|
|
3319
|
+
gridMinWidth: string;
|
|
3320
|
+
itemGap: string;
|
|
3321
|
+
itemPadding: string;
|
|
3322
|
+
itemBorderColor: string;
|
|
3323
|
+
itemBorderRadius: string;
|
|
3324
|
+
itemBackgroundColor: string;
|
|
3325
|
+
itemTextColor: string;
|
|
3326
|
+
itemSelectedBorderColor: string;
|
|
3327
|
+
itemSelectedBackgroundColor: string;
|
|
3328
|
+
thumbSize: string;
|
|
3329
|
+
thumbRadius: string;
|
|
3330
|
+
thumbBorderColor: string;
|
|
3331
|
+
thumbBackgroundColor: string;
|
|
3332
|
+
thumbFontSize: string;
|
|
3333
|
+
thumbTextColor: string;
|
|
3334
|
+
nameFontSize: string;
|
|
3335
|
+
nameFontWeight: string;
|
|
3336
|
+
detailsGap: string;
|
|
3337
|
+
detailsFontSize: string;
|
|
3338
|
+
detailsColor: string;
|
|
3339
|
+
statePadding: string;
|
|
3340
|
+
stateBorderColor: string;
|
|
3341
|
+
stateBorderRadius: string;
|
|
3342
|
+
stateColor: string;
|
|
3343
|
+
previewZIndex: string;
|
|
3344
|
+
previewPadding: string;
|
|
3345
|
+
previewOverlayBackgroundColor: string;
|
|
3346
|
+
previewMaxWidth: string;
|
|
3347
|
+
previewMaxHeight: string;
|
|
3348
|
+
previewGap: string;
|
|
3349
|
+
previewBorderColor: string;
|
|
3350
|
+
previewBorderRadius: string;
|
|
3351
|
+
previewBackgroundColor: string;
|
|
3352
|
+
previewTextColor: string;
|
|
3353
|
+
previewDialogPadding: string;
|
|
3354
|
+
previewImageRadius: string;
|
|
3355
|
+
disabledOpacity: string;
|
|
3356
|
+
};
|
|
3357
|
+
jsonViewer: {
|
|
3358
|
+
gap: string;
|
|
3359
|
+
borderColor: string;
|
|
3360
|
+
borderRadius: string;
|
|
3361
|
+
backgroundColor: string;
|
|
3362
|
+
textColor: string;
|
|
3363
|
+
padding: string;
|
|
3364
|
+
fontFamily: string;
|
|
3365
|
+
fontSize: string;
|
|
3366
|
+
lineHeight: string;
|
|
3367
|
+
indentSize: string;
|
|
3368
|
+
toolbarGap: string;
|
|
3369
|
+
toolbarGroupGap: string;
|
|
3370
|
+
controlBorderColor: string;
|
|
3371
|
+
controlBorderRadius: string;
|
|
3372
|
+
controlBackgroundColor: string;
|
|
3373
|
+
controlTextColor: string;
|
|
3374
|
+
controlFontSize: string;
|
|
3375
|
+
controlPadding: string;
|
|
3376
|
+
toggleSize: string;
|
|
3377
|
+
rowGap: string;
|
|
3378
|
+
rowMinHeight: string;
|
|
3379
|
+
cellGap: string;
|
|
3380
|
+
keyColor: string;
|
|
3381
|
+
punctuationColor: string;
|
|
3382
|
+
metaColor: string;
|
|
3383
|
+
stringColor: string;
|
|
3384
|
+
numberColor: string;
|
|
3385
|
+
booleanColor: string;
|
|
3386
|
+
nullColor: string;
|
|
3387
|
+
emptyColor: string;
|
|
3388
|
+
};
|
|
3389
|
+
diffViewer: {
|
|
3390
|
+
gap: string;
|
|
3391
|
+
borderColor: string;
|
|
3392
|
+
borderRadius: string;
|
|
3393
|
+
backgroundColor: string;
|
|
3394
|
+
textColor: string;
|
|
3395
|
+
padding: string;
|
|
3396
|
+
fontFamily: string;
|
|
3397
|
+
fontSize: string;
|
|
3398
|
+
lineHeight: string;
|
|
3399
|
+
toolbarGap: string;
|
|
3400
|
+
toolbarGroupGap: string;
|
|
3401
|
+
controlBorderColor: string;
|
|
3402
|
+
controlBorderRadius: string;
|
|
3403
|
+
controlBackgroundColor: string;
|
|
3404
|
+
controlTextColor: string;
|
|
3405
|
+
controlFontSize: string;
|
|
3406
|
+
controlPadding: string;
|
|
3407
|
+
controlActiveBackgroundColor: string;
|
|
3408
|
+
controlActiveBorderColor: string;
|
|
3409
|
+
controlActiveTextColor: string;
|
|
3410
|
+
dividerColor: string;
|
|
3411
|
+
cellPadding: string;
|
|
3412
|
+
rowGap: string;
|
|
3413
|
+
cellGap: string;
|
|
3414
|
+
rowBorderRadius: string;
|
|
3415
|
+
lineColor: string;
|
|
3416
|
+
markerColor: string;
|
|
3417
|
+
addedBackgroundColor: string;
|
|
3418
|
+
removedBackgroundColor: string;
|
|
3419
|
+
changedBackgroundColor: string;
|
|
3420
|
+
emptyColor: string;
|
|
3421
|
+
};
|
|
3422
|
+
codeEditor: {
|
|
3423
|
+
gap: string;
|
|
3424
|
+
borderColor: string;
|
|
3425
|
+
borderRadius: string;
|
|
3426
|
+
backgroundColor: string;
|
|
3427
|
+
textColor: string;
|
|
3428
|
+
padding: string;
|
|
3429
|
+
headerGap: string;
|
|
3430
|
+
metaFontSize: string;
|
|
3431
|
+
metaColor: string;
|
|
3432
|
+
surfaceBorderColor: string;
|
|
3433
|
+
surfaceBorderRadius: string;
|
|
3434
|
+
surfaceBackgroundColor: string;
|
|
3435
|
+
minHeight: string;
|
|
3436
|
+
stateMinHeight: string;
|
|
3437
|
+
stateColor: string;
|
|
3438
|
+
stateFontSize: string;
|
|
3439
|
+
darkBorderColor: string;
|
|
3440
|
+
darkBackgroundColor: string;
|
|
3441
|
+
darkTextColor: string;
|
|
3442
|
+
darkSurfaceBorderColor: string;
|
|
3443
|
+
darkSurfaceBackgroundColor: string;
|
|
3444
|
+
darkMetaColor: string;
|
|
3445
|
+
darkStateColor: string;
|
|
3446
|
+
disabledOpacity: string;
|
|
3447
|
+
};
|
|
3448
|
+
scheduler: {
|
|
3449
|
+
gap: string;
|
|
3450
|
+
borderColor: string;
|
|
3451
|
+
borderRadius: string;
|
|
3452
|
+
backgroundColor: string;
|
|
3453
|
+
textColor: string;
|
|
3454
|
+
padding: string;
|
|
3455
|
+
titleFontSize: string;
|
|
3456
|
+
titleFontWeight: string;
|
|
3457
|
+
subtitleFontSize: string;
|
|
3458
|
+
subtitleColor: string;
|
|
3459
|
+
resourceWidth: string;
|
|
3460
|
+
minTimelineWidth: string;
|
|
3461
|
+
minGridWidth: string;
|
|
3462
|
+
gridGap: string;
|
|
3463
|
+
headBackgroundColor: string;
|
|
3464
|
+
headBorderRadius: string;
|
|
3465
|
+
headPadding: string;
|
|
3466
|
+
headFontSize: string;
|
|
3467
|
+
headFontWeight: string;
|
|
3468
|
+
dividerColor: string;
|
|
3469
|
+
slotMinWidth: string;
|
|
3470
|
+
slotLabelFontSize: string;
|
|
3471
|
+
slotLabelColor: string;
|
|
3472
|
+
rowBorderRadius: string;
|
|
3473
|
+
resourcePadding: string;
|
|
3474
|
+
resourceBackgroundColor: string;
|
|
3475
|
+
resourceFontSize: string;
|
|
3476
|
+
resourceFontWeight: string;
|
|
3477
|
+
resourceMetaFontSize: string;
|
|
3478
|
+
resourceMetaColor: string;
|
|
3479
|
+
trackBackgroundColor: string;
|
|
3480
|
+
trackPadding: string;
|
|
3481
|
+
trackGap: string;
|
|
3482
|
+
slotHeight: string;
|
|
3483
|
+
slotHoverBackgroundColor: string;
|
|
3484
|
+
eventHeight: string;
|
|
3485
|
+
eventBackgroundColor: string;
|
|
3486
|
+
eventTextColor: string;
|
|
3487
|
+
eventBorderColor: string;
|
|
3488
|
+
eventBorderRadius: string;
|
|
3489
|
+
eventPadding: string;
|
|
3490
|
+
eventFontSize: string;
|
|
3491
|
+
eventTitleFontWeight: string;
|
|
3492
|
+
eventTimeFontSize: string;
|
|
3493
|
+
eventSelectedOutlineColor: string;
|
|
3494
|
+
};
|
|
3495
|
+
bottomSheet: {
|
|
3496
|
+
zIndex: string;
|
|
3497
|
+
maxWidth: string;
|
|
3498
|
+
maxHeight: string;
|
|
3499
|
+
minHeightSm: string;
|
|
3500
|
+
minHeight: string;
|
|
3501
|
+
minHeightLg: string;
|
|
3502
|
+
borderRadius: string;
|
|
3503
|
+
backgroundColor: string;
|
|
3504
|
+
textColor: string;
|
|
3505
|
+
overlayBackgroundColor: string;
|
|
3506
|
+
shadow: string;
|
|
3507
|
+
safeAreaBottom: string;
|
|
3508
|
+
handleWidth: string;
|
|
3509
|
+
handleHeight: string;
|
|
3510
|
+
handleColor: string;
|
|
3511
|
+
handleMargin: string;
|
|
3512
|
+
headerGap: string;
|
|
3513
|
+
headerPadding: string;
|
|
3514
|
+
titleFontSize: string;
|
|
3515
|
+
titleLineHeight: string;
|
|
3516
|
+
titleFontWeight: string;
|
|
3517
|
+
closeSize: string;
|
|
3518
|
+
closeRadius: string;
|
|
3519
|
+
closeColor: string;
|
|
3520
|
+
closeFontSize: string;
|
|
3521
|
+
closeHoverBackgroundColor: string;
|
|
3522
|
+
bodyPadding: string;
|
|
3523
|
+
footerPadding: string;
|
|
3524
|
+
footerGap: string;
|
|
3525
|
+
};
|
|
3526
|
+
infiniteScroll: {
|
|
3527
|
+
gap: string;
|
|
3528
|
+
sentinelMinHeight: string;
|
|
3529
|
+
sentinelPadding: string;
|
|
3530
|
+
textColor: string;
|
|
3531
|
+
fontSize: string;
|
|
3532
|
+
loadingColor: string;
|
|
3533
|
+
errorColor: string;
|
|
3534
|
+
endColor: string;
|
|
3535
|
+
disabledOpacity: string;
|
|
3536
|
+
hintWidth: string;
|
|
3537
|
+
hintHeight: string;
|
|
3538
|
+
hintColor: string;
|
|
3539
|
+
retryBorderColor: string;
|
|
3540
|
+
retryRadius: string;
|
|
3541
|
+
retryBackgroundColor: string;
|
|
3542
|
+
retryTextColor: string;
|
|
3543
|
+
retryPadding: string;
|
|
3544
|
+
retryFontSize: string;
|
|
3545
|
+
retryHoverBackgroundColor: string;
|
|
3546
|
+
focusRingColor: string;
|
|
3547
|
+
};
|
|
2831
3548
|
rating: {
|
|
2832
3549
|
gap: string;
|
|
2833
3550
|
size: string;
|