jclib-ui 1.0.246 → 1.0.247
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/jclib-ui.es.js
CHANGED
|
@@ -3897,7 +3897,26 @@ if (process.env.NODE_ENV === "production") {
|
|
|
3897
3897
|
var jsxRuntimeExports = jsxRuntime.exports;
|
|
3898
3898
|
const LibContext = createContext({
|
|
3899
3899
|
modalList: [],
|
|
3900
|
-
theme: "light"
|
|
3900
|
+
theme: "light",
|
|
3901
|
+
toggleTheme: () => {
|
|
3902
|
+
},
|
|
3903
|
+
versionApp: "",
|
|
3904
|
+
addModal: (modalId, setVisible) => {
|
|
3905
|
+
},
|
|
3906
|
+
removeModal: (modalId) => {
|
|
3907
|
+
},
|
|
3908
|
+
clearModals: () => {
|
|
3909
|
+
},
|
|
3910
|
+
showBtnTop: false,
|
|
3911
|
+
setShowBtnTop: () => {
|
|
3912
|
+
},
|
|
3913
|
+
globalApiConfig: null,
|
|
3914
|
+
setTheme: () => {
|
|
3915
|
+
},
|
|
3916
|
+
canChangeTheme: false,
|
|
3917
|
+
reportType: 0,
|
|
3918
|
+
setReportType: (reportTypeNumber) => {
|
|
3919
|
+
}
|
|
3901
3920
|
});
|
|
3902
3921
|
const cTheme = "sys/theme";
|
|
3903
3922
|
const LibProvider = ({ apiConfig, children, versionApp, useTheme }) => {
|