@vft/constants 0.0.66 → 0.0.67
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/{cjs/index.cjs → index.cjs} +1 -1
- package/dist/{es/index.js → index.js} +5 -5
- package/package.json +5 -3
- package/dist/event-code.d.ts +0 -18
- package/dist/event.d.ts +0 -3
- package/dist/index.d.ts +0 -5
- package/dist/mime.d.ts +0 -7
- package/dist/regular.d.ts +0 -14
- package/dist/urls.d.ts +0 -1
- /package/dist/{cjs/mime.cjs → index2.cjs} +0 -0
- /package/dist/{es/mime.js → index2.js} +0 -0
- /package/dist/{cjs/regular.cjs → index3.cjs} +0 -0
- /package/dist/{es/regular.js → index3.js} +0 -0
- /package/dist/{cjs/event-code.cjs → index4.cjs} +0 -0
- /package/dist/{es/event-code.js → index4.js} +0 -0
- /package/dist/{cjs/event.cjs → index5.cjs} +0 -0
- /package/dist/{es/event.js → index5.js} +0 -0
- /package/dist/{cjs/urls.cjs → index6.cjs} +0 -0
- /package/dist/{es/urls.js → index6.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E=require("./index2.cjs"),e=require("./index3.cjs"),g=require("./index4.cjs"),M=require("./index5.cjs"),i=require("./index6.cjs");exports.AUDIO_MIME=E.AUDIO_MIME;exports.EXCEL_MIME=E.EXCEL_MIME;exports.IMAGE_MIME=E.IMAGE_MIME;exports.PDF_MIME=E.PDF_MIME;exports.PPT_MIME=E.PPT_MIME;exports.VIDEO_MIME=E.VIDEO_MIME;exports.WORD_MIME=E.WORD_MIME;exports.activityMobileRegExp=e.activityMobileRegExp;exports.activityNameRegExp=e.activityNameRegExp;exports.addressRegExp=e.addressRegExp;exports.checkCodeFourRegExp=e.checkCodeFourRegExp;exports.checkCodeSixRegExp=e.checkCodeSixRegExp;exports.emailRegExp=e.emailRegExp;exports.emojiRegExp=e.emojiRegExp;exports.imgUrlRegExp=e.imgUrlRegExp;exports.keywordCodeRegExp=e.keywordCodeRegExp;exports.mobileRegExp=e.mobileRegExp;exports.passwordRegExp=e.passwordRegExp;exports.pictureCodeRegExp=e.pictureCodeRegExp;exports.searchRegExp=e.searchRegExp;exports.videoUrlRegExp=e.videoUrlRegExp;exports.EVENT_CODE=g.EVENT_CODE;exports.CHANGE_EVENT=M.CHANGE_EVENT;exports.INPUT_EVENT=M.INPUT_EVENT;exports.UPDATE_MODEL_EVENT=M.UPDATE_MODEL_EVENT;exports.OFFICE_PREVIEW=i.OFFICE_PREVIEW;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AUDIO_MIME as o, EXCEL_MIME as p, IMAGE_MIME as x, PDF_MIME as r, PPT_MIME as M, VIDEO_MIME as R, WORD_MIME as g } from "./
|
|
2
|
-
import { activityMobileRegExp as _, activityNameRegExp as i, addressRegExp as m, checkCodeFourRegExp as t, checkCodeSixRegExp as d, emailRegExp as c, emojiRegExp as C, imgUrlRegExp as a, keywordCodeRegExp as D, mobileRegExp as N, passwordRegExp as T, pictureCodeRegExp as O, searchRegExp as P, videoUrlRegExp as V } from "./
|
|
3
|
-
import { EVENT_CODE as l } from "./
|
|
4
|
-
import { CHANGE_EVENT as U, INPUT_EVENT as A, UPDATE_MODEL_EVENT as F } from "./
|
|
5
|
-
import { OFFICE_PREVIEW as k } from "./
|
|
1
|
+
import { AUDIO_MIME as o, EXCEL_MIME as p, IMAGE_MIME as x, PDF_MIME as r, PPT_MIME as M, VIDEO_MIME as R, WORD_MIME as g } from "./index2.js";
|
|
2
|
+
import { activityMobileRegExp as _, activityNameRegExp as i, addressRegExp as m, checkCodeFourRegExp as t, checkCodeSixRegExp as d, emailRegExp as c, emojiRegExp as C, imgUrlRegExp as a, keywordCodeRegExp as D, mobileRegExp as N, passwordRegExp as T, pictureCodeRegExp as O, searchRegExp as P, videoUrlRegExp as V } from "./index3.js";
|
|
3
|
+
import { EVENT_CODE as l } from "./index4.js";
|
|
4
|
+
import { CHANGE_EVENT as U, INPUT_EVENT as A, UPDATE_MODEL_EVENT as F } from "./index5.js";
|
|
5
|
+
import { OFFICE_PREVIEW as k } from "./index6.js";
|
|
6
6
|
export {
|
|
7
7
|
o as AUDIO_MIME,
|
|
8
8
|
U as CHANGE_EVENT,
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vft/constants",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.67",
|
|
4
|
+
"type": "module",
|
|
4
5
|
"main": "./dist/cjs/index.cjs",
|
|
5
6
|
"module": "./dist/es/index.js",
|
|
6
7
|
"files": [
|
|
@@ -16,8 +17,9 @@
|
|
|
16
17
|
"types": "./dist/index.d.ts",
|
|
17
18
|
"exports": {
|
|
18
19
|
".": {
|
|
19
|
-
"
|
|
20
|
-
"import": "./dist/es/index.js"
|
|
20
|
+
"types": "./dist/index.d.ts",
|
|
21
|
+
"import": "./dist/es/index.js",
|
|
22
|
+
"require": "./dist/cjs/index.cjs"
|
|
21
23
|
}
|
|
22
24
|
}
|
|
23
25
|
}
|
package/dist/event-code.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare const EVENT_CODE: {
|
|
2
|
-
tab: string;
|
|
3
|
-
enter: string;
|
|
4
|
-
space: string;
|
|
5
|
-
left: string;
|
|
6
|
-
up: string;
|
|
7
|
-
right: string;
|
|
8
|
-
down: string;
|
|
9
|
-
esc: string;
|
|
10
|
-
delete: string;
|
|
11
|
-
backspace: string;
|
|
12
|
-
numpadEnter: string;
|
|
13
|
-
pageUp: string;
|
|
14
|
-
pageDown: string;
|
|
15
|
-
home: string;
|
|
16
|
-
end: string;
|
|
17
|
-
metaLeft: string;
|
|
18
|
-
};
|
package/dist/event.d.ts
DELETED
package/dist/index.d.ts
DELETED
package/dist/mime.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare const IMAGE_MIME: string[];
|
|
2
|
-
export declare const AUDIO_MIME: string[];
|
|
3
|
-
export declare const VIDEO_MIME: string[];
|
|
4
|
-
export declare const PDF_MIME: string[];
|
|
5
|
-
export declare const WORD_MIME: string[];
|
|
6
|
-
export declare const EXCEL_MIME: string[];
|
|
7
|
-
export declare const PPT_MIME: string[];
|
package/dist/regular.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare const mobileRegExp: RegExp;
|
|
2
|
-
export declare const activityMobileRegExp: RegExp;
|
|
3
|
-
export declare const activityNameRegExp: RegExp;
|
|
4
|
-
export declare const checkCodeFourRegExp: RegExp;
|
|
5
|
-
export declare const checkCodeSixRegExp: RegExp;
|
|
6
|
-
export declare const passwordRegExp: RegExp;
|
|
7
|
-
export declare const pictureCodeRegExp: RegExp;
|
|
8
|
-
export declare const searchRegExp: RegExp;
|
|
9
|
-
export declare const keywordCodeRegExp: RegExp;
|
|
10
|
-
export declare const addressRegExp: RegExp;
|
|
11
|
-
export declare const emailRegExp: RegExp;
|
|
12
|
-
export declare const emojiRegExp: RegExp;
|
|
13
|
-
export declare const videoUrlRegExp: RegExp;
|
|
14
|
-
export declare const imgUrlRegExp: RegExp;
|
package/dist/urls.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const OFFICE_PREVIEW = "https://view.officeapps.live.com/op/view.aspx?src=";
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|