drapcode-constant 1.1.8 → 1.2.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.
|
@@ -71,6 +71,7 @@ exports.defaultHeaderCSS = __spreadArray(__spreadArray([], (0, exports.getCssTag
|
|
|
71
71
|
"loader.css",
|
|
72
72
|
"all.min.css",
|
|
73
73
|
"dc-custom.min.css",
|
|
74
|
+
"coloris.min.css"
|
|
74
75
|
], true), true), [
|
|
75
76
|
"<link rel='stylesheet' type='text/css' href='".concat((0, exports.getAssetLink)("intl-tel-input/intlTelInput.min.css"), "'>"),
|
|
76
77
|
"<link rel='stylesheet' type='text/css' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css'>",
|
|
@@ -102,6 +103,7 @@ exports.primaryBodyJS = __spreadArray(__spreadArray([
|
|
|
102
103
|
"toastr.min.js",
|
|
103
104
|
"axios.js",
|
|
104
105
|
"sweetalert2.all.min.js",
|
|
106
|
+
"coloris.min.js"
|
|
105
107
|
]), true), [
|
|
106
108
|
"<script type=\"text/javascript\" src=\"".concat((0, exports.getAssetLink)("intl-tel-input/intlTelInput-jquery.min.js"), "\"></script>"),
|
|
107
109
|
'<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/apexcharts"></script>',
|
|
@@ -47,6 +47,7 @@ export declare const pluginCode: {
|
|
|
47
47
|
MULTIPLE_ROLES: string;
|
|
48
48
|
DATA_FORM_SEARCH_HISTORY: string;
|
|
49
49
|
CHATGPT_CHATBOT_MESSAGING: string;
|
|
50
|
+
TWO_FACTOR_AUTHENTICATION: string;
|
|
50
51
|
};
|
|
51
52
|
export declare const loginPluginCode: string[];
|
|
52
53
|
export declare const chatGptModels: {
|
|
@@ -50,6 +50,7 @@ exports.pluginCode = {
|
|
|
50
50
|
MULTIPLE_ROLES: "MULTIPLE_ROLES",
|
|
51
51
|
DATA_FORM_SEARCH_HISTORY: "DATA_FORM_SEARCH_HISTORY",
|
|
52
52
|
CHATGPT_CHATBOT_MESSAGING: "CHATGPT_CHATBOT_MESSAGING",
|
|
53
|
+
TWO_FACTOR_AUTHENTICATION: "TWO_FACTOR_AUTHENTICATION",
|
|
53
54
|
};
|
|
54
55
|
exports.loginPluginCode = [
|
|
55
56
|
exports.pluginCode.LOGIN,
|