@kengic/vue 0.30.1-beta.8 → 0.30.1-beta.9
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/kengic-vue.js
CHANGED
@@ -164620,7 +164620,7 @@ function _interopRequireDefault(U) {
|
|
164620
164620
|
return U && U.__esModule ? U : { default: U };
|
164621
164621
|
}
|
164622
164622
|
default_1 = zhTW.default = _zhCHT.default;
|
164623
|
-
const version = "0.30.1-beta.
|
164623
|
+
const version = "0.30.1-beta.9", KG__DI__ID = Symbol("KG__DI__ID"), KG__DI__FORM_ID = Symbol("KG__DI__FORM_ID"), KG__DI__VAR_CONFIG_LOOKUP__HOST_FORM_ID = Symbol("KG__DI__VAR_CONFIG_LOOKUP__HOST_FORM_ID"), KG__DI__KG_FORM_ITEM__VAR_NAME = Symbol("KG__DI__KG_FORM_ITEM__VAR_NAME"), KG__DI__VAR_CONFIG_LOOKUP__LOOKUP_ID = Symbol("KG__DI__VAR_CONFIG_LOOKUP__LOOKUP_ID"), KG_CONST = {
|
164624
164624
|
DB_COLUMN_TYPE: {
|
164625
164625
|
NCHAR: "NCHAR",
|
164626
164626
|
NVARCHAR: "NVARCHAR"
|
@@ -167344,17 +167344,9 @@ function getStorageShortName() {
|
|
167344
167344
|
return `${getCommonStoragePrefix()}__`.toUpperCase();
|
167345
167345
|
}
|
167346
167346
|
function getAppEnvConfig() {
|
167347
|
-
|
167348
|
-
|
167349
|
-
|
167350
|
-
VITE_GLOB_APP_SHORT_NAME: ae,
|
167351
|
-
VITE_GLOB_API_URL_PREFIX: oe,
|
167352
|
-
VITE_GLOB_APP_OPEN_SSO: ie,
|
167353
|
-
VITE_GLOB_APP_CAS_BASE_URL: se,
|
167354
|
-
VITE_GLOB_DOMAIN_URL: ue,
|
167355
|
-
VITE_GLOB_ONLINE_VIEW_URL: ut
|
167356
|
-
} = G;
|
167357
|
-
return /^[a-zA-Z\_]*$/.test(ae), {
|
167347
|
+
var ct;
|
167348
|
+
const U = getConfigFileName(__ENV__), G = (ct = __ENV__.DEV ? __ENV__ : window[U]) != null ? ct : {}, { VITE_GLOB_APP_TITLE: te, VITE_GLOB_API_URL: ne, VITE_GLOB_APP_SHORT_NAME: ae, VITE_GLOB_API_URL_PREFIX: oe, VITE_GLOB_APP_OPEN_SSO: ie, VITE_GLOB_APP_CAS_BASE_URL: se, VITE_GLOB_DOMAIN_URL: ue, VITE_GLOB_ONLINE_VIEW_URL: ut } = G;
|
167349
|
+
return {
|
167358
167350
|
VITE_GLOB_APP_TITLE: te,
|
167359
167351
|
VITE_GLOB_API_URL: ne,
|
167360
167352
|
VITE_GLOB_APP_SHORT_NAME: ae,
|
@@ -10,23 +10,7 @@ export declare function getAppEnvConfig(): {
|
|
10
10
|
VITE_GLOB_DOMAIN_URL: string;
|
11
11
|
VITE_GLOB_ONLINE_VIEW_URL: string | undefined;
|
12
12
|
};
|
13
|
-
/**
|
14
|
-
* @description: Development mode
|
15
|
-
*/
|
16
13
|
export declare const devMode = "development";
|
17
|
-
/**
|
18
|
-
* @description: Production mode
|
19
|
-
*/
|
20
14
|
export declare const prodMode = "production";
|
21
|
-
/**
|
22
|
-
* @description: Is it a development mode
|
23
|
-
* @returns:
|
24
|
-
* @example:
|
25
|
-
*/
|
26
15
|
export declare function isDevMode(): boolean;
|
27
|
-
/**
|
28
|
-
* @description: Is it a production mode
|
29
|
-
* @returns:
|
30
|
-
* @example:
|
31
|
-
*/
|
32
16
|
export declare function isProdMode(): boolean;
|
package/package.json
CHANGED